:root {
    font-size: 1.2rem;
    --main-blue: #1982e2;
    --main-blue-hover: #1260a8;
    --purpur-super-light-bg: #f7faff;
    --white: #ffffff;
    --purpur-bg: #e6ecfc;
    --blue-bg: #e4f5fc;
    --orange-contrast: #ff671b;
  }
  html {
    scroll-behavior: smooth;
  }
  html {
    overflow-x: hidden;
  }
  body {
    color: var(--main-blue);
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin: 0;
    font-display: swap;
  }
  .container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  a,
  button,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img,
  p,
  span {
    transition: 0.3s ease;
  }
  header {
    padding: 2em 0 0 0;
  }
  .headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logoBox {
    width: 100%;
    font-weight: 700;
    border-top: 4px solid #1982e2;
    border-bottom: 4px solid #1982e2;
    padding: 10px 0;
    text-align: center;
    font-size: 32px;
  }
  .header_logoBox a {
    color:inherit;
    text-decoration:none;
    transition: all .4s;
  }
    .header_logoBox a:hover {
    text-decoration:underline;
  }
  
  .header__address i {  
    color: var(--main-blue);
    margin-top: 10px;
  }
  .header_phone a {
    text-decoration: none;
    color: var(--main-blue);
  }
  .header_phone a:hover,
  .header_address_mail a:hover {
    color: #00284e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__logoImg {
    width: 100%;
  }
  .header__logoImg:hover {
    transform: scale(1.02);
  }
  .sectionNav {
    background-color: var(--purpur-super-light-bg);
    padding: 1em 0;
  }
  .mainNav ul {
    display: flex;
    padding-left: 0;
    gap: 4em;
  }
  .navLink {
    list-style-type: none;
  }
  .navLink a {
    text-decoration: none;
    color: var(--main-blue);
    font-weight: 500;
  }
  .navLink a:hover {
    color: #00284e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .dropdown{
    position:relative;
}

.dropdown>a{
    display:flex;
    align-items:center;
    gap:7px;
}

.dropdown-arrow{
    width:7px;
    height:7px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg);
    transition:.3s;
}

.dropdown:hover .dropdown-arrow{
    transform:rotate(225deg);
    margin-top: 8px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    display: flex;
    left: 0;
    width: 365px;
    background: #fff;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden; 
    transform: translateY(15px);
    transition: .3s;
    z-index: 1000;
    gap: 0 !important;
    flex-wrap: wrap;
  }

.dropdown-menu li{
    width:100%;
  }


.dropdown-menu li a{
    display:block;
    padding:12px 20px;
    color:#333;
    font-size:14px;
    text-decoration:none;
    transition:.2s;
}


.dropdown-menu li a:hover{
    background:#1982E2;
    color:#fff;
}


.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}



.burger{
    display:none;
    width:42px;
    height:42px;
    background:none;
    border:none;
    cursor:pointer;
    position:relative;
    z-index:1001;
}

.burger span{
    display:block;
    width:30px;
    height:3px;
    background:#1982E2;
    margin:6px auto;
    transition:.3s;
}

.mobileMenu{
    position:fixed;
    top:32%;
    right:0;
    width:100%;
    height:73vh;
    background:#fff;
    z-index:999;
    overflow:hidden;
    transform:translateX(100%);
    transition:transform .35s ease;
}

.mobileMenu.active{
    transform:translateX(0);
}

