

@media screen and (min-width: 951px) {
    .hidden-desktop, header .top-nav .bg-menu {
        display: none!important;
    }
}

@media screen and (max-width: 1400px) {
    .preform-section .preform-box {
        width: 50%;
        max-width: 650px;
        background: #BBFFEC;
        border-radius: 20px;
        padding: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        padding: 0 30px;
    }
    header .menu ul li {
        margin: 0 30px 0 0;
    }
    header .menu ul li a {
        font-size: 14px;
        line-height: 50px;
    }
    header .menu li a.get-btn {
        width: 170px;
        height: 56px;
    }
    .logo {
        width: 100px;
    }
    .step-section .wrapper div {
        font-size: 14px;
    }
    .preform-section .preform-box {
        padding: 55px 30px 100px;
    }
    .get-loan-section {
        padding: 120px 0;
    }
    .our-process-section {
        padding: 70px 0 270px;
    }
    .get-well-section {
        padding: 120px 0 100px;
    }
    footer .material {
        padding: 40px 0 15px;
    }
    footer .footer-nav ul li a {
        font-size: 11px;
        padding: 25px 0;
        margin: 0 15px;
    }
}

@media screen and (max-width: 1100px) {
    .cookie-message {
        justify-content: space-between;
        padding: 5px 20px;
    }
    .cookie-message p {
        font-size: 14px;
    }
	.cookie-container {
		flex-direction: column;
	}
	.cookie-message .cookie-close {
		margin: 0 0 20px 0;
	}
	.cookie-message .cookie-reject{
		margin: 0;
	}
}

