a,
button {
  background-color: transparent
}

a,
button,
input {
  outline: 0
}

.btn,
a {
  text-decoration: none
}

.btn,
button {
  cursor: pointer
}

body,
header,
html,
img {
  width: 100%
}

.h1,
.h2,
.logo {
  text-transform: uppercase
}

@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Bold"), local("BebasNeueBold"), url("../fonts/bebasneue/bebasneuebold.woff2") format("woff2"), url("../fonts/bebasneue/bebasneuebold.woff") format("woff"), url("../fonts/bebasneue/bebasneuebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0
}

img {
  border-style: none;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.btn,
button,
input {
  border: 0
}

ul li {
  list-style: none
}

a,
button {
  transition: .3s
}

a {
  color: #fff
}

input::placeholder {
  color: #fff
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

a:hover,
button:hover {
  transition: .25s
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

.btn {
  display: inline-block;
  padding: 16px 30px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  background: 0 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.header,
main {
  display: flex
}

.btn-telegram,
.btn-whatsapp {
  width: 235px;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  font-weight: 400
}

body {
  font-family: Inter, sans-serif;
  box-sizing: border-box;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.container {
  max-width: 1195px;
  height: 100%;
  margin: 0 auto
}

.form-container,
.section-form {
  height: 800px;
  box-sizing: border-box
}

.btn-whatsapp {
  background: #27d045
}

.btn-whatsapp:hover {
  background-color: #06e093;
  border-color: #06e093
}

.btn-telegram {
  background: #30a7db
}

.logo,
.tel {
  font-weight: 600;
  text-align: left
}

.btn-telegram:hover {
  background-color: #52b6e0;
  border-color: #52b6e0
}

.section-goals .card .card-item:last-child,
.section-price .h2,
.section-price .table>.tr:last-child {
  border-bottom: 1px solid #ddd
}

header {
  height: 920px;
  padding: 20px 60px;
  background: url("../img/bg_head.jpg") center center/cover no-repeat;
  color: #fff
}

header .mob-bar {
  display: none;
  text-align: center
}

header .mob-bar .logo {
  display: inline
}

.header {
  align-items: center;
  justify-content: space-between
}

.logo {
  width: 188px;
  font-size: 18px
}

.tel {
  font-size: 16px;
  color: #fff
}

.h1,
.main-content {
  text-align: center
}

main {
  align-items: center;
  justify-content: center;
  height: 850px
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}

.h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  font-weight: 700
}

.h2,
.subtitle .price span {
  font-size: 50px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif
}

.h2 {
  text-align: left;
  color: #171717
}

.m-header .col,
.subtitle {
  text-align: center
}

.subtitle {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  font-weight: 700
}

.subtitle .price {
  display: inline-block;
  width: auto;
  padding: 0 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 1
}

.subtitle .price .line {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 8px;
  z-index: -1;
  background-color: #ffa800
}

.subtitle .price span {
  text-align: center;
  color: #fff
}

.group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px
}

.group-column {
  flex-direction: column;
}

.group-column:last-child {
  order: 1;
}

.group-column:first-child {
  order: 2;
}

.btn.btn-whatsapp.column {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  background: transparent;
  padding: 0;
}

.btn.btn-whatsapp.column:hover {
  background-color: transparent;
  border-color: transparent;
}

.footer-items {
  justify-content: flex-start;
  align-items: end;
}

.btn.btn-whatsapp.column.black {
  color: #171717;
}

.m-header {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  color: #171717 !important;
  border-radius: 6px;
  opacity: .8
}

.m-header .tel {
  color: #171717 !important;
  text-decoration: underline
}

.info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  column-gap: 55px;
  row-gap: 15px;
  margin-top: 50px
}

.info .info-item {
  display: flex;
  align-items: center;
  gap: 10px
}

.info .info-item .item-ico {
  width: 32px;
  height: 32px
}

.info .info-item .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left
}

@media screen and (max-width:1320px) {
  header {
    height: auto;
    padding: 20px 10px
  }

  .header {
    display: none
  }

  .m-header {
    display: flex
  }

  main {
    height: 600px
  }

  .main-content {
    gap: 30px;
    box-sizing: border-box
  }

  .info {
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    margin-top: 35px
  }
}

.section {
  padding: 100px 10px
}

.section-price .h2 {
  padding: 15px 0;
  text-align: left
}

.section-price .table-container {
  display: flex;
  justify-content: flex-end
}

.section-price .table {
  width: 790px
}

.section-price .table>.tr {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px
}

.tr+.tr {
  border-top: 1px solid #ddd
}

.section-price .table>.tr>.td {
  padding: 15px 0
}

.section-price .table>.tr>.td:first-child {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #666
}

.section-price .table>.tr>.td:last-child {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #171717
}

.section-help {
  padding-top: 0
}

.section-help .h2 {
  margin: 20px 0
}

.section-help .help-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center
}