@media(max-width:992px){
    .desktopMenu{
        display:none;
    }
    .burger{
        display:block;
        margin-left:auto;
    }
    .menu-level{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#fff;
        overflow-y:auto;
        transition:.35s ease;
    }
    .menu-services{
        transform:translateX(100%);
    }
    .mobileMenu.show-services .menu-main{
        transform:translateX(-100%);
    }
    .mobileMenu.show-services .menu-services{
        transform:translateX(0);
    }
    .menu-level ul{
        padding:0;
        margin:0;
        list-style:none;
    }
    .menu-level li{
        border-bottom:1px solid #eee;
    }
    .menu-level a,
    .submenu-open{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:14px 20px;
        color:#333;
        text-decoration:none;
        font-size:14px;
    }
    .arrow{
        color:#1982E2;
        font-size:18px;
    }
    .back-btn{
        padding:18px 20px;
        border-bottom:1px solid #eee;
        font-size:18px;
        cursor:pointer;
        font-weight:600;
    }
}
  .mainNav ul {
    justify-content: center;
    display: flex;
    padding-left: 0;
    gap: 4em;
  }
  .sectionServices__item:hover {
    background: rgba(0, 0, 0, 0);
    color: #3a7999;
    box-shadow: inset 0 0 0 3px #3a7999;
  }
  .change-color-link {
    color: #1982e2;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .change-color-link:hover {
    color: #00284e;
  }
  @media screen and (max-width: 600px) {
    .navLink {
      list-style-type: none;
    }
    .navLink a {
      text-decoration: none;
      color: var(--main-blue);
      font-weight: 300;
      font-size: 16px;
    }
    .navLink a:hover {
      color: var(--main-blue-hover);
      text-decoration: underline;
    }
    .mainNav ul {
      display: flex;
      padding-left: 0;
      gap: 0.5em;
      margin: 0;
      flex-wrap: nowrap;
    }
    .mainNav {
      width: 100%;
    }
  }
  .breadcrumbs {
    display: inline-flex;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #1260a8;
    margin-bottom: 40px;
    background-color: #e4f5fc;
    padding: 10px 20px;
  }
  .breadcrumbs a {
    font-weight: 400;
    color: #1982e2;
    text-decoration: none;
    transition: all .4s;
  }
  .breadcrumbs a:hover {
    color: #00284e;
  }
  .sectionBanners {
    padding-top: 1em;
  }
  .bannersSlider_1__img img {
    width: 100%;
  }
  .slick-next {
    right: 33px;
    z-index: 1;
  }
  .slick-prev {
    left: 7px;
    z-index: 1;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 2.5rem;
    color: var(--orange-contrast);
  }
  .slick-dots li.slick-active button:before {
    color: var(--orange-contrast);
  }
  .slick-dots li button:before {
    color: var(--orange-contrast);
  }
  .titleSection {
    margin-top: 0;
    font-size: 1.6rem;
    color: var(--main-blue-hover);
  }
  .sectionServices {
    padding: 3em 0;
  }
  .sectionServices_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
  }
  .sectionServices__item {
    padding: 1.5em 1em;
    -webkit-box-shadow: 0 0 15px -1px rgba(230, 236, 252, 0.95);
    -moz-box-shadow: 0 0 15px -1px rgba(230, 236, 252, 0.95);
    box-shadow: 0 0 15px -1px rgba(230, 236, 252, 0.95);
    display: grid;
    place-items: center;
  }
  .sectionServices__titleBox {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
  .sectionServices_text {
    text-align: center;
    color: var(--orange-contrast);
    font-weight: 400;
    display: block;
    font-size: 0.7rem;
  }
  .sectionAdvantages {
    padding: 3em 0;
    background-color: var(--purpur-super-light-bg);
  }
  .sectionAdvantages > div > :last-child {
    margin-bottom: 0;
  }
  .sectionAdvantages__item {
    display: flex;
    gap: 2em;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    margin-bottom: 0.6em;
  }
  .sectionAdvantages__icon {
    flex: 7%;
  }
  .sectionAdvantages__icon img {
    width: 100%;
  }
  .sectionAdvantages__text {
    font-size: 0.9rem;
    flex: 93%;
  }
  .sectionAdvantages__text a {
    color: var(--orange-contrast);
    text-decoration: none;
  }
  .sectionCompany {
    padding: 3em 0;
  }
  .sectionCompany .container img {
    float:right;
    width:50%;
    margin-left:30px;
  }
  .sectionCompany__text {
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
  .rascr{
    padding-left: 30px ;
  }
  .sectionCompany__text b{
    padding-left: 0 ;
  }
  .sectionCompany__text a {
    color: var(--orange-contrast);
    text-decoration: none;
  }
  .sectionCompany_list__title {
    margin-bottom: 0.4em;
    margin-top: 2.5em;
  }
  .sectionCompany_list {
    margin-top: 0.6em;
  }
  .sectionCompany_list li {
    font-size: 0.9em;
  }
  .section_footer {
    background-color: var(--purpur-bg);
    padding: 2em 0 1em;
  }
  .section_footer .container {
    display: flex;
    justify-content: center;
    gap: 1em;
  }
  .footer_menu {
    margin-left: 10px;
    display: flex;
    justify-content: space-around;
  }
  .footer_menu_cont {
    margin-right: 50px;
    flex-direction: column;
    display: flex;
  }
  .footer-conf {
    display: flex;
    padding: 0 150px;
  }
  .footer-conf a {
    text-decoration: underline;
    color: #ff671b;
  }
  .footer-conf a:hover {
    color: #00284e;
  }
  .footer_p {
    margin-top: 0.3em !important;
    margin-bottom: 0.1em !important;
  }
  .webmaster_icon__item img {
    transition: all .4s;
  }
  .webmaster_icon__item img:hover {
    transform: scale(1.1);
  }
  .sectionContacts {
    padding: 3em 0;
  }
  .sectionContacts_block {
    margin-top: 2em;
  }
  .sectionContacts_block p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .sectionContacts_block p b {
    font-weight: 500;
  }
  .sectionContacts_block p a {
    color: #ffa172;
    text-decoration: none;
  }
  .sectionContacts_block p a:hover {
    color: var(--orange-contrast);
  }
  .content_404 {
    margin-top: 6em;
    margin-bottom: 8em;
  }
  .content_404__h1 {
    text-align: center;
    font-size: 9rem;
    margin-bottom: 0.1em;
    margin-top: 0.2em;
  }
  .content_404__text {
    text-align: center;
    font-size: 2rem;
    margin-top: 0;
  }
  .content_404__link {
    display: block;
    width: max-content;
    padding: 0.5em 1em;
    border-radius: 0.1em;
    background-color: var(--main-blue);
    color: var(--white);
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
  }
  .mobile-break {
    display: none;
  }
  .content_404__link:hover {
    background-color: var(--main-blue-hover);
  }
  .content_404__link:active {
    transform: translateY(-0.1em);
  }
  @media screen and (max-width: 1200px) {
    :root {
      font-size: 1.1rem;
    }
  }
  @media screen and (max-width: 1000px) {
    :root {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 900px) {
    :root {
      font-size: 0.9rem;
    }
  }
  @media screen and (max-width: 768px) {
    :root {
      font-size: 0.8rem;
    }
    .header_logoBox {
      width: 100%;
      font-size: 18px;
      border-top: 3px solid #1982e2;
      border-bottom: 3px solid #1982e2;
    }
    .header__address > div {
      width: 100%;
    }
    .header_address_mail {
      text-align: center;
    }
    .header_address_text {
      text-align: center;
    }
    .sectionServices_text {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 600px) {
    :root {
      font-size: 0.9rem;
    }
    h1 {
      text-align: center;
    }
    .titleSection {
      text-align: center;
    }
    .section_footer .container {
      display: flex;
      justify-content: center;
      gap: 0 !important;
    }
    .footer_menu {
      display: flex;
      justify-content: space-around;
      flex-direction: column;
      text-align: center;
      margin-left: 0;
    }
    .headerBlock {
      flex-direction: column;
      gap: 1em;
    }
    .mainNav ul {
      gap: 0.5em;
    }
    .sectionServices_box {
      grid-template-columns: 1fr 1fr;
    }
    .sectionAdvantages__item {
      width: 95%;
    }
    .sectionAdvantages__icon {
      flex: 10%;
    }
    .sectionAdvantages__text {
      flex: 90%;
    }
    .header_logoBox {
      width: 99%;
      padding-left: 1px;
      padding-right: 1px;
    }
    .header__logoImg {
      width: 100%;
    }
    .footer-conf {
      flex-direction: column;
      padding: 0;
      text-align: center;
    }
    .breadcrumbs {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 500px) {
    .sectionAdvantages__icon {
      flex: 14%;
    }
    .sectionAdvantages__text {
      flex: 86%;
    }
    .header__address {
      font-size: 12px;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 450px) {
    .mainNav ul {
      gap: 1.5em;
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 400px) {
    .mainNav ul {
      gap: 0.5em;
    }
  }
  .header__address {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    gap: 100px;
    padding: 19px 0;
  }
  .header__address a {
    text-decoration: none;
    color: var(--main-blue);
  }
  .services {
    margin-top: 70px;
  }
  .services-text {
    margin-bottom: 5px;
  }
  .services-link {
    margin-top: 30px;
  }
  .services-link > a {
    text-decoration: none;
    color: var(--orange-contrast);
  }
  .services-link a:hover,
  .sectionCompany__text a:hover {
    color: #00284e;
  }
  .button {
    margin-top: 50px;
  }
  .button-link {
    background-color: #1982e2;
    padding: 17px 30px 17px 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all .4s;
  }

  .button-link:hover {
    transform: scale(1.1);
  }
  i {
    color: #fff;
  }
  .button-link-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
  }
  .button a {
    text-decoration: none;
  }
  @media screen and (max-width: 450px) {
    .button-container {
      display: flex;
      justify-content: center;
    }
    .button-link {
      background-color: #1982e2;
      padding: 17px 10px;
    }
    i {
      color: #fff;
    }
    .button-link-text {
      color: #fff;
      font-size: 12px;
      font-weight: 400;
    }
    .button a {
      text-decoration: none;
    }
    .header__address {
      gap: 10px;
    }
    .mobile-break {
      display: block;
    }
  }
  @media screen and (min-width: 700px) {
    .button-container {
      display: flex;
      justify-content: center;
    }
    .button-link {
      background-color: #1982e2;
      padding: 17px 20px 17px 20px;
    }
    i {
      color: #fff;
    }
    .button-link-text {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
    }
    .button a {
      text-decoration: none;
    }
  }
  