body {
  font-size: 14px;
  color: #232323;
  font-family: 'Rubik', 'Arial', sans-serif;
  font-weight: normal;
}

section.calc {padding-bottom:20px; margin-bottom:20px;}
.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap--fw {
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.col-2 {
  width: calc(50% - 30px);
}

.col-3 {
  width: calc(33.333333% - 30px);
}

.col-4 {
  width: calc(25% - 30px);
}

@media only screen and (max-width: 1023px) {
  .col-4 {
    width: calc(50% - 30px);
  }
}

.col-5 {
  width: calc(20% - 30px);
}

.col-6 {
  width: calc(16.666666% - 30px);
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: calc(100% - 30px);
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fd6d52;
}

.btn:hover {
  color: #232323;
  background: #FFF;
}

.btn:hover span {
  background: url("../images/ico/arrow-btn--hover.svg") no-repeat right center;
}

.btn span {
  padding-right: 25px;
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--black:hover {
  color: #FFF;
  background: #232323;
}

.btn--black:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--dark {
  color: #FFF;
  background: #232323;
}

.btn--dark:hover {
  color: #FFF;
  background: #fd6d52;
}

.btn--dark:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--fw {
  width: 100%;
}

.dots {
  z-index: 2;
}

.dots ul {
  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;
  list-style: none;
}

.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.dots li:last-child {
  margin-right: 0;
}

.dots .slick-active button {
  width: 12px;
  border-radius: 5px;
  background: #fd6d52;
}

.dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: none;
  background: rgba(0, 145, 54, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}

.h3-title {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .h3-title {
    font-size: 30px;
  }
}

.h3-title:after {
  display: block;
  position: absolute;
  content: '';
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0px;
  background: #fd6d52;
}

.h3-title:before {
  display: block;
  position: absolute;
  content: attr(title);
  top: -25px;
  left: 5px;
  font-size: 80px;
  color: rgba(118, 118, 118, 0.15);
}

@media only screen and (max-width: 767px) {
  .h3-title:before {
    top: -30px;
  }
}

.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.link {
  font-size: inherit;
  color: #fd6d52;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 74px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  background: #fd6d52;
  margin-left: 5px;
  cursor: help;
}

.last-section {
  margin-bottom: -100px;
}

.gray {
  color: #ccc;
}

.text {
  line-height: 1.5;
  margin-bottom: 30px;
}

.text:last-child {
  margin-bottom: 0;
}

.select {
  position: relative;
}

.selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 35px 0 20px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selected:before {
  display: block;
  position: absolute;
  right: 20px;
  content: '';
  width: 12px;
  height: 12px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
}

.selected.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.selected.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selected-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  max-width: inherit;
  min-width: 170px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  z-index: 3;
}

.select-option {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-option:hover {
  background: #fafafa;
}

.select-option input {
  display: none;
}

.calculator-section {
  padding: 60px 0 100px;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .calculator-section {
    padding: 50px 0 80px;
  }
}

.wrap-calculator {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.calculator,
.calculator-bottom {
  float: left;
  width: 570px;
}

@media only screen and (max-width: 1279px) {
  .calculator,
  .calculator-bottom {
    width: 100%;
    margin-bottom: 30px;
  }

  .calculator:last-child,
  .calculator-bottom:last-child {
    margin-bottom: 0;
  }
}

.calculator-bottom {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-bottom {
    margin-top: 50px;
  }
}

.calculator-inner {
  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;
}

.calculator-item {
  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;
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-item {
    margin-bottom: 0;
  }
}

.calculator-item:last-child {
  margin-bottom: 0;
}

.calculator-col {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .calculator-col {
    width: 100%;
    margin-bottom: 25px;
  }
}

.calculator-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  margin-bottom: 15px;
}

.calculator-tip {
  width: 14px;
  height: 14px;
  line-height: 15px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  background: #fd6d52;
  margin-left: 5px;
  cursor: help;
}

.calculator__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background:#fff;
}

.calculator__input input {
  max-width: 120px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.input,
textarea {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
}

textarea {
  height: 150px;
  padding: 20px;
  border-radius: 20px;
  line-height: 1.2;
}

.calculator__input-title {
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  font-size: 15px;
  color: #767676;
  border-left: 1px solid #d8d8d8;
  background: rgba(216, 216, 216, 0.3);
}

.calculator-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.calculator-radio:last-child {
  margin-right: 0;
}

.calculator-radio input {
  display: none;
}

.calculator-radio label {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator-radio input[type="radio"]:checked + label {
  color: #FFF;
  border-color: #fd6d52;
  background: #fd6d52;
}

.wrap-checkbox {
  margin-bottom: 15px;
}

.wrap-checkbox:last-child {
  margin-bottom: 0;
}

.wrap-checkbox input {
  display: none;
}

.wrap-checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  border: 1px solid #d8d8d8;
  background: #FFF;
}

.wrap-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #fd6d52;
  background: #fd6d52 url("../images/ico/tick.svg") no-repeat center center/10px;
}

.fw {
  width: 100%;
}

.calculator-total {
  float: left;
  /*width: calc(100% - 600px);*/
  margin-top:20px;
  padding: 45px 40px 30px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .calculator-total {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total {
    padding: 40px 20px 20px;
    margin-bottom: 0;
  }
}

.calculator-total__wrap-price {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__wrap-price {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total__price {
    width: 100%;
  }
}

.calculator-total__price-title {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.calculator-total__price-total {
  font-size: 24px;
  font-weight: 700;
}

.calculator-total__print {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  color: #fd6d52;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .calculator-total__print {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
}

.calculator-total__print-btn {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  background: url("../images/ico/print.svg") no-repeat left center/contain;
}

.calculator-total__print-btn span {
  text-decoration: underline;
}

.calculator-total__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 35px;
}

.calculator-total__numbers-item {
  margin-bottom: 35px;
  margin-right: 110px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.calculator-total__numbers-item:last-child {
  margin-right: 0;
}

.calculator-total__numbers-title {
  font-size: 18px;
  line-height: 1.4;
  color: #4a4a4a;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-title {
    font-size: 15px;
  }
}

.calculator-total__numbers-price {
  font-size: 24px;
  color: #fd6d52;
}

@media only screen and (max-width: 767px) {
  .calculator-total__numbers-price {
    font-size: 22px;
  }
}

.calculator-total__table {
  width: 100%;
}

.calculator-total__table td {
  padding-bottom: 20px;
  color: #767676;
}

.calculator-total__table td:nth-child(1) {
  padding-right: 50px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .calculator-total__table td:nth-child(1) {
    padding-right: 10px;
  }
}

.calculator-total__table td:nth-child(2) {
  width: 160px;
  color: #232323;
  font-weight: 500;
}

@media only screen and (max-width: 1279px) {
  .calculator-total__table td:nth-child(2) {
    width: 168px;
  }
}

@media only screen and (max-width: 767px) {
  .calculator-total__table td:nth-child(2) {
    width: 200px;
    text-align: right;
  }
}

.advantages-section {
  position: relative;
  max-width: 1440px;
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.advantages-section:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}

.wrap-advantages-slider {
  position: relative;
}

.wrap-advantages-slider .prev,
.wrap-advantages-slider .next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #767676;
  border-radius: 50%;
  margin-top: -18px;
  background: url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-advantages-slider .prev:hover,
.wrap-advantages-slider .next:hover {
  border-color: #fd6d52;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
}

.wrap-advantages-slider .prev {
  left: 50px;
}

@media only screen and (max-width: 1279px) {
  .wrap-advantages-slider .prev {
    left: 20px;
  }
}

.wrap-advantages-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1279px) {
  .wrap-advantages-slider .next {
    right: 20px;
  }
}

.advantages-slider {
  position: relative;
  color: #FFF;
  text-align: center;
  z-index: 1;
}

.advantages-ico {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 20px;
}

.advantages-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1279px) {
  .advantages-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.advantages-text {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
}

.news-section {
  padding: 75px 0 90px;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .news-section {
    padding: 40px 0 60px;
  }
}

.section-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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title .h3-title,
.section-title .btn {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .section-title .btn {
    display: none;
  }
}

.wrap-tabs--news {
  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;
}

.wrap-tabs--news .tab-links {
  max-width: 370px;
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-links {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-links {
    width: 100%;
    margin-bottom: 40px;
  }
}

.wrap-tabs--news .tab-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-link__item {
    padding: 20px 10px;
  }
}

.wrap-tabs--news .tab-link__item:last-child {
  border: none;
}

.wrap-tabs--news .tab-link__item.active {
  background: #FFF;
}

.wrap-tabs--news .tab-blocks {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 670px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-blocks {
    width: 100%;
  }
}

.wrap-tabs--news .tab-block__item {
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 1023px) {
  .wrap-tabs--news .tab-block__item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--news .tab-block__item {
    padding: 30px 20px;
  }
}

.news-dates__item-date {
  width: 70px;
  text-align: center;
}

.news-dates__item-day {
  font-size: 48px;
  font-weight: 500;
  color: #cacaca;
}

.news-dates__item-mounth {
  color: #fd6d52;
  font-size: 15px;
  font-weight: 500;
}

.news-dates__item-title {
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .news-dates__item-title {
    font-size: 18px;
  }
}

.news-slide__date {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-slide__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-slide__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.news-slide__text {
  font-size: 14px;
  line-height: 1.5;
}

.project {
  margin-bottom: 50px;
}

.projects-section {
  padding-top: 75px;
}

@media only screen and (max-width: 1279px) {
  .projects-section {
    padding-top: 40px;
  }
}

.projects-section--mb {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .projects-section--mb {
    margin-bottom: 50px;
  }
}

.wrap-tabs--projects .tab-links {
  position: relative;
  -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 49px;
    left: 0px;
    background: #d8d8d8;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .wrap-tabs--projects .tab-links:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--projects .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.wrap-tabs--projects .tab-links .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wrap-tabs--projects .tab-links .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 30%;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--projects .tab-links .tab-link__item {
    width: 100%;
    -webkit-box-shadow: 0 -1px 0 0 #d8d8d8 inset;
    box-shadow: 0 -1px 0 0 #d8d8d8 inset;
  }
}

.wrap-tabs--projects .tab-links .tab-link__item.active {
  color: #fd6d52;
  -webkit-box-shadow: 0 -3px 0 0 #fd6d52 inset;
  box-shadow: 0 -3px 0 0 #fd6d52 inset;
}

.wrap-tabs--projects .tab-blocks {
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-projects-slider {
  position: relative;
  margin-bottom: 0;
}

.wrap-projects-slider + div{margin-bottom:55px;}

.wrap-projects-slider:before,
.wrap-projects-slider:after {
  display: block;
  position: absolute;
  content: '';
  width: 120px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider:before,
  .wrap-projects-slider:after {
    display: none;
  }
}

.wrap-projects-slider:before {
  left: 0;
}

.wrap-projects-slider:after {
  right: 0;
}

.wrap-projects-slider .prev,
.wrap-projects-slider .next {
  position: absolute;
  top: 105px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

.wrap-projects-slider .prev {
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider .prev {
    left: 30px;
  }
}

.wrap-projects-slider .next {
  right: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .wrap-projects-slider .next {
    right: 30px;
  }
}

.projects-slide {
  text-decoration: none;
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .projects-slide {
    text-align: center;
  }
}

.projects-slide:hover .projects-slide__img:before,
.projects-slide:hover .projects-slide__img:after {
  display: block;
}

.projects-slide:hover .projects-slide__title {
  color: #fd6d52;
}

.projects-slide__img {
  position: relative;
  height: 245px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.projects-slide__img:before {
  display: none;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 145, 54, 0.8);
}

.projects-slide__img:after {
  display: none;
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #fff url("../images/ico/arrow-green.svg") no-repeat center center;
  margin-top: -23px;
  margin-left: -23px;
}

.projects-slide__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.projects-slide__date {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
}

.slide--discount {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .slide--discount {
    padding-top: 50px;
  }
}

.slide--discount .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.slide--discount .slider-title {
  max-width: 750px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .slide--discount .slider-title {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.slider-sub-title {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1023px) {
  .slider-sub-title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-sub-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.slider-provided {
  position: absolute;
  bottom: 40px;
  left: 15px;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 150px;
}

@media only screen and (max-width: 1279px) {
  .slider-provided {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1023px) {
  .slider-provided {
    left: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-provided {
    left: 15px;
    bottom: 15px;
  }
}

.share-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  z-index: 3;
}

.share-label:before {
  display: block;
  position: absolute;
  content: attr(title);
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: -60px;
  left: -135px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  background: #fd6d52;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1279px) {
  .share-label:before {
    top: -70px;
    left: -145px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.discount {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .discount .col-3 {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .discount .col-3 {
    width: calc(100% - 30px);
  }
}

.discount-item {
  position: relative;
  padding-top: 100%;
}

.discount-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
}

.discount-item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 35px 10px;
  color: #FFF;
  z-index: 2;
}

@media only screen and (max-width: 1279px) {
  .discount-item__inner {
    padding: 80px 15px 10px;
  }
}

.discount-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
  .discount-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.discount-item__sub-title {
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1279px) {
  .discount-item__sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.discount-item-provided {
  margin-top: 40px;
}

.paginator {
  text-align: center;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .paginator {
    margin-top: 50px;
  }
}

.paginator-link,
.paginator-separator,
.paginator-last {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  text-decoration: none;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .paginator-link,
  .paginator-separator,
  .paginator-last {
    margin-right: 5px;
  }
}

.paginator-link:last-child,
.paginator-separator:last-child,
.paginator-last:last-child {
  margin-right: 0;
}

.paginator-link.active,
.paginator-separator.active,
.paginator-last.active {
  color: #FFF;
  background: #fd6d52;
  border-color: #fd6d52;
}

.paginator-last {
  font-size: 12px;
  color: #FFF;
  background: #fd6d52;
  border-color: #fd6d52;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  min-height: 330px;
  color: #FFF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 1279px) {
  .page-header {
    min-height: 250px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-header {
    min-height: 200px;
    margin-bottom: 40px;
  }
}

.page-header:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-header .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.bread-crumbs {
  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;
}

.bread-crumbs__link {
  position: relative;
  text-decoration: none;
  font-size: 24px;
  margin-right: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
  .bread-crumbs__link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bread-crumbs__link {
    font-size: 16px;
  }
}

.bread-crumbs__link:before {
  display: block;
  position: absolute;
  content: '>';
  width: 0px;
  height: 0px;
  top: 6px;
  right: -10px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .bread-crumbs__link:before {
    top: 0;
  }
}

.bread-crumbs__link:last-child {
  opacity: .6;
}

.bread-crumbs__link:last-child:before {
  display: none;
}

.bread-crumbs__link:last-child {
  margin-right: 0;
}

.news-header {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .news-header {
    margin-bottom: 50px;
  }
}

.news-header__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 10px;
}

.news-header__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .news-header__title {
    font-size: 30px;
  }
}

.news-header__sub-title {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
}

.news-header__sub-title a {
  font-weight: 500;
  margin-left: 5px;
}

.news-item {
  height: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .news-item {
    padding: 40px 20px;
  }
}

.news-item__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.news-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-item__text {
  font-size: 14px;
  line-height: 1.5;
  color: #767676;
}

.news-item__text a {
  font-weight: 500;
}

.news-acrticle__header {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news-acrticle__header-inner .h3-title {
  margin-bottom: 30px;
}

.news-acrticle__header-text {
  color: #fd6d52;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-acrticle__date {
  font-size: 15px;
  font-weight: 500;
  color: #9b9b9b;
  margin-bottom: 30px;
}

.news-acrticle__body p,
.news-acrticle__body ul,
.news-acrticle__body li {
  font-size: 14px;
  line-height: 1.4;
  color: #767676;
  margin: 0;
  margin-bottom: 30px;
}

.news-acrticle__body p:last-child,
.news-acrticle__body ul:last-child,
.news-acrticle__body li:last-child {
  margin-bottom: 0;
}

.news-acrticle__body ul {
  list-style: none;
}

.news-acrticle__body li {
  position: relative;
  padding-left: 22px;
}

.news-acrticle__body li:before {
  display: block;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0px;
  background: url("../images/ico/tick-green.svg") no-repeat center center/contain;
  margin-top: -9px;
}

@media only screen and (max-width: 767px) {
  .contacts .tab-links {
    display: none;
  }
}

@media only screen and (max-width: 1279px) {
  .contacts .tab-links .tab-link__item {
    width: 25%;
  }
}

.wrap-contacts {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-slider {
  margin-bottom: 40px;
}

.wrap-contacts-slider,
.contacts-map {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .wrap-contacts-slider,
  .contacts-map {
    width: 100%;
    margin-bottom: 80px;
  }

  .wrap-contacts-slider:last-child,
  .contacts-map:last-child {
    margin-bottom: 0;
  }
}

.contacts-map {
  position: relative;
  height: 570px;
}

@media only screen and (max-width: 767px) {
  .contacts-map {
    height: 370px;
  }
}

.contacts-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  border: none;
}

.contacts-header {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contacts-city {
  padding-right: 15px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contacts-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.contacts-arrows .prev,
.contacts-arrows .next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  background: url("../images/ico/arrow-gray.svg") no-repeat center center;
}

.contacts-arrows .next {
  margin-left: 15px;
}

.contacts-slide__item {
  margin-bottom: 50px;
}

.contacts-slide__item:last-child {
  margin-bottom: 0;
}

.contacts-slide__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.contacts-slide__item-header .link {
  font-weight: 500;
}

.contacts-slide__item-title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contacts-slide__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.contacts-slide__item-discription {
  max-width: 400px;
  padding-left: 35px;
  color: #767676;
  margin-bottom: 20px;
}

.contacts-slide__item-discription:last-child {
  margin-bottom: 0;
}

.contacts-slide__item-discription a {
  font-weight: 500;
  line-height: 1.6;
}

.contacts-slide__item-discription p {
  font-size: 14px;
  line-height: 1.6;
}

.contacts-slide__item-discription--adress {
  background: url("../images/ico/marker.svg") no-repeat left center;
}

.contacts-slide__item-discription--phone {
  background: url("../images/ico/phone.svg") no-repeat left center;
}

.contacts-slide__item-discription--time {
  background: url("../images/ico/clock.svg") no-repeat left center;
}

.question {
  padding: 80px 0;
  background: rgba(216, 216, 216, 0.15);
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .question {
    margin-top: 0;
  }
}

.question .wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question .btn {
  margin-top: 30px;
}

.question--green {
  color: #FFF;
  background: #00643e;
  margin-top: 0;
}

.question--green .h3-title:before {
  color: rgba(255, 255, 255, 0.2);
}

.question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

.question-form {
  width: 570px;
}

@media only screen and (max-width: 1023px) {
  .question-form {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos .tab-links .tab-link__item {
    width: 25%;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .photos .tab-links .tab-link__item {
    width: auto;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos .col-2 {
    width: calc(100% - 30px);
  }
}

.photos-item {
  position: relative;
  height: 350px;
  padding: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (max-width: 1279px) {
  .photos-item {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .photos-item {
    height: auto;
    min-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .photos-item {
    padding: 30px 20px;
  }
}

.photos-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.photos-item__inner {
  position: relative;
  height: 100%;
  color: #FFF;
  z-index: 2;
}

.photos-item__date {
  font-weight: 500;
  color: #d8d8d8;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .photos-item__date {
    margin-bottom: 60px;
  }
}

.photos-item__wrap-title {
  position: relative;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .photos-item__wrap-title {
    padding: 0;
    position: initial;
  }
}

.photos-item__wrap-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 46px;
  height: 46px;
  top: 50%;
  right: 0;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-btn.svg") no-repeat center center;
  margin-top: -23px;
}

@media only screen and (max-width: 767px) {
  .photos-item__wrap-title:before {
    top: 8px;
    right: 0;
  }
}

.photos-item__title {
  padding-left: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  background: url("../images/ico/marker.svg") no-repeat left center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .photos-item__title {
    font-size: 20px;
  }
}

.photos-item__discription {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #d8d8d8;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .photos-item__discription {
    font-size: 16px;
  }
}

.photos-item__bottom {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .photos-item__bottom {
    position: relative;
    margin-top: 50px;
  }
}

.photos-item__bottom-item {
  width: 33.333333%;
  padding: 5px 0 5px 30px;
  border-right: 1px solid rgba(250, 250, 250, 0.4);
}

@media only screen and (max-width: 767px) {
  .photos-item__bottom-item {
    width: 50%;
    border: none;
    padding-left: 0;
    margin-bottom: 10px;
  }

  .photos-item__bottom-item:last-child {
    margin-bottom: 0;
  }

  .photos-item__bottom-item:nth-child(2n) {
    padding-left: 20px;
    border-left: 1px solid rgba(250, 250, 250, 0.4);
  }
}

.photos-item__bottom-title {
  color: #d8d8d8;
  margin-bottom: 5px;
}

.photos-item__bottom-info {
  font-size: 15px;
  font-weight: 500;
}

.project-slider__main {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .project-slider__main {
    display: none;
  }
}

.project-slider__main-slide {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .project-slider__main-slide {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .project-slider__main-slide {
    height: 250px;
  }
}

.project-slider__comment {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 245px;
  padding: 25px 20px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .project-slider__comment {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 20px;
  }
}

.project-slider__comment-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 5px;
}

.project-slider__comment-stars {
  color: #fd6d52;
  font-size: 16px;
  margin-bottom: 20px;
}

.project-slider__comment-text {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}

.project-slider__comment-text a {
  font-weight: 500;
}

.project-slider__comment-name {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #d8d8d8;
  margin-top: 20px;
}

.wrap-project-slider {
  position: relative;
}

.wrap-project-slider__thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-project-slider__thumbs .prev,
.wrap-project-slider__thumbs .next {
  position:static;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
.main_project .wrap-project-slider__thumbs{position:static;}
.wrap-project-slider{position:relative;}
/*.main_project .wrap-project-slider__thumbs .next:before,
.main_project .wrap-project-slider__thumbs .prev:before {
  position:absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  left:20px;
  top:50%;
  margin-top:-50px;
  content:'';
}*/
.main_project .wrap-project-slider__thumbs .next{background-image:url("../images/ico/arrow-slider-right.svg")}
.main_project .wrap-project-slider__thumbs .next:before{ right:20px; left:auto; background-image:url("../images/ico/arrow-slider-right.svg")}
.main_project .wrap-project-slider__thumbs .next {
 -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.project-slider__thumbs{position:static;}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .prev,
  .wrap-project-slider__thumbs .next {
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .prev {
    left: 15px;
  }
}

.wrap-project-slider__thumbs .next {
 -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .wrap-project-slider__thumbs .next {
    right: 15px;
  }
}

.project-slider__thumbs {
  width: calc(100% - 70px);
}

@media only screen and (max-width: 767px) {
  .project-slider__thumbs {
    width: 100%;
  }
}

.project-slider__thumb-slide {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .project-slider__thumb-slide {
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .project-slider__thumb-slide {
    height: 220px;
    margin: 0;
  }
}

.project-discription {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .project-discription {
    margin-bottom: 50px;
  }
}

.project-discription__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .project-discription__inner {
    border: none;
    padding: 0;
  }
}

.project-discription__inner:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.project-discription__item {
  width: 33.333333%;
}

@media only screen and (max-width: 767px) {
  .project-discription__item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
  }

  .project-discription__item:last-child {
    margin-bottom: 0;
  }
}

.project-discription__title {
  color: #767676;
  line-height: 1.2;
}

.project-discription__info {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.another-projects {
  padding: 70px 0;
  background: rgba(216, 216, 216, 0.2);
}

@media only screen and (max-width: 767px) {
  .another-projects {
    padding-bottom: 1px;
  }
}

.another-projects .wrap-projects-slider:before,
.another-projects .wrap-projects-slider:after {
  display: none;
}

.comparison {
  margin-bottom: 80px;
}

.comparison__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wrap-comparative-table {
    overflow-x: auto;
  }
}

.comparative-table {
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

@media only screen and (max-width: 767px) {
  .comparative-table {
    width: 900px;
  }
}

.comparative-table thead {
  color: #FFF;
  background: #232323;
}

.comparative-table thead td {
  font-weight: 500;
  text-align: center;
  color: #FFF;
  opacity: .8;
}

.comparative-table td {
  height: 65px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #767676;
  border: 1px solid #d8d8d8;
}

.comparative-table td:nth-child(1) {
  width: 15%;
}

.checked-td {
  position: relative;
}

.checked-td:before {
  display: block;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  background: url("../images/ico/checked-td.svg") no-repeat center center/contain;
  margin-top: -12px;
  margin-left: -12px;
}

.product__item {
  margin-bottom: 30px;
}

.product__item:last-child {
  margin-bottom: 0;
}

.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
}

.product__header-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 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;
}

.product__header-img {
  width: 170px;
  height: 170px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1023px) {
  .product__header-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product__header-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 1023px) {
  .product__header-text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product__header-text {
    text-align: center;
  }
}

.product__header-price {
  color: #fd6d52;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product__header-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .product__header-title {
    font-size: 20px;
  }
}

.product__header-discription {
  color: #767676;
  line-height: 1.5;
}

.product__header-actions {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  border-left: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .product__header-actions {
    width: 100%;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
  }
}

.product__open {
  position: relative;
  padding-right: 25px;
  font-weight: 500;
  color: #fd6d52;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}

.product__open:before {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 6px;
  top: 3px;
  right: 0px;
  background: url("../images/ico/arrow-down-green.svg") no-repeat center center/contain;
}

.product__open.active {
  color: #767676;
}

.product__open.active:before {
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product__open.active span {
  border-bottom: 1px solid #767676;
}

.product__open span {
  border-bottom: 1px solid #fd6d52;
}

.product__hidden {
  display: none;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .product__hidden {
    padding: 30px 0;
  }
}

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

.product__btns .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}

.product__btns .btn:last-child {
  margin-right: 0;
}

.wrap-product-slider {
  position: relative;
}

.wrap-product-slider .prev,
.wrap-product-slider .next {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -16px;
  z-index: 1;
}

.wrap-product-slider .prev {
  left: 30px;
}

.wrap-product-slider .next {
  right: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-slide {
  height: 380px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 1279px) {
  .product-slide {
    height: 315px;
  }
}

@media only screen and (max-width: 767px) {
  .product-slide {
    height: 220px;
  }
}

.all-product {
  margin-bottom: 80px;
}

.all-product ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media only screen and (max-width: 1023px) {
  .all-product ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.all-product ul li {
  margin-bottom: 20px;
}

.all-product ul li:last-child {
  margin-bottom: 0;
}

.object-discription {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .object-discription .col-2 {
    width: calc(100% - 30px);
  }
}

.object-discription__item {
  margin-bottom: 30px;
}

.object-discription__item:last-child {
  margin-bottom: 0;
}

.object-discription__item-title {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.object-discription__item-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 0px;
  right: 0px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
}

.object-discription__item-title.active {
  color: #fd6d52;
}

.object-discription__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.object-discription__item-hidden {
  display: none;
font-size:15px;
  padding-top: 15px;
  padding-right: 20px;
}

.wrap-price-table {
  margin-bottom: 50px;
}

.price-table__header {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price-table__header .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.price-table__header .prev,
.price-table__header .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.price-table__header .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .price-table__header .next {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .price-table__slide {
    width: 100%;
    overflow-x: auto;
  }
}

.price-table {
  width: 100%;
  font-size: 14px;
  color: #767676;
}

@media only screen and (max-width: 767px) {
  .price-table {
    width: 700px;
  }
}

.price-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.price-table tr:hover {
  background: #fafafa;
}

.price-table td {
  padding: 15px;
}

.price-table thead tr:hover {
  background: none;
}

.price-table thead td {
  padding-top: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.wrap-tabs--object .tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--object .tab-links {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.wrap-tabs--object .tab-links .tab-link__item {
  width: auto;
}

.color-palette {
  padding: 40px;
  -webkit-box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  box-shadow: 0 0 25px -5px rgba(74, 74, 74, 0.36);
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .color-palette {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .color-palette .tab-links {
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
}

.color-palette__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 150px;
}

.color-palette__item {
  width: calc(33.333333% - 15px);
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .color-palette__item {
    width: calc(50% - 15px);
  }
}


/*price-page*/
.wrapper-items__price-page{position:relative; overflow:hidden;}
.cart-item-wrap{margin-right:-20px;}
.cart-item-wrap *{font-size:16px; line-height:1.6;}
.cart-item-wrap .cart-item{width:calc(33.33333% - 20px); float:left; box-sizing:border-box; margin-right:20px; text-align:center; margin-bottom:30px;border-radius: 30px; overflow: hidden;}
.cart-item-wrap .cart-item .title{font-size:18px; line-height:21px; color:#fff; display:table; background:#fd6d52; width:100%; text-decoration:none;}
.cart-item-wrap .cart-item .title .title__aligner{display:table-cell; vertical-align:middle; padding:0 20px; height:60px;}
.cart-item-wrap .cart-item .ici-01 a{height:250px; background-size:cover; display:block;}
.cart-item-wrap .cart-item .ici-02 .price{font-size:18px; line-height:21px; color:#fff; display:block; background:#fd6d52; text-decoration:none; padding:20px; clear:both;}
.cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop{float:right; height: 46px;
    line-height: 46px;
    padding: 0 20px 0 20px;
    color: #FFF;
    font-weight: 500;
    border-radius: 30px;
    background: #fd6d52; cursor:pointer; margin-top:10px; margin-bottom:10px; text-decoration:none;}
.cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile{float:left;height: 46px;
    line-height: 46px;
    padding: 0 20px 0 54px;
    color: #FFF;
    font-weight: 500;
    border-radius: 30px;
    background: #fd6d52 url(../images/ico/ico-3.svg) no-repeat 20px center; cursor:pointer; margin-top:10px; margin-bottom:10px;}

@media only screen and (max-width: 1024px) {
  .cart-item-wrap{text-align:center;}
  .cart-item-wrap .cart-item{width:49%; float:none; display:inline-block; vertical-align:top;}
}

@media only screen and (max-width: 767px) {
  .cart-item-wrap{text-align:center; margin-right:0;}
  .cart-item-wrap .cart-item{width:49%; float:none; display:inline-block; vertical-align:top; display:block; padding-right:0; margin-left:auto; margin-right:auto; max-width:340px; width:auto;}
}

@media only screen and (max-width: 400px) {
  .cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile, .cart-item-wrap .cart-item .ici-02 .cartItem__button_desktop{display:block; margin-left:auto; margin-right:auto; float: none;}
  .cart-item-wrap .cart-item .ici-02 .cartItem__button_mobile{padding-left:20px;}
}



/*fixed_call*/
.fixed_call{position:fixed; right:-255px; top:50%; margin-top:-35px; width:250px; box-sizing:border-box; padding:10px 15px 10px 78px; background:#fd6d52 url('../images/ico/ico-3.svg') no-repeat 14px center; background-size:35px auto; border-radius:8px; z-index:100; color:#fff; cursor:pointer; transition:.3s right; -webkit-box-shadow: -1px 1px 4px 0px rgba(50, 50, 50, 0.59);
-moz-box-shadow:    -1px 1px 4px 0px rgba(50, 50, 50, 0.59);
box-shadow:         -1px 1px 4px 0px rgba(50, 50, 50, 0.59);}
.fixed_call.active{right:0;}
.fixed_call:before{content:''; position:absolute; left:63px; top:0; width:1px; height:100%; background:#018130;}
.fixed_call .ah1{display:block; margin-bottom:0;}
.fixed_call .ah2 b{font-size:20px; font-weight:500;}

@media only screen and (max-width: 1024px) {
  .fixed_call{display:none !important;}
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap--fw {
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px -30px;
}

.col-2 {
  width: calc(50% - 30px);
}

.col-3 {
  width: calc(33.333333% - 30px);
}

.col-4 {
  width: calc(25% - 30px);
}

@media only screen and (max-width: 1023px) {
  .col-4 {
    width: calc(50% - 30px);
  }
}

.col-5 {
  width: calc(20% - 30px);
}

.col-6 {
  width: calc(16.666666% - 30px);
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: calc(100% - 30px);
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  padding: 0 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fd6d52;
}

.btn:hover {
  color: #232323;
  background: #FFF;
}

.btn:hover span {
  background: url("../images/ico/arrow-btn--hover.svg") no-repeat right center;
}

.btn span {
  padding-right: 25px;
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--black:hover {
  color: #FFF;
  background: #232323;
}

.btn--black:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--dark {
  color: #FFF;
  background: #232323;
}

.btn--dark:hover {
  color: #FFF;
  background: #fd6d52;
}

.btn--dark:hover span {
  background: url("../images/ico/arrow-btn.svg") no-repeat right center;
}

.btn--fw {
  width: 100%;
}

.dots {
  z-index: 2;
}

.dots ul {
  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;
  list-style: none;
}

.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.dots li:last-child {
  margin-right: 0;
}

.dots .slick-active button {
  width: 12px;
  border-radius: 4px;
  background: #fd6d52;
}

.dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: none;
  background: rgba(0, 145, 54, 0.25);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .h1 {
    font-size: 30px;
  }
}

.h3-title {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .h3-title {
    font-size: 30px;
  }
}

.h3-title:after {
  display: block;
  position: absolute;
  content: '';
  width: 45px;
  height: 3px;
  bottom: -10px;
  left: 0px;
  background: #fd6d52;
}

.h3-title:before {
  display: block;
  position: absolute;
  content: attr(title);
  top: -25px;
  left: 5px;
  font-size: 80px;
  color: rgba(118, 118, 118, 0.15);
}

@media only screen and (max-width: 767px) {
  .h3-title:before {
    top: -30px;
  }
}

.h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.link {
  font-size: inherit;
  color: #fd6d52;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 74px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border-radius: 50%;
  background: #fd6d52;
  margin-left: 5px;
  cursor: help;
}

.last-section {
  margin-bottom: -100px;
}

.gray {
  color: #ccc;
}

.text {
  line-height: 1.5;
  margin-bottom: 30px;
}

.text:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
    z-index: 9;
  }
}

.header-top {
  padding: 10px 0;
  background: rgba(118, 118, 118, 0.15);
}

@media only screen and (max-width: 1024px) {
  .header-top {
    display: none;
  }
}

.header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #d8d8d8;
}

.header-top__link:last-child {
  border: none;
}

.header-middle {
  padding: 25px 0 20px;
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .header-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 74px;
    padding: 0;
  }
}

.header-middle .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hamburger {
  width: 24px;
  height: 18px;
  cursor: pointer;
  background: url("../images/ico/hamburger.svg") no-repeat center center/contain;
}

.hamburger.active {
  background: url("../images/ico/close.svg") no-repeat center center/contain;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.header-logo {
  width: 270px;
}

@media only screen and (max-width: 1279px) {
  .header-logo {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    width:240px;
    height: 46px;
   /* background: url("../images/ico/logo-mobile.png") no-repeat center center/contain;*/
  }
}

.header-logo img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
   /* display: none;*/
  }
}

.header-middle__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1279px) {
  .header-middle__content {
    display: none;
  }
}

.header-middle__content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle__content-item {
  position: relative;
}

.header-middle__content-arrow {
  width: 12px;
  height: 6px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
  margin-left: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-middle__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle__content-ico {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.header-middle__content-ico img {
  width: 100%;
}

.header-middle__content-title {
  font-size: 15px;
  font-weight: 500;
}

.header-middle__content-title .work_time{display:block; font-weight:400; font-size:10px; margin-top:5px;}

.header-middle__content-hidden {
  display: none;
  position: absolute;
  left: 0;
  top: 69px;
  width: 240px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  z-index: 2;
}

.header-middle__content-hidden__item {
  list-style: none;
}

.header-middle__content-link {
  display: block;
  line-height: 30px;
  padding-left: 20px;
  color: #767676;
  font-size: 15px;
  text-decoration: none;
}

.header-middle__content-link:hover {
  background: #fafafa;
}

.header-middle__content-item__separator {
  width: 1px;
  height: 45px;
  background: #d8d8d8;
  margin: 0 30px;
}

.calling-specialist {
  height: 46px;
  line-height: 46px;
  padding: 0 20px 0 54px;
  color: #FFF;
  font-weight: 500;
  border-radius: 30px;
  background: #fd6d52 url("../images/ico/ico-3.svg") no-repeat 20px center;
  margin-left: 80px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .header-bottom {
    display: none;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d8d8d8;
}

.header-menu__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-menu__item:hover .header-menu__link {
  color: #fd6d52;
  -webkit-box-shadow: 0 -5px 0 0 #fd6d52 inset;
  box-shadow: 0 -5px 0 0 #fd6d52 inset;
}

.header-menu__item:hover .header-menu__dd {
  display: block;
}

.header-menu__link {
  display: block;
  height: 68px;
  line-height: 68px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.header-menu__dd {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #d8d8d8;
  background: #fff;
  z-index: 3;
}

.header-menu__dd .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-menu__dd ul {
  list-style: none;
}

.header-menu__dd-item:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.header-menu__dd-item:nth-child(2) {
  width: 270px;
}

.header-menu__dd-title {
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #767676;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
}

.header-menu__dd-list {
  margin-bottom: 40px;
}

.header-menu__dd-list:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item {
  margin-bottom: 20px;
}

.header-menu__dd-list .header-menu__dd-list__item:last-child {
  margin-bottom: 0;
}

.header-menu__dd-list .header-menu__dd-list__item a {
  font-weight: 600;
  text-decoration: none;
}

.header-menu__dd-list .header-menu__dd-list__item a:hover {
  color: #fd6d52;
}

.header-menu__dd-list .header-menu__dd-list__inner li {
  padding-left: 20px;
  margin-top: 15px;
}

.header-menu__dd-list .header-menu__dd-list__inner a {
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
}

.header-menu__dd-list--column {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74px);
  padding-bottom: 100px;
  background: #FFF;
  overflow-y: auto;
  z-index: 11;
}

.mobile-menu__nav {
  padding: 15px 0;
  -webkit-box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset, 2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 1px 8px 0 rgba(0, 0, 0, 0.1) inset, 2px -1px 8px 0 rgba(0, 0, 0, 0.1) inset;
  background: rgba(118, 118, 118, 0.15);
  margin-bottom: 30px;
}

.mobile-menu__nav-link {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.mobile-menu__inner {
  margin-bottom: 30px;
}

.mobile-menu__dd-item,
.mobile-menu__dd-link {
  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;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.mobile-menu__dd-item img,
.mobile-menu__dd-link img {
  margin-right: 15px;
}

.mobile-menu__dd-open {
  width: 40px;
  height: 40px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/13px;
}

.mobile-menu__dd-hidden {
  display: none;
  margin-top: 10px;
}

.mobile-menu__dd-hidden-link {
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.mobile-calling-specialist {
  width: 216px;
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  border-radius: 30px;
  background: #fd6d52 url("../images/ico/ico-3.svg") no-repeat 15px center;
  margin: 0 auto 40px;
}

.mobile-menu__item-title {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  background: #fafafa;
  border-bottom: 1px solid #d8d8d8;
}

.mobile-menu__item-title.active {
  color: #FFF;
  background: #fd6d52;
  border-color: #fd6d52;
}

.mobile-menu__item-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("../images/ico/arrow-down--white.svg") no-repeat center center/14px;
}

.mobile-menu__item-title:before {
  display: block;
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/14px;
}

.mobile-menu__item-hidden {
  display: none;
  padding: 40px 20px;
}

.mobile-menu__item-hidden li {
  list-style: none;
}

.footer {
  color: #FFF;
  background: #292929;
  margin-top: 100px;
}

@media only screen and (max-width: 1279px) {
  .footer {
    margin-top: 80px;
  }
}

.footer .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 1279px) {
  .footer .btn {
    font-size: 14px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .btn {
    display: block;
    width: 215px;
    margin: 40px auto 20px;
  }
}

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

.footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.footer-logo img {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .footer-logo img {
    width: 260px;
  }
}

.footer-top {
  padding: 25px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.25);
}

.footer-top .wrap {
  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;
}

.footer-top__link {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 30px;
  line-height: 30px;
  color: #d8d8d8;
  text-decoration: none;
  text-align: center;
  border-right: 1px solid rgba(118, 118, 118, 0.25);
}

@media only screen and (max-width: 1023px) {
  .footer-top__link {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top__link {
    display: block;
    width: 100%;
    border: none;
  }
}

.footer-top__link:last-child {
  border: none;
}

.footer-bottom {
  padding: 25px 0;
  background: #1e1e1e;
}

.footer-bottom .wrap {
  position: relative;
}

.footer-copy {
  max-width: 970px;
  text-align: center;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .footer-copy {
    max-width: 100%;
    padding: 0 10%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copy {
    padding: 0;
  }
}

.scroll-top {
  position: fixed;
  bottom:20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fd6d52 url("../images/ico/scroll-top.svg") no-repeat center center;
  margin-top: -23px;
  cursor: pointer;
}

@media only screen and (max-width: 1279px) {
  .scroll-top {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-top {
    position: relative;
    right: auto;
    top: auto;
    margin: 40px auto;
  }
}

.footer-middle {
  margin: 75px 0;
}

@media only screen and (max-width: 1279px) {
  .footer-middle {
    margin: 40px 0;
  }
}

.footer-link {
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
}

.footer-ico-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  line-height: 1.2;
  margin-bottom: 30px;
}

.footer-ico-item__ico {
  min-width: 40px;
}

.footer-ico-item__ico img {
  max-width: 100%;
}

.footer-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  margin-top: 12px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .footer-title {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-title {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-title {
    text-align: center;
  }
}

.footer-list {
  list-style: none;
}

.footer-list__item {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .footer-list__item {
    text-align: center;
  }
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal textarea {
  margin: 30px 0;
}

.modal .btn {
  width: 100%;
}

.modal-block {
  position: relative;
  top: 10%;
  left: 50%;
  width: 570px;
  padding: 60px 30px 50px;
  background: #FFF;
  margin-left: -285px;
}

@media only screen and (max-width: 599px) {
  .modal-block {
    width: calc(100% - 30px);
    left: 15px;
    top: 5%;
    padding: 40px 15px 30px;
    margin: 0;
  }
}

.modal-close {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url("../images/ico/close.svg") no-repeat center center/contain;
}

@media only screen and (max-width: 767px) {
  .modal-close {
    top: 15px;
    right: 15px;
  }
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 15px;
  color: #767676;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.wrap-slider {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.wrap-slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wrap-slider .slick-initialized .slick-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
  }
}

.wrap-slider .wrap {
  position: relative;
}

.wrap-slider .dots {
  position: absolute;
  top: 0;
  right: 50px;
  height: 730px;
}

@media only screen and (max-width: 1279px) {
  .wrap-slider .dots {
    right: 40px;
    height: 540px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-slider .dots {
    height: 380px;
    right: 20px;
  }
}

.wrap-slider .dots ul {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap-slider .dots li {
  margin-right: 0;
  margin-bottom: 15px;
}

.wrap-slider .dots li:last-child {
  margin-bottom: 0;
}

.wrap-slider .dots .slick-active button {
  background: #fd6d52;
}

.wrap-slider .dots button {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .wrap-slider .btn {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 1279px) {
  .slider-arrows {
    top: 55px;
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-arrows {
    display: none;
  }
}

.slider-arrows .prev,
.slider-arrows .next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url("../images/ico/arrow-slider.svg") no-repeat center center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-arrows .prev:hover,
.slider-arrows .next:hover {
  border-color: #fd6d52;
  background: #fd6d52 url("../images/ico/arrow-slider.svg") no-repeat center center;
}

.slider-arrows .prev:last-child,
.slider-arrows .next:last-child {
  margin-right: 0;
}

.slider-arrows .next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 730px;
  color: #FFF;
  background-size: cover;
  background-position: left top;
}

@media only screen and (max-width: 1279px) {
  .slide {
    height: 540px;
  }
}

@media only screen and (max-width: 767px) {
  .slide {
    height: 380px;
  }
}

.slide:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide .wrap {
  position: relative;
  z-index: 2;
}

.slider-price {
  font-size: 36px;
  color: #d8d8d8;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
  .slider-price {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-price {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.slider-title {
  max-width: 520px;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 55px;
}

@media only screen and (max-width: 1279px) {
  .slider-title {
    font-size: 54px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.slider-btns {
  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;
}

.slider-btns__item {
  list-style: none;
  margin-right: 30px;
}

.slider-btns__item:last-child {
  margin-right: 0;
}

.tab-block__item {
  display: none;

}
.tab-block__item  *{line-height:1.6;}

.tab-block__item.active {
  display: block;
}

.wrap-tabs--green .tab-links {
  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;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 1px #d8d8d8 inset;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--green .tab-links {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

.wrap-tabs--green .tab-link__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .wrap-tabs--green .tab-link__item {
    width: 100%;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
  }

  .wrap-tabs--green .tab-link__item:last-child {
    margin-bottom: 0;
  }
}

.wrap-tabs--green .tab-link__item.active {
  color: #FFF;
  background: #fd6d52;
}

.select {
  position: relative;
}

.selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  padding: 0 35px 0 20px;
  border-radius: 30px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selected:before {
  display: block;
  position: absolute;
  right: 20px;
  content: '';
  width: 12px;
  height: 12px;
  background: url("../images/ico/arrow-down.svg") no-repeat center center/contain;
}

.selected.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.selected.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selected-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  max-width: inherit;
  min-width: 170px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  z-index: 3;
}

.select-option {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-option:hover {
  background: #fafafa;
}

.select-option input {
  display: none;
}

.calculator-section {
  padding: 60px 0 100px;
  background: #fafafa;
}

@media only screen and (max-width: 1279px) {
  .calculator-section {
    padding: 50px 0 80px;
  }
}

.wrap-calculator {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.calculator,
.calculator-bottom {
  float: left;
  width: 570px;
}

@media only screen and (max-width: 1279px) {
  .calculator,
  .calculator-bottom {
    width: 100%;
    margin-bottom: 30px;
  }

  .calculator:last-child,
  .calculator-bottom:last-child {
    margin-bottom: 0;
  }
}

.calculator-bottom {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-bottom {
    margin-top: 50px;
  }
}

.calculator-inner {
  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;
}

.calculator-item {
  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;
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .calculator-item {
    margin-bottom: 0;
  }
}

.calculator-item:last-child {
  margin-bottom: 0;
}

.calculator-col {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .calculator-col {
    width: 100%;
    margin-bottom: 25px;
  }
}

.calculator-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  margin-bottom: 15px;
}

.calculator-tip {
  width: 14px;
  height: 14px;
  line-height: 15px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
  background: #fd6d52;
  margin-left: 5px;
  cursor: help;
}

.calculator__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  background:#fff;
}

.calculator__input input {
  max-width: 120px;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.input,
textarea {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
}

textarea {
  height: 150px;
  padding: 20px;
  border-radius: 5px;
  line-height: 1.2;
}

.calculator__input-title {
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  font-size: 15px;
  color: #767676;
  border-left: 1px solid #d8d8d8;
  background: rgba(216, 216, 216, 0.3);
}

.calculator-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.calculator-radio:last-child {
  margin-right: 0;
}

.calculator-radio input {
  display: none;
}

.calculator-radio label {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #d8d8d8;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calculator-radio input[type="radio"]:checked + label {
  color: #FFF;
  border-color: #fd6d52;
  background: #fd6d52;
}

.wrap-checkbox {
  margin-bottom: 15px;
}

.wrap-checkbox:last-child {
  margin-bottom: 0;
}

.wrap-checkbox input {
  display: none;
}

.wrap-checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.2;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  border: 1px solid #d8d8d8;
  background: #FFF;
}

.wrap-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #fd6d52;
  background: #fd6d52 url("../images/ico/tick.svg") no-repeat center center/10px;
}

.fw {
  width: 100%;
}



*,.slick-list:focus{outline:0}.slick-slide.dragging img,.tooltipster-base{pointer-events:none}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}*{margin:0;padding:0;box-sizing:border-box;line-height:1}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}a,button,input,select,textarea{font-family:inherit;color:inherit;font-weight:inherit}button,input,textarea{border:none;box-shadow:none}img{display:block;-ms-interpolation-mode:bicubic}input{text-rendering:auto;letter-spacing:normal;word-spacing:normal;text-transform:none;text-indent:0;text-shadow:none;text-align:start;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{resize:none;overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-arrow,.scroll-element .scroll-bar{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden!important}.scroll-textarea>.scroll-content>textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:0;padding:2px;position:relative!important;top:0;width:100%!important}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-inner>.scroll-element .scroll-bar,.scrollbar-inner>.scroll-element .scroll-element_track{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#fff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eee}.scrollbar-outer>.scroll-element .scroll-bar,.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx>.scroll-element .scroll-element_track{display:none}.scrollbar-macosx>.scroll-element .scroll-bar{background-color:#6C6E71;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-ms-transition:opacity .2s linear;transition:opacity .2s linear}.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-macosx>.scroll-element.scroll-x{bottom:0;height:0;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:0}.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element{background-color:#fff}.scrollbar-light>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light>.scroll-element .scroll-element_outer{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-light>.scroll-element .scroll-element_size{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#dbdbdb),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-o-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:-ms-linear-gradient(left,#dbdbdb 0,#e8e8e8 100%);background:linear-gradient(to right,#dbdbdb 0,#e8e8e8 100%);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light>.scroll-element .scroll-bar{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-o-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:-ms-linear-gradient(left,#fefefe 0,#f5f5f5 100%);background:linear-gradient(to right,#fefefe 0,#f5f5f5 100%);border:1px solid #dbdbdb;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-light>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light>.scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0;min-height:10px;width:10px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail>.scroll-element{background-color:#fff}.scrollbar-rail>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail>.scroll-element .scroll-element_size{background-color:#999;background-color:rgba(0,0,0,.3)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:#666;background-color:rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail>.scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail>.scroll-element .scroll-bar{background-color:#d0b9a0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:1px 1px 3px rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar{box-shadow:1px 1px 3px rgba(0,0,0,.6)}.scrollbar-rail>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail>.scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail>.scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div{background:0 0;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic>.scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic>.scroll-element .scroll-element_outer{opacity:.3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-dynamic>.scroll-element .scroll-element_size{background-color:#ccc;opacity:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}.scrollbar-dynamic>.scroll-element .scroll-bar{background-color:#6c6e71;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;-webkit-transition:height .2s;-moz-transition:height .2s;-o-transition:height .2s;-ms-transition:height .2s;transition:height .2s}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;-webkit-transition:width .2s;-moz-transition:width .2s;-o-transition:width .2s;-ms-transition:width .2s;transition:width .2s}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer{overflow:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar{height:100%;width:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome>.scroll-element{background-color:#fff}.scrollbar-chrome>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome>.scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome>.scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.scrollbar-chrome>.scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome>.scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome>.scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size,.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:5px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}