* {
    font-family: "Montserrat", sans-serif;
}

p {
  margin: 0;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.logo {
    width: 151px;
}

.header {
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
}

.header__block {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.header__block div ul {
    display: flex;
    justify-content: space-between;
}

.header__block .header__block__ul {
    max-width: 785px;
    width: 100%;
}

.header__block div ul li {
    list-style-type: none;
}

.header__block div ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: #343434;
}
.header__block div ul li a:hover {
    color: #20D79A;
}

.phone {
    width: 27px;
    margin-right: 19px;
}

.tg {
    width: 27px;
}

.header__block__logo {
    max-width: 151px;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}

.first__block__left {
    max-width: 718px;
    width: 100%;
}

.first__block__left__serv {
    max-width: 100%;
    width: 100%;
}

.first__block__left__title {
    font-weight: 700;
    font-size: 41px;
    line-height: 122%;
    color: #343434;
}

.first__block__left__title span {
    font-weight: 700;
    font-size: 41px;
    line-height: 122%;
    color: #20d79a;
}

.justify-content-space {
    justify-content: space-between;
}

.my-head {
    max-width: 427px;
    width: 100%;
    border-radius: 15px;
}

.first__block__left__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
    padding-top: 14px;
}

.first__block__left__gal__block {
    max-width: 686px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 47px;
}

.gal {
    width: 21.7px;
    margin-right: 10px;
}

.first__block__left__gal__block__text {
    max-width: 192px;
    font-weight: 400;
    font-size: 15px;
    color: #343434;
}

.align-item-center {
    align-items: center;
}

.first__block__left__button {
    background: linear-gradient(90deg, #20d79a 9.9%, #02ec9e 63.5%, #20d79a 100%);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 11px 64px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.first__block__left__button__form {
    background: linear-gradient(90deg, #20d79a 9.9%, #02ec9e 63.5%, #20d79a 100%);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 15px 64px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.first__block__left__button__text {
    font-weight: 400;
    color: #343434;
    padding-left: 29px;
    max-width: 305px;
    width: 100%;
}

.next__block__title {
    font-weight: 700;
    font-size: 30px;
    color: #343434;
    padding-bottom: 30px;
}

.next__block__title span {
    color: #20d79a;
}

.pt-30 {
    padding-top: 30px;
}

.abouti {
    max-width: 580px;
    width: 100%;
    border-radius: 15px;
}

.about__title {
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    color: #343434;
    max-width: 592px;
    width: 100%;
    padding-bottom: 19px;
}

.about__text {
    font-weight: 400;
    font-size: 20px;
    color: #343434;
    max-width: 592px;
    width: 100%;
}

.about__what__title {
    font-weight: 600;
    font-size: 25px;
    color: #343434;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about__what {
    box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
    background: #fff;
    border-radius: 10px;
    max-width: 336px;
    width: 100%;
    height: 220px;
    padding: 11px 27px;
}

.about__what__long {
    box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
    background: #fff;
    border-radius: 10px;
    max-width: 537px;
    width: 100%;
    height: 220px;
    padding: 11px 27px;
}

.about__what__block__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.about__what__block__img {
    width: 100px;
    margin-bottom: 13px;
    margin-top: 20px;
}

.about__what__block__text {
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    color: #343434;
    max-width: 337px;
    margin: 0 auto;
}

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

.mt-20 {
    margin-top: 20px;
}

.first__block__left__title__serv {
    font-weight: 700;
    font-size: 30px;
    line-height: 122%;
    color: #343434;
    padding-top: 50px;
}

.first__block__left__title__serv__price {
    font-weight: 700;
    font-size: 30px;
    line-height: 122%;
    color: #343434;
    padding-top: 0px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.news-item {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 12px;
  overflow: hidden;
  background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
}

.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.news-item h3 {
  font-size: 18px;
  padding: 15px;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}


.first__block__left__title__serv__price__fin {
    font-weight: 700;
    font-size: 30px;
    line-height: 122%;
    color: #20d79a;
    padding-bottom: 30px;
    padding-top: 30px;
}

.first__block__left__title__serv__h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 122%;
    color: #343434;
    padding-top: 34px;
    padding-bottom: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.next__block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #343434;
    padding-bottom: 67px;
}

.boly__block__title__head {
    font-weight: 700;
    font-size: 30px;
    color: #343434;
}

.boly__block__title__head span {
    color: #20d79a;
}

.boly__block__title {
    font-weight: 600;
    font-size: 25px;
    text-align: right;
    color: #343434;
    padding-bottom: 32px;
}

.boly__block__text {
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    text-align: right;
    color: #343434;
    max-width: 456px;
    width: 100%;
}

.boly__block__title__left {
    font-weight: 600;
    font-size: 25px;

    color: #343434;
    padding-bottom: 32px;
    text-align: left;
}

.boly__block__text__left {
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;

    color: #343434;
    max-width: 456px;
    width: 100%;
    text-align: left;
}

.boly__block__img {
    box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
    border-radius: 15px;
    max-width: 592px;
    width: 100%;
}

.boly__block {
    margin-bottom: 30px;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tab-button {
    padding: 20px 42px;
    cursor: pointer;
    border: 1px solid #20D79A;
    background: none;
    font-weight: bold;
    transition: border-color 0.2s;
    border-radius: 10px;
}

.tab-button.active {
    color: #fff;
    background: #20d79a;
    text-align: center;
}

.tab-content {
    display: none;
    padding: 20px 0;
}

.tab-content.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab__img {
    max-width: 592px;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
}

.tab-content__title {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    padding-bottom: 27px;
}

.tab-content__text {
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #000;
    max-width: 556px;
    width: 100%;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(131, 131, 131, 0.1);
    cursor: pointer;
}

.project-card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.project-card:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-card:hover .overlay {
    opacity: 1;
}

.overlay a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    transition: background 0.3s ease;
}

.overlay a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    transition: background 0.3s ease;
}

.project-link:hover {
    background: rgba(0, 0, 0, 0.8);
}

.form__block {
    box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
    background: #fff;
    padding: 50px;
    margin-bottom: 80px;
    border-radius: 20px;
}

.form__block__title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #343434;
    padding-bottom: 21px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.review {
    border-radius: 20px;
    border: 1px solid #02ec9e;
    padding: 30px;
    max-width: 44%;
    width: 100%;
    margin-bottom: 20px;
}

.review__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #343434;
    padding-top: 20px;
}

