@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'),
       url('../fonts/Raleway/Raleway-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito/Nunito-Medium.woff2') format('woff2'),
       url('../fonts/Nunito/Nunito-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito/Nunito-Bold.woff2') format('woff2'),
       url('../fonts/Nunito/Nunito-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?jgjvfg');
  src:  url('../fonts/icomoon.eot?jgjvfg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?jgjvfg') format('truetype'),
        url('../fonts/icomoon.woff?jgjvfg') format('woff'),
        url('../fonts/icomoon.svg?jgjvfg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-phone:before {
  content: "\e942";
}
.ic-envelop:before {
  content: "\e945";
}
.ic-clock:before {
  content: "\e94e";
}
.ic-star-empty:before {
  content: "\e9d7";
}
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  --accent_color: #1586d1;
  --accent_color2: #6b5ce7;
}
.accent_sec {
  color: var(--accent_color2);
}
body {
  background: #fff;
  line-height: 1;
  height: 100%;
}
img {pointer-events: none;}
h1, h2 {
  margin: 0;
}
#why_we, #how_we_work, #contacts {
  background-color: #fafafd;
}
.wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
}
.section {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  overflow: visible;
}
.section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_bg .bg_img{
  width: 100%;
}
.section.padding {
  padding: 2em 0;
}
.content_title {
  position: relative;
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #2b323beb;
  text-transform: uppercase;
  z-index: 2;
}
.content_title.pull_left {
  text-align: left;
}
.content_title.has_subtitle {
  padding: 1em 0 0 !important;
}
.content_title.margin_top {
  margin-top: 150px;
}
.content_title.accent {
  color: var(--accent_color);
}
.content_subtitle {
  margin: 0;
  padding: 0.4em 0;
  font-size: 0.9em;
  font-weight: 500;
  color: #606165;
}
#header {
/*  height: 100vh;*/
  background-color: #fff;
 }
