@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-SemiBold.eot);
  src: url(../fonts/Raleway-SemiBold.eot@) format("embedded-opentype"), url(../fonts/Raleway-SemiBold.woff2) format("woff2"), url(../fonts/Raleway-SemiBold.woff) format("woff"), url(../fonts/Raleway-SemiBold.ttf) format("truetype"), url(../fonts/Raleway-SemiBold.svg) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway-Bold.eot);
  src: url(../fonts/Raleway-Bold.eot@) format("embedded-opentype"), url(../fonts/Raleway-Bold.woff2) format("woff2"), url(../fonts/Raleway-Bold.woff) format("woff"), url(../fonts/Raleway-Bold.ttf) format("truetype"), url(../fonts/Raleway-Bold.svg) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

body {
  margin: 0;
  font-family: Raleway, sans-serif;
  color: #2a4858;
  font-weight: 600;
  background-color: #f5f5f5;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on
}

body.popup-opened {
  overflow: hidden
}

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

.page {
  position: relative;
  overflow: hidden
}

.wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto
}

@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 640px
  }
}

img {
  max-width: 100%
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #84c85b;
  background-color: #84c85b;
  color: #fff;
  height: 51px;
  line-height: 1;
  white-space: nowrap;
  font-size: 20px;
  padding: 13px 28px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: color, border-color, background-color;
  -o-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

@media screen and (max-width: 991px) {
  .button {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 14px;
    height: 38px
  }
}

.button:hover {
  background-color: #2a4858;
  border-color: #2a4858
}

.button--dark {
  background-color: #2a4858;
  border-color: #2a4858
}

.button--dark:hover {
  background-color: #84c85b;
  border-color: #84c85b
}

.button--hoverOnDark:hover {
  border-color: #2a4858;
  background-color: transparent;
  color: #2a4858
}

.button--outlined {
  background-color: transparent;
  color: #2a4858
}

.button--outlined:hover {
  color: #fff;
  border-color: #84c85b
}

.header {
  padding: 40px 0
}

.header__inner {
  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
}

.header__burger {
  display: none
}

@media screen and (max-width: 1180px) {
  .header__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 15px 0;
    position: relative;
    z-index: 2
  }
  .menu-open .header {
    background-color: #009581
  }
  .menu-open .header__logo path {
    fill: #fff
  }
  .header__burger {
    display: block;
    margin-left: 10px !important
  }
  .header__contacts {
    display: none
  }
  .menu-open .header__contacts {
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #009581
  }
  .header__logo {
    height: 30px
  }
  .header__logo svg {
    max-height: 100%;
    width: auto
  }
  .header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .header .button {
    font-size: 14px;
    line-height: 16px;
    padding: 3px 14px;
    height: 30px
  }
}

