/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.flex-center {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.align-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.align-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.fx-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.fx {display: -webkit-box;display: -ms-flexbox;display: flex;}
.fx-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* Flex Class End */

/* Grid */
.col-1 {width: 100%;}.col-2 {width: 50%;}.col-3 {width: 33.3333333333%;}
.col-4 {width: 25%;}.col-5 {width: 20%;}.col-6 {width: 16.6666666667%;}
/* Grid End */

/* Reserved Class */
.text-center {text-align: center;}
/* Reserved Class End*/

/* Style Default*/
a, a:hover,button, button:hover, .speed {-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
* {-webkit-box-sizing: border-box;box-sizing: border-box;}
button {border: 0;padding: 0;cursor: pointer;}
* {outline: none;}
/* Style Default End */

body {
  font-family: MontserratMedium;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

/* ------------ *Header ------------- */

.header {
  z-index: 1;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.z-fix, .phone {
  z-index: 5;
  position: relative;
}

.toggle {
  background: #999999;
  width: 82px;height: 70px;
}

.toggle-box {
  width: 40px;
}

span.toggle-ico {
  display: block;
  background: #fff;
  border-radius: 5px;
  width: 40px;height: 4px;
}

span.toggle-ico:not(:last-child) {
  margin-bottom: 4px;
}

span.toggle-ico:nth-child(2n+2) {
  width: 32px;
}

.toggle:hover {
  background: #a0a0a0;
}

.toggle:hover span.toggle-ico:nth-child(2n+2) {
  width: 40px !important;
}

.toggle:hover span.toggle-ico:nth-child(1n+1) {
  width: 32px;
}

.logo-box {
  height: 70px;
  padding: 0 35px;
  border-right: 1px solid #d8d8d8;
}

.nav ul {
  margin: 0 40px;
}

.nav li:not(:last-child) {
  margin-right: 40px;
}

.nav a {
  color: #242424;
}

.nav a:hover,
.phone a:hover {
  color: #3853a5;
}

.phone {
  margin-right: 50px;
}

.phone a {
  color: #999999;
  position: relative;
  padding-left: 30px;
}

.phone a:before {
  top: 0;left: 0;
  width: 20px;height: 20px;
  background: url(../img/icons/phone.png) no-repeat center;
}

/* ------------ *Banner ------------- */

.main {
  padding: 80px 0;
}

.banner {
  position: relative;
  background: url(../img/bg/banner.png) no-repeat;
  background-position: 100% 0;
  background-size: contain;
}

.banner:after {
  z-index: -1;
  top: 0;left: 0;right: 0;bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffffff), to(#f6f6f6));
  background: -webkit-linear-gradient(left, #ffffff 10%, #f6f6f6);
  background: -o-linear-gradient(left, #ffffff 10%, #f6f6f6);
  background: linear-gradient(to right, #ffffff 10%, #f6f6f6);
}

.banner .box {
  padding-right: 30%;
}

.main h1 {
  color: #242424;
  font-size: 48px;
  font-family: MontserratBold;
}

.banner p {
  color: #242424;
  margin: 40px 0;
  font-size: 14px;
}

.subnav {
  margin-bottom: 45px;
}

.subnav li:not(:last-child) {
  margin-right: 35px;
}

.subnav a {
  color: #3853a4;
  font-size: 14px;
  position: relative;
  font-family: MontserratBold;
}

.subnav a:hover, .subnav a.active {
  color: #999999;
}

.subnav a.active:after {
  height: 2px;
  background: #999999;
  left: 0;right: 0;bottom: -5px;
}

a.link {
  color: #fff;
  font-size: 18px;
  position: relative;
  background: #3853a4;
  display: inline-block;
  font-family: MontserratBold;
  padding: 25px 70px 25px 25px;
}

a.link:hover {
  background: #5171d2;
}

.link:after {
  margin-top: -11px;
  top: 50%;right: 25px;
  width: 22px;height: 22px;
  background: url(../img/icons/arrow.png) no-repeat center;
}

/* ------------ *Footer ------------- */

.footer {
  padding: 40px 35px;
  background: #242424;
}

.footer-logo img, .logo img {
  display: inherit;
}

.social {
  margin-left: 30px;
}

.social-icon {
  width: 22px;height: 22px;
}

.social-icon:not(:last-child) {
  margin-right: 10px;
}

.social-fb {
  background: url(../img/icons/fb.png) no-repeat center;
}

.social-vk {
  background: url(../img/icons/vk.png) no-repeat center;
}

.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  color: #fff;
  font-size: 12px;
}

.info-list li:not(:last-child) {
  margin-right: 30px;
}

.icon-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 20px;height: 20px;
}

span.i-tel {
  background: url(../img/icons/tel.png) no-repeat center;
}

span.i-email {
  background: url(../img/icons/email.png) no-repeat center;
}

span.i-point {
  background: url(../img/icons/point.png) no-repeat center;
}

.info-list a {
  color: #fff;
  text-decoration: underline;
}

.info-list a:hover {
  text-decoration: none;
}

/* ------------ *Steps ------------- */

.steps-list {
  counter-reset: my-badass-counter;
}

.steps-list li {
  position: relative;
}

.steps-list li:not(:last-child) {
  margin-right: 100px;
}

.steps-list li:not(:first-child):before {
  margin-top: -12px;
  top: 50%;right: 50%;
  background: #d8d8d8;
  width: 175px;height: 4px;
}

.steps-number {
  z-index: 1;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 10px;
  background: #d8d8d8;
  width: 30px;height: 30px;
  font-family: MontserratBold;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps-number:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
}
    
.steps-list li.active:before {
  background: #24cf50;
}

.steps-list li.active .steps-number {
  background: #24cf50;
}

.steps-name {
  display: block;
  color: #242424;
  font-size: 10px;
}

.deal-info {
  margin-top: 40px;
}

.name-product span {
  color: #242424;
  margin-right: 20px;
}

.name-product span small {
  color: #e41f25;
  font-size: 16px;
}

.name-product h3 {
  padding: 20px;
  color: #242424;
  font-size: 21px;
  background: #f0f0f0;
  max-width: 70%;width: 100%;
  font-family: MontserratBold;
  border-bottom: 4px solid #24cf50;
}

.info-product {
  margin-top: 35px;
}

.form-field:not(:last-child) {
  margin-right: 15px;
}

.form-field-name {
  display: block;
  color: #242424;
  font-size: 12px;
  margin-bottom: 12px;
}

.form-field-name small {
  color: #e41f26;
  font-size: 12px;
}

.form-field input,
.form-field select {
  border: 0;
  height: 72px;
  padding: 20px;
  color: #242424;
  font-size: 18px;
  background: #f0f0f0;
  font-family: MontserratBold;
  border-bottom: 4px solid #d8d8d8;
}

.form-field select {
  width: 148px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field select option {
  font-family: MontserratMedium;
}

.form-field input {
  width: 159px;
}

.field-select {
  position: relative;
}

.field-select:after {
  width: 17px;height: 9px;
  right: 15px;bottom: 30px;
  background: url(../img/icons/select.png) no-repeat center;
}

.additionally {
  margin: 25px 0 35px;
}

.settings button {
  color: #898f94;
  font-size: 12px;
  background: none;
  position: relative;
  padding-left: 25px;
  font-family: MontserratBold;
}

.settings button:hover {
  color: #242424;
}

.settings button:not(:last-child) {
  margin-right: 20px;
}

.settings button:before {
  top: -2px;left: 0;
  width: 16px;height: 16px;
}

button.btn-copy:before {
  background: url(../img/icons/copy.png) no-repeat center;
}

button.btn-clear:before {
  background: url(../img/icons/clear.png) no-repeat center;
}

button.btn-delete:before {
  background: url(../img/icons/delete.png) no-repeat center;
}

.nds {
  color: #242424;
  font-size: 12px;
  font-family: MontserratBold;
}

.lvl-2 {
  margin-top: 45px;
}

.lvl-2 button {
  color: #3a53a4;
  font-size: 14px;
  background: none;
  margin-left: 35px;
  position: relative;
  font-family: MontserratBold;
  border-bottom: 1px dashed transparent;
}

.lvl-2 button:hover {
  border-color: #3a53a4;
}

.lvl-2 button:not(:last-child) {
  margin-right: 50px;
}

.lvl-2 button:before {
  top: -3px;left: -35px;
  width: 24px;height: 22px;
}

button.btn-add-product:before {
  background: url(../img/icons/add-product.png) no-repeat center;
}

button.btn-add-transport:before {
  background: url(../img/icons/transport.png) no-repeat center;
}

.conclusion {
  margin: 35px 0;
  -webkit-box-shadow: 0 0 9px rgba(189, 189, 189, 0.75);
          box-shadow: 0 0 9px rgba(189, 189, 189, 0.75);
}

.conclusion li {
  width: 20%;
  color: #242424;
  padding: 25px 0;
  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.conclusion li:not(:last-child) {
  border-right: 1px solid #d8d8d8; 
}

span.conclusion-name {
  font-size: 12px;
  margin-bottom: 10px;
}

.conclusion li h3 {
  line-height: 1;
  font-size: 22px;
  font-family: MontserratBold;
}

.conclusion li h3 span {
  color: #24cf50;
}

.reward {
  color: #242424;
  font-size: 21px;
  margin-bottom: 35px;
  font-family: MontserratBold;
}

.reward span {
  color: #3752a4;
}

.warning {
  color: #7a7a7a;
  font-size: 12px;
  margin-top: 35px;
}

.warning small {
  color: #e31e25;
  font-size: 12px;
}

.warning p:not(:last-child) {
  margin-bottom: 10px;
}

/* ------------ *Party ------------- */

.party-form {
  margin-top: 40px;
}

.form-level {
  padding-bottom: 20px;
}

.form-level:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.form-level:not(:first-child) {
  margin-top: 30px;
}

span.name-w-max {
  width: 28%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.name-field {
  color: #242424;
}

.name-field small {
  color: #e41f26;
  font-size: 16px;
}

.form-level-box {
  width: 100%;
}

.btn-calendar {
  color: #3853a4;
  font-size: 14px;
  background: none;
  margin-left: 40px;
}

.btn-calendar:hover {
  color: #242424;
}

span.select-name {
  margin-right: 25px;
}

.select-w select {
  width: 270px;
}

.select-w:after {
  top: 50%;
  bottom: auto;
  margin-top: -6px;
}

.field-item {
  width: 100%;
}

.field-item:not(:last-child) {
  margin-bottom: 20px;
}

.field-item .form-field,
.field-item .form-field input {
  width: 100%;
}

.checked {
  width: 100%;
  color: #7a7a7a;
  font-size: 10px;
  margin: 20px 0;
}

.checked input {
  display: none;
}

.checked label {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  width: 18px;height: 18px;
}

.checked label:before {
  border-radius: 3px;
  border: 2px solid #7a7a7a;
  top: 0;left: 0;right: 0;bottom: 0;
}

.checked input[type=checkbox]:checked + label:before {
  background: url(../img/icons/checked.png) no-repeat center;
}

.checked span a {
  color: #7a7a7a;
  text-decoration: underline;
  font-family: MontserratBold;
}

.checked span a:hover {
  text-decoration: none;
}

.links-btn a,
.about-box a.link {
  width: 315px;
}

a.next-link {
  margin-right: 20px;
}

a.backwards-link {
  background: #999999;
}

a.backwards-link:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ------------ *Offer Deal ------------- */

.subtitle {
  color: #242424;
  font-size: 14px;
  margin-top: 40px;
}

.subtitle a {
  color: #3853a5;
  text-decoration: underline;
}

.subtitle a:hover {
  text-decoration: none;
}

.offer-deal .form-field input:focus {
  border-color: #24cf50;
}

.offer-deal .reward {
  margin-bottom: 0;
  margin-top: 20px;
}

span.ren {
  color: #7a7a7a;
  margin-left: 5px;
  font-family: MontserratMedium;
}

/* ------------ *Agent data ------------- */

.subtitle b {
  font-family: MontserratBold;
}

/* ------------ *About ------------- */

.about {
  position: relative;
}

.about-box {
  padding-right: 300px;
}

.about-txt {
  margin: 50px 0;
  color: #242424;
  font-size: 14px;
}

.about-txt p:not(:last-child) {
  margin-bottom: 25px;
}

.about-txt b {
  font-family: MontserratBold;
}

.about-txt a {
  color: #3853a4;
  text-decoration: underline;
}

.about-txt a:hover {
  text-decoration: none;
}

.about-slider {
  width: 350px;
  padding-top: 75px;
  position: absolute;
  top: 0;right: 0;bottom: 0;
  border-left: 1px solid #d8d8d8;
}

.sl-about-item {
  text-align: center;
}

.sl-about-item img {
  margin: 0 auto;
}

.sl-about-txt {
  color: #242424;
  padding: 0 62px;
  font-size: 24px;
  margin-top: 50px;
}

.slick-dots {
  position: static;
  margin-top: 80px;
}

.slick-dots li {
  margin: 0 10px;
  width: 10px;height: 10px;
}

.slick-dots li button {
  padding: 0;
  border: 2px solid #999999;
  width: inherit;height: inherit;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active {
  width: 16px;height: 16px;
}

.slick-dots li.slick-active button {
  border-color: #e41e25;
}

/* ------------ *Calculator ------------- */

.calculator {
  margin: 30px 0 90px;
}

.calculator-item {
  position: relative;
}

.calculator-item:not(:last-child) {
  margin-bottom: 75px;
}

.calculator-item .form-field {
  position: relative;
  margin-right: 0 !important;
}

.calculator-item .form-field:after {
  content: "Р";
  color: #999999;
  font-size: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;right: 25px;
  font-family: MontserratBold;
}

.calculator-item .form-field input {
  width: 230px;
  font-size: 24px;
  border-color: #24cf50;
}

.range-sl {
  top: 65px;
  z-index: 1;
  width: 100%;
  position: absolute;
}

.range-sl .irs-bar {
  left: 0 !important;
  background: #000;
  width: 100% !important;height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#d72a28), to(#24cf50));
  background: -webkit-linear-gradient(left, #d72a28, #24cf50);
  background: -o-linear-gradient(left, #d72a28, #24cf50);
  background: linear-gradient(to right, #d72a28, #24cf50);
}

.irs-single {
  top: 7px;
  padding: 0;
  z-index: 5;
  cursor: pointer;
  background: none;
  color: transparent;
  width: 65px;height: 38px;
}

.range-sl .irs-single:before {
  border-radius: 50px;
  top: 0;left: 0;right: 0;bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e12027), to(#3c50a0));
  background: -webkit-linear-gradient(top, #e12027, #3c50a0);
  background: -o-linear-gradient(top, #e12027, #3c50a0);
  background: linear-gradient(to bottom, #e12027, #3c50a0);
}

.range-sl .irs-single:after {
  border: 0;
  margin-left: 0;
  top: 0;left: 0;
  width: inherit;height: inherit;
  background: url(../img/icons/range.png) no-repeat center;
}

.irs-min,
.irs-max {
  top: 50px;
  z-index: 6;
  color: #999999;
  font-size: 10px;
  background: none;
  visibility: visible !important;
}

.irs-min {
  left: 10px;
}

.irs-max {
  right: 10px;
}

.irs-min:after,
.irs-max:after {
  content: "Р";
  margin-left: 5px;
}

button.btn-add-nds:before {
  background: url(../img/icons/nds.png) no-repeat center;
}

button.btn-add-pay:before {
  background: url(../img/icons/pay.png) no-repeat center;
}

button.btn-add-date:before {
  background: url(../img/icons/date.png) no-repeat center;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *After::Before ---------- */
.phone a:before,
.banner:after,
.subnav a:after,
.link:after,
.steps-list li:not(:first-child):before,
.field-select:after,
.settings button:before,
.lvl-2 button:before,
.checked label:before,
.range-sl .irs-single:before,
.range-sl .irs-single:after {
  content: " ";
  position: absolute;
}