@import url(bootstrap.min.css);
@import url(slick.css);
body {
  font-family: 'Calibri', sans-serif;
  color: #333; }

h1 {
  font-size: 48px;
  color: #8984cd;
  display: block;
  text-align: center;
  line-height: 1;
  font-family: 'Calibri-Light', sans-serif;
  margin-top: 24px;
  margin-bottom: 35px;
  text-transform: uppercase; }
  h1 span {
    font-family: 'Calibri-Bold', sans-serif; }

h2 {
  margin-top: 0;
  display: block;
  text-align: left;
  color: #333;
  font-size: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1; }

h3 {
  font-size: 24px;
  color: #8984cd;
  display: block;
  text-align: left;
  font-family: 'Calibri-Bold', sans-serif;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase; }

p {
  font-size: 16px;
  color: #333;
  line-height: 19px;
  margin-bottom: 10px;
  display: block;
  text-align: justify; }

header {
  background-color: #d7e262;
  padding: 10px 0; }
  header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    header .container:before, header .container:after {
      content: none; }
  header a.logo {
    margin-top: 10px; }
  header .select-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    header .select-wrp .top {
      font-size: 16px;
      color: #333;
      line-height: 1;
      padding-bottom: 10px; }
  header .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    header .item span {
      font-size: 12px;
      line-height: 1;
      color: #333; }
    header .item .lk {
      font-size: 18px;
      color: #fff;
      text-align: center;
      width: 100%;
      background-color: #8984cd;
      border-radius: 5px;
      text-decoration: none;
      line-height: 30px;
      font-family: 'Calibri-Light', sans-serif;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      header .item .lk:hover {
        opacity: .8; }
  header .tel {
    color: #333;
    font-size: 20px;
    line-height: 1;
    font-family: 'Calibri-Light', sans-serif;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    padding-left: 40px;
    margin-bottom: 11px; }
    header .tel:hover {
      opacity: .8; }
    header .tel:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 28px;
      height: 21px;
      background: url(../images/ico0.png) no-repeat; }
  header .dropdown-menu {
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    left: auto;
    right: 0;
    top: 130%;
    padding: 30px 30px 15px;
    border: none;
    background-color: #d7e262; }
    header .dropdown-menu .inp-wrp {
      margin-bottom: 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    header .dropdown-menu input {
      width: 100%;
      height: 30px;
      border: 1px solid #f5f4f4;
      outline: none;
      border-radius: 7px;
      padding: 0 17px;
      color: #333; }
      header .dropdown-menu input::-webkit-input-placeholder {
        color: #333; }
      header .dropdown-menu input:-ms-input-placeholder {
        color: #333; }
      header .dropdown-menu input::-ms-input-placeholder {
        color: #333; }
      header .dropdown-menu input::placeholder {
        color: #333; }
    header .dropdown-menu input[type="submit"] {
      max-width: 160px;
      border: none;
      color: #fff;
      background: #8984cd;
      font-size: 18px;
      text-transform: uppercase;
      height: 38px;
      margin-top: 20px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-box-shadow: 0px 2px 3px -2px black;
      -moz-box-shadow: 0px 2px 3px -2px black;
      box-shadow: 0px 2px 3px -2px black; }
      header .dropdown-menu input[type="submit"]:hover {
        opacity: .8; }

.hd-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0; }
  .hd-nav li {
    list-style: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
    .hd-nav li a {
      display: block;
      text-align: center;
      line-height: 1;
      text-decoration: none;
      color: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative;
      font-size: 20px;
      padding-bottom: 35px;
      padding-top: 85px;
      background-color: #8984cd;
      cursor: default; }
    .hd-nav li:nth-child(1) a:before {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 29px;
      width: 44px;
      height: 44px;
      background: url(../images/ico1.png) no-repeat; }
    .hd-nav li:nth-child(2) a:before {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 23px;
      width: 47px;
      height: 48px;
      background: url(../images/ico2.png) no-repeat; }
    .hd-nav li:nth-child(3) a:before {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 22px;
      background: url(../images/ico3.png) no-repeat;
      width: 49px;
      height: 49px; }
    .hd-nav li:nth-child(4) a:before {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 33px;
      background: url(../images/ico4.png) no-repeat;
      width: 84px;
      height: 34px; }
    .hd-nav li:nth-child(5) a:before {
      position: absolute;
      content: '';
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 29px;
      background: url(../images/ico5.png) no-repeat;
      width: 48px;
      height: 47px; }

.hero img {
  display: inline-block;
  vertical-align: bottom; }

.text {
  background-color: #d7e262;
  padding: 25px 30px 0;
  margin-bottom: 60px; }
  .text .img-wrp {
    border-radius: 7px;
    overflow: hidden; }
    .text .img-wrp img {
      width: 100%;
      height: auto; }
  .text .form-wrp {
    width: 100%;
    background-color: #fff;
    border-radius: 13px;
    padding: 19px 30px;
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
    margin-bottom: 30px; }
    .text .form-wrp .headline {
      font-size: 20px;
      text-align: center;
      margin-bottom: 16px;
      line-height: 1;
      text-transform: uppercase; }
    .text .form-wrp .inp-wrp {
      margin-bottom: 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .text .form-wrp .inp-wrp:last-child {
      margin-bottom: 0; }
    .text .form-wrp input[type="text"],
    .text .form-wrp input[type="tel"],
    .text .form-wrp input[type="email"] {
      width: 100%;
      background-color: #8984cd;
      color: #fff;
      font-size: 14px;
      padding: 0 15px;
      border-radius: 5px;
      height: 35px;
      border: none;
      outline: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .text .form-wrp input[type="text"]::-webkit-input-placeholder,
      .text .form-wrp input[type="tel"]::-webkit-input-placeholder,
      .text .form-wrp input[type="email"]::-webkit-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .text .form-wrp input[type="text"]:-ms-input-placeholder,
      .text .form-wrp input[type="tel"]:-ms-input-placeholder,
      .text .form-wrp input[type="email"]:-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .text .form-wrp input[type="text"]::-ms-input-placeholder,
      .text .form-wrp input[type="tel"]::-ms-input-placeholder,
      .text .form-wrp input[type="email"]::-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .text .form-wrp input[type="text"]::placeholder,
      .text .form-wrp input[type="tel"]::placeholder,
      .text .form-wrp input[type="email"]::placeholder {
        color: #fff;
        text-transform: uppercase; }
      .text .form-wrp input[type="text"]:focus,
      .text .form-wrp input[type="tel"]:focus,
      .text .form-wrp input[type="email"]:focus {
        background-color: #333;
        color: #fff;
        -webkit-box-shadow: 0px 0px 14px -3px #8984cd;
        -moz-box-shadow: 0px 0px 14px -3px #8984cd;
        box-shadow: 0px 0px 14px -3px #8984cd; }
    .text .form-wrp input[type="submit"] {
      width: 100%;
      max-width: 250px;
      border: none;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      background-color: #d7e262;
      color: #333;
      text-transform: uppercase;
      font-size: 18px;
      outline: none;
      text-align: center;
      height: 38px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .text .form-wrp input[type="submit"]:hover {
        background-color: #8984cd;
        color: #fff; }

.calc {
  background-color: #ededed;
  padding-top: 23px;
  padding-bottom: 30px; }
  .calc h2 {
    margin-bottom: 70px; }
  .calc .container {
    /*overflow-x: auto;*/ }
  .calc .calc-scroll {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px; }
    .calc .calc-scroll span {
      position: relative;
      font-size: 14px; }
      .calc .calc-scroll span:before {
        position: absolute;
        content: '';
        left: 50%;
        margin-left: -8px;
        width: 16px;
        height: 12px;
        border-radius: 10px;
        background-color: #d7e262;
        top: -27px; }
      .calc .calc-scroll span:nth-child(1):before {
        margin-left: 0;
        left: 0; }
      .calc .calc-scroll span:nth-child(11):before {
        margin-left: 0;
        left: auto;
        right: 0; }
  .calc .ui-widget-content {
    border: none;
    height: 12px;
    background-color: #8984cd;
    border-radius: 60px; }
    .calc .ui-widget-content > span {
      position: relative;
      background-color: transparent;
      outline: none;
      border: none; }
      .calc .ui-widget-content > span:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 20px solid #8984cd;
        top: -20px; }
  .calc .flex-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 56px; }
  .calc .lists {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .calc .lists ul {
      margin: 0 70px 20px 0;
      padding: 0 55px 0 0;
      position: relative; }
      .calc .lists ul li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 18px;
        line-height: 32px;
        width: 260px; }
      .calc .lists ul:before {
        position: absolute;
        content: '}';
        font-size: 120px;
        color: #d7e262;
        font-family: 'Calibri';
        top: 50%;
        right: 0;
        margin-top: -90px; }
    .calc .lists .total {
      font-size: 18px;
      font-family: 'Calibri-Light'; }
      .calc .lists .total span {
        color: #8984cd;
        font-size: 24px;
        display: inline-block;
        font-family: 'Calibri';
        margin-left: 30px; }
    .calc .lists .m-total {
      font-size: 24px;
      line-height: 49px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 300px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .calc .lists .m-total span {
        font-size: 30px; }
  .calc .img-wrp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    max-width: 350px; }
    .calc .img-wrp img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .calc .img-wrp > span {
      margin-top: 10px;
      font-size: 20px; }
      .calc .img-wrp > span span {
        font-size: 22px; }

.rev {
  padding: 30px 0; }
  .rev .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rev .item .left {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px;
      width: 100%;
      text-align: center;
      min-width: 170px;
      margin-right: 30px; }
      .rev .item .left .img-wrp {
        width: 123px;
        height: 123px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 10px; }
        .rev .item .left .img-wrp img {
          height: 100%;
          vertical-align: bottom;
          width: auto; }
      .rev .item .left span {
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Calibri-Light';
        line-height: 1;
        margin-bottom: 5px; }
      .rev .item .left .rate {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0; }
        .rev .item .left .rate li {
          margin: 0 3px;
          list-style: none; }
          .rev .item .left .rate li img {
            vertical-align: bottom; }
    .rev .item .txt p {
      border-left: 5px solid #d7e262;
      padding-left: 8px;
      display: block;
      font-size: 18px;
      margin-bottom: 5px; }
    .rev .item .txt a {
      display: inline-block;
      margin-left: 12px;
      text-decoration: underline;
      color: #8984cd;
      font-size: 18px; }
      .rev .item .txt a:hover {
        text-decoration: none; }

footer {
  background-color: #d7e262;
  padding-top: 20px;
  padding-bottom: 10px; }
  footer .top-line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer .adress {
    font-size: 18px; }
    footer .adress span {
      display: inline-block;
      font-family: 'Calibri-Bold'; }
  footer .tel {
    color: #333;
    font-size: 20px;
    line-height: 1;
    font-family: 'Calibri-Light', sans-serif;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    padding-left: 40px;
    margin-bottom: 11px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    footer .tel span {
      font-size: 12px;
      margin-top: 10px;
      margin-left: -40px; }
    footer .tel:hover {
      opacity: .8; }
    footer .tel:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0px;
      width: 28px;
      height: 21px;
      background: url(../images/ico0.png) no-repeat; }
  footer .bt-line {
    font-size: 12px;
    font-family: 'Calibri-Light';
    padding-top: 20px; }

@media (max-width: 1200px) {
  .hd-nav li a {
    font-size: 16px; }
  .calc .lists ul {
    margin-right: 0; }
  .calc .lists .item {
    margin-right: 15px; }
  .calc .img-wrp span,
  .calc .img-wrp span span {
    font-size: 16px;
    text-align: center; }
  footer .adress {
    margin: 0 10px; }
  footer .tel:last-child {
    margin-left: 10px; } }

@media (max-width: 991px) {
  footer .top-line {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .tel {
    display: none; }
  footer .bt-line {
    text-align: center; }
  footer a.logo {
    margin-bottom: 25px; }
  .rev {
    
	}
  .rev .item {
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  h2 {
    text-align: center;
    margin: 15px 0; }
  .calc .flex-wrp {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .calc .img-wrp {
    margin-bottom: 30px; }
  .calc .calc-scroll span {
    font-size: 12px; }
    .calc .calc-scroll span:nth-child(2n) {
      display: none; }
  h1 {
    font-size: 26px;
    margin: 15px 0; }
  header .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    header .container > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  header .select-wrp {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 25px; }
  header .item.dropdown {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .hd-nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  .hd-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.333%; } }

@media (max-width: 767px) {
  .hd-nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .hd-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #8984cd; }
    .hd-nav li a {
      padding-top: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff;
      text-align: left;
      padding-left: 70px; }
      .hd-nav li a:before {
        top: 0px !important;
        -webkit-transform: scale(0.4) translateX(0%) !important;
        -ms-transform: scale(0.4) translateX(0%) !important;
        transform: scale(0.4) translateX(0%) !important;
        left: 0px !important;
        margin-left: 0 !important; }
  .hd-nav li:nth-child(4) a:before {
    -webkit-transform: scale(0.4) translateX(0%) !important;
    -ms-transform: scale(0.4) translateX(0%) !important;
    transform: scale(0.4) translateX(0%) !important;
    left: -20px !important;
    top: 4px !important; }
  .calc .lists {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 100%;*/ }
    .calc .lists .item {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-bottom: 15px; }
  .calc .lists ul {
    padding-right: 0; }
  .calc .lists ul li {
    margin-right: 0;
    width: auto; }
  .calc .lists ul:before {
    display: none; } }

@media (max-width: 480px) {
  .rev .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .rev .item .left {
    margin-right: 0;
    margin-bottom: 15px; }
  .rev {
    padding-top: 0; }
  .calc .calc-scroll span:nth-child(3n) {
    display: none; }
  header .item.m {
    display: none; }
  header .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .container > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      text-align: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  header a.logo {
    margin-bottom: 15px; }
  .jcf-select {
    min-width: 100% !important;
    max-width: 100% !important; } }


		.rev .item .left{
			flex: 0 0 170px;
			max-width: 170px;
		}

		.rev .item .txt{
			flex: 1;
		}

		.rew-list{
			margin-bottom: -30px;
		}

		.rev .item{
			margin-bottom: 30px;
		}


    .total-line{
      font-size: 18px;
    	font-family: 'Calibri-Light';
    }

		.total-line span{
			color: #8984cd;
			font-size: 24px;
			display: inline-block;
			font-family: 'Calibri';
			margin-left: 30px;
		}

		.faq-form{
			padding: 30px 0;
			background-color: #d7e262;
		}

		.faq-wrap{
			padding: 30px 0;
			background-color: #ededed;
			font-size: 20px;
		}

		.faq-form h2{
			text-align: center;
		}

		.faq-form-wrap{
			background-color: #fff;
			border-radius: 13px;
			padding: 19px 30px;
			-webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
			-moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
			box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
			margin-bottom: 30px;
			max-width: 600px;
			margin: 0 auto;
		}

		.faq-form-wrap .form-group{
			margin-bottom: 15px;
		}

		.faq-form-wrap .form-group label{
			display: block;
			font-weight: 400;
		}

		.faq-form-wrap .form-group input, .faq-form-wrap .form-group textarea{
			display: block;
			width: 100%;
			background-color: #8984cd;
			color: #fff;
			font-size: 14px;
			padding: 0 15px;
			border-radius: 5px;
			height: 35px;
			border: none;
			outline: none;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s;			
		}

		.faq-form-wrap .form-group textarea{
			height: 120px;
			padding: 10px 15px;
		}
		
		.faq-form-wrap .form-group:last-child{
			margin-bottom: 0;
		}

		.faq-form-wrap .form-group button{
      width: 100%;
      max-width: 250px;
			margin: 0 auto;
      border: none;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.62);
      background-color: #d7e262;
      color: #333;
      text-transform: uppercase;
      font-size: 18px;
      outline: none;
      text-align: center;
      height: 38px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; 
			display: block;
		}

    .faq-form-wrap .form-group button:hover {
        background-color: #8984cd;
        color: #fff; 
		}

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

		.faq-item + .faq-item{
			margin-top: 20px;
		}

		.faq-question{
			margin-bottom: 5px;
			font-size: 19px;			
			text-decoration: underline;
			text-decoration-color: #d7e262;					
			text-underline-position: under;
			text-decoration-thickness: 3px;
		}

		.faq-answer{
			font-weight: bold;
		}

		.slick-dots {
			margin: 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			justify-content: center;
		}
		.slick-dots li {
			display: block;
		}
		.slick-dots li:not(:last-child) {
			margin-right: 10px;
		}
		.slick-dots button {
			font-size: 0;
			width: 14px;
			height: 14px;
			border-radius: 50%;
			background: #8984cd;
			border: 0;
		}
		.slick-dots .slick-active button {
			background: #d7e262;
		}