.form__block__title span{
    color: #20d79a;
}

.form__block__text {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #343434;
    padding-bottom: 61px;
}

.review img {
    width: 250px;
}

.form__block__input {
    background: #fafafa;
    max-width: 446px;
    width: 100%;
    padding: 20px 11px;
    border: none;
    border-radius: 10px;
}

.form__block__input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #343434;
}

.form__block form {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.form__block__end__text {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #343434;
    padding-top: 42px;
}

.my__img {
    max-width: 414px;
    width: 100%;
}

.my__block__title {
    font-weight: 600;
    font-size: 30px;
    color: #343434;
    padding-bottom: 42px;
}

.my__block__text {
    font-weight: 400;
    font-size: 21px;
    line-height: 188%;
    color: #343434;
    max-width: 734px;
    width: 100%;
}

.quest {
    margin-bottom: 80px;
}

.faq-section {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 30px;
}

.faq-title span {
    color: #28d79a;
    font-weight: 700;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    transition: color 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-icon {
    font-size: 24px;
    font-weight: bold;
    color: #28d79a;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg); /* превращает + в × */
}

.footer {
    background-color: #fff;
    padding: 60px 20px;
    border-top: 1px solid #e5e5e5;
    font-family: 'TT Norms', sans-serif;
    color: #161616;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 109px;
}

.footer-logo img {
    height: 40px;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.4;
    max-width: 200px;
}

.footer-messenger {
    font-size: 13px;
    color: #00c2a7;
    margin-bottom: 10px;
    display: flex;
}

.footer-messenger img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: 6px;
}

.footer-messenger small {
    display: block;
    color: #888;
    margin-top: 6px;
}

.footer-copy {
    font-size: 13px;
    color: #888;
    margin-top: 16px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    color: #16c79a;
    margin-bottom: 10px;
}

.footer-column a {
    display: block;
    color: #161616;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-column a:hover {
    color: #28d79a;
}

.social-links a img {
    width: 20px;
    margin-right: 10px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    width: 30px;
    height: 20px;
    justify-content: center;
}

.burger span {
    height: 3px;
    background: #000;
    border-radius: 3px;
    display: block;
}

.d-none-pc {
    display: none;
}

.serv__block__why {
    box-shadow: inset 5px 0 0 0 #20d79a, 0 0 12px 0 rgba(116, 116, 116, 0.1);
    background: #fff;
    border-radius: 10px;
    max-width: 392px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 156px;
}

.serv__block__why__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #343434;
    max-width: 350px;
    width: 100%;
}

