@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700;900&display=swap');
.container:after, .header:after, .conditions:after {
  content: " ";
  display: block;
  clear: both; }

.nav ul, .bulleted-list-arrow, .benefits-list, .steps-list, .bulleted-list, .footer-nav, .footer-terms-nav, .category-list, .portfolio-list, .pagination, .articles-list, .reviews-list, #errors .parsley-errors-list,
#errors2 .parsley-errors-list,
#errors3 .parsley-errors-list, .main-bulleted-list {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%; }

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

body {
  margin: 0;
  color: #4f4f4f;
  background: #ffffff;
  font: 18px/1.2631 "Roboto", sans-serif;
  min-width: 320px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  max-height: 1000000px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none;
  margin-bottom: 21px; }

a {
  text-decoration: none;
  color: #7c85e9;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #2c2b2b; }
    
.center {
  text-align: center; }

input,
textarea,
select,
button {
  font: 100% "Roboto", sans-serif;
  color: #2c2b2b;
  vertical-align: middle;
  outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  outline: none; }

input[type="submit"]:hover,
button:hover {
  cursor: pointer; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  font-weight: 500;
  color: #2c2b2b; }

p {
  margin: 0 0 24px; 
  line-height: 1.55em; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

input::-ms-clear {
  display: none !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.page {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 0px; }

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0px;
  position: relative; }

.container {
  width: auto;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto; }
  @media all and (max-width: 1699px) {
    .container {
      padding: 0 20px; } }

.bg-image {
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  background-size: cover !important; }
  .bg-image.bg-image_left-bottom {
    background-position: 0 100%; }
  .bg-image.bg-image_right-bottom {
    background-position: 100% 100%; }
  .bg-image.bg-image_native {
    background-size: auto auto; }
  .bg-image > img {
    display: none !important; }
  .bg-image > a.box-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2; }

.header-placeholder {
  min-height: 83px;
  margin-bottom: 28px; }
  .header-placeholder.fixed .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(245 249 254 / 95%);
    z-index: 30;
    -webkit-animation: fadein 0.5s;
            animation: fadein 0.5s; }
    .header-placeholder.fixed .header .phone,
    .header-placeholder.fixed .header .email {
      color: #242424; }
    .header-placeholder.fixed .header .submit-app {
      background: #6772e5;
      color: #fff; }
      .header-placeholder.fixed .header .submit-app:hover {
        background: #5c8dfb;
        color: #fff; }
    .header-placeholder.fixed .header .container {
      padding: 0 25px; }
  .header-placeholder.fixed .logo {
    color: #000; }
  .header-placeholder.fixed .nav ul > li > a {
    color: #242424;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #242424), color-stop(0, #5f5f5f));
    background-image: linear-gradient(270deg, #242424 50%, #5f5f5f 0); }
    .header-placeholder.fixed .nav ul > li > a:before {
      background: #5f5f5f; }
    .header-placeholder.fixed .nav ul > li > a:hover {
      background-position: 0; }
      .header-placeholder.fixed .nav ul > li > a:hover:before {
        width: 100%; }
  .header-placeholder.fixed .nav-opener:before, .header-placeholder.fixed .nav-opener:after,
  .header-placeholder.fixed .nav-opener span {
    background: #000; }
  @media all and (max-width: 1024px) {
    .header-placeholder {
      min-height: 66px; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.header {
  padding: 20px 0;
  position: relative;
  z-index: 100; }
  .header .mobile-logo-holder {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: none; }
    .header .mobile-logo-holder .logo {
      float: none;
      color: #000;
      width: auto;
      display: block; }
  .header .container {
    padding: 0; }
  .header .logo {
    float: left;
    margin: 6px 0 0 -31px;
    width: 80px;
    font-size: 25px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif; }
    .header .logo img {
      display: block;
      width: 100%;
      height: auto; }
  .header__contacts {
    float: right;
    margin-left: 25px; }
  .header .phone {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 0.4px; }
  .header .email {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline; }
  .header .submit-app {
    float: right;
    background: white;
    height: 41px;
    line-height: 41px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    color: #4f6776;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .header .submit-app:hover {
      color: #5e8eac;
      -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }

  @media all and (max-width: 1699px) {
    .header .logo {
      margin-left: 0;
      width: 80px; }
    .header .submit-app {
      height: 41px;
      line-height: 41px;
      font-size: 14px; }
    .header__contacts {
      margin-left: 25px;
      padding-top: 0; }
    .header .phone {
      font-size: 17px; }
    .header .email {
      font-size: 16px; } }
  @media all and (max-width: 1199px) {
    .header {
      padding: 20px 0;
      z-index: 20; }
      .header .mobile-logo-holder {
        display: block; }
      .header .submit-app {
        float: none;
        display: block;
        background: #6772e5;
        color: #fff !important;
        margin-bottom: 15px;
        text-align: center; }
        .header .submit-app:hover {
          background: #5c8dfb;
          color: #fff; }
      .header__contacts {
        float: none;
        margin-left: 0;
        text-align: center;
        margin-bottom: 15px; }
      .header .phone {
        color: #000; }
      .header .email {
        color: #000; } }

.intro-section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-header.png), linear-gradient(115deg, #6772e5 1%, #4285f4 35%, #31b4a7 80%);
  padding: 0 0 20px; }
  .intro-section_inner {
    background: rgb(245 249 254 / 95%);
    padding-bottom: 0; }
    .intro-section_inner .header-placeholder {
      margin-bottom: 0; }
    .intro-section_inner .header {
      padding: 20px 0;
      margin-bottom: 0; }
      .intro-section_inner .header .phone,
      .intro-section_inner .header .email {
        color: #242424; }
      .intro-section_inner .header .submit-app {
        background: #6772e5;
        color: #fff; }
        .intro-section_inner .header .submit-app:hover {
          background: #5c8dfb;
          color: #fff; }
    .intro-section_inner .logo {
      color: #000; }
    .intro-section_inner .nav ul > li > a {
      color: #242424;
      background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #242424), color-stop(0, #5f5f5f));
      background-image: linear-gradient(270deg, #242424 50%, #5f5f5f 0); }
      .intro-section_inner .nav ul > li > a:before {
        background: #5f5f5f; }
      .intro-section_inner .nav ul > li > a:hover {
        background-position: 0; }
        .intro-section_inner .nav ul > li > a:hover:before {
          width: 100%; }
    .intro-section_inner .nav-opener:before, .intro-section_inner .nav-opener:after,
    .intro-section_inner .nav-opener span {
      background: #000; }
  @media all and (max-width: 1199px) {
    .intro-section_inner .logo {
      margin-top: 2px; } }

.nav {
  text-align: center; }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px; }
    .nav ul > li {
      margin: 0 0 0 20px;
      position: relative; }
      .nav ul > li:first-child {
        margin-left: 0; }
      .nav ul > li > a {
        color: #fff;
        font-size: 16px;
        display: inline-block;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(0, #f0f0f0));
        background-image: linear-gradient(270deg, #fff 50%, #e8e8e8 0);
        background-repeat: no-repeat;
        background-size: 200% auto;
        background-position: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative; }
        .nav ul > li > a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          content: '';
          height: 1px;
          background: #f0f0f0;
          -webkit-transition: .3s;
          transition: .3s; }
        .nav ul > li > a .icon {
          font-size: 10px; }
        .nav ul > li > a:hover {
          background-position: 0; }
          .nav ul > li > a:hover:before {
            width: 100%; }
  .nav .popup-active .nav-popup {
    opacity: 1;
    visibility: visible; }
  .nav .nav-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 435px;
    padding: 30px;
    border-radius: 4px;
    margin-left: 56px;
    text-align: left;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .nav .nav-popup__item {
      margin-bottom: 20px; }
      .nav .nav-popup__item:last-child {
        margin-bottom: 0; }
    .nav .nav-popup__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .nav .nav-popup__link:hover .nav-popup__link-text span {
        background-position: 0; }
        .nav .nav-popup__link:hover .nav-popup__link-text span:before {
          width: 100%; }
    .nav .nav-popup__link-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 45px;
      font-size: 35px;
      color: #5c5f61;
      text-align: center;
      margin-right: 15px; }
    .nav .nav-popup__link-text {
      color: #474747;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      position: relative; }
      .nav .nav-popup__link-text span {
        font-size: 16px;
        display: inline-block;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #474747), color-stop(0, #4f6776));
        background-image: linear-gradient(270deg, #474747 50%, #707070 0);
        background-repeat: no-repeat;
        background-size: 200% auto;
        background-position: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: .3s;
        transition: .3s;
        position: relative; }
        .nav .nav-popup__link-text span:before {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          content: '';
          height: 0.5px;
          background: #707070;
          -webkit-transition: .3s;
          transition: .3s; }
    .nav .nav-popup:after {
      position: absolute;
      top: -8px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 8px 6px;
      border-color: transparent transparent #ffffff transparent;
      content: '';
      margin-left: -6px; }
    .nav .nav-popup:before {
      position: absolute;
      top: -9px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 8px 6px;
      border-color: transparent transparent #cacaca transparent;
      content: '';
      margin-left: -6px; }
  @media all and (max-width: 1699px) {
    .nav ul {
      line-height: 40px; }
      .nav ul > li {
        margin-left: 20px; }
        .nav ul > li > a {
          font-size: 16px; } }
  @media all and (max-width: 1199px) {
    .nav ul {
      display: block; }
      .nav ul > li {
        margin-left: 0; }
        .nav ul > li > a {
          background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #242424), color-stop(0, #5f5f5f));
          background-image: linear-gradient(270deg, #242424 50%, #5f5f5f 0); }
          .nav ul > li > a:before {
            background: #5f5f5f; }
    .nav .popup-active .nav-popup {
      max-height: 500px; }
    .nav .nav-popup {
      width: 260px;
      margin: 0;
      padding: 0 15px;
      z-index: 8;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #f7f7f7;
      width: auto;
      margin: 0 -20px;
      opacity: 1;
      visibility: visible;
      overflow: hidden;
      max-height: 0; }
      .nav .nav-popup__item {
        margin-bottom: 20px; }
        .nav .nav-popup__item:first-child {
          margin-top: 20px; }
        .nav .nav-popup__item:last-child {
          margin-bottom: 20px; }
      .nav .nav-popup__link-icon {
        width: 25px;
        font-size: 20px;
        margin-right: 10px; }
      .nav .nav-popup__link-text span {
        font-size: 14px;
        line-height: 18px; }
      .nav .nav-popup:before {
        display: none; }
      .nav .nav-popup:after {
        display: none; } }

.promo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .promo-box__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0; }
  .promo-box .sub-title {
    text-transform: uppercase;
    font-size: 33px;
    line-height: 43px;
    font-weight: bold;
    display: block;
    color: #fff;
    margin: 0; }
  .promo-box h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 37px;
    line-height: 43px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700; }
  .promo-box p {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 24px;
    color: #fff; }
    .promo-box p.large {
      font-size: 21px;
      line-height: 26px; }
    .promo-box p:last-child {
      margin-bottom: 0; }
  .promo-box__form {
    width: 450px;
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background: #fff;
    padding: 53px 50px 53px;
    -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
            box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
    margin-left: 50px;
    border-radius: 4px; }
    .promo-box__form_linkfile {
        display: block; 
        margin-top: 10px;
        text-align: center;
    }
    .promo-box__form .title {
      display: block;
      color: #4e4e51;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 21px;
      line-height: 31px;
      text-align: center;
      margin: 0 0 37px; }
    .promo-box__form .submit {
      width: 100%; }
  .promo-box .intro-text {
    display: block;
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    padding-top: 15px;
    color: #fff;
    max-width: 660px;
    margin: 0 0 35px; }
  .promo-box .list-title {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #fff; }
  @media all and (max-width: 1699px) {
    .promo-box__text {
      padding: 0; }
    .promo-box__form {
      margin-left: 50px; } }
  @media all and (max-width: 1024px) {
    .promo-box {
      display: block; }
      .promo-box .intro-text {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 40px; }
      .promo-box .list-title {
        font-size: 20px; }
      .promo-box__form {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 30px 20px; }
        .promo-box__form .title {
          margin: 0 0 40px; }
        .promo-box__form .text-field-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          padding-right: 17px;
          margin-bottom: 17px; }
        .promo-box__form .text-field {
          margin-bottom: 0 !important; }
        .promo-box__form .btn-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          padding-right: 17px;
          margin-bottom: 17px; }
      .promo-box__form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -17px; }
      .promo-box__text {
        margin-bottom: 50px; }
      .promo-box .sub-title {
        font-size: 26px;
        line-height: 32px; }
      .promo-box h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 25px; }
      .promo-box p {
        font-size: 16px;
        line-height: 22px; }
        .promo-box p.large {
          font-size: 18px;
          line-height: 22px; } }
  @media all and (max-width: 767px) {
    .promo-box__form .text-field-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 17px;
      margin-bottom: 17px; }
    .promo-box__form .btn-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 17px;
      margin-bottom: 17px; } }

.bulleted-list-arrow {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 10px 20px; }
  .bulleted-list-arrow li:before {
    content: '- '; }
  @media all and (max-width: 1024px) {
    .bulleted-list-arrow {
      font-size: 16px;
      line-height: 22px; } }

.nav-opener {
  display: none; }
  @media all and (max-width: 1199px) {
    .nav-opener {
      display: block;
      float: right;
      position: relative;
      width: 24px;
      height: 24px;
      z-index: 10;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .nav-opener:before {
        width: 24px;
        height: 1px;
        background: #fff;
        content: '';
        position: absolute;
        top: 5px;
        right: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .nav-opener span {
        width: 24px;
        height: 1px;
        background: #fff;
        content: '';
        position: absolute;
        top: 13px;
        right: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .nav-opener:after {
        width: 24px;
        height: 1px;
        background: #fff;
        content: '';
        position: absolute;
        top: 21px;
        right: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; } }

@media all and (max-width: 1199px) {
  .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 12px;
    background: #000; }
  .nav-active .nav-opener:after {
    top: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #000; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-drop {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.nav-drop {
  display: block !important; }
  @media all and (max-width: 1199px) {
    .nav-drop {
      position: absolute;
      top: 0;
      right: -20px;
      width: 280px;
      background: #fff;
      height: 100vh;
      overflow: auto;
      padding: 30px 20px 30px;
      -webkit-transform: translate(100%, 0);
              transform: translate(100%, 0);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      display: block !important; } }

.text-field-wrap {
  position: relative; }
  .text-field-wrap .text-field__icon {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 25px;
    color: #2c2b2b;
    opacity: 0.4;
    width: 30px;
    text-align: center; }
  @media all and (max-width: 1024px) {
    .text-field-wrap .text-field__icon {
      font-size: 20px;
      top: 15px;
      left: 15px; } }

.text-field {
  display: block;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  border: 0;
  border-radius: 4px;
  margin: 0 0 21px;
  padding: 0 40px 0 70px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif; }
  .text-field.text-area {
      padding: 20px;
  }
  .text-field.text-field-comment {
      margin-top: 15px!important;
      padding: 0 20px!important;
  }
  .text-field.last {
    margin-bottom: 42px; }
  .text-field.parsley-error {
    border: 1px solid #ffa27b;
    color: #ffa27b;
    background-image: url(../images/validation-error.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 16px);
    background-position-y: 50%;
    background-size: 20px 20px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .text-field.parsley-error::-webkit-input-placeholder {
      color: #ffa27b; }
    .text-field.parsley-error::-moz-placeholder {
      color: #ffa27b; }
    .text-field.parsley-error:-moz-placeholder {
      color: #ffa27b; }
    .text-field.parsley-error:-ms-input-placeholder {
      color: #ffa27b; }
  @media all and (max-width: 1024px) {
    .text-field {
      height: 50px;
      padding-left: 60px; }
      .text-field.last {
        margin-bottom: 43px; } }

.btn-green, .btn-blue {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  background: #6772e5;
  border-radius: 4px;
  padding: 0 30px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .btn-green:hover, .btn-blue:hover {
    color: #fff;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    background: #5c8dfb; }
  @media all and (max-width: 1024px) {
    .btn-green, .btn-blue {
      height: 50px;
      line-height: 50px; } }

.btn-blue {
  background: #6772e5; }
  .btn-blue:hover {
    background: #5c8dfb;
    color: #fff; }

.content-section {
  padding: 80px 0; }
  .content-section_grey {
    background: #f5f9fe; }
  @media all and (max-width: 1699px) {
    .content-section p {
      font-size: 18px; } }
  @media all and (max-width: 1199px) {
    .content-section {
      padding: 50px 0; } }

.section-title {
  margin: 0 0 58px; }
  .section-title h2,
  .section-title h1 {
    margin: 0;
    font-size: 41px;
    font-family: 'Raleway', sans-serif;
    line-height: 60px;
    color: rgb(49 180 167 / 10%);
    font-weight: 900;
    text-transform: uppercase;
    position: relative; }
    .section-title h2:before,
    .section-title h1:before {
      position: absolute;
      top: 14px;
      left: 32px;
      color: #3c3c3c;
      content: attr(title);
      font-size: 30px;
      line-height: 51px;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
  .section-title_grey h2,
  .section-title_grey h1 {
    color: rgb(229 229 229 / 51%); }
  @media all and (max-width: 1699px) {
    .section-title {
      margin: 0 0 35px; }
      .section-title h2,
      .section-title h1 {
        font-size: 50px;
        line-height: 65px; }
        .section-title h2:before,
        .section-title h1:before {
          font-size: 35px;
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          line-height: 55px;
          top: 14px;
          left: 30px; } }
  @media all and (max-width: 1199px) {
    .section-title {
      margin: 0 0 30px; }
      .section-title h2,
      .section-title h1 {
        font-size: 40px;
        line-height: 50px; }
        .section-title h2:before,
        .section-title h1:before {
          font-size: 30px;
          line-height: 41px;
          top: 10px; } }
  @media all and (max-width: 1024px) {
    .section-title h2,
    .section-title h1 {
      font-size: 35px;
      line-height: 50px; } }

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 75px -78px; }
  .benefits-list-inside {
      margin: 20px 75px -45px!important;
  }
  .benefits-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 25px 78px;
    text-align: center; }
  .benefits-list__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #707070;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(50%, #616161), color-stop(51%, #555555));
    background-image: linear-gradient(#616161 0%, #616161 50%, #555555 51%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 35px;
    margin: 0 auto 32px; }
  .benefits-list .title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    margin: 0 0 18px;
    font-weight: 500; }
  .benefits-list p {
    font-size: 17px;
    line-height: 26px;
    margin: 0; }
  @media all and (max-width: 1699px) {
    .benefits-list {
      margin: 0 0 18px; }
      .benefits-list__icon {
        width: 80px;
        height: 80px;
        font-size: 35px; } }
  @media all and (max-width: 1199px) {
    .benefits-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 767px) {
    .benefits-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 30px;
      padding-left: 0;
      padding-right: 0; }
    .benefits-list__icon {
      margin-bottom: 15px; }
    .benefits-list .title {
      font-size: 19px;
      line-height: 24px; }
    .benefits-list p {
      font-size: 17px; } }

.steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px 40px; }
  .steps-list li {
      cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px 40px;
    text-align: center; }
    .steps-list li.active .number {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#6772e5), color-stop(50%, #6772e5), color-stop(51%, #5965e3));
      background-image: linear-gradient(#6772e5 0%, #6772e5 50%, #5965e3 51%); 
      }
  .steps-list .number {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(50%, #616161), color-stop(51%, #555555));
    background-image: linear-gradient(#616161 0%, #616161 50%, #555555 51%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 35px;
    margin: 0 auto 23px;
    font-weight: bold; }
  .steps-list .title {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #050505;
    font-weight: 500;
    text-align: center; }
  @media all and (max-width: 1699px) {
    .steps-list .number {
      width: 80px;
      height: 80px;
      font-size: 35px; }
    .steps-list .title {
      font-size: 18px; } }
  @media all and (max-width: 1024px) {
    .steps-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media all and (max-width: 767px) {
    .steps-list {
      margin: 0 -20px 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .steps-list .number {
        width: 70px;
        height: 70px;
        font-size: 40px; }
      .steps-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding: 0 20px 30px; }
      .steps-list .title {
        font-size: 16px; } }

.text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*margin: 0 -40px;*/ margin: 0; }
  .text-section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
    padding: 0 20px 0 40px; }
    .text-section__image img {
      display: block;
      width: 100%;
      height: auto; }
    .text-section__image.large {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%;
      max-width: 55%; }
  .text-section__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 0 20px 0 40px; }
    .text-section__text h3 {
      font-size: 27px;
      font-weight: 500;
      color: #2c2b2b;
      margin: 0 0 26px; }
    .text-section__text p {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 25px; }
      .text-section__text p.small {
        font-size: 18px;
        line-height: 26px; }
      .text-section__text p b {
        font-weight: 500; }
      .text-section__text p .title {
        font-size: 24px;
        font-weight: 500;
        display: block; }
  .text-section .next-step {
    width: 100%;
    max-width: 350px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.26);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.26); }
  .text-section .bulleted-list li {
    margin-bottom: 10px; }
  @media all and (max-width: 1199px) {
    .text-section {
      padding: 0;
      margin: 0 -20px; }
      .text-section__image {
        padding: 0 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .text-section__text {
        padding: 0 20px; }
        .text-section__text h3 {
          font-size: 22px;
          margin: 0 0 20px; }
        .text-section__text p {
          font-size: 18px;
          line-height: 22px; }
          .text-section__text p.small {
            font-size: 18px;
            line-height: 1.55em; }
          .text-section__text p .title {
            font-size: 20px; } }
  @media all and (max-width: 767px) {
    .text-section {
      margin: 0; }
      .text-section__text {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .text-section__image {
        margin: 0 0 30px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .text-section__image img {
          display: block;
          width: 100%;
          height: auto; }
        .text-section__image.large {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }

.rates-holder {
  max-width: 1412px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 4px; }
  @media all and (max-width: 1199px) {
    .rates-holder {
      display: block; } }

.rates-tabs .rate-tab02 {
  display: none; }

.rates-tabs.active .rate-tab01 {
  display: none; }

.rates-tabs.active .rate-tab02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 1024px) {
  .rates-tabs.active .rate-tab02 {
    display: block; } }

.rate-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 4px; }
  .rate-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rate-ribbon-white {
      top: -26px;
  }
.rate-ribbon span {
    position: absolute;
    display: block;
    width: 210px;
    padding: 10px 0;
    background-color: #4285f4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    left: -15px;
    top: 40px;
    transform: rotate(45deg);
    font-size: 15px;
}
  .rate-item:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(49 180 167 / 5%);
    border-radius: 4px;
    content: ''; }
  .rate-item_white {
    position: relative;
    z-index: 4; }
    .rate-item_white:before {
      top: -26px;
      background: #fff;
      -webkit-box-shadow: 0 10px 90px 10px rgba(0, 0, 0, 0.05);
              box-shadow: 0 10px 90px 10px rgba(0, 0, 0, 0.05); }
  .rate-item__holder {
    position: relative;
    z-index: 2;
    padding: 56px 50px;
    border-radius: 4px; }
  .rate-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px; }
  .rate-item__title-icon {
    font-size: 30px;
    color: #555555;
    display: block;
    margin: 0 20px 0 0; }
  .rate-item__title-text {
    font-size: 29px;
    color: #555555;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    display: block; }
  .rate-item__value {
    font-weight: 500;
    font-size: 50px;
    color: #7889a5;
    margin: 0 0 30px;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif; }
    .rate-item__subvaluewrap {margin-top: -25px; text-align: center;}
    .rate-item__subvalue {
        margin-bottom: 15px;
        display: inline-block;
        background: #f7f7f7;
        padding: 4px 6px;
        font-size: 15px;
        
    }
  .rate-item .btn-green, .rate-item .btn-blue,
  .rate-item .btn-blue {
    width: 100%;
    max-width: 314px;
    margin: 0 auto 29px;
    display: block; }
  .rate-item hr {
    margin: 11 0 29px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #cacaca; }
  @media all and (max-width: 1199px) {
    .rate-item__holder {
      padding: 30px 30px; }
    .rate-item__title {
      margin: 0 0 20px; }
    .rate-item__title-icon {
      font-size: 30px;
      margin: 0 15px 0 0; }
    .rate-item__title-text {
      font-size: 23px; }
    .rate-item__value {
      font-size: 50px;
      margin: 0 0 20px; } }
  @media all and (max-width: 1024px) {
    .rate-item__holder {
      padding: 30px 15px; } }

.list-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #2c2b2b;
  margin: 0 0 25px; }

.bulleted-list {
  font-size: 18px;
  line-height: 25px; }
  .bulleted-list li {
    position: relative;
    padding: 0 0 20px 35px; }
  .bulleted-list .bullet {
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0; }
  @media all and (max-width: 1199px) {
    .bulleted-list {
      font-size: 18px;
      line-height: 28px; } }

.promo-box .bulleted-list {
  color: #fff;
  font-size: 21px;
  line-height: 27px; }

.feedback-section {
  padding: 40px 0 50px;
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
          box-shadow: 0 7px 18px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 2; }
  .feedback-section__title {
    display: block;
    font-size: 27px;
    color: #5d5d5e;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px; }

.feedback-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.feedback-form__btn-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 24%;
  margin-left: 43px; }

.feedback-form__field-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 17px; }
.feedback-form__field-col--l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
flex: 0 0 75%;}
.feedback-form__field-col-comment {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 98%;
          flex: 0 0 98%;
}

.feedback-form .text-field {
  margin: 0;
  padding-left: 58px; }

.feedback-form .submit {
  width: 100%; }

@media all and (max-width: 1199px) {
  .feedback-form .form-row {
    margin-right: -17px; }
  .feedback-form__btn-col {
    margin-left: 0px;
    margin-bottom: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 17px; }
  .feedback-form__field-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    padding-right: 17px;
    margin-bottom: 17px; } 
    .feedback-form__field-col--l {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; max-width: 75%;}
    .feedback-form__field-col--r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; max-width: 25%;}
            .text-field.text-field-comment {
      margin-top: 0!important;
      padding: 0 20px!important;
  }
    }

@media all and (max-width: 767px) {
  .feedback-form__btn-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .feedback-form__field-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.footer {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-header.png), linear-gradient(115deg, #6772e5 1%, #4285f4 35%, #31b4a7 80%);
  padding: 52px 0 75px;
  position: relative;
  z-index: 3; }
  .footer__contacts {
    margin: 0 0 30px; }
  .footer .phone {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 0.4px; }
  .footer .email {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline; }
  .footer .copy {
    display: block;
    color: #fff;
    font-size: 14px;
    margin: 0 0 15px; }
  .footer .rights {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff; }

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-logo-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 300px;
  margin: 0 32px 0 0; }
  .footer-logo-holder .logo {
    display: block;
    margin: 0 0 22px -31px;
    width: 211px;
    font-size: 38px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif; }
    .footer-logo-holder .logo img {
      display: block;
      width: 100%;
      height: auto; }
  @media all and (max-width: 1699px) {
    .footer-logo-holder {
      max-width: 240px; }
      .footer-logo-holder .logo {
        margin-left: 0; } }
  @media all and (max-width: 1199px) {
    .footer-logo-holder {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .footer-logo-holder .logo {
        float: left;
        width: 170px;
        padding-top: 10px; } }

.search-link {
  font-size: 33px;
  color: #fff;
  margin: 0 0 0 48px; }
  @media all and (max-width: 1199px) {
    .search-link {
      float: right; } }

.footer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

.footer-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-nav-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 38px; }
  @media all and (max-width: 767px) {
    .footer-nav-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.footer-nav-title {
  display: block;
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px; }

.footer-nav {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0; }
  .footer-nav li {
    margin-bottom: 5px; }
  .footer-nav a {
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(0, #f0f0f0));
    background-image: linear-gradient(270deg, #fff 50%, #e8e8e8 0);
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative; }
    .footer-nav a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      height: 1px;
      width: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: #f0f0f0; }
    .footer-nav a:hover {
      background-position: 0; }
      .footer-nav a:hover:before {
        width: 100%; }
  @media all and (max-width: 767px) {
    .footer-nav {
      font-size: 16px; } }

.footer-terms-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer-terms-nav li {
    margin: 0 30px 0 0;
    position: relative; }
    .footer-terms-nav li:last-child {
      margin-right: 0; }
      .footer-terms-nav li:last-child:before {
        display: none; }
    .footer-terms-nav li:before {
      position: absolute;
      top: 5px;
      right: -15px;
      height: 18px;
      width: 1px;
      background: #fff;
      content: ''; }
  .footer-terms-nav a {
    font-size: 16px;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(0, #f0f0f0));
    background-image: linear-gradient(270deg, #fff 50%, #e8e8e8 0);
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative; }
    .footer-terms-nav a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      height: 1px;
      width: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: #f0f0f0; }
    .footer-terms-nav a:hover {
      background-position: 0; }
      .footer-terms-nav a:hover:before {
        width: 100%; }
  @media all and (max-width: 767px) {
    .footer-terms-nav li:before {
      display: none; } }

.search-modal {
  padding: 60px 20px;
  width: 700px;
  max-width: 95vw;
  display: none; }

.search-form label {
  display: block;
  font-size: 18px;
  margin: 0 0 10px; }

.search-form__row {
  position: relative; }

.search-form__text-field {
  display: block;
  width: 100%;
  height: 53px;
  background: #f0f0f2;
  border: 0;
  border-radius: 5px;
  margin: 0 0 21px;
  padding: 0 60px 0 30px;
  font-weight: 300;
  font-style: italic;
  color: #000; }

.search-form .submit {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none; }

.main {
  padding: 55px 0; }

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  .category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 20px 40px; }
  .category-list a {
    display: block;
    text-align: center; }
  .category-list .image {
    margin: 0 0 34px; }
    .category-list .image img {
      max-width: 100%;
      width: auto;
      height: auto;
      display: block;
      margin: 0 auto; }
  .category-list .category-item {
    text-align: center; }
    .category-list .category-item:hover .title {
      background-position: 0; }
      .category-list .category-item:hover .title:before {
        width: 100%; }
  .category-list .title {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #242424), color-stop(0, #5f5f5f));
    background-image: linear-gradient(270deg, #242424 50%, #5f5f5f 0); }
    .category-list .title:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      content: '';
      height: 1px;
      -webkit-transition: .3s;
      transition: .3s;
      background: #5f5f5f; }
  @media all and (max-width: 1199px) {
    .category-list .title {
      font-size: 20px; } }
  @media all and (max-width: 767px) {
    .category-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.portfolio-list {
  padding: 0 0 20px;
  margin: 0 -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .portfolio-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 35px 70px; }
  @media all and (max-width: 1699px) {
    .portfolio-list {
      padding: 0 0 20px;
      margin: 0 -20px; }
      .portfolio-list li {
        padding: 0 20px 40px; } }
  @media all and (max-width: 1024px) {
    .portfolio-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 767px) {
    .portfolio-list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.portfolio-item__image {
  margin: 0 0 25px; }
  .portfolio-item__image img {
    width: 100%;
    height: auto;
    display: block; }

.portfolio-item__title {
  display: block;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 17px; }

.portfolio-item__date {
  display: block;
  text-align: right;
  font-size: 20px;
  line-height: 32px;
  color: #a19f9f;
  margin: 0 0 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }

.portfolio-item p {
  margin: 0 0 22px; }
  .portfolio-item p b {
    font-weight: 500; }
  .portfolio-item p:last-of-type {
    margin-bottom: 35px; }

@media all and (max-width: 1024px) {
  .portfolio-item__title {
    font-size: 25px;
    line-height: 26px; }
  .portfolio-item__date {
    font-size: 18px;
    line-height: 26px; }
  .portfolio-item p {
    font-size: 16px; } }

.btn-full {
  width: 100%; }

.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination li {
    margin: 0 8px; }
  .pagination a {
    width: 40px;
    height: 37px;
    display: block;
    font-size: 24px;
    line-height: 37px;
    color: #595959;
    text-align: center; }
    .pagination a.active {
      color: #fff;
      background: #6772e5; }
    .pagination a:hover {
      color: #fff;
      background: #6772e5; }
  @media all and (max-width: 1024px) {
    .pagination a {
      font-size: 18px;
      width: 30px;
      height: 30px;
      line-height: 30px; }
    .pagination li {
      margin: 0 2px; } }

.articles-list {
  padding: 0 0 87px; }
  .articles-list p {
    font-size: 18px;
    line-height: 24px;
    margin: 0; }
    .articles-list p:last-child {
      margin-bottom: 0; }
  .articles-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 55px 0;
    margin: 0 -25px;
    position: relative; }
    .articles-list li:before {
      position: absolute;
      bottom: 0;
      left: 25px;
      right: 25px;
      border-top: 1px solid #cacaca;
      content: ''; }
    .articles-list li:first-child {
      padding-top: 0; }
  .articles-list .image-col {
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%; }
    .articles-list .image-col img {
      width: 100%;
      height: auto;
      display: block; }
  .articles-list .text-col {
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%; }
  .articles-list .title-col {
    padding: 0 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%; }
  @media all and (max-width: 1699px) {
    .articles-list {
      padding: 0 0 87px; } }
  @media all and (max-width: 767px) {
    .articles-list {
      padding: 0 0 47px; }
      .articles-list li {
        padding: 40px 20px; }
      .articles-list p {
        font-size: 18px; }
      .articles-list .image-col {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .articles-list .text-col {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 20px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .articles-list .title-col {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

.search-header {
  padding: 0 135px; }
  @media all and (max-width: 1699px) {
    .search-header {
      padding: 0; } }

.search-title {
  display: block;
  font-size: 33px;
  font-weight: bold;
  margin: 0 0 16px; }
  .search-title .keyword {
    font-weight: normal;
    color: #6772e5; }
  @media all and (max-width: 1024px) {
    .search-title {
      font-size: 24px;
      margin: 0 0 12px; } }

.results-amount {
  display: block;
  color: #202020;
  font-size: 24px;
  margin-bottom: 55px; }
  @media all and (max-width: 1024px) {
    .results-amount {
      font-size: 18px; } }

.reviews-list {
  padding: 0 115px;
  padding-bottom: 40px; }
  @media all and (max-width: 1699px) {
    .reviews-list {
      padding: 0; } }
  @media all and (max-width: 1199px) {
    .reviews-list li {
      padding: 30px; }
    .reviews-list p {
      font-size: 16px;
      line-height: 22px; } }

.review-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  padding: 50px 115px;
  margin: 0 0 32px;
  text-align: center;
  background: #ffffff; position: relative; }
  .review-item:after, .review-item:before {
      font-family: "Font Awesome 5 Free"; font-weight: 900;
      position: absolute;
      top: 20px;
      font-size: 80px;
      color: rgb(122 122 122 / 15%);
  }
  .review-item:before {
      content: "\f10d";
      left: 20px;
  }
  .review-item:after {
      content: "\f10e";
      right: 20px;
  }
  
  .review-item p {
    margin: 0 0 34px; }
  .review-item .photo {
      position: relative;
    width: 300px;
    height: 250px;
    margin: 0 auto 45px; }
    .review-item .photo:after {
        content: '';
    display: block;
    position: absolute;
    width: 156px;
    height: 134px;
    background-color: rgb(103 114 229 / 0.35);
    bottom: -25px;
    right: -25px; }
    .review-item .photo img {
        position: relative;
      display: block;
      width: 300px!important;
    height: 250px!important;
      height: auto; z-index: 5; }
  .review-item .title {
    display: block;
    font-size: 18px;
    margin: 0 0 12px; }
  .review-item .name {
    font-weight: 500;
    font-size: 20px; }
  .review-item .note {
    display: block;
    font-size: 18px;
    color: #6a6a6a; }
    .review-item .note a {
      color: #7c85e9;
      text-decoration: underline; }
      .review-item .note a:hover {
        text-decoration: none; }
  @media all and (max-width: 1199px) {
    .review-item {
      padding: 30px 15px; }
      .review-item p {
        font-size: 16px;
        line-height: 20px; } }
.review-rating {
    display: block;
    margin: 0 0 40px;
}
.review-rating span {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 5px;
    vertical-align: top;
}
.review-rating span:after {
  position: absolute;
  content: "☆";
  color: #4285f4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
}
.review-rating span.active:after {
  content: "★";
  color: #4285f4;
  text-shadow: 0 0 20px #4285f4;
}

#errors .parsley-errors-list,
#errors2 .parsley-errors-list,
#errors3 .parsley-errors-list {
  padding-bottom: 20px; }
  #errors .parsley-errors-list.filled,
  #errors2 .parsley-errors-list.filled,
  #errors3 .parsley-errors-list.filled {
    display: block !important; }
  #errors .parsley-errors-list li,
  #errors2 .parsley-errors-list li,
  #errors3 .parsley-errors-list li {
    color: #ffa27b; }

.conditions {
  display: block;
  font-size: 14px;
  padding-top: 15px; }
  .conditions .checkbox {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: none; }
  .conditions label {
    padding-top: 3px;
    display: block;
    color: #a1a1a1;
    position: relative;
    padding-left: 25px; }
    .conditions label:before {
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      background: #f5f9fe;
      text-align: center;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      -webkit-box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
      content: ''; }
    .conditions label .icon {
      position: absolute;
      top: 3px;
      left: 0;
      width: 15px;
      text-align: center;
      font-size: 12px;
      line-height: 15px;
      color: #8f8f8f;
      opacity: 0; }
  .conditions .checkbox:checked + label .icon {
    opacity: 1; }

.error-box {
  padding: 25px 0 0; }
  .error-box .bulleted-list {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }
  .error-box__number {
    display: block;
    text-align: center;
    font-size: 72px;
    color: #2c2b2b;
    font-weight: bold; }
  .error-box__title {
    font-size: 33px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 0 70px; }
  .error-box p {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 43px; }
    .error-box p a {
      color: #19a6fd;
      text-decoration: underline; }
      .error-box p a:hover {
        text-decoration: none; }
  .error-box .search-link {
    font-size: 36px;
    line-height: 26px;
    color: #9d9c9c;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    float: none;
    margin-left: 20px; }
  @media all and (max-width: 1024px) {
    .error-box {
      padding-top: 0; }
      .error-box__number {
        font-size: 60px; }
      .error-box__title {
        font-size: 28px;
        margin-bottom: 50px; }
      .error-box p {
        font-size: 16px;
        line-height: 22px; }
      .error-box .search-link {
        font-size: 20px;
        line-height: 20px;
        padding-top: 0; } }

.reviews-slider {
  padding: 0 50px;
  width: auto !important; }
  .reviews-slider .slick-track {
    padding-top: 10px;
    padding-bottom: 20px; }
  .reviews-slider .slick-slide {
    padding: 0 60px;
    outline: none; }
  .reviews-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 70px;
    z-index: 4;
    color: #7a7a7a; }
    .reviews-slider .slick-prev:hover {
      color: #000; }
  .reviews-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 70px;
    z-index: 4;
    color: #7a7a7a; }
    .reviews-slider .slick-next:hover {
      color: #000; }
  .reviews-slider .review-item {
    margin: 0; }
  @media all and (max-width: 767px) {
    .reviews-slider {
      padding: 0;
      margin: 0 -20px; }
      .reviews-slider .slick-slide {
        padding: 0 20px; }
      .reviews-slider .slick-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f5f9fe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 18px; }
      .reviews-slider .slick-next {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f5f9fe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 18px; } }

.sert-item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  margin: 10px 0 20px; }
  .sert-item img {
    width: 100%;
    height: auto;
    display: block; }

.sert-slider {
  padding: 0 65px;
  width: auto; }
  .sert-slider .slick-slide {
    padding: 0 35px;
    outline: none; }
  .sert-slider img {
    width: 100%;
    height: auto;
    display: block; }
  .sert-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 60px;
    z-index: 4;
    color: #7a7a7a; }
    .sert-slider .slick-prev:hover {
      color: #000; }
  .sert-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-size: 60px;
    z-index: 4;
    color: #7a7a7a; }
    .sert-slider .slick-next:hover {
      color: #000; }
  @media all and (max-width: 767px) {
    .sert-slider {
      padding: 0;
      margin: 0 -20px; }
      .sert-slider .slick-slide {
        padding: 0 20px; }
      .sert-slider .slick-prev {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f5f9fe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 18px; }
      .sert-slider .slick-next {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f5f9fe;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 18px; } }

.steps-slider .slick-slide {
  outline: none;
  padding-bottom: 20px; }

.steps-slider .steps-slider-prev {
  display: none !important; }

.steps-slider .steps-slider-next {
  display: none !important; }

.system-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  height: 66px; }
  .system-select__label {
    display: block;
    width: 215px;
    font-size: 29px;
    font-weight: 300; }
    .system-select__label.label1 {
      text-align: right;
      font-weight: 500; }
    .system-select__label:after {
      display: block;
      content: attr(title);
      font-weight: bold;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .system-select__switcher {
    width: 115px;
    height: 46px;
    background: rgba(204, 204, 204, 0.4);
    border-radius: 33px;
    margin: 0 30px;
    position: relative;
    cursor: pointer; }
    .system-select__switcher:before {
      position: absolute;
      top: -14px;
      left: 0;
      content: '';
      width: 66px;
      height: 66px;
      border-radius: 50%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
              box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.6);
      transition: -webkit-transform linear .08s, background-color linear .08s;
      -webkit-transition: background-color linear .08s, -webkit-transform linear .08s;
      transition: background-color linear .08s, -webkit-transform linear .08s;
      transition: transform linear .08s, background-color linear .08s;
      transition: transform linear .08s, background-color linear .08s, -webkit-transform linear .08s;
      background-color: #909090; }
  .system-select.active .system-select__switcher:before {
    -webkit-transform: translate3d(52px, 0, 0);
            transform: translate3d(52px, 0, 0); }
  .system-select.active .system-select__label.label1 {
    font-weight: 300; }
  .system-select.active .system-select__label.label2 {
    font-weight: 500; }
  @media all and (max-width: 767px) {
    .system-select {
      height: 30px; }
      .system-select__label {
        width: 132px;
        font-size: 18px; }
      .system-select__switcher {
        width: 50px;
        height: 30px;
        margin: 0 10px; }
        .system-select__switcher:before {
          width: 36px;
          height: 36px;
          top: -4px;
          left: -3px; }
      .system-select.active .system-select__switcher:before {
        -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0); } }

.wishes-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .wishes-section__holder {
    text-align: center; }
  .wishes-section__name {
    display: block;
    color: #32325d;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 8px; }
  .wishes-section__text {
    display: block;
    color: #87b3f8;
    font-size: 30px;
    font-weight: 300;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    margin: 0 0 46px; }
    .wishes-section__text .email-portion {
      display: block; }
  .wishes-section .back {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -55px;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: #6772e5; }
    .wishes-section .back__text {
      display: block;
      margin-right: 8px;
      background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #6772e5), color-stop(0, #32325d));
      background-image: linear-gradient(270deg, #6772e5 50%, #32325d 0);
      background-repeat: no-repeat;
      background-size: 200% auto;
      background-position: 100%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-transition: .3s;
      transition: .3s;
      position: relative; }
      .wishes-section .back__text:hover {
        background-position: 0; }
    .wishes-section .back__icon {
      font-size: 22px;
      display: block;
      padding-top: 2px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      font-weight: bold;
      background: none !important; }
    .wishes-section .back:hover {
      color: #32325d; }
  .wishes-section__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto 16px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.parsley-errors-list {
  display: none !important; }

.main-table {
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 40px;
  border-top: 1px solid #e5e8ed;
  width: 100%;
  text-align: center; }
  .main-table:last-child {
    margin-bottom: 0; }
  .main-table tr {
    border-bottom: 1px solid #e5e8ed; }
    .main-table tr:hover {
      background-color: #6772e51a; }
  .main-table td, .main-table th {
    font-size: 17px;
    padding: 11px 10px 10px;
    color: #4c4d4f; }
  .main-table th {
    color: #4c4d4f;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 10px 13px;
    text-transform: uppercase;
    vertical-align: bottom;
    background-color: #f5f5f5; }
  .main-table .mobile-label {
    display: none; }
  @media all and (max-width: 767px) {
    .main-table {
      text-align: left; }
      .main-table thead {
        display: none; }
      .main-table tbody {
        display: block; }
      .main-table tr {
        display: block; }
      .main-table td {
        display: block; }
      .main-table .mobile-label {
        display: block;
        float: left;
        width: 100px;
        padding-right: 10px;
        font-weight: bold; }
      .main-table .mobile-content {
        overflow: hidden; } }

ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
  margin-bottom: 25px; }
  ol:last-child {
    margin-bottom: 0; }
  ol li {
    padding: 0 0 20px 40px;
    position: relative;
    z-index: 10; }
    ol li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      z-index: -1;
      left: 0;
      top: -3px;
      background: #f5f9fe;
      height: 24px;
      width: 24px;
      text-align: center;
      font-size: 16px;
      color: #8f8f8f;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      -webkit-box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3); }

.main-bulleted-list {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 0;
  margin-bottom: 40px; }
  .main-bulleted-list:last-child {
    margin-bottom: 0; }
  .main-bulleted-list li {
    padding: 0 0 20px 40px;
    position: relative; }
    .main-bulleted-list li .icon {
      position: absolute;
      z-index: -1;
      left: 0;
      top: -3px;
      background: #f5f9fe;
      height: 24px;
      width: 24px;
      text-align: center;
      font-size: 12px;
      line-height: 24px;
      color: #8f8f8f;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      -webkit-box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 7px -5px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
      content: ''; }

.fancybox-container .fancybox-bg {
  background: rgba(30, 30, 30, 0.9); }

.fancybox-container.black .fancybox-close-small {
  position: absolute;
  width: 44px;
  height: 44px; }

.order-modal {
  width: 450px;
  max-width: 95vw;
  display: none;
  padding: 0;
  background: none; }
  .order-modal .promo-box__form {
    margin-left: 0; }

.to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #7a7a7a;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(102, 102, 102, 0.4);
          box-shadow: 0 1px 5px rgba(102, 102, 102, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0; }
  .to-top.active {
    opacity: 1; }
  .to-top:before {
    font-size: 34px; }
  @media all and (max-width: 767px) {
    .to-top {
      display: none; } }


.blog-item img, .certificates-page img {
    max-width: 100%;
}

.blog-item__text {
    max-width: 915px;
    margin: 0 auto;
}

.blog-item__text_date {
	color: #b5b5b5;
}

.child-full {
  margin-top: 20px;
  padding: 40px 0;
  width: 100%;
  position:relative;
  margin-bottom: 24px;
}

.child-full:before, .child-full:after {
  content:"";
  position:absolute;
  top:0;
  height:100%;
  width:100vw;
  z-index: 1;
}
.child-full:before {
  left: -100%;
}
.child-full:after {
  right: -100%;
}

.child-full .container {
    position: relative;
    z-index: 10;
}

.child-full_grey{
background: #f5f9fe;
}

.child-full_grey:before, .child-full_grey:after {
    background: #f5f9fe;
}

.img-center {
    display: block;
    max-width: 100%;
    margin: 0 auto 24px;
}

.img-left {
    float: left;
    max-width: 100%;
    margin: 0 24px 24px 0;
}

.img-right {
    float: right;
    max-width: 100%;
    margin: 0 0 24px 24px;
}

.info__project__data {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.info__project__data__item {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;
    padding-right: 35px;
}

.info__project__data__item p {
    margin: 0;
    color: #a1a1a1;
    font-size: 17px;
}

.info__project__data__item p .strong {
    display: inline;
    font-size: 18px;
    color: #3a3a3a;
}

.info__project__data__item p span {
    display: inline-block;
    vertical-align: top;
}

.step-block__item {
    position: relative;
    margin-bottom: 42px;
}
.step-item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    color: #000;
}

.step-item__step {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 58px;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(0,0,0,0.16);
    border-radius: 50%;
    margin-right: 24px;
}
.step-item__step::after {
        content: '';
    position: absolute;
    top: 66px;
    left: 30px;
    bottom: -6px;
    width: 1px;
    background: rgba(0,0,0,0.16);
}
.step-item__main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.step-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
}
.step-item__description {
    font-size: 18px;
}

.step-block__item::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -35px;
    width: 1px;
    height: 29px;
    background: rgba(0,0,0,0.16);
}

.step-block__item:last-child::before{
    display: none;
}


.step-block__item:last-child {
margin-bottom: 24px;
}

.benefits-list-iconwhite .benefits-list__icon {
    background: #fff;
    color: #707070;
}

.gallery {list-style-type: none!important; text-align: center;}
.gallery li {display: inline-block!important; vertical-align: top; margin: 0 10px 15px 0!important; list-style-image: none!important; margin-bottom: 1em; border-radius: 3px; padding: 0!important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transform: scale(1); transform: scale(1); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);}
.gallery li img {display: block; max-width: 250px!important; border-radius: 3px; margin-bottom: 0px;}
.gallery li:hover {-webkit-transform: scale(1.0221); transform: scale(1.0221); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);}
.gallery li::before{display: none!important;}

.chart-block {display: flex;     flex-direction: row;}
.chart-block__imgleft {width: 50%; padding-right: 20px;}
.chart-block__imgright {width: 50%; padding-left: 20px;}
.chart-block__content {width: 50%; display: flex; justify-content: center; display: flex;     flex-direction: column;}

@media all and (max-width: 767px) {
    .chart-block {flex-direction: column;}
    .chart-block__imgleft, .chart-block__imgright, .chart-block__content {width: 100%; padding: 0;}
    .chart-block_right {flex-direction: column-reverse;}

}
.fancybox-navigation .fancybox-button {
    width: 80px;
    height: 110px;
}

.fancybox-navigation .fancybox-button div {padding: 13px}

.fancybox-button--arrow_left svg {
    transform: rotate(180deg);
}

.accordion {
    margin: 0 -8px;
}

.accordion:after {
    content: "";
    display: table;
    clear: both;
    float: none;
}

.accordion-side {
    width: 50%;
    float: left;
    padding: 0 8px;
}

.accordion-section {
    background: #f5f9fe;
    margin-bottom: 3px;
}

.accordion-section-white { 
    background: #fff;
}

.accordion-title {
    display: block;
    padding: 20px 50px 20px 10px;
    border-left: 1px solid #7a7a7a;
    position: relative;
    transition: all linear 0.15s;
    color: #6772e5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}

.accordion-title:after {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #6772e5;
}

.accordion-section.active .accordion-title:after {
    content: "\f146";
}

.accordion-content {
    display: none;
    padding: 10px;
}

@media all and (max-width: 1000px) {
    .accordion-side {width: 100%;}
}

.accordion--withoutaction {
    margin: 40px 0 0 0;
}

.accordion--withoutaction .accordion-content {
    display: block;
    padding-top: 20px;
}

.accordion--withoutaction .accordion-title {
        font-size: 29px;
    color: #555555;
}

.accordion--withoutaction .accordion-title [class^="icon-"], .accordion--withoutaction .accordion-title [class*=" icon-"],
.accordion--withoutaction .accordion-title [class^="fa"], .accordion--withoutaction .accordion-title [class*=" fa-"] {
    margin-right: 10px;
    margin-left: 10px;
}

.accordion--withoutaction .accordion-title::after {
    display: none;
}

.button-anchor {
    display: inline-block;
    background: white;
    height: 41px;
    line-height: 41px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: bold;
    color: #4f6776;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; } 
    .button-anchor:hover {
      color: #5e8eac;
      -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-1px);
              transform: translateY(-1px); }
              
.mainform_contactpage {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #f7f7f7;
}
.mainform_contactpage .title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}
.mainform_contactpage .btn-wrap {

}
.mainform_contactpage .conditions-wrap {

}
.mainform_contactpage .conditions {
    display: inline-block;
}

.aboutoptimization {
    font-weight: 500;
    font-size: 20px;
    background: #f7f7f7;
    padding: 5px 5px 5px 5px;
}

.toctitle {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

.mainform_contactpage .text-field {
    background: #fff;
}