
.container {
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 3px;
    padding-left: 3px;
}
.container1{
    max-width: 1400px;
    margin-top: 50px;
}
a{
    text-decoration: none;
}
body {
    font-family: "Open Sans" ;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: white;
}
.bg-body-tertiary{
    --bs-bg-opacity: 1;
    background-color: rgb(12 117 215) !important;
}
.container-fluid{
    background-color: rgb(12 117 215) !important;
}
.navbar-expand-lg {
        height: 100px;
    }
.navbar-toggler-icon{
    background-image: url('../img/burger.svg');
    background-repeat: no-repeat;
}
.nav-link{
    font-size: 24px;
    text-align: center;
    color: white;
    --bs-nav-link-disabled-color: white;
    --bs-navbar-nav-link-padding-x: 1.25rem;
}
.nav-link:focus, .nav-link:hover{
    color: rgb(0 85 164);
}
.call_text{
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    color: white;
}
.call{
    width: 190px;
    height: 46px;
    background: white;
    color: #0C75D7;
    border-radius: 18px;
    border: 1px solid white;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.call:hover{
    background: #0055A4;
     border: 1px solid #0055A4;
     color: white;

}
.services{
    background: #0055A4;
    color: white;
    border-radius: 30px;
    border: 1px solid #0055A4;
    font-size: 36px;
    width: 363px;
    height: 92px;
    margin-top: 62px;
    margin-bottom: 153px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    background: #0C75D7;
    z-index: 3;
}
.navbar-collapse{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
.services:hover{
    background: white;
    color: #0055A4;
    border: 3px #0055A4 solid;
}
.info{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 62px;
    
}
.navbar-brand{
    width: 80px;
    height: 80px;
}
.navbar-toggler{
    color: #0C75D7;
    border: none;
}

.hero-section {
  background-image: url('../img/fill.svg');
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
}
h1{
	font-family: 'Open Sans Semibold';
      margin-top: 108px;
      font-size: 64px;
      text-align: center;
}
h2{
    font-size: 64px;
    margin-top: -10px;
          text-align: center;
}
h3{
    font-family: 'Open Sans Semibold';
    font-size: 55px;
    width: 100%;
    text-align: center;
}
h4{
    font-size: 32px;
    margin-top: 20px;
}
.tech_list{
    margin-top: 88px;
    text-align: center;
}
.card{
    margin: 0 auto;
    max-width: 1121px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 89px;
    border-color: white;
    margin-top: 60px;
}
.card_hol{
    width: 515px;
    height: 394px;
    background-color: #00A0E9;
    border-radius: 18px;
}
.card_sti{
    width: 515px;
    height: 394px;
    background-color: #00D4E0;
    border-radius: 18px;
}
.card_pos{
    width: 515px;
    height: 394px;
    background-color: #55DEA0;
    border-radius: 18px;
}
.card_cof{
    width: 515px;
    height: 394px;
    background-color: #FFA14E;
    border-radius: 18px;
}
.card_con{
    width: 515px;
    height: 394px;
    background-color: #D275E9;
    border-radius: 18px;
}
h5{
    font-family:'Open Sans Semibold';
    font-size: 36px;
    color: white;
    margin-top: 25px;
    line-height: 96%;

}
.know{
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly
}
.number{
    width: 441px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}
.circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0C75D7;
    color: white;
    font-family: 'Open Sans Semibold';
    font-size: 48px;

}
h6{
    font-family: 'Open Sans Semibold';
    font-size: 32px;
    color: black;
    margin-top: 10px;
}
p{
    font-size: 24px;
}
.contact{
    padding-top: 100px;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
h7{
    font-family: 'Open Sans Semibold';
    font-size: 30px;
    color: black;
}
p2{
    font-size: 30px;
        margin-bottom: 10px;
}
.inf{
    margin-top: 60px;
        margin-left: 40px;
}
.map{
    margin-top: 60px;
}
.col-12{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.social{
    margin-top: 70px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.app{
    margin-right: 40px;
}
footer{
    background: #0C75D7;
    height: 200px;
}
.text-body-secondary{
    color: white;
    font-size: 12px;
}
#btn-back-to-top {
    color: #0C75D7;
    font-size: 30px;
    text-align: center;
    align-items: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
  border: 3px #0C75D7 solid;
  border-radius: 50%;
  display: none;
  z-index: 100;

}
.fa-arrow-up:before {
    content: "\f062";
}

.btn-danger{
    --bs-btn-border-color: #0C75D7;
    --bs-btn-bg: white;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #0055A4;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0055A4;
    --bs-btn-active-border-color: #0055A4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0055A4;
    --bs-btn-disabled-border-color: #0055A4;
    
}
t{
    font-size: 12px;
    color: #F1F1F1;
    width: 928px;
    text-align: center;
}
.dropdown-item{
    color: #0055A4;
    --bs-dropdown-border-color: #0055A4;
    font-size: 20px;
    --bs-dropdown-link-hover-color: #0084ff;
}
header{
    display: flex;
    margin-top: -20px;
    justify-content: space-evenly;
    flex-direction: row;
    margin-bottom: 100px;
}

h8{
    font-family: 'Open Sans Semibold';
    font-size: 70px;
    color: black;
    line-height: 101%;
}
.col-6{
    z-index: 1;
}
.big_title{
    margin-left: 50px;
    margin-top: 80px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
t2{
    color: black;
    font-size: 40px;
    text-align: center;
    line-height: 101%;
}
v{
    font-family: 'Open Sans Semibold';
    font-size: 48px;
    margin-top: -15px;
}
s{
    color: black;
    font-size: 36px;
    text-decoration: none;
}
.master{
    width: 284px;
    background: #0055A4;
    height: 66px;
    color: white;
    border-radius: 18px;
    font-size: 28px;
    border: 1px #0055A4 solid;
    margin-top: 20px;
}
.master:hover{
    background: white;
    color: #0055A4;
    border: 2px #0055A4 solid;
}
.cause{
    width: 294px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.reasons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.prices{
    padding-top: 130px;
}
.top{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.price{
    margin-top: 80px
}
i{
    font-family: 'Open Sans Semibold Italic';
    font-size: 40px;
    color: black;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 100px;
    text-align: center;
    line-height: 101%;
}
table{
    display: grid;
    justify-content: space-around;
    align-items: center;
}

tr{
    max-width: 1400px;
    text-indent: 0px;
    display: flex;
    justify-content: space-between;
        align-items: center;

}
td{
    width: 500px;
    align-items: center;
        padding: 25px 20px 25px 20px;
        height: 111px;
        align-content: center;
}

tbody{
max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
c{
color: black;
    font-size: 30px;
    line-height: 101%;
    display: flex;
    align-items: center;

}
e{
    display: flex;
    justify-content: flex-end;
    color: black;
    font-size: 30px;
    line-height: 101%;

}
.free{
    width: 100%;
    height: 98px;
    background: #D2F1FF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}
.sale{
    margin-top: 80px;
}
m{
    font-size: 40px;
}
i1{
    font-family: 'Open Sans Italic';
    font-size: 22px;
    display: flex;
    justify-content: center;
    text-align: center;
    line-height: 101%;
}
.brand{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}
.warranty{
    background-color: #0C75D7;
    margin-top: 100px;

}
h9{
    font-size: 32px;
    color: white;
    line-height: 101%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
h10{
    font-family: "Open Sans Semibold";
    font-size: 40px;
    color: white;
    line-height: 111.3%;
}
.contracts{
    width: 700px;
    margin-bottom: 80px;
}
.guarantee{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 77px;
}
p3{
    font-size: 24px;
}
.fills{
    display: flex;
    justify-content: flex-end;
}
.edin{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dogovor{
    width: 100%;
}
