@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

}

@media only screen and (min-width: 0px) and (max-width: 992px)  {

    .nav-btn {
        z-index: 10000;
        width: 36px;
        height: 42px;
        cursor: pointer;
        position: relative;
        margin: 25px 5px 0 0;
        display: block;
        padding-right: 35px;
    }

    .nav-btn span {
        display: block;
        border-radius: 20%;
        height: 4px;
        background-color: white;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .outside-header header  .nav-btn span {
        background-color: white;
    }

    header.fixed-show .nav-btn span {
        background-color: #3c5a5d;
    }

    .nav-btn span:nth-child(1) {width:100%;}
    .nav-btn span:nth-child(2) {width:100%; top: 7px;}
    .nav-btn span:nth-child(3) {width:100%; top: 14px;}

    .nav-btn:hover span:nth-child(2) {width: 100%;}
    .nav-btn:hover span:nth-child(3) {width: 100%;}

    .nav-btn.open {transition-duration: .3s;}
    .nav-btn.open span {box-shadow: none; background-color: white; right: -5px;}

    .nav-btn.open span:nth-child(1) {width:25px; transform: rotate(45deg); top: -2px;}
    .nav-btn.open span:nth-child(2) {opacity: 0;}
    .nav-btn.open span:nth-child(3) {width:25px; transform: rotate(-45deg); top: 16px;}

    nav {
        height: 0;
        overflow: hidden;
    }

    nav.open {
        height: 100%;
    }

    .outside-header header .nav-btn.open span {
        background-color: white;
    }

    header.fixed-show .nav-btn.open span {
        background-color: #3c5a5d;
    }

}

@media(max-width: 1200px) {
    .button {
        font-size: 14px;
        padding: 12px 44px;
    }
    .heading {
        font-size: 55px;
        line-height: 63px;
    }
}

@media(max-width: 992px) {
    .heading {
        font-size: 55px;
        line-height: 63px;
    }
}

@media(max-width: 767px) {
    .heading {
        font-size: 40px;
        margin: 0 0 35px 0;
        line-height: 52px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
}


@media(max-width: 425px) {
    .heading {
        font-size: 33px;
        line-height: 40px;
    }
}




/*!*header*!*/

@media(max-width: 992px) {
    .outside-header header .logo,
    header .logo {
        width: 100%;
        text-align: center;
        position: static;
        display: block;
    }
    .outside-header header .logo img,
    header .logo img {
        height: 54px;
    }

    header a.button {
        float: right;
    }
}

@media(max-width: 825px) {
    header .mobile-nav.active {
        margin-left: -45px;
    }
}

@media(max-width: 767px) {

    .outside-header header .logo,
    header .logo {
        position: static;
    }

    header .mobile-nav.active {
        margin-left: -113px;
    }

}

@media(max-width: 682px) {
    header .mobile-nav.active {
        margin-left: -71px;
    }
}

@media(max-width: 616px) {
    header .mobile-nav.active {
        margin-left: -37px;
        width: 39vw;
    }
}


@media(max-width: 575px) {
    header .mobile-nav.active {
        margin-left: 0;
        width: 210px;
    }
}







/*!*call-to-action*!*/

@media(max-width: 992px) {

    .call-to-action.show {
        transform: translateY(64%);
    }
    .call-to-action h5 {
        text-align: center;
    }

    .call-to-action .credit-info {
        text-align: center;
        margin: 0 0 10px 0;
    }
}

@media(max-width: 767px) {
    .call-to-action .set-price span {
        font-size: 19px;
    }

    .call-to-action .set-price button:first-child {
        padding: 0 0 2px 0;
    }
}

@media(max-width: 575px) {
    .call-to-action .set-price {
        max-width: 237px;
        margin: 2px auto 10px auto;
    }

    .call-to-action a.button {
        display: table;
        margin: 0 auto;
    }
}




/*!*how-to-get*!*/


@media (max-width: 1200px) {
    .how-to-get .val {
        font-size: 17px;
        line-height: 24px;
    }

    .how-to-get .lab {
        font-size: 30px;
        line-height: 33px;
    }
}

@media(max-width: 992px) {
    .how-to-get h6 {
        font-size: 43px;
        line-height: 51px;
    }

    .how-to-get .stage-phone {
        margin-bottom: 50px;
    }

    .how-to-get.how-to-apply .stage-phone {
        margin-bottom: 0;
    }



    .how-to-get .sticky-top {
        height: 445px;
    }

    .how-to-get .step:first-child {
        margin-top: 70px;
    }

    .how-to-get .lab {
        font-size: 24px;
        line-height: 33px;
    }
}

@media(max-width: 767px) {

    .how-to-get .stage {
        margin: 60px 0 0 0;
    }
    .how-to-get.how-to-apply h3 {
        margin: 0 0 55px 0;
    }
    .how-to-get .heading {
        margin: 0 0 35px 0;
    }
    .how-to-get h6 {
        font-size: 39px;
        line-height: 45px;
        text-align: center;
        margin: 0 0 18px 0;
    }

    .how-to-get .stage-phone img.img-fluid {
        margin-bottom: 20px;
    }

    .how-to-get .button {
        display: table;
        margin: 0 auto 25px auto;
    }

    .stage .stage-desc {
        margin: 0 0 20px 0;
        text-align: center;
        padding: 0;
    }
    .how-to-get:after {
        background-size: cover;
    }

    .how-to-get .stage-desk,
    .stage.stage-phone .stage-link {
        text-align: center;
        padding: 0;
    }

    .stage.stage-phone .stage-link .logo-number,
    .stage.stage-phone .stage-link span {
        text-align: center;
    }

    .stage.stage-address .stage-link {
        display: block;
        text-align: center;

    }

    .how-to-apply .stage.stage-address .stage-link {
        margin: 0 0 30px 0;
    }
    .how-to-get.how-to-apply:after {
        background-size: cover;
    }

    .stage.stage-phone .stage-link span {
        margin-bottom: 25px;
    }

    .how-to-apply .stage.stage-phone .stage-link span {
        margin-bottom: 0;
    }

    .stage-address img.img-fluid {
        margin-bottom: 25px;
    }

    .how-to-apply .stage-address img.img-fluid {
        margin-bottom: 0;
    }

    .space {
        padding: 45px 0;
    }



    .how-to-get .heading {
        margin: 0 0 35px 0;
    }

    .how-to-get .step:first-child {
        margin-top: 15px;
    }

    .how-to-get .step {
        height: 270px;
        text-align: center;
    }

    .how-to-get .num {
        line-height: 130px;
    }

    .how-to-get .lab {
        margin: 0 0 3px 0;
    }
}

@media(max-width: 425px) {
    .how-to-get h6 {
        font-size: 29px;
        line-height: 35px;
    }

    .stage.stage-phone .stage-link span {
        font-size: 14px;
    }

    .stage.stage-address .stage-link img {
        top: -3px;
        height: 19px;
    }

    .how-to-get .sticky-top img:last-child {
        display: inline-block;
    }

    .how-to-get .sticky-top img:first-child {
        display: none;
    }

    .how-to-get .sticky-top {
        height: auto;
    }

    .how-to-get .step:first-child {
        margin-top: 10px;
    }

    .how-to-get .step {
        margin-top: 55px;
        height: auto;
    }
}

@media(max-width: 374px) {
    .stage.stage-phone .stage-link a {
        font-size: 30px;
    }
}




/*!*product*!*/

@media(max-width: 992px) {
    .product h2,
    .product ul li {
        font-size: 22px;
    }
}

@media(max-width: 767px) {
    .product .heading {
        margin: 0 0 35px 0;
    }
}

@media(max-width: 425px) {
    .product h2,
    .product ul li {
        font-size: 20px;
    }
}



/*!*product-info*!*/

@media(max-width: 767px) {
    .product-info {
        padding: 45px 0;
    }

    .product-info .product-features .feature .lab {
        font-size: 18px;
    }

    .product-info .product-features .feature .val {
        font-size: 16px;
        line-height: 24px;
    }

    .product-info .product-desc {
        margin-top: 25px;
    }

    .product-info .product-desc p {
        margin-bottom: 25px;
    }

    .product-info:after {
        display: none;
    }
}






/*/!*typical-example*!*/

@media(max-width: 1200px) {
    .example .heading {
        font-size: 60px;
        line-height: 69px;
    }
}

@media(max-width: 992px) {
    .example .heading {
        font-size: 51px;
        line-height: 61px;
    }

    .example h6 {
        font-size: 26px;
    }

    .example p {
        font-size: 17px;
        margin: 0 0 30px 0;
    }

    .example a {
        margin-right: 25px;
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .example .heading {
        margin: 0 0 20px 0;
        font-size: 40px;
        line-height: 52px;
    }

    .example h6,
    .example p {
        margin-bottom: 20px;
    }
}

@media(max-width: 411px) {
    .example a {
        display: block;
        margin: 0;
    }

    .example a:first-child {
        margin-bottom: 15px;
    }
}




/*short-contact*/

@media (max-width: 1200px) {
    .short-contact .info-block .val {
        font-size: 19px;
        line-height: 27px;
    }

    .short-contact .info-block img {
        height: 55px;
    }
}

@media (max-width: 992px) {
    .short-contact .info-block {
        margin-top: 28px;
    }

    .heading {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 767px) {
    .short-contact .info-block .val {
        min-height: 81px;
        font-size: 19px;
        line-height: 27px;
    }

    .short-contact .info-block {
        padding: 30px 11px;
    }

    .short-contact .info-block.phone {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .short-contact .info-block .val {
        min-height: 60px;
    }

    .short-contact .heading {
        margin: 0 0 15px 0;
    }
}


/*newsletter*/

@media (max-width: 1200px) {
    .newsletter .lab {
        font-size: 37px;
    }
}

@media (max-width: 767px) {
    .newsletter {
        padding: 45px 0;
    }
    .newsletter .lab {
        margin: 0 0 23px 0;
    }
}

@media (max-width: 450px) {
    .newsletter form button {
        position: static;
        display: block;
        border-radius: 30px;
        padding: 12px 33px;
        margin-top: 10px;
        color: #E50019;
        background: white;
        border: 2px solid #E50019;
        width: 100%;
    }

    .newsletter form button:hover {
        color: white;
        background: #E50019;
        border: 2px solid white;
    }

    .newsletter form .form-control {
        padding: 0 20px;
    }
}






/*footer*/

@media(max-width: 992px) {
    footer .footer-menu {
        margin-bottom: 40px;
    }

    footer .footer-bot {
        margin: 15px 0 0 0;
    }
}

@media(max-width: 425px) {
    footer .footer-bot {
        margin: 5px 0 0 0;
    }
}