
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #415AAC;
    border-bottom: 2px #415aac solid;

}

a {
    font-family: Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.text_phone_head {
    font-size: 16px;
    font-weight: 900 !important;
}

.arrow_head {
    position: absolute;
    top: 69%;
    left: 47%;
}

.img_phone {
    width: 40px;
}

.font-logo1 {
    font-family: Verdana, Arial, sans-serif;
    color: whitesmoke;
    font-size: 120px;
    font-weight: 800;
}

.font-logo2 {
    font-family: Verdana, Arial, sans-serif;
    color: whitesmoke;
    font-size: 70px;
    font-weight: 600;
}

.font-logo3 {
    font-family: Verdana, Arial, sans-serif;
    color: #240793;
    font-size: 61px;
    font-weight: 600;
    text-transform: uppercase;
}
.font-logo4 {
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    font-size: 61px;
    font-weight: 600;
    text-transform: uppercase;
}

.img-fluid1 {
    max-width: 100%;
    height: 640px;
}

.image1 {
    position: relative;
}

.image1 img {
    width: 100%;
    filter: brightness(40%)
}

.img-wision {
    width: 40px;
}

.image-text {

    width: 59%;
    text-align: center;
    position: absolute;
    top: 16%;
    left: 21%;
    font-family: Verdana, Arial, sans-serif;
    color: whitesmoke;
    font-size: 130px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;


}

.image-text-lesser {
    font-size: 96px;
}

.img_gradient {
    height: 600px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}

.card_form {

    border-radius: 12px;
    box-shadow: 0px 0px 13px 3px rgb(64 65 64 / 31%);

}

.img_card_form {


    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}



.font-price {
    font-family: Verdana, Arial, sans-serif;
    font-style: italic;
}

.text_price {
    font-family: Verdana, Arial, sans-serif;
    font-size: 21px;
    text-align: center;
}

h1 {
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

p {
    font-size: 18px;
    font-family: Verdana, Arial, sans-serif;

}

.icon-advantages {
    width: 100px;
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 14px;
    padding-top: 4px;
}

.icon-price {
    width: 256px;
    height: auto;
    max-width: 100%;
    margin-bottom: 25px;
    border-radius: 15px;
}

.bordersss:hover {
    box-shadow: 10px 5px 5px blue !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1.5s;
}

.blok_margin_left {
    margin-left: 7% !important;
    margin-bottom: 7% !important;
}

.blok_margin_right {
    margin-right: 7% !important;
    margin-bottom: 7% !important;
}

body {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #191919;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
.registr_btn{
    background: blue;!important;
    border-radius: 10px 10px 10px 10px;!important;
    color: white;!important;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;


    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.registr_btn:hover{
    color: #4fda13;!important;
    background:white;
}

.footer-distributed {
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    padding: 5% 8%;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}


/* The company logo */

.footer-distributed h3 {
    color: #06b632;
    font: 35px 'Open Sans', cursive;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 600;
}

.footer-distributed h3 span {
    color: rgb(0, 0, 0);
}


/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
    font-family: Verdana, Arial, sans-serif;
    text-transform: uppercase;
}

.footer-distributed .footer-company-name {
    color: #d9d0d0;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/*ARROW*/

.arrow-8 {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 30px auto 80px auto;
}

.arrow-8:before,
.arrow-8:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-left: 26px solid #337AB7;
    border-bottom: 26px solid #337AB7;
    animation: arrow-8 3s linear infinite;
}

.arrow-8:after {
    animation: arrow-8 3s linear infinite -1.5s;
}

@keyframes arrow-8 {
    0% {
        opacity: 0;
        transform: translate(0, -53px) rotate(-45deg);
    }
    10%,
    90% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translate(0, 0) rotate(-45deg);
    }
    100% {
        opacity: 0;
        transform: translate(0, 53px) rotate(-45deg);
    }
}


/*ARROW*/


/* Footer Center */

.footer-distributed .footer-center {
    width: 28%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 2;
    font-family: Verdana, Arial, sans-serif;
    font-style: italic;
}

.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;;
    font-family: Verdana, Arial, sans-serif;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    font-family: Verdana, Arial, sans-serif;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}


/*КОНТАКТНАЯ ИНФОРМАЦИЯ*/

h3 {
    font-weight: 600;
    font-size: 36px;
    margin: 60px 0px;
}

.wrapper {
    width: 600px;
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    clear: both;
}

.ico-wrap {
    color: #07932b;
    width: 50px;
    height: 50px;
    margin: 25px 20px 2px 2px;
    display: block;
    text-align: center;
    font-size: 25px;
    border: 2px solid #07932b;
    float: left;
}

.ico-contact {
    line-height: 1.9 !important;
}

.descript-wrapper {
    float: left;
    margin-bottom: 20px;
}

.aio-icon-title {
    font-size: 45px;
/*    color: #07932b;*/
    color: #240793;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: Verdana, Arial, sans-serif;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-family: Verdana, Arial, sans-serif;
}

.text_footer_r {
    text-align: right;
    margin-left: 3%;
}

.font-logo1 {
    font-family: Verdana, Arial, sans-serif;
    color: whitesmoke;
    font-size: 120px;
    font-weight: 800;
}


/* If you don't want the footer to be responsive, remove these media queries */


.header_title {
    max-width: 100%;
    position: relative;
}

.img_pages {
    max-height: 1000px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 518px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}


.img_gradient {
    height: 600px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}

.list-counter-square {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-counter-square > li {
    position: relative;
    display: block;
    margin-bottom: .25rem;
    padding: .325rem .825rem .325rem 1.325rem;
    color: rgb(0, 0, 0);
    background: whitesmoke;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-large;
}

.list-counter-square > li:last-child {
    margin-bottom: 0;
}

.list-counter-square > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: #07932b;
}

.img-fluid2 {
    width: 30px;
    height: auto;
}

.colonka-1 {
    flex: 0 0 auto;
    width: 4.333333%;
}

@media (max-width: 1400px) {


    .image-text {
        width: 55%;
        text-align: center;
        position: absolute;
        top: 16%;
        left: 23%;
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 100px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .image-text-lesser {
       font-size: 50px;
    }

}

@media (max-width: 1373px) {
    a {
        font-size: 14px;
    }

    p {
        font-size: 15px;
    }

    .img_phone {
        width: 35px;
    }

    .img-fluid2 {
        width: 22px;
        height: auto;
    }

    .img-wision {
        width: 30px;
    }
}

@media (max-width: 1224px) {
    a {
        font-size: 13px;

    }

    p {
        font-size: 15px;
    }

    .img_phone {
        width: 27px;
    }

    .text_phone_head {
        font-size: 16px;
        font-weight: 900 !important;
    }

    .img-wision {
        width: 30px;
    }
}

@media (max-width: 1098px) {
    a {
        font-size: 12px;

    }

    .img_phone {
        width: 27px;
    }

    .text_phone_head {
        font-size: 15px;
        margin-right: -15px !important;
        font-weight: 900 !important;
    }

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .image-text {
        width: 55%;
        text-align: center;
        position: absolute;
        top: 27%;
        left: 23%;
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 80px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .image-text-lesser {
        font-size: 32px;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center !important;
    }

    .footer-distributed .footer-center i {
        margin-left: 0 !important;
    }

    .text_footer_r {
        text-align: center;
        margin-left: 0%;
    }
}


@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .arrow-8 {
        position: relative;
        width: 70px;
        height: 70px;
        margin: 25px auto 70px auto;
    }

    .image-text {
        font-size: 55px;
    }

    .image-text-lesser {
        font-size: 32px;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center !important;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .text_footer_r {
        text-align: center;
        margin-left: 0%;
    }
}


@media (max-width: 768px) {

    .text_phone_head {
        font-size: 18px;
    }
    .image1 {
        width: 900px;
        position: relative;
    }

    .descript-wrapper,
    .ico-wrap {
        float: none;
        text-align: center;
    }

    .ico-wrap {
        margin: 0 auto 15px auto;
    }

    .image-text {
        font-size: 45px;
    }

    .image-text-lesser {
        font-size: 24px;
    }

    .wrapper {

        width: 359px;
        margin: 0 auto;

    }

    .img-fluid1 {
        max-width: 100%;
        height: 320px;
    }

    .img_phone {
        width: 32px;
    }

    .arrow_head {
        position: absolute;
        top: 69%;
        left: 45%;

    }

    .font-logo1 {
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 80px;
        font-weight: 800;
    }

    .font-logo2 {
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 45px;
        font-weight: 600;
    }

    h1 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 22;
        text-transform: uppercase;
    }

    p {
        font-size: 16px;
        font-family: Verdana, Arial, sans-serif;
    }

    .blok_margin_right {
        margin-right: 7% !important;
        margin-bottom: 7% !important;
        margin-left: 7% !important;
    }

    .blok_margin_left {
        margin-right: 7% !important;
        margin-bottom: 7% !important;
        margin-right: 7% !important;
    }


}


@media (max-width: 612px) {
    .text_phone_head {
        font-size: 16px;
    }
    .img-fluid2 {
        width: 18px;
        height: auto;
    }

    .arrow-8:before, .arrow-8:after {
        content: '';
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-left: 16px solid #337AB7;
        border-bottom: 16px solid #337AB7;
        animation: arrow-8 3s linear infinite;
    }

    .arrow-8 {
        position: relative;
        width: 40px;
        height: 40px;
        margin: 25px auto 70px auto;
    }

    .img-fluid1 {
        max-width: 100%;
        height: 260px;
    }

    .arrow_head {
        position: absolute;
        top: 62%;
        left: 45%;
    }

    .image-text {
        width: 54%;
        text-align: center;
        position: absolute;
        top: 36%;
        left: 23%;
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 28px;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .image-text-lesser {
        font-size: 18px;
    }

    .font-logo1 {
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 40px;
        font-weight: 800;
    }

    .font-logo2 {
        font-family: Verdana, Arial, sans-serif;
        color: whitesmoke;
        font-size: 30px;
        font-weight: 600;
    }

    .font-logo3 {
        font-family: Verdana, Arial, sans-serif;
        color: #240793;
        font-size: 28px;
        font-weight: 600;

        /*padding-top: 5rem !important;*/
    }

    h1 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 20;
        text-transform: uppercase;
    }

    p {
        font-size: 20px;
        font-family: Verdana, Arial, sans-serif;
    }

    .text1 {
        padding: 0 !important;
    }

    @media (max-width: 497px) {
        .colonka-1 {
            flex: 0 0 auto;
            width: 8.333333%;
        }

        .text_phone_head {
            font-size: 14px;
            font-weight: 900 !important;
        }
    }
    @media (max-width: 349px) {
        .img_phone {
            width: 20px;
        }

        .text_phone_head {
            font-size: 12px;
            font-weight: 900 !important;
        }
    }
    @media (max-width: 245px) {
        .img-fluid2 {
            width: 15px;
            height: auto;
        }
    }

}

.advantages-text {
    font-size: 22px;
}