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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.icon {
  fill: currentColor;
}

*,
:after,
:before {
  box-sizing: border-box;
}

* {
  -webkit-appearance: none;
}

body, html {
  height: 100%;
}

body {
  min-width: 320px;
  margin: auto;
  font-size: 16px;
  line-height: 1.28;
  color: #0C1E2F;
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
}

#main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1142px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3%;
}

.col-2-3 {
  width: 66.6%;
}

.body-overflow,
.body-hidden {
  overflow: hidden;
}

.w-100,
.col-1 {
  width: 100%;
}

.br {
  display: block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


@media (max-width: 1024px) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 568px) {
  .main-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
a:hover {
	text-decoration: none;
}
h2, .h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.12;
  color: #0C1E2F;
  margin: 0 0 40px;
}

.text-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #4D6071 !important;
}

.go-to-link {
  display: inline-block;
  transition: 0.3s all ease;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.12;
  color: #2A88C9;
}
.go-to-link .icon {
  display: inline-block;
  vertical-align: top;
}
.go-to-link .icon--angle-2-right {
  width: 8px;
  height: 13px;
  transition: 0.3s all ease;
  margin: 2px 0 0;
}
.go-to-link:hover{
    color: #2A88C9;
}
.go-to-link:hover .icon--angle-2-right {
  transform: translate(10px, 0);
}

.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-list__item {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.24;
  color: #0C1E2F;
}
.check-list__item:not(:last-child) {
  margin-bottom: 12px;
}
.check-list__item::before {
  content: "";
  display: block;
  background: url("images/ckeck-list.svg") no-repeat center;
  background-size: cover;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 4px;
}