.gap-10 {
    column-gap: 12px;
    row-gap: 26px;
}

.serv__what__inter__block {
    box-shadow: inset 5px 0 0 0 #20d79a, 0 0 12px 0 rgba(116, 116, 116, 0.1);
    background: #fff;
    border-radius: 10px;
    width: 1200px;
    padding: 20px;
}

.serv__what__inter__block ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.serv__p__block {
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    max-width: 335px;
}

.serv__custom__ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
}

.first__block__left__text__new__p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
    padding-top: 0px;
    padding-bottom: 40px;
}

.first__block__left__title__serv__new__h3 {
    font-weight: 500;
    font-size: 21px;
    line-height: 122%;
    color: #343434;
    padding-top: 34px;
    padding-bottom: 0px;
}

.pt-20 {
    padding-top: 20px;
}

.what__inter__block {
    box-shadow: inset 5px 0 0 0 #20d79a, 0 0 12px 0 rgba(116, 116, 116, 0.1);
    background: #fff;
    border-radius: 10px;
    width: 44%;
    padding-right: 30px;
    padding-left: 34px;
    padding-top: 47px;
    padding-bottom: 24px;
    margin-bottom: 20px;
}

.what__inter__block__title {
    font-weight: 600;
    font-size: 30px;
    color: #343434;
    padding-bottom: 30px;
}

.what__inter__block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
    padding-bottom: 21px;
}

.what__inter__block__ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #343434;
}

.what__inter__block__ul {
    margin-left: -24px;
    padding-bottom: 34px;
}

.what__inter__block__link {
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    color: #20d79a;
    display: flex;
    justify-content: end;
}

.finish__block__li li{
    font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #343434;
}


