@font-face {
  font-family: "Regular";
  src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
  font-family: "Bold";
  src: url(../fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: "SemiBold";
  src: url(../fonts/Gilroy-Semibold.ttf);
}
* {
  font-size: 1rem;
  font-family: "Regular", sans-serif;
  box-sizing: border-box;
  color: #3B3B3E;
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1524px;
  padding: 0 12px;
}

.btn {
  width: 350px;
  height: 70px;
  border-radius: 35px;
  background-color: #FF865B;
  color: #FFF;
  border: 1px solid #FF865B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.875rem;
  font-family: "SemiBold", sans-serif;
  transition: 0.3s all ease;
  cursor: pointer;
}
.btn:hover {
  background-color: transparent;
  color: #3B3B3E;
  transition: 0.3s all ease;
}

header {
  position: absolute;
  top: 20px;
  z-index: 2;
  width: 100%;
  left: 0;
}
header.fixed {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(217, 217, 217, 0.25);
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s all ease;
}
header .logo {
  background-image: url(../img/logo-head.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 180px;
  height: 30px;
  margin-right: 40px;
}
header nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
header nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
header nav ul li a {
  text-decoration: none;
  color: #3B3B3E;
  font-size: 1.25rem;
  transition: 0.3s all ease;
}
header nav ul li a:hover {
  color: #FF865B;
  transition: 0.3s all ease;
}
header .callback {
  margin-left: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
header .callback .phone {
  height: 40px;
  border: 1px solid #FF865B;
  border-radius: 20px;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  font-size: 1.125rem;
  font-family: "SemiBold", sans-serif;
  color: #3B3B3E;
  margin-right: 10px;
  padding-left: 10px;
  transition: 0.3s all ease;
}
header .callback .phone .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #FF865B;
  background-image: url(../icons/01-icon-phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  margin-left: 10px;
}
header .callback .phone:hover {
  background-color: #FF865B;
  color: #FFF;
  transition: 0.3s all ease;
}
header .callback .telegram {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #FF865B;
  background-image: url(../icons/02-icon-tg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  display: block;
  transition: 0.3s all ease;
}
header .callback .telegram:hover {
  opacity: 0.5;
  transition: 0.3s all ease;
}

.main-block {
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  padding-top: 100px;
}
.main-block .btn {
  font-size: 1.25rem;
}
.main-block .container {
  position: relative;
}
.main-block .left {
  width: 100%;
  max-width: 845px;
  padding-top: 160px;
  padding-bottom: 280px;
}
.main-block .left h1 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: normal;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.main-block .left p,
.main-block .left span {
  display: block;
  width: 100%;
  max-width: 745px;
}
.main-block .left p {
  font-size: 2.188rem;
  margin-bottom: 50px;
  line-height: 3.125rem;
}
.main-block .left span {
  opacity: 0.5;
  line-height: 2.188rem;
  font-size: 1.25rem;
  max-width: 630px;
  margin-bottom: 50px;
}
.main-block .left span strong {
  display: block;
  font-weight: normal;
  font-family: "Bold", sans-serif;
  font-size: inherit;
}
.main-block .right {
  position: absolute;
  width: 785px;
  height: 745px;
  top: 100px;
  right: 0;
  background-image: url(../img/01-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-block .right img {
  display: block;
  margin: 0 auto;
  margin-top: -82px;
}

.offer {
  margin-top: -60px;
}
.offer .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.offer .left {
  width: 550px;
}
.offer .left img {
  width: 100%;
  height: auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: block;
}
.offer .right {
  padding-left: 70px;
  width: calc(100% - 550px);
  padding-top: 160px;
}
.offer .right h2 {
  margin: 0;
  padding: 0;
  font-size: 2.188rem;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.offer .right ul {
  margin: 0;
  padding: 0;
}
.offer .right ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  list-style-type: none;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.offer .right ul li:last-child {
  margin-bottom: 0;
}
.offer .right ul li p {
  margin: 0;
  font-size: 1.25rem;
}
.offer .right ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #FF865B;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  flex-shrink: 0;
}
.offer .right ul li:nth-child(1) .icon {
  background-image: url(../icons/03-icon-time.svg);
}
.offer .right ul li:nth-child(2) .icon {
  background-image: url(../icons/04-icon-sport.svg);
}
.offer .right ul li:nth-child(3) .icon {
  background-image: url(../icons/05-icon-heart.svg);
}
.offer .right ul li:nth-child(4) .icon {
  background-image: url(../icons/06-icon-top.svg);
}

.result {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  position: relative;
}
.result:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/04-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.result h2 {
  padding: 0;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.188rem;
  font-weight: normal;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
}
.result p {
  position: relative;
  font-size: 1.125rem;
  line-height: 2.188rem;
  margin-bottom: 50px;
  opacity: 0.5;
  text-align: center;
}
.result .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.result .row .item {
  width: 400px;
  border-radius: 20px;
  background-color: #FFF;
  padding: 60px 30px;
  text-align: center;
}
.result .row .item p {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: "Bold", sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 15px;
}
.result .row .item span {
  display: block;
  font-size: 1.125rem;
  opacity: 0.5;
}
.result .row .item .icon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #FF865B;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.result .row .item .icon:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #FFF;
  opacity: 0.5;
}
.result .row .item:nth-child(1) .icon {
  background-image: url(../icons/07-icon-sports.svg);
}
.result .row .item:nth-child(2) .icon {
  background-image: url(../icons/08-icon-mask.svg);
}
.result .row .item:nth-child(3) .icon {
  background-image: url(../icons/09-icon-stars.svg);
}

.effective {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.effective .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.effective .left {
  width: 100%;
  max-width: 750px;
}
.effective .left h3 {
  margin: 0;
  padding: 0;
  font-size: 2.188rem;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.effective .left-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.effective .left-row__left {
  width: 50%;
  padding-right: 15px;
}
.effective .left-row__left .item:nth-child(2) {
  display: none;
}
.effective .left-row__right {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-shrink: 1;
}
.effective .left-row__center {
  width: 100%;
}
.effective .left-row .item {
  padding: 20px;
  border-radius: 20px;
  background-color: #FEF0EC;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.effective .left-row .item .num {
  width: 30px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #FF865B;
  font-size: 3.75rem;
  font-family: "Bold", sans-serif;
}
.effective .left-row .item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  height: 70px;
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 1.25rem;
}
.effective .left-row .item ul {
  padding: 0;
  margin: 0;
}
.effective .left-row .item ul li {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.effective .left-row .item ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #FF865B;
  display: block;
  flex-shrink: 0;
  margin-right: 14px;
  margin-left: 20px;
  margin-top: 8px;
  transform: rotate(45deg);
  opacity: 0.5;
}
.effective .left-row .item ul li:last-child {
  margin-bottom: 0;
}
.effective .left-row .item ul li span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.effective .left-row .item ul li span b {
  font-family: "Bold", sans-serif;
}
.effective .right {
  width: 100%;
  max-width: 740px;
  padding-left: 90px;
}
.effective .right__item {
  background-image: url(../img/05-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 70px;
  width: 100%;
  margin-top: 100px;
}
.effective .right__item img {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin-left: auto;
  margin-right: 40px;
}

.parts {
  position: relative;
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  padding-top: 250px;
  margin-top: -250px;
  padding-bottom: 200px;
}
.parts:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/07-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.parts .container h3 {
  text-align: center;
  font-size: 2.188rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Bold", sans-serif;
  position: relative;
}
.parts .container .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1150px;
}
.parts .container .row .warning {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #D9D9D9;
  border-radius: 20px;
  padding: 10px;
}
.parts .container .row .warning:before {
  content: "";
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 15px;
  display: block;
  background-image: url(../icons/10-icon-warn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.parts .container .row .warning span {
  font-size: 1.25rem;
  display: block;
}
.parts .container .row .item {
  width: 100%;
  max-width: 350px;
}
.parts .container .row .item:nth-child(1) {
  margin-top: 170px;
}
.parts .container .row .item:nth-child(3) {
  margin-top: 80px;
}
.parts .container .row .item img {
  display: block;
  border-radius: 20px;
  margin-bottom: 30px;
}
.parts .container .row .item p {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-family: "Bold", sans-serif;
  display: block;
}
.parts .container .row .item span {
  font-size: 1.125rem;
  opacity: 0.5;
  line-height: 1.5rem;
}

.known {
  position: relative;
  margin-top: -100px;
}
.known .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.known .left {
  width: 550px;
}
.known .left img {
  width: 100%;
  height: auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.known .right {
  padding-top: 150px;
  width: calc(100% - 550px);
  padding-left: 70px;
}
.known .right .btn {
  width: 100%;
  margin-bottom: 50px;
  font-family: "SemiBold", sans-serif;
  font-size: 1.45rem;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}
.known .right .btn:nth-child(3) {
  max-width: 500px;
}
.known .right .btn:nth-child(4) {
  max-width: 660px;
}
.known .right h3 {
  font-size: 2.188rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: "Bold", sans-serif;
}
.known .right p {
  margin-bottom: 50px;
  font-size: 1.125rem;
  opacity: 0.5;
}

.reviews {
  padding-top: 100px;
  position: relative;
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  padding-bottom: 100px;
}
.reviews__row {
  display: block;
  max-width: 1350px;
  margin: 0 auto;
}
.reviews:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/07-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.reviews h4 {
  margin: 0;
  font-size: 2.188rem;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}
.reviews .container {
  position: relative;
}
.reviews .item {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFF;
  margin-top: 90px;
}
.reviews .item .image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  margin-top: -90px;
  margin-bottom: 10px;
}
.reviews .item .image img {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 60px;
}
.reviews .item .name {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-family: "Bold", sans-serif;
  margin-bottom: 10px;
}
.reviews .item .text {
  display: block;
  font-size: 1.125rem;
  line-height: 1.875rem;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.reviews .item .more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.reviews .item .more:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(../icons/13-icon-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  margin-left: 10px;
}
.reviews .item-over {
  margin-top: 100px;
  transition: 0.3s all ease;
}
.reviews .item-over.top-item {
  margin-top: 0;
  transition: 0.3s all ease;
}
.reviews .slick-prev.slick-arrow {
  position: absolute;
  left: -60px;
  top: calc(50% - 30px);
  z-index: 2;
  background-image: url(../icons/12-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  font-size: 0;
  display: block;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #FFF;
  cursor: pointer;
}
.reviews .slick-prev.slick-arrow.slick-disabled {
  background-color: #FFF;
  cursor: default;
  opacity: 0.4;
}
.reviews .slick-next.slick-arrow {
  position: absolute;
  right: -60px;
  top: calc(50% - 30px);
  z-index: 2;
  background-image: url(../icons/11-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  font-size: 0;
  display: block;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #FFF;
  cursor: pointer;
}
.reviews .slick-next.slick-arrow.slick-disabled {
  background-color: #FFF;
  cursor: default;
  opacity: 0.4;
}

.programm {
  padding-top: 100px;
  padding-bottom: 50px;
}
.programm__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.programm h4 {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.188rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Bold", sans-serif;
}
.programm .item {
  margin-bottom: 50px;
}
.programm .item .icon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  background-color: #FF865B;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.programm .item .icon:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #FFF;
  opacity: 0.5;
}
.programm .item span {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  font-size: 1.25rem;
  margin: 0 auto;
}
.programm .item:nth-child(1) .icon {
  background-image: url(../icons/14-icon-programm.svg);
}
.programm .item:nth-child(2) .icon {
  background-image: url(../icons/15-icon-programm.svg);
}
.programm .item:nth-child(3) .icon {
  background-image: url(../icons/16-icon-programm.svg);
}
.programm .item:nth-child(4) .icon {
  background-image: url(../icons/17-icon-programm.svg);
}
.programm .item:nth-child(5) .icon {
  background-image: url(../icons/18-icon-programm.svg);
}

.coaches {
  padding-top: 100px;
  position: relative;
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  padding-bottom: 50px;
}
.coaches h4 {
  margin: 0;
  text-align: center;
  font-size: 2.188rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Bold", sans-serif;
}
.coaches:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/07-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.coaches .container {
  position: relative;
}
.coaches .item {
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 15px 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.coaches .item .image {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coaches .item .image img {
  width: 360px;
  height: 360px;
  display: block;
  border-radius: 50%;
}
.coaches .item .info {
  width: calc(100% - 370px);
  padding-left: 60px;
  padding-top: 45px;
}
.coaches .item .info .name {
  font-size: 1.875rem;
  font-family: "Bold", sans-serif;
  margin-bottom: 20px;
}
.coaches .item .info .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.coaches .item .info .more {
  font-size: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "SemiBold", sans-serif;
  cursor: pointer;
}
.coaches .item .info .more:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-image: url(../icons/13-icon-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  margin-left: 10px;
  margin-top: 3px;
}

.tariffs {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tariffs h5 {
  margin: 0;
  font-size: 2.188rem;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.tariffs span {
  font-size: 1.125rem;
  display: block;
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.125rem;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 50px;
}
.tariffs__row {
  max-width: 1260px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.tariffs .item {
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  position: relative;
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px;
  transition: 0.3s all ease;
}
.tariffs .item:after {
  content: "";
  width: 33px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  background-image: url(../icons/22-icon-select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tariffs .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/12-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tariffs .item:hover {
  transition: 0.3s all ease;
  margin-top: -10px;
}
.tariffs .item .btn {
  width: 100%;
  max-width: 100%;
  position: relative;
  font-size: 1.563rem;
  text-decoration: none;
}
.tariffs .item .name {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Bold", sans-serif;
  margin-bottom: 20px;
}
.tariffs .item span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.tariffs .item .info {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.125rem;
  font-family: "SemiBold", sans-serif;
  margin-bottom: 30px;
}
.tariffs .item .price {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Bold", sans-serif;
  margin-bottom: 30px;
}

.callback-form {
  position: relative;
  background: linear-gradient(135deg, rgba(217, 217, 217, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(217, 217, 217, 0.5) 100%);
  padding-top: 50px;
  padding-bottom: 100px;
}
.callback-form__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.callback-form:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/07-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.callback-form .container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.callback-form .left {
  background-image: url(../img/14-img-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: -250px;
  width: 100%;
  max-width: 600px;
}
.callback-form .left img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
.callback-form .right {
  padding-top: 50px;
  width: calc(100% - 600px);
  flex-shrink: 0;
  padding-right: 100px;
  text-align: right;
}
.callback-form .right h6 {
  font-size: 2.188rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  font-family: "Bold", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  max-width: 770px;
  margin-left: auto;
  text-align: left;
}
.callback-form .right span {
  font-size: 1.125rem;
  width: 100%;
  display: block;
  opacity: 0.5;
  margin-bottom: 50px;
  max-width: 770px;
  margin-left: auto;
  text-align: left;
}
.callback-form .right form {
  display: block;
  max-width: 500px;
  margin-left: auto;
}
.callback-form .right form input:focus {
  outline: none !important;
}
.callback-form .right form input[type=text],
.callback-form .right form input[type=tel] {
  width: 100%;
  display: flex;
  height: 70px;
  border: 1px solid #3B3B3E;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.875rem;
  margin-bottom: 20px;
  background-color: transparent;
}
.callback-form .right form input[type=text]::-moz-placeholder, .callback-form .right form input[type=tel]::-moz-placeholder {
  color: #D9D9D9;
}
.callback-form .right form input[type=text]::placeholder,
.callback-form .right form input[type=tel]::placeholder {
  color: #D9D9D9;
}
.callback-form .right form input[type=submit] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 70px;
  width: 100%;
  max-width: 350px;
  border-radius: 35px;
  background-color: #FF865B;
  transition: 0.3s all ease;
  border: 1px solid #FF865B;
  margin-left: auto;
  cursor: pointer;
  font-size: 1.875rem;
  color: #FFF;
  font-family: "Bold", sans-serif;
}
.callback-form .right form input[type=submit]:hover {
  transition: 0.3s all ease;
  background-color: transparent;
  color: #3B3B3E;
}
.callback-form .right form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.callback-form .right form .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #3B3B3E;
  border-radius: 5px;
  cursor: pointer;
  background-color: #D9D9D9;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}
.callback-form .right form input[type=checkbox]:checked ~ .checkbox {
  background-image: url(../icons/19-icon-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.callback-form .right form label {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.callback-form .right form label span {
  margin-bottom: 0;
  opacity: 1;
  font-size: 1rem;
}

.questions {
  padding-top: 250px;
}
.questions .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.questions .left {
  width: 100%;
  max-width: 750px;
}
.questions .left h6 {
  margin: 0;
  font-size: 2.188rem;
  font-family: "Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: normal;
}
.questions .left .item {
  width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.questions .left .item .inner {
  display: flex;
  flex-wrap: nowrap;
  background-color: #FEF0EC;
  border-radius: 20px;
  padding: 10px;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  height: 70px;
}
.questions .left .item .inner:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
  background-image: url(../icons/20-icon-q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.questions .left .item .inner span {
  width: auto;
  display: block;
  font-size: 1.25rem;
  max-width: calc(100% - 130px);
}
.questions .left .item .inner .button {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 25px;
  margin-left: auto;
}
.questions .left .item .inner .button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../icons/21-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.questions .left .item .info {
  padding: 0 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #FEF0EC;
  border-top: 0;
  margin-top: -10px;
  font-size: 1.125rem;
  opacity: 0.8;
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.questions .left .item.open {
  cursor: default;
}
.questions .left .item.open .info {
  padding: 30px 10px 20px 10px;
  height: auto;
  transition: 0.3s all ease;
}
.questions .left .item.open .inner .button::before {
  transform: rotate(180deg);
}
.questions .right {
  width: 100%;
  max-width: 500px;
}
.questions .right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
}

footer {
  padding-top: 200px;
}
footer .policy {
  display: block;
  margin-top: 30px;
  text-align: center;
}
footer .container {
  background-color: #FEF0EC;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
footer .container .logo {
  background-color: #FFF;
  background-image: url(../img/logo-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  top: -100px;
  left: calc(50% - 100px);
}
footer .container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
footer .container ul li {
  margin: 0 25px;
  padding: 0;
  list-style-type: none;
}
footer .container ul li a {
  font-size: 1.25rem;
  text-decoration: none;
}
footer .container ul li a .icon {
  width: 40px;
  height: 40px;
  background-image: url(../icons/02-icon-tg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  border-radius: 20px;
  background-color: #FF865B;
}

.overlay {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  display: none;
}
.overlay.show {
  display: block;
  transition: 0.3s all ease;
}
.overlay.show.animate {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal {
  position: fixed;
  top: 50%;
  left: -150%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  z-index: 21;
  background-color: #FFF;
  max-width: 600px;
  transition: 0.3s all ease;
}
.modal.show {
  left: 50%;
  transition: 0.3s all ease;
}
.modal-head {
  height: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Bold", sans-serif;
  position: relative;
}
.modal-head span {
  font-size: inherit;
  font-family: inherit;
  display: block;
  text-align: center;
}
.modal-inner form {
  display: block;
  margin-top: 50px;
}
.modal-inner form input:focus {
  outline: none !important;
}
.modal-inner form input[type=text],
.modal-inner form input[type=tel] {
  width: 100%;
  display: flex;
  height: 60px;
  border: 1px solid #3B3B3E;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
  background-color: transparent;
}
.modal-inner form input[type=text]::-moz-placeholder, .modal-inner form input[type=tel]::-moz-placeholder {
  color: #D9D9D9;
}
.modal-inner form input[type=text]::placeholder,
.modal-inner form input[type=tel]::placeholder {
  color: #D9D9D9;
}
.modal-inner form input[type=submit] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  background-color: #FF865B;
  transition: 0.3s all ease;
  border: 1px solid #FF865B;
  margin-left: auto;
  cursor: pointer;
  font-size: 1.875rem;
  color: #FFF;
}
.modal-inner form input[type=submit]:hover {
  transition: 0.3s all ease;
  background-color: transparent;
  color: #3B3B3E;
}
.modal-inner form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.modal-inner form .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #3B3B3E;
  border-radius: 5px;
  cursor: pointer;
  background-color: #D9D9D9;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
}
.modal-inner form input[type=checkbox]:checked ~ .checkbox {
  background-image: url(../icons/19-icon-checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
}
.modal-inner form label {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.modal-inner form label span {
  margin-bottom: 0;
  opacity: 1;
  font-size: 1rem;
}
.modal.thx .modal-inner span {
  font-size: 1.25rem;
  display: block;
  text-align: center;
  font-family: "SemiBold", sans-serif;
}
.modal.rev .modal-inner .image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: none;
}
.modal.rev .modal-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.modal.rev .modal-inner .name {
  text-align: center;
  font-size: 1.25rem;
  font-family: "SemiBold", sans-serif;
  margin-bottom: 15px;
}
.modal.rev .modal-inner .text {
  line-height: 1.5rem;
}
.modal.rev .modal-inner .more {
  display: none;
}
.modal .close {
  width: 20px;
  height: 20px;
  background-image: url(../icons/23-icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

/*COCKIE*/
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  border: 1px solid #D9D9D9;
  opacity: 0.75;
  transition: 0.3s all ease;
  display: none;
}
.cookie .inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.cookie:hover {
  transition: 0.3s all ease;
  opacity: 1;
}
.cookie span {
  font-size: 0.9rem;
  color: #3B3B3E;
  font-family: "SemiBold", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.cookie .btn {
  width: 80px;
  height: 30px;
  border-radius: 10px;
  background-color: #FF865B;
  border: 1px solid #FF865B;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.75rem;
  font-family: "SemiBold", sans-serif;
  color: #FFF;
  cursor: pointer;
  transition: 0.3s all ease;
}
.cookie .btn:hover {
  background-color: transparent;
  color: #FF865B;
  transition: 0.3s all ease;
}

/*ADAPTIVE*/
@media screen and (max-width: 1499px) {
  .main-block .right {
    right: 50px;
    width: 400px;
  }
  .main-block .right img {
    width: 350px;
    margin-top: 35px;
  }
  .effective {
    position: relative;
  }
  .effective .container {
    display: block;
  }
  .effective .left {
    width: 100%;
    max-width: calc(100% - 400px);
  }
  .effective .right {
    position: absolute;
    top: 100px;
    right: 0;
  }
  .effective .right__item {
    width: 400px;
    right: 0;
    position: absolute;
  }
  .effective .right__item img {
    width: 350px;
    margin-top: 10px;
    margin-left: 30px;
  }
  .known .right .btn:nth-child(4) {
    font-size: 1.5rem;
    text-align: center;
  }
  .reviews .item-over {
    margin-top: 0;
  }
  .reviews .slick-prev.slick-arrow {
    left: 0;
  }
  .reviews .slick-next.slick-arrow {
    right: 0;
  }
}
@media screen and (max-width: 1299px) {
  header .callback .phone {
    font-size: 0;
    border: 0;
    padding: 0;
  }
  header .callback .phone .icon {
    margin: 0;
  }
  header .callback .phone:hover {
    opacity: 0.5;
  }
  header nav ul li {
    margin-right: 15px;
  }
  header nav ul li a {
    font-size: 1.125rem;
  }
  .main-block .left {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .result .row .item {
    width: 325px;
  }
  .known .right .btn:nth-child(4) {
    font-size: 1.25rem;
  }
  .questions .left {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1139px) {
  .main-block .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main-block .left {
    max-width: 600px;
    padding-top: 100px;
  }
  .main-block .left h1 {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .main-block .left p {
    font-size: 1.125rem;
    line-height: 1.313rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .main-block .left span {
    font-size: 1rem;
    line-height: 1.313rem;
    margin-bottom: 40px;
  }
  .main-block .right {
    top: 50px;
    position: static;
    width: 375px;
    height: 650px;
  }
  .main-block .right img {
    width: 345px;
    margin-top: -14px;
  }
  .offer .right {
    padding-left: 30px;
  }
  .offer .right h2 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .offer .right ul li {
    margin-bottom: 30px;
  }
  .offer .right ul li p {
    font-size: 1rem;
    line-height: 1.313rem;
  }
  .offer .right ul li:last-child {
    margin-bottom: 30px;
  }
  .result {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .result h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .result p {
    font-size: 1.125rem;
    margin-bottom: 30px;
    line-height: normal;
  }
  .result .row {
    display: block;
  }
  .result .row .item {
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .result .row .item:last-child {
    margin-bottom: 0;
  }
  .result .row .item .icon {
    margin: 0;
    width: 60px;
    height: 60px;
    background-size: 70%;
  }
  .result .row .item .icon:before {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .result .row .item p {
    width: calc(100% - 60px);
    margin: 0;
    padding-left: 15px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    text-align: left;
  }
  .result .row .item span {
    margin: 0;
    margin-top: 15px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.313rem;
  }
  .effective {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
  .effective .left {
    width: 100%;
    max-width: 100%;
  }
  .effective .left h3 {
    font-size: 1.375rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .effective .right {
    margin: 0;
    display: block;
    text-align: center;
    position: relative;
    height: 450px;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: -70px;
  }
  .effective .right__item {
    margin-top: 0;
    position: static;
    padding-top: 2px;
    margin: 0 auto;
  }
  .parts {
    padding-top: 250px;
    padding-bottom: 150px;
  }
  .parts .container h3 {
    font-size: 1.375rem;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .parts .container .row {
    display: block;
  }
  .parts .container .row .warning {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .parts .container .row .item {
    padding: 0;
  }
  .parts .container .row .item:nth-child(1), .parts .container .row .item:nth-child(2), .parts .container .row .item:nth-child(3) {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .known .container {
    display: block;
  }
  .known .left {
    width: 100%;
    margin: 0 auto;
  }
  .known .left img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
  }
  .known .right {
    padding: 0;
    width: 100%;
  }
  .known .right h3 {
    text-align: center;
    font-size: 1.375rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .known .right p {
    margin-bottom: 30px;
    font-size: 1.125rem;
    text-align: center;
  }
  .known .right .btn {
    width: 100% !important;
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 400px !important;
  }
  .reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reviews h4 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .programm {
    padding-top: 50px;
  }
  .programm h4 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .programm__row {
    display: block;
  }
  .programm .item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  .programm .item:last-child {
    margin-bottom: 0;
  }
  .programm .item .icon {
    margin: 0;
    width: 60px;
    height: 60px;
    background-size: 50%;
  }
  .programm .item .icon::before {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .programm .item span {
    width: 100%;
    max-width: calc(100% - 60px);
    padding-left: 15px;
    text-align: left;
    display: block;
    font-size: 1rem;
    line-height: 1.313rem;
  }
  .coaches {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .coaches h4 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .coaches .item {
    margin-top: 130px;
    padding: 15px;
    display: block;
  }
  .coaches .item:last-child {
    margin-bottom: 0;
  }
  .coaches .item .image {
    margin: 0 auto;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }
  .coaches .item .image img {
    width: 190px;
    height: 190px;
  }
  .coaches .item .info {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .coaches .item .info .name {
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
  .coaches .item .info .text {
    font-size: 1rem;
    line-height: 1.563rem;
  }
  .coaches .item .info .more {
    justify-content: center;
    font-size: 1.125rem;
  }
  .tariffs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tariffs h5 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .tariffs span:nth-child(2) {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .tariffs__row {
    display: block;
  }
  .tariffs .item {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 40px 15px;
  }
  .tariffs .item:hover {
    margin-top: 0;
  }
  .tariffs .item:last-child {
    margin-bottom: 0;
  }
  .tariffs .item .name {
    font-size: 1.375rem;
  }
  .tariffs .item span {
    font-size: 1.12rem;
    line-height: 1.75rem;
  }
  .tariffs .item .btn {
    height: 60px;
    border-radius: 30px;
    font-size: 1.25rem;
  }
  .callback-form {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .callback-form__row {
    display: block;
  }
  .callback-form .left {
    margin: 0 auto;
    width: 400px;
    margin-bottom: 30px;
  }
  .callback-form .right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .callback-form .right h6 {
    text-align: center;
    margin: 0 auto;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .callback-form .right span {
    margin: 0;
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
  .callback-form .right form {
    margin: 0 auto;
  }
  .callback-form .right form input[type=text],
  .callback-form .right form input[type=tel] {
    border-radius: 30px;
    height: 60px;
    font-size: 1.375rem;
  }
  .callback-form .right form input[type=submit] {
    width: 100%;
    max-width: 100%;
    font-size: 1.25rem;
    height: 60px;
    border-radius: 30px;
  }
  .callback-form .right form label span {
    text-align: left;
  }
  .questions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .questions .container {
    display: block;
  }
  .questions .right {
    max-width: 400px;
    margin: 0 auto;
  }
  .questions .right img {
    border-radius: 20px;
  }
  .questions .left {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .questions .left h6 {
    text-align: center;
    margin: 0 auto;
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  .questions .left .item {
    margin-bottom: 30px;
  }
  .questions .left .item:last-child {
    margin-bottom: 40px;
  }
  .questions .left .item .inner span {
    font-size: 1rem;
  }
  .questions .left .item .info {
    font-size: 1rem;
  }
  footer {
    padding-top: 100px;
  }
  footer .container {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  footer .container ul {
    display: block;
    text-align: center;
  }
  footer .container ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .container ul li a .icon {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .cookie {
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 1;
    display: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cookie .inner {
    display: block;
  }
  .cookie span {
    font-size: 0.75rem;
    text-align: left;
    font-family: "Regular", sans-serif;
    margin: 0;
    margin-bottom: 5px;
  }
  .cookie .btn {
    width: 100%;
    margin: 0 auto;
  }
  .modal {
    max-width: calc(100% - 24px);
  }
  .modal.rev {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal.rev .modal-inner {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 15px;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
  }
  header nav {
    padding: 0;
  }
  header nav ul {
    display: none;
  }
  .main-block {
    padding-top: 90px;
    overflow: hidden;
  }
  .main-block .container {
    display: block;
    position: relative;
  }
  .main-block .left {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .main-block .left h1 {
    margin-bottom: 15px;
  }
  .main-block .left p {
    margin-bottom: 10px;
  }
  .main-block .left span {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .main-block .left .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    width: 100%;
    max-width: 350px;
    height: 60px;
    border-radius: 30px;
    font-size: 1.25rem;
  }
  .main-block .left .btn:hover {
    background-color: #FFF;
  }
  .main-block .right {
    height: 400px;
    width: 375px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    margin: 0;
    transform: translate(-50%, 0);
  }
  .main-block .right img {
    margin: 0;
    width: auto;
    height: 400px;
    top: -32px;
    left: 50px;
    position: absolute;
  }
  .offer {
    margin-top: 0;
    padding-top: 100px;
  }
  .offer .container {
    flex-wrap: wrap;
  }
  .offer .left {
    width: 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: -50px;
    z-index: 2;
  }
  .offer .left img {
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    border-radius: 30px;
  }
  .offer .right {
    width: 100%;
    max-width: 100%;
    order: 0;
    padding: 0;
  }
  .offer .right h2 {
    text-align: center;
  }
  .result {
    padding-top: 150px;
  }
  .effective .left-row {
    display: block;
  }
  .effective .left-row .item {
    padding: 15px 10px;
  }
  .effective .left-row .item p,
  .effective .left-row .item .num {
    height: auto;
  }
  .effective .left-row .item p {
    font-size: 1.125rem;
  }
  .effective .left-row__left {
    width: 100%;
    padding: 0;
  }
  .effective .left-row__left .item {
    padding: 15px 10px;
  }
  .effective .left-row__left .item p,
  .effective .left-row__left .item .num {
    height: auto;
  }
  .effective .left-row__left .item p {
    font-size: 1.125rem;
  }
  .effective .left-row__left .item:nth-child(2) {
    display: flex;
  }
  .effective .left-row__right {
    width: 100%;
    display: none;
  }
  .parts .container .row .item {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .parts .container .row .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .parts .container .row .item p {
    margin: 0;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .parts .container .row .item span {
    text-align: center;
    font-size: 1.125rem;
    display: block;
    line-height: 1.5rem;
    margin: 0;
    text-align: center;
  }
  .parts .container .row .warning {
    max-width: 400px;
  }
  .parts .container .row .warning span {
    font-size: 1rem;
  }
  .reviews__row {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
  .reviews__row .item {
    width: 300px;
  }
  .reviews__row .item .text {
    -webkit-line-clamp: 8;
  }
  .reviews__row .item-over {
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=main.css.map */