.down_symbol {  
  position: absolute;
  bottom: 1em;
  left: 50%;
  opacity: 0.5;
  z-index: 99;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.down_symbol img {
  width: 100%;
  height: 100%;
}
.nav {
  width: 100%;
  float: left;
}
nav.nav ul > li > a {
  text-decoration: none;
  padding: 10px;
  margin: 0 0.1em;
  float: left;
  border-radius: 1em;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  transition: 0.1s ease;
}
ul.navbar {
  float: left;
  width: calc(100% - 4em);
  margin: 2em;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
ul.navbar > li.navbar_item {
  display: inline-block;
  float: none;
}
ul.navbar > li.navbar_item:first-child {
  float: left;
}
ul.navbar > li.navbar_item:first-child > a {
  color: #000;
  font-weight: 700;
}
ul.navbar > li.navbar_item:last-child {
  float: right;
  border: 1px dotted #fafafd;
  border-radius: 1em;
  background-color: #fafafd;
}
ul.navbar > li.navbar_item > a {
  text-decoration: none;
  padding: 10px;
  margin: 0 0.1em;
  border-radius: 1em;
  font-family: 'Nunito', sans-serif;
  transition: 0.1s ease;
  --active_color: #2f3640;
  --default_color: #2f3640e0;
  color: var(--default_color);
  font-weight: 500;
}
ul.navbar > li.navbar_item > a > i {
  color: #2b323b85;
}
ul.navbar > li.navbar_item > a > i.fa-phone{
  margin-right: 6px;
}
ul.navbar > li.navbar_item > a:hover {
  color: var(--active_color);
}
@media (min-width: 600px) and (max-width: 1000px) {
  .logo {
    width: var(--width_media) !important;
    margin: 0 auto;
  }
  .cards_wrap .card .card_img img {
    width: var(--width_media) !important
  }
}
@media screen and (max-width: 600px) {
  .logo, .cards_wrap .card .card_img {
    min-height: var(--mheight_less600) !important;
  }
  .alg_action {
    width: calc(100% - 4em - 4px) !important;
  }
  .alg_action.empty {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #header {
/*    min-height: 900px;*/
  }
  ul.navbar {
  width: calc(100% - 2em);
  margin: 1em;
}
  ul.navbar > li.navbar_item:nth-child(2),
  ul.navbar > li.navbar_item:nth-child(3),
  ul.navbar > li.navbar_item:nth-child(4),
  ul.navbar > li.navbar_item:nth-child(5) {
    display: none;
  }
  .main_title {
    width: 100% !important;
    margin-left: 1.2em !important;
    margin-top: 0 !important;
  }
  .logo_container {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .button_set {
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    margin-top: 0 !important;
  }
  .cards_wrap .card {
    width: 45% !important;
    margin: 20px 2.5% 0 !important;
  }
  .cards_wrap .card .card_content {
    margin: 0;
    padding: 90px 0 30px !important;
  }
  .cards_wrap .card:hover .card_content {
    background-color: transparent !important;
  }
  .cards_wrap .card .card_title {
    font-size: 1.1em !important;
  }
  .price_wrap {
    flex-direction: column-reverse !important;
  }
  .price_img {
    min-height: var(--mheight_less1000) !important;
  }
  .price_cards_wrap {
    width: auto !important;
    padding: 0;
  }
  .price_cards_wrap .card {
    margin: 0.5em 0 !important;
    padding: 0.5em !important;
  }
  .contacts_container {
    width: 100% !important;
  }
  .map_img {
    display: none;
  }
  .content_title {
    padding: 1em 0 0.5em 0 !important;
    font-size: 1.3em;
    text-align: center !important;
  }
  .content_subtitle {
    font-size: 0.8em;
  }
  .problem_label {
    width: calc(50% - 1em) !important;
    margin: 0.2em 0.5em !important;
  }
  .problem_card img {
    float: left;
    width: calc(30% - 0.6em) !important;
    margin: 0.3em !important;
  }
  .problem_title {
    width: calc(70% - 1em) !important;
    padding: 0.5em;
    text-align: left !important;
  }
  .problem_label > input + div {
    flex-direction: inherit !important;
  }
  .problem_desc, .privacy_label {
    font-size: calc((100vw - 30rem)/(80 - 30) * (1.4 - 0.8) + 0.8rem);
  }
  .modal_wrap {
/*    padding: 1em 2em !important;*/
  }
}
.logo_container {
  width: 55%;
  height: 100%;
  float: right;
}
.logo {
  --width_default: 100%;
  --width_media: 60%;
  --mheigh_default: calc(100vw / 2.47777);
  --mheight_less600: calc(100vw / 1.37777);
  width: var(--width_default);
  height: 100%;
  min-height: var(--mheigh_default);
  float: left;
}
.logo img {
  width: 100%;
  height: 100%;
}
.main_title {
  position: relative;
  width: calc(45% - 2.4em);
  float: left;
  color: rgb(43 50 59);
  margin-top: 3.6em;
  margin-left: 2.4em;
  text-align: left;
  z-index: 10;
}
.main_title .title {
  float: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: calc( (100vw - 30rem)/(80 - 30) * (5 - 3.33) + 3.33rem);
  padding: 0.35em 0;
  line-height: 1.1em;
}
.main_title .sub_title {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 3px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.1em;
}
.title .gradient_text {
  display: block;
  background: linear-gradient(142deg, rgba(107,92,231,1) 25%, rgba(68,185,255,1) 87%, rgb(12 88 138) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(9,161,253);
}
.button_set {
  position: relative;
  float: left;
  margin-top: 1.8em;
  margin-bottom: 2em;
  padding-left: 1.4em;
}
.cards_wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  z-index: 2;
}
.price_img {
  --mheigh_default: calc(100vw / 2.57777);
  --mheight_less1000: calc(100vw / 2.17777);
  width: 70%;
  min-height: var(--mheigh_default);
}
.price_img img{
  width: 100%;
  height: 100%;
}
.price_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center
}
.price_cards_wrap {
  display: flex;
  width: 40%;
  max-width: 90%;
  margin: 20px 1.25% 0;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.price_cards_wrap .card {
  width: calc(100% - 2em);
  margin: 1em 0;
  padding: 1em;
  list-style-type: none;
  transition: transform 600ms ease;
  border-radius: 1em;
  background-color: #eeeeeea1;
  overflow: hidden;
}
.price_cards_wrap .card:hover {
  background-color: #eee;
  cursor: pointer;
}
.how_we_work_wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.alg_action {
  width: calc(50% - 4em - 4px);
  border: 2px solid transparent;
  border-radius: 0.5em;
}
.alg_action:not(.empty) {
/*  margin: 1em;
  padding: 1em;
  background-color: #fff;
  border: 4px dotted #3c424a63;*/
}
.alg_title {
  position: relative;
  margin: 1em 1em 0;
  padding: 1em;
  background-color: #fff;
  border: 4px dotted #3c424a63;
  font-size: 1.2em;
  border-radius: 0.5em;
  font-size: 1.2em;
  z-index: 10;
}
.alg_subtitle {
  background-color: #eee;
  margin: -4px 2em 0;
  padding: 1em;
  border-radius: 0.5em;
  font-size: 0.9em;
}
.alg_arrow img {
  margin-top: 36px;
  width: 60px;
  height: 60px;
}
.alg_arrow.right img {
  float: left;
  margin-left: 36px;
}
.alg_arrow.left img {
  float: right;
  margin-right: 36px;
  transform: scale(-1, 1);
}

    
.slick-next, .slick-prev {display: none !important;}
.apply_now {
  position: relative;
  width: 60%;
  margin: 5em auto -150px auto;
  padding: 2em;
  border-radius: 2em;
  background-color: var(--accent_color2);
  color: #fff;
  text-align: left;
  z-index: 10;
}
.apply_now_title {
  padding: 1em;
  font-weight: 700;
}
.cards_wrap.negative_margin {
  margin-top: -5em;
}
.cards_wrap .card {
  width: 22.5%;
  margin: 20px 1.25% 0;
  list-style-type: none;
  transition: transform 600ms ease;
}
.card.bordered {
  border: 1px solid var(--accent_color);
}
.cards_wrap .card:hover {
  transform: translateY(-10px);
}
.cards_wrap .card .card_img {
  --mheigh_default: calc(100vw / 6.47777);
  --mheight_less600: calc(100vw / 3.27777);
  background-image: none;
  margin: 0 auto -90px;
  width: 100%;
  min-height: var(--mheigh_default);
  transition: background-image 600ms ease;
  overflow: hidden;
}
.cards_wrap .card .card_img img {
  --width_default: 100%;
  --width_media: 60%;
  width: var(--width_default);
  max-width: 75%;
  height: 100%;
}
.cards_wrap .card .card_content {
  border-radius: 30px;
  padding: 100px 10px 30px;
  margin-left: 15px;
  margin-right: 15px;
  height: auto;
  transition: background 600ms ease;
}
.cards_wrap .card:hover .card_content {
  background: #eee;
}
.card_title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2b323beb;
}
.card_title.accent {
  color: var(--accent_color);
}
.card_desc {
  color: #2f3640eb  ;
  font-weight: 500;
  word-break: break-word;
}
.contacts_container {
  float: left;
  width: 50%
}
.map_img {
  float: left;
  width: 50%;
/*  margin: 0 2em;*/
}
.map_img img {
  width: 90%;
  height: 100%;
  border-radius: 1em
}
.contact_box {
  width: 80%;
  margin: 1em auto auto;
}
.contact_box span {
  display: block;
  width: 100%;
/*  float: left;*/
  font-size: 1.1em;
  text-align: left;
  color: rgb(52 54 66 / 90%);
  cursor: pointer;
}
.contact_text {
  line-height: 1.3em;
  font-weight: 500;
  margin: 0.5em 0;
}
.contact_item {
  line-height: 2em;
  font-weight: 600;
}
.contact_box .contact_item > a {
  text-decoration: none;
  color: rgb(52 54 66 / 90%);
}
.contact_box .contact_item > a > i,
.contact_box .contact_item > i {
  color: var(--accent_color2);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 10000;
  overflow-y: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.is_visible {
  visibility: visible;
  opacity: 1;
}
.modal.is_hidden {
  visibility: hidden;
  opacity: 0;
}
.modal_wrap {
  width: 70%;
  max-width: 600px;
  margin: 5em auto 0;
  padding: 2em;
  border-radius: 2em;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
}
.modal_title {
  text-align: center;
  color: #2f3640bf;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.text-field {
  margin-top: 1rem;
}
.text-field__label {
  display: block;
  color: #2f364091;
}
.text-field__input {
  display: block;
  width: calc(100% - 1.5rem);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.text-field__input[type="search"]::-webkit-search-decoration,
.text-field__input[type="search"]::-webkit-search-cancel-button,
.text-field__input[type="search"]::-webkit-search-results-button,
.text-field__input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}
.text-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}
.text-field__input:disabled,
.text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
.text-field_floating-3 {
  position: relative;
  width: 100%;
  float: left;
}
.text-field_floating-3 .text-field__input {
  border: none;
  border-bottom: 1px solid #bdbdbd00;
  border-radius: 0.45rem;
  line-height: 1.25;
  padding: 1rem 0.75rem;
  background-color: #eee;
  transition: background-color 400ms ease;
}
.text-field_floating-3 .text-field__input:focus {
  outline: 0;
  box-shadow: none;
  background-color: #eee;
}
.text-field_floating-3 .text-field__label {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  padding: 1.085rem .75rem;
  pointer-events: none;
  transform-origin: 0 0;
  transition: color .15s ease-in-out, transform .15s ease-in-out;
}
.text-field_floating-3 .text-field__input::-moz-placeholder {
  color: transparent;
}
.text-field_floating-3 .text-field__input::placeholder {
  color: transparent;
}
.text-field_floating-3 .text-field__input:focus,
.text-field_floating-3 .text-field__input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.text-field_floating-3 .text-field__input:focus~.text-field__label,
.text-field_floating-3 .text-field__input:not(:placeholder-shown)~.text-field__label {
  transform: scale(.85) translateY(-.65rem) translateX(.15rem);
  color: #2b323b;
}
.modal_submit_btn {
  width: 100%;
  margin-top: 1rem;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.475rem 1.55rem;
  border: 0;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #6b5ce7;
}
.modal_submit_btn:hover {
  background-color: #0b5ed7;
}
.text-field__input.valid {
  background-color: #1abc9c2e !important;
}
.text-field__input.invalid {
  background-color: #ff5e5754;
}
#accept_privacy_block {
  padding: 1em 1em;
  margin-bottom: 0em;
  transition: 0.4s ease-out;
}
#accept_privacy_block.invalid {
  /* border: 1px solid #ff5e57; */
  background-color: #ff5e5754;
  border-radius: 0.25em;
}
.privacy_label {
  color: #2b323bb0;
  font-weight: 500;
  line-height: 1.3em;
}
.privacy_label_link {
  color: #2b323bb0;
  text-decoration: underline dotted;
}
.button {
  display: inline-block;
  width: 200px;
  margin: 1rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.475rem 1.55rem;
  font-size: 1rem;
  border-radius: 1.5rem;
  font-family: 'Nunito', sans-serif;
  transition: 0.1s ease;
}
.button i {
  margin-right: 4px;
}
.button.primary {
  color: #fff;
  background-color: #6b5ce7; 
  border: 0;
  background-image: linear-gradient(to right, #6b5ce7 28%, var(--accent_color) 76%);
  background-size: 200% auto;
  box-shadow: 0px 7px 20px 0px rgb(34 47 62 / 20%);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
.button.secondary {
  color: #000000;
  background-color: transparent;
  border: 2px solid;
  --dark_bg: #000000;
  --dark_color: #2b323b;
  --dark_border: rgb(43 50 59);
  --light_bg: #ffffff;
  --light_color: #ffffff;
  --light_border: #ffffff;
}
.button.secondary.light {
  color: var(--light_color);
  border-color: var(--light_border);
}
.button.secondary.dark {
  color: var(--dark_color);
  border-color: var(--dark_border);
}
.button.margin-left {
  margin-left: 2em;
}
.button.margin-right {
  margin-right: 2em;
}
.button.primary:hover {
  color: #fff;
  background-position: right;
  text-decoration: none;
}
.button.secondary.light:hover {
  color: var(--accent_color2);
  border-color: var(--light_color);
  background-color: var(--light_color);
}
.button.secondary.dark:hover {
  color: var(--accent_color);
  border-color: var(--accent_color);
}
.fieldset {
  position: relative;
}
.problem_block_wrap {
  position: relative;
  float: left;
  margin-bottom: 0.5em;
}
.problem_desc {
  float: left;
  width: 100%;
  color: rgb(120 125 130);
  text-align: center;
}
.problem_label {
  display: block;
  float: left;
  width: calc(25% - 2em);
  margin: 0.4em 1em;
  background-color: #fff;
  border-radius: 0.4em;
  color: #2b323b;
}
.problem_card img {
  display: block;
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
.problem_title {
  margin: 0;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
/*  font-size: calc( (100vw - 30rem)/(80 - 30) * (0.8 - 0.55) + 0.55rem);*/
}
.problem_label > input {
  visibility: hidden;
  position: absolute;
}
.problem_label > input + div {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor:pointer;
  border: 1px solid transparent;
  border-radius: 0.4em;
  transition: 0.3s ease;
}
.problem_label > input:checked + div {
  background-color: #eee;
  box-shadow: 0 10px 20px rgb(43 50 59 / 28%);
}
.problem_label > input + div:hover {
  background-color: #eee;
  box-shadow: 0 10px 20px rgb(43 50 59 / 54%);
}
.input_other_problem,
.label_other_problem {
  display: none;
  float: left;
  opacity: 0;
  visibility: hidden;
}
.input_other_problem.is_visible,
.label_other_problem.is_visible {
  display: block;
  opacity: 1;
  visibility: visible;
}
input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
input[type="checkbox"] + label {
  padding-left: 24px;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
input[type="checkbox"] + label::before {
  position: absolute;
  top: 25px;
  left: 16px;
  border: 1px solid #cfd9db;
  background: #ffffff;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  border-radius: .125em;
}
input[type="checkbox"] + label::after {
  position: absolute;
  top: 25px;
  left: 16px;
  width: 18px;
  height: 18px;
  background-color: #2b323b;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
input[type="checkbox"] + label.privacy_label::after {
  background-image: url("../img/check_icon.svg");
}
input[type="checkbox"]:focus + label::before {
  /*box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);*/
}
input[type="checkbox"]:checked + label.privacy_label.privacy_label::after {
  display: block;
}
input[type="checkbox"]:checked + label.privacy_label.privacy_label::before,
input[type="checkbox"]:checked + label.privacy_label.privacy_label::after {
  -webkit-animation: bounce 0.3s;
  -moz-animation: bounce 0.3s;
  animation: bounce 0.3s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.ajax_form.is_hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#result_form {
  margin: 4em 0;
  text-align: center;
  font-size: 1.2em;
}
.c-icon {
  display: inline;
  --star-active: #fece3c;
  --star-inactive: #6c6962;
  fill: var(--star-inactive);
}
.c-icon.default {
  width: 32px;
}
.c-icon.mini {
  width: 16px;
}
.c-icon.active {
  fill: var(--star-active);
}
.hide_svg {
  display: none;
}
.rating-area {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 2em;
  margin-bottom: 1rem;
  text-align: center;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
  display: none;
}
.rating-area > input:checked ~ label .c-icon{
  fill: var(--star-active);
}
.rating-area:not(:checked) > label:hover .c-icon,
.rating-area:not(:checked) > label:hover ~ label .c-icon {
  fill: var(--star-active);
}
.rating-area > input:checked + label:hover .c-icon,
.rating-area > input:checked + label:hover ~ label .c-icon,
.rating-area > input:checked ~ label:hover .c-icon,
.rating-area > input:checked ~ label:hover ~ label .c-icon,
.rating-area > label:hover ~ input:checked ~ label .c-icon {
  fill: var(--star-active);
}
.rate-area > label:active {
  position: relative;
}
.feedback_item {
  float: left;
  color: #212529cf;
}
.feedback_item.date {
  width: calc(70% - 1.3em);
  margin: 0;
  margin-top: 1em;
  margin-right: 1.3em;
  font-size: 0.8em;
  text-align: right;
}
.feedback_item.name {
  font-weight: 700;
  text-align: left;
  color: #212529cf;
}
.feedback_item.name,
.feedback_item.stars {
  width: calc(70% - 0.7em);
  margin: 0;
  margin-top: 0.6em;
  margin-left: 0.7em;
}
.feedback_item.stars {
  text-align: left;
}
.feedback_item.text {
  width: calc(100% - 2em);
  margin: 0;
  padding: 1em;
  text-align: left;
  font-weight: 500;
}
.feedback_item.user_img {
  margin: 0.9em 0 0 1em;
  width: calc(30% - 1em);
  opacity: 0.7;
}
.feedback_item.user_img img {
  width: 100%;
  height: 100%;
}
.first_feedback_item {
  width: calc(275px - 2.2em);
  height: calc(200px - 2.2em) !important;
  padding: 1.1em;
  color: #fff;
  line-height: 1.1em;
  transition: 1s ease;
  z-index: 100;
  border-radius: 0.25em;
  -webkit-backface-visibility: hidden;
  background: rgb(43,50,59);
  background: -moz-linear-gradient(27deg, rgba(43,50,59,1) 0%, rgba(34,47,62,1) 50%, rgba(55,70,88,0.8939950980392157) 100%);
  background: -webkit-linear-gradient(27deg, rgba(43,50,59,1) 0%, rgba(34,47,62,1) 50%, rgba(55,70,88,0.8939950980392157) 100%);
  background: linear-gradient(27deg, rgba(43,50,59,1) 0%, rgba(34,47,62,1) 50%, rgba(55,70,88,0.8939950980392157) 100%);
}
.first_feedback_item.is_hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2em);
}
.first_feedback_item_text {
  text-align: left;
}
.carousel-wrap {
  position: relative;
  width: 90%;
  margin: 1em auto;
}
/* fix blank or flashing items on carousel */
.slider_feedback .item {
  position: relative;
  float: left;
  max-width: 375px;
  margin: 2em;
  height: 200px;
  z-index: 100;
  background-color: #fff;
  border-radius: 1em;
  -webkit-backface-visibility: hidden;
}
/* end fix */
/*Slick*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;-khtml-user-select:none;user-select:none;-webkit-touch-callout:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.privacy_wrap {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.privacy_wrap .title {
  margin-top: 2em;
  text-align: center;
  color: #3c424a;
}
.privacy_wrap p {
  color: #374658;
}