@media screen and (max-width: 991px) {
  .header .contacts__list {
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .header .contacts__item {
    margin-right: 0
  }
}

@media screen and (max-width: 991px) {
  .header .contact__icon path {
    stroke: #fff
  }
  .header .contact__value {
    color: #fff
  }
  .header .contact__footer {
    color: #fff
  }
  .header .contact__footer a {
    color: #fff
  }
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -55px
}

.contacts__item {
  margin-right: 55px
}

@media screen and (max-width: 1180px) {
  .contacts__list {
    width: 100%;
    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;
    margin-bottom: -30px
  }
  .contacts__item {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 991px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .contacts__list {
    margin-bottom: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .contacts__item {
    margin-bottom: 20px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.contact {
  position: relative;
  padding-left: 34px
}

.contact--mail .contact__icon {
  top: 3px
}

.contact__value {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin: 0 0 5px
}

.contact__footer {
  font-size: 16px;
  line-height: 19px
}

.contact__footer a {
  color: #009581;
  text-decoration: underline;
  cursor: pointer
}

.contact__footer a:hover {
  text-decoration: none;
  color: #2a4858
}

.contact__icon {
  position: absolute;
  top: 0;
  left: 0
}

.contact__icon svg {
  height: 100%;
  max-width: 100%
}

@media screen and (max-width: 991px) {
  .contact {
    padding: 21px 0 0;
    text-align: center
  }
  .contact__footer, .contact__value {
    font-size: 14px;
    line-height: 16px
  }
  .contact__icon {
    height: 16px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
  }
  .contact--mail .contact__icon {
    height: auto;
    width: 16px
  }
}

.hero {
  position: relative;
  background-color: #ebf0f2;
  padding: 50px 0;
  overflow: hidden
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 620px
}

.hero__pic {
  position: absolute;
  left: 46%;
  bottom: 0
}

.hero__title {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  color: #000;
  margin: 0 0 20px
}

.hero__subtitle {
  color: #009581;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 20px
}

.hero__text {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px
}

.hero__footer {
  margin-right: -30px
}

.hero__footer .button {
  margin-right: 30px
}

@media screen and (max-width: 991px) {
  .hero {
    padding: 160px 0 30px;
    text-align: center
  }
  .hero__inner {
    max-width: none
  }
  .hero__pic {
    bottom: auto;
    top: 0;
    left: 50%;
    margin-left: -160px
  }
  .hero__title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px
  }
  .hero__subtitle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px
  }
  .hero__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px
  }
  .hero__footer {
    margin: 0 0 -15px
  }
  .hero__footer .button {
    width: 100%;
    margin: 0 0 15px
  }
}

.advantages__title, .flow__title, .order__title, .services__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  margin: 0 0 10px
}

@media screen and (max-width: 991px) {
  .advantages__title, .flow__title, .order__title, .services__title {
    font-size: 28px;
    line-height: 28px
  }
}

.advantages__subtitle, .flow__subtitle, .order__subtitle, .services__subtitle {
  font-size: 20px;
  line-height: 30px;
  color: #2a4858;
  margin: 0;
  text-align: center
}

@media screen and (max-width: 991px) {
  .advantages__subtitle, .flow__subtitle, .order__subtitle, .services__subtitle {
    font-size: 14px;
    line-height: 21px
  }
}

.services {
  padding: 80px 0
}

.services__title {
  color: #000
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -30px
}

.services__item {
  max-width: 270px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 270px;
  flex: 1 1 270px
}

@media screen and (max-width: 991px) {
  .services {
    padding: 30px 0
  }
  .services__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -15px -20px 0
  }
  .services__item {
    max-width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px)
  }
}

.service {
  text-align: center
}

.service__name {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #009581;
  margin: 20px 0 20px
}

.service__description {
  font-size: 20px;
  line-height: 26px;
  margin: 0
}

@media screen and (max-width: 991px) {
  .service__name {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0
  }
  .service__description {
    font-size: 14px;
    line-height: 18px
  }
}

.order {
  background-color: #84c85b;
  padding: 60px 0;
}

.order__title {
  color: #fff
}

.order__subtitle {
  color: #fff
}

.order__form {
  margin-top: 30px
}

@media screen and (max-width: 991px) {
  .order {
    padding: 20px 0
  }
  .order__form {
    margin-top: 15px
  }
}

.advantages {
  padding: 80px 0;
  background-color: #f9f9f9;
  opacity: .99;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: right bottom
}

.advantages__title {
  color: #000
}

.advantages__list {
  list-style: none;
  padding: 0;
  margin: 60px -30px -60px -30px;
  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
}

.advantages__item {
  max-width: 340px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 340px;
  flex: 1 1 340px;
  margin: 0 30px 60px
}

@media screen and (max-width: 991px) {
  .advantages {
    padding: 30px 0
  }
  .advantages__list {
    margin: 20px 0 -20px;
    display: block
  }
  .advantages__item {
    margin: 0 0 20px;
    max-width: none
  }
}

.advantage {
  text-align: center;
  padding-top: 120px;
  position: relative
}

.advantage__pic {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%)
}

.advantage__name {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #009581;
  margin: 20px 0 20px
}

.advantage__description {
  font-size: 20px;
  line-height: 26px;
  margin: 0
}

@media screen and (max-width: 991px) {
  .advantage {
    padding: 0 0 0 80px;
    text-align: left
  }
  .advantage__pic {
    top: 0;
    left: 37px;
    max-width: 47px
  }
  .advantage__name {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px
  }
  .advantage__description {
    font-size: 14px;
    line-height: 18px
  }
}

.flow {
  padding: 80px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: right bottom
}

.flow__title {
  color: #000
}

.flow__list {
  list-style: none;
  padding: 0;
  margin: 30px 0 -30px
}

.flow__item {
  margin: 0 0 30px
}

@media screen and (max-width: 991px) {
  .flow {
    padding: 30px 0
  }
  .flow__list {
    margin: 15px 0 -15px
  }
  .flow__item {
    margin: 0 0 15px
  }
}

.flow-item {
  background-color: #ebf0f2;
  padding: 20px 20px 20px 140px;
  position: relative;
  min-height: 140px
}

.flow-item__num {
  font-weight: 700;
  font-size: 56px;
  color: #009581;
  width: 100px;
  height: 100px;
  background-color: #fff;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px
}

