* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  line-height: 1.65;
  font-family: Montserrat,sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.colored {
  color: #FF8200;
}

.t-main {
  width: 100%;
  margin: 0 auto;
}

.t-container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 480px;
}

@media (min-width: 760px) {
  .t-container {
    padding: 0 50px;
    max-width: 1440px;
  }
}

@media (min-width: 990px) {
  .t-container {
    padding: 0 75px;
  }
}

@media (min-width: 1280px) {
  .t-container {
    padding: 0 100px;
  }
}

.heading {
  font-size: 30px;
  font-weight: 900;
}

@media (min-width: 460px) {
  .heading {
    font-size: 40px;
  }
}

@media (min-width: 760px) {
  .heading {
    font-size: 27px;
  }
}

@media (min-width: 990px) {
  .heading {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .heading {
    font-size: 50px;
    font-weight: 800;
  }
}

.t-intro {
  padding: 20px 0 105px;
}

@media (min-width: 760px) {
  .t-intro {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 990px) {
  .t-intro {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .t-intro {
    padding: 75px 0 110px;
  }
}

@media (min-width: 760px) {
  .t-intro__text-block {
    max-width: 370px;
  }
}

@media (min-width: 990px) {
  .t-intro__text-block {
    max-width: 485px;
  }
}

@media (min-width: 1200px) {
  .t-intro__text-block {
    max-width: 685px;
  }
}

.t-intro__heading {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width: 460px) {
  .t-intro__heading {
    font-size: 60px;
  }
}

@media (min-width: 760px) {
  .t-intro__heading {
    font-size: 38px;
    margin-bottom: 37px;
    text-align: left;
  }
}

@media (min-width: 990px) {
  .t-intro__heading {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .t-intro__heading {
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 70px;
  }
}

.t-intro__text {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 45px;
}

@media (min-width: 760px) {
  .t-intro__text {
    font-size: 12px;
  }
}

@media (min-width: 990px) {
  .t-intro__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .t-intro__text {
    font-size: 22px;
    font-weight: 500;
  }
}

@media (min-width: 760px) {
  .t-intro__img {
    max-height: 300px;
  }
}

@media (min-width: 990px) {
  .t-intro__img {
    max-height: 400px;
  }
}

@media (min-width: 1200px) {
  .t-intro__img {
    max-height: none;
  }
}

.t-why {
  padding: 65px 0;
  background-color: #FF8200;
  position: relative;
}

@media (min-width: 760px) {
  .t-why {
    padding: 30px 0;
  }
}

@media (min-width: 990px) {
  .t-why {
    padding: 25px 0 45px;
  }
}

@media (min-width: 1200px) {
  .t-why {
    padding: 35px 0 60px;
  }
}

.t-why__heading,
.t-why__subheading {
  color: #ffffff;
}

.t-why__heading {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 370px;
}

@media (min-width: 760px) {
  .t-why__heading {
    margin-bottom: 5px;
  }
}

@media (min-width: 990px) {
  .t-why__heading {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .t-why__heading {
    margin-bottom: 15px;
    max-width: 500px;
  }
}

.t-why__subheading {
  font-size: 20px;
  margin-bottom: 45px;
  text-align: center;
}

@media (min-width: 760px) {
  .t-why__subheading {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media (min-width: 990px) {
  .t-why__subheading {
    font-size: 16px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .t-why__subheading {
    font-size: 20px;
    margin-bottom: 75px;
  }
}

.t-why__slider .slick-list {
  padding-top: 55px;
}

.t-why__slider .slick-dots {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.t-why__slider .slick-dots li {
  margin-right: 15px;
}

.t-why__slider .slick-dots li:last-of-type {
  margin-right: 0;
}

.t-why__slider .slick-dots button {
  border: none;
  width: 15px;
  height: 15px;
  font-size: 0;
  background-color: #F8D9B9;
  border-radius: 50%;
}

.t-why__slider .slick-dots .slick-active button {
  background-color: #fff;
}

@media (min-width: 760px) {
  .t-why__slider {
    padding-top: 22.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 990px) {
  .t-why__slider {
    padding-top: 0;
  }
}

.t-why__slider-item {
  background-color: rgba(255, 245, 235, 0.65);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 25px;
  padding: 78px 30px 20px;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 760px) {
  .t-why__slider-item {
    min-height: 540px;
    margin: 0 5px;
  }
}

@media (min-width: 760px) {
  .t-why__slider-item {
    padding: 27px 15px 15px 15px;
    max-width: 220px;
    margin-right: 10px;
  }
  .t-why__slider-item:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 990px) {
  .t-why__slider-item {
    padding: 35px 20px 20px 20px;
    max-width: 260px;
  }
}

@media (min-width: 1200px) {
  .t-why__slider-item {
    padding: 50px 20px 30px;
    margin-right: 15px;
    max-width: 300px;
  }
}

.t-why__slider-ico-block {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -52.5px;
}

@media (min-width: 760px) {
  .t-why__slider-ico-block {
    width: 44px;
    height: 44px;
    top: -22px;
    padding: 5px;
  }
  .t-why__slider-ico-block--2 {
    padding: 10px;
  }
}

@media (min-width: 990px) {
  .t-why__slider-ico-block {
    width: 58px;
    height: 58px;
    top: -29px;
  }
}

@media (min-width: 1200px) {
  .t-why__slider-ico-block {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.t-why_slider-stars {
  max-height: 22px;
  margin-bottom: 19px;
}

@media (min-width: 760px) {
  .t-why_slider-stars {
    margin-bottom: 8px;
    max-height: 9px;
  }
}

@media (min-width: 990px) {
  .t-why_slider-stars {
    max-height: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .t-why_slider-stars {
    max-height: 17px;
    bottom: 15px;
  }
}

.t-why__slider-text {
  font-size: 17px;
}

@media (min-width: 760px) {
  .t-why__slider-text {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

@media (min-width: 990px) {
  .t-why__slider-text {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .t-why__slider-text {
    font-size: 14px;
  }
}

.t-why__slider-lead,
.t-why__slider-sublead {
  font-size: 14px;
}

.t-why__slider-lead {
  margin-top: auto;
}

@media (min-width: 760px) {
  .t-why__slider-lead,
  .t-why__slider-sublead {
    font-size: 10px;
  }
}

@media (min-width: 990px) {
  .t-why__slider-lead,
  .t-why__slider-sublead {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .t-why__slider-lead,
  .t-why__slider-sublead {
    font-size: 14px;
  }
}

.t-why__slider-lead {
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 760px) {
  .t-why__slider-lead {
    margin-top: auto;
    margin-bottom: 2px;
  }
}

.t-why__slider-sublead {
  font-weight: 500;
}

.t-why__img {
  position: absolute;
  top: -20px;
  right: 20px;
  max-height: 90px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 460px) {
  .t-why__img {
    top: 10px;
  }
}

@media (min-width: 760px) {
  .t-why__img {
    right: auto;
    left: 90px;
    top: -35px;
    max-height: 70px;
  }
}

@media (min-width: 990px) {
  .t-why__img {
    max-height: 92px;
    left: 110px;
    top: -46px;
  }
}

@media (min-width: 1200px) {
  .t-why__img {
    max-height: 130px;
    left: 140px;
    top: -65px;
  }
}

.t-trust {
  padding: 70px 0 65px;
}

@media (min-width: 760px) {
  .t-trust {
    padding: 55px 0;
  }
}

@media (min-width: 1200px) {
  .t-trust {
    padding: 100px 0 125px;
  }
}

.t-trust__heading {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 760px) {
  .t-trust__heading {
    margin-bottom: 50px;
  }
}

@media (min-width: 990px) {
  .t-trust__heading {
    margin-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .t-trust__heading {
    margin-bottom: 95px;
  }
}

.t-trust__slider-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 100px 25px;
  margin-bottom: 70px;
  height: 370px;
  overflow: hidden;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

@media (min-width: 760px) {
  .t-trust__slider-block {
    height: auto;
    overflow: visible;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 65px 50px;
    margin-bottom: 75px;
  }
}

@media (min-width: 990px) {
  .t-trust__slider-block {
    margin-bottom: 115px;
  }
}

@media (min-width: 1200px) {
  .t-trust__slider-block {
    margin-bottom: 150px;
  }
}

.t-trust__img {
  display: block;
  margin: 0 auto;
}

.t-trust__btn {
  border: none;
  outline: none;
  display: table;
  margin: 0 auto 100px;
  background-color: #C4C4C4;
  border-radius: 40px;
  padding: 20px 55px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #C4C4C4;
  -webkit-transition: background-color .3s, color .3s, border .3s;
  -o-transition: background-color .3s, color .3s, border .3s;
  transition: background-color .3s, color .3s, border .3s;
  cursor: pointer;
}

.t-trust__btn:hover {
  background-color: transparent;
  border-color: #FF8200;
  color: #FF8200;
}

@media (min-width: 760px) {
  .t-trust__btn {
    display: none;
  }
}

.t-trust__lead {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 760px) {
  .t-trust__lead {
    font-size: 21px;
    margin-bottom: 27px;
  }
}

@media (min-width: 990px) {
  .t-trust__lead {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .t-trust__lead {
    font-size: 40px;
    margin-bottom: 55px;
  }
}

.t-trust__clutch-block {
  position: relative;
}

@media (min-width: 760px) {
  .t-trust__clutch-block {
    padding-bottom: 45px;
  }
  .t-trust__clutch-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 65%;
    background-color: #FF8200;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .t-trust__clutch-block {
    max-width: none;
  }
}

@media (min-width: 760px) {
  .clutch-widget {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .clutch-widget {
    padding-bottom: 100px;
  }
}

@media (min-width: 1440px) {
  .clutch-widget {
    max-width: 970px;
  }
}

.t-trust__clutch-img--1,
.t-trust__clutch-img--2 {
  display: none;
}

@media (min-width: 760px) {
  .t-trust__clutch-img {
    position: absolute;
  }
  .t-trust__clutch-img--1 {
    display: block;
    max-height: 90px;
    left: 30px;
    bottom: -45px;
  }
  .t-trust__clutch-img--2 {
    display: block;
    max-height: 88px;
    right: 30px;
    top: 32%;
  }
}

@media (min-width: 990px) {
  .t-trust__clutch-img--1 {
    max-height: 118px;
    left: 30px;
    bottom: -60px;
  }
  .t-trust__clutch-img--2 {
    max-height: 115px;
    right: 30px;
    top: 32%;
  }
}

@media (min-width: 1200px) {
  .t-trust__clutch-img--1 {
    max-height: none;
    left: 30px;
    bottom: -85px;
  }
  .t-trust__clutch-img--2 {
    max-height: none;
    right: 10px;
    top: 25%;
  }
}

@media (min-width: 1440px) {
  .t-trust__clutch-img--1 {
    left: 5%;
    bottom: -85px;
  }
  .t-trust__clutch-img--2 {
    right: 3%;
    top: 25%;
  }
}

.t-honor {
  padding-bottom: 125px;
}

@media (min-width: 760px) {
  .t-honor {
    padding: 0 0 55px;
  }
}

@media (min-width: 990px) {
  .t-honor {
    padding: 0 0 100px;
  }
}

@media (min-width: 1200px) {
  .t-honor {
    padding: 0 0 125px;
  }
}

.t-honor__heading {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 760px) {
  .t-honor__heading {
    text-align: left;
    max-width: 335px;
    margin: 0 auto 35px;
  }
  .t-honor__heading--right {
    display: block;
    text-align: right;
  }
}

@media (min-width: 990px) {
  .t-honor__heading {
    max-width: 465px;
  }
}

@media (min-width: 1200px) {
  .t-honor__heading {
    max-width: 635px;
  }
}

.t-honor-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 45px 15px;
}

@media (min-width: 760px) {
  .t-honor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.t-honor__item {
  text-align: center;
}

.t-honor__num {
  font-size: 30px;
  font-weight: 900;
  color: #FF8200;
}

@media (min-width: 420px) {
  .t-honor__num {
    font-size: 50px;
  }
}

@media (min-width: 760px) {
  .t-honor__num {
    font-size: 27px;
  }
}

@media (min-width: 990px) {
  .t-honor__num {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .t-honor__num {
    font-size: 50px;
  }
}

.t-honor__text {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 420px) {
  .t-honor__text {
    font-size: 20px;
  }
}

@media (min-width: 760px) {
  .t-honor__text {
    font-size: 12px;
  }
}

@media (min-width: 990px) {
  .t-honor__text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .t-honor__text {
    font-size: 20px;
  }
}

.t-service {
  padding: 75px 0 65px;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
}

@media (min-width: 760px) {
  .t-service {
    padding: 55px 0 50px;
  }
}

@media (min-width: 990px) {
  .t-service {
    padding: 70px 0 65px;
  }
}

@media (min-width: 1200px) {
  .t-service {
    padding: 100px 0 90px;
  }
}

.t-service__heading {
  margin-bottom: 30px;
}

@media (min-width: 760px) {
  .t-service__heading {
    margin-bottom: 10px;
  }
}

@media (min-width: 990px) {
  .t-service__heading {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .t-service__heading {
    margin-bottom: 22px;
  }
}

.t-service__text {
  font-size: 20px;
  margin-bottom: 60px;
}

@media (min-width: 760px) {
  .t-service__text {
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 35px;
    max-width: 310px;
  }
}

@media (min-width: 990px) {
  .t-service__text {
    font-size: 14px;
    max-width: 400px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .t-service__text {
    font-size: 20px;
    max-width: 565px;
    margin-bottom: 68px;
  }
}

.t-service__btn {
  display: table;
  padding: 25px 45px;
  margin: 0 auto;
  border: 1px solid #FF8200;
  background-color: #FF8200;
  -webkit-backdrop-filter: blur(53px);
  backdrop-filter: blur(53px);
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-transition: border .3s, color .3s, background-color .3s;
  -o-transition: border .3s, color .3s, background-color .3s;
  transition: border .3s, color .3s, background-color .3s;
}

.t-service__btn:hover {
  background-color: transparent;
  color: #FF8200;
}

@media (min-width: 760px) {
  .t-service__btn {
    padding: 12px 25px;
    font-size: 12px;
  }
}

@media (min-width: 990px) {
  .t-service__btn {
    -webkit-backdrop-filter: blur(37px);
    backdrop-filter: blur(37px);
    border-radius: 35px;
    font-size: 16px;
    padding: 17px 35px;
  }
}

@media (min-width: 990px) {
  .t-service__btn {
    -webkit-backdrop-filter: blur(53px);
    backdrop-filter: blur(53px);
    border-radius: 50px;
    font-size: 22px;
    padding: 24px 47px;
  }
}

.t-service__img {
  position: absolute;
  max-height: 120px;
}

.t-service__img--left {
  display: none;
}

.t-service__img--right {
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 760px) {
  .t-service__img--left {
    display: block;
    max-height: 78px;
    left: 50px;
    bottom: 35px;
  }
  .t-service__img--right {
    max-height: 72px;
    top: 90px;
    left: auto;
    right: 60px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 990px) {
  .t-service__img--left {
    max-height: 78px;
    left: 90px;
    bottom: 50px;
  }
  .t-service__img--right {
    max-height: 95px;
    top: 110px;
    right: 110px;
  }
}

@media (min-width: 1200px) {
  .t-service__img--left {
    max-height: none;
    left: 10%;
    bottom: 60px;
  }
  .t-service__img--right {
    max-height: none;
    top: 169px;
    right: 13%;
  }
}

.t-form {
  padding: 70px 0;
}

@media (max-width: 600px) {
  .t-form .t-container {
    padding: 0;
  }
}

.t-form__heading {
  font-weight: 900;
  margin: 0 0 35px;
  text-align: center;
}

.t-form__heading .colored {
  display: block;
}

@media (max-width: 600px) {
  .t-form__heading {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 125px;
  }
}

.t-form__form {
  padding: 70px 25px 40px;
  background: rgba(255, 245, 235, 0.65);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.t-form__input {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom: 0.7px solid #BC8348;
  padding-bottom: 20px;
  margin-bottom: 50px;
  outline: none;
}

.t-form__input:last-of-type {
  margin-bottom: 40px;
}

.t-form__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

@media (max-width: 400px) {
  .t-form__checkbox-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 600px) {
  .t-form__checkbox-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .t-form__checkbox-wrapper {
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .t-form__checkbox-wrapper {
    margin-bottom: 50px;
  }
}

.t-form__checkbox {
  display: none;
}

.t-form__checkbox-label {
  display: block;
  min-width: 29px;
  max-width: 29px;
  min-height: 29px;
  max-height: 29px;
  background-color: transparent;
  border: 0.531856px solid #BC8348;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 13px;
}

@media (max-width: 400px) {
  .t-form__checkbox-label {
    min-width: 25px;
    max-width: 25px;
    min-height: 25px;
    max-height: 25px;
  }
}

@media (min-width: 600px) {
  .t-form__checkbox-label {
    min-width: 11.25px;
    max-width: 11.25px;
    min-height: 11.25px;
    max-height: 11.25px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .t-form__checkbox-label {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 13px;
    border: 0.709141px solid #BC8348;
    margin-top: 4px;
  }
}

@media (min-width: 1280px) {
  .t-form__checkbox-label {
    min-width: 17.25px;
    max-width: 17.25px;
    min-height: 17.25px;
    max-height: 17.25px;
    margin-right: 12px;
    border: 1px solid #BC8348;
  }
}

.t-form__checkbox-label--checked {
  background-image: url(../img/testimonials/checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.t-form__checkbox-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #BC8348;
}

@media (max-width: 400px) {
  .t-form__checkbox-text {
    font-size: 16px;
  }
}

@media (min-width: 600px) {
  .t-form__checkbox-text {
    font-size: 10px;
    max-width: 210px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .t-form__checkbox-text {
    font-size: 12px;
    max-width: 270px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .t-form__checkbox-text {
    font-size: 16px;
    max-width: 380px;
  }
}

.t-form__btn {
  outline: none;
  display: table;
  margin: 0 auto;
  background-color: #FF8200;
  border: 1px solid #FF8200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 26px;
  color: #ffffff;
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 90px;
}

.t-form__btn:hover {
  background-color: transparent;
  color: #FF8200;
}

@media (max-width: 400px) {
  .t-form__btn {
    font-size: 22px;
    padding: 12px 30px;
  }
}

@media (min-width: 600px) {
  .t-form__btn {
    font-size: 12px;
    padding: 8px 30px;
  }
}

@media (min-width: 992px) {
  .t-form__btn {
    font-size: 16px;
    padding: 10px 45px;
  }
}

@media (min-width: 1280px) {
  .t-form__btn {
    border-radius: 50px;
    font-size: 22px;
    padding: 15px 65px;
  }
}

.t-form__img-block {
  position: relative;
  background-color: #FF8200;
  min-height: 575px;
  margin-top: -425px;
}

@media (min-width: 600px) {
  .t-form__img-block {
    min-height: 265px;
    margin-top: -205px;
  }
}

@media (min-width: 992px) {
  .t-form__img-block {
    min-height: 330px;
    margin-top: -240px;
  }
}

@media (min-width: 1280px) {
  .t-form__img-block {
    min-height: 535px;
    margin-top: -390px;
  }
}

.t-form__img {
  position: absolute;
  z-index: 1;
}

.t-form__img--emoji {
  display: none;
}

.t-form__img--heart {
  max-height: 110px;
  bottom: -40px;
  left: 35px;
}

.t-form__img--ghost {
  max-height: 116px;
  top: -270px;
  right: 30px;
}

.t-form__img--like {
  max-height: 64px;
  top: -220px;
  left: 30px;
}

.t-form__svg {
  position: absolute;
}

.t-form__svg--left {
  display: none;
}

.t-form__svg--right {
  max-height: 43px;
  bottom: 20px;
  right: 30px;
  -webkit-transform: rotate(-68deg);
  -ms-transform: rotate(-68deg);
  transform: rotate(-68deg);
}

.t-form__svg--mob {
  top: -265px;
  left: 120px;
}

@media (min-width: 600px) {
  .t-form {
    padding: 55px 0 100px;
  }
  .t-form__heading {
    max-width: 470px;
    text-align: left;
    margin: 0 auto 36px;
  }
  .t-form__heading .colored {
    text-align: center;
  }
  .t-form__form {
    max-width: 340px;
    margin: 0 auto;
    padding: 30px;
  }
  .t-form__input {
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .t-form__input:last-of-type {
    margin-bottom: 15px;
  }
  .t-form__img--emoji {
    display: block;
    max-height: 102px;
    bottom: -50px;
    left: 65px;
  }
  .t-form__img--heart {
    max-height: 68px;
    bottom: auto;
    right: auto;
    top: -35px;
    left: 90px;
  }
  .t-form__img--ghost {
    max-height: 80px;
    top: -45px;
    right: 78px;
  }
  .t-form__img--like {
    max-height: 55px;
    top: auto;
    left: auto;
    bottom: 30px;
    right: 100px;
  }
  .t-form__img--ghost, .t-form__img--like {
    display: block;
  }
  .t-form__svg {
    position: absolute;
  }
  .t-form__svg--mob {
    display: none;
  }
  .t-form__svg--left, .t-form__svg--right {
    display: block;
  }
  .t-form__svg--left {
    max-height: 50px;
    top: 89px;
    left: 75px;
  }
  .t-form__svg--right {
    max-height: 44px;
    top: 100px;
    right: 76px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 992px) {
  .t-form__heading {
    max-width: 635px;
    margin: 0 auto 40px;
  }
  .t-form__form {
    max-width: 420px;
    padding: 40px;
  }
  .t-form__input {
    font-size: 13px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .t-form__input:last-of-type {
    margin-bottom: 20px;
  }
  .t-form__img--emoji {
    max-height: 130px;
    bottom: -65px;
    left: 15%;
  }
  .t-form__img--heart {
    max-height: 92px;
    bottom: auto;
    right: auto;
    top: -50px;
    left: 8%;
  }
  .t-form__img--ghost {
    max-height: 97px;
    top: -80px;
    right: 10%;
  }
  .t-form__img--like {
    max-height: 58px;
    bottom: 73px;
    right: 18%;
  }
  .t-form__img--ghost, .t-form__img--like {
    display: block;
  }
  .t-form__svg {
    position: absolute;
  }
  .t-form__svg--left {
    max-height: 68px;
    top: 110px;
    left: 15%;
  }
  .t-form__svg--right {
    max-height: 60px;
    top: 100px;
    right: 15%;
  }
}

@media (min-width: 1200px) {
  .t-form {
    padding: 100px 0;
  }
  .t-form__heading {
    margin-bottom: 55px;
    max-width: 815px;
  }
  .t-form__form {
    max-width: 635px;
    padding: 60px;
  }
  .t-form__input {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 30px;
  }
  .t-form__input:last-of-type {
    margin-bottom: 25px;
  }
  .t-form__img--heart, .t-form__img--emoji, .t-form__img--ghost {
    max-height: none;
  }
  .t-form__img--like {
    max-height: 122px;
  }
  .t-form__img--emoji {
    bottom: -120px;
    left: 8%;
  }
  .t-form__img--heart {
    top: -70px;
    left: 10%;
  }
  .t-form__img--ghost {
    top: -105px;
    right: 5%;
  }
  .t-form__img--like {
    bottom: 75px;
    right: 15%;
  }
  .t-form__svg--left, .t-form__svg--right {
    max-height: none;
  }
  .t-form__svg--left {
    top: 145px;
    left: 7%;
  }
  .t-form__svg--right {
    top: 85px;
    right: 90px;
  }
}