body {
    font-weight: 600;
    overflow-x: hidden;
    position: relative;
    background-position: 50% 99px;
    background-size: 100%;
    background: #000000;
    color: #323539;
    height: 100vh;
}

* {
    font-family: Unbounded;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

video.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-background {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    filter: brightness(0.3) blur(3px);
}

@keyframes showTop {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    
    to {
        transform: translateY(0px);
        opacity: 1;
    }
    
}

.list-select.error > div {
    border: 0.5px solid #ff9e2c;
    background: #ff9e2c24;
}

a.link-a-pay {
    color: #0A77FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    transition: 0.3s;
    line-height: 33px;
    text-decoration-line: underline;
}

img.payment-info-ico:hover {
    filter: drop-shadow(2px 4px 6px white);
}

a.logotype {
    width: 178px;
    height: 18px;
    display: flex;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

a.logotype:hover {
    transform: scale(1.05);
}

a.link-a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #D0D0D0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.custom-button-1.start.active {background: #0a77ff24;transition: 0.5s;}

.custom-button-1.start.active:after {
    width: 100%;
    height: 100%;
}

.custom-button-1.start.active:before {
    width: 100%;
    height: 100%;
}

button.custom-button-1 {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    transition: 0.5s;
    padding: 0px 40px;
    cursor: pointer;
    background: none;
    border-radius: 12px;
    border: 1px solid rgba(10, 119, 255, 0.40);
    position: relative;
}

button.custom-button-1:hover {
    background: #0a77ff24;
    border: 1px solid rgba(10, 119, 255, 1);
}

button.custom-button-1:hover:after {
    width: 100%;
    height: 100%;
}

button.custom-button-1:hover:before {
    width: 100%;
    height: 100%;
}

.header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 39px;
    height: 60px;
}

ul.links-ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

li.link-li {
    display: flex;
}

p.text-p {
    color: #D0D0D0;
    text-align: center;

    font-size: 14px;
    
    font-weight: 500;
    line-height: 26px;
}


p.text-top-a.two {
    font-size: 12px;
}

.progress-active {
    background-image: url(/img/main/slide-active.png);
    width: 241px;
    height: 95px;
    background-size: 99%;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: 1s;
    clip-path: inset(0px 100% 0px 0px);
}

span.txt-rotate {
    color: #0A77FF;
}

span.stick {
    color: #0A77FF;

    font-size: 52px;
    
    font-weight: 250;
    letter-spacing: -1.04px;
    animation: blink 0.5s infinite; /* Применение анимации */
}

a.link-a:hover {
    color: white;
}

a.link-a:after {
    width: 0%;
    position: absolute;
    height: 2px;
    background: #0A77FF;
    content: "";
    bottom: -2px;
    left: 0;
    transition: 0.3s;
}

a.link-a:hover:after {
    width: 100%;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.block-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: showTop 0.5s;
}

.content {
    display: flex;
    justify-content: center;
    height: calc(100vh - 180px);
    align-items: center;
}

a.custom-button-2 {
    border-radius: 12px;
    border: 1px solid #0A77FF;
    background: #0A77FF;
    color: #FFF;
    text-align: center;

    font-size: 16px;
    
    font-weight: 500;
    line-height: 20px;
    display: flex;
    padding: 25px 45px;
    transition: 0.3s;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

img.social-ico {
    width: 20px;
}

a.link-social {transition: 0.3s;cursor: pointer;display: flex;text-decoration: none;}

img.social-ico {
    width: 20px;
}

a.link-social:hover {
    transform: scale(1.15);
}

a.custom-button-2:hover {
    background: rgba(10, 119, 255, 0.15);
}

a.custom-button-2:hover > img {
    transform: translateX(7px);
}

img.arrow-right {
    transition: 0.3s;
}

.block-center-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress-circle {
    background-image: url(/img/main/slide.png);
    width: 239px;
    height: 95px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p.text-page {
    color: #FFF;
    text-align: center;

    font-size: 16px;
    
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
}

ul.socials-ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

li.social-li {
    display: flex;
}

a.language {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.border {
    width: 1250px;
}

.header {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.video-background video {
    pointer-events: none;
}

p.language-text {
    color: #FFF;
    text-align: center;

    font-size: 14px;
    
    font-weight: 500;
    line-height: 21px;
}

h1.header-h1-first {
    color: #fff;
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -1.04px;
}

p.contact-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: white;
}

p.text-black {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    text-align: left;
    color: #858C95;
}

a.link-us {
    color: #0A77FF;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    font-size: 14px;
    display: flex;
}

p.contanct-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 13px;
}

a.link-object-a:hover {
    transform: scale(1.05);
}

a.link-object-a {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(20 108 217 / 4%);
    height: 167px;
    width: 100%;
    border-radius: 12px;
    gap: 15px;
    transition: 0.3s;
    cursor: pointer;
}

p.text-p-a {
    font-weight: 500;
    font-size: 12px;
    line-height: 175%;
    color: #d0d0d0;
    text-align: center;
}

.bottom-info-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 33px;
    align-items: center;
}

.contact-us {
    backdrop-filter: blur(4px);
    background: #0b0e1491;
    padding: 33px 50px;
    border-radius: 14px;
    display: grid;
    gap: 30px;
}

a.link-text-p-a {
    display: flex;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 175%;
    color: #d0d0d0;
    transition: 0.3s;
}

.links-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
}

.top-info {
    display: grid;
    gap: 5px;
}

a.link-us:hover {
    color: #3c93ff;
}

a.link-text-p-a:hover {
    color: #0b76fb;
}

p.text-p {
    color: #D0D0D0;
    text-align: center;

    font-size: 14px;
    
    font-weight: 500;
    line-height: 26px;
}

p.text-top-a {
    color: #62CE6E;

    font-size: 16px;
    
    font-weight: 500;
    line-height: normal;
}

section.main-content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 791px;
}