/* Mobile */
@media (max-width: 480px) {
    .what__inter__block__link {
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        color: #20d79a;
        display: flex;
        justify-content: end;
    }

    .what__inter__block__ul {
        margin-left: -24px;
        padding-bottom: 14px;
    }

    .what__inter__block__ul li {
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        color: #343434;
    }

    .what__inter__block__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        color: #343434;
        padding-bottom: 8px;
    }

    .what__inter__block__title {
        font-weight: 600;
        font-size: 24px;
        color: #343434;
        padding-bottom: 30px;
    }

    .what__inter__block {
        box-shadow: inset 5px 0 0 0 #20d79a, 0 0 12px 0 rgba(116, 116, 116, 0.1);
        background: #fff;
        border-radius: 10px;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 47px;
        padding-bottom: 24px;
        margin-bottom: 20px;
        margin-bottom: 20px;
    }

    .serv__custom__ul li {
        font-size: 15px;
    }

    .first__block__left__title__serv {
        font-size: 22px;
    }

    .serv__what__inter__block ul li {
        font-size: 15px;
    }

    .serv__what__inter__block {
        width: auto;
        padding: 10px;
    }

    .text-align-left-mob {
        text-align: left!important;
    }

    .d-block-mob {
        display: block;
    }

    .d-none-mob {
        display: none;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
        display: block;
    }

    .burger {
        display: flex;
    }

    .header__block__ul {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        align-items: unset;
        display: none;
        z-index: 100;
        padding: 20px 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .header__block__ul ul {
        flex-direction: column;
        gap: 15px;
        margin-left: -20px;
    }

    .ml-20 {
        margin-left: 20px;
    }

    #mobileMenu {
      display: none;
    }

    #mobileMenu.show {
      display: flex !important;
      flex-direction: column;
    }

    .first__block__left__title {
        font-weight: 700;
        font-size: 26px;
        line-height: 122%;
        color: #343434;
        text-align: center;
        padding-top: 30px;
    }

    .first__block__left__title span {
        font-weight: 700;
        font-size: 26px;
        line-height: 122%;
    }

    .first__block__left__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        color: #343434;
        padding-top: 14px;
        text-align: center;
    }

    .first__block__right {
        display: none;
    }

    .my-head {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .first__block__left__gal__block__text {
        max-width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #343434;
        text-align: center;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .justify-content-center-mob {
        justify-content: center;
    }

    .m-0-a-mob {
        margin: 0 auto;
    }

    .d-grid-mob {
        display: grid;
    }

    .gal {
        width: 29.7px;
        margin-right: 10px;
    }

    .first__block__left__button {
        background: linear-gradient(90deg, #20d79a 9.9%, #02ec9e 63.5%, #20d79a 100%);
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding: 11px 64px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 20px;
    }

    .first__block__left__button__text {
        font-weight: 400;
        color: #343434;
        text-align: center;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
    }

    .next__block__title {
        font-weight: 700;
        font-size: 21px;
        color: #343434;
        padding-bottom: 10px;
    }

    .about__title {
        font-weight: 600;
        font-size: 17px;
        line-height: 150%;
        color: #343434;
        max-width: 592px;
        width: 100%;
        padding-bottom: 19px;
        padding-top: 20px;
    }

    .about__text {
        font-weight: 400;
        font-size: 16px;
        color: #343434;
        max-width: 592px;
        width: 100%;
    }

    .about__what__title {
        font-weight: 600;
        font-size: 20px;
        color: #343434;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about__what__block__head {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .about__what {
        box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
        background: #fff;
        border-radius: 10px;
        max-width: 336px;
        width: 100%;
        height: auto;
        padding: 11px 27px;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .about__what__block__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #343434;
        max-width: 337px;
        margin: 0 auto;
    }

    .boly__block__title__head {
        font-weight: 700;
        font-size: 21px;
        color: #343434;
    }

    .next__block__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #343434;
        padding-bottom: 37px;
    }

    .boly__block__title {
        font-weight: 600;
        font-size: 20px;
        text-align: left;
        color: #343434;
        padding-bottom: 10px;
    }

    .boly__block__text {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: left;
        color: #343434;
        max-width: 456px;
        width: 100%;
        padding-bottom: 10px;
    }

    .boly__block__title__left {
        font-weight: 600;
        font-size: 20px;
        text-align: left;
        color: #343434;
        padding-bottom: 10px;
    }

    .boly__block__text__left {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: left;
        color: #343434;
        max-width: 456px;
        width: 100%;
        padding-bottom: 10px;
    }

    .tab-button {
        padding: 0px 42px;
        cursor: pointer;
        border: 1px solid #20D79A;
        background: none;
        font-weight: bold;
        transition: border-color 0.2s;
        border-radius: 10px;
        margin-right: 10px;
        font-size: 12px;
    }

    .tabs {
        display: flex;
        justify-content: space-between;
        overflow: scroll;
    }

    .tab-content.active {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .tab-content__title {
        font-weight: 600;
        font-size: 20px;
        color: #000;
        padding-bottom: 27px;
        padding-top: 20px;
    }

    .tab-content__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000;
        max-width: 556px;
        width: 100%;
    }

    .review {
        border-radius: 20px;
        border: 1px solid #02ec9e;
        padding: 30px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .form__block {
        box-shadow: 0 0 15px 0 rgba(131, 131, 131, 0.1);
        background: #fff;
        padding: 30px;
        margin-bottom: 30px;
        border-radius: 20px;
    }

    .form__block__title {
        font-weight: 600;
        font-size: 23px;
        text-align: center;
        color: #343434;
        padding-bottom: 21px;
    }

    .form__block__text {
        font-weight: 400;
        font-size: 15px;
        text-align: center;
        color: #343434;
        padding-bottom: 61px;
    }

    .form__block__input {
        background: #fafafa;
        max-width: 446px;
        width: 100%;
        padding: 20px 11px;
        border: none;
        border-radius: 0px;
        margin-bottom: 10px;
        /* font-size: 12px; */
    }

    .first__block__left__button__form {
        background: linear-gradient(90deg, #20d79a 9.9%, #02ec9e 63.5%, #20d79a 100%);
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        color: #fff;
        padding: 15px 40px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
    }

    .form__block__end__text {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #343434;
        padding-top: 33px;
    }

    .form__block form {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .my__block__title {
        font-weight: 600;
        font-size: 24px;
        color: #343434;
        padding-bottom: 21px;
        padding-top: 20px;
    }

    .my__block__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 188%;
        color: #343434;
        max-width: 734px;
        width: 100%;
    }

    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 17px;
    }

    .footer {
        background-color: #fff;
        padding: 30px 20px;
        border-top: 1px solid #e5e5e5;
        font-family: 'TT Norms', sans-serif;
        color: #161616;
    }

}