body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
}


.currentuserposition, .map__area,
.bluebackwithimg, .images,
.chairsAndText, .blockwithimages,
.infoAboutOfices{
    width: 86%;
    margin: 0 auto;
}

.footer__logo{
    width: 10vw;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    
}
.logo__desktop, .footer__logo{
    width: 10vw;
    object-fit: cover;
}

.logo__desktop img , .footer__logo img{
    width: 100%;
    height: 100%;
}
.links {
    position: relative;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    /* display: inline-block; */
    cursor: pointer;
    padding-bottom: 4px;
}
.currentuserposition{
    margin-top: 60px;
    color: rgba(32, 46, 72, 0.70);
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.head{
    color: #3B3D40;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Systopie";
}


.headarea{
    color: #102D4A;
    font-size: 3vw;
    font-style: normal;
    font-weight: 500;
    /* margin: 0 auto; */
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
    
}

.circles{
    display: grid;
    grid-template-columns: repeat(21, 1fr);
    grid-row-gap: 0.1vw;
    
    justify-content: space-between;
    margin-top: 2.3vw;
    width: 100%;
}

.circleitem{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    height: 2vw;
    width: 2vw;
    font-size: 1vw;
    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: 2.1vw;
    width: 2.1vw;
    font-size: 1vw;
}

.map__area{
    margin-top: 41px;
    
}

.none{
    display: none;
}
.flex{
    display: flex;
}

.mapsvg img {
    display: none;
    box-shadow:(0px 2px 6px rgba(0, 0, 0, 0.13)); /* добавляем тень к изображениям */
    width: 100%;
    height: 100%;

}

.mapsvg img.current-map {
    display: block;
}

.map1{
    justify-content: center;
    margin-top: 4vw;
    margin-bottom: 4vw; 
    
}

.mapsvg{
    width: 60vw; 
    object-fit: cover;
}



/* ---------------------------------------------------------------------------  */
.getcatalog{
    height:26vw; 
    background: linear-gradient(270deg, rgba(16, 45, 74, 0.77) 0.2%, rgba(16, 45, 74, 0.08) 99.87%), url("./assets/images/blue-wave-with-white-background.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: 7vw;
    

}

.getcatalog__wrapper{
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: 0 auto;
    align-items: center;
   
    
}

.telephoneimg{
    width: 29vw;
    margin-top: -4.58vw;
    object-fit: cover;
    

}
.telephoneimg img{
    width: 100%;
    height: 100%;
    
}

.forms{
    width: 100%;
    background: #FCFAFA;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 0.3vw;
    align-items: center;
   
}

.forms-wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1vw;

}
.forma-item {
    display: flex;
    flex-direction: column;
    gap: 1vw;
        
}
.selectbutton{    
    justify-content: space-between;
}
/* ------------------------select-------------------------- */
.custom-select-wrapper {
    position: relative;
    width: 60%;    
}

.custom-select-wrapper select.custom-select {
    width: calc(100% - 10px); 
    border-radius: 5px;
    background: #E8E7E7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    height: 100%;
    padding-left: 0.3vw; 
    color: #000;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-button {
    position: absolute;
    top: 15%;
    right: 5%;
    width: 1vw; 
    height: 2vw;
    object-fit: cover;
    background: url("../assets/images/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    pointer-events: none;

}

.custom-button img{
    width: 100%;
    height: 100%;
}
/* ------------------------select-------------------------- */
/* ------------------------inputs area-------------------------- */
input:focus {
    outline: none;
    
}
.custom-input-wrapper,
.custom-phone-input-wrapper {
    position: relative;
    width: 30%; 
    height: 3vw;
}

.custom-input-wrapper{
    width: 47%;
}

.custom-input,
.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #E8E7E7;
    color: #000;
    font-size: 1vw;
    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";
    font-size: 2.75vw;
    font-weight: 500;
    line-height: normal;
    

}

.blockWithForm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2vw;
    width: 40%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    
}

.questions{
    display: flex;
    gap: 16px;


}
.ask{
    font-size: 1vw;
    font-family: "Systopie";
    font-weight: 400;
    line-height: normal;
}

.questions-pagination{
    width: 90%;
    gap: 1vw;
    
}
.questions{
    color: #636363;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    font-family: "Systopie";
    align-items: center;
}

