@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadPro/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

    url('../fonts/MyriadPro/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/MyriadPro/MyriadPro-Regular.ttf')  format('truetype');/* Safari, Android, iOS */

}

@font-face {
    font-family: 'Phosphate';
    url('../fonts/Phosphate.ttc');

}

html,body {
    font-family: 'MiryadProRegular', sans-serif;
    font-weight:300;
}

a{
    color:#d1d1d1;
    text-decoration: none;
}
a:hover,a:focus,a:active{
    text-decoration: none;
    color:#1ea667;
}

.topBar{
    background-color: #2b5086;
    color:#d1d1d1;
    /*position: fixed;*/
    position: relative;
    width: 100%;
    /*top: 0;*/
    z-index: 1000;
}
.topBar i{
    color:#1ea667;
    font-size:18px;

}

.header{
    background-color: #0e418b;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 1, 0.34);
    /*position: fixed;*/
    position: relative;
    width: 100%;
    /*top: 72px;*/
    z-index: 1000;
}
.logo{
    display:inline-block;
    width: 100%;
}
.logoName{
    font-family: 'Phosphate', sans-serif;
    font-size: 60px;
    color: #d1d1d1;
    line-height: 1.2;
}
.logoDescription{
    font-size: 24px;
    color: #d1d1d1;
    text-transform: uppercase;
}
.phone{
    font-size: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.btn-green{
    background-color: #1ea667;
    color:#ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 1, 0.34);
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus{
    background-color: #1ea667;
    color:#ffffff;

}
.btn-regular{
    font-size: 24px;
    font-weight: 300;
    padding: 0.375rem 2.2rem;
}
.btn-round{
    border-radius: 100px;
}
.main{
    background-image: url('../img/main3.jpg');
    background-size:cover;
    background-position: center;
    width:100%;
    height:1456px;
}
.mainTitle{
    color: #fff;
    font-size: 137px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 60%;
    display: inline-block;
    letter-spacing: 0.6rem;
    text-shadow: 0px 3px 10px rgba(0, 0, 1, 0.34);
}
.mainTitle span{
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    letter-spacing: initial;
}
.btn-large{
    font-size: 32px;
    padding: 1rem 3.2rem;
}
.section{
    padding: 100px 0;
}
.sectionTitle{
    text-transform: uppercase;
    font-size: 60px;
}
.sectionSubTitle{
    font-size: 24px;
}
.serviceItem img{
    height: 110px;
    margin-bottom: 20px;
}
.serviceText{
    margin-top: 50px;
    font-size: 32px;
}

.company{
    /*background-image: url("../img/dots.jpg");*/
    background-size: cover;
    background-position: center center;
    width: 100%;
    /*height: 675px;*/
}
.companyLogo{
    margin-top: -170px;
}
.companyText{
    font-size: 20px;
    line-height: 1.5;
}

.carousel .card{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 1, 0.34);
    border-radius: 15px;
    height: 250px;
}
.carousel .card-body{
    padding: 30px;
}
.revText{
    font-size: 24px;
    font-style: italic;
}
.carousel-indicators [data-bs-target] {

    background-color: #2b5086;
}
.license:hover{
    cursor: pointer;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 1, 0.34);
}
.license img:hover{
    cursor: pointer;
}
.section-green-bg{
    background-color: #1ea667;
}
.section-blue-bg{
    background-color: #2b5086;
}
.howItem{
    margin-top:50px;
}
.howItem img{
    height:80px;
    margin-bottom: 30px;
}
.howItem h4{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.partnerItem img{
    margin-bottom: 30px;
    margin-top: 30px;

    max-height: 70px;
}
.partnerItem h4{
    font-weight: 300;
    font-size: 16px;
}
footer{
    background-color: #2b5086;
    padding: 100px 0;
}
.f-contacts{
    list-style: none;
    margin: 0;
    padding: 0;
}
.f-contacts li{
    margin-bottom: 15px;
}
.has-danger .form-control{
    border:1px solid #ff0033;
}
.errorMessage{
    color:#ff0033;
    font-size: 13px;
}
.modal-content{
    border-radius: 20px;
}
.form-control{
    border-radius: 30px;
}

.form-control:focus{
    border-color: #ced4da;
    box-shadow: none;
}
.green-banner{
    background-color: #1ea667;
}
