@charset "utf-8";

@font-face {
    font-family: "Pelinka";
    src:url(fonts/Pelinka-Bold.otf);
}

@font-face {
    font-family: "Montserrat Bold";
    src:url(fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat Medium";
    src:url(fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Montserrat Regular";
    src:url(fonts/Montserrat-Regular.ttf);
}

.row-info-icon-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
}

.row-nav-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;  
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-inf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1vw;
}

.nav-inf-a {
  font-size: 18px;
  color: #0B1956;
  text-decoration: none;
  font-weight: 700; 
}

.dropdown-content a:visited {
  color: #0B1956;
}

.order-call-nav {
  font-size: 13px;
  color: #0B1956;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(196, 196, 196, 0.08);
  padding: 1px 30px;
  font-family: "Montserrat Regular";
  border: none;

}

.site-header {
  padding: 20px;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.7);
  backdrop-filter:blur(8px);
  border-bottom:1px solid #eef0f4;
}

.nav-link {
  text-decoration: none;
  color: #0b1957;
  font-weight: 500;
  font-family: "Montserrat Medium";
  font-size: 16px;
  float: left;
  transition: 0.3s;
}

.nav-link-sm {
  padding: 0;
  text-decoration: none;
  color: #0b1957;
  font-weight: 500;
  font-family: "Montserrat Medium";
  font-size: 16px;
  float: left;
  transition: 0.3s;
}
  /* dpordowm-sm */
  .dropdown-content-sm {
    display: flex;
    flex-direction: column;
  }

  .dropdown-content-sm a {
    text-decoration: none;
    color: #0b1957;
    font-weight: 500;
    font-family: "Montserrat Medium";
    font-size: 16px;
    float: left;
    transition: 0.3s;
    padding: 8px 16px;
    cursor: pointer;
  }

  .position-parent-div-sm-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }


.btn:hover {
  background-color: transparent;
  color: #0b1957;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn {
  transition: 0.3s ease-in-out;
  padding: 13px 28px;
  font-family: "Montserrat Medium";
  font-size: 17px;
  font-weight: 500;
}

.number-of-company {
  color: #0b1957;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.call-nav {
  color: #0b1957;
  text-decoration: none;
  font-size: 15px;
}

.cols-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 4vh;
  width: 220px;
  border-radius: 13px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fbfbfb;
  z-index: 1;
}

.dropdown-content a {
  color: rgba(11, 25, 86, 1);
  font-family: "Montserrat Regular";
  font-size: 15px;
  font-weight: 600;
  float: left;
  text-decoration: none;
  user-select: none;
  transition: 0.2s;
  border-bottom: 1px solid #0B1956;
  padding: 10px;
  width: 100%;
}

.dropdown-content a:hover {
  color: white;
  background-color: #0B1956;
  transition: 0.2s;
} 

#bottom-border-nav:hover  {
  color: white;
  background-color: #0B1956;
  transition: 0.2s;
  border-radius: 0 0 13px 13px;
}

#top-border-nav:hover  {
  color: white;
  background-color: #0B1956;
  transition: 0.2s;
  border-radius: 13px 13px 0 0;
}

.dropdown:hover .dropdown-content, .nav-link {
  display: block;
}

.dropdown2:hover .dropdown-content, .nav-link {
  display: block;
}
  

.brand {
  display: flex;
  align-items: center;
  justify-content: start;
}

.icon-nav {
  display: flex;  
}

.sm-nav-block {
  display: none;
}

.logo-beeline-position {
  display: flex;
  align-items: center;
}

.nav-inf-a {
  font-size: 18px;
  color: #0B1956;
  text-decoration: none;
  font-weight: 700;
  font-family: "Pelinka";
}

.nav-link {
  color: #0B1956!important;
}

.container {
    font-family: 'Beeline Sans';
    max-width: 1280px;
    padding: 0 16px;
    margin: 0 auto;
}

.dsb_typography__h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0.3px;
}

.firstContainer {
    padding: 12px 16px;
    display: flex;
    gap: 16px;
}

.gapContainer {
    gap: 80px;
}

.logoGroup {
    display: flex;
    width: 29.9%;
    align-items: center;
    justify-content: space-between;
}

.logo_partners {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    object-fit: cover;
    max-height: 64px;
}

.logo_block_only_icon, #modalWin {
    display: none;
}

.block_for_logo {
    width: 146px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactsGroup {
    display: flex;
    width: 64%;
    justify-content: flex-end;
    gap: 16.4%;
}

.infoGroup {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(9, 11, 22, 0.94);
    z-index: 1000;
    justify-content: center;
    align-items: flex-start;
}

.menu-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 16px;
    gap: 36px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 56px;
    left: 16px;
    flex-direction: column;
    gap: 24px;
}

.paddingContainer {
    padding: 32px 0;
}

.search_for_services {
    max-width: 713px;
    padding-top: 20px;
}

