/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');*/

body {
    opacity: 1;
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-display: swap;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center;
}

header {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 3px;
}

header img {
    width: 260px;
    max-width: 100%;
}

header h1 {
    font-size: 1.1rem;
    color: rgb(105, 105, 105);
    font-weight: 400;
    padding-left: 77px;
    margin-bottom: 0
}

header a {
    font-size: 1.5rem;
    line-height: 1.1;
    color: rgb(34, 34, 34);
    transition: color .3s ease-in-out;
}

header a:hover {
    text-decoration: none;
}

header .btn {
    background-color: rgb(255, 166, 0);
    border-radius: 13px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 1;
    margin-top: 3px;
    transition: background-color .3s ease-in-out;
}

header .btn:hover {
    background-color: #ffcd03;
}

.banner {
    padding: 15px 5px;
}

.heading {
    color: #fff;
}

.heading h2 {
    background-color: rgb(6, 177, 196);
    border: 1px solid rgb(204, 204, 204);
    font-weight: 700;
    width: 70%;
    margin: auto;
    padding: 10px;
    font-size: 2.4rem;
}

.heading h3 {
    background-color: #99D145;
    border: 1px solid rgb(204, 204, 204);
    font-weight: 400;
    width: 60%;
    margin: 2px auto;
    padding: 8px;
    font-size: 2.1rem;
}

.heading .h4 {
    background-color: #C94B4B;
    border: 1px solid rgb(204, 204, 204);
    font-weight: 400;
    width: 50%;
    margin: auto;
    padding: 10px;
    font-size: 1.55rem;
}

.form-banner {
    position: relative;
    margin-top: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 0 25px 10px;
}

.form-banner h3 {
    font-family: tahoma, geneva, sans-serif;
    color: rgb(105, 105, 105);
    line-height: 1.6;
    font-size: 24px;
    width: 75%;
    text-align: center;
    margin: auto;
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
}

.form-banner:before {
    background-image: url('../img/ribbon-text-red_1-min.png');
    content: '';
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -9px;
    top: -9px;
}

.form-banner .wrapper {
    justify-content: space-between;
}

.form-banner .l-block {
    width: 60%;
}

.l-block .border-wrapper {
    border: 3px solid #fff;
    border-radius: 5px;
}

.r-block {
    background: #fff;
    border-radius: 5px;
    width: 38%;
    padding: 20px 25px 5px;
    text-align: center;
}