.flow-item__caption {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #009581;
  margin: 0 0 10px
}

.flow-item__description {
  font-size: 20px;
  line-height: 26px;
  margin: 0
}

@media screen and (max-width: 991px) {
  .flow-item {
    padding: 10px 10px 10px 70px;
    min-height: 70px
  }
  .flow-item__num {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px
  }
  .flow-item__caption {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 5px
  }
  .flow-item__description {
    font-size: 14px;
    line-height: 18px;
    margin: 0
  }
}

.footer {
  background-color: #2a4858;
  padding: 60px 0
}

.footer__bottom {
  color: #fff;
  opacity: .5;
  font-size: 20px;
  line-height: 23px;
  padding-top: 30px
}

.footer__bottom p {
  margin: 0 0 10px
}

.footer__line {
  background-color: #fff;
  opacity: .5;
  height: 4px
}

.footer__top {
  margin-bottom: 35px;
  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
}

.footer__logo path {
  fill: #fff
}

.footer .contacts__item {
  margin-right: 120px
}

.footer .contacts__list {
  margin-right: -120px
}

.footer .contact {
  color: #fff
}

.footer .contact__icon path {
  stroke: #fff
}

.footer .contact__footer a, .footer .contact__value {
  color: #fff
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer__contacts {
    margin-top: 20px
  }
  .footer__logo {
    max-width: 85px
  }
  .footer__logo svg {
    max-width: 100%;
    height: auto
  }
  .footer__line {
    margin: 30px 0
  }
  .footer__bottom {
    padding-top: 0;
    font-size: 14px;
    line-height: 21px
  }
  .footer .contacts__item {
    width: 100%;
    margin-right: 0
  }
}


.form .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.form__errors,.form__captcha-errors {
  color: red;
  margin: 0 0 30px;
  display: none;
  text-align: center
}

.form.has-errors .form__errors,
.form.invalid-captcha .form__captcha-errors {
  display: block
}

.form__loading {
  color: #333;
  margin: 0 0 30px;
  display: none;
  text-align: center
}

.form.loading .form__loading {
  display: block
}

.form__field,
.form__captcha{
  margin-bottom: 30px
}

.form__control {
  background-color: #fff;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.form__control input[type=email], .form__control input[type=number], .form__control input[type=tel], .form__control input[type=text] {
  background-color: transparent;
  border: none;
  width: 100%;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  padding: 0 13px;
  color: #2a4858;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield
}

.form__control input[type=email]::-webkit-inner-spin-button, .form__control input[type=email]::-webkit-outer-spin-button, .form__control input[type=number]::-webkit-inner-spin-button, .form__control input[type=number]::-webkit-outer-spin-button, .form__control input[type=tel]::-webkit-inner-spin-button, .form__control input[type=tel]::-webkit-outer-spin-button, .form__control input[type=text]::-webkit-inner-spin-button, .form__control input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.form__control input[type=email]::-webkit-input-placeholder, .form__control input[type=number]::-webkit-input-placeholder, .form__control input[type=tel]::-webkit-input-placeholder, .form__control input[type=text]::-webkit-input-placeholder {
  color: #2a4858;
  opacity: .5
}

.form__control input[type=email]::-moz-placeholder, .form__control input[type=number]::-moz-placeholder, .form__control input[type=tel]::-moz-placeholder, .form__control input[type=text]::-moz-placeholder {
  color: #2a4858;
  opacity: .5
}

.form__control input[type=email]:-ms-input-placeholder, .form__control input[type=number]:-ms-input-placeholder, .form__control input[type=tel]:-ms-input-placeholder, .form__control input[type=text]:-ms-input-placeholder {
  color: #2a4858;
  opacity: .5
}

.form__control input[type=email]::-ms-input-placeholder, .form__control input[type=number]::-ms-input-placeholder, .form__control input[type=tel]::-ms-input-placeholder, .form__control input[type=text]::-ms-input-placeholder {
  color: #2a4858;
  opacity: .5
}

.form__control input[type=email]::placeholder, .form__control input[type=number]::placeholder, .form__control input[type=tel]::placeholder, .form__control input[type=text]::placeholder {
  color: #2a4858;
  opacity: .5
}

.form__control select {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #2a4858;
  padding: 0 13px
}

.form__control select::-ms-expand {
  display: none
}

.form__control--select {
  position: relative
}

.form__control--select select {
  padding-right: 48px
}

.form__control--select::after {
  content: "";
  width: 10px;
  height: 7px;
  right: 28px;
  top: 23px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/caret.png)
}

.form__control--number {
  position: relative
}