.close_button {
    --color-text-inactive: rgba(25, 28, 52, 0.7);
    position: absolute;
    top: 50%;
    right: 16px;
    cursor: pointer;
    transform: translateY(-50%);
}

.hide, .expansion-block, .menu-item-footer, .logo_partners_960 {
    display: none;
}

.expansion-panel {
    border-bottom: 1px solid rgba(25, 28, 52, 0.12);
}

.panel-content {
    padding-top: 12px;
}

.expansion-objects {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(456px, 1fr));
    gap: 16px;
    padding-bottom: 16px;
}

.dsb_typography__h5_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.chips_group {
    display: flex;
    padding-top: 24px;
    justify-content: space-between;
}

.chip_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.cardContainer {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.card {
    --color-border: rgba(25, 28, 52, 0.18);
    height: 256px;
    max-width: 400px;
    transition: all .25s ease-out;
}

.card_filler {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.transition_button {
    background-color: #fff;
    position: absolute;
    right: 24px;
    bottom: 24px;
    border: 1px solid rgba(25, 28, 52, 0.18);
}

footer {
    padding-top: 50px;
}

.footer_padding {
    padding: 24px 0;
    position: relative;
}

.footer_text {
    position: absolute;
    right: 0px;
    bottom: 12px;
    color: rgba(25, 28, 52, 0.7);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
}

/* popup */

.model-landing-popup {
    position: fixed;
    visibility: hidden;
    inset: 0;
    background-color: rgba(0,0,0,0.6);
    cursor: pointer;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .modal-window {
    background-color: white;
    width: 50%;
    border-radius: 20px;
    padding: 40px;
    cursor: default;
  }
  form {
    display: flex;
    flex-direction: column;
  }

  .send-btn-form-popup {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.send-btn-form-popup button {
    border-radius: 10px;
    background-color: #0B1956;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
form {
    display: flex;
    justify-content: center;
}

.inp-and-labl-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap!important ;
    margin-bottom: 2.5vh;
}

.label-form-popup {
    position: absolute;
  left: 25px;
  top: 15px;
  color: #0B1956;
  font-size: 18px;
  font-weight: 400; 
  font-family: "Montserrat Regular";
  letter-spacing: 1px;
  transition: 0.3s;
}

.h2-form-popup {
    color: rgba(11, 25, 87, 1);
    font-family: "Pelinka";
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3vh;
}

.col-inp-and-lbl {
    position: relative;
}

.input-form-popup {
  font-family: "Montserrat Regular";
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  padding: 11px;
  border: 1px solid #0B1956;
  border-radius: 15px; 
  transition: 0.3s;
  color: #0B1956;
  width: 100%;
}


.send-btn-form-popup button {
    font-family: "Montserrat Regular";
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  padding: 11px;
  border: 1px solid #0B1956;
  border-radius: 15px; 
  transition: 0.3s;
  color: #fff;
  margin-top: 2vh;
  margin-bottom: 2vh;
  width: 50%;
  border: none;
}

.send-btn-form-popup button:hover {
    background-color: transparent;
    color: #0B1956;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    border: none;
}


.input-form-popup:focus ~ .label-form-popup,
.input-form-popup:not(:placeholder-shown) ~ .label-form-popup {
    top: -20px;
    font-size: 12px;
}



.footer-li {
  padding-top: 2vh;
}

.footer-li h4 {
  font-size: 20px;
  font-weight: 700;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0B1956;
}

.footer-li li {
  text-decoration: underline;
  list-style-type: none;
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 500;
  color: #0B1956;
}

.footer-li ul {
  padding: 0;
  margin-top: 3vh;
}

.footer-li a {
  color: #0B1956;
  user-select: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-li a:visited {
  color: #0B1956;
}

.container-footer {
  margin-top: 10vh!important;
}

.container-footer h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2vh;
  margin-top: 3vh;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0B1956;
}

.container-footer p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0; 
  font-family: "Montserrat Regular";
}

.div-services-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.info-footer a {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat Regular";
  text-decoration: none;
  user-select: none;
  color: #0B1956;
}

.info-footer p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat Regular";
}

.info-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 1vh!important;
}

.cont-info-footer {
  margin-top: 5vh;
}

.footer-adress {
  margin-top: 2vh;
  font-family: "Montserrat Regular";
  font-size: 18px;
  font-weight: 500;
}

.row-icon {
  display: flex!important;
  flex-direction: row;
  flex-wrap: nowrap!important;
  justify-content: end;
  align-items: start;
  padding-bottom: 2vh;
}

.row-icon a {
  display: flex;
  justify-content: end;
}

.h6-info-footer {
  display: flex;
  justify-content: end;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0B1956;
}

.footer-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.info-footer img {
  min-width: 40px;
}

.row-icon img {
  min-width: 48px;
  min-height: 49px;
}

.footer-link a{
  display: flex;
  justify-content: end;
  color: #0d1021;
  font-family: "Montserrat Regular";
  font-size: 13px;
  font-weight: 400;
}

.footer-link p{
  display: flex;
  justify-content: end;
  text-align: right;
  color: #0d1021;
  font-family: "Montserrat Regular";
  font-size: 13px;
  font-weight: 400;
  margin-top: 2vh;
}


@media (max-width: 1279px)  {
    .contactsGroup, .partner_beeline_logo, .search_for_services, .cardContainer, .noResults {
        display: none;
    }

    .nav {
        display: none!important;
    }

    #modalWin, .expansion-block, .menu-item-footer, .logo_partners_960 {
        display: block;
    }

    #modalWin {
        font-size: 20px;
        color: rgba(25, 28, 52, 0.7);
    }
    .dsb_typography__h2 {
        margin-top: 4vh!important;
    }

    .logo_block_only_icon {
        display: block;
        max-width: 32px;
        max-height: 40px;
    }

    .logoGroup {
        width: 132px;
        height: 40px;
    }

    .block_for_logo {
        width: 83px;
        height: 65px;
        display: flex;
        align-items: center;
    }

    .logo_partners {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        object-fit: cover;
        max-height: 37px;
    }

    .firstContainer {
        padding: 8px 16px;
        align-items: center;
        justify-content: space-between;
    }

    #dsb_divider--vertical_960 {
        height: 40px;
    }

    .dsb_typography__h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 0.3px;
    }

    #modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
    }

    #modalContent {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        color: white;
    }

    .close {
        cursor: pointer;
        font-size: 30px;
        font-weight: bold;
    }

    .group {
        width: 30%;
    }

    .menu-item-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        padding-bottom: 24px;
    }

    .footer_text {
        position: absolute;
        left: 0px;
        top: 202px;
        color: rgba(25, 28, 52, 0.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    .card {
        max-width: 100%;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
        height: auto;
        cursor: pointer;
    }
}

@media (max-width:500px) {
    .expansion-objects {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
        gap: 16px;
    }
}

  @media only screen and (max-width: 576px) {
    .sm-nav-block {
      display: block;
    }
    .dropdown {
        display: flex;
        flex-direction: column;
    }
    .modal-window {
        width: 100%;
    }
        .inp-and-labl-row {
        display: flex;
        flex-direction: column!important;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    form {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-inp-and-lbl {
        width: 100%;
        margin-bottom: 2vh;
    }
    .input-form-popup {
        width: 108%;
    }
    .send-btn-form-popup button {
        width: 100%!important;
        margin-top: 1vh;
    } 
    .h2-form-popup {
        font-size: 20px;
        margin-bottom: 2vh;
    }
    .label-form-popup {
        font-size: 14px;
    }
    .form-check-label {
      font-size: 10px;
    }
    .modal-window {
      width: 100%;
    }
    
  /* footer */
  .row-for-col-footer-info {
    display: flex;
    flex-direction: column;
  }
  .footer-li a {
    font-size: 13px;
  }
  .container-footer {
    margin-top: 3vh!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-col-2 {
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .row-icon {
    display: flex;  
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer-link a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer-link p {
    text-align: center;
    font-size: 12px;
  }
  .info-footer a {
    font-size: 16px;
  }
  .info-footer img {
    width: 30px;
  }
  .container-footer p {
    font-size: 15px;
  }
  .row-icon img {
    width: 30px;
  }
  .row-icon a {
    display: flex;
    justify-content: center;
  }
  .footer-adress {
    width: 70%;
    margin-bottom: 2vh;
  }
  .form-check {
    width: 100%;
  }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
        .sm-nav-block {
      display: block;
    }
    .dropdown {
        display: flex;
        flex-direction: column;
    }
    .modal-window {
        width: 65%;
    }
        .inp-and-labl-row {
        display: flex;
        flex-direction: column!important;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    .col-inp-and-lbl {
        width: 100%;
        margin-bottom: 2vh;
    }
    .input-form-popup {
        width: 106%;
    }
    .send-btn-form-popup button {
        width: 100%!important;
        margin-top: 1vh;
    }
    .h2-form-popup {
        font-size: 20px;
        margin-bottom: 1vh;
    }
    .label-form-popup {
        font-size: 14px;
    }
    .form-check-label {
      font-size: 16px;
    }
    .modal-window {
      width: 70%;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    .sm-nav-block {
      display: block;
    }
    
    .dropdown {
        display: flex;
        flex-direction: column;
    }
    .inp-and-labl-row {
        display: flex;
        flex-direction: column!important;
        flex-wrap: wrap;
        margin-bottom: 0;
        width: 100%;
    }
    .col-inp-and-lbl {
        width: 100%;
        margin-bottom: 2vh;
    }
    .input-form-popup {
        width: 106%;
    }
    .send-btn-form-popup button {
        width: 100%!important;
        margin-top: 2vh;
    }
    .form-check-label {
      font-size: 16px;
    }
    .modal-window {
      width: 60%;
    }

  }
