@import url(reset.css);
@import url(slick.css);

/* fonts
=====================*/

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.woff2") format("woff2"),
    url("../fonts/GothamPro.woff") format("woff"),
    url("../fonts/GothamPro.ttf") format("truetype"),
    url("../fonts/GothamPro.svg#GothamPro") format("svg"),
    url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"),
    url("../fonts/GothamPro-Bold.woff") format("woff"),
    url("../fonts/GothamPro-Bold.ttf") format("truetype"),
    url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg"),
    url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Bradobrei";
  src: url("../fonts/Bradobrei.eot");
  src: url("../fonts/Bradobrei.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bradobrei.woff2") format("woff2"),
    url("../fonts/Bradobrei.woff") format("woff"),
    url("../fonts/Bradobrei.ttf") format("truetype"),
    url("../fonts/Bradobrei.svg#Bradobrei") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* basic
=====================*/

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

.animate,
.form-submit,
input,
button,
textarea,
select,
a,
.header__time-tell span,
.calc__radio-icon:after,
.reviews__video-play:after,
.slick-arrow:before,
.nav__icon-mobile,
.nav__icon-mobile span {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

body {
  background: #fff;
  font: normal 14px "GothamPro", Tahoma, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

.wrapper {
  max-width: 1140px;
  min-height: 0px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

body *.no-bg {
  background: none;
}

.clear {
  clear: both;
}
.display-none {
  display: none;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}

.text-l {
  text-align: left !important;
}
.text-c {
  text-align: center !important;
}
.text-r {
  text-align: right !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: "Bradobrei", serif;
  position: relative;
}

form {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  font-family: "GothamPro", Tahoma, sans-serif;
}

input,
button {
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.row:before,
.row:after {
  height: 0;
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}

.fa {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.no-ul,
.no-ul li {
  margin: 0;
  padding: 0;
}
.no-ul li {
  list-style-type: none;
}

/* grid
=====================*/

.row {
  margin: 0 -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 15px;
  float: left;
}

.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

/* site__wrap
=====================*/

.site__wrap {
  overflow: hidden;
}

/* header__fixed
=====================*/

.header__fixed.active {
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.header__fixed {
  background: #fff;
  padding: 25px 0 25px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transition: transform 0.35s, opacity 0.6s;
  -moz-transition: transform 0.35s, opacity 0.6s;
  -ms-transition: transform 0.35s, opacity 0.6s;
  -o-transition: transform 0.35s, opacity 0.6s;
  transition: transform 0.35s, opacity 0.6s;
  z-index: 4;
}

.fixed__left {
  width: 62%;
  float: left;
}

.fixed__logo {
  width: 54px;
  margin: 0 40px 0 0;
  float: left;
  font-size: 0;
}

.fixed__logo img {
  max-width: 100%;
  height: auto;
}

.fixed__nav {
  padding: 9px 0 0;
  overflow: hidden;
}

.fixed__nav .nav__item {
  font-size: 14px;
}

.fixed__nav .nav__item + .nav__item {
  margin-left: 31px;
}

.fixed__right {
  width: 38%;
  padding: 4px 0 0;
  float: left;
  text-align: right;
}

.fixed__right > * {
  display: inline-block;
  vertical-align: middle;
}

.fixed__contacts {
  margin-right: 22px;
  padding: 3px 0 0;
  font-size: 10.5px;
  text-align: right;
}

.fixed__contacts-title {
  margin: 0 0 0;
}

.fixed__contacts-phone {
  font-size: 18px;
  font-family: "Bradobrei", serif;
}

.fixed__call {
  text-decoration: underline;
}

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

/* header
=====================*/

.header {
  background: #1a171e;
  padding: 30px 0 28px 0;
  color: #fff;
}

.header__col-logo,
.header__col-address,
.footer__col-logo {
  width: 1%;
}

.header__col-logo {
}

.header__col,
.footer__col {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}

.logo {
  color: #ffb200;
}

.logo:hover {
  color: #ffc500;
  text-decoration: none;
}

.logo > * {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.logo__img {
  width: 54px;
  min-width: 54px;
  font-size: 0;
}

.logo__img img {
  max-width: 100%;
  height: auto;
}

.logo__text {
  background: #ff9500;
  background: -moz-linear-gradient(45deg, #ff9500 0%, #ffd400 100%);
  background: -webkit-linear-gradient(45deg, #ff9500 0%, #ffd400 100%);
  background: linear-gradient(45deg, #ff9500 0%, #ffd400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ffd400',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  padding: 0 0 0 26px;
  line-height: 1.25;
  letter-spacing: 0.85px;
  color: transparent;
}

.logo__text span {
  font-size: 22px;
  font-family: "Bradobrei", serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.header__col-address {
  padding: 0 76px;
  text-align: right;
  white-space: nowrap;
}

.header__col-address span,
.header__time-tell {
  font-size: 18px;
  font-family: "Bradobrei", serif;
}

.header__col-contacts {
  text-align: right;
  white-space: nowrap;
}

.header__col-contacts > * {
  display: inline-block;
  vertical-align: middle;
}

.header__time {
  padding: 0 30px 0 0;
  text-align: left;
}

.header__time-title {
}

.header__time-tell,
.footer__col-contacts {
  white-space: nowrap;
}

.header__time-tell > *,
.footer__col-contacts > * {
  display: inline-block;
  vertical-align: middle;
}

.header__time-tell > * + * {
  margin-left: 26px;
}

.header__time-tell a:hover span {
  color: #fff;
}

.header__time-tell span {
  font-size: 14px;
  color: #929292;
}

.header__time-tell a:hover {
  color: #fff;
  text-decoration: none;
}

.header__call {
  background: #ffd400; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffd400 0%,
    #ff9500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 40px;
  height: 40px;
  margin: -9px 0 0;
  font-size: 0;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
}

.header__call:hover {
  box-shadow: 0 0 36px rgba(255, 202, 0, 0.9);
  -webkit-box-shadow: 0 0 36px rgba(255, 202, 0, 0.9);
  -moz-box-shadow: 0 0 36px rgba(255, 202, 0, 0.9);
  -ms-box-shadow: 0 0 36px rgba(255, 202, 0, 0.9);
  -o-box-shadow: 0 0 36px rgba(255, 202, 0, 0.9);
  text-decoration: none;
}

.fa__call {
  background-position: 0 0;
  width: 22px;
  height: 22px;
}

/* main__block
=====================*/

.main__block {
  padding: 24px 0 94px 0;
}

.bg__fixed-wrap {
  position: relative;
  z-index: 1;
}

.bg__fixed {
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.main__bg {
  background-image: url(../images/bg-main.jpg);
}

.main__block-nav {
  margin: 0 0 98px;
}

.nav {
}

.nav__mobile {
  display: none;
}

.nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  font-family: "Bradobrei", serif;
}

.nav__item {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.nav__item + .nav__item {
  margin-left: 51px;
}

.nav__link {
  padding: 6px 4px;
  display: block;
  border-bottom: 2px solid transparent;
}

.nav__link:hover,
.nav__link--active {
  text-decoration: none;
  border-bottom-color: #ffc500;
}

.main__content {
  max-width: 768px;
  margin: 0 0 55px;
}

.main__title {
  margin: 0 0 11px;
  font-size: 42px;
  line-height: 1.45;
  text-transform: uppercase;
}

.main__subtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

.main__subtitle p {
  margin-bottom: 16px;
}

.main__info {
  max-width: 640px;
  padding: 44px 8px 48px 0;
  position: relative;
  z-index: 1;
}

.main__info:before {
  background: url(../images/bg-main__info.png) right top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 1040px;
  height: 100%;
  min-height: 279px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.main__info:after {
  background: url(../images/main__info-percent.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 296px;
  height: 253px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -398px;
  z-index: -1;
}

.main__info-title {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
}

.main__info-title span {
  display: block;
  font-size: 30px;
}
.main__info h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.main__info-subtitle {
  margin: 0 0 42px;
  font-size: 14px;
}

.main__info-btn {
  background: #fff;
  padding: 0 20px;
  display: inline-block;
  font-family: "Bradobrei", serif;
  line-height: 38px;
  text-decoration: underline;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  white-space: nowrap;
  vertical-align: top;
}

.main__info-btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* info__section
=====================*/

.info__section {
  padding: 96px 0 60px 0;
}

.info__content {
  width: 60%;
  float: left;
}

.info__title {
  margin: 0 0 43px;
  font-size: 42px;
  line-height: 1.2;
}

.info__list {
  margin: 0 0 19px;
}

.info__list .row {
}

.info__list .col-6:nth-child(even) {
  width: 46%;
  float: right;
}

.info__item {
  margin: 0 0 32px;
}

.info__item > div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.info__item-icon {
  width: 176px;
  min-width: 176px;
  font-size: 0;
  text-align: center;
}

.info__item-icon img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.info__item-text {
  padding: 0 0 15px 32px;
  font-size: 24px;
  line-height: 1.2;
}

.info__bottom {
  margin: 0 0 14px;
  font-size: 30px;
  font-family: "Bradobrei", serif;
}

.info__bottom-title {
  margin: 0 0 4px;
}

.info__bottom a {
  display: inline-block;
  font-size: 24px;
  color: #ffc500;
  text-decoration: underline;
  vertical-align: top;
}

.info__bottom a:hover {
  text-decoration: none;
}

.info__img {
  width: 40%;
  padding: 3px 0 0 63px;
  float: left;
  font-size: 0;
  text-align: right;
}

.info__img img {
  max-width: calc(100% + 250px);
  height: auto;
  margin: 0 -250px 0 0;
}

/* benefits__section
=====================*/

.benefits__section {
  padding: 87px 0 85px 0;
}

.benefits__bg {
  background-image: url(../images/bg-benefits.jpg);
}

.benefits__block {
  background: #fff;
  position: relative;
}

.benefits__content {
  width: 50%;
  padding: 39px 69px 46px 62px;
}

.section__title {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1.2;
}

.benefits__title {
  margin: 0 0 16px;
  font-size: 30px;
}

.benefits__list {
  margin: 0 0 22px 5px;
  padding: 0;
  line-height: 1.3;
  list-style-type: none;
}

.benefits__list li {
  margin: 0;
  padding: 0 0 0 28px;
  position: relative;
}

.benefits__list li + li {
  margin-top: 18px;
}

.benefits__list li:before {
  background: #ffd400; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffd400 0%,
    #ff9500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.benefits__btn {
}

.btn {
  background: #ff9500;
  background: -moz-linear-gradient(left, #ff9500 0%, #ffd400 100%);
  background: -webkit-linear-gradient(left, #ff9500 0%, #ffd400 100%);
  background: linear-gradient(to right, #ff9500 0%, #ffd400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9500', endColorstr='#ffd400',GradientType=1);
  max-width: 100%;
  padding: 0 38px;
  display: inline-block;
  font-size: 18px;
  line-height: 52px;
  font-family: "Bradobrei", serif;
  color: #000;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
}

.btn--small {
  padding: 0 24px;
  font-size: 14px;
  line-height: 38px;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
}

.btn--lg {
  padding: 0 24px;
  font-size: 16px;
  line-height: 60px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn--black {
  background: #000;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.btn:hover {
  text-decoration: none;
  box-shadow: 0 0 0 rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 0 0 rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 0 0 rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 0 0 rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 0 0 rgba(255, 202, 0, 0.48);
  opacity: 0.8;
}

.benefits__map {
  height: 100%;
  margin: 0 0 0 14px;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
}

/* calc__section
=====================*/

.calc__section {
  background: #fffaea;
  padding: 87px 0 111px 0;
}

.calc__right {
  background: url(../images/bg-calc.png) center top no-repeat;
  width: 472px;
  margin: 0 1px 0 0;
  padding: 79px 0 0;
  float: right;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Bradobrei", serif;
  overflow: hidden;
}

.calc__right-in {
  width: 100%;
  max-width: 280px;
  min-height: 453px;
  margin-left: 69px;
  transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  -moz-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
}

.calc__info {
}

.calc__info-title {
  margin: 0 0 15px;
}

.calc__info-list {
  margin: 0;
  padding: 0;
  counter-reset: ol__counter;
  font-size: 18px;
  list-style-type: none;
}

.calc__info-list li {
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
}
.calc__info-list li + li {
  margin-top: 9px;
}

.calc__info-list li:before {
  counter-increment: ol__counter;
  content: counters(ol__counter, ".") ") ";
  position: absolute;
  top: 0;
  left: 0;
}

.calc__info-bottom {
  margin: 34px -10px 0 -15px;
  padding: 0 0 0 58px;
  color: #fff;
  position: relative;
}

.calc__info-bottom span {
  background: #fff;
  width: 44px;
  height: 44px;
  margin: -22px 14px 0 0;
  font-size: 36px;
  line-height: 44px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.calc__doc {
  max-width: 368px;
  margin: -51px 0 0 27px;
  padding: 0;
  font-family: "GothamPro", Tahoma, sans-serif;
  list-style-type: none;
}

.calc__doc li {
  margin: 0;
  padding: 0;
  position: relative;
}

.calc__doc li + li {
  margin-top: 33px;
}

.calc__doc li span {
  text-decoration: underline;
}

.calc__doc a:hover,
.calc__doc a:hover span {
  text-decoration: none;
}

.calc-doc__link {
  padding: 0 0 0 46px;
  display: block;
}

.fa__pdf {
  background-position: 0 -22px;
  width: 30px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  left: 0;
}

.calc__left {
  padding: 20px 0 0;
  overflow: hidden;
}

.calc__title {
  margin: 0 0 54px;
}

.calc__form {
  max-width: 475px;
}

.calc__line {
}

.calc-bottom__btn {
  padding-top: 14px;
  text-align: center;
}

.calc-bottom__btn .btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

.calc__line + .calc__line {
  margin-top: 41px;
}

.calc__line .row {
  font-size: 0;
}

.calc__line .col-5,
.calc__line .col-7 {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.calc__input {
  width: 100%;
  height: 35px;
  padding: 4px 17px;
  margin: 1px;
  display: block;
  line-height: 1.35;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.calc__radio {
  width: 100%;
  min-height: 24px;
  padding: 0 0 0 36px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.calc__radio-input {
  display: none;
  position: absolute;
  left: -9999px;
}

.calc__radio-icon {
  background: #fff;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.calc__radio-input:checked ~ .calc__radio-icon:after,
.calc__radio-input:checked:hover ~ .calc__radio-icon:after,
.calc__radio-input:hover ~ .calc__radio-icon:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.calc__radio-input:hover ~ .calc__radio-icon:after {
  opacity: 0.4;
}

.calc__radio-icon:after {
  background: #ffd400; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffd400 0%,
    #ff9500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.calc__line-title,
.calc__line-group,
.calc__line-group > * {
  display: inline-block;
  vertical-align: middle;
}

.calc__line-title {
  padding: 0 13px 0 17px;
  font-weight: bold;
  font-size: 14px;
}

.calc__line-group {
  white-space: nowrap;
}

.calc__line-group > * {
  width: auto;
}

.calc__line-group > * + * {
  margin-left: 34px;
}

.calc__amount {
  padding: 38px 0 0;
  font-size: 22px;
  font-family: "Bradobrei", serif;
}

/* gallery__section
=====================*/

.gallery__section {
  padding: 98px 0 58px 0;
}

.gallery__title {
  margin-bottom: 30px;
}

.gallery__tabs {
}

.gallery__tabs-nav {
  margin: 0 0 39px;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.gallery__tabs-nav li {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.gallery__tabs-nav li.active a {
  background: #ff9500;
  background: -moz-linear-gradient(left, #ff9500 0%, #ffd400 100%);
  background: -webkit-linear-gradient(left, #ff9500 0%, #ffd400 100%);
  background: linear-gradient(to right, #ff9500 0%, #ffd400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ffd400',GradientType=1 );
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.gallery__tabs-nav li a:hover {
  background: #ff9500;
  text-decoration: none;
  color: #fff;
}

.gallery__tabs-nav li a {
  max-width: 100%;
  height: 30px;
  padding: 0 12px;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.gallery__content-wrap {
  position: relative;
  overflow: hidden;
}

.gallery__content {
  width: 100%;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.gallery__content.active {
  height: auto;
  position: relative;
}

.gallery__slider-wrap {
  padding: 0 95px;
  position: relative;
}

.gallery__slider {
  position: static;
}

.gallery__slider-item {
  font-size: 0;
  position: relative;
}

.gallery__slider-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.gallery__slider-item__desc {
  background: #fff;
  max-width: 100%;
  padding: 16px 18px;
  display: none;
  font-size: 16px;
  position: absolute;
  bottom: 40px;
  left: 0;
}

/* faq__section
=====================*/

.faq__section {
  padding: 51px 0 103px 0;
}

.faq__title {
  margin-bottom: 59px;
}

.faq__list {
}

.faq__item.active,
.faq__item:hover {
  background: #fcedbd;
}

.faq__item {
  background: #fffaea;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.faq__item + .faq__item {
  margin-top: 10px;
}

.faq__item-head {
  padding: 39px 110px 40px 41px;
  cursor: pointer;
  position: relative;
}

.faq__item-title {
}

.faq__item-icon {
  background: #ffd400; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffd400 0%,
    #ff9500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 44px;
  height: 44px;
  margin: -22px 0 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  position: absolute;
  top: 50%;
  right: 28px;
}

.faq__item.active .faq__item-icon:after {
  content: "-";
}
.faq__item-icon:after {
  content: "+";
}

.faq__item-text {
  background: #f7f2e1;
  padding: 42px 82px 45px 82px;
  display: none;
}

.section__bottom-btn {
  padding: 51px 0 0;
  font-size: 0;
  text-align: center;
}

.section__bottom-btn > * {
  margin: 0 10px;
}

/* team__section
=====================*/

.team__section {
  background: url(../images/bg-team.png) left top;
  padding: 90px 0 0;
}

.team__title {
  margin-bottom: 37px;
}

.section__desc {
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 1.313;
}

.team__list {
}

.team__item {
  margin: 37px 0 0;
}

.team__item-img {
  margin: 0 0 22px;
  font-size: 0;
}

.team__item-img img {
  max-width: 100%;
  height: auto;
}

.team__item-content {
}

.team__item-name {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Bradobrei", serif;
}

.team__item-name span {
  font-size: 24px;
}

.team__item-position {
  margin: 0 0 20px;
  color: #715c16;
}

.team__item-link {
}

.team__item-link a {
  text-decoration: underline;
}
.team__item-link a:hover {
  text-decoration: none;
}

.team__section-bottom {
  padding: 24px 0 0;
  font-size: 0;
  text-align: center;
}

.team__section-bottom > * {
  margin-bottom: -26px;
}

/* reviews__section
=====================*/

.reviews__section {
  padding: 104px 0 95px 0;
}

.reviews__title {
  margin-bottom: 71px;
}

.reviews__block {
}

.reviews__block + .reviews__block {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px dashed #000;
}

.reviews__block .col-5 {
  float: right;
}

.reviews__video-wrap {
}

.reviews__video-wrap .reviews__name {
  margin-bottom: 0;
}

.reviews__video {
  height: 0;
  margin: 0 0 31px;
  padding-bottom: 58.4%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.reviews__video video,
.reviews__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.reviews__video-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.reviews__video-play:after {
  width: 0;
  height: 0;
  margin: -34px 0 0 -29px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 34px 0 34px 58px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
}

.reviews__video-play:hover:after {
  border-color: transparent transparent transparent #ffcc00;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.reviews__name {
  margin: 0 0 25px;
  font-size: 18px;
  font-family: "Bradobrei", serif;
}

.reviews__list {
  overflow: visible;
}

.reviews__item {
  margin-left: -30px;
}

.reviews__item + .reviews__item {
  margin-top: 66px;
}

.reviews__text {
  line-height: 1.5;
}

.reviews__bottom-btn {
  padding-top: 34px;
}

/* appear__section
=====================*/

.appear__section {
  background: url(../images/bg-appear.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 125px 0 119px 0;
  font-size: 0;
  color: #fff;
  text-align: center;
}

.appear__title {
  margin: 0 0 10px;
  font-size: 60px;
  line-height: 1.1;
}

.appear__subtitle {
  margin-bottom: 60px;
  font-weight: normal;
  font-size: 36px;
  font-family: "Bradobrei", serif;
  text-align: center;
}

.appear__section-btn {
  font-size: 0;
  text-align: center;
}

/* footer
=====================*/

.footer {
  padding: 52px 0;
}

.footer__col-logo {
}

.footer__logo-img {
  width: 36px;
  min-width: 36px;
}

.footer__logo-text {
  padding-top: 4px;
  padding-left: 16px;
  font-size: 9px;
  letter-spacing: 0.7px;
}

.footer__logo-text span {
  font-size: 14.5px;
}

.footer__col {
}

.footer-logo {
}

.footer__address {
  margin-right: 73px;
  text-align: right;
}

.footer__col-contacts {
  text-align: right;
}

.footer__time {
  margin-right: 42px;
  text-align: right;
}

.footer__time-title {
}

.footer__address span,
.footer__time-tell {
  font-size: 18px;
  font-family: "Bradobrei", serif;
}

.footer__call {
  text-decoration: underline;
}

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

/* slick__slider
=====================*/

.slick-arrow {
  background: transparent;
  width: 95px;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before {
  left: 31px;
}

.slick-next:before {
  right: 31px;
}

.slick-arrow:hover:before {
  background: #ffd400;
  box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
}

.slick-arrow:before {
  background: #ffd400; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffd400 0%,
    #ff9500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffd400 0%,
    #ff9500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 34px;
  height: 34px;
  margin-top: -17px;
  content: "";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -webkit-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -moz-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -ms-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  -o-box-shadow: 0 6px 23px rgba(255, 202, 0, 0.48);
  z-index: 0;
}

.slick-prev:after {
  left: 43px;
}

.slick-next:after {
  right: 43px;
}

.slick-next:after {
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}

.slick-arrow:after {
  background-image: url(../images/sprite.png);
  background-position: 0 -54px;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  margin: -7px 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
}

/* responsive
=====================*/

.nav__icon-mobile {
  background: transparent;
  width: 60px;
  padding: 10px;
  padding-bottom: 11px;
  float: right;
  display: none;
}

.nav__icon-mobile.active {
  background: #ff9500;
}
.nav__icon-mobile.active span {
  background: #fff;
}

.nav__icon-mobile span {
  background: #ff9500;
  width: 100%;
  height: 3px;
  margin: 10px 0 0;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.nav__icon-mobile span:first-child {
  margin-top: 0;
}

/* .reviews {
    // .reviews__title
    &__title {}
}
.form-reviews {
    // .form-reviews__form
    &__form {}
    // .form-reviews__row
    &__row {}
}
.wrapper {
}
.section {
    // .section__title
    &__title {}
}
.input {
} */

.reviews__form {
  margin-bottom: 60px;
}

.form-reviews__form {
  width: 100%;
  max-width: 750px;
}

.form-reviews__row {
  margin-bottom: 30px;
}

.form-reviews__row .input {
  padding: 14px 12px;
  width: 100%;
  border: 1px solid grey;
  border-radius: 8px;
}

.form-reviews__row textarea.input {
  resize: none;
  height: 96px;
}

.form-reviews__alert {
  display: none;

  margin-top: 30px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid;

  text-align: center;
}

.form-reviews__alert._success {
  border-color: green;
  color: green;
}

.form-reviews__alert._error {
  border-color: red;
  color: red;
}

/* Текстовые SEO-блоки */
.textblock__section {
  padding: 40px 0;
}
.textblock__section:nth-of-type(odd) {
  background: #f7f9fd;
}
.textblock__content {
  max-width: 920px;
}
.textblock__content p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
}
.section__title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 700;
}

/* Адаптив */
@media (max-width: 640px) {
  .section__title {
    font-size: 26px;
  }
  .textblock__section {
    padding: 28px 0;
  }
  .textblock__content p {
    font-size: 15px;
  }
}