.section-help .help-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 380px;
  text-align: center;
  border: 1px solid #ddd;
  position: relative
}

.section-help .help-container .item:first-child,
.section-help .help-container .item:last-child {
  border-left: 0;
  border-right: 0
}

.section-help .help-container .item .num {
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  color: #171717
}

.section-help .help-container .item .desc {
  width: 230px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #666
}

.section-help .help-container .item .circle {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 1
}

.section-help .help-container .item .circle.c1 {
  left: -20px;
  top: -20px
}

.section-help .help-container .item .circle.c2 {
  right: -20px;
  top: -20px
}

.section-help .help-container .item .circle.c3 {
  right: -20px;
  bottom: -20px
}

.section-help .help-container .item .circle.c4 {
  left: -20px;
  bottom: -20px
}

.section-form {
  width: 100%;
  padding: 20px;
  background: url("../img/bg_order.svg") center center/cover no-repeat;
  color: #fff
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center
}

.section-form .h2 {
  color: #fff
}

.section-form .message {
  width: 316px;
  font-size: 16px;
  font-weight: 400;
  color: #fff
}

.section-form .form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}

.section-form .form .col-form>.col-form-label {
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #fff
}

.section-form .form .col-form {
  width: 100%;
  box-sizing: border-box
}

.section-form .form .col-form>.form-control {
  width: 380px;
  padding: 16px 10px;
  border: 1px solod;
  background: #ffffff4d;
  font-size: 16px;
  font-weight: 400;
  color: #ffffffbf
}

.section-form .form .btn-leave-request {
  width: 380px;
  margin-bottom: -20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #ffffff4d;
  border-radius: 0
}

.section-form .form .btn-leave-request:hover {
  background: #fff;
  color: #171717
}

.section-goals .card {
  display: flex;
  flex-direction: column;
  margin-top: 40px
}

.section-goals .card .card-item {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-auto-flow: dense;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  align-items: center
}

.section-goals .card .card-item .card-num {
  min-width: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #666
}

.section-goals .card .card-item .card-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #171717
}

footer {
  padding: 50px 10px;
  background: #171717;
  color: #fff
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 300px
}

.footer-item-1 {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 20px
}

.footer-item-2 {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 20px
}

.footer-item-3 {
  text-align: right
}

.footer-item-3 .btn {
  margin-bottom: 20px
}

.footer .logo {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #fff
}

.footer .copy,
.footer .m-copy {
  padding-bottom: 5px;
  font-size: 13px;
  color: #ffffff80;
  font-weight: 400
}

.footer .copy {
  align-self: flex-end;
  text-align: left
}

.footer .m-copy,
.success-msg {
  text-align: center;
  display: none
}

.footer .m-copy {
  width: 100%
}

.footer .row>.lable {
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999
}

.footer .row>.title {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fff
}

.footer .m-btn {
  display: none
}

.footer .m-btn .btn {
  margin: 7px 0
}

@media screen and (max-width:767.98px) {
  header {
    height: auto;
    padding: 20px 10px
  }

  .footer .copy,
  .footer .footer-item-3,
  .header,
  .section-help .help-container .item .circle {
    display: none
  }

  .m-header {
    display: flex
  }

  .section-form .form-container,
  main {
    height: 500px
  }

  .main-content {
    gap: 30px;
    box-sizing: border-box
  }

  .h1,
  .h2,
  .subtitle .price span {
    font-size: 25px
  }

  .subtitle {
    font-size: 16px
  }

  .subtitle .price .line {
    bottom: 5px;
    height: 4px
  }

  .group,
  .section-form .form {
    flex-direction: column
  }

  .group.group-column.footer-items {
    align-items: center;
  }

  .info {
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
    margin-top: 0
  }

  .section {
    padding: 50px 10px
  }

  .footer,
  .section-help .help-container {
    grid-template-columns: 1fr
  }

  .section-help .help-container .item {
    height: 300px;
    border-left: 0;
    border-right: 0
  }

  .section-help .help-container .item .num {
    font-size: 50px
  }

  .section-help .help-container .item:first-child {
    border-bottom: 0
  }

  .section-help .help-container .item:last-child {
    border-top: 0
  }

  .section-form {
    height: 550px
  }

  .section-form .form .btn-leave-request,
  .section-form .form .col-form>.form-control,
  .section-form .message {
    width: 100%
  }

  footer {
    padding: 30px 10px
  }

  .footer .footer-item-1,
  .footer .footer-item-2 {
    display: block;
    text-align: center
  }

  .footer .logo {
    margin-bottom: 20px
  }

  .footer .row {
    margin: 10px 0
  }

  .footer .logo,
  .footer .row>.lable,
  .footer .row>.title {
    width: 100%;
    text-align: center
  }

  .footer .m-btn {
    display: block
  }

  .footer .m-copy {
    display: block;
    margin-top: 20px
  }
}

