@charset "UTF-8";

#modalSuccess, #modalError {
    color: black;
}

.header-page .project-title .project-links {
    max-width: inherit !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header-page .project-title .project-links a {
    padding-right: 28px;
}

.header-page .project-title .project-links p{
    display: inline-block;
}

.review-name {
    position: absolute;
    bottom: 5px;
}

.slick-slide p {
    text-align: justify;
}

.reviews-slider-right .review-block {
    padding: 10px 20px !important;
}

.review-block .review-name > img {
    border-radius: 50%;
}

.linka {
    text-decoration: none;
    color: #37C38A;

}

a:hover.linka {
    color: #37C38A;
}

select[name=service] {
    background-color: #2f3237;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-indent: 15px;
    font-size: 14px;
    /*margin-top: 10px;*/
    height: 45px;
    width: 100%;
}

@media only screen
and (max-width: 770px)
{
    .contact .form .file {
        z-index: 2;
        position: initial;
    }

    .contact .form input[type=checkbox] {
        margin: 5px 0 0 0;
    }
}

.alert-success {
    color: #37C38A;
    /*background-color: #dff0d8;*/
    border-color: #37C38A;
}

.btn-correct-hover:hover {
    color:white;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


@media (min-width: 767.98px) {
    .mobile-heading-btn {
        display: none;
    }

    .mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-page h2 {
        margin-top: 30px;
    }
    .mobile {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .header-page h2 {
        margin-top: 10px;
    }
    .mobile {
        margin-top: 10px;
    }

    .mobile-heading-btn {
        margin-top: 2px !important;
    }
}


.mobile-heading-btn:visited {
    text-decoration: none;
    color: #1f2225;
}
.mobile-heading-btn {
    width: 100%;
    /*max-width: 170px;*/
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    text-align: center;
    padding: 9px 0 6px;
    font-size: 15px;
    margin-top: 45px;
    /*float: right;*/
    line-height: 1.65;
}
.mobile-heading-btn {
    background-color: #37c38a;
    display: block;
    text-align: center;
    font-family: BebasNeue;
    font-weight: 700;
    color: #1f2225;
    width: 200px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 20.5px 0 18.5px;
    font-size: 18px;
    line-height: .8;
    vertical-align: bottom-text;
}
.mobile-heading-btn:hover {
    color:white;
    text-decoration: none;
}

.screenshots {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 100px !important;
}



.img-responsive {
    cursor: pointer;
}


@media (min-width: 1000px) {
    .screenshots .no-gutters .img-responsive {
        max-width: 120%;
    }
}

@media (min-width: 1350px) {
    .screenshots .no-gutters .img-responsive {
        max-width: 130%;
    }
}

@media (min-width: 1550px) {
    .screenshots .no-gutters .img-responsive {
        max-width: 150%;
    }
}

@media (min-width: 1800px) {
    .screenshots .no-gutters .img-responsive {
        max-width: 170%;
    }
}