@media (max-width: 820px) {
  h2, .h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.btn {
  font-family: "Nunito Sans", sans-serif;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  padding: 0 20px;
  outline: 0;
  transition: 0.3s color ease, 0.3s background-color ease;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.12;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn--lg {
  height: 52px;
  border-width: 2px;
}
.btn--md {
  height: 48px;
}
.btn--blue {
  background: #2A88C9;
  color: #fff;
}
.btn--blue:hover {
    color: white !important;
  background: #216b9f;
}
.btn--b-blue {
  border-color: #2A88C9;
  color: #2A88C9;
}
.btn--b-blue:hover {
  background: #2A88C9;
  color: #fff;
}
.btn--light-blue {
  background: rgba(42, 136, 201, 0.1);
  color: #2A88C9;
}
.btn--light-blue:hover {
  background: rgba(42, 136, 201, 0.2);
}

.form-row {
  margin-bottom: 15px;
}
.form-row--mb-0 {
  margin-bottom: 0;
}
.form-row--mb-0 .form-row__input,
.form-row--mb-0 .form-row__textarea {
  border-bottom: 0;
}
.form-row__input, .form-row__textarea {
  width: 100%;
  height: 56px;
  border: 2px solid #2A88C9;
  outline: 0;
  display: block;
  padding: 0 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  border-radius: 0;
}
.form-row__input::placeholder, .form-row__textarea::placeholder {
  color: #445366;
}
.form-row__textarea {
  height: 104px;
  padding: 20px;
}

.oder-form .form-row:nth-child(1) .form-row__input {
  border-radius: 4px 4px 0 0;
}
.oder-form__submit {
  width: 100%;
  border-radius: 0 0 4px 4px;
  height: 50px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 20px rgba(15, 47, 70, 0.1);
  z-index: 300;
  background: #fff;
}
.header__menu-btn {
  display: none;
}
.header__logo {
  width: 32px;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__btn-group {
  margin-left: auto;
}
.header__btn-group .btn:hover {
    color: #2A88C9;
}
.header__btn-group .btn:not(:last-child) {
  margin-right: 8px;
}
.header__btn-group .btn--light-blue {
  font-size: 18px;
}
.header__btn-group .btn .icon--phone {
  width: 15px;
  height: 15px;
  margin-right: 13px;
}
.header__nav {
  flex: 1;
  padding-right: 125px;
  opacity: 0;
  transition: 0.3s opacity ease;
  height: 68px;
}
.header__nav-header, .header__nav-btn-group {
  display: none;
}
.header__nav--show {
  opacity: 1;
}

.menu {
  margin: 0 0 0 43px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  width: 100%;
}
.menu .fire-icon {
  width: 14px;
  margin: -2px 0 0 2px;
}
.menu__link {
  text-decoration: none;
  padding: 0 2px;
  display: block;
  height: 68px;
  color: inherit;
  line-height: 68px;
  position: relative;
  transition: 0.3s all ease;
  color: #445366;
  font-weight: 600;
  line-height: 1.12;
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu__link:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 3px;
  width: 0;
  margin-top: -3px;
  transition: 0.3s all ease;
  background: #2A88C9;
  content: "";
  opacity: 0;
}
.menu__link-text {
  transition: 0.3s all ease;
}
.menu__link-text:before {
  display: block;
  content: attr(title);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.menu__link-num {
  color: #445366;
  margin-left: 4px;
  font-weight: 600;
}
.menu__link .icon--angle-down {
  width: 10px;
  height: 7px;
  color: #A6AFB8;
  margin: -4px 0 0 2px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 50%;
}
.menu__link--active > .menu__link-text {
  color: #0C1E2F;
  font-weight: 700;
}
.menu__link--active:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.menu > .menu__item > .menu__link:hover > .menu__link-text {
  color: #0C1E2F;
  font-weight: 700;
}
.menu > .menu__item > .menu__link:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.menu__sub {
  padding: 20px;
  margin: 0;
  list-style: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 209px;
}
.menu__sub .menu__item:not(:last-child) {
  margin-bottom: 20px;
  margin-right: 0;
}
.menu__sub .menu__link-text {
  display: block;
  font-weight: 600 !important;
  text-align: left;
}
.menu__sub .menu__link-text:before {
  display: none;
}
.menu__sub .menu__link {
  display: block;
  text-decoration: none;
  transition: 0.3s all ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #0C1E2F;
  height: auto;
  text-align: left;
  padding: 0;
}
.menu__sub .menu__link:after {
  display: none;
}
.menu__sub .menu__link:hover {
  color: #000;
}
.menu__drop {
  position: absolute;
  top: 100%;
  left: -18px;
  padding-top: 4px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transform: translate(0, 50px);
  transition: 0.3s all ease;
}
.menu__item {
  position: relative;
}
.menu__item:not(:last-child) {
  margin-right: 10px;
}
.menu__item--drop:hover .menu__link .menu__link-text {
  color: #0C1E2F;
  font-weight: 700;
}
.menu__item--drop:hover .menu__link:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.menu__item--drop:hover .menu__drop {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transform: translate(0, 0);
}

@media (max-width: 992px) {
  .header__btn-group {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -105px;
  }
  .header__btn-group .btn {
    height: 36px;
  }
  .header__btn-group .btn--light-blue {
    display: none;
  }
  .header__btn-group .btn--blue {
    color: #2A88C9;
    background: rgba(42, 136, 201, 0.1);
    border-radius: 8px;
    width: 100%;
  }
  .header__btn-group .btn--blue:hover {
    background: rgba(42, 136, 201, 0.2);
  }
  .header__nav {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%, 0);
    padding: 80px 0 0;
    transition: 0.3s all ease;
  }
  .header__nav--active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .header__nav-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 56px;
    padding: 0 40px;
  }
  .header__nav-cont {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
  }
  .header__nav-logo {
    display: block;
    width: 160px;
  }
  .header__nav-btn-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 35px;
    padding: 0 40px;
  }
  .header__nav-btn-group .col-1-2 {
    padding: 0 15px;
  }
  .header__nav-btn-group .btn {
    width: 100%;
  }
  .header__nav-btn-group .btn--light-blue {
    font-size: 18px;
  }
  .header__nav-btn-group .btn--light-blue .icon--phone {
    width: 15px;
    height: 15px;
    margin: -1px 12px 0 0;
  }
  .header__nav-btn-group .btn--blue .icon--angle-2-right {
    width: 8px;
    height: 13px;
    margin: -1px 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  .header__inner {
    height: 56px;
  }
  .header__logo {
    width: 28px;
  }
  .header__menu-btn {
    display: block;
    padding: 6px 0 0 3px;
    margin: -3px -3px 0 auto;
    outline: 0;
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
  .header__menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    transition: 0.3s all ease;
    background: #2A88C9;
    position: relative;
  }
  .header__menu-btn span:not(:first-child) {
    margin-top: 3px;
  }
  .header__menu-btn--active span:nth-child(1) {
    transform: rotate(45deg);
    top: 3px;
  }
  .header__menu-btn--active span:nth-child(2) {
    transform: translate(-10px, 0);
    opacity: 0;
    visibility: hidden;
  }
  .header__menu-btn--active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }

  .menu {
    margin: 0 -15px;
    padding: 0 40px;
    width: auto;
  }
  .menu__item {
    width: 50%;
    padding: 0 15px;
  }
  .menu__item:not(:last-child) {
    margin-right: 0;
  }
  .menu__item--drop {
    display: none;
  }
  .menu__link {
    height: 45px;
    text-align: left;
    font-size: 18px;
  }
  .menu__link:after {
    width: 3px;
    height: 0;
    left: -40px;
    top: 50%;
  }
  .menu__link--active:after {
    height: 100%;
    top: 0;
    width: 3px;
    left: -40px;
  }
  .menu > .menu__item > .menu__link:hover > .menu__link-text {
    color: #0C1E2F;
    font-weight: 700;
  }
  .menu > .menu__item > .menu__link:hover:after {
    height: 100%;
    top: 0;
    width: 3px;
    left: -40px;
  }
}
@media (max-width: 568px) {
  .header__nav-header {
    padding: 0 17px;
  }
  .header__nav-btn-group {
    padding: 0 17px;
    margin: 0 -10px 24px;
  }
  .header__nav-btn-group .col-1-2 {
    padding: 0 10px;
  }

  .menu {
    padding: 0 17px;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 3px;
  }
  .menu__link:after {
    left: -17px;
  }
  .menu__link--active:after {
    left: -17px;
  }
  .menu > .menu__item > .menu__link:hover:after {
    left: -17px;
  }
}
@media (max-width: 480px) {
  .header__nav-btn-group .col-1-2 {
    width: 100%;
    text-align: center;
  }
  .header__nav-btn-group .col-1-2:not(:last-child) {
    margin-bottom: 12px;
  }
}
.blog,.welcome {
  padding-top: 167px;
  margin-bottom: 116px;
  position: relative;
}
.blog{
    margin-bottom: 3rem;
}
.welcome .main-container {
  position: relative;
}
.welcome__title {
  font-weight: 900;
  font-size: 42px;
  line-height: 1.12;
  color: #0C1E2F;
  margin: 0 0 48px;
  text-align: center;
}
.welcome__title-icon {
  display: inline-block;
  vertical-align: top;
  width: 42px;
}
.welcome__search {
  text-align: center;
  min-height: 77px;
}
@media (max-width: 768px) {
  .welcome__search {
    min-height: 272px;
  }
}
@media (max-width: 568px) {
  .welcome__search {
    min-height: 343px;
  }
}
.welcome__search img {
  width: 1032px;
  max-width: 100%;
}
.welcome__loader {
  z-index: 100;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  animation: 0.5s 4s welcome-load both;
}
.welcome__loader-inner {
  width: 220px;
  height: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.welcome__loader-inner svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.welcome__loader-inner svg > path {
  fill: transparent;
  stroke: #01adef;
  stroke-width: 1px;
  animation: 4s circlepreloader infinite cubic-bezier(0, 0.3, 0.7, 1);
}
.welcome__loader-logo {
  width: 35px;
  position: relative;
  z-index: 10;
  display: block;
}

.dot {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  transform-origin: 0% 0%;
}

#hold {
  position: absolute;
  animation: spin 15s linear infinite;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes osc {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes rainbow {
  0% {
    background: #2A88C9;
  }
  25% {
    background: #EBF5FF;
  }
  50% {
    background: #2A88C9;
  }
  75% {
    background: #EBF5FF;
  }
  100% {
    background: #2A88C9;
  }
}
@keyframes circlepreloader {
  0% {
    stroke-dasharray: 800 400;
    stroke-dashoffset: -400;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
}
@keyframes welcome-load {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    display: block;
  }
  99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    display: none;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes load {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .blog,.welcome {
    padding-top: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 820px) {
  .welcome__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .welcome__title-icon {
    width: 28px;
  }
}
@media (max-width: 568px) {
  .blog,.welcome {
    margin-bottom: 46px;
  }
}
@media (max-width: 360px) {
  .welcome__title {
    font-size: 24px;
  }
  .welcome__title-icon {
    width: 26px;
  }
}
@media (max-width: 320px) {
  .welcome__title {
    font-size: 22px;
  }
  .welcome__title-icon {
    width: 24px;
  }
}
.benefits {
  margin-bottom: 75px;
}
.benefits__title {
  text-align: center;
}

.benefits-list {
  padding: 65px 0 15px;
  margin: 0;
  list-style: none;
  background: #EBF5FF;
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
}
.benefits-list__item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 54px;
}
.benefits-list__icon {
  margin: auto;
  width: 52px;
  height: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 5.47368px 16.4211px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.benefits-list__cont {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.24;
  color: #0C1E2F;
  text-align: center;
  padding: 24px 0 0;
}
.benefits-list__cont p {
  margin: 0;
}
.benefits-list__cont-category {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #4D6071;
}
.benefits-list__link {
  display: inline-block;
  vertical-align: top;
  transition: 0.3s all ease;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.12;
  color: #2A88C9;
  margin-top: 5px;
}
.benefits-list__link:hover{
    color: #2A88C9;
}
.benefits-list__link .icon {
  display: inline-block;
  vertical-align: top;
}
.benefits-list__link .icon--angle-2-right {
  width: 8px;
  height: 13px;
  transition: 0.3s all ease;
  margin: 2px 0 0;
}
.benefits-list__link:hover .icon--angle-2-right {
  transform: translate(10px, 0);
}

@media (max-width: 820px) {
  .benefits-list {
    border-radius: 16px;
    padding: 0;
  }
  .benefits-list__item {
    width: 50%;
    padding: 16px;
    min-height: 84px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #D6E5F3;
  }
  .benefits-list__item:nth-last-child(2), .benefits-list__item:last-child {
    border-bottom: 0;
  }
  .benefits-list__icon {
    margin: 0;
  }
  .benefits-list__cont {
    padding: 0 0 0 20px;
    text-align: left;
    width: calc(100% - 52px);
  }
}
@media (max-width: 568px) {
  .benefits {
    margin-bottom: 56px;
  }

  .benefits-list__item {
    width: 100%;
  }
  .benefits-list__item:nth-last-child(2) {
    border-bottom: 1px solid #D6E5F3;
  }
}
.about {
  margin-bottom: 110px;
}
.about__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about__title {
  margin-bottom: 18px;
}
.about__cont {
  width: 415px;
}
.about__cont p {
  font-weight: 600;
  margin: 0 0 15px;
}
.about__img {
  margin: 40px 0 0 auto;
  width: 604px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 15px;
}
.about-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  overflow: hidden;
}
.about-list__item {
  position: relative;
  padding-left: 40px;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-list__item:not(:last-child) {
  margin-bottom: 7px;
}
.about-list__num {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #FAB738;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.about-list__num span {
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: 1px solid #FAB738;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding-left: 3px;
  padding-top: 2px;
  background: #fff;
}
.about-list__num:before {
  width: 1px;
  height: 64px;
  background: #FAB738;
  left: 50%;
  bottom: 100%;
  content: "";
  display: block;
  position: absolute;
}
.about-list__text {
  font-size: 16px;
  line-height: 1.24;
  color: #0C1E2F;
}
.about-list__text p {
  margin: 0 !important;
  font-weight: bold !important;
}

@media (max-width: 1024px) {
  .about {
    margin-bottom: 112px;
  }
  .about__img {
    right: 40px;
    width: 555px;
    margin-top: 76px;
  }
}
@media (max-width: 1000px) {
  .about__img {
    width: 313px;
    margin-top: 23px;
    max-width: calc(100% - 430px);
  }
}
@media (max-width: 820px) {
  .about {
    margin-bottom: 88px;
  }
}
@media (max-width: 568px) {
  .about {
    margin-bottom: 40px;
  }
  .about__title {
    text-align: center;
  }
  .about__cont {
    width: 100%;
  }
  .about picture {
    margin: 0 -17px;
    width: calc(100% + 34px);
  }
  .about__img {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-top: -5px;
  }
}
.delegate {
  margin-bottom: 157px;
}
.delegate__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.delegate__cont {
  width: 360px;
}
.delegate__cont .check-list {
  margin-bottom: 54px;
}
.delegate__cont h3 {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.12;
  color: #0C1E2F;
}
.delegate__cont .btn {
  width: 100%;
}
.delegate__cont .btn .icon--angle-2-right {
  width: 8px;
  height: 13px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
.delegate__cont-info {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.12;
  color: rgba(12, 30, 47, 0.5);
  margin: 17px 0 0;
}
.delegate__cont-info a {
  color: inherit;
}
.delegate__cont-info a:hover {
  text-decoration: none;
}
.delegate .benefits-list__icon {
  margin: 0 0 0 7px;
}
.delegate__title {
  margin: 20px 0 31px;
}
.delegate__img {
  margin: 22px 0 0 auto;
  width: 660px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 15px;
}

@media (max-width: 1024px) {
  .delegate {
    margin-bottom: 90px;
  }
  .delegate__img {
    right: 40px;
    margin-top: 13px;
    width: 547px;
  }
}
@media (max-width: 992px) {
  .delegate__img {
    width: calc(100% - 400px);
  }
}
@media (max-width: 820px) {
  .delegate {
    margin-bottom: 78px;
  }
  .delegate .benefits-list__icon {
    display: none;
  }
  .delegate__cont {
    width: 313px;
  }
  .delegate__cont h3 {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .delegate__cont-info {
    font-size: 12px;
  }
  .delegate__title {
    margin: 0 0 18px;
  }
  .delegate .check-list {
    margin-bottom: 33px;
  }
  .delegate__img {
    width: 357px;
  }
}
@media (max-width: 755px) {
  .delegate__img {
    width: calc(100% - 360px);
  }
}
@media (max-width: 568px) {
  .delegate {
    margin-bottom: 60px;
  }
  .delegate__title span {
    display: block;
  }
  .delegate__cont {
    width: 100%;
    text-align: center;
  }
  .delegate .check-list {
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  .delegate__img {
    position: static;
    top: auto;
    right: auto;
    width: calc(100% + 12px);
    display: block;
    margin-top: 29px;
    margin-left: -12px;
  }
}
.comments {
  margin-bottom: 55px;
}
.comments__title {
  text-align: center;
  margin-bottom: 33px;
}
.comments__title-icon {
  width: 35px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 10px;
}
.comments__footer {
  text-align: center;
  margin: 41px 0 0;
}
.comments__footer .btn {
  min-width: 310px;
}
.comments__footer .btn .icon {
  width: 8px;
  height: 13px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.comments-slider {
  margin: 0 -6px;
}
.comments-slider__item {
  padding: 6px;
}
.comments-slider__link {
  display: block;
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 3px;
  padding-top: 8px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.comments-slider__img {
  display: block;
  width: 100%;
}
.comments-slider .arrow {
  position: absolute;
  z-index: 100;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 3.96721px 19.8361px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  outline: 0;
  border: 0;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  padding: 2px 0 0;
  margin: 0;
  display: block;
  color: #0C1E2F;
  transition: 0.3s all ease;
}
.comments-slider .arrow .icon {
  width: 10px;
  height: 16px;
}
.comments-slider .arrow--prev {
  left: -18px;
  padding-right: 4px;
}
.comments-slider .arrow--next {
  right: -18px;
  padding-left: 2px;
}
.comments-slider .arrow:hover {
  background: #2A88C9;
  color: #fff;
}
.comments-slider .arrow.slick-disabled {
  cursor: default;
  color: #0C1E2F;
  background: #fff;
}
.comments-slider .arrow.slick-disabled .icon {
  opacity: 0.2;
}

#lightcase-sequenceInfo {
  display: none !important;
}

#lightcase-case {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

#lightcase-content {
  width: 100%;
  height: 100%;
}
#lightcase-content .lightcase-contentInner {
  width: 100% !important;
  height: 100% !important;
  padding: 40px;
}
@media (max-width: 568px) {
  #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
}
#lightcase-content .lightcase-contentInner img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100%;
  display: block;
  margin: auto;
  width: auto;
  object-fit: contain;
}

.lightcase-icon-close {
  background: url("images/close-white.svg") no-repeat center;
  background-size: cover;
  width: 42px !important;
  height: 42px !important;
}
.lightcase-icon-close::before {
  display: none;
}

#lightcase-nav .lightcase-icon-prev,
#lightcase-nav .lightcase-icon-next {
  width: 48px !important;
  height: 48px !important;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  box-shadow: 0px 3.96721px 19.8361px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
#lightcase-nav .lightcase-icon-prev:before,
#lightcase-nav .lightcase-icon-next:before {
  display: none;
}
#lightcase-nav .lightcase-icon-next {
  background-image: url("images/next-arrow.svg");
}
#lightcase-nav .lightcase-icon-prev {
  background-image: url("images/prev-arrow.svg");
}

.lightcase-icon-play,
.lightcase-icon-pause {
  display: none !important;
}

@media (max-width: 1024px) {
  .comments__footer .btn {
    width: 290px;
  }
}
@media (max-width: 820px) {
  .comments {
    margin-bottom: 35px;
  }
  .comments__title-icon {
    width: 32px;
    margin-left: 8px;
  }
  .comments__footer {
    margin-top: 30px;
  }
}
@media (max-width: 568px) {
  .comments__title {
    margin-bottom: 20px;
  }
  .comments__footer .btn {
    width: 342px;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  a[class*=lightcase-icon-].lightcase-icon-next {
    right: 5px;
  }

  a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 5px;
  }
}
.info {
  margin-bottom: 40px;
}
.info__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.info__item {
  width: 50%;
  padding: 0 6px;
}
.info__item-inner {
  padding: 32px 28px;
  border-radius: 12px;
  height: 100%;
  position: relative;
}
.info__item-inner--blue {
  background: #EBF5FF;
}
.info__item-inner--light-brown {
  background: #FFF9EF;
  padding-left: 43px;
}
.info__item-inner--light-brown .info__title {
  margin-bottom: 20px;
}
.info__item-inner--light-brown .go-to-link {
  margin: 20px 0 0 18px;
}
.info__item-inner--light-brown .info__img {
  position: absolute;
  top: -25px;
  left: 323px;
  width: 197.69px;
}
.info__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 10px;
}
.info__title-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}
.info p {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #445366;
}
.info__btn-group {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
.info__btn-group .btn {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
}
.info__phone {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.12;
  color: #0C1E2F;
  margin: 14px 11px 0 15px;
  transition: 0.3s color ease;
}
.info__phone .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 13px 0 0;
  color: #2A88C9;
}
.info__phone span {
  border-bottom: 1px dashed #445366;
  display: inline-block;
  vertical-align: top;
}
.info__phone:hover {
  color: #2A88C9;
}
.info__img {
  display: block;
}
.info .check-list__item {
  font-weight: 600;
  font-size: 14px;
  padding-left: 18px;
}
.info .check-list__item:not(:last-child) {
  margin-bottom: 11px;
}
.info .check-list__item:before {
  width: 11px;
  height: 7px;
  background: url("images/ckeck-list-2.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .info__item-inner {
    padding: 32px 17px 18px;
  }
  .info__item-inner--light-brown .info__img {
    width: 147px;
    top: -30px;
    left: 288px;
  }
  .info__item-inner--light-brown .go-to-link {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .info__item-inner {
    padding-bottom: 25px;
    padding-top: 29px;
  }
  .info__item-inner--light-brown .info__title {
    margin-bottom: 13px;
  }
  .info__item-inner--light-brown .go-to-link {
    margin: 101px 0 0 0;
  }
  .info__item-inner--light-brown .info__img {
    top: auto;
    bottom: -30px;
    left: 166px;
  }
  .info .check-list__item:not(:last-child) {
    margin-bottom: 7px;
  }
  .info__title {
    font-size: 20px;
  }
  .info__title-icon {
    width: 22px;
  }
  .info__btn-group .btn {
    width: 303px;
    max-width: 303px;
    flex: auto;
    margin: auto;
  }
  .info__phone {
    margin: 20px auto 0;
  }
}
@media (max-width: 730px) {
  .info__item {
    width: 100%;
  }
  .info__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 568px) {
  .info__item-inner--light-brown .info__img {
    width: 112px;
    left: 211px;
    bottom: -45px;
  }
  .info__item-inner--light-brown .go-to-link {
    margin-top: 23px;
  }
}
.footer__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.12;
  margin: 0 0 13px;
}
.footer__cont .col-1-2 {
  padding: 0 28px;
}
.footer__cont p {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #445366;
}
.footer__cont-info .f-list--social {
  display: none;
}
.footer__cont-wrap {
  justify-content: space-between;
}
.footer__cont-wrap.col-1-2 {
  padding-left: 49px;
  padding-top: 5px;
}
.footer .app-list {
  margin-top: 20px;
}
.footer__category-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.12;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0C1E2F;
  margin: 0 0 18px;
}
.footer__bottom {
  padding: 0 28px;
  margin: 25px 0;
}
.footer__bottom .flex-wrap {
  border-top: 1px solid #E3E3E3;
  align-items: center;
  padding: 14px 0;
}
.footer__bottom .col-1-2:nth-child(2) {
  padding-left: 50px;
}
.footer__copylang {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.12;
  color: #0C1E2F;
  margin: 0;
}
.footer__copylang a {
  margin-left: 15px;
  color: #8E9FAE;
}
.footer__copylang a:hover {
  text-decoration: none;
}