@media screen and (max-width: 950px) {
    header .top-info .wrapper {
        text-align: center;
    }
    /* mobile menu */
    header .menu {
        width: 100%;
        max-width: 205px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        background: #48b1bf;
        background: -moz-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
        background: -webkit-linear-gradient(left, #48b1bf 0%, #06beb6 100%);
        background: linear-gradient(to right, #48b1bf 0%, #06beb6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b1bf', endColorstr='#06beb6', GradientType=1);
        padding: 55px 0;
        z-index: 31;
        transition: 0.4s;
    }
    header .menu ul {
        flex-flow: wrap;
    }
    header .menu ul li {
        text-align: left;
        width: 100%;
        display: block;
        margin: 0;
    }
    header .menu ul li a {
        display: block;
        height: auto;
        padding: 0 25px;
    }
    header .menu ul li a:after {
        height: 10px;
        bottom: calc(50% - 5px);
    }
    header .menu ul li a:hover:after {
        width: 0;
    }
    .active:after {
        width: 6px !important;
    }
    header .menu .close {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 20px;
        right: 20px;
        background: url(../img/icon-close.svg) no-repeat center;
        background-size: contain;
        cursor: pointer;
    }
    header .menu li a.get-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 166px;
        height: 46px;
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 0 25px;
        padding: 0;
    }
    header .top-nav {
        height: 60px;
    }
    .logo {
        width: 70px;
    }
    .preform-section {
        padding: 45px 0 70px;
    }
    .preform-section .wrapper {
        display: block;
    }
    .preform-section .col-right .clock {
        top: -15%;
        right: 0;
    }
    .preform-section .preform-box {
        width: 100%;
        max-width: 540px;
        padding: 30px 15px;
        margin: 0 auto 80px;
    }
    .preform-section .col-right {
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
    }
    .preform-section .col-right .man {
        margin: 0;
    }
    .step-section {
        padding: 30px 0;
    }
    .step-section .wrapper {
        display: block;
        max-width: 370px;
    }
    .step-section .wrapper div {
        margin: 0 0 20px;
    }
    .step-section .wrapper div:last-child {
        margin: 0;
    }
    .our-process-section .box-flex {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .our-process-section .box-flex .item {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        padding: 0 0 0 40px;
    }
    .our-process-section .box-flex .item .img {
        position: absolute;
        top: -30px;
        left: 0;
        opacity: 0.6;
        margin: 0;
    }
    .our-process-section .box-flex>img.mobile-img {
        display: block;
        margin: 50px 0;
    }
    .our-process-section .box-flex>img.desktop-img {
        display: none;
    }
    .get-well-section {
        padding: 70px 0;
    }
    .get-well-section h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .get-well-section .wrapper>p {
        font-size: 16px;
        line-height: 22px;
        margin: 20px 0 60px;
    }
    footer .footer-nav ul {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    footer .footer-nav ul li a {
        padding: 7px 0;
        margin: 5px 0;
    }
    footer .footer-nav ul li a.active:after {
        width: 100% !important;
        height: 5px !important;
    }
    footer .footer-nav ul li a:after {
        height: 5px;
    }
    .step-work-section {
        padding: 100px 0 80px;
    }
    .step-work-section ul {
        display: block;
        width: 100%;
        max-width: 410px;
        margin: 0 auto;
    }
    .step-work-section ul li {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
        padding: 40px 30px;
        border: 3.5px solid #F7B61A;
    }
    .step-work-section ul li:last-child {
        margin: 0;
    }
    .step-work-section ul li:nth-child(1):after {
        background-image: url(../img/arrow-step-works-one-mobile.svg);
    }
    .step-work-section ul li:nth-child(2):after {
        background-image: url(../img/arrow-step-works-two-mobile.svg);
    }
    .step-work-section ul li:after {
        width: 97px;
        height: 51px;
        bottom: -51px;
        right: 35px;
    }
    .step-work-section ul li:before {
        width: 56px;
        height: 56px;
        font-size: 24px;
        line-height: 28px;
        border-width: 5px;
        right: 0;
    }
    .head-all-section, .head-faq-section {
        padding: 30px 0 40px;
    }
    .head-all-section .wrapper {
        display: block;
    }
    .head-all-section .col-left, .head-all-section .col-right {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .head-all-section .col-left img {
        max-height: 300px;
    }
    .head-all-section .col-right {
        margin: 40px 0 0;
    }
    .accordeon-section {
        padding: 70px 0;
    }
}

@media screen and (max-width: 800px) {
    .terms-section table {
        border-spacing: 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .terms-section ul li {
        font-size: 12px;
        line-height: 14px;
    }
    .terms-section table tr th {
        padding: 5px 15px;
    }
    .terms-section table tr td {
        padding: 15px;
    }
}

@media screen and (max-width: 750px) {
    header .top-info {
        font-size: 12px!important;
        padding: 8px 0;
    }
    .contact-main-section {
        padding: 50px 0;
    }
    .contact-main-section form.feed-form .box-field {
        display: block;
    }
    .contact-main-section form.feed-form .box-field .field {
        width: 100%;
    }
    .contact-main-section form.feed-form .get-box {
        padding: 10px 0 40px;
    }
    .contact-main-section form.feed-form .info {
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 650px) {
    header .top-info {
        font-size: 10px!important;
        padding: 5px 0;
    }
}

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 0 20px;
    }
    h2 {
        font-size: 22px;
        line-height: 28px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
    header .top-info .wrapper {
        display: block;
    }
    .cookie-message .cookie-close, .cookie-message .cookie-reject {
        padding: 5px 40px;
    }
    footer .material .partners {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    footer .material .partners a {
        width: 50%;
        margin: 0;
    }
    .preform-section .preform-box .section .select-box {
        width: 100%;
        margin: 0 0 40px;
    }
    .preform-section .preform-box .section button {
        margin: 0;
    }
    .preform-section .preform-box h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 60px;
    }
    .preform-section .preform-box .section .pos-rel {
        margin: 0 0 20px;
    }
    .pos-rel .text-req {
        bottom: -16px;
    }
    .step-section .wrapper {
        max-width: 330px;
    }
    .step-section .wrapper div img {
        max-width: 26px;
        margin: 0px 10px 0 0;
    }
    .rates-section p {
        font-size: 10px;
        line-height: 13px;
    }
    .get-loan-section {
        padding: 60px 0;
    }
    .get-loan-section p {
        margin: 15px auto 0;
    }
    .our-process-section {
        padding: 40px 0 170px;
    }
    .our-process-section .img-girl {
        max-width: 120px;
        left: calc(50% - 60px);
    }
    .get-well-section form.preform .section {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
    .get-well-section form.preform .section .select-box, .get-well-section form.preform .section .pos-rel {
        width: 100%;
    }
    .get-well-section form.preform .section button {
        width: 100%;
        margin: 20px 0 0;
    }
    footer .copyright p {
        font-size: 10px;
        line-height: 12px;
    }
    .head-all-section h1 {
        font-size: 22px;
        line-height: 20px;
    }
    .head-all-section .col-left img {
        max-height: 200px;
    }
    .accordeon-section {
        padding: 50px 0;
    }
    .ac-head {
        padding: 15px 55px 15px 15px;
    }
    .ac-head:after {
        right: 26px;
    }
    .ac-head:before {
        right: 20px;
    }
    .ac-body {
        padding: 15px 15px 5px;
    }
    .ac-head h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .contact-main-section form.feed-form .box-field .field {
        height: 55px;
    }
    .contact-main-section form.feed-form .box-field .field input, .contact-main-section form.feed-form .box-field .field textarea {
        font-size: 12px;
        line-height: 18px;
    }
    .contact-main-section form.feed-form .box-field .field input {
        padding: 0 18px;
    }
    .contact-main-section form.feed-form .box-field .field textarea {
        padding: 18px;
    }
    .head-blue-section {
        padding: 60px 0;
    }
    .head-blue-section h1 {
        font-size: 22px;
        line-height: 24px;
    }
    .contact-main-section form.feed-form .get-box {
        display: block;
        text-align: center;
    }
    .contact-main-section form.feed-form .get-box .box-captcha {
        display: inline-block;
    }
    .contact-main-section form.feed-form .get-box button {
        width: 305px;
        height: 65px;
        margin: 40px auto 0;
    }
    .terms-section table, .terms-section p, .terms-section li {
        font-size: 12px;
        line-height: 16px;
    }
    .terms-section p, .terms-section table, .terms-section ul {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 550px) {
    body #opt_out_block {
        padding: 40px;
    }
    body #opt_out_block h2 {
        font-size: 24px;
        line-height: 32px;
    }
    body #opt_out_H p {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 30px;
    }
}

@media screen and (max-width: 500px) {
    .terms-section table {
        border-spacing: 5px;
    }
    .terms-section table tr th {
        padding: 5px;
    }
    .terms-section table tr td {
        padding: 5px;
    }
}

@media screen and (max-width: 450px) {
    .cookie-message .cookie-close, .cookie-message .cookie-reject {
        padding: 5px 25px;
        font-size: 14px;
    }
    .cookie-message p {
        font-size: 12px;
    }
    .contact-main-section form.feed-form .get-box button {
        width: 100%;
    }

	.decline {
        padding: 23px 0 20px;
    }

    .decline__image {
        display: block;
        max-width: 72px;
        margin: 0 auto 20px;
    }

    .decline__name,
    .decline__title {
        font-size: 22px;
        line-height: 30px;
    }

    .decline__name {
        margin-bottom: 20px;
    }

    .decline__title {
        margin-bottom: 20px;
    }

    .decline__text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }
}

@media screen and (max-width: 400px) {
    header .menu {
        height: 100vh;
        overflow: auto;
    }
    body #opt_out_block {
        padding: 40px 15px;
    }
}

@media screen and (min-width: 951px) and (max-width: 1050px) {
    .preform-section .preform-box .section .select-box select {
        font-size: 20px;
        line-height: 26px;
    }
}
