 body {
     font-family: "Montserrat", sans-serif;
     color: #F1F1F1;
 }

 button:focus {
     outline: none !important;
     border: none !important;
     box-shadow: none !important;
 }

 .container-fluid {
     width: 95% !important;
 }

 header {
     background: rgb(0, 0, 0);
     background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
 }

 .button-mobil {
     display: none;
 }


 .navbar {
     background: rgb(0, 0, 0);
     background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
     z-index: 999;
 }

 .navbar-nav {
     width: 75%;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
 }

 .nav-link {
     color: #F1F1F1 !important;
     margin-right: 10px;
     padding: 10px;
     text-align: center;
     font-size: 16px;
     text-transform: uppercase;
     background-color: #0B132E;
     border-radius: 10px;
 }


 .nav-link:hover {
     background-color: #1d2b5c;
 }

 .btn-consult {
     background: #6E01DB;
     color: #F1F1F1;
     font-size: 14px;
     border-radius: 50px;
     padding: 10px;
     font-weight: bold;
     text-transform: uppercase;
 }

 .btn-consult:hover {
     opacity: 0.9;
 }

 .hero {
     padding: 175px 0 130px 0;
 }

 .hero-title {
     font-size: 50px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .hero_descr {
     font-size: 22px;
     color: #BFBFBF;
     margin-top: 16px;
 }

 .hero-items {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     margin-top: 30px;
     max-width: 700px;
 }

 .hero-item {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 325px;
     min-height: 120px;
     margin: 10px 0;
     text-align: center;
     padding: 30px 20px;
     font-size: 16px;
     background: #0B132E;
     border-radius: 30px;
 }

 .hero-img {
     position: relative;
     height: 100%;
 }

 .hero-img img {
     position: absolute;
     bottom: -125px;
     right: 100px;
 }

 .why {
     background: #EAEEF2;
     padding: 200px 0;
 }

 .title {
     max-width: 675px;
     color: #333333;
     font-size: 50px;
     text-transform: uppercase;
     font-weight: 700;
 }

 .title__white {
     max-width: 800px;
     color: #F1F1F1;
 }

 .title__footer {
     max-width: 100%;
 }

 .btn__block_link {
     display: block;
     text-align: center;
 }

 .btn__block {
     width: 90%;
     background: #6E01DB;
     border: 1px solid #6E01DB;
     color: #F1F1F1;
     text-align: center;
     border-radius: 30px;
     font-size: 48px;
     font-weight: 900;
     text-transform: uppercase;
     margin: 0 auto;
     margin-top: 50px;
     outline: none !important;

 }

 .btn:hover {
     border: 1px solid #6E01DB;
     color: #6E01DB;
 }

 .btn:active {
     border: 1px solid #6E01DB;
     color: #6E01DB;
 }

 .btn:focus-visible {
     border: 1px solid #6E01DB;
     color: #6E01DB;
 }

 .btn__footer:focus {
     outline: none;
     box-shadow: none;
 }

 .why-item {
     width: 325px;
     height: 325px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     border-radius: 30px;
     padding: 45px 20px;
     margin-top: 50px;
     box-shadow: 5px 5px 10px #C7CACE, -5px -5px 10px #FFFFFF;
 }

 .why-item h5 {
     margin-top: 10px;
     color: #333333;
     font-size: 22px;
     font-weight: 600;
 }

 .why-item p {
     margin-top: 10px;
     color: #333333;
     font-size: 16px;
 }

 .returned {
     padding-bottom: 200px;
     background: #EAEEF2;

 }

 .circle {
     width: 325px;
     height: 325px;
     color: #F1F1F1;
     border-radius: 50%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     margin-top: 75px;
     padding: 100px 30px;
     text-align: center;
 }

 .circle h5 {
     font-size: 22px;
     font-weight: 700;
 }

 .circle p {
     margin-top: 10px;
     font-size: 14px;
     font-weight: 300;
 }

 .returned .row .col-md-4:nth-of-type(1) .circle {
     background: url(../img/returned/1.svg) center center/cover no-repeat;
 }

 .returned .row .col-md-4:nth-of-type(2) .circle {
     background: url(../img/returned/2.svg) center center/cover no-repeat;
 }

 .returned .row .col-md-4:nth-of-type(3) .circle {
     background: url(../img/returned/3.svg) center center/cover no-repeat;
 }

 .returned .row .col-md-4:nth-of-type(4) .circle {
     background: url(../img/returned/4.svg) center center/cover no-repeat;
 }

 .returned .row .col-md-4:nth-of-type(5) .circle {
     background: url(../img/returned/5.svg) center center/cover no-repeat;
 }

 .returned .row .col-md-4:nth-of-type(6) .circle {
     background: url(../img/returned/6.svg) center center/cover no-repeat;
 }


 .path {
     padding-bottom: 200px;
     background: #EAEEF2;
 }

 .path-card {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100%;
     border-radius: 30px;
     padding: 10px 20px;
     text-align: center;
     background: rgb(0, 0, 0);
     background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
 }

 .path-card h6 {
     font-size: 22px;
     font-weight: 700;
     margin-top: 10px;
 }

 .path-card p {
     font-size: 16px;
     font-weight: 300;
     margin-top: 10px;
 }

 .best {
     padding-bottom: 200px;
     background: #EAEEF2;
 }


 .best-item {
     padding: 20px 0;
     color: #333333;
     border-radius: 30px;
     box-shadow: 5px 5px 10px #C7CACE, -5px -5px 10px #FFFFFF;
 }

 .best-item h5 {
     font-size: 22px;
     font-weight: 700;
 }

 .best-item p {
     font-size: 16px;
     font-weight: 300;
     margin-top: 10px;
 }

 .team {
     padding-bottom: 200px;
     background: #EAEEF2;
 }


 .team-item {
     width: 325px;
     color: #333333;
     text-align: center;
     box-shadow: 5px 5px 10px #C7CACE, -5px -5px 10px #FFFFFF;
     margin: 0 auto;
     min-height: 725px;
 }

 .team-item img {
     width: 100%;
 }

 .team-item h4 {
     font-size: 22px;
     font-weight: 600;
     margin-top: 30px;
     padding: 0 20px;
 }

 .team-item h6 {
     font-size: 22px;
     font-weight: 300;
     margin-top: 5px;
     padding: 0 20px 20px 20px;
 }


 .team-item p {
     font-size: 16px;
     font-weight: 300;
     margin-top: 10px;
     padding: 0 20px 20px 20px;
 }

 .numbers {
     padding: 80px 0;
     background: rgb(0, 0, 0);
     background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
 }


 .stat-box {
     width: 280px;
     height: 280px;
     border: 1px solid #F1F1F1;
     border-radius: 100%;
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 0 20px;
 }

 .stat-number {
     font-size: 50px;
     font-weight: 700;
 }

 .stat-descriptio {
     margin-top: 6px;
     font-size: 22px;
     font-weight: 300;
 }

 .testi {
     padding: 200px 0;
     background: #EAEEF2;
     color: #333333;
 }

 .testimonial-name {
     margin-top: 5px;
     font-size: 22px;
     font-weight: 700;
 }

 .testi_title {
     margin-top: 20px;
     font-size: 18px;
 }

 .swiper-slide p {
     font-size: 14px;
     margin-top: 10px;
 }

 .swiper {
     width: 100%;
     padding: 20px 0;
     margin-top: 40px;
 }

 .swiper-slide {
     background: #f1f4f9;
     border-radius: 20px;
     box-shadow: 5px 5px 10px #C7CACE, -5px -5px 10px #FFFFFF;
     padding: 20px;
     width: 100% !important;
     max-width: 440px;
     height: auto;
 }

 .testimonial-name {
     font-weight: bold;
 }

 .stars {
     color: gold;
 }

 .swiper-wrapper {
     align-items: stretch;
 }

 .footer {
     padding: 80px 0 20px 0;
     background: rgb(0, 0, 0);
     background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 50, 1) 100%);
 }

 .descr {
     font-size: 22px;
     font-weight: 300;
     margin-top: 15px;
 }

 .footer-img img {
     width: 100%;
 }

 .form {
     max-width: 570px;
     margin: 0 auto;
     margin-top: 50px;
 }

 .form a {
     text-decoration: underline;
 }


 .form-control {
     background: #1A2237 !important;
     color: white !important;
     padding: 14px 30px;
     border-radius: 50px;
     border: 2px solid white;
 }

 .form-control::placeholder {
     color: rgba(255, 255, 255, 0.7);
     opacity: 1;
 }

 .form-control:focus {
     background: #1A2237 !important;
     color: white !important;
     border-color: #00AEEF;
     outline: none;
 }

 footer {
     margin-top: 50px;
 }

 .btn__footer {
     width: 100%;
     background: #6E01DB;
     color: #F1F1F1;
     text-align: center;
     border-radius: 30px;
     font-size: 26px;
     font-weight: 900;
     padding: 25px 0;
     text-transform: uppercase;
     margin: 0 auto;
 }

 address {
     font-size: 14px;
     text-align: right;
     font-weight: 300;
 }

 .copy {
     font-size: 14px;
     font-weight: 300;
     text-align: right;
 }

 .text-footer {
     font-size: 14px;
     font-weight: 300;

 }

 .modal-dialog {
     max-width: 950px;
 }

 .modal-content {
     background: #1A2237;
     border-radius: 25px;
     padding: 40px;
 }

 .modal-text {
    width: 100%;
    text-align: center;
 }

 .modal-text h2 {
     font-size: 40px;
     font-weight: 700;
 }

 .modal-text p {
     font-size: 22px;
     font-weight: 300;
     margin-top: 15px;
 }


 .modal-top {
     display: flex;
     flex-direction: column-reverse;
     align-items: baseline;
     justify-content: space-between;
 }

 .modal-header {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
 }

 .form-control {
     background: #1A2237 !important;
     color: white !important;
     border-radius: 50px;
     border: 2px solid white;
 }

 .modal-body {
     margin: 0 auto;
     margin-top: 50px;
     padding: 0;
     max-width: 570px;
 }

 .form-control::placeholder {
     color: rgba(255, 255, 255, 0.7);
     opacity: 1;
 }

 .form-control:focus {
     background: #1A2237 !important;
     color: white !important;
     border-color: #00AEEF;
     outline: none;
 }

 .form-control:-webkit-autofill {
     background-color: #1A2237 !important;
     color: white !important;
 }

 .btn-close {
     background: url(../img/close.svg) center center/cover no-repeat;
     width: 40px;
     height: 40px;
 }

 .policy-block {
     color: #333333;
 }

 .policy-block .title {
     margin-top: 50px;
 }

 .policy-block p {
     margin-top: 15px;
 }

 .policy-block p strong {
     font-weight: 700;
     margin-top: 15px;
 }

 .policy {
     padding: 200px 0 50px 0;
 }