@media screen and (max-width:540px) {

  header,
  main {
    height: auto
  }

  header {
    padding: 20px 10px
  }

  .footer .copy,
  .footer .footer-item-3,
  .header,
  .section-help .help-container .item .circle {
    display: none
  }

  .m-header {
    display: flex
  }

  main {
    min-height: 650px
  }

  .main-content {
    gap: 30px;
    box-sizing: border-box
  }

  .h1,
  .h2,
  .subtitle .price span {
    font-size: 25px
  }

  .subtitle {
    font-size: 16px
  }

  .subtitle .price .line {
    bottom: 5px;
    height: 4px
  }

  .group,
  .section-form .form {
    flex-direction: column
  }

  .info {
    grid-template-columns: 1fr;
    column-gap: 5px;
    margin-top: 0
  }

  .section {
    padding: 50px 10px
  }

  .section-price .table>.tr>.td {
    font-size: 16px !important
  }

  .footer,
  .section-help .help-container {
    grid-template-columns: 1fr
  }

  .section-help .help-container .item {
    height: 300px;
    border-left: 0;
    border-right: 0
  }

  .section-help .help-container .item .num {
    font-size: 50px
  }

  .section-help .help-container .item:first-child {
    border-bottom: 0
  }

  .section-help .help-container .item:last-child {
    border-top: 0
  }

  .section-form {
    height: 550px
  }

  .section-form .form-container {
    height: 500px
  }

  .section-form .form .btn-leave-request,
  .section-form .form .col-form>.form-control,
  .section-form .message {
    width: 100%
  }

  .section-goals .card {
    margin-top: 15px
  }

  .section-goals .card .card-item {
    grid-template-columns: 50px 1fr
  }

  .section-goals .card .card-item .card-name {
    font-size: 18px
  }

  .section-goals .card .card-item .card-num {
    font-size: 15px
  }

  footer {
    padding: 30px 10px
  }

  .footer .footer-item-1,
  .footer .footer-item-2 {
    display: block;
    text-align: center
  }

  .footer .logo {
    margin-bottom: 20px
  }

  .footer .row {
    margin: 10px 0
  }

  .footer .logo,
  .footer .row>.lable,
  .footer .row>.title {
    width: 100%;
    text-align: center
  }

  .footer .m-btn {
    display: block
  }

  .footer .m-copy {
    display: block;
    margin-top: 20px
  }
}

.error {
  border: 1px solid #f69195 !important
}

.success-msg .e-msg,
.success-msg .s-msg {
  height: 100%;
  min-height: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700
}

.error::-webkit-input-placeholder {
  color: #f69195
}

.error:-moz-placeholder {
  color: #f69195
}

.success-msg {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  width: 250px;
  margin: 0 auto
}

.success-msg .s-msg {
  color: #155724;
  -webkit-box-shadow: 8px 17px 32px 0 rgba(0, 0, 0, .2);
  box-shadow: 8px 17px 32px 0 rgba(0, 0, 0, .2)
}

.success-msg .e-msg {
  color: #721c24;
  -webkit-box-shadow: 8px 17px 32px 0 rgba(0, 0, 0, .2);
  box-shadow: 8px 17px 32px 0 rgba(0, 0, 0, .2)
}

#formloader {
  position: absolute;
  display: none;
  width: 43px;
  height: 11px;
  top: 15px;
  left: 0;
  right: 0;
  margin: 10px auto 15px;
  background-image: url("../img/bg/loader.gif");
  background-repeat: no-repeat;
  background-position: center center
}