body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
}
@font-face {
    font-family: 'Systopie';
    src: url('./fonts/Systopie.ttf') format('truetype'),
    url('./fonts/MacSystopie-Bold.ttf') format('truetype'),
    url('./fonts/MacSystopie-Bold.woff') format('woff'),
    url('./fonts/MacSystopie-Bold.woff2') format('woff2'),
         url('./fonts/Systopie.woff') format('woff'), 
         url('./fonts/Systopie.woff2') format('woff2');
    
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2');
    font-weight: 100;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 200;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeue.ttc') format('truetype'),
         url('./fonts/HelveticaNeue.ttf') format('truetype'), 
         url('./fonts/helveticaneue.woff') format('woff'),
         url('./fonts/helveticaneue.woff2') format('woff2'),
         url('./fonts/MacHelveticaNeue.ttf') format('truetype'),
         url('./fonts/Machelveticaneue.woff') format('woff'),
         url('./fonts/Machelveticaneue.woff2') format('woff2');
    font-weight: 700;
}
main{
    overflow-x: hidden;
}
.flex{
    display: flex;
}


.headarea{
    color: #102D4A;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.circles{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 10px;
    
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px;
    width: 93%;
    
}

.circleitem{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 36px;
    width: 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50%;
    border: 2px solid black;
    -ms-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

.current-circle{
    background: #032846;
    color: #FFF;
    border: 0px;
    height: 38px;
    width: 38px;
}



.none{
    display: none;
}
.flex{
    display: flex;
}

.mapsvg img {
    display: none;
    
    width: 100%;
    height: 100%;
}

.mapsvg img.current-map {
    display: block;
    /* box-shadow:(0px 2px 6px rgba(0, 0, 0, 0.13));  */

}

.map1{
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
     width: 93%;
     

}

.mapsvg{
    object-fit: cover;
margin: 0 auto;

filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.13));

}

.bluebackground{
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
    margin-top: -5px;
}

.bluebackground__wrapper{
    width: 78%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.chairssimage{
    object-fit: cover;
}

.chairssimage img{
    width: 100%;
    height: 100%;
}
.chairtext{
    text-align: center;
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120.41%;
    letter-spacing: 0.01em;
    color: #FFFFFF;


}


.chairsAndText{
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}

.imagesandtext{
    background: url("./assets/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.twoimages{
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.bigimage{
    object-fit: cover;
    aspect-ratio: 4/3;
}

.bigimage img{
    width: 100%;
    height: 100%;
}

.smallimage{
    
    display: flex;
    justify-content: right;
    margin-top: -60px;
}


.infoAboutOfices{
    

    background-repeat: no-repeat;
    background-size: cover;
    
}


.infoAboutOfices__wrapper{
    /* padding-top: 130px;
    padding-bottom: 120px; */
    justify-content: space-between;
    padding-bottom: 30px;
}


.info{
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    
}

.headoffice{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: 0.01em;
    color: #010101;
    margin-top: 15px;
    
}

.list{
    
    flex-direction: column;
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    
    font-size: 14px;
    line-height: 120.41%;
    letter-spacing: 0.01em;
    color: #010101;
    gap: 10px;
    
}

.extrainfo{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    
    color: #010101;
}


/* ----------------------------------nextbutton on form------------------------  */
/* .btnnext {
    border-radius: 5px;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    height: 77px;
    width: 30%;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease; 
    cursor: pointer;
} */

.btnnext:hover {
    filter: brightness(1.1);
}

/* ---------------------------------------------------------------------------  */
.getcatalog{
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(270deg, rgba(16, 45, 74, 0.77) 0.2%, rgba(16, 45, 74, 0.08) 99.87%), url("./assets/blueback.png"), linear-gradient(270deg, rgba(16, 45, 74, 0.77) 0.2%, rgba(16, 45, 74, 0.08) 99.87%);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    display: flex;
    justify-content: center;

}

.getcatalog__wrapper{
    display: flex;
    justify-content: center;
    width: 93%;
    margin: 0 auto;
    align-items: center;
    
    
}

.telephoneimg{
    margin-top: -63px;

}

.forms{
    width: 100%;
    background: #FCFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    align-items: center;
   
}

.forms-wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;

}
.forma-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;     
}
.selectbutton{    
    justify-content: space-between;
    width: 100%;
}
/* ------------------------select-------------------------- */
.custom-select-wrapper {
    position: relative;
       
}

.custom-select-wrapper select.custom-select {
    width: 100%; 
    border-radius: 5px;
    background: #E8E7E7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    height: 50px;
    padding: 10px; 
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-button {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 12px; 
    height: 24px;
    background: url("./assets/arrowsmobile.svg");
    background-repeat: no-repeat;
    border: none;
    pointer-events: none;

}
/* ------------------------select-------------------------- */
/* ------------------------inputs area-------------------------- */
input:focus {
    outline: none;
    
}
.custom-input-wrapper,
.custom-phone-input-wrapper {
    position: relative;
    width: 90%; 
    height: 50px;
}

.custom-input-wrapper{
    width: 80%;
}

.custom-input,
.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #E8E7E7;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    box-sizing: border-box;
    transition: border-color 0.3s, color 0.3s;
    border: 1px solid transparent; 
}

.custom-input:focus,
.custom-input:active,
.custom-input.has-data {
    border-color: #0030DC;
}

.custom-phone-input:focus,
.custom-phone-input:active {
    border-color: #0030DC;
    color: #000;
}
/* ------------------------inputs area-------------------------- */
.blockWithForm-head{
    font-family: "Systopie";
    color: white;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;

}

.blockWithForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 44px;
}

