@font-face {
  font-family: ArialNova;
  src: url(font/ArialNova.woff2);
  font-weight: normal;
}

@font-face {
  font-family: ArialNova-Bold;
  src: url(font/ArialNova-Bold.woff2);
  font-weight: normal;
}

/* fonts start */
/*  for blockquote */
/* fonts end */
/* global start */
body {
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-weight: 400;
  /*16px*/
  font-size: 16px;
  line-height: 1.4;
  color: #3b4b5f;
  background-color: #fff;
}

html,
body {
  min-height: 100vh;
  position: relative;
}

* {
  box-sizing: border-box;
}

* ::moz-selection {
  background: #bdbdbd;
}

* ::selection {
  background: #bdbdbd;
}

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

/* global end */
/* website comonents start */
/* margins start */
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb45 {
  margin-bottom: 45px;
}

@media print, screen and (max-width: 991px) {
  .mb45 {
    margin-bottom: 35px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb-md-0 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}

.mb-md-20 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
}

.mb-md-30 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}

.mb-md-40 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-40 {
    margin-bottom: 40px;
  }
}

.mb-md-50 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}

.mb-md-60 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 992px) {
  .mb-md-60 {
    margin-bottom: 60px;
  }
}

.mb-md-70 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-md-70 {
    margin-bottom: 70px;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-md-70 {
    margin-bottom: 50px;
  }
}

.mb-md-90 {
  /*min-width: 992px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-md-90 {
    margin-bottom: 90px;
  }
}

@media print, screen and (min-width: 992px) {
  .mb-md-90 {
    margin-bottom: 70px;
  }
}

.mb-lg-0 {
  /*min-width: 1200px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0px;
  }
}

.mb-lg-30 {
  /*min-width: 1200px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-height: 768px) {
  .mb-lg-30 {
    margin-bottom: 30px;
    /*(min-height: 768px) END*/
  }
}

.mb-lg-70 {
  /*min-width: 1200px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-lg-70 {
    margin-bottom: 70px;
  }
}

.mb-lg-75 {
  /*min-width: 1200px END*/
}

@media print, screen and (min-width: 1200px) {
  .mb-lg-75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-height: 768px) {
  .mb-lg-75 {
    margin-bottom: 75px;
    /*(min-height: 768px) END*/
  }
}

/* main gap styles */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1150px;
}

@media (max-width: 1199px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 320px) {
  .container {
    width: 100%;
    max-width: 960px;
  }
}

