* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
  
  body {
    font-size: 16px;
    font-weight: 400;
  }
  
  .clear {
    clear: both;
  }
  
  .modal {
    display: none;
  }
  
  .container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px;
  }
  
  .title-1 {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-bottom: 26px;
  }
  
  #top {
    padding: 21px 0px;
  }
  
  .top-container {
    padding: 0px;
  }
  
  .top-content {
    display: flex;
    justify-content: space-between;
  }
  
  .top-content__right {
    width: 1250px;
  }
  
  
  .top-contacts {
    margin-bottom: 21px;
  }
  
  
  .top-contact-phone {
    background: url(../img/icon-top-phone.svg) no-repeat left center;
    padding-left: 40px;
    color: #656263;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-right: 40px;
  }
  
  .top-contact-mail {
    background: url(../img/icon-top-mail.svg) no-repeat left center;
    padding-left: 50px;
    color: #656263;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-right: 40px;
  }
  
  .top-contact-local {
    background: url(../img/icon-top-local.svg) no-repeat left center;
    padding-left: 40px;
    color: #656263;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  
  .top-menu {
    background: url(../img/bg-top-menu.svg) left top no-repeat;
    width: 1250px;
    height: 90px;
    line-height: 90px;
    padding-left: 31px;
  }
  
  .top-menu a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 0px 40px;
  }
  
  .top-menu a:hover {
    color: #eee;
  }
  
  
  .top-logo {
    width: 300px;
    margin-top: 10px;
  }
  
  .footer-logo {
    width: 300px;
    margin-bottom: 50px;
  }
  
  #slider {
    background: #15193F;
    height: 850px;
    overflow: hidden;
    position: relative;
    padding-top: 277px;
  }
  
  .subtract {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 850px;
  }
  
  .text {
    padding-right: 500px;
  }
  
  .slider-title {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
  }
  
  .slider-text {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
  }
  
  .btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .btn-1 {
    display: block;
    width: 390px;
    height: 96px;
    line-height: 96px;
    border-radius: 10px;
    background: #F47216 url(../img/icon-btn-phone.svg) no-repeat left 27px center;
    padding-left: 82px;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
  }
  
  .btn-1:hover {
    background: #f16c0e url(../img/icon-btn-phone.svg) no-repeat left 27px center;
  }
  
  
  
  .slick-prev {
    width: 50px;
    height: 50px;
    border: 0px;
    font-size: 0px;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../img/prev.png);
    opacity: 0.9;
  }
  
  .slick-next {
    width: 50px;
    height: 50px;
    border: 0px;
    font-size: 0px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../img/next.png);
    opacity: 0.9;
  }
  
  
  
  
  
  
  
  #about {
    position: relative;
    margin-top: -54px;
    z-index: 3;
  }
  
  .container-about {
    background: #fff;
    padding: 54px 40px;
    padding-bottom: 154px;
  }
  
  
  .about-content {
    display: flex;
    justify-content: space-between;
  }
  
  .about-div {
    width: 32%;
    border: 3px solid #15193F;
    background: #FFF;
    padding: 37px 60px;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  
  .about-div-2 {
    background: #15193F;
    color: #fff;
  }
  
  
  
  
  #services {
    padding-top: 46px;
    padding-bottom: 150px;
  }
  
  .title-2 {
    background: url(../img/bg-title-2.svg) no-repeat left center;
    width: 1250px;
    height: 90px;
    line-height: 90px;
    padding-left: 41px;
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
  }
  
  .title-3 {
    background: url(../img/bg-title-2.svg) no-repeat left center;
    width: 1250px;
    height: 90px;
    line-height: 90px;
    padding-left: 41px;
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
  }
  
  
  .services-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 54px;
  }
  
  .service {
    width: 720px;
    height: 400px;
    padding: 80px 49px;
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 39px;
    background: #555;
    position: relative;
    margin-bottom: 54px;
  }
  
  .service-bg {
    background: rgba(33, 41, 68, 0.60);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  
  }
  
  .service p {
    position: relative;
    z-index: 3;
  }
  
  .hr-orange {
    background: #F47216;
    height: 1px;
    width: 360px;
    margin-top: 16px;
    position: relative;
    z-index: 3;
  }
  
  .service-1 {
    background: url(../img/img-service-1.webp) no-repeat center center;
    background-size: cover;
  }
  
  .service-2 {
    background: url(../img/img-service-2.webp) no-repeat center center;
    background-size: cover;
  }
  
  .service-3 {
    background: url(../img/img-service-3.webp) no-repeat center center;
    background-size: cover;
  }
  
  .service-4 {
    background: url(../img/img-service-4.webp) no-repeat center center;
    background-size: cover;
  }
  
  
  .back-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    line-height: 50px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #F47216;
    background-size: 18px;
    font-size: 18px;
    text-decoration: none;
    color: black;
    margin-bottom: 30px;
  }
  
  
  .more-about-button {
    position: absolute;
    top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    line-height: 50px;
    border-radius: 10px;
    background-color: #F47216;
    background-size: 18px;
    font-size: 18px;
    text-decoration: none;
    color: white;
  }
  
  
  
  
  #gallery {
    background: url(../img/bg-gallery.webp) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 240px;
    position: relative;
  }
  
  .gallery-bg {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  
  .title-gallery {
    position: relative;
    z-index: 3;
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: center;
    margin-bottom: 89px;
  }
  
  .gallery {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
  }
  
  
  
  #docs {
    padding-top: 90px;
    padding-bottom: 190px;
  }
  
  .docs {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  
  .partners {
    padding: 103px 0px;
    display: flex;
    justify-content: space-between;
  }
  
  
  
  
  #footer {
    background: url(../img/bg-footer.png) no-repeat top center;
    padding-top: 90px;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
  }
  
  
  .footer-content__left {
    width: 630px;
  }
  
  
  .footer-p-1 {
    padding-top: 58px;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
  
  }
  
  .footer-p-2 {
    padding-top: 58px;
    color: #4E4E4E;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
  }
  
  .footer-p-3 {
    padding-top: 58px;
  }
  
  .footer-content__right {
    width: 710px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
  }
  
  
  .footer-div-one {
    width: 300px;
    margin-bottom: 68px;
  }
  
  
  .footer-p-4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 42px;
  }
  
  .footer-p-5 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 42px;
  }
  
  .footer-p-5 a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-p-5 a.btn-1:hover {
    color: #eee;
  }
  
  .footer-div-two {
    width: 100%;
    margin-bottom: 66px;
  }
  
  .footer-div-two a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-phone {
    background: url(../img/icon-foot-phone.svg) no-repeat left center;
    padding-left: 50px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 33px;
  }
  
  .footer-mail {
    background: url(../img/icon-foot-mail.svg) no-repeat left center;
    padding-left: 50px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 33px;
  }
  
  .footer-local {
    background: url(../img/icon-foot-local.svg) no-repeat top 8px left;
    padding-left: 50px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  
  
  .hr-footer {
    width: 1073px;
    height: 2px;
    background: #4E4E4E;
  }
  
  .footer-p-6 {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #6F7379;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    width: 100%;
  }
  
  
  
  #directions {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  
  .directions-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 73px;
  }
  
  .directions {
    width: 50%;
    position: relative;
    padding-top: 48px;
    padding-left: 211px;
    padding-bottom: 94px;
  }
  
  .directions img {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
  }
  
  .directions p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  
  
  
  
  
  .managers-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 73px;
    padding-bottom: 25px;
  }
  
  .manager {
    width: 50%;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 40px;
  }
  
  .manager a {
    color: #000;
    text-decoration: none;
  }
  
  
  
  
  
  
  .contacts-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 73px;
    padding-bottom: 103px;
  }
  
  .contacts-content__div {
    width: 50%;
  }
  
  
  
  
  
  .p-contact {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
  }
  
  .p-contact a {
    color: #000;
    text-decoration: none;
  }
  
  
  
  .contact-phone {
    background: url(../img/icon-top-phone.svg) no-repeat left center;
    padding-left: 60px;
  }
  
  .contact-mail {
    background: url(../img/icon-top-mail.svg) no-repeat left center;
    padding-left: 60px;
  }
  
  .contact-local {
    background: url(../img/icon-top-local.svg) no-repeat top 8px left;
    padding-left: 60px;
  }
  
  .map-frame {
    width: 100%;
    height: 585px;
  }
  
  
  .modal {
    display: none;
    width: 450px;
    border-radius: 8px;
    background: #fcfcfc url(../img/bgrter-7.jpg) no-repeat center center;
    background-size: cover;
    border: 5px solid #fff;
  
  }
  
  .modal__box {
    padding: 0px;
  }
  
  .modal__title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
    color: #232323;
  }
  
  .modal__input {
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid #777;
    display: flex;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .modal__btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: #F47216;
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
  }
  
  .modal__btn:hover {
    background: #f16c0e;
  }
  
  .p-soglasiye {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding-top: 15px;
    color: #777;
  }
  
  
  
  
  
  
  .btn-nav {
    width: 30px;
    height: 40px;
    background: none;
    border: 0;
    cursor: pointer;
  }
  
  .btn-nav span {
    height: 3px;
    width: 35px;
    display: block;
    margin: 8px 0px;
  }