body {
    color: #000000;
}

.btn-primary {
    background: linear-gradient(to right, #00aded, #004660);
    border: none;
    border-bottom: 3px solid #004660;
    border-radius: 0;
    font-size: 18px;
    padding: 10px 30px 5px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    opacity: 1;
}

.btn-primary:hover {
    opacity: 0.8;
    background: linear-gradient(to right, #00aded, #00aded);
}

.navbar-fixed-top {
    padding-top: 3px;
}


.phones a{
    color: #000000;
}

.phones h4 {
    line-height: 12px;
    font-size: 32px;
    font-weight: 600;
}

.phones span {
    color: #00aded !important;
}

#main-section {
    min-height: 100vh;
    background: url("/img/main_background.jpg") no-repeat center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main-section h1 {
    font-size: 50pt;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
}

@media screen and (max-width: 770px) {
    #main-section h1 {
        font-size: 30pt;
        line-height: 50px;
    }

    .not_flex{
        display: inline-block;
    }
}

#main-section h3 {
    margin-bottom: 20px;
}

#marks {
    background: url("/img/second_background.jpg") no-repeat center;
    background-size: cover;
    min-height: 100vh;
    padding: 40px;
}

#marks h1 {
    font-size: 24px;
    font-weight: 900;
}

#marks h4 {
    font-size: 14px;
}

#services {
    padding: 40px 0;
}

#services h4 {
    margin: 3px 0;
}

#services i {
    color: #00aded;
}

#services h5 {
    font-size: 16px;
}

#map {
    margin-top: 50px;
    text-align: center;
}

#map h1 {
    font-size: 24px;
    font-weight: 900;
}

#map h4 {
    font-size: 20px;
}

footer a {
    color: #00aded;
}

#main-logo {
    padding-bottom: 10px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.white {
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#exclusive{
    background: url("/img/exclusive/back.jpg") no-repeat center fixed;
    padding: 30px 0;
    color: #cecece;
}

#exclusive h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #cecece;
}

#exclusive .description{
    padding: 30px 0;
}

#exclusive .btn-primary{
    background: linear-gradient(to right, rgb(255, 255, 255), #dedede);
    color: #000000;
    margin-top: 20px;
}

#courier{
    padding: 20px ;
    color: #ffffff;
    border-radius: 60px;
    background: linear-gradient(to right, #00aded, #004660);
    box-shadow: 0 0 5px #000000;
}

#vk{
    padding: 50px 0 30px;
}

#vk h2{
    font-weight: 900;
    font-size: 54px;
}

#vk i{
    padding-top: 50px;
    font-size: 50px;
    color: #00aded;
}

.divider{
    height: 5px;
    width: 100%;
    background: radial-gradient(#00aded, #ffffff);
    margin-bottom: 20px;
}

#tablet .description{
    padding: 40px;
}


/*---------------- Capture Form ------------ */

.capture-form-back {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    display: none;
}

.capture-form {
    background-color: #FFF;
    padding: 20px 40px;
    display: none;
}

.capture-form h3{
    margin: 3px 0;
}

.capture-form label {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}

.capture-form .btn {
    min-width: 0;
}

.capture-form .close-capture-form {
    color: #5a5a5a;
}

.capture-form input {
    text-align: center;
}

#learn_more_back .capture-form .form-group {
    padding: 0 15%;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


#send_mail{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: url("/img/main_background.jpg") bottom center;
    background-size: cover;
    height: 100vh;
}