* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

footer {
  margin-top: auto; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

html {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4A5A69; }

select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  -webkit-transition: .3s;
          transition: .3s;
  color: #4A5A69;
  outline: 0; }

.a, .menu .menu__item a:after, .menu .menu__item_home a:before, .advantage:after, .how__title:after, .calculated__link:before, .confirm__input:after, .confirm:after {
  content: '';
  display: block; }

.content {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3.0625rem; }

.entry-content {
  line-height: 1.25;
  font-size: 16px;
  font-weight: normal; }
  .entry-content a {
    color: #5083B3;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px dashed #5083B3; }
    .entry-content a:hover {
      border-bottom-color: transparent; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    line-height: 1.2;
    font-weight: 700; }
  .entry-content h1 {
    font-size: 2.857142857142857em;
    padding-bottom: 1.275em;
    text-align: center; }
  .entry-content h2 {
    font-size: 2.250em;
    padding-bottom: 1.0833333333333333em; }
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1.2857142857142858em;
    padding-bottom: 0.8333333333333334em; }
  .entry-content p {
    padding-bottom: 1.25em; }
  .entry-content ul {
    padding-bottom: .5em; }
    .entry-content ul li {
      position: relative;
      padding-bottom: 1.3em;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 8px; }
      .entry-content ul li:before {
        content: '';
        display: block;
        width: 7px;
        height: 3px;
        min-width: 7px;
        margin-right: 15px;
        margin-top: 0.445em;
        background: #8CC234; }
  .entry-content ol {
    counter-reset: ol; }
    .entry-content ol li {
      padding-bottom: 1.3em;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 5px; }
      .entry-content ol li:before {
        counter-increment: ol;
        content: counter(ol);
        color: #000;
        font-weight: 500;
        font-size: 16px;
        width: 28px;
        min-width: 28px;
        height: 28px;
        background: #F1ECDF;
        border-radius: 4px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 12px;
        -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
                transform: translateY(-5px); }
  .entry-content ol[start="2"] {
    counter-reset: ol 1; }
  .entry-content ol[start="3"] {
    counter-reset: ol 2; }
  .entry-content ol[start="4"] {
    counter-reset: ol 3; }
  .entry-content ol[start="5"] {
    counter-reset: ol 4; }
  .entry-content blockquote {
    padding-left: 18px;
    border-left: 5px solid #8CC234;
    margin-bottom: 1.563em;
    font-style: italic; }
    .entry-content blockquote * {
      padding: 0;
      margin: 0; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 1.875em; }
    .entry-content table tr td {
      width: auto !important;
      height: auto !important;
      padding: 4px 15px; }
    .entry-content table tbody tr:nth-child(odd) {
      background: #eff0f5; }
    .entry-content table thead tr {
      font-weight: 700; }

.entry-content_font-14 {
  font-size: 14px; }
  .entry-content_font-14 p {
    padding-bottom: 1.5714285714285714em; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 14px; }
    .entry-content table {
      font-size: 14px; }
      .entry-content table tr td {
        padding-left: 7px;
        padding-right: 7px; } }
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto; }
  .entry-content table {
    font-size: 12px; }
    .entry-content table tr td {
      padding-left: 4px;
      padding-right: 4px; } }
/*-----------------submit----------------------*/
button,
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block; }

/*-----------------input----------------------*/
select,
textarea,
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 3.25rem;
  background: #F3F3F3;
  border: 0;
  padding: 0 1.125rem;
  font-size: 0.875rem;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #F3F3F3;
  border-radius: 0.1875rem;
  -webkit-appearance: none;
  color: #4A5A69;
  font-weight: 500; }
  select.input-style-green,
  textarea.input-style-green,
  input[type="search"].input-style-green,
  input[type="number"].input-style-green,
  input[type="password"].input-style-green,
  input[type="email"].input-style-green,
  input[type="text"].input-style-green,
  input[type="tel"].input-style-green {
    background: #F7FBEE;
    border: 1px solid #D7DDC9; }
  select.error,
  textarea.error,
  input[type="search"].error,
  input[type="number"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="text"].error,
  input[type="tel"].error {
    border-color: #fa4438;
    background-color: #fff1f0; }
  select.rating-field,
  textarea.rating-field,
  input[type="search"].rating-field,
  input[type="number"].rating-field,
  input[type="password"].rating-field,
  input[type="email"].rating-field,
  input[type="text"].rating-field,
  input[type="tel"].rating-field {
    width: 0px;
    height: 0px;
    border: 0;
    background: 0; }

label.error {
  color: #EF8780;
  font-size: 12px;
  font-weight: normal;
  display: block; }

textarea {
  height: 16.5625rem;
  padding-top: 1rem;
  resize: none;
  overflow: auto; }

textarea.textarea-height-206 {
  height: 12.875rem; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
  -webkit-transition: .3s;
          transition: .3s; }

*:-moz-placeholder {
  color: #B6B6B6;
  opacity: 1;
  transition: .3s; }

*::-moz-placeholder {
  color: #B6B6B6;
  opacity: 1;
  transition: .3s; }

*:-ms-input-placeholder {
  color: #B6B6B6;
  opacity: 1;
  transition: .3s; }

textarea:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0; }
textarea:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  opacity: 0; }
textarea:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  opacity: 0; }
textarea:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0; }