.form__control--number input {
  padding-right: 48px !important
}

.form__control--number::after, .form__control--number::before {
  content: "";
  width: 10px;
  height: 7px;
  right: 28px;
  display: inline-block;
  position: absolute;
  background-image: url(../img/caret.png)
}

.form__control--number::after {
  top: 33px
}

.form__control--number::before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 15px
}

.form__label {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block
}

.form .button {
  width: 100%
}

.form__submit {
  margin-bottom: 30px
}

.form__range {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.form__range input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  cursor: pointer;
  width: 100%;
  margin: 0
}

.form__range input[type=range]::-webkit-slider-runnable-track {
  background: #2a4858;
  height: 4px;
  border-radius: 2px
}

.form__range input[type=range]::-moz-range-track {
  background: #ff0;
  height: 4px;
  border-radius: 2px
}

.form__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px
}

@media screen and (max-width: 991px) {
  .form__label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px
  }
  .form__control {
    height: 38px
  }
  .form__control input[type=email], .form__control input[type=number], .form__control input[type=tel], .form__control input[type=text] {
    font-size: 14px;
    line-height: 16px
  }
  .form__control select {
    font-size: 14px;
    line-height: 16px
  }
  .form__control--select::after {
    top: 16px
  }
  .form__control--number {
    position: relative
  }
  .form__control--number::after {
    top: 26px
  }
  .form__control--number::before {
    top: 8px
  }
  .form__field,
  .form__captcha{
    margin-bottom: 15px
  }
  .form__errors,.form__captcha-errors {
    margin-bottom: 15px;
    font-size: 14px
  }
  .form__range {
    height: 38px
  }
}

.overlay {
  display: none;
  background-color: #2a4858;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 7
}

@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
  .overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(42, 72, 88, .85)
  }
}

.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  overflow: auto;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.popup__container {
  display: table;
  width: 100%;
  height: 100%
}

.popup__wrapper {
  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;
  height: 100%;
  padding: 80px
}

.popup__inner {
  background: #84c85b;
  padding: 40px;
  position: relative;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
  width: 100%;
  max-width: 460px
}

.popup__close {
  position: absolute;
  top: -63px;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  cursor: pointer
}

.popup__close:hover path {
  fill: #84c85b
}

.popup__close svg {
  max-width: 100%;
  height: 100%
}

.popup__title {
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 30px;
  line-height: 60px;
  text-align: center
}

.popup__footer {
  text-align: center;
  margin-top: 60px
}

.popup.opened .popup__inner {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(.25, 1, .5, 1);
  -o-transition-timing-function: cubic-bezier(.25, 1, .5, 1);
  transition-timing-function: cubic-bezier(.25, 1, .5, 1)
}

.popup .form__submit {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .popup__inner {
    padding: 20px;
    max-width: 640px
  }
  .popup__wrapper {
    padding: 50px 20px 20px
  }
  .popup__close {
    width: 24px;
    height: 24px;
    top: -34px
  }
  .popup__title {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 28px
  }
  .popup__footer {
    margin-top: 37px
  }
  .popup--fluid .popup__inner {
    padding: 30px 20px !important
  }
  .popup--fluid .popup__title {
    margin: 0 0 30px !important
  }
}

.success {
  color: #fff;
  text-align: center
}

.success__caption {
  font-size: 28px
}

.burger {
  margin: 0;
  cursor: pointer;
  line-height: 1;
  border: none;
  background-color: #009581;
  padding: 8px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.burger__icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 20px;
  height: 14px;
  position: relative
}

.burger__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.burger__icon span:nth-child(1) {
  top: 0
}

.burger__icon span:nth-child(2), .burger__icon span:nth-child(3) {
  top: 6px
}

.burger__icon span:nth-child(4) {
  top: 12px
}

.burger.open .burger__icon span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%
}

.burger.open .burger__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.burger.open .burger__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.burger.open .burger__icon span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%
}

.q-captcha {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.thank-you-page {
    height: 100vh;
    background-image: url(../img/adv-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right bottom;
    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;
    padding: 50px;
    text-align: center
}

.thank-you-page__logo {
    margin-bottom: 50px
}

.thank-you-page__title {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #000;
    margin: 0 0 20px
}

.thank-you-page__subtitle {
    color: #009581;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px
}

.thank-you-page .button {
    margin-top: 50px;
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .thank-you-page__logo {
        margin-bottom: 30px
    }

    .thank-you-page__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px
    }

    .thank-you-page__subtitle {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px
    }

    .thank-you-page .button {
        margin-top: 30px
    }
}