.questions{
    display: flex;
    gap: 16px;


}
.ask{
    font-size: 16px;
    font-family: "Systopie";
    font-weight: 400;
    line-height: normal;
}

.questions-pagination{
    width: 90%;
    gap: 20px;
    
}
.questions{
    color: #636363;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    font-family: "Systopie";
    align-items: center;
}

.inputs{
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.pagination{
    padding-top: 9px;
    gap: 5px;
}
.pagination-item{
    height: 3px;
    width: 24px;
    border-radius: 2px;
    background: #D9D9D9;
    opacity: 0.5;
    cursor: pointer;
}
.current{
    background:#102D4A87;
    opacity: 1;
}

.radiobtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.accept{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #818181;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}



.acceptinfo, .form-link{
    font-family: "Systopie";
    color: #818181; 
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-link{
    color: #102D4A;
}

#privacyPolicyCheckbox2 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px; /* Исправлено значение ширины */
    height: 15px; /* Исправлено значение высоты */
    border-radius: 50%; 
    border: 2px solid #999; 
    outline: none;
    cursor: pointer;
    padding-right: 8px;
    padding-top: 8px;
}

#privacyPolicyCheckbox2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
    padding-right: 1px;
    padding-top: 1px;
}

#privacyPolicyCheckbox2:checked::before {
    opacity: 1; 
}




/* ------------------------number-------------------------- */
.custom-phone-input-wrapper {
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #0030DC;
    background: #E8E7E7;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    box-sizing: border-box;
    transition: border-color 0.3s, color 0.3s;
    width: 100%;
}

.custom-phone-input:focus,
.custom-phone-input:active {
    border-color: #0030DC;
    color: #000;
}

/* ------------------------number-------------------------- */






/* ----------------------------------nextbutton on form------------------------  */
.btnnext {
    border-radius: 5px;
    background: linear-gradient(180deg, #DC8F43 0%, #CB5437 100%);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease; 
    cursor: pointer;
    color: white;
}

.btnnext:hover {
    filter: brightness(1.1);
}
.close-button {
    width: 279.682px;
    height: 48px;
}

.catalogOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    
    
}

/* .white{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: 279.682px;
    height: 48px;
} */
.catalogOverlay.active {
    display: flex;
    opacity: 1;
}

.whitebackground{
    width: 260px;
    
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    
}
.catalogOverlayWrapper {
    background: 
    url("./assets/blue-wave-with-white-background 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    
}
/* blockScroll.style.overflowY = 'hidden'; */
.skip {
    display: flex;
    justify-content: space-between;
}
.submit-button {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #102D4A;
    width: 100%;
    
    border: none;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submit-button-container {
    opacity: 0.5;
    pointer-events: none;
}
.submit-button-container.active {
    opacity: 1;
    pointer-events: auto;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.confirmText{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.decornone{
    text-decoration: none;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 49px;
    align-items: center;
}

.confirmText{
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Helvetica Neue';
}


.swiper__mobile {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative; 
    
    }
    
    .swiper-wrapper {
        
        padding-top: 40px;
        
    }

    .swiper-slide {
        object-fit: cover;
        
    }
    .swiper-slide img{
        width: 100%;
        height: 100%;
        aspect-ratio: 10/10;
    }
    .button-prev,
    .button-next {
    z-index: 3;
    position: absolute; 
    top: 50%; 
    width: 30px;
    height: 30px;
    
    margin-right: 5%;
    object-fit: cover;
}

.button-next{
    right: 0;
}
.button-prev {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    top: 50%; 
    
    
    
}

.button-prevdialog,
    .button-nextdialog {
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    right: 0;
    margin-right: 5%;
    object-fit: cover;
}

.button-prevdialog {
    left: 0; 
    margin-left: 5%;
    z-index: 3;
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%);
    
}

.catalogOverlay.active {
    display: flex;
    opacity: 1;

}
.catalogOverlay.active body{
    overflow-y: hidden;
    
}

.catalogOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    
    
}

.whitebackground{
    width: 300px;
        background-color: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    
}
.whitetext{
    color: #FFF;
    font-style: normal;
}
.catalogOverlayWrapper {
    background: 
    url("./assets/blue-wave-with-white-background 1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}

.skip {
    display: flex;
    justify-content: space-between;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 49px;
    align-items: center;
}

.confirmText{
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.dialog{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.dialog-content{
    
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
    
}

#dialogImage {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.dialog-image-container{
    
    width: 70%;
    object-fit: cover;
    margin: 0 auto;
}
.dialog-content img{
    height: 100%;
    width: 100%;
}



/* @media screen and (max-width:300px) {
    .dialog-image-container{
        height: 200px;
    }
} */