.inputs{
    width: 60%;
    justify-content: space-between;
}
.pagination{
    padding-top: 1vw;
    gap: 0.5vw;
}
.pagination-item{
    height: 0.17vw;
    width: 2vw;
    border-radius: 0.2vw;
    background: #D9D9D9;
    opacity: 0.5;
    cursor: pointer;
}
.current{
    background:#102D4A87;
    opacity: 1;
}

.radiobtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.accept{
    display: flex;
    gap: 12px;
    align-items: center;
    color: #818181;
    
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    
}

.acceptinfo, .form-link{
    font-family: "Systopie";
    color: #818181; 
    font-size: 0.7vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-link{
    color: #102D4A;
}

#image1{
    display: flex;
}
#image2{
    display: none;
}


/* ------------------------number-------------------------- */
.custom-phone-input-wrapper {
    position: relative;
    width: 60%;
    justify-content: space-between;
}

.custom-phone-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #0030DC;
    background: #E8E7E7;
    font-size: 1vw;
    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: 1.1vw;
    font-weight: 500;
    line-height: normal;
    height: 3vw;
    width: 30%;
    align-items: center;
    justify-content: center;
    transition: filter 0.3s ease; 
    cursor: pointer;
    border: none;
}

.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: 20%;
    
    background-color: #FFF;
    border-radius: 0.4vw;
    margin: 0 auto;
    
}
.catalogOverlayWrapper {
    background: 
    url("./assets/desktopimages/blue-wave-with-white-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.2vw;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2vw;
    
}

.skip {
    display: flex;
    justify-content: space-between;
    object-fit: cover;
}

.acceptText {
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
    align-items: center;
}
.submit-button {
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.3vw;
    background: #102D4A;
    width: 100%;
    height: 2vw;
    border: none;
    margin-top: 1.2vw;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue';
    font-weight: 600;
}
.galbut{
    font-size: 0.9vw;
    border-radius: 0.3vw;
    width: 70%;
    height: 2vw;
    margin-top: 1.2vw;
    
}

.confirmText{
    font-size: 1vw;
    font-weight: 600;
    line-height: normal;
    font-family: 'Helvetica Neue';
}

.closeimage{
    width: 1vw;
    object-fit: cover;
}
.galochka{
    width: 5vw;
    object-fit: cover;
}

.galochka img{
    width: 100%;
    height: 100%;
}

.closeimage img{
    width: 100%;
    height: 100%;
}


.mapsvg img, .chairssimage img{
    width: 100%;
    height: 100%;
}
/* --------------------------------------поп-ап--------------------------------- */
/* .submit-button {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #102D4A;
    width: 100%;
    height: 48px;
    border: none;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
} */

.whitetext{
    color: #FFF;
    font-style: normal;
}

/* .white{
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: 279.682px;
    height: 48px;
} */

.pointer{
    cursor: pointer;
}

.nocopy{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bluebackground{
    background: linear-gradient(180deg, #A7C4DC 0%, #102D4A 100%);
    margin-top: -5px;
}

.bluebackground__wrapper{
    width: 78%;
    margin: 0 auto;
    padding-top: 5vw;
    padding-bottom: 5.5vw;
    
}

.chairssimage{
    object-fit: cover;
}
.chairtext{
    text-align: center;
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 120.41%;
    letter-spacing: 0.01em;
    color: #FFFFFF;


}


.chairsAndText{
    flex-direction: column;
}

.longimages img{
    width: 100%;
    height: 100%;
}
.twoimagesBlock img{
    width: 100%;
    height: 100%;
}
.bigimage img{
    width: 100%;
    height: 100%;
   
}

.bigimage, .smallimages{
    width: 50%;
}
.smallimages{
    flex-direction: column;
    
    
}

.blockwithimages{
    /* gap: 40px; */
    margin-top: 140px;
    justify-content: space-between;
}

.twoimages{  
    height: 49%;
}

.bigimage, .smallimages{
    object-fit: cover;
    width: 49%;
}

.longimages{
    height: 49%;
}

.twoimagesBlock{
    object-fit: cover;
    width: 49%;
}

.twoimages, .smallimages{
    justify-content: space-between;
}

.infoAboutOfices{
    background: url("./assets/desktopimages/backgroundofice.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}


.infoAboutOfices__wrapper{
    padding-top: 3vw;
    padding-bottom: 2vw;
    justify-content: space-between;
    
}

.infoblock{
    justify-content: space-between;
}

.imageofice{
    position: relative;
    right: 0;
    object-fit: cover;
    width: 50vw;
    
}

.imageofice img{
    width: 100%;
    height: 100%;
}

.info{
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    
}

.headoffice{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 126%;
    letter-spacing: 0.01em;
    color: #010101;
    width: 70%;
}

.list{
    font-family: "Systopie";
    flex-direction: column;
    font-style: normal;
    font-weight: 200;
    font-size:  1vw;
    line-height: 120.41%;
    letter-spacing: 0.01em;
    color: #010101;
    gap: 1.3vw;
    
}

.list li{
    margin-left: 1vw;
}

.extrainfo{
    font-family: "Systopie";
    font-style: normal;
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 120.41%;
    letter-spacing: 0.01em;
    color: #010101;
}

.nullAndUpperphoto{
    justify-content: space-between;
}

.firstimage, .secondimage{
    object-fit: cover;
}

.photoToupper{
    
    object-fit: cover;
    
}
.photoToupper img{
    width: 100%;
    height: 100%;
}

.photoToupper{
    position: absolute;
    right: 15%;
}

.firstimage{
    margin-left: -40px;
}
.null{
    width: 50%;
}

.secondimage{
    margin-top: -225px;
}

.img{
    width: 100%;
    height: 100%;
}

.time{
    display: flex;
    flex-direction: column;
    gap: 40px;
    
}

.right{
    display: flex;
    justify-content: right;
}

.bluebackground,
.chairssimage,
.blockwithimages,
.getcatalog {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 1s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.infoAboutOfices.visible {
    opacity: 1;
    transform: translateY(0);
}


@media screen and (max-width:1760px) {
    

    .circleitem{
        display: flex;
        margin: 0 auto;
    }
}

#privacyPolicyCheckbox2 {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1vw;
    height: 1vw;
    border-radius: 50%; 
    border: 0.1vw solid #999; 
    outline: none;
    cursor: pointer;
}

#privacyPolicyCheckbox2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.4vw;
    height: 0.4vw;
    background-color: #999; 
    border-radius: 50%; 
    opacity: 0; 
}

#privacyPolicyCheckbox2:checked::before {
    opacity: 1; 
}

.dropdown {
    position: relative;
    display: inline-block;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 11vw;
    
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    transform-origin: center top;
    animation: slideIn 0.3s ease-in-out;
    border-radius: 5px;
  }
  
  .dropdown-content a {
    color: black;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    text-decoration: none;
    display: block;
    
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    left: -4vw;
    
    
  }

.droplink{
    position: relative;
    font-size: 0.7vw; 
    font-weight: 500;
    line-height: normal;
    display: flex;
    cursor: pointer;
    padding-bottom: 1vw;
    text-align: center;
    
}


.droplink::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9.7vw;
    border-bottom: 0.05vw solid transparent;
    transition: border-color 0.3s ease;
}

.droplink:hover::after{
    border-color: black;
    opacity: 0.6;
}

.ft{
    font-size: 1vw;
}
  @keyframes slideIn {
    from {
      transform: scaleY(0);
    }
    to {
      transform: scaleY(1);
    }
  }


  /* @media screen and (min-width:2000px) and (max-width:2300px) {
    
    
    .links{
      font-size: 24px;
    }

    .linkitem, .ft, .footer__firstline {
        font-size: 24px;
    }

    .chairtext{    
        font-size: 34px;
    }
    .circleitem{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        height: 50px;
        width: 50px;
        font-size: 22px;
        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: 52px;
        width: 52px;
    }
  }
  @media screen and (min-width:2300px) and (max-width:2600px) {
    
    .capNewsHead{
        font-size: 38px;
        
      }
    .links{
      font-size: 26px;
    }
    

    
    .bigtext {
        font-size: 48px;
      }
    .linkitem, .ft, .footer__firstline {
        font-size: 28px;
    }

    .icontext{
        font-size: 32px;
    }
    .chairtext{    
        font-size: 36px;
    }
    .headoffice{
        font-size: 36px;
    }
    .list{
        font-style: 34px;
    }
    .circleitem{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        height: 60px;
        width: 60px;
        font-size: 24px;
        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: 62px;
        width: 62px;
    }
  }

  @media screen and (min-width:2600px){
     .name{

        font-size: 52px;
     }
     .head{

        font-size: 64px;
     }
    
    .links{
      font-size: 30px;
    }

    .linkitem, .ft, .footer__firstline {
        font-size: 30px;
    }
    .bigtext {
        font-size: 54px;
      }
      .icontext{
        font-size: 36px;
    }
    .chairtext{    
        font-size: 40px;
    }
    .headoffice{
        font-size: 40px;
    }
    .list{
        font-style: 36px;
    }

    .circleitem{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        height: 70px;
        width: 70px;
        font-size: 30px;
        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: 72px;
        width: 72px;
    }
  }
  @media screen and (min-width:3300px){
    
    .name{

        font-size: 64px;
     }
     .head{

        font-size: 72px;
     }
     

      .bigtext {
        font-size: 58px;
      }
      .chairtext{    
        font-size: 48px;
    }
    .headoffice{
        font-size: 48px;
    }
    .list{
        font-style: 42px;
    }
    
  }

  @media screen and (min-width:1100px) and (max-width:1260px) {
    .head{
        font-size: 40px;
    }
    .name{
        font-size: 32px;
    }

    
    .infrostructure__links {
        width: 85%;
    }
    .link__inf {
        font-size: 14px;
    }
    .iconloc{
        height: 25px;
    }
    .bluebackinfo{
        font-size: 16px;
    }

    .circles{
        display: grid;
        grid-template-columns: repeat(11, 1fr);
        grid-row-gap: 20px;
        
        justify-content: space-between;
        margin-top: 60px;
        width: 100%;
    }
    .telephoneimg{
        display: none;
    }

    .headoffice{
        font-size: 24px;
    }
    .list{
        font-size: 20px;
    }
    .extrainfo{
        font-size: 21px;
    }
    .blockWithForm{
        gap: 40px;
    }
    
    .getcatalog{
        padding-top: 40px;
        padding-bottom: 40px;
        height: 400px;
        
    }
    .getcatalog__wrapper{
        display: block;
        width: 80%;
        margin: 0 autos;
    }
}

 @media screen and  (max-width:1100px) { 
    .circles{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-row-gap: 20px;
        
        justify-content: space-between;
        margin-top: 60px;
        width: 100%;
    }
    .telephoneimg{
        display: none;
    }
    .blockWithForm-head{
        font-size: 34px;
        text-align: center;
    }
    .head{
        font-size: 34px;
    }
    .name{
        font-size: 20px;
    }

   
    .bluebackname {
        font-size: 20px;
    }
    .bluebackinfo{
        font-size: 14px;
    }
    

    .charhead{
        font-size: 24px;
    }

    .charname {
        font-size: 14px;
    }
    .quantity {
        font-size: 12px;
    }

    .bigtext {
        font-size: 30px;
    }
    .verticalline__info{
        height: 480px
    }

    .icontext{
        font-size: 14px;
        margin-bottom: 80px;
    }
    .icon{
        width: 100px;
        height: 100px;
    }
    .footer__firstline, .footer__secondline  {
        width: 95%; 
        margin: 0 auto;
    }
    .ft {
        font-size: 12px;
    }
    .bigtext {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .links__wrapper{
        gap: 5px;
    }
    .dropdown{
        margin-top: -5px;
    }
    .links{
        font-size: 12px;
    }

    .logo__desktop img{
        width: 140px;
        height: 30px;
    }
    .links__wrapper{
        width:75%;
        margin: 0 auto;
    }

    .block{
        gap: 30px;
    }

    .null {
        display: none;
    }
    .footer__line{
        width: 100%;
    }
    .info{
        gap: 10px;
        
    }
    .list{
        gap: 5px;
    }

    .headoffice{
        font-size: 18px;
    }
    .list{
        font-size: 14px;
    }
    .extrainfo{
        font-size: 16px;
    }

    .firstimage{
        margin-left: -40px;
        height: 100%;
    }

    .secondimage{
    margin-top: -150px;
        width: 60%;
        
    
}
.blockWithForm{
    gap: 40px;
} 

 .getcatalog{
    padding-top: 40px;
    padding-bottom: 40px;
    height: 400px;
    
}
.getcatalog__wrapper{
    display: block;
    width: 80%;
    margin: 0 autos;
} 

    
} */