* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Urbanist';
}

.main-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Позволяет изображению покрывать весь контейнер, сохраняя пропорции */
    z-index: 1;
}

.main-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top-main-photo,
.bot-main-photo {
    position: absolute;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    color: white;
    z-index: 2;
}

.top-main-photo {
    top: 0;
}

.bot-main-photo {
    bottom: 0;
}

.main-text {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.logo-home {
    color: none;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.checkImg {
    width: 24px;
}

.main-first-text {
    width: 579px;
    height: 29px;
    color: var(--Bright-white, #FFF);
    text-align: center;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-second-text {
    margin-top: 10px;
    width: 1074px;
    height: 230px;
    color: var(--Bright-white, #FFF);
    text-align: center;
    font-family: Urbanist;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.body_1 {
    width: 100%;
    height: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-body_1 {
    width: 915px;
}

.top-center {
    height: 378px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.middle-center {
    height: 146px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.botrom-center {
    height: calc(920px - 378px - 146px);
    display: flex;
    text-align: center;
    justify-content: center;
}

.right-body_1,
.left-body_1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.left-body_1 {
    left: 0;
}

.right-body_1 {
    right: 0;
}

.left-body_1 img, .right-body_1 img {
    width: 100%;
    /* Убедитесь, что изображения не выходят за границы контейнера */
    z-index: -1;
}

.top-center-text {
    width: 622px;
    height: 58px;
    color: var(--Main-Dark, #232323);
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 250px;
}

.middle-center-text {
    width: 717px;
    height: 96px;
    color: var(--GREY, #464546);
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom-center-text {
    width: 695px;
    height: 96px;
    color: var(--GREY, #464546);
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.clock {
    width: 100vw;
    height: 100vh;
    background-color: white;
}

.container {
    display: flex;
    align-items: center;
    height: 100vh;
}

.circle {
    position: relative;
    width: 1396px;
    height: 1396px;
    border-top-right-radius: 1396px;
    border-bottom-right-radius: 1396px;
    border: 2px solid #F0F0F0;
    margin-left: -50%;
}

.circle-span {
    position: absolute;
    text-align: right;
    font-family: Urbanist;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.ball {
    position: absolute;
    width: 20px;
    height: 20px;
}

.ball-back {
    background: url('../images/ball.svg');
}


.grey-ball-back {
    background: url('../images/grey_ball.svg');
}

.clock-text {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.top-clock-text {
    width: 790px;
    color: var(--Main-Dark, #232323);
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.bot-clock-text {
    margin-top: 20px;
    width: 766px;
    color: var(--Main-Dark, #232323);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ball1 { top: 50%; left: 100%; }   
.ball2 { top: 50%; left: 100%; }
.ball3 { top: 50%; left: 100%; }
.ball4 { top: 50%; left: 100%; }
.ball5 { top: 50%; left: 100%; }
.ball6 { top: 50%; left: 100%; }
.ball7 { top: 50%; left: 100%; }
.num1 { top: 50%; left: 100%; }
.num2 { top: 50%; left: 100%; }
.num3 { top: 50%; left: 100%; }
.num4 { top: 50%; left: 100%; }
.num5 { top: 50%; left: 100%; }
.num6 { top: 50%; left: 100%; }
.num7 { top: 50%; left: 100%; }
.text1 { top: 50%; left: 100%; }
.text2 { top: 50%; left: 100%; }
.text3 { top: 50%; left: 100%; }
.text4 { top: 50%; left: 100%; }
.text5 { top: 50%; left: 100%; }
.text6 { top: 50%; left: 100%; }
.text7 { top: 50%; left: 100%; }

.button-clock {
    position: absolute;
    width: 48px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 2px solid #B56540;
    background: var(--Bright-white, #FFF);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.320, 1);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.button-clock::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    border: 1px solid #b56540;
}

.button-clock-up {
   background-image: url('../images/up.svg');
}

.button-clock-down {
   background-image: url('../images/down.svg');
}

.button-clock:hover::before {
    scale: 4;
}

.button-clock:hover {
    scale: 1.3;
    background-color: #B56540;
}

.button-clock-up:hover {
   background-image: url('../images/Up_White.svg');
}

.button-clock-down:hover {
   background-image: url('../images/Down_White.svg');
}

.button-clock:active {
    scale: 1;
}

.btn1{ top: 45%; left: 180%; }
.btn2{ top: 52%; left: 180%; }

body_2 {
    width: 100%;
    height: 2006px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
}

.top-body_2, .bot-body_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.name-top-body_2 {
    height: 317px;
    width: 817px;
    color: var(--Main-Dark, #232323);
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: end;
}

.name-bot-body_2 {
    width: 584px;
}

.container-top-body_2 {
    height: 1162px;
    width: 1040px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.container-bot-body_2 {
    height: 486px;
    width: 1040px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.block-top-body_2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 50px; /* отступ сверху для всех блоков */
    width: 100%; /* занимает всю ширину контейнера */
}

.block-top-body_2:first-child {
    margin-top: 100px;
}

.left-block-top-body_2 {
    width: 70px;
    height: 23px;
    padding: 6px;
}

.right-block-top-body_2 {
    width: 953px;
    height: auto; /* высота зависит от текста */
}

.top-right-block-top-body_2 {
    color: var(--yacht, #333);
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bot-right-block-top-body_2 {
    margin-top: 10px;
    color: var(--yacht, #333);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hr-top-body_2 {
    margin-top: 50px;
    border: 1px solid #F1F1F1;
}

.block-bot-body_2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 50px; /* отступ сверху для всех блоков */
    width: 100%; /* занимает всю ширину контейнера */
}

.block-bot-body_2:first-child {
    margin-top: 80px; /* отступ сверху для первого блока */
}

.top-right-block-bot-body_2 {
    color: var(--yacht, #333);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bot-right-block-bot-body_2 {
    margin-top: 20px;
    color: #A2A2A2;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.name-bot-body_2 {
    color: var(--yacht, #333);
    text-align: center;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.left-block-bot-body_2 {
    width: 70px;
    height: 24px;
}

.right-block-bot-body_2 {
    max-width: 953px;
    height: auto; /* высота зависит от текста */
}

.panel-orange {
    width: 100%;
    position: relative;
    height: 1500px;
}

.panel-image {
  width: 100vw;
  height: auto; /* Сохраняет пропорции изображения */
  display: block; /* Убирает возможные отступы под изображением */
  margin: 0 auto; /* Центрирует изображение внутри контейнера */
}

.photo-text-container {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* Добавьте нужные стили для .photo-text-container, например, цвет фона или отступы */
    z-index: 1; /* Убедитесь, что контейнер находится поверх изображения */
    color: var(--White, #F0F0F0);
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 1373px;
    opacity: 0;
}

.form-back {
    width: 100%;
    height: auto;
    margin-top: 20px; /* Задайте нужное значение, чтобы .form-back не налезал на .map-container */
    position: relative;
    z-index: 1;
}

.margin-top {
    width: 100%;
    height: 300px;
}

.form {
    height: 900px;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #464546;
    margin-top: 180px;
}

.background-img {
    position: relative;
    background-image: url('../images/form-background.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-form {
    height: 250px;
    width: 100%;
    position: relative;
}

.top-form-text {
    width: 765px;
    height: 116px;
    align-content: center;
    color: var(--Bright-white, #FFF);
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.68px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bot-form {
    height: 650px;
    width: 1680px;
    display: flex;
    flex-direction: column;
}

.bot-form-top {
    height: 425px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.top-part {
    height: 270px;
    display: flex;
    justify-content: center;
    padding-top: 100px; /* Отступ сверху */
    gap: 30px; /* Расстояние между строками */
}

.input-container {
    display: flex;
    flex-direction: column;
    gap: 5px; /* Расстояние между элементами внутри контейнера */
}

.input-text {
    font-size: 16px;
    display: flex;
    color: white;
    gap: 10px;
}

.input-text-bottom {
    color: #F63030;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.form-name-text {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.required {
    color: #9D9D9D;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.bottom-part {
    height: 140px;
    display: flex;
    justify-content: center;
}

.input-line {
    width: 540px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #3F3F3F;
    background: linear-gradient(to bottom, #292929, #292929);
}

.input-line:focus {
    border-color: lightgray; /* Замените #FF0000 на желаемый цвет */
    outline: none; /* Удаление стандартного обвода */
}

.input-message {
    width: 1109px;
    height: 100px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #3F3F3F;
    background: #292929;
    line-height: 1.2; /* Обеспечивает нормальный интервал между строками */
    resize: none; /* Убирает возможность изменять размер textarea */
    padding: 10px;
}

/* Стилизация ползунка textarea */
.input-message::-webkit-scrollbar {
    width: 12px; /* Ширина ползунка */
}

.input-message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.input-message::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #444;
}

.bot-form-bottom {
    height: 138px;
    width: 100%;
    position: relative;
}

.message {
    width: 1109px;
    height: 170px;
}

.message-gap {
    display: flex;
    flex-direction: column; /* Выравнивание элементов по вертикали */
    gap: 5px; /* Расстояние между текстом и полем ввода */
    align-items: flex-start; /* Выравнивание по началу контейнера (по умолчанию) */
}

.upload {
    padding: 10px 25px;
    margin: 85px 180px 0 30px;
    align-items: center;
    gap: 10px;
    border-radius: 22px;
    background: var(--GREY, #464546);
    width: 359px;
    height: 39px;
    border: none;
    cursor: pointer;
    position: relative;
}

.upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-text {
    margin-left: 5px;
    color: var(--White, #F0F0F0);
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.upload-optional {
    color: var(--Light-Grey, #C1C1C1);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-top-left {
    margin: 10px 10px 10px 0px; /* Optional margin for spacing */
    width: 21px;
    height: 21px;
    border-radius: 2px;
    background: #4C4C4C;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.btn-bottom-center {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 207px;
    padding: 12px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Bright-white, #FFF);
    text-align: center;
    font-family: 'Urbanist';
    font-size: 18px;
    border: 1px solid white;
    border-radius: 25px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.320, 1);
    overflow: hidden;
    cursor: pointer;
}

.btn-bottom-center::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    border: 1px solid #b56540;
    background-color: #b56540;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.btn-bottom-center:hover::before {
    scale: 4;
}

.btn-bottom-center:hover {
    border: 1px solid #b56540;
}

.btn-bottom-center:active {
    scale: 1;
}

.top-left-container {
    display: flex;
    align-items: center;
}

.button-text {
    margin-left: 4px;
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
}

.privacy-policy {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.text-in-input {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    padding-left: 10px;
}

.input-line1, .input-line2, .input-line3 {
    width: 540px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 5px;
    background: linear-gradient(to bottom, #292929, #292929);
}

.footer-container {
    width: 100%;
    height: 335px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.footer-left-blocks {
    display: flex;
    gap: 70px; /* Расстояние между блоками */
    margin-top: 80px;
}

.footer-left-blocks:first-child {
    margin-left: 145px;
}

.footer-block1 {
    width: 207px; /* Ширина блока */
    height: 132px; /* Высота блока */
}

.footer-block2 {
    width: 284px; /* Ширина блока */
    height: 75px; /* Высота блока */
}

.footer-block3 {
    width: 290px; /* Ширина блока */
    height: 75px; /* Высота блока */
}

.footer-right-block {
    width: 170px; /* Ширина правого блока */
    height: 70px; /* Высота правого блока */
    margin-top: 80px;
    margin-right: 145px;
    box-sizing: border-box;
}

.footer-text {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.footer-address {
    color: var(--Light-Grey, #C1C1C1);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.footer-address-margin {
    margin-top: 13px;
}

.footer-link {
    color: #DB7A4D;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}

.margin-link {
    margin-top: 11px;
}

.company-link {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: lowercase;
}

.company-link:last-child {
    margin-top: 8px;
}

.company {
    width: 169px;
    height: 66px;
    display: flex;
    flex-direction: column;
}

.last {
    width: 100%;
    height: 121px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    background: #1E1E1E;
}

.text-last {
    color: var(--White, #F0F0F0);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.last-left {
    display: flex;
    gap: 65px; /* Расстояние между блоками */
    margin-top: 49px;
}

.last-left:first-child {
    margin-left: 145px;
}

.last-block1 {
    width: 230px;
    height: 24px;
}

.last-block2 {
    width: 230px;
    height: 24px;
}

.last-right {
    width: 100px; /* Ширина правого блока */
    height: 40px; /* Высота правого блока */
    margin-top: 41px;
    margin-right: 120px;
    box-sizing: border-box;
}

.last-right::after {
    content: "";
    display: block;
    height: 100px; /* Высота блока, которую нужно скрыть */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white; /* Цвет фона для скрытия содержимого */
    z-index: -1; /* Убедитесь, что этот элемент находится под другим контентом */
}

.linked {
    display: flex;
    gap: 20px;
}

.linked button {
    width: 40px;
    height: 40px;
    background: #1E1E1E;
    border: none;
}

.child-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 1000;
    border: none;
    box-shadow: none;
    justify-content: center;
    display: flex;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-button {
    position: absolute;
    left: 4em;
    background: none;
    font: inherit;
    font-size: 24px;
    margin: -0.5em;
    border: 0;
    color: var(--Bright-white, #FFF);
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    cursor: pointer;
}

.menu-button-text {
    margin-left: 13px;
}

.hr-header {
    border: 1px solid white;
}

.logo {
    height: 100px;
    max-width: 430px;
    display: flex;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 776px;
    height: 100%;
    background: var(--Bright-white, #FBFBFB);
    z-index: 1000;
    display: none;
    display: flex;
    flex-direction: column;
}

.modal-top {
    height: 144px;
}

.modal-close {
    margin-top: 35px;
    margin-left: 130px;
    font-size: 25px;
    cursor: pointer;
    border: 0;
    color: var(--Copper, #B56540);
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    background: none;
}

.modal-center {
    flex-grow: 1;
    position: relative; /* Required for absolute positioning of modal-contact */
    display: flex;
    align-items: center;
}

.modal-menu {
    position: absolute;
    right: 100px; /* Distance from the right edge */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48px;
}

.btn-menu {
    color: var(--Copper, #B56540);
    text-align: right;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    letter-spacing: 1.6px;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.btn-menu:first-child {
    margin-top: 0px;
}

.modal-bottom {
    height: 135px;
    position: relative; /* Required for absolute positioning of modal-contact */
    display: flex;
}

.modal-contact {
    width: 169px;
    height: 66px;
    position: absolute;
    right: 100px; /* Distance from the right edge */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-link {
    color: var(--Copper, #B56540);
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
}

.contact-link:last-child {
    margin-top: 8px;
}

.animated-text {
    opacity: 0;
    transform: translateY(100px);
}

.popup-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.popup-top {
    margin-top: 32px;
    width: 73px;
    height: 55px;
}

.popup-middle {
    margin-top: 26px;
    color: var(--Bright-white, #FFF);
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.popup-bottom {
    color: var(--Bright-white, #FFF);
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.no-visited {
    color: inherit; /* Цвет ссылки до и после перехода остается таким же, как цвет текста */
    text-decoration: none; /* Убирает подчеркивание */
}

.no-visited:visited {
    color: inherit; /* Оставляет цвет после посещения таким же, как и был */
    text-decoration: none; /* Оставляет стиль без изменений */
}

@media (min-width: 320px) {
    .menu-button-text {
        display: none;
    }
    
    .menu-button {
        font-size: 18px;
        right: 32px;
        left: auto;
    }
    
    .header-container {
        height: 70px;
    }
    
    .logo {
        max-width: 168px;
    }
    
    .slideImg {
        height: 40px;
    }
    
    .start-earth {
        background-size: 100vh 100%;
        background-position: center;
    }
    
    .top-form-text {
        width: 300px;
        font-size: 24px;
        height: 155px;
    }
    
    .form {
        height: 920px;
        margin-top: 0px;
    }
    
    .bot-form {
        height: 770px;
    }
    
    .top-part {
        padding-top: 0px;
        height: 310px;
    }
    
    .bot-form-top {
        height: 510px;
    }
    
    .upload-text, .upload-optional {
        font-size: 12px;
    }
    
    .form-name-text, .required, .button-text {
        font-size: 14px;
    }
    
    .btn-bottom-center {
        top: 75px;
        width: 160px;
        padding: 10px 44px;
        font-size: 14px;
    }
    
    .input-container {
        padding-bottom: 10px;
    }
    
    .message {
        height: 150px;
    }
    
    .top-left-container {
        align-items: flex-start;
    }
    
    .button-text {
        margin-top: 10px;
    }
    
    .bot-form-bottom {
        display: flex;
        justify-content: center;
    }
    
    .img-hid {
        visibility: hidden;
    }
    
    .vector, .vector1 {
        height: auto;
    }
    
    .form-back {
        margin-top: 0px;
    }
    
    .bot-form, .message {
        width: 300px;
    }
    
    .input-message {
        width: 300px;
    }
    
    .photo-text-container {
        width: 300px;
        bottom: 35%;
        font-size: 24px;
    }
    
    .modal {
        width: 100%;
    }
    
    .modal-close {
        background-image: url(../images/X.svg);
        color: rgba(0, 0, 0, 0);
        background-size: 100% 100%;
        margin-left: 80vw;
        margin-top: 25px;
    }
    
    .modal-menu {
        right: 30px;
    }
    
    .modal-contact {
        right: 30px;
    }
    
    .btn-menu {
        width: 200px;
    }
    
    .footer-left-blocks, .top-part, .bottom-part, .footer-container, .last-left {
        display: block;
    }
    
    .upload {
        margin: 0px 0px 0 0px;
        width: 300px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 300px;
    }
    
    .popup {
        display: block;
    }
    
    .footer-left-blocks:first-child, .last-left:first-child {
        margin-left: 35px;
    }
    
    .footer-address-margin {
        margin-top: 8px;
    }
    
    .margin-link {
        margin-top: 4px;
    }
    
    .footer-container {
        height: 350px;    
    }
    
    .footer-left-blocks {
        margin-top: 70px;
    }
    
    .footer-block-wrapper {
        margin-top: 30px;
    }
    
    .top-text {
        font-size: 24px;
    }
    
    .map-container {
        margin-top: 100px;
    }
    
    .footer-text {
        font-size: 16px;
    }
    
    .footer-address, .footer-link {
        font-size: 12px;
    }
    
    .footer-block1 {
        height: 70px;
        width: 284px;
    }
    
    .footer-block2 {
        height: 55px;
    }
    
    .footer-block3 {
        height: 55px;
    }
    
    .footer-right-block {
        margin-right: 0px;
        width: 100%;
        margin-top: 50px;
    }
    
    .company {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        height: 35px;
    }
    
    .company-link:last-child {
        margin-top: 0px;
    }
    
    .company-link {
        font-size: 16px;
        color: #DB7A4D;
    }
    
    .text-last {
        font-size: 12px;
    }
    
    .last-left {
        margin-top: 30px;
    }
    
    .linkedImg {
        width: 40px;
    }
    
    .last-right {
        margin-top: 16px;
        margin-right: 0;
    }
    
    .last {
        height: 75px;
    }
    
    .main-first-text, .main-second-text {
        width: 275px;
    }
    
    .main-first-text {
        padding-top: 30px;
        font-size: 16px;
    }
    
    .main-second-text {
        margin-top: 55px;
        font-size: 36px;
    }
    
    .center-body_1 {
        width: 300px;
    }
    
    .circle {
        margin-left: -140%;
    }
    
    .top-clock-text, .bot-clock-text {
        width: 300px;
    }
    
    .name-top-body_2 {
        width: 300px;
        font-size: 24px;
    }
    
    .container-top-body_2 {
        width: 300px;
        height: 950px;
    }
    
    .right-block-top-body_2 {
        width: 300px;
    }
    
    .container-bot-body_2 {
        width: 300px;
    }
    
    .name-bot-body_2 {
        width: 300px;
        font-size: 24px;
    }
    
    .top-clock-text {
        width: 180px;
        font-size: 24px;
    }
    
    .bot-clock-text {
        width: 180px;
        font-size: 14px;
    }
    
    .btn1 {
        left: 116%;
    }
    
    .btn2 {
        left: 123%;
    }
    
    .btn1, .btn2 {
        top: 73%;
    }
    
    .clock {
        width: 100vw;
        margin-left: -75vw;
    }
    
    .num1, .num2, .num3, .num4, .num5, .num6, .num7 {
        left: 103.5%;
    }
    
    .circle-span {
        font-size: 54px;
    }
    
    .text1, .text2, .text3, .text4, .text5, .text6, .text7 {
        left: 95%;
        top: 48%;
    }
    
    .left-body_1 {
        display: none;
    }
    
    .top-center-text {
        margin-top: 100px;
        font-size: 24px;
    }
    
    .body_1 {
        height: 740px;
    }
    
    .top-center {
        height: 200px;
    }
    
    .middle-center-text, .bottom-center-text {
        font-size: 14px;
    }
    
    .botrom-center {
        height: 115px;
    }
    
    .body_1 {
        display: block;
    }
    
    .right-body_1 img {
        width: 170%;
    }
    
    .center-body_1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .top-center-text, .middle-center-text, .bottom-center-text {
        width: 300px;
    }
    
    .name-top-body_2 {
        height: 290px; 
    }
    
    .margin-top {
        height: 0px;
    }
    
    .main-container {
        overflow: visible;
    }
    
    .block-top-body_2:first-child {
        margin-top: 70px;
    }
    
    .hr-top-body_2, .block-top-body_2 {
        margin-top: 15px;
    }
    
    .hr-top-body_2 {
        visibility: hidden;
    }
    
    .top-right-block-top-body_2 {
        font-size: 18px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 14px;
    }
    
    .left-block-top-body_2 {
        width: 50px;
    }
    
    .block-bot-body_2:first-child {
        margin-top: 45px;
    }
    
    .right-block-bot-body_2 {
        max-width: 260px;
    }
    
    .left-block-bot-body_2 {
        width: 40px;
    }
    
    .top-right-block-bot-body_2, .bot-right-block-bot-body_2 {
        font-size: 14px;
    }
    
    .bot-right-block-bot-body_2 {
        margin-top: 10px;
    }
    
    .panel-image {
        height: 100vh;
    }
    
    .panel-orange {
        height: auto;
    }
    
    .container-bot-body_2 {
        height: 400px;
    }
    
    .button-icon-close {
        display: none;
    }
    
    .footer-block-wrapper {
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 375px) {
    .top-clock-text, .bot-clock-text {width: 200px;}
    
    .top-clock-text {
        font-size: 26px;
    }
    
    .bot-clock-text {
        font-size: 16px;
    }
}

@media (min-width: 425px) {
    .top-clock-text, .bot-clock-text {width: 250px;}
    
    .top-clock-text {
        font-size: 28px;
    }
    
    .bot-clock-text {
        font-size: 18px;
    }
    
    .num1, .num2, .num3, .num4, .num5, .num6, .num7 {
        left: 102.5%;
    }
    
    .btn-menu {
        width: auto;
    }
}

@media (min-width: 550px) { 
    .circle {
        margin-left: -50%;
    }
    
    .top-clock-text, .bot-clock-text {
        width: 330px;
    }
    
    .btn2 {
        left: 137%;
    }
    
    .btn1 {
        left: 130%;
    }
}

@media (min-width: 768px) {
    .menu-button-text {
        display: contents;
    }
    
    .top-clock-text, .bot-clock-text {
        width: 450px;
    }
    
    .menu-button {
        font-size: 18px;
        right: auto;
        left: 3em;
    }
    
    .text-last {
        font-size: 14px;
    }
    
    .button-icon {
        width: 18px;
    }
    
    .body_1 {
        height: 1020px;
    }
    
    .panel-image {
        height: 100vh;
        width: 100%;
    }
    
    .main-first-text, .main-second-text {
        width: 500px;
    }
    
    .main-first-text {
        font-size: 20px;
    }
    
    .main-second-text {
        font-size: 64px;
    }
    
    .top-center-text, .middle-center-text, .bottom-center-text {
        width: 500px;
    }
    
    .middle-center {
        height: 110px;
    }
    
    .top-center-text {
        font-size: 36px;
    }
    
    .middle-center-text, .bottom-center-text {
        font-size: 16px;
    }
    
    .photo-text-container {
        width: 500px;
        font-size: 36px;
    }
    
    .name-top-body_2, .name-bot-body_2 {
        width: 500px;
        font-size: 36px;
    }
    
    .container-top-body_2 {
        width: 500px;
        height: 815px;
    }
    
    .right-block-top-body_2 {
        width: 500px;
    }
    
    .top-right-block-top-body_2 {
        font-size: 20px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 16px;
    }
    
    .container-bot-body_2 {
        width: 500px;
    }
    
    .right-block-bot-body_2 {
        max-width: 460px;
    }
    
    .top-right-block-bot-body_2, .bot-right-block-bot-body_2 {
        font-size: 16px;
    }
    
    .bot-form, .message {
        width: 500px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 500px;
    }
    
    .input-message {
        width: 500px;
    }
    
    .upload {
        width: 500px;
    }
    
    .upload-text, .upload-optional {
        font-size: 16px;
    }
    
    .top-form-text {
        width: 500px;
        font-size: 36px;
        height: 200px;
    }
    
    .form-back {
        margin-top: 50px;
    }
    
    
}

@media (min-width: 900px) {
    .top-clock-text, .bot-clock-text {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .modal-close {
        background-image: none;
        color: var(--Copper, #B56540);
        background-size: 100% 100%;
    }
    
    .top-clock-text, .bot-clock-text {
        width: 600px;
    }
    
    .button-icon-close {
        display: inline;
    }
    
    .btn-menu {
        width: auto;
    }
    
    .modal {
        width: 530px;
    }
    
    .button-icon-close {
        width: 14px;
    }
    
    .modal-close {
        margin-top: 25px;
        margin-left: 100px;
        font-size: 20px;
    }
    
    .btn-menu {
        font-size: 28px;
    }
}

@media (min-width: 500px) and (max-height: 500px) {
    .bot-main-photo {
        height: auto;
    }
    
    .right-body_1 img {
        width: 100%;
    }
    
    .btn1 {
        top: 46%;
    }
    
    .btn1, .btn2 {
        left: 142%;
    }
    
    .btn2 {
        top: 53%;
    }
    
    .margin-top {
        height: 100px;
    }
    
    .photo-text-container {
        bottom: 20%;
    }
}

@media (min-width: 1025px) {
    .main-first-text, .main-second-text {
        width: 579px;
    }
    
    .footer-block-wrapper {
        text-align: start;
    }
    
    .background-img {
        background-image: none;
    }
    
    .photo-text-container {
        width: 910px;
        font-size: 32px;
        bottom: 50%;
    }
    
    .container-bot-body_2 {
        height: 486px;
    }
    
    .main-first-text {
        padding-top: 0px;
    }
    
    .main-second-text {
        margin-top: 10px;
    }
    
    .body_1 {
        display: flex;
    }
    
    .left-body_1 {
        display: flex;
    }
    
    .center-body_1 {
        display: block;
        width: 915px;
    }
    
    .body_1 {
        height: 750px;
    }
    
    .top-center-text {
        width: 622px;
    }
    
    .botrom-center {
        height: calc(920px - 378px - 146px);
    }
    
    .left-body_1 img, .right-body_1 img {
        width: 60%;
        margin-bottom: 200px;
        padding: 60px;
    }
    
    .clock {
        width: 100vw;
        margin-left: 30vw;
    }
    
    .circle {
        margin-left: -150%;
    }
    
    .button-clock {
        width: 40px;
        height: 54px;
    }
    
    .btn1 {
        top: 46%;
    }
    
    .btn1, .btn2 {
        left: 156%;
    }
    
    .btn2 {
        top: 51%;
    }
    
    .num1, .num2, .num3, .num4, .num5, .num6, .num7 {
        left: 100%;
    }
    
    .text1, .text2, .text3, .text4, .text5, .text6, .text7 {
        left: 100%;
        top: 50%;
    }
    
    .top-clock-text {
        width: 790px;
    }
    
    .bot-clock-text {
        width: 620px;   
    }
    
    .name-top-body_2 {
        height: 317px;
        width: 817px;
        justify-content: center;
        font-size: 32px;
    }
    
    .block-top-body_2:first-child {
        margin-top: 100px;
    }
    
    .hr-top-body_2, .block-top-body_2 {
        margin-top: 30px;
    }
    
    .left-block-top-body_2 {
        width: 70px;
    }
    
    .hr-top-body_2 {
        visibility: visible;
    }
    
    .name-bot-body_2 {
        width: 584px;
        font-size: 32px;
    }
    
    .container-bot-body_2 {
        height: 335px;
        width: 800px;
    }
    
    .left-block-bot-body_2 {
        width: 70px;
    }
    
    .right-block-bot-body_2 {
        max-width: 730px;
    }
    
    .bot-right-block-bot-body_2 {
        margin-top: 20px;
    }
    
    .footer-left-blocks, .top-part, .bottom-part, .footer-container, .last-left, .last {
        display: flex;
    }
    
    .top-form-text {
        font-size: 32px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 400px;
        height: 40px;
    }
    
    .bot-form {
        height: 550px;
        width: 1300px;
    }
    
    .message {
        width: 820px;
    }
    
    .input-message {
        width: 833px;
    }
    
    .upload {
        margin: 85px 45px 0 45px;
        width: 359px;
    }
    
    .btn-top-left {
        margin: 10px 10px 10px 19px;
    }
    
    .form-name-text, .required, .input-text-bottom, .button-text, .privacy-policy {
        font-size: 14px;
    }
    
    .btn-bottom-center {
        font-size: 16px;
        height: 40px;
        width: 175px;
        padding: 8px 48px;
    }
    
    .footer-left-blocks:first-child, .last-left:first-child {
        margin-left: 40px;
    }
    
    .footer-left-blocks {
        margin-top: 60px;
    }
    
    .footer-right-block {
        margin-right: 20px;
        margin-top: 60px;
        width: 170px;
    }
    
    .footer-block1 {
        width: 207px;
        height: 89px;
    }
    
    .footer-left-blocks {
        gap: 35px;
    }
    
    .company-link:last-child {
        margin-top: 0px;
        margin-left: 0px;
    }
    
    .form-name-text, .required, .button-text {
        font-size: 14px;
    }
    
    .upload-text, .upload-optional {
        font-size: 16px;
    }

    .footer-text {
        font-size: 16px;
    }
    
    .bot-form-bottom {
        display: block;
    }
    
    .footer-block-wrapper {
        margin-top: 0px;
    }
    
    .footer-address, .footer-link {
        font-size: 12px;
    }
    
    .margin-link {
        margin-top: -14px;
    }
    
    .company-link {
        font-size: 16px;
    }
    
    .footer-block2 {
        width: 245px;
        height: 75px;
    }
    
    .footer-block3 {
        width: 260px;
        height: 75px;
    }
    
    .footer-container {
        height: 235px;
    }
    
    .last-left {
        gap: 0px;
        margin-top: 20px;
    }
    
    .text-last {
        font-size: 14px;
    }
    
    .last-right {
        margin-top: 10px;
        margin-right: 10px; 
    }
    
    .last {
        height: 60px;
    }
    
    .linkedImg {
        height: 30px;
        width: 30px;
    }
    
    .form-back {
        margin-top: -200px;
    }
    
    .bot-form-top {
        height: 360px;
    }
    
    .top-part {
        height: 220px;
    }
    
    .bot-form {
        height: 550px;
        width: 1300px;
    }
    
    .message {
        width: 820px;
    }
    
    .input-message {
        width: 833px;
    }
    
    .upload {
        margin: 85px 0px 0 45px;
        width: 359px;
    }
    
    .btn-top-left {
        margin: 10px 10px 10px 19px;
    }
    
    .form-name-text, .required, .input-text-bottom, .button-text, .privacy-policy {
        font-size: 14px;
    }
    
    .btn-bottom-center {
        font-size: 16px;
        height: 40px;
        width: 175px;
        padding: 8px 48px;
    }
    
    .footer-left-blocks:first-child, .last-left:first-child {
        margin-left: 40px;
    }
    
    .footer-left-blocks {
        margin-top: 60px;
    }
    
    .footer-right-block {
        margin-right: 20px;
        margin-top: 60px;
        width: 170px;
    }
    
    .footer-block1 {
        width: 207px;
        height: 89px;
    }
    
    .footer-left-blocks {
        gap: 35px;
    }
    
    .form-name-text, .required, .button-text {
        font-size: 14px;
    }
    
    .upload-text, .upload-optional {
        font-size: 16px;
    }

    .footer-text {
        font-size: 16px;
    }
    
    .bot-form-bottom {
        display: block;
    }
    
    .footer-block-wrapper {
        margin-top: 0px;
    }
    
    .footer-address, .footer-link {
        font-size: 12px;
    }
    
    .margin-link {
        margin-top: -14px;
    }
    
    .company-link {
        font-size: 16px;
    }
    
    .footer-block2 {
        width: 245px;
        height: 75px;
    }
    
    .footer-block3 {
        width: 260px;
        height: 75px;
    }
    
    .footer-container {
        height: 235px;
    }
    
    .last-left {
        gap: 0px;
        margin-top: 20px;
    }
    
    .text-last {
        font-size: 14px;
    }
    
    .last-right {
        margin-top: 10px;
        margin-right: 10px; 
    }
    
    .last {
        height: 60px;
    }
    
    .linkedImg {
        height: 30px;
        width: 30px;
    }
    
    .form-back {
        margin-top: -100px;
    }
    
    .bot-form-top {
        height: 360px;
    }
    
    .top-part {
        height: 220px;
    }
    
    .top-form-text {
        width: 712px;
        height: 240px;
    }
    
    .footer-right-block {
        margin-right: 20px;
        margin-top: 60px;
        width: 170px;
    }
    
    .company {
        width: 169px;
        height: 66px;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .top-center-text {
        font-size: 32px;
    }
    
    .middle-center-text, .bottom-center-text {
        font-size: 16px;
        width: 580px;
    }
    
    .middle-center {
        height: 95px;
    }
    
    .container-top-body_2 {
        width: 800px;
        height: 950px;
    }
    
    .right-block-top-body_2 {
        width: 720px;
    }
    
    .top-right-block-top-body_2 {
        font-size: 20px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 16px;
    }
    
    .upload-text, .upload-optional {
        font-size: 14px;
    }
    
    .input-message {
        width: 650px;
    }
    
    .upload {
        padding: 10px 12px;
    }
    
    .top-part {
        height: 140px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 310px;
        height: 40px;
    }
    
    .form-name-text, .required, .button-text {
        font-size: 14px;
    }
    
    .bot-form {
        height: 415px;
        width: 1000px;
    }
    
    .bot-form-top {
        height: 280px;
    }
    
    .modal-close {
        margin-top: 25px;
        margin-left: 100px;
        font-size: 20px;
    }
    
    .btn-menu {
        font-size: 28px;
    }
}

@media (min-width: 1060px) { 
    .clock {
        margin-left: 38vw;
    }
}

@media (min-width: 1143px) { 
    .clock {
        margin-left: 54vw;
    }
}

@media (min-width: 1300px) and (min-height: 900px) {
    .form-back {
        margin-top: 0px;
    }
}

@media (min-width: 1300px) {
    .rect-text {
        margin-top: 180px;
    }
    
    .btn-menu {
        font-size: 32px;
    }
    
    .start-earth {
        margin-top: -650px;
    }
    
    .top-form-text {
        font-size: 32px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 400px;
        height: 40px;
    }
    
    .message {
        width: 820px;
    }
    
    .input-message {
        width: 833px;
    }
    
    .upload {
        margin: 85px 45px 0 45px;
    }
    
    .btn-top-left {
        margin: 10px 10px 10px 19px;
    }
    
    .form-name-text, .required, .input-text-bottom, .button-text, .privacy-policy {
        font-size: 14px;
    }
    
    .btn-bottom-center {
        font-size: 16px;
        height: 40px;
        width: 175px;
        padding: 8px 48px;
    }
    
    .footer-left-blocks:first-child, .last-left:first-child {
        margin-left: 40px;
    }
    
    .footer-left-blocks {
        margin-top: 60px;
    }
    
    .footer-right-block {
        margin-right: 20px;
        margin-top: 60px;
    }
    
    .footer-block1 {
        width: 207px;
        height: 89px;
    }
    
    .footer-left-blocks {
        gap: 35px;
    }
    
    .footer-text {
        font-size: 16px;
    }
    
    .footer-address, .footer-link {
        font-size: 12px;
    }
    
    .margin-link {
        margin-top: -14px;
    }
    
    .company-link {
        font-size: 16px;
    }
    
    .footer-block2 {
        width: 245px;
        height: 75px;
    }
    
    .footer-block3 {
        width: 260px;
    }
    
    .footer-container {
        height: 235px;
    }
    
    .last-left {
        gap: 0px;
        margin-top: 20px;
    }
    
    .text-last {
        font-size: 14px;
    }
    
    .last-right {
        margin-top: 10px;
        margin-right: 10px; 
    }
    
    .last {
        height: 60px;
    }
    
    .linkedImg {
        height: 30px;
        width: 30px;
    }
    
    .bottom-part {
        height: 140px;
    }
    
    .menu-button {
        font-size: 18px;
    }
    
    .button-icon {
        width: 18px;
    }
    
    .menu-button-text {
        margin-left: 7px;
    }
    
    .logo {
        max-width: 240px;
    }
    
    .modal-close {
        margin-top: 25px;
        margin-left: 100px;
        font-size: 20px;
    }
    
    .btn-menu {
        font-size: 32px;
        margin-top: 30px;
    }
    
    .modal-menu {
        right: 100px;
    }
    
    .contact-link {
       font-size: 24px;
    }
    
    .modal-contact {
        right: 100px;
    }
    
    .modal {
        width: 776px;
    }
    
    .header-container {
        height: 70px;
    }
    
    .main-second-text {
        width: 600px;
        font-size: 48px;
    }
    
    .main-first-text {
        font-size: 20px;
    }
    
    .left-body_1 img, .right-body_1 img {
        width: 60%;
        margin-bottom: 200px;
        padding: 60px; 
    }
    
    .top-center-text {
        font-size: 32px;
    }
    
    .middle-center-text, .bottom-center-text {
        font-size: 16px;
        width: 580px;
    }
    
    .middle-center {
        height: 95px;
    }
    
    .body_1 {
        height: 750px;
    }
    
    .top-center {
        height: 210px;
    }
    
    .top-center-text {
        margin-top: 140px;
    }
    
    .circle {
        margin-left: -140%;
    }
    
    .top-clock-text {
        font-size: 38px;
    }
    
    .bot-clock-text {
        font-size: 16px;
        width: 620px;
    }
    
    .circle-span {
        font-size: 60px;
    }
    
    .btn1, .btn2 {
        left: 165%;
    }
    
    .btn1 {
        top: 46%;
    }
    
    .btn2 {
        top: 51%;
    }
    
    .name-top-body_2 {
        font-size: 32px;
    }
    
    .top-right-block-top-body_2 {
        font-size: 20px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 16px;
    }
    
    .hr-top-body_2 {
        margin-top: 30px;
    }
    
    .right-block-top-body_2 {
        width: 720px;
    }
    
    .container-top-body_2 {
        width: 800px;
        height: 950px;
    }
    
    .left-block-top-body_2 {
        padding: 4px;
    }
    
    .button-clock {
        width: 40px;
        height: 54px;
    }
    
    .bot-right-block-bot-body_2 {
        font-size: 16px;
    }
    
    .container-bot-body_2 {
        height: 335px;
        width: 800px;
    }
    
    .top-right-block-bot-body_2 {
        font-size: 16px;
    }
    
    .block-bot-body_2:first-child {
        margin-top: 55px;
    }
    
    .block-bot-body_2 {
        margin-top: 40px;
    }
    
    .right-block-bot-body_2 {
        max-width: 730px;
    }
    
    .panel-orange {
        height: 850px;
    }
    
    .photo-text-container {
        width: 910px;
        font-size: 32px;
    }
    
    .bot-form {
        width: 1300px;
    }
    
    .photo-text-container {
        bottom: 50%;
    }
}

@media (min-width: 1480px) {
    .clock {
        margin-left: 65vw;
    }
}

@media (min-width: 1600px) {
    .clock {
        margin-left: 73vw;
    }
    
    .bot-form {
        height: 550px;
        width: 1300px;
    }
    
    .photo-text-container {
        bottom: 50%;
    }
    
    .panel-orange {
        height: 1300px;
    }
    
    .form {
        margin-top: -170px;
    }
    
    .left-body_1 img, .right-body_1 img {
        width: 60%; 
    }
    
    .main-first-text, .main-second-text {
        width: 1074px;
    }
    
    .top-center {
        height: 378px;
    }
    
    .middle-center {
        height: 110px;
    }
    
    .body_1 {
        height: 700px;
    }
    
    .top-center-text {
        margin-top: 250px;
        font-size: 40px;
    }
    
    .main-first-text {
        font-size: 24px;
    }
    
    .main-second-text {
        font-size: 96px;
    }
    
    .middle-center-text {
        font-size: 18px;
        width: 717px;
    }
    
    .bottom-center-text {
        font-size: 18px;
        width: 695px;
    }
    
    .top-clock-text {
        font-size: 48px;
    }
    
    .bot-clock-text {
        font-size: 20px;
        width: 766px;
    }
    
    .btn1 {
        top: 45%;
        left: 180%;
    }
    
    .button-clock {
        width: 48px;
        height: 66px;
    }
    
    .btn2 {
        top: 52%;
        left: 180%;
    }
    
    .name-top-body_2 {
        font-size: 40px;
    }
    
    .container-top-body_2 {
        width: 1162px;
        height: 1175px;
    }
    
    .left-block-top-body_2 {
        padding: 6px;
    }
    
    .right-block-top-body_2 {
        width: 953px;
    }
    
    .top-right-block-top-body_2 {
        font-size: 24px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 18px;
    }
    
    .hr-top-body_2, .block-top-body_2 {
        margin-top: 50px;
    }
    
    .container-bot-body_2 {
        height: 486px;
        width: 1162px
    }
    
    .block-bot-body_2:first-child {
        margin-top: 80px;
    }
    
    .block-bot-body_2 {
        margin-top: 50px;
    }
    
    .right-block-bot-body_2 {
        max-width: 953px;
    }
    
    .top-right-block-bot-body_2 {
        font-size: 18px;
    }
    
    .bot-right-block-bot-body_2 {
        font-size: 18px;
    }
    
    .photo-text-container {
        width: 1373px;
        font-size: 40px;
    }
    
    .panel-image {
        height: auto;
    }
    
    .top-form-text {
        font-size: 40px;
    }
    
    .form-name-text, .required, .button-text, .privacy-policy {
        font-size: 16px;
    }
    
    .footer-container {
        height: 335px;
    }
    
    .footer-left-blocks {
        gap: 70px;
        margin-top: 80px;
    }
    
    .footer-right-block {
        margin-right: 145px;
        margin-top: 80px;
    }
    
    .footer-left-blocks:first-child {
        margin-left: 145px;
    }
    
    .footer-block1 {
        width: 207px;
        height: 132px;
    }
    
    .footer-text {
        font-size: 20px;
    }
    
    .footer-address, .footer-link {
        font-size: 16px;
    }
    
    .margin-link {
        margin-top: 11px;
    }
    
    .footer-block2 {
        width: 284px;
    }
    
    .footer-block3 {
        width: 290px;
        height: 75px;
    }
    
    .btn-bottom-center {
        top: 80px;
        width: 207px;
        padding: 12px 60px;
        font-size: 18px;
    }
    
    .text-last {
        font-size: 20px;
    }
    
    .last-right {
        margin-top: 41px;
        margin-right: 120px;
    }
    
    .linkedImg {
        width: 40px;
        height: 40px;
    }
    
    .before-swiper {
        font-size: 48px;
        height: 315px;
    }
    
    .last {
        height: 121px;
    }
    
    .last-left:first-child {
        margin-left: 145px;
    }
    
    .last-left {
        gap: 65px;
        margin-top: 49px;
    }
    
    .company-link {
        font-size: 24px;
    }
    
    .modal-close {
        margin-top: 22px;
        margin-left: 50px;
        font-size: 18px;
    }
}

@media (min-width: 1900px) {
    .bot-form {
        height: 650px;
        width: 1680px;
    }
    
    .body_1 {
        height: 920px;
    }
    
    .clock {
        margin-left: 90vw;
    }
    
    .top-center-text {
        font-size: 48px;
    }
    
    .middle-center {
        height: 146px;
    }
    
    .name-top-body_2 {
        font-size: 48px;
    }
    
    .bot-right-block-top-body_2 {
        font-size: 20px;
    }
    
    .photo-text-container {
        font-size: 48px;
    }
    
    .top-form-text {
        font-size: 48px;
        width: 760px;
        height: 200px;
    }
    
    .middle-center-text, .bottom-center-text {
        font-size: 20px;
    }
    
    .button-icon-close {
        width: 18px;
    }
    
    .modal-close {
        font-size: 24px;
        margin-top: 45px;
        margin-left: 90px;
    }
    
    .header-container {
        height: 100px;
    }
    
    .menu-button {
        font-size: 18px;
        left: 4em;
        font-size: 24px;
    }
    
    .button-icon {
        width: 24px;
    }
    
    .logo {
        height: 57px;
        max-width: 330px;
    }
    
    .left-body_1 img, .right-body_1 img {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .form {
        margin-top: 0px;
    }
    
    .bot-form-top {
        height: 425px;
    }
    
    .top-part {
        height: 270px;
        padding-top: 100px;
    }
    
    .input-line1, .input-line2, .input-line3 {
        width: 540px;
        height: 46px;
    }
    
    .input-text-bottom {
        font-size: 16px;
    }
    
    .message {
        width: 1109px;
        height: 170px;
    }
    
    .input-message {
        width: 1109px;
    }
    
    .upload {
        margin: 85px 180px 0 30px;
        width: 359px;
    }
    
    .btn-top-left {
        margin: 10px 10px 10px 0px;
    }
    
    .footer-right-block {
        margin-right: 145px;
    }
}

@media (min-width: 2100px) {
    .panel-orange {
        height: 1600px;
    }
    
    .header-container {
        height: 140px;
    }
    
    .logo {
        height: 100px;
        max-width: 430px;
    }
    
    .left-body_1 img, .right-body_1 img {
        width: 100%;
    }
    
    .form {
        height: 900px;
        margin-top: 180px;
    }
    
    .top-form-text {
        height: 240px;
    }
}

@media (min-width: 2300px) {
    .clock {
        margin-left: 100vw;
    }
}

@media (min-width: 2500px) {
    .clock {
        margin-left: 107vw;
    }
}