textarea.wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
textarea.valid-error,
input[type="password"].valid-error,
input[type="email"].valid-error,
input[type="text"].valid-error,
input[type="tel"].valid-error {
  border-color: red; }
  textarea.wpcf7-not-valid::-webkit-input-placeholder,
  input[type="password"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="email"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="text"].wpcf7-not-valid::-webkit-input-placeholder,
  input[type="tel"].wpcf7-not-valid::-webkit-input-placeholder,
  textarea.valid-error::-webkit-input-placeholder,
  input[type="password"].valid-error::-webkit-input-placeholder,
  input[type="email"].valid-error::-webkit-input-placeholder,
  input[type="text"].valid-error::-webkit-input-placeholder,
  input[type="tel"].valid-error::-webkit-input-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-moz-placeholder,
  input[type="password"].wpcf7-not-valid:-moz-placeholder,
  input[type="email"].wpcf7-not-valid:-moz-placeholder,
  input[type="text"].wpcf7-not-valid:-moz-placeholder,
  input[type="tel"].wpcf7-not-valid:-moz-placeholder,
  textarea.valid-error:-moz-placeholder,
  input[type="password"].valid-error:-moz-placeholder,
  input[type="email"].valid-error:-moz-placeholder,
  input[type="text"].valid-error:-moz-placeholder,
  input[type="tel"].valid-error:-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid::-moz-placeholder,
  input[type="password"].wpcf7-not-valid::-moz-placeholder,
  input[type="email"].wpcf7-not-valid::-moz-placeholder,
  input[type="text"].wpcf7-not-valid::-moz-placeholder,
  input[type="tel"].wpcf7-not-valid::-moz-placeholder,
  textarea.valid-error::-moz-placeholder,
  input[type="password"].valid-error::-moz-placeholder,
  input[type="email"].valid-error::-moz-placeholder,
  input[type="text"].valid-error::-moz-placeholder,
  input[type="tel"].valid-error::-moz-placeholder {
    color: red; }
  textarea.wpcf7-not-valid:-ms-input-placeholder,
  input[type="password"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="email"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="text"].wpcf7-not-valid:-ms-input-placeholder,
  input[type="tel"].wpcf7-not-valid:-ms-input-placeholder,
  textarea.valid-error:-ms-input-placeholder,
  input[type="password"].valid-error:-ms-input-placeholder,
  input[type="email"].valid-error:-ms-input-placeholder,
  input[type="text"].valid-error:-ms-input-placeholder,
  input[type="tel"].valid-error:-ms-input-placeholder {
    color: red; }

/*------------------checkbox---------------------*/
input[type="radio"],
input[type="checkbox"] {
  position: fixed;
  left: -100000000px;
  opacity: 0; }

input[type="radio"] + span,
input[type="checkbox"] + label + span,
input[type="checkbox"] + span {
  display: block;
  border: 1px solid #a7aeb4;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #F3F3F3;
  cursor: pointer;
  margin-right: 9px;
  min-width: 19px;
  font-size: 0;
  text-indent: -999;
  color: transparent; }

input[type="checkbox"].error + label + span,
input[type="checkbox"].error + span {
  border-color: #fa4438;
  background: #fff1f0; }

input[type="radio"] + span {
  border-radius: 50%; }

input[type="radio"]:checked + span,
input[type="checkbox"]:checked + label + span,
input[type="checkbox"]:checked + span {
  background: #F0A109 url(../images/icons/check.svg) center no-repeat;
  background-size: 10px 8px;
  border-color: #F0A109; }

input[type="radio"]:checked + span {
  background: #fff;
  border-width: 5px; }

.input-list__item_privaci {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .input-list__item_privaci span.wpcf7-list-item {
    display: inline !important;
    margin: 0 !important; }

/*------------------FILE---------------------*/
input[type="file"] {
  display: none; }

.psevdo-file {
  display: block;
  width: 100%; }

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  padding: 0 8px;
  max-width: 200px; }
  .file-btn span {
    display: block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-btn .fas {
    font-size: 19px;
    margin-right: 10px; }
  .file-btn:hover {
    background: #dddddd; }

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #F3F3F3 url(../images/icons/arrow_select.svg) calc(100% - 1rem) center no-repeat;
  background-size: 1.875rem 2.1875rem; }

select::-ms-expand {
  display: none; }

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden; }

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important; }

.button-style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  background: #8CC234;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem; }
  .button-style span {
    position: relative;
    z-index: 100; }
  .button-style:hover {
    background: #98cd43; }

.button-style_submit {
  max-width: 12.5rem; }

.button-style_gray {
  background: #F0F0F0;
  font-weight: 500;
  color: #4A5A69; }
  .button-style_gray:hover {
    background: #e3e3e3; }

.button-style_close {
  max-width: 12.5rem;
  margin: 0 auto; }

.button-style_write-review {
  height: 3.9375rem;
  font-size: 1.125rem;
  margin-bottom: 2.125rem; }

.button-style_premium {
  margin: 0 auto;
  max-width: 16.9375rem;
  margin-bottom: 3.0625rem; }

.button-style_send-code {
  height: 3.25rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 50px !important;
  min-width: 50px;
  margin-left: 12px; }

.button-style_submit-review {
  height: 3.9375rem;
  margin: 0 auto;
  max-width: 16.9375rem; }

.jq-stars {
  display: inline-block; }

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

/* ------- TITLE Mobile Menu---------- */
.nav-title-mobile {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: bold;
  background: #8CC234;
  color: #fff;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: none;
  position: relative; }
  .nav-title-mobile .icon-menu_active.active {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #000; }
    .nav-title-mobile .icon-menu_active.active .sw-topper {
      top: 23px;
      left: 8px; }
    .nav-title-mobile .icon-menu_active.active .sw-bottom {
      top: 20px;
      left: 8px; }

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden; }
  .hover-effect-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
            transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 150px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .hover-effect-1:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  z-index: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%; }
  .slick-a-next:after,
  .slick-a-prev:after,
  .slick-arrow-prev.slick-arrow:after,
  .slick-arrow-next.slick-arrow:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-left: 3px; }
  .slick-a-next:hover,
  .slick-a-prev:hover,
  .slick-arrow-prev.slick-arrow:hover,
  .slick-arrow-next.slick-arrow:hover {
    background: #000; }
    .slick-a-next:hover:after,
    .slick-a-prev:hover:after,
    .slick-arrow-prev.slick-arrow:hover:after,
    .slick-arrow-next.slick-arrow:hover:after {
      border-color: #fff; }

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -65px; }

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -65px; }
  .slick-a-next:after,
  .slick-arrow-next.slick-arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    margin-left: -3px; }

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: not-allowed; }