/*Services*/
h2 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}

cb {
    color: #0A77FF;
}

h4 {
    color: #F7F7F7;

    font-size: 18px;
    
    font-weight: 700;
    line-height: 24px;
}

h4.title-type {
    color: #D0D0D0;

    font-size: 12px;
    
    font-weight: 400;
    line-height: 21px;
}

.object-select {
    color: #F7F7F7;
    text-align: center;

    font-size: 12px;
    
    font-weight: 500;
    display: flex;
    line-height: 21px;
    border-radius: 20px;
    cursor: pointer;
    align-items: center;
    padding: 6px 17px;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.object-select:hover {
    border: 1px solid #0A77FF;
}

.group-links {
    display: flex;
    gap: 15px;
}

.list-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.block-top {
    background: #0b0e149c;
    padding: 30px 40px;
    border-radius: 12px 12px 0px 0px;
}

.group-select {
    display: grid;
    gap: 40px;
}

.select-block {
    display: grid;
    gap: 20px;
}

.left-block {
    background: #0b0e149c;
    padding: 30px 40px;
    border-radius: 0px 0px 12px 12px;
    width: 100%;
}

.block-bottom {
    display: flex;
    justify-content: space-between;
}

.right-block {
    margin-left: 15px;
    margin-top: 15px;
    background: #0b0e149c;
    padding: 30px 40px;
    border-radius: 12px;
    width: 268px;
}

.object-input {
    display: grid;
    position: relative;
}

input.input-text:focus {
    border: 1px solid #0A77FF;
}

textarea#description:focus {
    border: 1px solid #0A77FF;
}

a.link-contact.hover-2 {
    transform: translateX(0px)!important;
}