.r-block .cta-text {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.r-block p {
    color: rgb(51, 51, 51);
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
}

input[type="text"], input[type="tel"] {
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgb(87, 79, 87);
    border-radius: 4px;
    line-height: 1;
}

input[type="text"]:focus, input[type="tel"]:focus {
    outline: none;
    border-color: rgba(83, 167, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(83, 167, 236, 0.075), 0 0 8px rgba(83, 167, 236, 0.8);
    -moz-box-shadow: inset 0 1px 1px rgba(83, 167, 236, 0.075), 0 0 8px rgba(83, 167, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(83, 167, 236, 0.075), 0 0 8px rgba(83, 167, 236, 0.8);
}

input[type="submit"] {
    border: none;
    background: #FFA600;
    border-radius: 11px;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    line-height: 1;
    font-size: 26px;
    transition: background-color .3s ease-in-out;
}

input[type="submit"]:hover {
    background: #FFEE31;
}

.arrow-el {
    position: relative;
}

.arrow-el:after {
    content: '';
    background-image: url('../img/l2-min.png');
    background-size: 81px 74px;
    width: 81px;
    height: 74px;
    position: absolute;
    right: -85px;
    top: -83px;
}

.timer {
    padding-top: 20px;
}

.timer p {
    font-family: "open sans", sans-serif;
    color: rgb(169, 169, 169);
    font-size: 22px;
    margin-bottom: 1rem;
}

.little-timer {
    display: none;
}

.benefits {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    color: rgb(34, 34, 34);
    font-family: "open sans", sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.benefits span {
    color: #3D9C9E;
    font-size: 28px;
    font-weight: 700;
}

.benefits .row > div {
    padding: 30px 70px 10px;
}

.benefits .row > div:nth-child(-n+3) {
    border-bottom: 2px solid #C6C6C8;
}

.benefits .row > div:nth-child(2), .benefits .row > div:nth-child(5) {
    border-right: 2px solid #C6C6C8;
    border-left: 2px solid #C6C6C8;
}

.benefits img {
    margin-bottom: 20px;
}

.catalogue {
    background: #FCF9FC url('../img/pt1.png') repeat;
    padding: 50px 20px 0;
}

.catalogue .titles {
    text-align: center;
}

.catalogue h2 {
    font-weight: 700;
    font-size: 36px;
}

.catalogue .timer {
    margin-bottom: 10px;
}

.catalogue .titles p {
    color: rgb(128, 128, 128);
    font-size: 18px;
    margin-bottom: 0;
}

.catalogue .titles .timer p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}

.product-wrap {
    background: #fff;
    border-radius: 3px;
    border: 3px solid rgb(204, 204, 204);
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.product-wrap.hit {
    border: 5px solid #4FC6D4;
}

.product-wrap .header {
    padding: 20px 10px 15px;
}

.product-wrap h6 {
    font-weight: 700;
    font-size: 20px;
}

.product-wrap img {
    width: 100%;
}

.product-wrap .header p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1;
    color: rgb(34, 34, 34);
}

.product-wrap .header span {
    color: #FF0000;
    font-size: 18px;
    font-weight: 700;
}

.product-wrap .footer {
    padding: 10px;
}

.product-wrap .footer p {
    line-height: 1.75;
    margin-bottom: 0;
    color: rgb(34, 34, 34);
}

.prices {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 600;
    font-family: "open sans", sans-serif;
}

.prices .new {
    color: rgb(255, 43, 1);
}

.quick-bay {
    max-width: auto;
    display: block;
    background: rgb(255, 166, 0);
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: background .3 ease-in-out;
}

.quick-bay:hover {
    background: #ffcd03;
}

.catalogue h5 {
    text-align: center;
    font-size: 26px;
    color: rgb(0, 204, 255);
    font-weight: 600;
}

.new-product {
    background: #31F723;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 3px;
    font-family: "open sans", sans-serif;
}

.catalogue h2 b {
    color: #4fc6d4;
}

.new-items .owl-carousel {
    width: 100%;
    max-width: 640px;
    margin: 10px auto 20px;
}

.new-season-product {
    background: #4fc6d4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 3px;
    font-family: "open sans", sans-serif;
}

.cta {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.cta h3 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.cta h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.cta h2 span {
    text-decoration: underline;
}

.cta .cta-p {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.cta form {
    margin-top: 40px;
}

.cta input[type="text"], .cta input[type="tel"] {
    border-radius: 0;
    padding: 20px 5px;
    margin-bottom: 15px;
}

.cta input[type="submit"] {
    border-radius: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0;
}

.cta input[type="submit"]:hover {
    background: #ffd000;
}

.why-us {
    padding: 50px 0 20px;
}

.why-us h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

.regular-text h4 {
    color: #D43E1B;
    font-family: "open sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.our-text h4 {
    color: #A3C94B;
    font-family: "open sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.why-us ul {
    padding-left: 18px;
}

.why-us li {
    line-height: 1.5;
    color: rgb(51, 51, 51);
    font-size: 1rem;
}

.why-us .checkers {
    position: relative;
}

.regular-text, .our-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.regular-text .checkers:before {
    background-image: url('../img/bad-min.png');
    content: '';
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -0px;
    top: -0px;
}

.our-text .checkers:before {
    background-image: url('../img/good-min.png');
    content: '';
    background-size: 65px 65px;
    width: 65px;
    height: 65px;
    position: absolute;
    left: -0px;
    top: -0px;
}

.defence {
    margin-top: 20px;
    padding-top: 30px;
    background: #FCF9FC url(../img/pt1.png) repeat;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.defence h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

.defence .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between
}

.defence .img-wrap {
    display: inline-block;
    border-radius: 5px;
    border: 4px solid rgb(191, 189, 191);
    margin-bottom: 10px;
}

.defence p {
    width: 100%;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.properties {
    padding: 30px 0 30px;
}

.properties h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

.parts-wrapper {
    flex-wrap: wrap;
}

.parts-wrapper img {
    display: block;
}

.left-part, .right-part {
    width: 50%;
    position: relative;
}

.left-part img {
    margin-left: auto;
}

.tip {
    position: absolute;
    color: rgb(119, 119, 119);
    font-size: 1.1rem;
}

.tip-l-1 {
    right: 194px;
    top: 52px;
}

.tip-l-2 {
    right: 276px;
    top: 119px;
}

.tip-l-3 {
    right: 276px;
    top: 250px;
}

.tip-l-4 {
    right: 265px;
    top: 378px;
}

.tip-r-1 {
    left: 194px;
    top: 33px;
}

.tip-r-2 {
    left: 270px;
    top: 114px;
}

.tip-r-3 {
    left: 285px;
    top: 251px;
}

.tip-r-4 {
    left: 270px;
    top: 374px;
}

.ours {
    padding: 30px 0 0;
    background: #FCF9FC url(../img/pt1.png) repeat;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.ours h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

.ours .img-wrap {
    display: inline-block;
    margin: auto;
    padding: 15px;
    border: 3px solid rgb(191, 189, 191);
    border-radius: 7px;
    margin-bottom: 40px;
}

.how {
    padding: 30px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.how h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

.how .item {
    align-items: center;
}

.how p {
    font-size: 1.1rem;
    color: #222;
    line-height: 1.5;
    margin-bottom: 0;
}

.how .step {
    font-weight: 700;
    color: #67B7B9;
}

.how .flex-column {
    justify-content: space-between;
    flex-wrap: wrap;
}

.how .quick-bay-btn {
    padding: 7px 40px;
    display: block;
    background: rgb(255, 166, 0);
    border-radius: 13px;
    width: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: background .3 ease-in-out;
    margin: 30px auto 0;
}

.how .quick-bay-btn:hover {
    background: #ffcd03;
}

.how .num-wrap {
    width: 100px;
}

.how .txt-wrap {
    width: calc(100% - 100px);
}

.testimonials {
    padding: 50px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.testimonials h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 3rem;
}

.video-container {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.review {
    margin-top: 50px;
}

.review .img-wrap {
    width: 240px;
    padding-right: 15px;
}

.review .txt-wrap {
    width: calc(100% - 240px);
    background: #EBF6EA;
    padding: 15px 40px 15px 15px;
    color: rgb(119, 119, 119);
}

.review .txt-wrap .author {
    text-align: right;
    color: rgb(124, 197, 118);
    font-family: "open sans", sans-serif;
    font-size: 1.15rem;
}

.catalogue-add h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
    color: rgb(86, 86, 86);
}

.catalogue-add .footer .footer-title {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.catalogue-add .footer p {
    color: rgb(34, 34, 34);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: underline;
}

.catalogue-add .price {
    color: rgb(178, 34, 34);
}

.how-we {
    padding: 30px 0 20px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.how-we h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: "open sans", sans-serif;
}

.little-cols .col-1, .little-cols .col-2 {
    padding: 3px;
}

.how-we p {
    font-size: 1.1rem;
}

.how-we img {
    margin: auto;
    display: block;
}

.how-we .container-fluid {
    max-width: 1400px;
}

.vertically-how {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.verticall-line {
    height: 60px;
    width: 12px;
}

.vertically-how p {
    margin-bottom: 0;
    margin-top: 15px;
}

.cta-bottom {
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.cta-bottom .wrapper {
    background: rgba(242, 242, 242, .85);
    border: 3px solid #fff;
    border-radius: 6px;
    padding: 40px 15px 10px;
    display: flex;
    flex-wrap: wrap;
}

.cta-bottom h3 {
    width: 100%;
    margin-bottom: 15px;
    font-family: "open sans", sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #111;
}

.cta-bottom h3 span {
    background: #FFB801;
    padding: 0px 2px;
    border: 2px solid #FFEE31;
    font-weight: 700;
    color: #fff;
    font-size: 35px;
}

.cta-bottom .img-wrap {
    border: 4px solid #fff;
    border-radius: 6px;
    display: inline-block;
}

.cta-bottom .form {
    color: #222;
    background: #fff;
    border-radius: 7px;
    width: 100%;
    padding: 20px;
}

.cta-bottom .form h4 {
    font-size: 26px;
    font-family: "open sans", sans-serif;
    font-weight: 700;
}

.cta-bottom input[type="text"], .cta-bottom input[type="tel"] {
    border-radius: 0;
    margin-bottom: 0;
}

.cta-bottom button[type="submit"] {
    border-radius: 19px;
}

.cta-bottom .form p {
    font-size: 22px;
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 15px;
}

.lats-question {
    padding: 40px 0 40px;
}

.lats-question h2 {
    font-size: 24px;
    color: #777;
    line-height: 2;
    margin: 0;
}

.lats-question h3 {
    font-size: 36px;
    color: #111;
    font-weight: 700;
    font-family: "open sans", sans-serif;
    margin: 2rem 0 2.5rem;
}

.lats-question .btn {
    padding: 7px 40px;
    display: block;
    background: rgb(255, 166, 0);
    border-radius: 13px;
    width: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: background .3 ease-in-out;
    margin: 30px auto 0;
}

.lats-question .btn:hover {
    background: #ffcd03;
}

footer {
    padding: 30px;
    border-bottom: 3px solid #E7E7E8;
    border-top: 3px solid #E7E7E8;
}

address {
    font-family: "open sans", sans-serif;
    color: #777;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}

.mail-link {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.politics-link {
    font-family: "open sans", sans-serif;
    color: #777;
    font-size: 20px;
    font-weight: 500;
}

footer a {
    font-size: 1.5rem;
    line-height: 1.1;
    color: rgb(34, 34, 34);
    transition: color .3s ease-in-out;
}

footer a:hover {
    text-decoration: none;
}

footer .btn {
    background-color: rgb(255, 166, 0);
    border-radius: 13px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 1;
    margin-top: 3px;
    transition: background-color .3s ease-in-out;
}

footer .btn:hover {
    background-color: #ffcd03;
}

.modal-content {
    border-radius: 10px;
    border: #e1e1e8 solid 4px;
}

.close span {
    background: #AEC6D2;
    border-radius: 50%;
    width: 32px;
    display: inline-block;
    color: #fff;
    font-weight: 100;
    font-size: 2rem;
}

.modal-title {
    color: #2c2c2c;
    font-size: 22px;
    font-family: "open sans", sans-serif;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .heading h2 {
        font-size: 2.1rem;
    }

    .heading h3 {
        font-size: 1.8rem;
    }

    .heading .h4 {
        font-size: 1.3rem;
    }

    .r-block .cta-text {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .r-block p {
        font-size: 19px
    }

    input[type="text"], input[type="tel"] {
        padding: 11px 15px;
    }

    input[type="submit"] {
        padding: 11px 0;
    }

    .timer {
        padding-top: 9px;
    }

    .r-block p {
        font-size: 18px;
        margin-bottom: .5rem;
        line-height: 1;
    }

    .benefits .row > div {
        padding: 30px 55px 10px;
    }

    .product-wrap .header p {
        font-size: 13px;
    }

    .product-wrap .header span {
        font-size: 17px
    }

    .product-wrap .footer p {
        font-size: .95rem;
    }

    .prices {
        font-size: 25px;
    }

    .cta h2 {
        font-size: 44px;
    }

    .tip {
        font-size: 1.05rem;
    }

    .tip-r-2 {
        left: 260px;
    }

    .how h2 {
        font-size: 32px;
    }

    .testimonials h2 {
        font-size: 32px;
    }

    .cta-bottom h3 {
        font-size: 21px;
    }

    .cta-bottom h3 span {
        font-size: 32px;
    }

    .politics-link {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .heading h2 {
        width: 100%;
        font-size: 2.1rem;
    }

    .heading h3 {
        width: 90%;
        font-size: 1.8rem;
    }

    .heading .h4 {
        width: 80%;
        font-size: 1.3rem;
    }

    .form-banner h3 {
        font-size: 19px;
        width: 83%;
    }

    .form-banner .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-banner .l-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .r-block {
        width: 60%;
    }

    .benefits {
        font-size: 15px
    }

    .benefits span {
        font-size: 23px;
    }

    .benefits .row > div {
        padding: 30px 20px 10px;
    }

    .cta h3 {
        font-size: 1.7rem;
    }

    .cta h2 {
        font-size: 33px;
    }

    .why-us h2 {
        font-size: 31px;
    }

    .defence p {
        font-size: 1.05rem;
    }

    .left-part, .right-part {
        width: 100%;
    }

    .how .num-wrap {
        width: 70px;
    }

    .how .txt-wrap {
        width: calc(100% - 70px);
    }

    .how h2 {
        font-size: 28px;
    }

    .testimonials h2 {
        font-size: 28px;
    }

    .review .img-wrap {
        width: 200px;
        padding-right: 15px;
    }

    .review .txt-wrap {
        width: calc(100% - 200px);
    }

    .cta-bottom .form {
        padding: 10px 20px;
    }

    .cta-bottom .form h4 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .cta-bottom .form p {
        font-size: 16px;
        line-height: 1.3;
    }

    .cta-bottom .quick-bay {
        font-size: 18px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .cta-bottom h3 {
        font-size: 19px;
    }

    .cta-bottom h3 span {
        font-size: 31px;
    }

    address {
        font-size: 16px;
    }

    .mail-link {
        font-size: 16px;
    }

    .politics-link {
        font-size: 13px;
    }

    footer a {
        font-size: 18px;
    }

    footer .btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header h1 {
        padding-left: 0;
        margin-top: 6px;
    }

    .heading h2 {
        width: 100%;
    }

    .heading h3 {
        width: 90%;
    }

    .heading .h4 {
        width: 80%;
    }

    .form-banner .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-banner .l-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .r-block {
        width: 100%;
    }

    .form-banner {
        margin: 15px 20px 0;
    }

    .form-banner h3 {
        font-size: 14px;
        width: 85%;
    }

    .form-banner:before {
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
    }

    .benefits {
        font-size: 16px;
    }

    .benefits span {
        font-size: 26px;
    }

    .benefits .row > div, .benefits .row > div:nth-child(2), .benefits .row > div:nth-child(5) {
        border: none;
    }

    .benefits .row > div:nth-child(-n+4) {
        border-bottom: 2px solid #C6C6C8;
    }

    .benefits .row > div:nth-child(2n) {
        border-left: 2px solid #C6C6C8;
    }

    .benefits .row > div {
        padding: 30px 30px 10px;
    }

    .prices {
        font-size: 24px;
    }

    .why-us h2 {
        font-size: 34px;
    }

    .our-text h4 {
        margin-top: 40px;
    }

    .defence h2 {
        font-size: 34px;
    }

    .left-part, .right-part {
        width: 100%;
    }

    .how .num-wrap {
        width: 60px;
    }

    .how .txt-wrap {
        width: calc(100% - 60px);
    }

    .how .col-sm-6 {
        padding: 5px;
    }

    .how p {
        font-size: .9rem;
    }

    .how .quick-bay-btn {
        padding: 7px 34px;
    }

    .how h2 {
        font-size: 24px;
    }

    .testimonials h2 {
        font-size: 24px;
    }

    .review .img-wrap {
        width: 160px;
        padding-right: 15px;
    }

    .review .img-wrap img {
        width: 200px;
        margin: auto;
        display: block;
    }

    .review .txt-wrap {
        width: calc(100% - 160px);
    }

    .review .txt-wrap {
        padding: 15px;
    }

    .cta-bottom h3 {
        line-height: 1.5;
    }

    .cta-bottom .form {
        margin-top: 20px;
    }

    .cta-bottom .wrapper {
        margin: 0 30px;
    }

    .lats-question h2 {
        font-size: 20px;
    }

    .lats-question h3 {
        font-size: 32px;
    }

    .politics-link {
        margin-top: 30px;
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    header .btn {
        font-size: 1.3rem;
        padding: 7px 12px;
    }

    .heading h2 {
        font-size: 1.8rem;
    }

    .heading h3 {
        font-size: 1.6rem;
    }

    .heading .h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    header h1 {
        font-size: .8rem;
    }

    header a {
        font-size: 1rem;
    }

    header .btn {
        font-size: .8rem;
        padding: 6px 10px;
    }

    .heading h2 {
        width: 100%;
        font-size: 1.2rem;
        padding: 8px;
    }

    .heading h3 {
        width: 95%;
        font-size: 1.1rem;
        padding: 6px;
    }

    .heading .h4 {
        width: 90%;
        font-size: 1rem;
        padding: 2px;
    }

    .benefits {
        font-size: 13px;
    }

    .benefits span {
        font-size: 20px;
    }

    .benefits .row > div {
        padding: 20px 20px 10px;
    }

    .cta h2 {
        font-size: 1.5rem;
    }

    .cta h2 {
        font-size: 29px
    }

    .cta .cta-p {
        font-size: 16px;
    }

    .cta form {
        margin-top: 20px;
    }

    .why-us h2 {
        font-size: 28px;
    }

    .defence h2 {
        font-size: 29px;
    }

    .parts-wrapper img {
        width: 200px;
    }

    .tip {
        font-size: 1rem;
        line-height: 1.5;
    }

    .tip-l-1 {
        right: 176px;
        top: 43px;
    }

    .tip-l-2 {
        right: 220px;
        top: 96px;
    }

    .tip-l-3 {
        right: 218px;
        top: 205px;
    }

    .tip-l-4 {
        right: 210px;
        top: 314px;
    }

    .tip-r-1 {
        left: 159px;
        top: 24px;
    }

    .tip-r-2 {
        left: 220px;
        top: 93px;
    }

    .tip-r-3 {
        left: 225px;
        top: 207px;
    }

    .tip-r-4 {
        left: 221px;
        top: 308px;
    }

    .parts-wrapper {
        padding: 0;
    }

    .how .txt-wrap {
        width: 100%;
    }

    .how p {
        line-height: 1.2;
        font-size: .8rem;
    }

    .review .img-wrap {
        width: 100%;
        padding: 0 85px;
    }

    .review .txt-wrap {
        width: 100%;
    }

    .review {
        flex-wrap: wrap;
    }

    .catalogue-add h2 {
        font-size: 24px;
    }

    .lats-question h3 {
        font-size: 26px;
    }

    .lats-question .btn {
        padding: 7px 10px;
        font-size: 17px;
    }

    .lats-question h2 {
        line-height: 1.5;
    }

    .mail-link {
        display: inline-block;
        margin-bottom: 20px;
    }

}
.regular-timer {
    min-height: 77px;
}
@media (max-width: 490px) {
    .form-banner {
        margin: 15px 0px 0;
        padding: 0 15px 10px;
    }

    .arrow-el:after {
        background-size: 41px 74px;
        width: 41px;
        right: -49px;
    }

    .little-timer {
        display: block;
    }

    .regular-timer {
        display: none;
    }

    .r-block {
        padding: 20px 15px 5px
    }

    .timer p {
        font-size: 17px;
    }

    input[type="submit"] {
        font-size: 23px;
    }

    .r-block p {
        font-size: 15px;
    }

    .r-block .cta-text {
        font-size: 23px;
    }

    .form-banner h3 {
        font-size: 11px;
        width: 81%;
    }

    .product-wrap .header p {
        font-size: 14px;
    }

    .defence p {
        font-size: 0.8rem;
    }

    .parts-wrapper img {
        width: 160px;
    }

    .tip {
        font-size: .85rem;
        line-height: 1.3;
    }

    .tip-l-1 {
        right: 131px;
        top: 36px;
    }

    .tip-l-2 {
        right: 175px;
        top: 81px;
    }

    .tip-l-3 {
        right: 177px;
        top: 167px;
    }

    .tip-l-4 {
        right: 171px;
        top: 252px;
    }

    .tip-r-1 {
        left: 126px;
        top: 20px;
    }

    .tip-r-2 {
        left: 179px;
        top: 78px;
    }

    .tip-r-3 {
        left: 179px;
        top: 169px;
    }

    .tip-r-4 {
        left: 179px;
        top: 246px;
    }

    .ours .img-wrap {
        padding: 10px
    }

    .how .num-wrap {
        display: none;
    }

    .cta-bottom .wrapper {
        padding: 15px 0 10px;
    }

    .cta-bottom button[type="submit"] {
        font-size: 20px;
    }

    .cta-bottom .form h4 {
        font-size: 24px;
    }

    .cta-bottom .form p {
        font-size: 19px;
    }

    .cta-bottom h3 {
        font-size: 20px;
    }

    .cta-bottom h3 span {
        font-size: 28px;
    }

    .cta-bottom .form {
        padding: 15px;
    }
}

@media (max-width: 370px) {
    header h1 {
        font-size: .8rem;
        margin-top: 0;
    }

    header a {
        font-size: .8rem;
    }

    header .btn {
        font-size: .7rem;
        padding: 4px 5px;
    }

    .heading h2 {
        font-size: 1rem;
        padding: 8px 4px;
    }

    .heading h3 {
        font-size: 1rem;
    }

    .heading .h4 {
        font-size: 1rem;
    }

    .benefits {
        font-size: 12px;
    }

    .benefits span {
        font-size: 18px;
    }

    .benefits .row > div {
        padding: 15px 15px 5px;
    }

    .product-wrap .footer p {
        font-size: .9rem;
    }

    .product-wrap .header p {
        font-size: 11px;
    }

    .product-wrap .header span {
        font-size: 16px;
    }

    .cta h3 {
        font-size: 1.3rem;
    }

    .cta h2 {
        font-size: 26px;
    }

    .cta .cta-p {
        font-size: 14px;
    }

    .why-us h2 {
        font-size: 23px;
    }

    .defence h2 {
        font-size: 23px;
    }

    .defence p {
        font-size: 0.65rem;
    }

    .parts-wrapper img {
        width: 140px;
    }

    .tip {
        font-size: .85rem;
        line-height: 1.3;
    }

    .tip-l-1 {
        right: 117px;
        top: 31px;
    }

    .tip-l-2 {
        right: 152px;
        top: 68px;
    }

    .tip-l-3 {
        right: 152px;
        top: 146px;
    }

    .tip-l-4 {
        right: 152px;
        top: 219px;
    }

    .tip-r-1 {
        left: 113px;
        top: 16px;
    }

    .tip-r-2 {
        left: 145px;
        top: 65px;
    }

    .tip-r-3 {
        left: 155px;
        top: 145px;
    }

    .tip-r-4 {
        left: 155px;
        top: 217px;
    }

    .catalogue-add h2 {
        font-size: 20px;
    }

    .cta-bottom button[type="submit"] {
        font-size: 16px;
    }

    .cta-bottom .form h4 {
        font-size: 20px;
    }

    .cta-bottom .form p {
        font-size: 16px;
    }

    .cta-bottom input[type="text"], .cta-bottom input[type="tel"] {
        font-size: 14px;
    }

    .cta-bottom h3 {
        font-size: 1rem;
    }

    .cta-bottom h3 span {
        font-size: 21px;
    }

    .lats-question .btn {
        font-size: 14px;
    }

    .lats-question h3 {
        font-size: 23px;
    }

    address {
        font-size: 16px;
    }

    .mail-link {
        font-size: 16px;
    }

    footer a {
        font-size: 18px;
    }

    footer .btn {
        font-size: 18px;
    }

    .politics-link {
        font-size: 16px;
    }
}

.js__image-main {
    width: 100%;
    margin: 15px 0px;
    text-align: center;
    padding: 5px;
}

.js__image-main img {
    max-width: 100%;
}