.slick-a-next,
.slick-a-prev {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .slick-dots li {
    padding: 0 5px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      border: 1px solid #8CC234;
      outline: none;
      background: transparent; }
  .slick-dots .slick-active button {
    background: #8CC234; }

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  -webkit-transition: .5s;
          transition: .5s;
  width: 50px;
  height: 50px;
  background: #8CC234;
  z-index: 800;
  bottom: 50px;
  border-radius: 3px;
  right: -100px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28); }
  .to-top:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px;
    -webkit-transition: .3s;
            transition: .3s; }
  .to-top:hover:after {
    margin-top: -3px; }

.to-top.active {
  right: 50px; }

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px; }
    .to-top:after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
          -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7);
              transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7); }

  .to-top.active {
    right: 15px; } }
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 2.1875rem;
  height: 1.25rem;
  cursor: pointer;
  display: none; }

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 2.1875rem;
  height: 0.1875rem;
  background: #fff;
  border: none;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
          transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  top: 0.3125rem; }

.sw-footer {
  top: 0.625rem; }

.icon-menu.active .sw-topper {
  top: 0.75rem;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.icon-menu.active .sw-bottom {
  top: 0.5625rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block; }

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.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; }

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.pop-visible {
  overflow: hidden;
  margin-right: 17px;
  height: auto; }

.pop-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 33, 57, 0.75);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -99999;
  opacity: 0;
  padding-top: 50px; }
  .pop-background.active {
    z-index: 1010;
    opacity: 1;
    -webkit-transition: opacity .5s;
            transition: opacity .5s; }
    .pop-background.active .pop-scroll {
      -webkit-transform: translateY(-25px);
          -ms-transform: translateY(-25px);
              transform: translateY(-25px); }

@media (hover: hover) {
  .pop-background {
    padding-right: 17px; } }
.pop-scroll {
  z-index: 1100;
  width: 100%;
  max-width: 800px;
  border-radius: 0.25rem;
  width: calc(100% - 30px);
  background: #fff;
  padding: 2.875rem 4.0625rem 2.375rem;
  -webkit-transition: .5s;
          transition: .5s;
  position: relative;
  margin: auto auto;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px); }

.pop__content {
  max-height: 100%;
  width: 100%; }

.close {
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 0.25rem;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s; }
  .close:after, .close:before {
    content: '';
    display: block;
    position: absolute;
    width: 1.5px;
    height: 20px;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 15px;
    top: 5px;
    -webkit-transition: .3s;
            transition: .3s; }
  .close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close:hover {
    background: red; }
    .close:hover:after, .close:hover:before {
      background: #fff; }

.pop__title {
  font-weight: bold;
  padding-bottom: 3.4375rem;
  font-size: 2.25rem; }

.form__label {
  font-size: 0.875rem;
  font-weight: bold;
  padding-bottom: 0.9375rem;
  display: block; }
  .form__label span {
    color: red; }

.form__item {
  padding-bottom: 1.4375rem;
  position: relative; }
  .form__item label.error {
    position: absolute; }

.form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 20rem;
  position: relative; }

.form__item_email,
.form__item_phone,
.form__item_captcha {
  width: calc(48% - 1.125rem); }

.form__item_captcha {
  padding-top: 0.3125rem;
  position: absolute;
  left: 0;
  bottom: 0; }

.form__item_text {
  width: calc(52% - 1.125rem);
  margin-left: 2.25rem; }

.pop-success {
  text-align: center; }
  .pop-success .pop-scroll {
    max-width: 44.625rem;
    padding-bottom: 4.375rem;
    padding-top: 4.375rem; }
  .pop-success .pop__title {
    padding-top: 8.375rem;
    background: url(../images/icons/success.svg) center 0 no-repeat;
    background-size: 6.4375rem 6.4375rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.875rem;
    padding-bottom: 1.375rem; }
  .pop-success .pop__subtitle {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 300;
    padding-bottom: 2.125rem; }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900; }

.content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0.9375rem; }

.logo {
  display: block;
  width: 15.6875rem; }
  .logo img {
    display: block;
    width: 100%;
    height: auto; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu .menu__item {
    padding-left: 2.625rem; }
    .menu .menu__item a {
      font-size: 1rem;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 3.3125rem;
      border-radius: 0.25rem;
      padding: 0 1.9375rem;
      position: relative; }
      .menu .menu__item a:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
            -ms-transform: translate(-50%, -50%) scale(0.8, 0.8);
                transform: translate(-50%, -50%) scale(0.8, 0.8);
        opacity: 0;
        -webkit-transition: .3s;
                transition: .3s;
        width: 100%;
        height: 100%;
        border-radius: 0.25rem;
        background: #8CC234;
        z-index: -1; }
      .menu .menu__item a:hover:after {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
            -ms-transform: translate(-50%, -50%) scale(1, 1);
                transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1; }
  .menu .menu__item_home a:before {
    background: url(../images/icons/icon_home.svg) 0 center no-repeat;
    background-size: 1rem 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.6875rem; }

.offer {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/offer-bg.webp) center 0 no-repeat;
  background-size: cover;
  z-index: -1; }

.offer__bg_in {
  background-position: center -90px; }

.offer_home {
  padding-top: 13.875rem;
  padding-bottom: 8.75rem; }

@media (max-height: 780px) {
  .offer_home {
    padding-top: 12.875rem;
    padding-bottom: 7.75rem; } }
.offer__title {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.1875rem; }

.offer__title_in {
  font-size: 2.25rem;
  padding-bottom: 0;
  padding-top: 153px;
  padding-bottom: 59px; }
  .offer__title_in br {
    display: none; }

.offer__title-bg-red {
  background: rgba(240, 161, 9, 0.2);
  padding: 0 0.625rem; }

.offer__title-bg-green {
  background: rgba(140, 194, 52, 0.2);
  padding: 0 0.625rem; }

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 43.8125rem; }
  .search input[type="search"].search__input,
  .search input[type="text"].search__input {
    height: 4rem;
    background: #fff;
    border-radius: 0.25rem 0 0 0.25rem;
    width: 100%;
    padding: 0 1.5625rem;
    font-size: 1rem;
    border: 0; }
  .search .search__button {
    width: 4.0625rem;
    min-width: 4.0625rem;
    border-radius: 0 0.25rem 0.25rem 0;
    background: #F0A209 url(../images/icons/icon_search.svg) center no-repeat;
    background-size: 1.25rem 1.25rem; }
    .search .search__button:hover {
      background-color: #8CC234; }

.advantages {
  -webkit-transform: translateY(-1.5625rem);
      -ms-transform: translateY(-1.5625rem);
          transform: translateY(-1.5625rem); }

.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #F8FCFE;
  border-radius: 0.25rem;
  padding: 1.6875rem 0 2.875rem; }

