@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
*, ul, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.container {
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  background-color: #F5F5F5;
}

.wrapper {
  height: 100vh;
}

.nice-select {
  width: 100%;
  height: 100%;
  border-radius: 1002.97px;
  background-color: #F5F5F5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nice-select .list {
  max-height: 300px;
  min-width: 100%;
  overflow: scroll;
}
@media (max-width: 1920px) {
  .nice-select .list {
    max-height: 250px;
  }
}
@media (max-width: 1440px) {
  .nice-select .list {
    max-height: 200px;
  }
}
.nice-select .current {
  overflow: hidden;
}

.btn_animation {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn_animation::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg, #e87f9b, #ff4967, #e87f9b);
  animation: ring 1.5s infinite;
  transform: translateX(-50%);
}
.btn_animation:hover::after {
  display: none;
}

@keyframes ring {
  50% {
    transform: translateX(-55px);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

header.close {
  display: none;
}
header .block {
  padding: 28px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1920px) {
  header .block {
    padding: 10px 0;
  }
}
@media (max-width : 578px) {
  header .block {
    margin: 30px 0;
    padding: 10px 0;
    flex-direction: column;
  }
}
header .block .header_logo {
  display: flex;
  gap: 0 19px;
}
@media (max-width : 578px) {
  header .block .header_logo {
    gap: 0 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
  }
}
@media (max-width : 578px) {
  header .block .header_logo img {
    width: 30px;
  }
}
header .block .header_logo .text {
  color: #2C2C2C;
  font-size: 18.342px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width : 578px) {
  header .block .header_logo .text {
    font-size: 17px;
    text-align: center;
  }
}
header .block .header_logo .small_text {
  color: #2C2C2C;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width : 578px) {
  header .block .header_logo .small_text {
    font-size: 10px;
    text-align: center;
  }
}
header .block .phone_number {
  display: flex;
  gap: 0 9px;
  align-items: center;
  text-decoration: none;
}
@media (max-width : 578px) {
  header .block .phone_number {
    display: block;
    text-align: center;
  }
}
@media (max-width : 578px) {
  header .block .phone_number img {
    display: none;
  }
}
header .block .phone_number span {
  display: flex;
  flex-direction: column;
}
header .block .phone_number span .text {
  color: #2C2C2C;
  font-size: 18.34px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
}
@media (max-width : 578px) {
  header .block .phone_number span .text {
    font-size: 27px;
    text-align: center;
  }
}
header .block .phone_number span .small_text {
  color: #2C2C2C;
  text-align: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 134.09%; /* 13.409px */
}
@media (max-width : 578px) {
  header .block .phone_number span .small_text {
    display: none;
  }
}

main {
  background-image: url("../images/bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 227px);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 75% 100%, 0 92%);
}
@media (max-width: 1920px) {
  main {
    height: calc(100vh - 140px);
  }
}
@media (max-width: 1440px) {
  main {
    height: calc(100vh - 120px);
  }
}
@media (max-width : 578px) {
  main {
    display: none;
  }
}
main form {
  display: none;
}
main .mainPage {
  background-color: rgba(0, 76, 68, 0.85);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .mainPage .block {
  display: flex;
}
main .mainPage .block .left {
  width: 47%;
  padding-right: 15px;
}
main .mainPage .block .left .user {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  main .mainPage .block .left .user {
    margin-bottom: 20px;
  }
  main .mainPage .block .left .user img {
    width: 170px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .left .user {
    margin-bottom: 15px;
  }
  main .mainPage .block .left .user img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .user img {
    width: 130px;
  }
}
main .mainPage .block .left .user .info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 30px;
}
main .mainPage .block .left .user .info .name {
  color: #F5F5F5;
  font-size: 21.549px;
  font-weight: 700;
  line-height: 120%; /* 25.858px */
}
@media (max-width: 768px) {
  main .mainPage .block .left .user .info .name {
    font-size: 16px;
  }
}
main .mainPage .block .left .user .info .position {
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  main .mainPage .block .left .user .info .position {
    font-size: 10px;
  }
}
main .mainPage .block .left .title {
  color: #F5F5F5;
  font-size: 32.483px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.98px */
}
@media (max-width: 1440px) {
  main .mainPage .block .left .title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .left .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .title {
    font-size: 16px;
  }
}
main .mainPage .block .left .experience {
  color: #F5F5F5;
  font-size: 26.517px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 23px;
}
@media (max-width: 1440px) {
  main .mainPage .block .left .experience {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .left .experience {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .experience {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
main .mainPage .block .left .description {
  color: #fff;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  main .mainPage .block .left .description {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .left .description {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .description {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
main .mainPage .block .left .action {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin-bottom: 29px;
}
main .mainPage .block .left .action .btn {
  padding: 16px 33px;
  border-radius: 1000px;
  background-color: #E8415F;
  color: #F5F5F5;
  text-align: center;
  font-size: 11.933px;
  font-weight: 500;
  line-height: 152%; /* 18.137px */
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (max-width: 1440px) {
  main .mainPage .block .left .action .btn {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .left .action .btn {
    font-size: 10px;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .action .btn {
    padding: 8px 10px;
    font-size: 8px;
  }
}
main .mainPage .block .left .action .btn:hover {
  color: #050505;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 15px 0px #E8415F;
}
main .mainPage .block .left .action .text {
  width: 178px;
  color: #fff;
  font-size: 11.927px;
  font-weight: 400;
  line-height: 150%; /* 17.891px */
}
@media (max-width: 1440px) {
  main .mainPage .block .left .action .text {
    font-size: 10px;
    width: 130px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .action .text {
    font-size: 8px;
  }
}
main .mainPage .block .left .info {
  display: flex;
  gap: 0 33px;
  list-style: none;
}
@media (max-width: 768px) {
  main .mainPage .block .left .info {
    gap: 0 8px;
  }
}
main .mainPage .block .left .info li {
  color: #fff;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  display: flex;
  gap: 0 13px;
  align-items: center;
}
@media (max-width: 1440px) {
  main .mainPage .block .left .info li {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .left .info li {
    font-size: 10px;
    gap: 0 8px;
  }
}
main .mainPage .block .left .info li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E8415F;
  border-radius: 50%;
}
@media (max-width: 768px) {
  main .mainPage .block .left .info li::before {
    width: 6px;
    height: 6px;
  }
}
main .mainPage .block .right {
  width: 53%;
}
main .mainPage .block .right .block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  main .mainPage .block .right .block {
    gap: 10px;
  }
}
main .mainPage .block .right .block .block_item {
  background-image: url("../images/block_item1.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 65px;
  overflow: hidden;
  width: 257px;
  height: 257px;
  position: relative;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
}
@media (max-width: 1920px) {
  main .mainPage .block .right .block .block_item {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 1440px) {
  main .mainPage .block .right .block .block_item {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  main .mainPage .block .right .block .block_item {
    width: 160px;
    height: 160px;
    border-radius: 45px;
  }
}
@media (max-width: 768px) {
  main .mainPage .block .right .block .block_item {
    width: 130px;
    height: 130px;
    border-radius: 40px;
  }
}
main .mainPage .block .right .block .block_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 65px;
  background: radial-gradient(60.79% 60.79% at 50.02% 49.34%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
main .mainPage .block .right .block .block_item .content {
  padding: 34px 0;
  text-align: center;
  background: rgba(245, 245, 245, 0.9);
  height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1920px) {
  main .mainPage .block .right .block .block_item .content {
    padding: 25px 0;
  }
}
main .mainPage .block .right .block .block_item .content .title {
  color: #2C2C2C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  main .mainPage .block .right .block .block_item .content .title {
    margin-bottom: 16px;
  }
}
main .mainPage .block .right .block .block_item .content .small_title {
  color: #2C2C2C;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  main .mainPage .block .right .block .block_item .content .small_title {
    margin-bottom: 20px;
  }
}
main .mainPage .block .right .block .block_item .content .btn {
  padding: 16px 33px;
  background-color: #E8415F;
  border-radius: 1000px;
  display: inline-flex;
  color: rgba(245, 245, 245, 0.9);
  font-size: 11.933px;
  font-weight: 500;
  line-height: 152%; /* 18.137px */
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (max-width: 1920px) {
  main .mainPage .block .right .block .block_item .content .btn {
    padding: 10px 20px;
  }
}
main .mainPage .block .right .block .block_item .content .btn:hover {
  color: #050505;
  background-color: #f5f5f5;
  box-shadow: 0 0 15px 0 #E8415F;
}
main .mainPage .block .right .block .block_item:hover .content {
  opacity: 1;
  visibility: visible;
}
main .mainPage .block .right .block .block_item:nth-child(2) {
  background-image: url("../images/block_item2.webp");
}
main .mainPage .block .right .block .block_item:nth-child(3) {
  background-image: url("../images/block_item3.webp");
}
main .mainPage .block .right .block .block_item:nth-child(4) {
  background-image: url("../images/block_item4.webp");
}
main.form_page {
  background-image: url("../images/bg2.webp");
}
main.form_page .mainPage {
  display: none;
}
main.form_page form {
  height: 100%;
  display: block;
}
main.form_page .page_form1 {
  background-color: rgba(0, 76, 68, 0.85);
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
main.form_page .page_form1.show {
  display: flex;
}
main.form_page .page_form1 .title {
  color: #F5F5F5;
  font-family: Montserrat;
  font-size: 32.483px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.98px */
}
@media (max-width: 1200px) {
  main.form_page .page_form1 .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .title {
    font-size: 16px;
  }
}
main.form_page .page_form1 .description {
  display: flex;
  gap: 0 33px;
  list-style: none;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  main.form_page .page_form1 .description {
    margin-bottom: 60px;
  }
  main.form_page .page_form1 .description li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .description {
    margin-bottom: 30px;
  }
}
main.form_page .page_form1 .description li {
  color: #fff;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  display: flex;
  gap: 0 13px;
  align-items: center;
}
@media (max-width: 1200px) {
  main.form_page .page_form1 .description li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .description li {
    font-size: 10px;
  }
}
main.form_page .page_form1 .description li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E8415F;
  border-radius: 50%;
}
main.form_page .page_form1 .form_group {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 16px;
}
@media (max-width: 1200px) {
  main.form_page .page_form1 .form_group {
    gap: 50px 16px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group {
    gap: 35px 16px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group {
    gap: 22px 10px;
  }
}
main.form_page .page_form1 .form_group .form_item {
  width: 172px;
  height: 52px;
  position: relative;
}
@media (max-width: 1200px) {
  main.form_page .page_form1 .form_group .form_item {
    width: 17%;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group .form_item {
    height: 40px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .form_item {
    width: 18%;
    height: 25px;
  }
}
main.form_page .page_form1 .form_group .form_item .title {
  position: absolute;
  top: -30px;
  left: 0;
  color: #F5F5F5;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.751px */
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group .form_item .title {
    font-size: 12px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .form_item .title {
    font-size: 8px;
    top: -15px;
  }
}
main.form_page .page_form1 .form_group .checkbox {
  display: flex;
  gap: 0 16px;
}
main.form_page .page_form1 .form_group .checkbox .form_item {
  border-radius: 1002.97px;
  background: #F5F5F5;
  width: 52px;
  height: 52px;
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group .checkbox .form_item {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .checkbox .form_item {
    height: 25px;
  }
}
main.form_page .page_form1 .form_group .checkbox .form_item label {
  display: inline-flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
main.form_page .page_form1 .form_group .checkbox .form_item label .title {
  position: absolute;
  top: -30px;
  left: 0;
  color: #F5F5F5;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.751px */
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .checkbox .form_item label .title {
    font-size: 8px;
    top: -15px;
  }
}
main.form_page .page_form1 .form_group .checkbox .form_item label .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1002.97px;
}
main.form_page .page_form1 .form_group .checkbox .form_item label input {
  display: none;
}
main.form_page .page_form1 .form_group .checkbox .form_item label input:checked + .text {
  box-shadow: 0 0 10px #E8415F;
  background-color: #004C44;
  color: #fff;
}
main.form_page .page_form1 .form_group .checkbox .form_item:first-child {
  width: 172px;
  text-align: center;
}
main.form_page .page_form1 .form_group .price {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .price {
    width: 50%;
  }
}
main.form_page .page_form1 .form_group .price .form_item {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .price .form_item {
    width: calc(50% - 6px);
  }
}
main.form_page .page_form1 .form_group .price .form_item input {
  border-radius: 1002.97px;
  background: #F5F5F5;
  height: 100%;
  width: 100%;
  text-align: center;
  border: none;
  outline: 2px solid transparent;
  transition: 0.3s ease all;
}
main.form_page .page_form1 .form_group .price .form_item input:focus {
  outline: 2px solid #E8415F;
}
main.form_page .page_form1 .form_group .deadline {
  width: calc(25% - 16px);
  margin-left: 8px;
}
main.form_page .page_form1 .form_group .deadline .nice-select .list {
  max-height: 150px;
}
main.form_page .page_form1 .form_group .finishing {
  width: calc(25% - 16px);
}
main.form_page .page_form1 .form_group .finishing .nice-select .list {
  max-height: 150px;
}
main.form_page .page_form1 .form_group .payment_type {
  width: calc(75% - 8px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group .payment_type {
    width: 100%;
  }
}
main.form_page .page_form1 .form_group .payment_type .form_item {
  border-radius: 1002.97px;
  background: #F5F5F5;
  width: calc(33.333% - 11px);
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .payment_type .form_item {
    width: 30%;
  }
  main.form_page .page_form1 .form_group .payment_type .form_item:last-child {
    width: 39%;
  }
}
main.form_page .page_form1 .form_group .payment_type .form_item label {
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
main.form_page .page_form1 .form_group .payment_type .form_item label .title {
  position: absolute;
  top: -30px;
  left: 0;
  color: #F5F5F5;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.751px */
}
main.form_page .page_form1 .form_group .payment_type .form_item label .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1002.97px;
}
main.form_page .page_form1 .form_group .payment_type .form_item label input {
  display: none;
}
main.form_page .page_form1 .form_group .payment_type .form_item label input:checked + .text {
  box-shadow: 0 0 10px #E8415F;
  background-color: #004C44;
  color: #fff;
}
main.form_page .page_form1 .form_group .btn_next {
  border-radius: 1002.97px;
  background: #E8415F;
  width: calc(25% - 8px);
  height: 52px;
  color: #F5F5F5;
  font-size: 15.045px;
  font-weight: 500;
  line-height: 143%; /* 21.514px */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media (max-width: 992px) {
  main.form_page .page_form1 .form_group .btn_next {
    height: 40px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form1 .form_group .btn_next {
    height: 25px;
    font-size: 10px;
  }
}
main.form_page .page_form1 .form_group .btn_next:hover {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0 0 15px 0 #E8415F;
  color: #050505;
}
main.form_page .page_form2 {
  background-color: rgba(0, 76, 68, 0.85);
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
main.form_page .page_form2.show {
  display: flex;
}
main.form_page .page_form2 .block .title {
  color: #F5F5F5;
  font-size: 32.483px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.98px */
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .title {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .title {
    font-size: 18px;
  }
}
main.form_page .page_form2 .block .description {
  display: flex;
  gap: 0 33px;
  list-style: none;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .description {
    gap: 0 25px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .description {
    margin-bottom: 30px;
  }
}
main.form_page .page_form2 .block .description li {
  color: #fff;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  display: flex;
  gap: 0 13px;
  align-items: center;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .description li {
    font-size: 14px;
    gap: 0 10px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .description li {
    font-size: 12px;
    gap: 0 10px;
  }
}
main.form_page .page_form2 .block .description li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E8415F;
  border-radius: 50%;
}
main.form_page .page_form2 .block .form_group {
  max-width: 715px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px 0;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .form_group {
    justify-content: start;
    gap: 40px 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .form_group {
    gap: 30px 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .form_group {
    gap: 25px 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .form_group {
    gap: 20px 15px;
    margin-bottom: 25px;
  }
}
main.form_page .page_form2 .block .form_group .form_item {
  width: 318px;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .form_group .form_item {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .form_group .form_item {
    width: 280px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .form_group .form_item {
    width: 250px;
  }
}
main.form_page .page_form2 .block .form_group .form_item input {
  width: 100%;
  height: 70px;
  border-radius: 1352.106px;
  background: #F5F5F5;
  text-align: center;
  border: none;
  font-size: 20.282px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 29.003px */
  outline: 1px solid transparent;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .form_group .form_item input {
    height: 60px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .form_group .form_item input {
    height: 45px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .form_group .form_item input {
    font-size: 14px;
  }
}
main.form_page .page_form2 .block .form_group .form_item input::placeholder {
  color: rgba(44, 44, 44, 0.5);
  text-align: center;
  font-size: 20.282px;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 29.003px */
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .form_group .form_item input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .form_group .form_item input::placeholder {
    font-size: 14px;
  }
}
main.form_page .page_form2 .block .form_group .form_item input:focus {
  outline: 1px solid #E8415F;
}
main.form_page .page_form2 .block .form_group .submit_btn {
  width: 318px;
  height: 70px;
  border-radius: 1335.62px;
  background: #E8415F;
  color: #F5F5F5;
  font-size: 20.282px;
  font-weight: 500;
  line-height: 143%; /* 29.003px */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  cursor: pointer;
  border: none;
}
@media (max-width: 1440px) {
  main.form_page .page_form2 .block .form_group .submit_btn {
    height: 60px;
    width: 300px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form2 .block .form_group .submit_btn {
    width: 280px;
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .form_group .submit_btn {
    width: 250px;
    height: 45px;
    font-size: 14px;
  }
}
main.form_page .page_form2 .block .form_group .submit_btn:hover {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0px 0px 15px 0px #E8415F;
  color: #050505;
}
main.form_page .page_form2 .block .text {
  display: flex;
  align-items: center;
  gap: 0 13px;
  color: #FFF;
  font-size: 16.488px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 23.578px */
}
@media (max-width: 992px) {
  main.form_page .page_form2 .block .text {
    font-size: 14px;
  }
  main.form_page .page_form2 .block .text svg {
    width: 20px;
  }
}
main.form_page .page_form_finish {
  background-color: rgba(0, 76, 68, 0.85);
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
main.form_page .page_form_finish.show {
  display: flex;
}
main.form_page .page_form_finish .block .user {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  main.form_page .page_form_finish .block .user img {
    width: 200px;
  }
}
main.form_page .page_form_finish .block .user .info_user .name {
  color: #F5F5F5;
  font-size: 21.549px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 25.858px */
}
main.form_page .page_form_finish .block .user .info_user .position {
  color: #F5F5F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main.form_page .page_form_finish .block .title {
  color: #F5F5F5;
  font-size: 40.836px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 49.003px */
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  main.form_page .page_form_finish .block .title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  main.form_page .page_form_finish .block .title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form_finish .block .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form_finish .block .title {
    font-size: 20px;
  }
}
main.form_page .page_form_finish .block .small_title {
  color: #F5F5F5;
  font-size: 28.94px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 34.728px */
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  main.form_page .page_form_finish .block .small_title {
    font-size: 25px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  main.form_page .page_form_finish .block .small_title {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  main.form_page .page_form_finish .block .small_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
main.form_page .page_form_finish .block .info {
  display: flex;
  gap: 0 33px;
  list-style: none;
}
main.form_page .page_form_finish .block .info li {
  color: #fff;
  font-size: 15.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  display: flex;
  gap: 0 13px;
  align-items: center;
}
main.form_page .page_form_finish .block .info li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E8415F;
  border-radius: 50%;
}

.mobile {
  display: none;
}
@media (max-width : 578px) {
  .mobile.show {
    display: block;
  }
}
.mobile .hero {
  background-image: url("../images/bgmobile1.webp");
  position: relative;
  clip-path: polygon(100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
}
.mobile .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 76, 68, 0.85);
}
.mobile .hero .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 40px 0 80px 0;
}
.mobile .hero .block img {
  text-align: center;
  width: 175px;
}
.mobile .hero .block .name {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36.867px */
  margin-bottom: 3px;
}
.mobile .hero .block .position {
  color: #FFF;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}
.mobile .hero .block .title {
  width: 290px;
  color: #F5F5F5;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  margin-bottom: 10px;
}
.mobile .hero .block .sub_title {
  color: #F5F5F5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
  margin-bottom: 34px;
}
.mobile .hero .block .description {
  color: #F5F5F5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%; /* 36.905px */
  margin-bottom: 40px;
}
.mobile .hero .block .mobile_btn {
  padding: 17px 39px;
  border-radius: 2328.02px;
  background: #E8415F;
  color: #F5F5F5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 42.224px */
  margin-bottom: 12px;
  text-decoration: none;
}
.mobile .hero .block .mobile_btn:hover {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0 0 15px 0 #E8415F;
  color: #050505;
}
.mobile .hero .block .text {
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%; /* 26.91px */
  margin-bottom: 30px;
}
.mobile .hero .block .info {
  display: flex;
  gap: 0 20px;
  list-style: none;
}
.mobile .hero .block .info li {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 30.057px */
  display: flex;
  gap: 0 9px;
  align-items: center;
}
.mobile .hero .block .info li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E8415F;
  border-radius: 50%;
}
.mobile .hero_last {
  position: relative;
  padding-top: 100px;
  margin-bottom: 90px;
  padding-bottom: 70px;
}
.mobile .hero_last::after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  background-color: rgba(0, 76, 68, 0.85);
  clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
}
.mobile .hero_last .border_arrow, .mobile .hero_last .border_arrow2 {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: rgba(0, 76, 68, 0.85);
  clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
}
.mobile .hero_last .border_arrow {
  bottom: 0;
}
.mobile .hero_last .block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.mobile .hero_last .block .block_item {
  background-image: url("../images/block_item1.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 280px;
  border-radius: 78px;
  overflow: hidden;
  height: 280px;
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
}
.mobile .hero_last .block .block_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 65px;
  background: radial-gradient(60.79% 60.79% at 50.02% 49.34%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.mobile .hero_last .block .block_item .content {
  padding: 39px 0;
  text-align: center;
  background: rgba(245, 245, 245, 0.9);
  height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
}
.mobile .hero_last .block .block_item .content .title {
  color: #2C2C2C;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1920px) {
  .mobile .hero_last .block .block_item .content .title {
    margin-bottom: 16px;
  }
}
.mobile .hero_last .block .block_item .content .small_title {
  color: #2C2C2C;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.mobile .hero_last .block .block_item .content .btn {
  text-decoration: none;
  padding: 18px 38px;
  background-color: #E8415F;
  border-radius: 1000px;
  display: inline-flex;
  color: rgba(245, 245, 245, 0.9);
  font-size: 13px;
  font-weight: 500;
  line-height: 152%; /* 18.137px */
  cursor: pointer;
  transition: 0.3s ease all;
}
.mobile .hero_last .block .block_item .content .btn:hover {
  color: #050505;
  background-color: #f5f5f5;
  box-shadow: 0 0 15px 0 #E8415F;
}
.mobile .hero_last .block .block_item.active .content {
  opacity: 1;
  visibility: visible;
}
.mobile .hero_last .block .block_item:nth-child(2) {
  background-image: url("../images/block_item2.webp");
}
.mobile .hero_last .block .block_item:nth-child(3) {
  background-image: url("../images/block_item3.webp");
}
.mobile .hero_last .block .block_item:nth-child(4) {
  background-image: url("../images/block_item4.webp");
}
.mobile .form_group {
  position: relative;
  padding-bottom: 80px;
}
.mobile .form_group .block .form_title {
  color: #2C2C2C;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
  margin-bottom: 50px;
}
.mobile .form_group .block .form_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile .form_group .block .form_item .title {
  color: #2C2C2C;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.mobile .form_group .block .form_item .form {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: relative;
}
.mobile .form_group .block .form_item .form .sub_form {
  color: #2C2C2C;
  font-size: 18px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  padding-left: 60px;
  height: 25px;
}
.mobile .form_group .block .form_item .form .sub_form:focus {
  outline: none;
}
.mobile .form_group .block .form_item .form::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.mobile .form_group .block .price_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile .form_group .block .price_block .title {
  margin-bottom: 50px;
}
.mobile .form_group .block .price_block .price {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 20px;
}
.mobile .form_group .block .price_block .price input {
  width: 100%;
  height: 60px;
  border-radius: 1839.583px;
  background: rgba(0, 76, 68, 0.85);
  border: none;
  text-align: center;
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  outline: 1px solid transparent;
}
.mobile .form_group .block .price_block .price input::placeholder {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mobile .form_group .block .price_block .price input:focus {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0px 0px 15px 0px #E8415F;
  color: #050505;
}
.mobile .form_group .block .price_block .price input:focus::placeholder {
  color: #050505;
}
.mobile .form_group .border_arrow {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: rgba(0, 76, 68, 0.85);
  clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
}
.mobile .form_group2 {
  background-image: url("../images/bgmobile2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%);
}
.mobile .form_group2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 76, 68, 0.85);
}
.mobile .form_group2 .block {
  padding: 100px 0;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}
.mobile .form_group2 .block .title {
  color: #F5F5F5;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}
.mobile .form_group2 .block .form_item {
  width: 150px;
}
.mobile .form_group2 .block .form_item label {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.mobile .form_group2 .block .form_item label .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.mobile .form_group2 .block .form_item label .icon::after {
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s ease all;
}
.mobile .form_group2 .block .form_item label input {
  width: 25px;
  border-radius: 50%;
  position: absolute;
  display: none;
}
.mobile .form_group2 .block .form_item label input:checked + .icon::after {
  opacity: 1;
}
.mobile .form_group2 .block .form_item label span {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile .form_group3 {
  padding-top: 100px;
  position: relative;
}
.mobile .form_group3 .border_arrow {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: -20px;
  background-color: rgba(0, 76, 68, 0.85);
  clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
}
.mobile .form_group3 .block .form_item {
  margin-bottom: 70px;
}
.mobile .form_group3 .block .form_item .title {
  color: #2C2C2C;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.mobile .form_group3 .block .form_item .form {
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  width: 175px;
  justify-content: space-between;
  margin: 0 auto;
}
.mobile .form_group3 .block .form_item .form label {
  width: 60px;
  height: 60px;
}
.mobile .form_group3 .block .form_item .form label .text {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1839.583px;
  background: rgba(0, 76, 68, 0.85);
  transition: 0.3s ease all;
}
.mobile .form_group3 .block .form_item .form label input {
  display: none;
}
.mobile .form_group3 .block .form_item .form label input:checked + .text {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0px 0px 15px 0px #E8415F;
  color: #050505;
}
.mobile .form_group3 .block .form_item .form label:first-child {
  width: 100%;
}
.mobile .form_group3 .block .form_item .form_radio {
  width: 175px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 40px 0;
}
.mobile .form_group3 .block .form_item .form_radio label {
  display: flex;
  gap: 0 15px;
  align-items: center;
  position: relative;
}
.mobile .form_group3 .block .form_item .form_radio label .text {
  color: #2C2C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobile .form_group3 .block .form_item .form_radio label input {
  width: 25px;
  accent-color: #2C2C2C;
  display: none;
}
.mobile .form_group3 .block .form_item .form_radio label input:checked + .icon::after {
  opacity: 1;
}
.mobile .form_group3 .block .form_item .form_radio label .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
}
.mobile .form_group3 .block .form_item .form_radio label .icon::after {
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  transition: 0.3s ease all;
}
.mobile .form_group3 .block .btn_mobile {
  width: 200px;
  margin: 0 auto 12px auto;
  border-radius: 2328.02px;
  background: #E8415F;
  padding: 19px 0;
  text-align: center;
  color: #F5F5F5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 152%; /* 42.224px */
}
.mobile .form_group3 .block .text_block {
  color: #2C2C2C;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 26.91px */
  margin-bottom: 30px;
}

.mobile2 {
  display: none;
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}
.mobile2.show {
  display: block;
}
.mobile2 .title {
  padding: 75px 0 25px 0;
  color: #2C2C2C;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
}
.mobile2 .content {
  background-image: url("../images/bgmobile3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mobile2 .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 76, 68, 0.85);
}
.mobile2 .content .block {
  position: relative;
  z-index: 2;
  padding: 35px 0 70px 0;
  width: 290px;
  margin: 0 auto;
}
.mobile2 .content .block .sub_title {
  color: #F5F5F5;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 36px */
  margin-bottom: 35px;
}
.mobile2 .content .block .form {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin-bottom: 70px;
}
.mobile2 .content .block .form input {
  width: 100%;
  height: 60px;
  border-radius: 1839.583px;
  background: #F5F5F5;
  border: none;
  text-align: center;
}
.mobile2 .content .block .btn_send {
  width: 100%;
  height: 60px;
  border-radius: 1839.583px;
  background: #E8415F;
  border: none;
  color: #F5F5F5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease all;
  margin-bottom: 10px;
}
.mobile2 .content .block .btn_send:hover {
  border-radius: 1000px;
  background: #F5F5F5;
  box-shadow: 0px 0px 15px 0px #E8415F;
  color: #050505;
}
.mobile2 .content .block .text {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #FFF;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 23.578px */
  margin-bottom: 30px;
}
.mobile2 .content .block .text svg {
  width: 17px;
}
.mobile2 .content .block .info {
  display: flex;
  gap: 0 20px;
  list-style: none;
}
.mobile2 .content .block .info li {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 30.057px */
  display: flex;
  gap: 0 9px;
  align-items: center;
}
.mobile2 .content .block .info li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E8415F;
  border-radius: 50%;
}

.mobile3 {
  display: none;
}
.mobile3.show {
  display: block;
}
.mobile3 .block {
  width: 290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}
.mobile3 .block img {
  margin-bottom: 50px;
  width: 245px;
}
.mobile3 .block .title {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  margin-bottom: 16px;
}
.mobile3 .block .description {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  margin-bottom: 90px;
}
.mobile3 .block .info {
  display: flex;
  gap: 0 20px;
  list-style: none;
}
.mobile3 .block .info li {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 30.057px */
  display: flex;
  gap: 0 9px;
  align-items: center;
}
.mobile3 .block .info li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E8415F;
  border-radius: 50%;
}

.contact.close {
  display: none;
}
.contact .container {
  position: relative;
}
.contact .container .block {
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 23%;
  z-index: 10;
}
@media (max-width: 1920px) {
  .contact .container .block {
    bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .contact .container .block {
    bottom: 10px;
  }
}
@media (max-width : 578px) {
  .contact .container .block {
    right: 4%;
  }
}
.contact .container .block.active {
  padding-top: 250px;
}
.contact .container .block.active .phone_number {
  opacity: 1;
  transform: translateY(calc(-300% - 57px));
}
.contact .container .block.active .whatsapp {
  opacity: 1;
  transform: translateY(calc(-200% - 38px));
}
.contact .container .block.active .telegram {
  opacity: 1;
  transform: translateY(calc(-100% - 19px));
}
.contact .container .block.active .main_btn {
  opacity: 0;
  visibility: hidden;
}
.contact .container .block.active .close {
  display: flex;
}
.contact .container .block .main_btn, .contact .container .block .close, .contact .container .block .link_contact {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #E8415F;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .contact .container .block .main_btn, .contact .container .block .close, .contact .container .block .link_contact {
    width: 50px;
    height: 50px;
  }
  .contact .container .block .main_btn svg, .contact .container .block .main_btn img, .contact .container .block .close svg, .contact .container .block .close img, .contact .container .block .link_contact svg, .contact .container .block .link_contact img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1440px) {
  .contact .container .block .main_btn, .contact .container .block .close, .contact .container .block .link_contact {
    width: 45px;
    height: 45px;
  }
  .contact .container .block .main_btn svg, .contact .container .block .main_btn img, .contact .container .block .close svg, .contact .container .block .close img, .contact .container .block .link_contact svg, .contact .container .block .link_contact img {
    width: 25px;
    height: 25px;
  }
}
.contact .container .block .main_btn {
  position: relative;
  z-index: 2;
}
.contact .container .block .close {
  display: none;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.contact .container .block .phone_number {
  transition: 0.8s ease all 0s;
  opacity: 0;
}
.contact .container .block .whatsapp {
  background-color: #25D366;
  transition: 0.6s ease all 0.2s;
  opacity: 0;
}
.contact .container .block .telegram {
  background-image: linear-gradient(#37AEE2, #1E96C8);
  transition: 0.3s ease all 0.4s;
  opacity: 0;
}
.contact .container .block .link_contact {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  bottom: 0;
}

footer {
  position: relative;
}
@media (max-width : 578px) {
  footer {
    background-color: rgba(0, 76, 68, 0.85);
  }
}
footer .block {
  height: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 1920px) {
  footer .block {
    height: 80px;
  }
}
@media (max-width: 1440px) {
  footer .block {
    height: 60px;
  }
}
@media (max-width : 578px) {
  footer .block {
    width: 300px;
    margin: 0 auto;
  }
}
footer .block .text {
  color: #000;
  font-size: 15.91px;
  font-weight: 400;
  line-height: 143%; /* 22.751px */
  display: flex;
  gap: 0 13px;
  align-items: center;
}
@media (max-width: 768px) {
  footer .block .text {
    font-size: 12px;
  }
}
@media (max-width : 578px) {
  footer .block .text {
    font-size: 10px;
    color: #F5F5F5;
  }
}
footer .block .text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #E8415F;
  border-radius: 50%;
}
@media (max-width : 578px) {
  footer .block .text::before {
    width: 6px;
    height: 6px;
  }
}
footer .border_arrow {
  display: none;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -20px;
  background-color: rgba(0, 76, 68, 0.85);
  clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
}
footer.close {
  padding-top: 30px;
}
@media (max-width : 578px) {
  footer.close {
    background-color: transparent;
  }
}
footer.close .block {
  justify-content: center;
}
footer.close .block .text {
  color: #2C2C2C;
}
footer.close .border_arrow {
  display: block;
}/*# sourceMappingURL=main.css.map */