@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap&subset=cyrillic,cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap&subset=cyrillic,cyrillic-ext");
html {
  font-size: 10px;
  line-height: 1.2;
  background-color: #aeaeae; }

html, body {
  overflow-x: hidden;
  color: #11264A;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif; }

a, a:hover {
  text-decoration: none;
  color: inherit; }

input:active, input:focus {
  outline: none; }

button, button:focus, button:active {
  border: none;
  outline: none; }

p {
  margin-bottom: 0; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

textarea {
  resize: vertical; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.slick-active, .slick-slide {
  outline: none !important; }

label.error {
  display: none !important; }

.img-cover {
  height: 100px;
  width: 200px;
  overflow: hidden; }

.wh {
  height: 100% !important; }

.ww {
  width: 100% !important; }

/*====== Screen-Size ====== */
/*========= Media ========= */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.no-indent {
  text-indent: 0 !important; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.container {
  max-width: 1390px; }

.sec-headline {
  font-size: 1em;
  font-family: 'Lora', sans-serif;
  font-weight: normal; }
  .sec-headline span {
    font-size: 6em;
    line-height: 1.2;
    color: #11264A; }

.sec-sub span {
  font-size: 2em;
  color: rgba(17, 38, 74, 0.6);
  line-height: 1.2; }

body {
  padding: 2em; }

@media (max-width: 768px) {
  body {
    padding: 0; }

  .sec-headline span {
    font-size: 3.5em; }

  .sec-sub span {
    font-size: 1.6em; } }
/* Fonts */
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: normal; }

.lora, .header__phone span, .header-menu .list li a, .main__headline span, .about__text .title span, .cases__item .title span, .solution__content .title span, .quest__tile .title span, .quest__tile .subtitle, .shop__title span, .service__title span, .contact__tile .phone li a, .footer__title, .footer__phone li, .modal-window .title span, .blog__item-title span {
  font-family: 'Lora', sans-serif;
  font-weight: normal; }

header {
  height: 16em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  z-index: 11;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

header.black {
  position: fixed;
  height: 5.5em;
  background-color: #101D31; }

header.floated, header.black {
  position: fixed;
  height: 5.5em;
  background-color: #101D31; }
  header.floated .header__logotype span, header.black .header__logotype span {
    font-size: 1.8em; }
  header.floated .header__menu .icon, header.black .header__menu .icon {
    width: 2.3em;
    height: 1.7em; }
  header.floated .header__menu span, header.black .header__menu span {
    font-size: 1.6em; }
  header.floated .header__phone span, header.black .header__phone span {
    font-size: 2em; }

.header__logotype span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  font-family: 'Raleway'; }

.header__menu {
  margin-right: auto;
  margin-left: 12em;
  cursor: pointer; }
  .header__menu .icon {
    width: 3.5em;
    height: 2.7em;
    margin-right: 2em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/menu-icon.svg);
    display: inline-block;
    vertical-align: middle; }
  .header__menu span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 2em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .header__menu:hover span {
    -webkit-transform: translateX(-0.5em);
    -moz-transform: translateX(-0.5em);
    -ms-transform: translateX(-0.5em);
    -o-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }

.header__search {
  width: 26em;
  height: 3em;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  padding-left: 2em;
  padding-right: 1.5em;
  margin-right: 3.5em;
  position: relative; }
  .header__search button {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 1.8em;
    width: 1.8em;
    background-image: url(../img/blog-search-icon.svg);
    background-color: #fff;
    border: none;
    outline: none; }
  .header__search input {
    border: none;
    width: 100%;
    height: 100%;
    font-size: 1.2em; }

.header__phone span {
  font-weight: bold;
  font-size: 2.4em; }

.header_menu-opened {
  position: fixed; }

.header-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 105vh;
  padding-bottom: 5vh;
  background-color: rgba(16, 29, 49, 0.9);
  padding-top: 26em; }
  .header-menu .list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 60vh; }
    .header-menu .list li {
      margin-bottom: 1em; }
    .header-menu .list li a {
      font-size: 5.5em;
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .header-menu .list li a:hover {
      color: #fff; }
  .header-menu .close-icon {
    display: block;
    width: 3em;
    height: 3em;
    position: absolute;
    right: 1.5em;
    top: -5em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/menu-close.svg);
    opacity: .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }
    .header-menu .close-icon:hover {
      opacity: 1; }

@media (min-width: 1300px) {
  .header-menu .list {
    height: 37em; } }
@media (min-width: 1466px) {
  .header-menu .close-icon {
    right: 2.5em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu .close-icon {
    right: 2.5em; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-menu .close-icon {
    right: 2.5em; } }
@media (max-width: 767px) {
  header {
    font-size: 5px; }

  .header__menu {
    margin-left: 4em; }

  .header-menu .list li a {
    font-size: 2.5em; }

  .header-menu {
    padding-top: 12em; }

  .header-menu .close-icon {
    top: 0;
    right: 2em; } }
#main {
  padding-top: 21.2em;
  padding-bottom: 9.2em;
  color: #fff;
  background-color: #101D31;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/bg-main.jpg);
  overflow: hidden;
  position: relative; }
  #main .container {
    position: relative;
    z-index: 2; }

#yt-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1; }

.ytplayer-container {
  position: absolute;
  top: 0;
  top: 0;
  z-index: 0;
  height: calc(100% + 10em);
  -webkit-transform: translateY(-10em);
  -moz-transform: translateY(-10em);
  -ms-transform: translateY(-10em);
  -o-transform: translateY(-10em);
  transform: translateY(-10em); }
  .ytplayer-container iframe {
    height: 108% !important; }

.main__headline {
  font-size: 1em;
  text-align: center;
  margin-bottom: 2em; }
  .main__headline span {
    line-height: 1.1;
    font-size: 12em; }

.main__sub {
  text-align: center;
  font-size: 2.6em;
  margin-bottom: 3.7em; }

.main__btn-row {
  display: flex;
  align-items: center;
  justify-content: center; }

.main__btn {
  width: 25em;
  height: 5.7em;
  line-height: 5.7em;
  border: 1px solid #fff;
  text-align: center;
  margin-left: 1.85em;
  margin-right: 1.85em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .main__btn:hover {
    background-color: #C9EEE8; }
    .main__btn:hover span {
      color: #192941; }
  .main__btn_blue {
    background-color: #C9EEE8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-color: #C9EEE8;
    border-left-color: #C9EEE8;
    border-right-color: #C9EEE8;
    border-bottom: 4px solid #65B5A8; }
    .main__btn_blue span {
      color: #192941 !important; }
    .main__btn_blue:hover {
      border-radius: 0px;
      border-color: transparent; }
  .main__btn span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #fff; }

@keyframes pulsar {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(1.05em);
    -moz-transform: translateY(1.05em);
    -ms-transform: translateY(1.05em);
    -o-transform: translateY(1.05em);
    transform: translateY(1.05em); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.main__mouse {
  margin-top: 4.8em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .main__mouse .mice {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/main-mouse.svg);
    width: 2em;
    height: 3em;
    margin-left: auto;
    margin-right: auto;
    animation: pulsar 2s infinite; }
  .main__mouse:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 13.7em;
    background-color: #fff;
    left: calc(50% - 0.5px);
    top: 6.5em; }

@media (max-width: 1466px) {
  #main {
    padding-top: 18em;
    padding-bottom: 7em; } }
@media (max-width: 767px) {
  .main__headline span {
    font-size: 5em; }

  .main__sub {
    font-size: 1.6em; }
    .main__sub br {
      display: none; }

  .main__btn-row {
    flex-wrap: wrap; }

  .main__btn_blue {
    margin-bottom: 1em; } }
#about {
  padding-top: 14.5em;
  padding-bottom: 8em;
  position: relative; }
  #about:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 3.8em;
    top: 0;
    left: calc(50% - .5px);
    background-color: #182744; }

.about__headline {
  margin-bottom: 2em; }

.about__text-row {
  margin-top: 4em;
  margin-bottom: 17em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.about__text {
  margin-right: 2em; }
  .about__text .title {
    margin-bottom: 1.5em; }
    .about__text .title span {
      font-size: 3.2em; }
  .about__text .text {
    font-size: 1.6em; }

.about__right-side {
  position: relative; }
  .about__right-side img {
    max-width: calc(100% - 5em);
    margin-right: 5em;
    position: relative;
    z-index: 2; }
  .about__right-side:after {
    content: '';
    display: block;
    position: absolute;
    max-width: 100%;
    width: 40em;
    height: 70em;
    right: 0;
    top: 8em;
    background-color: #C8F2EB; }

@media (max-width: 767px) {
  .about__headline {
    margin-bottom: 1em; }

  .about__text .title span {
    font-size: 2.6em; }

  .about__text-row {
    margin-bottom: 3em; }

  .about__right-side {
    display: none; }

  #about {
    padding-top: 7.5em;
    padding-bottom: 4em; } }
.cases__container {
  margin-top: 15em;
  padding-left: 7em;
  padding-right: 7em;
  padding-top: .5em;
  padding-bottom: 7.7em;
  margin-bottom: 11em;
  background-color: #C8F1EB;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.cases__item.item_1 .image {
  background-image: url(../img/cases_1.jpg); }

.cases__item.item_2 .image {
  background-image: url(../img/cases_2.jpg); }

.cases__item.item_3 .image {
  background-image: url(../img/cases_3.jpg); }

.cases__item.item_4 .image {
  background-image: url(../img/cases_4.jpg); }

.cases__item {
  width: 23%;
  margin-top: -9em; }
  .cases__item .image {
    width: 26em;
    height: 25em;
    margin-bottom: 2.5em;
    background-color: #C8F1EB;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .cases__item .title {
    margin-bottom: 1.4em; }
    .cases__item .title span {
      font-size: 2.6em; }
  .cases__item .text {
    font-size: 1.6em;
    height: 8.125em; }
  .cases__item .href {
    margin-top: 2.8em;
    display: inline-block;
    padding-bottom: .2em;
    border-bottom: 1px solid rgba(17, 38, 74, 0.7);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s; }
    .cases__item .href:hover {
      padding-bottom: 0; }
    .cases__item .href span {
      font-size: 1.8em;
      color: rgba(17, 38, 74, 0.7); }

@media (min-width: 768px) and (max-width: 991px) {
  .cases__container {
    flex-wrap: wrap; }

  .cases__item {
    width: 48%; }

  .cases__item .title {
    height: 5.5em; }

  .cases__item .text {
    height: 5.125em; }

  .cases__item .href {
    margin-top: .5em; }

  .cases__item.item_3, .cases__item.item_4 {
    margin-top: 6em; } }
@media (max-width: 767px) {
  .cases__container {
    flex-wrap: wrap;
    justify-content: center; }

  .cases__item {
    width: 100%; }

  .cases__item .text {
    height: auto; }

  .cases__item.item_1 {
    margin-top: -9em; }

  .cases__item {
    margin-top: 6em; }

  .cases__item .image {
    width: 100%; }

  .cases__item .href {
    margin-top: .8em; }

  .cases__container {
    margin-bottom: 5em; } }
@media (max-width: 350px) {
  .cases__container {
    padding-left: 4em;
    padding-right: 4em; } }
.solution__wrap {
  height: 75em;
  margin-top: 4.5em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.solution__current-img {
  width: 56em;
  max-width: 100%;
  height: 100%;
  margin-right: 7.5em;
  flex-shrink: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #C8F1EB;
  -webkit-transition: all 1.3s;
  -moz-transition: all 1.3s;
  -ms-transition: all 1.3s;
  -o-transition: all 1.3s;
  transition: all 1.3s;
  position: relative; }
  .solution__current-img.sol_1 {
    background-image: url(../img/solution1_big.jpg); }
  .solution__current-img.sol_2 {
    background-image: url(../img/solution2_big.jpg); }
  .solution__current-img.sol_3 {
    background-image: url(../img/solution3_big.jpg); }
  .solution__current-img .solution__ctrl {
    bottom: 0; }

.solution__content {
  width: 100%;
  height: 100%;
  margin-right: 30em;
  display: none; }
  .solution__content .title {
    margin-bottom: 4em; }
    .solution__content .title span {
      font-size: 4em; }
  .solution__content .text {
    font-size: 1.6em; }
  .solution__content.sol_1 {
    display: block; }

@keyframes pulseShadow {
  0% {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 20px 5px #86ded1; }
  100% {
    box-shadow: none; } }
@keyframes pulseRight {
  0% {
    -webkit-transform: translateX(0em);
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -o-transform: translateX(0em);
    transform: translateX(0em); }
  50% {
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    -o-transform: translateX(0.5em);
    transform: translateX(0.5em); }
  100% {
    -webkit-transform: translateX(0em);
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -o-transform: translateX(0em);
    transform: translateX(0em); } }
.solution__ctrl {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 4.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .solution__ctrl.sol_1 .next {
    background-image: url(../img/solution2_small.jpg); }
  .solution__ctrl.sol_2 .next {
    background-image: url(../img/solution3_small.jpg); }
  .solution__ctrl.sol_3 .next {
    background-image: url(../img/solution1_small.jpg); }
  .solution__ctrl .arr-left {
    height: 2.8em;
    width: 1.4em;
    display: block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/chveron-left-black.svg);
    margin-right: 5em;
    opacity: .6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }
    .solution__ctrl .arr-left:hover {
      opacity: 1; }
  .solution__ctrl .arr-right {
    height: 2.8em;
    width: 1.4em;
    display: block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/chevron-right-black.svg);
    margin-left: 5em;
    opacity: .6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer; }
    .solution__ctrl .arr-right:hover {
      opacity: 1; }
  .solution__ctrl .next {
    width: 19em;
    height: 50.9em;
    background-color: #add4ce;
    margin-left: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -ms-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    cursor: pointer;
    position: relative; }
    .solution__ctrl .next:hover {
      -webkit-transform: translateX(1em);
      -moz-transform: translateX(1em);
      -ms-transform: translateX(1em);
      -o-transform: translateX(1em);
      transform: translateX(1em); }
    .solution__ctrl .next:before {
      content: '';
      display: block;
      position: absolute;
      width: 4em;
      height: 2em;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-right-white.svg);
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .solution__ctrl .stage {
    width: 40em;
    height: 10.5em;
    background-color: #c8f1eb;
    display: flex;
    align-items: center;
    justify-content: center; }
    .solution__ctrl .stage span {
      font-weight: bold;
      color: #11264A;
      font-size: 1.8em; }
    .solution__ctrl .stage .line {
      margin-left: .6em;
      margin-right: .6em;
      width: 13em;
      height: 3px;
      background-color: #fff;
      list-style-type: none;
      display: flex; }
      .solution__ctrl .stage .line li {
        display: inline-block;
        width: 33.333%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .solution__ctrl .stage .line li.selected {
        background-color: #11264A; }

@media (min-width: 768px) and (max-width: 991px) {
  .solution__current-img {
    width: 40em;
    height: calc(100% - 9em);
    margin-right: 2.5em; }

  .solution__wrap {
    align-items: flex-start; }

  .solution__content {
    margin-right: 22em; }

  .solution__ctrl {
    bottom: -1.5em; }

  .solution__ctrl .next:hover {
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    -o-transform: translateX(0.5em);
    transform: translateX(0.5em); } }
@media (max-width: 767px) {
  .solution__wrap {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 14em;
    margin-top: 3.5em; }
    .solution__wrap > .solution__ctrl {
      display: none !important; }

  .solution__content {
    margin-right: 0; }

  .solution__current-img {
    height: 20em;
    margin-bottom: 7em; }
    .solution__current-img .solution__ctrl {
      top: 100%;
      left: 0;
      width: 100%;
      height: 6em; }

  .solution__content .title {
    margin-bottom: 1em; }

  .solution__ctrl {
    bottom: 0;
    width: 100%; }
    .solution__ctrl .stage {
      width: 100%; }

  .solution__ctrl .next {
    width: 9em;
    height: 17.9em; }

  .solution__content .text {
    padding-right: 0; }

  .solution__content .title span {
    font-size: 3em; }

  .solution__ctrl .next:hover {
    -webkit-transform: translateX(0.5em);
    -moz-transform: translateX(0.5em);
    -ms-transform: translateX(0.5em);
    -o-transform: translateX(0.5em);
    transform: translateX(0.5em); } }
#quest {
  margin-top: 14em;
  margin-bottom: 11em;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/quest-bg.jpg);
  padding: 15.5em 0; }

.quest__tile {
  background-color: #fff;
  max-width: 100%;
  width: 111.4em;
  margin-left: auto;
  margin-right: auto;
  height: 40em;
  padding-top: 6em;
  padding-bottom: 7.5em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .quest__tile .question, .quest__tile .finish {
    display: none; }
  .quest__tile.quest__tile_big {
    width: 100%;
    height: 56.5em;
    padding-top: 6em;
    padding-bottom: 6em;
    padding-left: 11.6em;
    padding-right: 13.6em; }
  .quest__tile .title {
    text-align: center; }
    .quest__tile .title span {
      font-size: 5em;
      line-height: 1.2; }
  .quest__tile .subtitle {
    display: block;
    text-align: center;
    margin-top: .625em;
    font-size: 2.4em;
    margin-bottom: 1.75em; }
  .quest__tile .finish {
    padding-top: 10em; }

.quest__ship {
  margin-top: 6em;
  width: 14.2em;
  height: 7.8em;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/quest-ship.svg); }

.quest__btn {
  width: 25em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C9EEE8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-bottom: 4px solid #65B5A8;
  border-top: 4px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .quest__btn:hover {
    border-color: transparent;
    border-radius: 0px; }
  .quest__btn span {
    font-weight: 500;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .quest__btn_blue {
    background-color: #C9EEE8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-color: #C9EEE8;
    border-left-color: #C9EEE8;
    border-right-color: #C9EEE8;
    border-bottom: 4px solid #65B5A8; }
    .quest__btn_blue span {
      color: #192941 !important; }
    .quest__btn_blue:hover {
      border-radius: 0px;
      border-color: transparent; }

.quest__content {
  display: none; }
  .quest__content[data-content="1"] {
    display: block; }
  .quest__content .input-container {
    margin-top: 4.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .quest__content .input-container .quest__btn {
      margin-left: auto;
      margin-right: 0; }
  .quest__content .input-wrap {
    position: relative;
    width: 32.5em;
    height: 4.2em;
    margin-right: 4em;
    flex-shrink: 0; }
    .quest__content .input-wrap input {
      width: 100%;
      height: 100%;
      border: none;
      font-size: 2.2em;
      font-weight: normal;
      border-bottom: 1px solid rgba(17, 38, 74, 0.2);
      padding-right: 1em; }
    .quest__content .input-wrap input.error {
      border-color: red; }
    .quest__content .input-wrap.input_last {
      margin-top: 3.5em; }
  .quest__content .input-wrap.input_select {
    cursor: pointer; }
    .quest__content .input-wrap.input_select input {
      cursor: pointer; }
    .quest__content .input-wrap.input_select:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 1.4em;
      height: .7em;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../img/input-chevron-down.svg); }
    .quest__content .input-wrap.input_select .list {
      display: none;
      position: absolute;
      z-index: 2;
      top: 5em;
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
      padding: 2em 3em;
      padding-right: 3.5em;
      list-style-type: none; }
      .quest__content .input-wrap.input_select .list li {
        line-height: 1.8; }
        .quest__content .input-wrap.input_select .list li a {
          font-size: 1.6em;
          color: rgba(17, 38, 74, 0.6); }
          .quest__content .input-wrap.input_select .list li a i {
            display: block;
            margin-top: -.2em;
            font-size: 0.75em;
            font-style: normal;
            display: none; }
        .quest__content .input-wrap.input_select .list li:hover a {
          color: #11264A; }
        .quest__content .input-wrap.input_select .list li:hover i {
          display: block; }
      .quest__content .input-wrap.input_select .list li.selected {
        position: relative; }
        .quest__content .input-wrap.input_select .list li.selected:after {
          content: '';
          display: block;
          position: absolute;
          right: -1.4em;
          top: 40%;
          width: 1.4em;
          height: .7em;
          -webkit-background-size: contain;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../img/input-check.svg); }
        .quest__content .input-wrap.input_select .list li.selected a {
          color: #11264A; }
  .quest__content .checklist {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .quest__content .checklist.checklist_6 {
      height: 18em; }
      .quest__content .checklist.checklist_6 li:nth-child(4), .quest__content .checklist.checklist_6 li:nth-child(5), .quest__content .checklist.checklist_6 li:nth-child(6) {
        margin-left: 3.6em; }
    .quest__content .checklist.checklist_3 {
      height: 9em; }
      .quest__content .checklist.checklist_3 li:nth-child(3), .quest__content .checklist.checklist_3 li:nth-child(4) {
        margin-left: 3.6em; }
    .quest__content .checklist li a {
      color: rgba(17, 38, 74, 0.6);
      font-size: 2.2em;
      font-weight: 300;
      line-height: 1.1; }
    .quest__content .checklist li {
      cursor: pointer;
      position: relative;
      padding-left: 4.2em;
      margin-bottom: 2em; }
      .quest__content .checklist li:before {
        content: '';
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        display: block;
        width: 2.3em;
        height: 2.3em;
        background-color: #C9EEE8;
        -webkit-background-size: 1.5em;
        background-size: 1.5em;
        background-repeat: no-repeat;
        background-position: center center; }
    .quest__content .checklist li.selected a {
      color: #11264A; }
    .quest__content .checklist li.selected:before {
      background-image: url(../img/input-check-black.svg); }

.quest__breadcrumb input {
  display: inline-block;
  font-size: 1.1em;
  width: 15.7em;
  margin-right: 1em;
  margin-bottom: 2.2em;
  line-height: 1.8;
  border: none;
  cursor: default;
  border-bottom: 1px solid rgba(17, 38, 74, 0.2);
  cursor: pointer; }
  .quest__breadcrumb input:hover {
    font-weight: 500;
    border-bottom: 1px solid rgba(17, 38, 74, 0.8); }
.quest__breadcrumb form {
  position: relative; }

.quest__pop-mod {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 31em;
  padding: 2em 2em 2em 3em;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  list-style-type: none; }
  .quest__pop-mod li.list-header {
    font-weight: 500; }
  .quest__pop-mod li {
    font-size: 1.6em; }

.quest__dot-line {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 6em; }
  .quest__dot-line.policy-showed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .quest__dot-line.policy-showed .dots {
      margin-right: 13.6em; }
  .quest__dot-line .policy {
    display: none;
    padding-left: 11.6em; }
    .quest__dot-line .policy > span {
      display: block;
      font-size: 1.4em;
      color: rgba(17, 38, 74, 0.7);
      margin-bottom: .7em; }
    .quest__dot-line .policy .item {
      display: flex;
      align-items: center; }
      .quest__dot-line .policy .item span {
        font-size: 1.2em;
        color: rgba(17, 38, 74, 0.7);
        margin-left: .6em; }
      .quest__dot-line .policy .item .box {
        width: 1.2em;
        height: 1.2em;
        background-color: #11264A;
        -webkit-background-size: 1em;
        background-size: 1em;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
        .quest__dot-line .policy .item .box.error {
          background-color: red; }
        .quest__dot-line .policy .item .box.checked {
          background-image: url(../img/policy-check.svg); }
  .quest__dot-line .dots {
    list-style-type: none;
    text-align: center; }
    .quest__dot-line .dots.stage_1 li:nth-child(1) {
      background-color: #11264A;
      box-shadow: 0px 2px 12px rgba(0, 22, 60, 0.6);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      z-index: 1;
      cursor: pointer; }
      .quest__dot-line .dots.stage_1 li:nth-child(1):hover {
        background-color: #394965; }
        .quest__dot-line .dots.stage_1 li:nth-child(1):hover:after {
          background-color: #394965; }
      .quest__dot-line .dots.stage_1 li:nth-child(1):after {
        background-color: #11264A;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .quest__dot-line .dots.stage_2 li:nth-child(1), .quest__dot-line .dots.stage_2 li:nth-child(2) {
      background-color: #11264A;
      box-shadow: 0px 2px 12px rgba(0, 22, 60, 0.6);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      z-index: 1;
      cursor: pointer; }
      .quest__dot-line .dots.stage_2 li:nth-child(1):hover, .quest__dot-line .dots.stage_2 li:nth-child(2):hover {
        background-color: #394965; }
        .quest__dot-line .dots.stage_2 li:nth-child(1):hover:after, .quest__dot-line .dots.stage_2 li:nth-child(2):hover:after {
          background-color: #394965; }
      .quest__dot-line .dots.stage_2 li:nth-child(1):after, .quest__dot-line .dots.stage_2 li:nth-child(2):after {
        background-color: #11264A;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .quest__dot-line .dots.stage_3 li:nth-child(1), .quest__dot-line .dots.stage_3 li:nth-child(2), .quest__dot-line .dots.stage_3 li:nth-child(3) {
      background-color: #11264A;
      box-shadow: 0px 2px 12px rgba(0, 22, 60, 0.6);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      z-index: 1;
      cursor: pointer; }
      .quest__dot-line .dots.stage_3 li:nth-child(1):hover, .quest__dot-line .dots.stage_3 li:nth-child(2):hover, .quest__dot-line .dots.stage_3 li:nth-child(3):hover {
        background-color: #394965; }
        .quest__dot-line .dots.stage_3 li:nth-child(1):hover:after, .quest__dot-line .dots.stage_3 li:nth-child(2):hover:after, .quest__dot-line .dots.stage_3 li:nth-child(3):hover:after {
          background-color: #394965; }
      .quest__dot-line .dots.stage_3 li:nth-child(1):after, .quest__dot-line .dots.stage_3 li:nth-child(2):after, .quest__dot-line .dots.stage_3 li:nth-child(3):after {
        background-color: #11264A;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .quest__dot-line .dots.stage_4 li:nth-child(1), .quest__dot-line .dots.stage_4 li:nth-child(2), .quest__dot-line .dots.stage_4 li:nth-child(3), .quest__dot-line .dots.stage_4 li:nth-child(4) {
      background-color: #11264A;
      box-shadow: 0px 2px 12px rgba(0, 22, 60, 0.6);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      z-index: 1;
      cursor: pointer; }
      .quest__dot-line .dots.stage_4 li:nth-child(1):hover, .quest__dot-line .dots.stage_4 li:nth-child(2):hover, .quest__dot-line .dots.stage_4 li:nth-child(3):hover, .quest__dot-line .dots.stage_4 li:nth-child(4):hover {
        background-color: #394965; }
        .quest__dot-line .dots.stage_4 li:nth-child(1):hover:after, .quest__dot-line .dots.stage_4 li:nth-child(2):hover:after, .quest__dot-line .dots.stage_4 li:nth-child(3):hover:after, .quest__dot-line .dots.stage_4 li:nth-child(4):hover:after {
          background-color: #394965; }
      .quest__dot-line .dots.stage_4 li:nth-child(1):after, .quest__dot-line .dots.stage_4 li:nth-child(2):after, .quest__dot-line .dots.stage_4 li:nth-child(3):after, .quest__dot-line .dots.stage_4 li:nth-child(4):after {
        background-color: #11264A;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .quest__dot-line .dots.stage_5 li, .quest__dot-line .dots.stage_6 li {
      background-color: #11264A;
      box-shadow: 0px 2px 12px rgba(0, 22, 60, 0.6);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      z-index: 1;
      cursor: pointer; }
      .quest__dot-line .dots.stage_5 li:hover, .quest__dot-line .dots.stage_6 li:hover {
        background-color: #394965; }
        .quest__dot-line .dots.stage_5 li:hover:after, .quest__dot-line .dots.stage_6 li:hover:after {
          background-color: #394965; }
      .quest__dot-line .dots.stage_5 li:after, .quest__dot-line .dots.stage_6 li:after {
        background-color: #11264A;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .quest__dot-line .dots li {
      display: inline-block;
      vertical-align: top;
      width: 3em;
      height: 3em;
      margin-right: 12.5em;
      background-color: #dddddd;
      z-index: 1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative; }
      .quest__dot-line .dots li:after {
        content: '';
        display: block;
        position: absolute;
        width: 15.4em;
        height: 2px;
        left: 50%;
        top: 50%;
        background-color: #dddddd;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .quest__dot-line .dots li:last-child {
      margin-right: 0; }
      .quest__dot-line .dots li:last-child:after {
        display: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .quest__tile.quest__tile_big {
    padding-left: 4.6em;
    padding-right: 4.6em; }

  .quest__dot-line .policy {
    padding-left: 4.6em; }

  .quest__dot-line.policy-showed .dots {
    margin-right: 4.6em; }

  .quest__content .input-wrap {
    width: 25.5em; }

  .quest__dot-line .dots li {
    margin-right: 7.5em; }

  .quest__dot-line .dots li:after {
    width: 10.4em; }

  .quest__content .checklist.checklist_3 {
    height: 14em; }

  .quest__content .checklist.checklist_3 li:nth-child(3) {
    margin-left: 0; }

  .quest__content .checklist.checklist_3 li:nth-child(5) {
    margin-left: 3.6em; } }
@media (max-width: 767px) {
  #quest {
    margin-top: 7em;
    margin-bottom: 5em;
    padding: 10em 0; }

  .quest__tile .title span {
    font-size: 3em; }
    .quest__tile .title span br {
      display: none; }

  .quest__tile .subtitle {
    font-size: 2em; }

  .quest__breadcrumb {
    display: none; }

  .quest__tile.quest__tile_big {
    padding-left: 4.6em;
    padding-right: 4.6em;
    height: 575px; }

  .quest__content .input-wrap {
    margin-bottom: 2em;
    max-width: 100%; }

  .quest__content .input-container .quest__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6em;
    margin-bottom: 4em; }

  .quest__dot-line .dots {
    font-size: 3px;
    margin-left: auto;
    margin-right: auto !important;
    margin-top: 4em; }

  .quest__content .checklist.checklist_6, .quest__content .checklist.checklist_3 {
    height: auto; }

  .quest__content .checklist.checklist_6 li:nth-child(4),
  .quest__content .checklist.checklist_6 li:nth-child(5),
  .quest__content .checklist.checklist_6 li:nth-child(6),
  .quest__content .checklist.checklist_3 li:nth-child(3),
  .quest__content .checklist.checklist_3 li:nth-child(4),
  .quest__content .checklist.checklist_3 li:nth-child(5) {
    margin-left: 0; }

  .quest__content .checklist li br {
    display: none; }

  .quest__dot-line.policy-showed {
    flex-wrap: wrap;
    padding-left: calc(15px + 4.6em);
    padding-right: calc(15px + 4.6em); }

  .quest__dot-line .policy {
    padding-left: 0em;
    text-align: center; }

  .quest__dot-line .policy > span {
    margin-bottom: 0; }

  .quest__dot-line .policy .item {
    justify-content: center; }

  .quest__content .input-wrap.input_last {
    margin-top: 0; }

  .quest__content[data-content="6"] .quest__btn {
    order: 4;
    margin-bottom: 11em; }

  .quest__tile.stage_1 {
    height: 380px; }

  .quest__tile.stage_2 {
    height: 380px; }

  .quest__tile.stage_3 {
    height: 330px; }

  .quest__tile.stage_4 {
    height: 575px; }

  .quest__tile.stage_5 {
    height: 490px; }

  .quest__tile.stage_6, .quest__tile.stage_7 {
    height: 490px; } }
@media (max-width: 350px) {
  .quest__tile.stage_1 {
    height: 410px; }

  .quest__tile.stage_2 {
    height: 380px; }

  .quest__tile.stage_3 {
    height: 360px; }

  .quest__tile.stage_4 {
    height: 600px; }

  .quest__tile.stage_5 {
    height: 515px; }

  .quest__tile.stage_6, .quest__tile.stage_7 {
    height: 490px; } }
#shop {
  padding-bottom: 6em; }

.shop__headline {
  margin-bottom: 6em; }

.shop__cat-item {
  margin-bottom: 3.6em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .shop__cat-item[aria-expanded="true"] {
    margin-bottom: 0; }

.shop__category {
  margin-bottom: 6em; }

.shop__cat-btn {
  padding-left: 7em;
  margin-bottom: 3em;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .shop__cat-btn[aria-expanded="true"] .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop__cat-btn[aria-expanded="false"] {
    margin-bottom: 1em; }
  .shop__cat-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 500; }
  .shop__cat-btn .icon {
    margin-left: 1.25em;
    display: inline-block;
    vertical-align: middle;
    width: 1.4em;
    height: .7em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/input-chevron-down.svg); }

.shop__cat-list ul {
  list-style-type: none; }
  .shop__cat-list ul li {
    padding-left: 7em;
    margin-bottom: .5em;
    height: 4em;
    display: flex;
    align-items: center; }
  .shop__cat-list ul a {
    font-size: 1.6em; }
  .shop__cat-list ul li:hover, .shop__cat-list ul li.selected {
    background-color: #C9EEE8; }

.shop__cat-list_check ul {
  list-style-type: none;
  padding-left: 7em; }
.shop__cat-list_check li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.2em;
  position: relative;
  padding-left: 2em; }
  .shop__cat-list_check li a {
    font-size: 1.6em; }
  .shop__cat-list_check li:before {
    content: '';
    position: absolute;
    display: block;
    width: 1.4em;
    height: 1em;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
  .shop__cat-list_check li.selected:before {
    background-image: url(../img/input-check.svg); }

.shop__head {
  width: 80%;
  display: none; }
  .shop__head.current {
    display: block; }

@media (min-width: 768px) {
  .shop__head {
    margin-top: 2.8em; } }
.shop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29em;
  height: 5.7em;
  background-color: #C9EEEB;
  margin-left: 7em;
  margin-bottom: 1em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-bottom: 4px solid #65B5A8;
  border-top: 4px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .shop__btn:hover {
    border-color: transparent;
    border-radius: 0px; }
  .shop__btn span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4em; }

.shop__more {
  padding-left: 7em; }
  .shop__more i {
    font-style: normal;
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: .3em;
    display: none; }
  .shop__more span {
    font-size: 1.6em;
    margin-top: .05em;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 1px solid #11264A; }
  .shop__more:hover span {
    text-decoration: none;
    border-color: transparent; }

.shop__title {
  margin-bottom: 3em; }
  .shop__title span {
    font-size: 3em; }

.shop__description {
  font-size: 1.8em; }

.shop__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4em;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 1.5s ease-in;
  -moz-transition: max-height 1.5s ease-in;
  -ms-transition: max-height 1.5s ease-in;
  -o-transition: max-height 1.5s ease-in;
  transition: max-height 1.5s ease-in;
  max-height: 400em; }
  .shop__content.closed {
    max-height: 100em;
    margin-bottom: 6em; }
    .shop__content.closed:after {
      content: 'Показать еще';
      text-decoration: underline;
      font-size: 1.6em;
      font-weight: 400;
      cursor: pointer;
      text-align: center;
      padding-top: 8em;
      display: block;
      position: absolute;
      width: 100%;
      height: 10em;
      left: 0;
      bottom: 0em;
      background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.41) 44%, rgba(255, 255, 255, 0.9) 60%, white 100%); }

.shop__nothing {
  display: none;
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 1.6em;
  font-weight: 400;
  opacity: .5; }

.shop__item {
  margin-right: 8em;
  margin-bottom: 4.5em;
  width: 39%; }
  .shop__item .img {
    width: 29.8em;
    height: 30.2em;
    margin-bottom: 2em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/shop_intelliant100w.jpg); }
  .shop__item span {
    font-size: 1.8em;
    font-weight: 500; }
  .shop__item .list {
    list-style-type: none; }
    .shop__item .list li {
      font-size: 1.6em;
      display: block;
      line-height: 1.1;
      margin-top: 0.6em;
      margin-bottom: 0.6em; }

@media (min-width: 768px) and (max-width: 991px) {
  .shop__btn {
    margin-left: 0;
    width: 100%; }

  .shop__more {
    padding-left: 0; }

  .shop__item .img {
    width: 22.8em;
    height: 22.2em; }

  .shop__item {
    margin-right: 3.5em;
    margin-bottom: .5em; }

  .shop__head {
    margin-top: 12em; } }
@media (max-width: 767px) {
  .shop__headline {
    margin-bottom: 3em; }

  .shop__cat-list ul li {
    padding-left: 1em;
    margin-bottom: 2em;
    line-height: 1.1; }

  .shop__cat-btn {
    padding-left: 1em; }

  .shop__cat-item {
    width: 49%;
    margin-bottom: 0; }

  .shop__cat-item:nth-child(1) {
    order: 1; }

  .shop__cat-item:nth-child(2) {
    order: 3;
    width: 100%; }

  .shop__cat-item:nth-child(3) {
    order: 2; }

  .shop__btn {
    order: 4;
    margin-top: 2em;
    margin-left: 0;
    width: 100%; }

  .shop__more {
    order: 5;
    padding-left: 0; }

  .shop__category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .shop__cat-list_check ul {
    padding-left: 0; }

  .shop__cat-btn {
    margin-bottom: 1em; }

  .shop__title span {
    font-size: 2.4em; }

  .shop__content {
    justify-content: space-between; }

  .shop__item {
    margin-right: 0;
    width: 47%;
    margin-bottom: 2em; }

  .shop__item .img {
    height: 18em;
    width: 100%; }

  .shop__item .list {
    min-height: 170px; } }
@media (max-width: 350px) {
  .shop__item .list {
    min-height: 210px; } }
#service {
  position: relative; }
  #service:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22.4em;
    background-color: #C9EEEB; }

.service__headline {
  margin-top: 5em;
  margin-bottom: 4em; }

.service__title {
  margin-bottom: 4em; }
  .service__title span {
    font-size: 3em;
    line-height: 1.4; }

.service__text {
  font-size: 1.6em;
  max-width: 32.5em; }

.service__top img {
  display: block;
  margin-left: auto; }

.service__item-1 {
  margin-left: 7.8em;
  margin-top: 8.8em; }

.service__central {
  margin-top: 20em;
  margin-bottom: 30em; }
  .service__central .img-wrap {
    position: relative; }
    .service__central .img-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      top: -7em;
      display: block;
      background-color: #C8F1EB;
      width: 33.4em;
      height: 54.5em;
      z-index: 1; }
  .service__central img {
    display: block;
    position: relative;
    z-index: 2;
    margin-left: 5em;
    max-width: calc(100% - 5em); }

.service__item-2 {
  padding-left: 12em; }

.service__bottom .img-wrap {
  position: relative; }
  .service__bottom .img-wrap:before {
    content: '';
    width: 32.7em;
    height: 45.5em;
    display: block;
    position: absolute;
    background-color: #C8F1EB;
    left: 0;
    top: -7.5em; }
.service__bottom img {
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 2; }

.service__item-3 {
  padding-left: 8em; }

@media (min-width: 768px) and (max-width: 991px) {
  .service__item-1 {
    margin-left: 3.8em;
    margin-top: 7.8em; }

  .service__item-2 {
    margin-top: 3em;
    padding-left: 0em; }

  .service__bottom img {
    max-width: 90%; }

  .service__item-3 {
    padding-left: 3.8em; } }
@media (max-width: 767px) {
  #service .no-padding-right, #service .no-padding-left, #service .no-padding {
    padding-left: 15px;
    padding-right: 15px; }

  .service__item-1 {
    margin-left: 0;
    margin-top: 2em; }

  .service__item-2 {
    margin-top: 4em;
    padding-left: 0; }

  .service__item-3 {
    margin-top: 2em; }

  .service__central {
    margin-top: 10em;
    margin-bottom: 10em; }

  .service__title {
    margin-bottom: 2em; }
    .service__title span {
      font-size: 2.4em; }

  .service__item-3 {
    padding-left: 0px; }

  .service__central .img-wrap:before {
    top: -3em;
    width: 30em;
    height: 29em; }

  .service__bottom .img-wrap:before {
    width: 22.7em;
    height: 29.5em;
    left: -1em;
    top: -2.5em; } }
@media (max-width: 350px) {
  .service__central .img-wrap:before {
    top: -2em;
    height: 23em; } }
#sto {
  padding-top: 12em;
  padding-bottom: 6.5em; }

.sto__headline {
  margin-bottom: 3.5em; }

.sto__wrap {
  margin-top: 11em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }

.sto__item {
  width: 30%;
  margin-bottom: 7.5em; }
  .sto__item .icon {
    width: 11em;
    height: 10.5em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto; }
  .sto__item .icon_1 {
    background-image: url(../img/sto_1.svg); }
  .sto__item .icon_2 {
    background-image: url(../img/sto_2.svg); }
  .sto__item .icon_3 {
    background-image: url(../img/sto_3.svg); }
  .sto__item .icon_4 {
    background-image: url(../img/sto_4.svg); }
  .sto__item .icon_5 {
    background-image: url(../img/sto_5.svg); }
  .sto__item .text {
    font-size: 1.6em;
    text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  .sto__item {
    width: 25%;
    margin-left: 4em;
    margin-right: 4em; }
    .sto__item br {
      display: none; } }
@media (max-width: 767px) {
  #sto {
    padding-top: 6em;
    padding-bottom: 0; }

  .sto__headline br {
    display: none; }

  .sto__wrap {
    margin-top: 5em; }

  .sto__item {
    width: 48%; }
    .sto__item br {
      display: none; } }
.we__tile {
  background-color: #C8F1EB;
  padding: 8em 9em 11em 8.5em;
  height: 86em; }

.we__img {
  height: 86em;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/we__img.jpg); }

.we__text {
  font-size: 1.6em;
  margin-top: 2.25em; }

@media (min-width: 768px) and (max-width: 991px) {
  .we__tile {
    padding: 9em 5em 8em 5em; } }
@media (max-width: 767px) {
  .we__tile {
    padding: 3em 4em 4em 3em;
    height: auto; }

  #we .no-padding-right, #we .no-padding-left, #we .no-padding {
    padding-left: 15px;
    padding-right: 15px; }

  .we__img {
    height: 34em; } }
#license {
  padding-top: 11em;
  padding-bottom: 11em; }

.license__headline {
  padding-left: 7em; }

.license__arr-left {
  height: 2.8em;
  width: 1.4em;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/chveron-left-black.svg);
  position: absolute;
  left: 39%;
  bottom: -14em;
  z-index: 4;
  opacity: .6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer; }
  .license__arr-left:hover {
    opacity: 1; }

.license__arr-right {
  height: 2.8em;
  width: 1.4em;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/chevron-right-black.svg);
  position: absolute;
  cursor: pointer;
  right: 39%;
  bottom: -14em;
  z-index: 4;
  opacity: .6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .license__arr-right:hover {
    opacity: 1; }

.license__slider {
  padding-top: 7em;
  text-align: center; }
  .license__slider .slick-dots {
    width: 40em;
    height: 10.5em;
    background-color: #C9EEEB;
    left: 50%;
    -webkit-transform: translateX(-49.8%);
    -moz-transform: translateX(-49.8%);
    -ms-transform: translateX(-49.8%);
    -o-transform: translateX(-49.8%);
    transform: translateX(-49.8%);
    display: block;
    bottom: -18em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .license__slider .slick-dots li {
      width: 5em;
      height: .3em;
      background-color: #fff;
      margin: 0; }
      .license__slider .slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .license__slider .slick-dots li button:before {
          display: none; }
    .license__slider .slick-dots li.slick-active button {
      background-color: #11264A; }
    .license__slider .slick-dots li:nth-child(1) {
      position: relative; }
      .license__slider .slick-dots li:nth-child(1):before {
        content: '01';
        font-weight: bold;
        color: #11264A;
        font-size: 1.8em;
        display: block;
        right: calc(100% + .7em);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }
    .license__slider .slick-dots li:last-child {
      position: relative; }
      .license__slider .slick-dots li:last-child:before {
        content: '03';
        font-weight: bold;
        color: #11264A;
        font-size: 1.8em;
        display: block;
        left: calc(100% + .7em);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }

.license__item {
  height: 46em;
  margin-left: 2.7em;
  margin-right: 2.7em;
  background-color: #C9EEE8;
  padding-left: 3em;
  position: relative;
  padding-right: 3em;
  margin-top: 6.5em; }
  .license__item img {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: -5em;
    cursor: pointer;
    outline: none !important; }

@media (max-width: 1466px) {
  .license__item img {
    max-width: 90%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .license__item {
    height: 29em; } }
@media (max-width: 767px) {
  #license {
    padding-top: 6em; }

  .license__slider {
    padding-top: 3em; }

  .license__item {
    height: 40em; }

  .license__headline {
    padding-left: 0;
    text-align: center; }

  .license__slider .slick-dots {
    width: calc(100% - 40px);
    bottom: -14em; }

  .license__slider .slick-dots li {
    width: 2.5em; }

  .license__arr-left {
    left: 13%;
    bottom: -10em; }

  .license__arr-right {
    right: 13%;
    bottom: -10em; } }
@media (max-width: 350px) {
  .license__item {
    height: 30em; }

  .license__slider .slick-dots li {
    width: 2em; } }
#contacts {
  margin-top: 11em; }

.contact__map {
  margin-top: 5.5em;
  width: 100%;
  height: 67em;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/contact-map.jpg);
  position: relative; }
  .contact__map iframe, .contact__map .map-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none; }
  .contact__map .ymaps-2-1-74-controls__control_toolbar {
    display: none !important; }

.contact__tile {
  padding-top: 6.7em;
  padding-bottom: 16em;
  padding-left: 6em;
  padding-right: 8em;
  background-color: #11264A;
  border: 1em solid #FFFFFF;
  color: #fff;
  position: relative;
  top: -11.8em; }
  .contact__tile .title {
    display: block;
    font-size: 5em; }
  .contact__tile .phone {
    margin-top: 3.5em;
    margin-bottom: 3em;
    list-style-type: none; }
    .contact__tile .phone li {
      font-size: 2.2em;
      line-height: 1.6; }
      .contact__tile .phone li a {
        font-size: 1.1em;
        font-weight: bold; }
  .contact__tile .text {
    font-size: 2em; }

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

@media (min-width: 768px) and (max-width: 991px) {
  .contact__tile {
    padding: 4.7em 3em 8em 3em; } }
@media (max-width: 767px) {
  #contacts {
    margin-top: 6em; }

  .contact__tile {
    padding-top: 3.7em;
    padding-left: 3em;
    padding-right: 4em;
    top: -8em;
    transform: scale(0.7);
    height: auto;
    right: -6em;
    padding-bottom: 5em;
    position: absolute; }

  .contact__tile .title {
    font-size: 3em; }

  .contact__tile .phone li {
    font-size: 1.8em; }

  .contact__tile .text {
    font-size: 1.6em; }

  .contact__map {
    height: 30em;
    background-position: 70% center; } }
footer {
  color: #fff; }

.footer__upper {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #11264A; }

.footer__title {
  display: block;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: .2em; }

.footer__text {
  font-size: 1.4em; }

.footer__phone {
  list-style-type: none;
  text-align: right;
  display: inline-block;
  margin-right: 13.5em; }
  .footer__phone li {
    font-size: 1.8em; }
  .footer__phone a {
    font-weight: bold; }

.footer__social {
  list-style-type: none;
  text-align: right;
  display: inline-block;
  vertical-align: top; }
  .footer__social li a {
    font-size: 1.4em; }
  .footer__social li {
    position: relative;
    padding-left: 3em; }
    .footer__social li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1.5em;
      height: 1.5em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left center; }
  .footer__social li.vk:before {
    background-image: url(../img/footer_vk.svg); }
  .footer__social li.fb:before {
    background-image: url(../img/footer_fb.svg); }
  .footer__social li.ig:before {
    background-image: url(../img/footer_ig.svg); }

.footer__downer {
  height: 5.6em;
  background-color: #0F213F;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .footer__downer .policy {
    font-size: 10px;
    text-decoration: underline; }
  .footer__downer .copyright {
    font-size: 10px; }

.footer__phone.temp {
  margin-right: 0; }

.footer__social.temp {
  display: none !important; }

@media (max-width: 767px) {
  footer {
    text-align: center; }
    footer .copyright {
      text-align: right; }
    footer .policy {
      text-align: left; }

  .footer__phone {
    text-align: center;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 2em; }

  .footer__phone li {
    font-size: 2.2em; }

  .footer__social {
    display: block;
    text-align: center; }

  .footer__social li {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 2em; } }
.modal-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 105vh;
  padding-bottom: 6vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10; }

.modal-window {
  display: none;
  position: absolute;
  width: 96em;
  max-width: 90%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding-top: 6em;
  padding-right: 12em;
  padding-left: 9em;
  padding-bottom: 9.5em; }
  .modal-window .success {
    display: none;
    text-align: center; }
    .modal-window .success .sub-title {
      margin-top: 1.5em; }
      .modal-window .success .sub-title span {
        font-size: 2.4em;
        font-weight: 400;
        line-height: 1.6; }
  .modal-window .close-icon {
    position: absolute;
    right: 5em;
    top: 6em;
    width: 3em;
    height: 3em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/close-black.svg);
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .modal-window .close-icon:hover {
      opacity: 1; }
  .modal-window .title span {
    font-size: 5em; }
  .modal-window .sub-title span {
    font-size: 1.6em;
    font-weight: normal; }
  .modal-window .content-row {
    margin-top: 3.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em; }
  .modal-window .sub-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .modal-window .policy > span {
    display: block;
    font-size: 1.4em;
    color: rgba(17, 38, 74, 0.7);
    margin-bottom: .7em; }
  .modal-window .policy .item {
    display: flex;
    align-items: center; }
    .modal-window .policy .item span {
      font-size: 1.2em;
      color: rgba(17, 38, 74, 0.7);
      margin-left: .6em; }
    .modal-window .policy .item .box {
      width: 1.2em;
      height: 1.2em;
      background-color: #11264A;
      -webkit-background-size: 1em;
      background-size: 1em;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
      .modal-window .policy .item .box.error {
        background-color: red; }
      .modal-window .policy .item .box.checked {
        background-image: url(../img/policy-check.svg); }
  .modal-window .input-wrap {
    position: relative;
    width: 45%;
    height: 4.2em;
    flex-shrink: 0;
    margin-bottom: 4.5em; }
    .modal-window .input-wrap.file {
      width: 100%; }
    .modal-window .input-wrap input {
      width: 100%;
      height: 100%;
      border: none;
      font-size: 2.2em;
      font-weight: normal;
      border-bottom: 1px solid rgba(17, 38, 74, 0.2);
      padding-right: 1em; }
    .modal-window .input-wrap input.error {
      border-color: red; }
    .modal-window .input-wrap input[type="FILE"] {
      overflow: hidden;
      display: block;
      width: 0px;
      height: 0px;
      background-color: transparent;
      border: none;
      opacity: 0; }
  .modal-window .input-file {
    display: inline-block; }
    .modal-window .input-file .icon {
      width: 1.2em;
      height: 2.2em;
      -webkit-background-size: contain;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/attach.svg);
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.3em; }
    .modal-window .input-file span {
      font-size: 1.6em;
      color: #11264A;
      display: inline-block;
      vertical-align: middle; }
  .modal-window .modal__btn {
    width: 25em;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C9EEE8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-bottom: 4px solid #65B5A8;
    border-top: 4px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .modal-window .modal__btn:hover {
      border-color: transparent;
      border-radius: 0px; }
    .modal-window .modal__btn span {
      font-weight: 500;
      font-size: 1.4em;
      letter-spacing: 1px;
      text-transform: uppercase; }

@media (max-width: 768px) {
  .modal-window .title span {
    font-size: 3em; }

  .modal-window {
    padding-top: 5em;
    padding-right: 3em;
    padding-left: 3em;
    padding-bottom: 3.5em; }

  .modal-window .input-wrap {
    width: 100%;
    margin-bottom: 2em; }

  .modal-window .sub-row {
    flex-wrap: wrap; }

  .modal-window .modal__btn {
    margin-top: 3em; }

  .modal-window .close-icon {
    right: 3em;
    top: 2em;
    width: 2em;
    height: 2em; } }
.case-body {
  margin-top: 10em;
  padding-bottom: 30em; }
  .case-body .container {
    max-width: 1200px; }
  .case-body .title {
    margin-bottom: 5em;
    font-size: 1em;
    position: relative; }
    .case-body .title span {
      font-size: 6em;
      font-family: 'Lora', sans-serif; }
  .case-body .description {
    font-size: 1.6em;
    margin-top: 1.875em;
    display: block;
    position: relative; }
  .case-body .text {
    font-size: 2em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative; }

.go-back {
  margin-top: 13em;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .go-back:hover .arrow {
    -webkit-transform: translateX(-0.8em);
    -moz-transform: translateX(-0.8em);
    -ms-transform: translateX(-0.8em);
    -o-transform: translateX(-0.8em);
    transform: translateX(-0.8em); }
  .go-back .arrow {
    width: 2.7em;
    height: 1.8em;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-back.svg);
    margin-right: 1.5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .go-back span {
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase; }

.case-body .img {
  position: relative; }
  .case-body .img img {
    z-index: 1;
    position: relative; }
  .case-body .img:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #C9EEEB;
    height: 80%;
    width: 100%; }
.case-body .img.left-txt:before {
  left: -5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.case-body .img.right-txt:before {
  right: -5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.case-body .img.right-bot-txt:before {
  right: -5vw;
  bottom: -10%; }

@media (max-width: 768px) {
  .case-body {
    margin-top: 7em; }
    .case-body .title {
      margin-bottom: 2.5em; }
    .case-body .title span {
      font-size: 3.5em; } }
.blog-page {
  padding-top: 11em;
  padding-bottom: 11em; }

.blog__breadcumbs {
  border-bottom: 1px solid #C9EEE8;
  padding-bottom: 1em;
  margin-bottom: 3em; }
  .blog__breadcumbs span {
    font-size: 1.6em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: .8em;
    line-height: 1;
    margin-right: .2em; }
    .blog__breadcumbs span:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      width: 8px;
      height: 7px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center right;
      -webkit-background-size: contain;
      background-size: contain;
      background-image: url(../img/mini-arrow-right-black.svg); }
  .blog__breadcumbs span:last-child:after {
    display: none; }
  .blog__breadcumbs span:nth-last-child(2):after {
    background-image: url(../img/mini-arrow-right-green.svg); }

.blog__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.blog__content {
  width: 75em;
  max-width: 100%; }

.blog__item {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid #C9EEE8; }

.blog__item-title span {
  font-size: 3em; }

.blog__item-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blog__item-date {
  font-size: 1.8em; }

.blog__item-share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  color: rgba(50, 55, 60, 0.7);
  margin-right: 1em; }
.blog__item-share .social {
  display: inline-flex;
  vertical-align: middle;
  align-items: center; }
  .blog__item-share .social a {
    height: 100%;
    width: 100%;
    display: block; }
  .blog__item-share .social li {
    width: 1.8em;
    height: 1.8em;
    margin-left: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    opacity: .6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .blog__item-share .social li:hover {
      opacity: 1; }
  .blog__item-share .social li.twitter {
    background-image: url(../img/blog-twitter.svg); }
  .blog__item-share .social li.vk {
    width: 2.1em;
    height: 1.3em;
    background-image: url(../img/blog-vk.svg);
    margin-bottom: .1em; }
  .blog__item-share .social li.fb {
    background-image: url(../img/blog-fb.svg); }

.blog__item-preview {
  margin-top: 2em;
  height: 55em;
  background-color: #C9EEEB;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/blog-example.jpg); }

.blog__item-text, .blog__item p {
  font-size: 1.6em;
  line-height: 1.6;
  margin-top: 1.875em;
  margin-bottom: 1.875em; }

.blog__item-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.7em; }
  .blog__item-action .list {
    list-style-type: none;
    display: inline-flex;
    align-items: center; }
    .blog__item-action .list a {
      font-size: 1.2em; }
    .blog__item-action .list li {
      padding-left: 2.5em;
      position: relative;
      margin-right: 2em; }
      .blog__item-action .list li:before {
        content: '';
        display: block;
        position: absolute;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        height: 1.6em;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .blog__item-action .list li.comm:before {
      width: 1.6em;
      background-image: url(../img/blog-comment.svg); }
    .blog__item-action .list li.view:before {
      width: 2em;
      background-image: url(../img/blog-comment.svg); }
    .blog__item-action .list li.name:before {
      width: 1.4em;
      background-image: url(../img/blog-author.svg); }
  .blog__item-action .action-btn {
    width: 27em;
    height: 5em;
    border: 2px solid #11264A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .blog__item-action .action-btn:hover {
      border-color: #C9EEEB;
      background-color: #C9EEEB; }
    .blog__item-action .action-btn span {
      font-size: 1.2em;
      text-transform: uppercase;
      font-weight: 500; }

.blog__sidebar {
  width: 30em;
  max-width: 50%;
  margin-left: 7em;
  padding-top: 7em; }

.blog__category-list {
  list-style-type: none; }
  .blog__category-list li {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #C9EEEB; }
  .blog__category-list a {
    font-size: 2em; }
  .blog__category-list ul {
    list-style-type: none !important; }
  .blog__category-list h3 {
    display: none !important; }

.blog__also-read {
  margin-top: 4em; }
  .blog__also-read .headline {
    margin-bottom: 1.1em;
    font-size: 1.8em;
    font-weight: 500;
    display: block; }
  .blog__also-read .item {
    margin-bottom: 2em; }
    .blog__also-read .item .img {
      width: 100%;
      height: 21em;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #C9EEEB;
      background-image: url(../img/blog-example.jpg); }
      .blog__also-read .item .img:before {
        display: none; }
    .blog__also-read .item .title {
      font-size: 1.6em;
      margin-top: 0.93em;
      margin-bottom: 0.93em;
      font-weight: 500; }
    .blog__also-read .item .text {
      font-size: 1.4em; }

.blog__goUp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.8em;
  height: 3.4em;
  background-color: #11264A;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .blog__goUp:hover {
    -webkit-transform: translateY(-0.5em);
    -moz-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    -o-transform: translateY(-0.5em);
    transform: translateY(-0.5em); }
  .blog__goUp .arrow {
    display: block;
    width: .9em;
    margin-right: .5em;
    height: 1.3em;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/arrow-top-white.svg); }
  .blog__goUp span {
    font-size: 1.6em;
    font-weight: 400;
    color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .blog__item-action .action-btn {
    width: 16em; } }
@media (max-width: 768px) {
  .blog__item-preview {
    height: 30em;
    margin-top: 1em; }

  .blog__item-action {
    flex-direction: column-reverse;
    align-items: flex-start; }

  .blog__item-action .action-btn {
    margin-bottom: 2em; }

  .blog__item-action .list {
    flex-direction: column;
    align-items: flex-start; }
    .blog__item-action .list li {
      margin-bottom: .8em; }

  .blog__item-share span {
    display: none; }

  .blog__wrap {
    flex-direction: column; }

  .blog__sidebar {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0; } }
@media (max-width: 1466px) {
  body {
    font-size: 8px; }

  .container {
    max-width: 1200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 7px; } }
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 7px; } }

/*# sourceMappingURL=main.css.map */