.advantage {
  width: 33.33333%;
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 0 1rem; }
  .advantage:after {
    position: absolute;
    right: 0;
    height: 6.3125rem;
    width: 0.125rem;
    background: #DBE7F1;
    top: 56%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .advantage:nth-child(3n):after {
    display: none; }

.advantage__number {
  font-size: 6.25rem;
  font-weight: bold; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .advantage__number {
    -webkit-text-fill-color: transparent;
    background: url(../images/offer-bg.webp) center no-repeat;
    -webkit-background-clip: text; } }
.top-10 {
  padding: 1.75rem 0 2.375rem; }

.rating {
  margin-bottom: 1.8125rem; }

.rating__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.0625rem 3.1875rem 1.0625rem 1.5625rem;
  border-radius: 0.25rem; }

.rating__col-1 {
  width: calc(100% - 8.75rem - 4.6875rem - 14.1875rem - 8.75rem);
  padding-right: 1rem; }

.rating__col-2 {
  width: 8.75rem; }

.rating__col-3 {
  width: 4.6875rem;
  margin: 0 4.375rem;
  text-align: center; }

.rating__col-4 {
  width: 14.1875rem; }

.rating__head {
  text-align: center;
  color: #888888;
  font-size: 1rem; }

.rating__body .rating__row:nth-child(odd) {
  background: #F8F8F8; }
.rating__body .rating__row_top-1 {
  background: #FFFAEF; }
  .rating__body .rating__row_top-1:first-child {
    background: #FFFAEF; }
  .rating__body .rating__row_top-1 .rating__order {
    background: #F1ECDF; }

.rating__review {
  display: inline-block;
  font-size: 1rem;
  color: #5083B3;
  text-decoration: underline;
  padding-left: 1.625rem;
  background: url(../images/icons/icon_review.svg) 0 center no-repeat;
  background-size: 1rem 1rem;
  -webkit-transform: translateY(-0.1875rem);
      -ms-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem); }
  .rating__review:hover {
    text-decoration: none; }

.progress {
  width: 100%;
  background: #ECECEC;
  border-radius: 0.25rem;
  overflow: hidden; }

.progress__value {
  height: 23px;
  background: #97D335 url(../images/rating_bg.png);
  border-radius: 0.25rem 0 0 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem; }

.progress__value_zero {
  width: 100%;
  background: 0;
  color: #888888; }

.progress__value_negative {
  background-color: #ff6464; }

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.stars__number {
  font-size: 1.25rem;
  font-weight: bold;
  padding-right: 0.5rem; }

.stars__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .stars__icon .stars__full {
    background: url(../images/icons/stars__full.svg) 0 0 no-repeat;
    background-size: 1.0625rem 1.0625rem; }
  .stars__icon .stars__half {
    background: url(../images/icons/stars__half.svg) 0 0 no-repeat;
    background-size: 1.0625rem 1.0625rem; }
  .stars__icon .stars__empty {
    background: url(../images/icons/stars__empty.svg) 0 0 no-repeat;
    background-size: 1.0625rem 1.0625rem; }
  .stars__icon li {
    margin: 0 0.0625rem;
    width: 1rem;
    height: 1rem; }

.rating__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.rating__order {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  border-radius: 0.25rem;
  background: #E7EAED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 1rem;
  margin-right: 0.875rem; }

.rating__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 1rem; }
  .rating__name:hover {
    text-decoration: underline; }

.rating__label {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  background: #F0A109;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
  padding: 0.375rem 0.625rem;
  margin-left: -0.3125rem; }

.c-button-center {
  text-align: center;
  padding-right: 1.5625rem; }

.whole-list {
  display: inline-block;
  color: #4A5A69;
  position: relative;
  font-size: 1rem;
  padding-bottom: 0.125rem;
  border-bottom: 0.0625rem dashed #4A5A69; }
  .whole-list:hover {
    color: #5083B3;
    border-color: transparent; }

.how-it-work {
  background: url(../images/how-work-bg.png) center no-repeat;
  background-size: cover;
  padding-top: 4.3125rem;
  padding-bottom: 5.4375rem; }

.how {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.how__col {
  width: calc(33.333333% - 1.25rem);
  max-width: 335px;
  padding-bottom: 4.75rem; }

.how__title {
  font-size: 1.25rem;
  font-weight: bold; }
  .how__title:after {
    width: 3.375rem;
    height: 0.1875rem;
    background: #8CC234;
    margin: 1.125rem 0 1.125rem; }

.how__desc {
  font-size: 0.875rem;
  line-height: 1.72;
  font-weight: 400; }

.reviews_margin-top {
  -webkit-transform: translateY(-5.4375rem);
      -ms-transform: translateY(-5.4375rem);
          transform: translateY(-5.4375rem); }

.reviews__content {
  background: #F5FCFF;
  border-radius: 0.25rem;
  padding: 3.8125rem 1rem 1.5625rem; }

.reviews__list {
  padding-top: 3.25rem;
  max-width: 822px;
  margin: 0 auto; }

.review {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem;
  padding-bottom: 2.125rem;
  display: none; }
  .review:nth-child(-n+20) {
    display: block; }
  .review:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

.load-step-1:nth-child(-n+40) {
  display: block; }
.load-step-1:nth-child(20n) {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem; }
.load-step-1:nth-child(40n), .load-step-1:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.load-step-2:nth-child(-n+60) {
  display: block; }
.load-step-2:nth-child(40n) {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem; }
.load-step-2:nth-child(60n), .load-step-2:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.load-step-3:nth-child(-n+80) {
  display: block; }
.load-step-3:nth-child(60n) {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem; }
.load-step-3:nth-child(80n), .load-step-3:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.load-step-4:nth-child(-n+100) {
  display: block; }
.load-step-4:nth-child(80n) {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem; }
.load-step-4:nth-child(100n), .load-step-4:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.load-step-5:nth-child(-n+120) {
  display: block; }
.load-step-5:nth-child(100n) {
  border-bottom: 0.0625rem solid #C6DAE3;
  margin-bottom: 2.75rem; }
.load-step-5:nth-child(120n), .load-step-5:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.review__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.875rem; }

.review__author {
  color: #4A5A69;
  font-size: 1.125rem;
  padding-right: 0.8125rem;
  font-weight: bold;
  white-space: nowrap; }

.review__date {
  color: #C5C9CC;
  font-size: 1rem;
  padding-left: 0.8125rem;
  font-weight: 400;
  white-space: nowrap; }

.review__site {
  margin-left: auto;
  color: #688AAA;
  font-size: 1rem;
  font-weight: 600;
  text-align: right; }

a.review__site:hover {
  text-decoration: underline; }

.review__text {
  color: #4A5A69;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5; }

.reviews__load {
  text-align: center;
  padding: 1.5625rem 0 0.4375rem; }

.load-review {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .load-review:hover .load-review__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .load-review:hover .load-review__text {
    border-bottom-color: transparent; }

.load-review__text {
  border-bottom: 0.0625rem dashed #4A5A69;
  -webkit-transition: .3s;
          transition: .3s; }

.load-review__animation,
.load-review__icon {
  width: 0.9375rem;
  height: 1.0625rem;
  margin-right: 0.625rem;
  -webkit-transition: .3s;
          transition: .3s; }

.load-review__icon {
  background: url(../images/icons/load.svg) center no-repeat;
  background-size: 0.9375rem 1.0625rem; }

.load-review__animation {
  background: url(../images/icons/loader.svg) center no-repeat;
  background-size: 1.875rem 2.125rem;
  display: none; }

.loading .load-review__icon {
  display: none; }
.loading .load-review__animation {
  display: block; }

.about {
  padding-top: 0.1875rem;
  padding-bottom: 2.5rem;
  background: url(../images/757745.png) calc(50% + 390px) 100% no-repeat;
  background-size: 872px auto; }

.about__text {
  width: 51%;
  font-size: 1.125rem;
  font-weight: normal;
  padding-left: 0.3125rem; }
  .about__text p {
    padding-bottom: 2.625rem; }
  .about__text a {
    color: #5083B3;
    text-decoration: underline; }
    .about__text a:hover {
      text-decoration: none; }
  .about__text .link-orange {
    color: #F0A109;
    text-decoration: none;
    border-bottom: 1px dashed #F0A109;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5; }
    .about__text .link-orange:hover {
      border-bottom-color: transparent; }

.calculated {
  padding-top: 1.875rem;
  padding-bottom: 1rem; }

.calculated__top {
  text-align: right;
  padding-bottom: 1.5625rem; }

.calculated__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5083B2;
  font-weight: 600;
  font-size: 16px;
  text-align: left; }
  .calculated__link:before {
    background: url(../images/icons/arrow.svg) center no-repeat;
    width: 12px;
    min-width: 12px;
    height: 8px;
    background-size: contain;
    margin-right: 12px;
    -webkit-transition: .3s;
            transition: .3s; }
  .calculated__link span {
    border-bottom: 1px dashed #5083B2;
    -webkit-transition: .3s;
            transition: .3s; }
  .calculated__link.active:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .calculated__link.active span {
    border-bottom-color: transparent; }
  .calculated__link:hover span {
    border-bottom-color: transparent; }

.calculated__desc {
  background: #F8F8F8;
  border: 1px solid #DAD8D8;
  border-radius: 0.1875rem;
  padding: 3.25rem 2.8125rem 2.25rem;
  font-size: 14px;
  font-weight: 400;
  display: none;
  margin-bottom: 3.125rem; }
  .calculated__desc p {
    padding-bottom: 17px; }
  .calculated__desc ul {
    margin-left: 15px;
    padding-bottom: 10px; }
    .calculated__desc ul li {
      list-style: disc;
      padding-bottom: 7px; }

.single {
  padding: 2.8125rem 0 2.5625rem; }

.single__title {
  font-size: 2.25rem;
  padding-bottom: 2.75rem;
  width: 100%; }

.single__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.screenshot {
  width: 35%; }
  .screenshot img {
    display: block;
    width: 100%;
    height: auto; }

.info {
  width: calc(65% - 25px);
  max-width: 722px; }

.info__top {
  border: 10px solid #F8F8F8;
  border-bottom: 0;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem; }

.info__bottom {
  background: #F8F8F8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.375rem 0; }

.place {
  width: 42%;
  background: #F8F8F8;
  padding: 0 1rem;
  height: 14.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 600; }

.place__icon {
  padding-bottom: 0.5625rem; }
  .place__icon img {
    display: block;
    margin: 0 auto; }

.place__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 0.25rem;
  width: 7.3125rem;
  height: 2.25rem;
  background: #78D0A9;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 500; }
  .place__label span {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 0.3125rem; }

.place__text {
  padding-top: 0.6875rem; }

.place_1 {
  background: #FFFAEF; }
  .place_1 .place__label {
    background: #F8B64C; }

.rating-table {
  width: 58%;
  padding: 0 2rem 0 2.5rem; }

.rating-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.375rem; }
  .rating-table__row:last-child {
    padding-bottom: 0; }

.rating-table__number,
.rating-table__label {
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
  width: 5.9375rem; }

.rating-table__label {
  min-width: 5.9375rem; }

.rating-table__number {
  text-align: center;
  width: auto; }

.rating-table__stars {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 1rem; }

.stars_22 .stars__icon {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .stars_22 .stars__icon li {
    width: 1.375rem;
    height: 1.375rem; }
  .stars_22 .stars__icon .stars__full,
  .stars_22 .stars__icon .stars__half,
  .stars_22 .stars__icon .stars__empty {
    background-size: 1.375rem 1.375rem; }
  .stars_22 .stars__icon .stars__half {
    background-size: 1.3125rem 1.3125rem; }

.stars_27 .stars__icon {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .stars_27 .stars__icon li {
    width: 1.6875rem;
    height: 1.6875rem;
    margin: 0 0.09375rem; }
  .stars_27 .stars__icon .stars__full,
  .stars_27 .stars__icon .stars__half,
  .stars_27 .stars__icon .stars__empty {
    background-size: 1.6875rem 1.6875rem; }
  .stars_27 .stars__icon .stars__half {
    background-size: 1.625rem 1.625rem; }
.stars_27 .stars__number {
  font-size: 1.5rem;
  padding-right: 0.6875rem; }

.average-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.average-rating__title {
  font-size: 1.125rem;
  padding-right: 1.125rem; }

.review-count {
  display: inline-block;
  font-size: 1.25rem;
  color: #5083B3;
  text-decoration: underline;
  padding-left: 2.5rem;
  background: url(../images/icons/icon_review.svg) 0 center no-repeat;
  background-size: 1.5rem 1.5rem; }
  .review-count:hover {
    text-decoration: none; }

.review-count_margin-left {
  margin-left: 2.5rem; }

.single__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 4.1875rem; }

.aside {
  width: 396px; }

.single__about {
  width: calc(100% - 396px - 30px);
  max-width: 670px;
  padding-top: 5px; }

.aside-title {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 0.9375rem; }

.company-sites {
  padding-bottom: 0.75rem; }

.company-sites__links li,
.company-contacts__links li {
  padding-bottom: 0.9375rem; }

.link-url {
  font-size: 1rem;
  color: #5083B3;
  padding-left: 1.625rem;
  text-decoration: underline;
  background: url(../images/icons/link.svg) 0 center no-repeat;
  background-size: 1rem 1rem; }
  .link-url:hover {
    text-decoration: none; }

.company-contacts {
  padding-bottom: 1.25rem; }

.link-phone,
.link-email {
  font-size: 1rem;
  color: #4A5A69;
  padding-left: 1.625rem; }

.link-email {
  background: url(../images/icons/email.svg) 0 center no-repeat;
  background-size: 1rem 1rem; }

.link-phone {
  background: url(../images/icons/phone.svg) 0 center no-repeat;
  background-size: 0.9375rem 0.9375rem; }

.top-5__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 2rem; }

.top-5__rating .rating__row {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }
.top-5__rating .rating__name {
  display: block;
  font-size: 0.875rem; }
  .top-5__rating .rating__name span {
    color: #a0a0a0; }

.reviews_in {
  margin-bottom: 4.0625rem; }

.entry-content_width-945 {
  max-width: 945px;
  margin: 0 auto; }

.text-page {
  padding: 3.1875rem 0 3.625rem; }

.blockquotes {
  border: 0.625rem solid #F8F8F8;
  border-radius: 0.1875rem;
  padding: 1.3125rem; }

.blockquotes__content {
  background: #F8FCFE;
  padding: 2.5rem;
  text-align: center;
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7; }

.add-review-page {
  padding: 2.8125rem 0 5.25rem; }

.title-36 {
  text-align: center;
  font-weight: bold;
  font-size: 2.25rem;
  padding-bottom: 2.375rem; }

.regulations {
  background: #FFFBF4;
  border: 1px solid #F0E8DA;
  border-radius: 0.1875rem;
  padding: 2.8125rem 2.25rem 2.375rem;
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: normal; }
  .regulations p {
    padding-bottom: 8px; }
    .regulations p strong {
      padding-right: 6px; }

.regulations__text-icon {
  padding-left: 5.0625rem;
  background: url(../images/icons/info.svg) 0px 0px no-repeat;
  background-size: 3.25rem 3.25rem;
  max-width: 990px;
  min-height: 52px;
  padding-bottom: 1.125rem; }

.regulations_mb {
  margin-bottom: 4.375rem; }

.add-review {
  font-size: 0.875rem;
  font-size: 14px;
  max-width: 772px;
  margin: 0 auto;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 2.75rem; }

.row_middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row_pb67 {
  padding-bottom: 4.1875rem; }

.row_pb50 {
  padding-bottom: 3.125rem; }

.row_pb44 {
  padding-bottom: 2.75rem; }

.row_pb91 {
  padding-bottom: 5.6875rem; }

.col-1 {
  width: 13.75rem;
  padding-right: 1.5rem; }

.col-2 {
  width: calc(100% - 13.75rem); }

.col-1-1 {
  width: 267px;
  padding-right: 1.5rem; }

.col-2-2 {
  width: calc(100% - 267px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.form-label {
  font-weight: bold; }

.form-label_middle {
  padding-top: 0.8125rem; }

.input-desc {
  font-weight: normal;
  margin-top: 1rem; }

.input-desc_icon {
  padding-left: 1.8125rem;
  background: url(../images/icons/info_small.svg) 0px 3px no-repeat;
  background-size: 1.125rem 1.125rem;
  margin-top: 0.8125rem;
  margin-right: -10px; }

.c-textarea {
  position: relative; }

.textarea-limit {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-bottom: 0.8125rem; }
  .textarea-limit span {
    font-weight: bold;
    display: inline-block;
    width: 28px;
    text-align: center; }

.form-important {
  background: #FFFBF4;
  line-height: 1.4;
  font-weight: normal;
  font-style: italic;
  padding: 1.3125rem 1.75rem 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .form-important .label-check {
    margin-top: 4px; }
  .form-important label.error {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-style: normal;
    padding-left: 1.75rem;
    padding-top: 5px; }

.form-important_mb {
  margin-bottom: 3.375rem; }

.confirm__label {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.confirm__success,
.confirm__step {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  min-width: 29px;
  background: #5083B2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  margin-right: 12px; }

.confirm__success {
  background: #8CC234 url(../images/icons/check.svg) center no-repeat;
  background-size: 16px 16px; }

.confirm__code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  width: 13.4375rem;
  min-width: 13.4375rem;
  margin-left: 1.625rem;
  display: none; }
  .confirm__code input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 62px);
    text-align: center; }

.confirm__hint {
  position: absolute;
  left: 0;
  right: -10px;
  top: 100%;
  padding-top: 0.5625rem;
  font-size: 0.875rem; }

.confirm__input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  .confirm__input:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none; }

.send-verification-code {
  color: #5083B3;
  font-weight: bold;
  border-bottom: 1px dashed #5083B3;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem); }
  .send-verification-code:hover {
    border-bottom-color: transparent; }

.confirm {
  position: relative; }
  .confirm:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none; }
  .confirm.active-code .confirm__code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .confirm.active-code .send-verification-code {
    display: none; }
  .confirm.active-code .confirm__input:after {
    display: block; }
  .confirm.active-code .confirm__input input {
    color: #C2C6C9; }
  .confirm.active-success {
    padding-bottom: 2.4375rem; }
    .confirm.active-success:after {
      display: block; }
    .confirm.active-success .confirm__label {
      color: #8CC234; }
    .confirm.active-success .confirm__step {
      background: #8CC234; }
    .confirm.active-success .send-verification-code {
      display: none; }
  .confirm.not-active {
    padding-bottom: 4.0625rem; }
    .confirm.not-active:after {
      display: block; }
    .confirm.not-active .send-verification-code {
      display: none; }
    .confirm.not-active .confirm__label {
      color: #C3CED8; }
    .confirm.not-active .confirm__step {
      background: #C3CED8; }
    .confirm.not-active input {
      background-color: transparent;
      border-color: #DCDCDC; }
    .confirm.not-active .button-style {
      background: #D8E3C5; }
  .confirm.row_submit {
    padding-bottom: 0; }

.add-review .rating-table {
  width: 100%;
  padding: 0;
  max-width: 310px;
  margin: 0; }
.add-review .rating-table__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
.add-review .rating-table__number {
  width: 37px;
  text-align: left; }

.rating-table label.error {
  text-align: center;
  padding-left: 60px;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px); }

.faq {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 11px; }

.faq__list {
  width: calc(50% + 15px); }

.faq__answer-pc {
  width: calc(50% - 45px);
  padding-top: 15px; }

.faq__answer,
.faq__answer-pc {
  color: #000; }

.faq__answer {
  display: none; }

.faq__question {
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  margin-bottom: 1px;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s; }
  .faq__question:before {
    content: '?';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    top: 50%;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 900;
    -webkit-transition: .3s;
            transition: .3s; }
  .faq__question.active, .faq__question:hover {
    background: #fff;
    color: #F0A209; }
    .faq__question.active:before, .faq__question:hover:before {
      color: #F0A209;
      border-color: #F0A209; }

@media screen and (max-width: 991px) {
  .faq__answer-pc {
    display: none; }

  .faq__list {
    width: 100%;
    padding-top: 0; }

  .faq__question.active + .faq__answer {
    display: block;
    padding: 20px 0 20px 70px; } }
.tubs__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tubs__content {
  display: none;
  padding: 15px 0; }

.tubs__button {
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  color: #fff;
  background: #000;
  margin: 0 10px;
  padding: 5px 15px; }
  .tubs__button.active {
    background: #8CC234; }

.tubs__content-pc {
  width: 100%; }

@media screen and (max-width: 991px) {
  .tubs__content-pc {
    display: none; }

  .tubs__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .tubs__item {
    width: 100%;
    margin: 0; }

  .tubs__button {
    margin: 0 0 2px; }

  .tubs__button.active + .tubs__content {
    display: block; } }
.footer {
  background: rgba(70, 76, 126, 0.9);
  padding: 1.375rem 0; }

.content_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo_footer {
  width: 13.625rem;
  margin-right: 1.875rem;
  -webkit-transform: translateY(-0.1875rem);
      -ms-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem); }

.copyright {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding-left: 1.875rem;
  font-weight: normal;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem; }

.copyright__text {
  font-size: 0.75rem;
  color: #A1A7CA;
  padding-bottom: 0.125rem; }

.copyright__link {
  font-size: 0.875rem;
  color: #fff; }

.footer__nav {
  margin-left: auto;
  text-align: center; }
  .footer__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 1rem;
    font-weight: normal; }
    .footer__nav ul li {
      padding-left: 2.3125rem; }
      .footer__nav ul li a {
        color: #fff; }
        .footer__nav ul li a:hover {
          text-decoration: underline; }

@media screen and (max-width: 1100px) {
  .offer__bg_in {
    background-position: center 0; }

  .content_footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1.375rem; }
    .footer__nav ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer__nav ul li {
        padding: 0 1rem; }

  .logo_footer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .rating__col-3 {
    margin: 0 1rem; }

  .rating__col-4 {
    width: 10rem; }

  .rating__col-1 {
    width: calc(100% - 8.75rem - 4.6875rem - 10rem - 2rem); }

  .menu .menu__item {
    padding-left: 1rem; }

  .pop-visible {
    margin-right: 0; }

  .rating-table {
    width: 58%;
    padding: 0 1rem 0 1rem; }

  .review-count_margin-left {
    margin-left: 1rem; } }
@media screen and (max-width: 991px) {
  html {
    font-size: 14px; }

  .menu .menu__item {
    padding-left: .5rem; }
    .menu .menu__item a {
      padding: 0 1rem; }

  .rating__row {
    padding-left: 1rem;
    padding-right: 1rem; }

  .form__row {
    height: 295px; }

  .aside {
    width: 270px; }

  .single__about {
    width: calc(100% - 300px); }

  .entry-content {
    font-size: 15px; }

  .info {
    width: 100%;
    margin: 0 auto;
    max-width: 100%; }

  .rating-table {
    max-width: 300px;
    margin: 0 auto; }

  .single__title {
    width: calc(100% - 280px); }

  .screenshot {
    width: 250px;
    margin-bottom: 3rem; }

  .add-review {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

  .add-review {
    font-size: 13px;
    max-width: 680px; } }
@media screen and (max-width: 815px) {
  .pop-scroll {
    max-width: 510px;
    padding-left: 2rem;
    padding-right: 2rem; }

  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }

  .form__item_text,
  .form__item_email,
  .form__item_phone,
  .form__item_captcha {
    width: 100%;
    margin: 0;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .form__item_captcha {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: static; }

  textarea {
    height: 10rem; }

  .g-recaptcha {
    width: 304px;
    margin: 0 auto; }

  .button-style_submit {
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .icon-menu {
    display: block;
    margin-left: auto; }

  .menu {
    position: absolute;
    right: 15px;
    top: 100%;
    background: rgba(70, 76, 126, 0.9);
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(-1.25rem);
        -ms-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
    opacity: 0;
    -webkit-transition: .5s;
            transition: .5s; }
    .menu .menu__item a {
      font-size: 18px; }
    .menu .menu__item_home a:before {
      width: 18px;
      height: 18px;
      background-size: 18px 18px;
      margin-right: 15px; }
    .menu.active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible; }

  .how__col {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2.5rem; }

  .how {
    padding-bottom: 2rem; }

  .advantage__number {
    font-size: 5rem; }

  .about__text {
    width: 65%; }

  .single__about {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem; }

  .aside {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .company-sites {
    width: 50%; }

  .company-contacts {
    width: 50%; }

  .top-5 {
    width: 100%; }

  .single__title {
    width: calc(100% - 200px); }

  .screenshot {
    width: 170px; }

  .entry-content h1 {
    font-size: 36px; }

  .col-1-1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem; }

  .col-2-2 {
    width: 100%; }

  .confirm__label br {
    display: none; } }
@media screen and (max-width: 580px) {
  .entry-content {
    font-size: 14px; }

  html {
    font-size: 14px; }

  .advantages__list {
    display: block;
    padding: 0 0 2rem 0; }

  .advantage {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 2rem 0; }
    .advantage:after {
      height: 1px;
      width: 100%;
      top: auto;
      bottom: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

  .rating__head {
    display: none; }

  .rating__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .rating__col-1 {
    width: 100%;
    padding-bottom: 1rem; }

  .rating__col-3 {
    margin: 0 .5rem; }

  .rating__col-4 {
    width: calc(100% - 8.75rem - 4.6875rem - 1rem); }

  .how__desc {
    font-size: 1rem; }

  .review__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .review__site {
    width: 100%;
    text-align: left;
    padding-top: .5rem; }

  .about__text {
    width: 100%; }

  .about {
    background-position: center bottom;
    background-size: 500px auto;
    padding-bottom: 280px; }

  .footer__nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer__nav ul li {
      width: 100%;
      padding-bottom: 1rem; }

  .logo_footer {
    margin: 0; }

  .copyright {
    padding: 1rem 0 0 0;
    text-align: center;
    border: 0;
    width: 100%; }

  .calculated__desc {
    padding-left: 20px;
    padding-right: 20px; }

  .calculated__link span {
    border-bottom: 0; }

  .single__title {
    width: 100%;
    text-align: center; }

  .screenshot {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }

  .info__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .average-rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-bottom: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .average-rating__title {
    padding: 0 0 .5rem 0;
    width: 100%;
    text-align: center; }

  .place {
    width: 100%;
    margin-bottom: 1rem; }

  .rating-table {
    width: 100%; }

  .company-sites,
  .company-contacts {
    width: 100%; }

  .title {
    font-size: 2.25rem; }

  .entry-content h1 {
    font-size: 30px; }

  .regulations {
    padding-left: 20px;
    padding-right: 20px; }

  .col-1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem; }

  .col-2 {
    width: 100%; }

  .row_pb50,
  .row_pb67 {
    padding-bottom: 2rem; }

  .form-label_middle {
    padding-top: 0; }

  .c-textarea {
    margin-top: 2rem; }

  .form-important label.error,
  .form-important {
    padding-left: 1rem;
    padding-right: 1rem; }

  .confirm__code {
    width: 100%;
    margin: 0;
    padding-top: 1rem; }

  .col-2-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

  .add-review {
    max-width: 450px; }

  .textarea-limit {
    left: 0; }

  .regulations__text-icon {
    background-size: 30px 30px;
    padding-left: 45px; }

  .textarea-limit,
  .input-desc {
    font-size: 12px; }

  label.error {
    font-size: 11px; } }
@media screen and (max-width: 395px) {
  .g-recaptcha {
    -webkit-transform: translateX(-5%) scale(0.9, 0.9);
        -ms-transform: translateX(-5%) scale(0.9, 0.9);
            transform: translateX(-5%) scale(0.9, 0.9);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; } }
@media screen and (max-width: 370px) {
  .rating-table {
    padding: 0; }

  .blockquotes__content {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px; }

  html {
    font-size: 13px; }

  .g-recaptcha {
    -webkit-transform: translateX(-10%) scale(0.8, 0.8);
        -ms-transform: translateX(-10%) scale(0.8, 0.8);
            transform: translateX(-10%) scale(0.8, 0.8);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center; }

  .textarea-limit,
  .input-desc {
    font-size: 11px; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
          transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
          transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
          transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  -webkit-transition-property: -webkit-transform,opacity,-webkit-transform;
          transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
          transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  -webkit-transition-property: -webkit-transform,opacity,-webkit-transform;
          transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform,-webkit-transform;
          transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.page-mayk {
  min-height: 100vh;
  background: url(../images/offer-bg.webp) center no-repeat;
  background-size: cover;
  padding: 5vh 0; }
  .page-mayk .logo_mayk {
    width: 400px;
    max-width: 100%;
    margin: 0 auto; }
  .page-mayk ul {
    padding-top: 10vh;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }
    .page-mayk ul li {
      padding-bottom: 5px; }
      .page-mayk ul li a {
        color: #fff; }
        .page-mayk ul li a:hover {
          background: #fff;
          color: #000; }
          
          
          
          
          
#presearch{background:#fff;   
    margin: 1px auto;
    width: 100%;
    max-width: 43.8125rem;}
    
    #presearch>li{padding:10px;display:block;}


.breadcrumbs {
font-size: 13px;
font-weight: 400;
padding-bottom: 2rem; }
.breadcrumbs .sep {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
display: inline-block; }
.breadcrumbs a {
text-decoration: underline; }
.breadcrumbs a:hover {
text-decoration: none; }



.clr{clear:both;}