.payment {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.payment__img {
  display: block;
}
.payment__img--pay {
  width: 52px;
}
.payment__img--g-pay {
  width: 58px;
}
.payment__img--rst {
  width: 73px;
}
.payment__img--pay-keeper {
  width: 81px;
}
.payment__img--visa {
  width: 50px;
}
.payment__img--master-cart {
  width: 45px;
}
.payment__img--mir {
  width: 56px;
}

.app-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.app-list__item:not(:last-child) {
  margin-right: 8px;
}
.app-list__img {
  display: block;
}

.f-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-list__icon {
  margin-right: 8px;
  margin-top: -1px;
  display: block;
}
.f-list__icon .icon {
  width: 16px;
  height: 16px;
  display: block;
}
.f-list__icon-img {
  width: 16px;
  display: block;
}
.f-list__text {
  display: block;
  width: calc(100% - 24px);
}
.f-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.f-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f-list__link .fire {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  margin: -2px 0 0 2px;
}
.f-list__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.12;
  color: #445366;
  text-decoration: none;
}
.f-list__link:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer__cont {
    margin: 0 -28px;
  }
  .footer__cont-wrap.col-1-2 {
    padding-left: 28px;
  }
  .footer__bottom {
    margin: 25px -28px;
  }
  .footer__bottom .col-1-2:nth-child(2) {
    padding-left: 28px;
  }
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .footer__title .br {
    display: inline;
  }
  .footer__title .br-mob {
    display: block;
  }
  .footer .app-list {
    margin-top: 16px;
  }
  .footer__cont {
    margin: 0;
  }
  .footer__cont .col-1-2 {
    padding: 0 20px;
  }
  .footer__cont-info .f-list--social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .footer__cont-info .f-list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__cont-info .f-list__icon .icon {
    width: 24px;
    height: 24px;
  }
  .footer__cont-info .f-list__icon-img {
    width: 24px;
  }
  .footer__item:nth-child(1) {
    display: none;
  }
  .footer__bottom {
    padding: 0 20px;
    margin: 25px 0;
  }
  .footer__bottom .flex-wrap {
    padding-top: 18px;
  }
  .footer__bottom .col-1-2 {
    width: 100%;
    text-align: center;
  }
  .footer__bottom .col-1-2:nth-child(1) {
    order: 1;
  }
  .footer__bottom .col-1-2:nth-child(2) {
    order: 0;
    padding-left: 0;
  }
  .footer__copylang {
    margin-top: 20px;
  }

  .payment {
    justify-content: center;
  }
  .payment__item {
    margin: 0 7px;
  }

  .f-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 60px;
  }
  .footer__cont .col-1-2 {
    width: 100%;
  }
  .footer__cont .col-1-2:nth-child(1) {
    order: 1;
    margin-top: 20px;
  }
  .footer__cont .col-1-2:nth-child(2) {
    order: 0;
  }
  .footer__cont-info .f-list--social {
    margin-bottom: 25px;
  }

  .payment {
    justify-content: space-between;
  }
  .payment__item {
    margin: 0;
  }
  .payment__img {
    display: block;
  }
  .payment__img--pay {
    width: 35px;
  }
  .payment__img--g-pay {
    width: 35px;
  }
  .payment__img--rst {
    width: 45px;
  }
  .payment__img--pay-keeper {
    width: 50px;
  }
  .payment__img--visa {
    width: 31px;
  }
  .payment__img--master-cart {
    width: 28px;
  }
  .payment__img--mir {
    width: 34px;
  }
}
@media (max-width: 360px) {
  .footer__cont .col-1-2,
.footer__bottom {
    padding: 0 13px;
  }
}
@media (max-width: 320px) {
  .footer__cont .col-1-2,
.footer__bottom {
    padding: 0;
  }

  .app-list {
    width: 100%;
  }
  .app-list__item {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  .app-list__item:not(:last-child) {
    margin: 0;
  }
  .app-list__img {
    max-width: 100%;
    height: 38px;
    margin: auto;
  }
  .app-list__link {
    display: block;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 30, 47, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  transform: translate(0, -100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s all ease;
}
.modal__inner {
  padding: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal--active {
  z-index: 900;
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.modal .oder-form {
  margin-top: 20px;
}
.modal__cont {
  padding: 32px 36px 45px;
  background: #fff;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: auto;
  border-radius: 12px;
}
.modal__cont--order {
  width: 456px;
  max-width: 100%;
}
.modal__cont--about {
  width: 543px;
  max-width: 100%;
}
.modal__cont p {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 112%;
}
.modal__title {
  margin: 0 0 14px;
  font-weight: 900;
  font-size: 32px;
  line-height: 112%;
}
.modal__title-icon {
  display: inline-block;
  vertical-align: top;
  width: 31px;
  margin: -1px 0 0 11px;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  color: #2A88C9;
}
.modal__close .icon {
  width: 14px;
  height: 14px;
}
#successtext,
#successtext2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -20px;
}

@media (max-width: 480px) {
  .modal__inner {
    padding: 0;
  }
  .modal__cont {
    width: 100%;
    border-radius: 0;
    padding: 32px 17px 45px;
  }
  .modal__cont > p {
    text-align: center;
  }
  .modal__title {
    text-align: center;
    font-size: 26px;
  }
}