@media (max-width: 319px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 1199px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (max-width: 319px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 319px) {
  [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.box-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media print, screen and (max-width: 991px) {
  .box-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 767px) {
  .box-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (max-width: 575px) {
  .box-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* main gap styles end */
/* heading styles start */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: ArialNova-Bold;
}

h1 {
  /*42px*/
  font-size: 42px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  line-height: 1.1;
  color: #404550;
  margin-top: 0;
  margin-bottom: 20px;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 575px END*/
}

@media print, screen and (max-width: 1199px) {
  h1 {
    /*38px*/
    font-size: 38px;
  }
}

@media print, screen and (max-width: 991px) {
  h1 {
    /*36px*/
    font-size: 36px;
  }
}

@media print, screen and (max-width: 767px) {
  h1 {
    /*30px*/
    font-size: 30px;
  }
}

@media print, screen and (max-width: 575px) {
  h1 {
    /*30px*/
    font-size: 30px;
  }
}

@media print, screen and (max-width: 319px) {
  h1 {
    /*30px*/
    font-size: 28px;
  }
}

h1::moz-selection {
  background: #7b91af;
}

h1::selection {
  background: #7b91af;
}

h2 {
  /*46px*/
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  color: #3b4b5f;
  margin-top: 0;
  margin-bottom: 26px;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 575px END*/
}

@media print, screen and (max-width: 1199px) {
  h2 {
    /*42px*/
    font-size: 42px;
  }
}

@media print, screen and (max-width: 991px) {
  h2 {
    /*36px*/
    font-size: 36px;
  }
}

@media print, screen and (max-width: 767px) {
  h2 {
    /*30px*/
    font-size: 30px;
  }
}

@media print, screen and (max-width: 575px) {
  h2 {
    /*28px*/
    font-size: 28px;
  }
}

h2::moz-selection {
  background: #7b91af;
}

h2::selection {
  background: #7b91af;
}

h3 {
  /*34px*/
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #3b4b5f;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 575px END*/
}

@media print, screen and (max-width: 991px) {
  h3 {
    /*32px*/
    font-size: 32px;
  }
}

@media print, screen and (max-width: 767px) {
  h3 {
    /*30px*/
    font-size: 30px;
  }
}

@media print, screen and (max-width: 575px) {
  h3 {
    /*24px*/
    font-size: 24px;
  }
}

h3::moz-selection {
  background: #7b91af;
}

h3::selection {
  background: #7b91af;
}

h3.small {
  /*32px*/
  font-size: 32px;
}

@media print, screen and (max-width: 991px) {
  h3.small {
    /*28px*/
    font-size: 28px;
  }
}

h4 {
  /*22px*/
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #91268e;
}

h5 {
  /*22px*/
  font-family: ArialNova;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
  /*max-width: 991px END*/
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
  h5 {
    /*16px*/
    font-size: 16px;
  }
}

@media print, screen and (max-width: 767px) {
  h5 {
    /*14px*/
    font-size: 14px;
  }
}

h6 {
  /*20px*/
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

@media print, screen and (max-width: 991px) {
  h6 {
    /*18px*/
    font-size: 18px;
  }
}

p {
  /*18px*/
  font-size: 18px;
  font-weight: 400;
  font-family: ArialNova;
  margin-top: 0;
  line-height: 1.5;
}

p.smaller {
  /*15px*/
  font-size: 15px;
}

p.large {
  /*20px*/
  font-size: 20px;
  line-height: 1.4;
}

p.extra-large {
  /*22px*/
  font-size: 22px;
}

@media print, screen and (max-width: 991px) {
  p.extra-large {
    /*20px*/
    font-size: 20px;
  }
}

p.extra-large b {
  /*24px*/
  font-size: 24px;
  font-family: ArialNova-Bold;
}


@media print, screen and (max-width: 991px) {
  p.extra-large b {
    /*20px*/
    font-size: 20px;
  }
}

b {
  font-weight: 700;
}

a {
  color: #3b4b5f;
}

a:hover {
  color: #3b4b5f;
}

a:first-child {
  outline: none !important;
  outline: none !important;
}

.main-title {
}

.color-main {
  color: #91268e;
}

.aditional-title * {
  color: #F49268;
}

.aditional-title *::moz-selection {
  background: #3b4b5f;
}

.aditional-title *::selection {
  background: #3b4b5f;
}

/* heading styles end */
/* colors styles start */
.text-primary {
  color: #37465A !important;
}

.text-warning {
  color: #F49268 !important;
}

.text-info {
  color: #3d445c !important;
}

/* colors styles end */
/* promo start */
.promo {
  padding-top: 30px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e4cbe4; /*#ffb0fd;*/
  position: relative;
  z-index: 0;
}

@media print, screen and (max-width: 1199px) {
  .promo {
    padding-top: 80px;
    padding-bottom: 100px;
  }

}

@media print, screen and (max-width: 991px) and (min-width: 768px) {
  .promo {
    background-image: url(img/promo/header-img.svg);
    background-position: right bottom 80px;
    background-repeat: no-repeat;
    background-size: 70% auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .promo:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(255, 175, 253, 0.7), rgba(255, 175, 253, 0));
  }
}

@media print, screen and (max-width: 767px) {
  .promo {
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 575px) {
  .promo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

.promo .container {
  position: relative;
  z-index: 5;
}

.promo * {
  color: #404550;
}

@media print, screen and (max-width: 991px) {
  .promo h1,
  .promo p {
    border-radius: 20px;
  }
}

.promo-text {
  max-width: 350px;
}

@media print, screen and (max-width: 767px) {
  .promo-text {
    max-width: 100%;
  }
}

.promo-main-image {
  margin-left: -103px;
  margin-right: -80px;
  max-width: 800px;
  margin-bottom: -10px;
}

@media print, screen and (max-width: 1364px) {
  .promo-main-image {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 1199px) {
  .promo-main-image {
    margin-left: -50px;
  }
}

@media print, screen and (max-width: 767px) {
  .promo-main-image {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 450px;
    height: auto;
  }
}

.promo-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* promo end */
/* header logo */
.logo-box {
}

@media print, screen and (max-width: 575px) {
  .logo-box {
    padding-left: 0px;
    max-width: 80%;
  }
}

a.logo,
.logo {
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  a.logo,
  .logo {
    width: 80%;
    max-width: 300px;
  }
}

a.logo:hover,
.logo:hover {
  text-decoration: none;
  cursor: pointer;
}

a.logo:hover *,
.logo:hover * {
  text-decoration: none;
}

.logo-img {
  display: block;
  max-width: 100%;
}

/* header logo */
/* buttons start */
.btn {
  position: relative;
  z-index: 1;
  /*22px*/
  font-size: 22px;
  font-family: ArialNova-Bold;
  font-weight: 700;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  text-transform: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media print, screen and (max-width: 767px) {
  .btn {
    font-family: ArialNova;
    font-size: 18px;
  }

}

.btn:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:first-child {
  outline: none;
  outline: none;
}

/* buttons end */
/* btn-warning start */
.btn-warning {
  color: #fff;
  background-color: #F49268;
  border-color: #F49268;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f38455;
  border-color: #f38455;
}

.btn-promo {
  color: #91268e;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-promo:hover {
  color: #91268e;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f17038;
  border-color: #f17038;
  box-shadow: 0 0 0 2px rgba(244, 146, 104, 0.35);
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  color: #fff;
  background-color: #F49268;
  border-color: #F49268;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f17038;
  border-color: #f17038;
  box-shadow: 0 0 0 4px rgba(241, 112, 56, 0.35);
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  color: #fff;
  background-color: #f17038;
  border-color: #f17038;
  box-shadow: 0 0 0 4px rgba(241, 112, 56, 0.35);
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #F49268;
  border-color: #F49268;
}

/* btn-warning end */
/* box-padding-lg start */
.box-padding-lg {
  padding-top: 140px;
  padding-bottom: 140px;
  /*max-width: 1199pxEND*/
  /*max-width: 991px END*/
  /*max-width: 767px END*/
  /*max-width: 575px END*/
}

@media print, screen and (max-width: 1199px) {
  .box-padding-lg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 991px) {
  .box-padding-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 767px) {
  .box-padding-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media print, screen and (max-width: 575px) {
  .box-padding-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* box-padding-lg end */
/* title-row start */
.title-row {
  max-width: 600px;
  /*max-width: 991px END*/
}

@media print, screen and (max-width: 991px) {
  .title-row {
    max-width: 100%;
  }
}

/* title-row end */
/* description start */

.about {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fbf9ed;
}

@media print, screen and (max-width: 1199px) {
  .about {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media print, screen and (max-width: 991px) {
  .about {
    padding-top: 60px;
  }
}

@media print, screen and (max-width: 767px) {
  .about {
    padding-bottom: 4`0px;
  }
}

.about .row .left-img + [class*="col-"] .info-row {
  padding-right: 50px;
}

@media print, screen and (max-width: 767px) {
  .about .row .left-img + [class*="col-"] .info-row {
    padding-right: 0px;
  }
}

.about .row .right-img + [class*="col-"] .info-row {
  padding-right: 45px;
}

@media print, screen and (max-width: 767px) {
  .about .row .right-img + [class*="col-"] .info-row {
    padding-right: 0px;
  }
}

.about .row .left-img img,
.about .row .right-img img {
  display: block;
  height: auto;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {

  .about .row .left-img,
  .about .row .right-img {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 500px;    
  }
}

.about .row .left-img img {
  width: 95%;
}

.about .row .right-img img {
  width: 90%;
}

.description {
  padding-top: 120px;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 1199px) {
  .description {
    padding-top: 40px;
  }
}

@media print, screen and (max-width: 991px) {
  .description {
    padding-top: 20px;
  }
}

@media print, screen and (max-width: 767px) {
  .description {
    padding-top: 0px;
  }
}

@media print, screen and (max-width: 575px) {
  .description {
    /*padding-top: 40px;*/
  }
}

.description p {
  line-height: 1.65;
}

.detais {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media print, screen and (max-width: 1199px) {
  .detais {
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
  }
}

@media print, screen and (max-width: 991px) {
  .detais {
    /*padding-top: 80px;*/
    /*padding-bottom: 80px;*/
  }
}

@media print, screen and (max-width: 767px) {
  .detais {
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
  }
}

@media print, screen and (max-width: 575px) {
  .detais {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
  }
}

/* description end */
/* benefit-3lg_icons start */
.benefits {
  background-color: #fbf9ed;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .benefits {
    margin-bottom: 0px;
  }
}

.benefits-wrap {
}

@media print, screen and (max-width: 1199px) {
  .benefits-wrap {
    margin-bottom: -30px;
  }
}

@media print, screen and (max-width: 767px) {
  .benefits-wrap {
    margin-bottom: 0px;
  }
}

.benefit-card {
  max-width: 96%;
  border: none;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .benefit-card {
    margin-bottom: 30px;
  }
}

.benefit-card .icon-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 85px;
  padding: 5px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.benefit-card .icon-wrap img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
}

.benefit-card .icon-wrap p {
  line-height: 1.6;
}

/* grey section */
.grey-section {
  background-color: #eaeaea;
}
/* grey section */
/* steps start */
.steps {
  padding-top: 144px;
  padding-bottom: 150px;
}

@media print, screen and (max-width: 1199px) {
  .steps {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 991px) {
  .steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.step-list {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  list-style-type: none;
}

@media print, screen and (max-width: 1199px) {
  .step-list {
    margin-bottom: -30px;
  }
}

.step-list .step {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  counter-increment: numbers;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .step-list .step {
    padding-top: 70px;
  }
}

.step-list .step:after {
  content: counter(numbers);
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: transparent;
  color: #91268e;
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /*20px*/
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 2px solid #91268e;
}

@media print, screen and (max-width: 1199px) {
  .step-list .step:after {
    width: 60px;
    height: 60px;
  }
}

.step-list .step:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 86px;
  bottom: 13px;
  width: 2px;
  background-color: #91268e;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 1199px) {
  .step-list .step:before {
    top: 73px;
  }
}

@media print, screen and (max-width: 767px) {
  .step-list .step:before {
    display: none;
  }
}

.step-list .step:last-child {
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .step-list .step:last-child {
    margin-bottom: 0;
  }
}

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

.step-list .step:nth-child(2n+1) .step-info {
  margin-left: 50%;
  text-align: left;
  padding-left: 80px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
  .step-list .step:nth-child(2n+1) .step-info {
    padding-left: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .step-list .step:nth-child(2n+1) .step-info {
    margin-left: 0;
    text-align: center;
    padding-left: 0;
  }
}

.step-list .step:nth-child(2n) .step-info {
  text-align: right;
  padding-right: 80px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 991px) {
  .step-list .step:nth-child(2n) .step-info {
    padding-right: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .step-list .step:nth-child(2n) .step-info {
    text-align: center;
    padding-right: 0;
  }
}

.step-list .step-info {
  width: 50%;
  padding-top: 26px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .step-list .step-info {
    width: 100%;
  }
}

/* steps end */
/* production start */
.production {
  background-color: #fbf9ed;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media print, screen and (max-width: 1199px) {
  .production {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 991px) {
  .production {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.production-wrap {
  margin-bottom: -30px;
}

.production-icon {
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media print, screen and (max-width: 991px) {
  .production-icon {
    height: 160px;
  }
}

.production-icon img {
  display: block;
  width: 94%;
  height: 100%;
}

.production-icon-large img {
  width: 100%;
}
/* production end */
/* dark section */
.dark-section {
  background-color: #1f1f1f;
}

.dark-section *:not(h5) {
  color: #fff;
  text-shadow: 1px 1px 3px #1f1f1f;
}

.dark-section .btn {
  text-shadow: none;
}

.dark-section .aditional-title * {
  color: #4CA1F9;
  text-transform: uppercase;
}

/* dark section */
/* price start */
.price-section {
  padding-top: 155px;
  padding-bottom: 75px;
}

@media print, screen and (max-width: 1199px) {
  .price-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media print, screen and (max-width: 991px) {
  .price-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.price-advantage {
  padding-top: 80px;
}

@media print, screen and (max-width: 991px) {
  .price-advantage {
    /*padding-top: 60px;*/
  }
}

@media print, screen and (max-width: 767px) {
  .price-advantage {
    padding-top: 0px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.price {
  /*54px*/
  font-size: 54px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

@media print, screen and (max-width: 991px) {
  .price {
    /*50px*/
    font-size: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .price {
    /*44px*/
    font-size: 44px;
  }
}

.price span {
  /*16px*/
  font-size: 16px;
  font-family: ArialNova;
  display: block;
  font-weight: 400;
  color: #3d445c;
  margin-top: -12px;
}

.price-box {
  padding: 45px 40px;
  background-color: #fbf9ed;
  border-radius: 12px;
}

@media print, screen and (max-width: 991px) and (min-width: 768px) {
  .price-box {
    padding: 35px 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .price-box {
    max-width: 450px;
    margin-right: auto; 
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* price end */
/* checkmark-list start */
.checkmark-list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 0;
  list-style-type: none;
}

.checkmark-list li {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-bottom: 6px;
  counter-increment: numbers;
  padding-left: 60px;
}

.checkmark-list li:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-image: url(img/tpl/list.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  left: 0;
  top: 0px;
}

/* checkmark-list end */
/* footer start */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  /*max-width: 767px END*/
}

@media print, screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* footer end */
/* website comonents end */