input.input-text {
    border-radius: 12px;
    border: 0.5px solid rgba(213, 214, 219, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    height: 60px;
    outline: none;
    padding-left: 16px;
    transition: 0.3s;
    padding-right: 16px;
}

.absolute-form {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000096;
    z-index: 10;
}

.text-area-block {
    display: grid;
    position: relative;
}

p.title-input {
    color: #D0D0D0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 17px;
}

.custom-button-4.loading:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background-color: #0A77FF;
    background-image: url(/img/main/loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}

p.message-input {
    color: #FF9E2C;
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 6px;
    min-height: 20px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.object-input.error > input {
    border-radius: 12px;
    border: 0.5px solid #FF9E2C;
    background: rgba(255, 158, 44, 0.02);
}

.input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 13px;
}

.textarea.error > p {
    opacity: 1;
}

.textarea.error > p {
    opacity: 1;
}

.textarea.error > textarea {
    border: 0.5px solid #FF9E2C!important;
    background: rgba(255, 158, 44, 0.02)!important;
}


.modal-main.active{
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all; 
}

.modal-main{
    transform: translateY(80px);
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}

.modal.active {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all; 
}

.modal {
    background: #0E0E0E;
    width: 570px;
    position: relative;
    padding: 50px;
    border-radius: 8px;
    transform: translateY(80px);
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}

img.close-ico {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
    transition: 0.3s;
}

img.close-ico:hover {
    transform: scale(1.1);
}

.object-payment.active {
    border: 1px solid #0A77FF;
}

a.link-a-payment:hover {
    color: #4598ff;
}

p.title-block {
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.description-block {
    color: #D0D0D0;
    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

p.title-payment {
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.object-payment {
    border-radius: 12px;
    border: 1px solid #2D2D2D;
    background: #131313;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.list-payment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.right-info {
    position: absolute;
    right: 16px;
    margin-top: 19px;
}

.right-info:hover > .absolute-form-a{
    opacity: 1;
    transform: scale(1);
}

img.payment-info-ico {
    cursor: pointer;
    transition: 0.3s;
}

.absolute-form-a {
    position: absolute;
    color: white;
    font-weight: 500;
    font-size: 11px;
    line-height: 154%;
    backdrop-filter: blur(11.199999809265137px);
    background: rgb(26 26 26 / 64%);
    padding: 15px 20px;
    top: -106px;
    left: -29px;
    width: 334px;
    border-radius: 5px;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: 0.3s;
}

.group-info {
    display: grid;
    gap: 26px;
}

.group-confirm {
    margin-top: 25px;
    width: 100%;
    display: grid;
    gap: 23px;
    justify-items: center;
}

button.custom-button-4.payment {
    height: 62px;
    width: 100%;
}

p.title-text-info {
    color: #D0D0D0;
    text-align: center;
    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    width: 80%;
}

a.link-a-payment {
    color: #0A77FF;
    cursor: pointer;
    transition: 0.3s;
}

a.link-a-pay:hover {
    color: #4095ff;
}

.page {
    width: 100%;
}

.top-absolute {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.object-payment:hover {
    border: 1px solid #0A77FF;
}

textarea#description {
    border-radius: 12px;
    border: 0.5px solid rgba(213, 214, 219, 0.12);
    background: rgba(255, 255, 255, 0.04);
    width: 100%;
    height: 112px;
    outline: none;
    transition: 0.3s;
    color: #D0D0D0;

    font-size: 12px;
    
    font-weight: 400;
    line-height: 18px;
    padding: 14px;
}

.content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

a.link-other {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #757981;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

a.link-project {
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.3s;
    cursor: pointer;
}

img.image-project {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.list-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

a.link-project:hover {
    transform: scale(1.05);
}

a.link-other:hover {
    transform: translateX(7px);
}

textarea {
    resize: none;
}

button.custom-button-4:hover {
    background: #0a77ff2b;
}

.object-select.active {
    border: 1px solid #0A77FF;
    background: #0a77ff24;
}

img.attachment-img {
    width: 8px;
}

.bottom-block {
    display: grid;
}

h2#swal2-title {
    color: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    font-weight: 400;
    font-size: 14px;
}

.group-bottom-block {
    display: grid;
    gap: 25px;
}

a.link-b:hover {
    color: #358fff;
}

a.link-b {
    color: #0A77FF;
    transition: 0.3s;
    cursor: pointer;
}

button.custom-button-4 {
    border-radius: 12px;
    border: 1px solid #0A77FF;
    background: #0A77FF;
    color: #F7F7F7;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    min-width: 223px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.top-block-a {
    display: flex;
    justify-content: space-between;
}

.left-bottom-block {
    display: flex;
    gap: 35px;
}

.right-bottom-block {
    display: flex;
    align-items: center;
    gap: 13px;
}

div#attachment {
    cursor: pointer;
}

.object-input.error > p {
    opacity: 1;
}

div#attachment:hover > p {
    color: #0A77FF;
}

p.text-p-attachment {
    color: #D0D0D0;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    max-width: 172px;
    white-space: pre;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.text-info {
    color: #D0D0D0;

    font-size: 12px;
    
    font-weight: 400;
    line-height: 21px;
}

h5 {
    color: #FFF;

    font-size: 14px;
    
    font-weight: 500;
    line-height: 21px;
}

p.title-contact {
    color: #7B7B7B;

    font-size: 12px;
    
    font-weight: 400;
    line-height: 14px;
}

a.link-contact {
    color: #F7F7F7;

    font-size: 12px;
    
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.top-title.two {
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-list {
    margin-top: 25px;
    display: grid;
    gap: 18px;
}

.object-contact {
    display: grid;
    gap: 10px;
}

.group-links-b {
    display: grid;
    gap: 12px;
}

a.link-contact:hover {
    transform: translateX(5px);
    color: #0A77FF;
}

p.text-h4 {
    color: rgba(208, 208, 208, 0.70);

    font-size: 12px;
    
    font-weight: 500;
    line-height: 21px;
}

a.link-a.active {
    color: white;
}

a.link-a.active:after {
    width: 100%;
}

.page {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s;
}

.page.active {
    transform: translateY(0px);
    opacity: 1;
}

.custom-button-3 {
    color: #F7F7F7;

    font-size: 12px;
    
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    padding: 10px 23px;
    align-items: center;
    display: flex;
    background: none;
    justify-content: center;
    cursor: pointer;
    height: 41px;
    transition: 0.3s;
}

.custom-button-3:hover {
    background: rgba(10, 119, 255, 0.15);
    border: 1px solid #0A77FF;
}

h4.h4-text-confirm {
    color: #FFF;
    text-align: center;
    
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 59px;
}

p.p-text-confirm {
    color: #D0D0D0;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 360px;
}

.modal-main {
    max-width: 604px;
    display: grid;
    gap: 20px;
    justify-items: center;
}

.absolute-form.confirm {
    backdrop-filter: blur(11px);
}

img.arrow-left {
    transition: 0.3s;
}

.block-services {
    background: #0b0e149c;
    backdrop-filter: blur(2px);
    padding: 38px 47px;
    display: grid;
    gap: 20px;
    justify-items: start;
    border-radius: 12px;
}

.top-title {
    margin-bottom: 40px;
    margin-top: 40px;
}

.content-list {
    display: flex;
    justify-content: center;
}

.list-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.socials-mobile {
    display: none;
}
ul.links-ul.hum-compontent {
    display: grid;
    justify-items: center;
}
a.link-a.hum-compontent {
    font-size: 18px;
}
/*Humburger Style Open*/
.content-hum {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
    align-items: center;
}
.bottom-content-hum {
    position: absolute;
    bottom: 40px;
}
.humburger-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000bd;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 4;
    top: 0;
    pointer-events: none;
    padding-top: 134px;
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}

body.hidden {
    overflow: hidden;
}
.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 20%;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 33px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 0px;
    top: -2px;
}
.group-header-left-logo {
    display: flex;
    gap: 20px;
    margin-right: 75px;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -9px;
}
.hamburger-menu {
    width: 30px;
    position: relative;
    height: 0px;
    }
.menu__btn > span::after {
    content: '';
    top: 9px;
}
/*Humburger Style CLOSE*/

@media (max-width:1250px){
    .border {
        width: calc(100% - 60px);
    }
    .absolute-bottom {
        display: none!important;
    }
        
    button.link-a.custom-button-1.start {
        padding: 0px 25px;
    }
}

@media (max-height:1050px){
    .absolute-bottom {
        display: none!important;
        opacity: 0;
        pointer-events: none;
    }
}

@media (min-width:1201px){
    .humburger-menu.active {
        display: none;
    }
}
@media (max-width:1200px){
    .absolute-form-a {
        right: 0;
        left: auto;
    }
    p.text-black {
        text-align: center;
    }
    .bottom-info-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-info {
        display: grid;
        gap: 5px;
        justify-items: center;
        align-items: center;
    }
    .top-text-us {
        text-align: center;
    }
    .header-block > .custom-button-1{
        display: none;
    }
    .header-block > ul{
        display: none;
    }
    .right-humburger {
        display: flex;
    }
    .group-right-header > .language {
        position: absolute;
        right: 83px;
        margin-top: -10px;
    }
    h1.header-h1-first {
        font-size: 36px;
        line-height: 51px;
        max-width: 631px;
    }
    span.stick {
        font-size: 36px;
    }
    p.text-p {
        font-size: 13px;
    }
    .block-bottom {
        display: flex;
        flex-direction: column;
    }
    .block-bottom {
        display: flex;
        flex-direction: column;
    }
    
    .left-block {
        width: 100%;
    }
    .right-block {
        width: 100%;
        margin-top: 0px;
    }
    .contact-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
    }
    
    .group-links-b {
        display: flex;
        flex-wrap: wrap;
    }
    .top-block-a {
        width: 100%;
        display: grid;
        gap: 25px;
    }
    div#attachment {
        order: -1;
    }
    .left-bottom-block {
        order: 1;
        width: 100%;
    }
    .bottom-block-a {
        display: none;
    }
    .list-projects {
        padding-bottom: 50px;
    }
    .list-services {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-services {
        padding: 20px;
    }
    h4 {
        font-size: 15px;
    }
    .list-services {
        padding-bottom: 50px;
    }
    .socials-mobile {
        display: flex;
    }
}

@media (max-width:780px){
    .links-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .input-group {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .border {
        width: calc(100% - 30px);
    }
    h1.header-h1-first {
        font-size: 28px;
        line-height: 38px;
        max-width: 630px;
    }
    section.main-content-block{
        gap: 30px;
    }
    .block-top {
        padding: 23px 20px;
    }
    
    .object-select {
        font-size: 11px;
    }
    
    .left-block {
        padding: 23px 20px;
    }
    
    .right-block {
        padding: 23px 20px;
    }
    .border.page_start {
        width: 100%;
    }
    .border.page_start > .top-title {
        margin-left: 20px;
    }
   
    .right-block {
        margin-left: 0px;
    }
    button.custom-button-4 {
        height: 59px;
    }
    .list-projects {
        grid-template-columns: repeat(1, 1fr);
    }
    a.link-other {
        font-size: 12px;
    }
}

@media (max-width:600px){
    button.custom-button-4 {
        width: 100%;
        min-width: 100%;
    }
    
    .text-block-a {
        display: flex;
        justify-content: flex-start;
    }
    .top-block-a {
        display: flex;
        flex-direction: column;
    }
    .left-bottom-block {
        display: grid;
    }  
    .contact-list {
        gap: 5px;
    }  
    .right-block {
        padding-bottom: 50px;
    }
    .object-contact:nth-child(2n) {
        text-align: right;
    }
    .group-links-b {
        display: flex;
        justify-content: flex-end;
        gap: 5px;
    }
    .modal {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    
}