﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #666;
}

a {
    color: #205174;
}

h2 {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
}

h4 {
    line-height: 1.5;
}

button, input, optgroup, select, textarea {
    font-family: 'Roboto', sans-serif;
}

button {
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    padding: 8px 32px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    button:focus {
        outline: none;
    }

.button-text {
    margin-top: 5px;
    font-size: 12px;
}

    .button-text a {
        color: #ccc;
    }

        .button-text a:hover {
            text-decoration: underline;
        }

.clr {
    clear: both;
}

.blockquote {
    margin-bottom: 0;
    border: 0;
}

.form-control {
    font-weight: 300;
    border-radius: 3px;
}

    .form-control:focus {
        border-color: #205174;
    }

.form-control-feedback {
    display: none;
}

textarea {
    resize: none;
}

label {
    margin-bottom: .2rem;
}

.btn {
    min-width: 250px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 32px;
    outline: none;
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    text-transform: uppercase;
    line-height: inherit;
}

    .btn:focus {
        color: #fff;
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
    }

    .btn:active {
        color: #fff;
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
        box-shadow: 0 5px 10px rgba(0,0,0,.4);
    }

.btn-primary {
    background-color: #26628c;
    border: #26628c;
}

    .btn-primary:hover {
        background-color: #205174;
        border: #205174;
    }

    .btn-primary:disabled {
        background-color: #26628c;
        border: #26628c;
    }

a {
    transition: color .25s;
}

    a:hover, a:focus {
        text-decoration: none;
    }

.line-through {
    text-decoration: line-through;
}

.navbar {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

    .navbar .navbar-brand {
        font-weight: 500;
        line-height: 2;
    }

        .navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus, .navbar .navbar-brand:active {
            color: #14486d;
        }

            .navbar .navbar-brand img {
                margin-right: 10px;
                vertical-align: top;
            }

    .navbar .navbar-nav a {
        color: #666;
        font-weight: 500;
        text-transform: uppercase;
    }

    .navbar .navbar-toggler {
        margin-top: .25rem;
    }

    .navbar .navbar-toggler-right {
        right: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: .5em .8em;
    }

        .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:active {
            color: #205174;
        }

.navbar-text {
    text-align: right;
    padding: 0;
    width: 100%;
    font-weight: 400;
}

.mobile-contact {
    display: none;
}

.product-header {
    background: #F4F4F4 url(../../i/lp/bg1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 64px;
}

    .product-header .holder {
        max-width: 1000px;
        margin: 0 auto;
    }

    .product-header h1 {
        font-weight: 300;
        color: #205174;
    }

    .product-header h2 {
        margin-bottom: 2.8rem;
    }

    .product-header ul {
        margin-bottom: 40px;
        padding-left: 20px;
        list-style: none;
        line-height: 1.7;
    }

        .product-header ul li {
            padding: 4px 0;
        }

            .product-header ul li:before {
                content: '✓';
                margin-right: 10px;
                font-weight: 600;
                color: #000;
            }

    .product-header .col-md-6 {
        padding: 40px 10px 30px;
    }

        .product-header .col-md-6.right-blue {
            background: #205174;
            color: #fff;
            padding-left: 30px;
            padding-right: 30px;
        }

    .product-header.thank-you {
        padding: 65px 0 90px;
    }

        .product-header.thank-you h2 {
            text-align: center;
            margin-bottom: 1.8rem;
        }

        .product-header.thank-you table {
            margin: 0 auto;
        }

        .product-header.thank-you table th {
            font-weight: 500;
            padding-right: 15px;
        }

        .product-header.thank-you img {
            margin: 40px 0 0;
            max-width: 460px;
            width: 100%;
        }

.blue-block {
    padding: 25px 0;
    background-color: #205174;
    color: #fff;
}

    .blue-block .price-block {
        text-align: center;
        font-weight: 400;
    }

        .blue-block .price-block .margin {
            display: inline-block;
            margin-left: 15px;
        }

    .blue-block .badges {
        text-align: center;
    }

        .blue-block .badges img {
            max-width: 90px;
            height: auto;
            margin: 10px;
        }

    .blue-block.bottom .price-block {
        font-size: 1.2em;
    }

    .blue-block.bottom .badges img {
        opacity: .7;
        transition: opacity .3s;
    }

        .blue-block.bottom .badges img:hover {
            opacity: 1;
        }

.gray-block {
    padding: 25px 25px 35px;
    background-color: #e0e0e0;
    color: #fff;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .1);
}

    .gray-block h3 {
        margin-bottom: 30px;
        font-weight: 400;
        color: #535353;
        text-align: center;
    }

    .gray-block .logos-slider {
        height: 80px;
        visibility: hidden;
    }

        .gray-block .logos-slider.slick-initialized {
            visibility: visible;
        }

    .gray-block .slick-slide {
        position: relative;
        width: 120px;
        height: 70px;
    }

    .gray-block .logos-slider img {
        max-height: 100%;
        max-width: 160px;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.slick-slide {
    outline: none;
}

.slick-next, .slick-prev {
    top: 30%;
    width: 36px;
    height: 36px;
}

.slick-prev {
    left: -36px;
}

.slick-next {
    right: -36px;
}

    .slick-next:before, .slick-prev:before {
        font-size: 36px;
        line-height: 1;
    }

.testimonial-block {
    background: #F4F4F4 url(../../i/lp/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .1);
}

    .testimonial-block .top-testimonial {
        max-width: 700px;
        margin: 0 auto;
    }

    .testimonial-block .rating {
        max-width: 450px;
        margin: 0 auto;
    }

        .testimonial-block .rating > div {
            float: left;
        }

        .testimonial-block .rating .stars {
            margin-right: 15px;
        }

        .testimonial-block .rating .text {
            line-height: 39px;
        }

    .testimonial-block .top-testimonial {
        margin-top: 15px;
        text-align: justify;
        font-style: italic;
    }

        .testimonial-block .top-testimonial .blockquote {
            line-height: 30px;
            padding: .5rem 0;
        }

        .testimonial-block .top-testimonial .quotation {
            padding: 0 10px;
            font-size: 54px;
            vertical-align: middle;
        }

        .testimonial-block .top-testimonial .author {
            text-align: right;
            color: #000;
            font-weight: 400;
        }

            .testimonial-block .top-testimonial .author:before {
                content: "\2014 \2009";
            }

.about-4team-block {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    color: #fff;
}

    .about-4team-block .container {
        padding: 30px 45px;
        max-width: 800px;
    }

    .about-4team-block h3 {
        margin: 0;
        line-height: 1.5;
        font-weight: 300;
        padding: 16px;
        text-align: center;
    }

    .about-4team-block .text {
        padding: 16px 0;
        text-align: justify;
        font-weight: 300;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-4team-block .certificates > div {
    min-width: 92px;
    height: 86px;
    margin: 16px 22px;
    vertical-align: top;
    display: inline-block;
}

.about-4team-block .certificates svg {
    opacity: .7;
    transition: opacity .3s;
}

.about-4team-block .certificates div svg:hover {
    opacity: 1;
}

.about-4team-block .certificates .ms {
    padding-top: 13px;
}

.icon-ms-gold-partner {
    width: 127px;
    height: 58px;
    fill: #fff;
}

.norton-logo {
    vertical-align: middle;
    height: 78px;
    width: 144px;
    fill: #fff;
}

.icon-five-star-chat {
    height: 86px;
    width: 92px;
    fill: #fff;
}

.jq-ry-container {
    position: relative;
    padding: 0 4px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .jq-ry-container[readonly="readonly"] {
        cursor: default;
    }

    .jq-ry-container > .jq-ry-group-wrapper {
        position: relative;
        width: 100%;
    }

        .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
            position: relative;
            line-height: 0;
            z-index: 10;
            white-space: nowrap;
        }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
                display: inline-block;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
                width: 100%;
            }

            .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
                width: 0;
                z-index: 11;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }

.buttons {
    max-width: 650px;
    margin: 5px auto 30px;
}

    .buttons > div {
        margin: 25px 0 0;
        text-align: center;
    }

    .buttons .button-text {
        margin-top: 5px;
        font-size: 12px;
    }

        .buttons .button-text a {
            color: #ccc;
        }

            .buttons .button-text a:hover, .buttons .button-text a:focus, .buttons .button-text a:active {
                color: #ccc;
                text-decoration: underline;
            }

.features-block {
    padding: 65px 0 35px;
}

    .features-block h1, .features-block h2 {
        text-align: center;
        font-weight: 300;
    }

    .features-block h2 {
        margin-bottom: 55px;
    }

    .features-block .feature {
        margin: 10px 0;
    }

        .features-block .feature.inverse .img {
            float: right;
        }

        .features-block .feature > div {
            float: left;
            padding: 25px;
        }

        .features-block .feature .img {
            text-align: center;
        }

            .features-block .feature .img img {
                max-width: 391px;
                width: 100%;
                height: auto;
            }

        .features-block .feature .text {
            padding-top: 40px;
        }

            .features-block .feature .text h4 {
                margin-bottom: 20px;
                font-size: 1.2rem;
                font-weight: 400;
            }

            .features-block .feature .text p {
                text-align: justify;
            }

.info-block {
    padding: 30px 0;
    background: #F4F4F4 url(../../i/lp/bg2.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .1);
}

    .info-block.icons {
        text-align: center;
    }

        .info-block.icons .container > a {
            position: relative;
            display: inline-block;
            padding: 15px 60px;
            text-transform: uppercase;
            font-weight: 400;
        }

            .info-block.icons .container > a:hover, .info-block.icons .container > a:focus {
                color: #14486d;
            }

            .info-block.icons .container > a img {
                max-width: 100px;
                margin-bottom: 7px;
                transition: all .25s;
            }

            .info-block.icons .container > a:hover img {
                transform: scale(1.1);
            }

    .info-block.requirements {
        padding: 15px 0 20px;
        opacity: .8;
        font-size: .85rem;
    }

        .info-block.requirements .holder {
            max-width: 400px;
            margin: 0 auto;
        }

        .info-block.requirements h4 {
            margin: 23px 0 15px;
            font-size: 1.1rem;
            font-weight: 400;
        }

        .info-block.requirements p {
            margin-left: 30px;
        }

.footer .social {
    background-color: #205174;
}

    .footer .social .container {
        padding: 48px;
    }

        .footer .social .container > div {
            display: inline-block;
        }

    .footer .social .social-buttons svg {
        width: 32px;
        height: 32px;
        margin: 0 8px;
        vertical-align: middle;
    }

    .footer .social .social-buttons .circle {
        fill: #fff;
    }

    .footer .social .social-buttons .inner {
        fill: #205174;
    }

    .footer .social .social-buttons .circle, .footer .social .social-buttons .inner {
        transition: fill .25s;
    }

    .footer .social .social-buttons a:hover .inner {
        fill: #fff;
    }

    .footer .social .social-buttons a:hover .fb .circle {
        fill: #3b5998;
    }

    .footer .social .social-buttons a:hover .gp .circle {
        fill: #d95032;
    }

    .footer .social .social-buttons a:hover .tw .circle {
        fill: #55acee;
    }

    .footer .social .social-buttons a:hover .em .circle {
        fill: #f5c366;
    }

    .footer .social .menu {
        padding: 0 40px;
    }

        .footer .social .menu a {
            padding: 9px 10px;
            display: inline-block;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
        }

            .footer .social .menu a:hover, .footer .social .menu a:focus {
                color: #a9c4ef;
            }

    .footer .social .pinpoint {
        float: right;
    }

        .footer .social .pinpoint a {
            color: #fff;
        }

        .footer .social .pinpoint svg {
            width: 40px;
            height: 40px;
            fill: #fff;
            transition: fill .25s;
        }

        .footer .social .pinpoint .text {
            display: inline-block;
            padding-left: 16px;
            font-size: 14px;
            width: 152px;
            font-weight: 500;
            vertical-align: top;
        }

        .footer .social .pinpoint a:hover svg, .footer .social .pinpoint a:focus svg {
            fill: #a9c4ef;
        }

        .footer .social .pinpoint a:hover, .footer .social .pinpoint a:focus {
            color: #a9c4ef;
        }

.contacts {
    background-color: #e0e0e0;
    color: #535353;
    font-size: 16px;
}

    .contacts .container {
        padding: 64px;
    }

    .contacts table th, .contacts table td {
        padding: 0;
        border: 0;
    }

    .contacts table th {
        font-size: 20px;
        font-weight: 400;
        min-width: 100px;
    }

    .contacts .container > div {
        display: inline-block;
        vertical-align: top;
    }

    .contacts .container .footer-logo .addthis-footer {
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        width: 96px;
        height: 21px;
        bottom: -20px;
        left: 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .contacts .container .footer-logo:hover .addthis-footer {
        visibility: visible;
        opacity: 1;
    }

    .contacts .container .footer-logo .addthis-footer a span, .contacts .container .footer-logo .addthis-footer a svg {
        width: 24px !important;
        height: 24px !important;
    }

    .contacts .container .footer-logo > a svg {
        width: 96px;
        fill: #9f9f9f;
        vertical-align: top;
    }

    .contacts .container .footer-logo svg .gray {
        fill: #757575;
    }

    .contacts .container .footer-logo svg .green {
        transition: fill .1s linear 0s;
    }

    .contacts .container .footer-logo svg:hover .green {
        fill: #54b846;
    }

    .contacts .container .footer-logo svg .yellow {
        transition: fill .1s linear .1s;
    }

    .contacts .container .footer-logo svg:hover .yellow {
        fill: #ffd938;
    }

    .contacts .container .footer-logo svg .blue {
        transition: fill .1s linear .2s;
    }

    .contacts .container .footer-logo svg:hover .blue {
        fill: #8bb8e2;
    }

    .contacts .container .footer-logo svg .red {
        transition: fill .1s linear .3s
    }

    .contacts .container .footer-logo svg:hover .red {
        fill: #ee6c4a;
    }

.address {
    padding: 0 32px;
    margin-top: -4px;
}

    .address a {
        color: #535353;
        font-size: 20px;
    }

.copyright {
    background-color: #e0e0e0;
    border-top: 1px solid #d8d8d8;
}

    .copyright .container {
        padding: 0;
    }

    .copyright .language-terms {
        font-size: 14px;
        font-weight: 700;
        float: right;
        padding: 0 48px;
    }

        .copyright .language-terms > div {
            padding: 25px 0;
            line-height: 1;
            float: left;
        }

    .copyright .terms div {
        display: inline-block;
        padding-right: 40px;
    }

        .copyright .terms div a {
            font-weight: 500;
        }

    .copyright .copyright-text {
        padding: 23px 48px;
        color: grey;
        font-size: 12px;
    }

.modal, .modal-open {
    padding-right: 0px !important;
}

.modal-header {
    background: #205174;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        font-weight: 400;
    }

.address-block {
    padding-top: 20px;
}

    .address-block > div {
        float: left;
        padding: 0 10px;
    }

        .address-block > div:first-child {
            padding-left: 5px;
        }

    .address-block svg {
        width: 94px;
    }

.padding-top-10 {
    padding-top: 10px;
}

.form-success {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product-header.thank-you {
        padding: 50px 0 80px;
    }

    .footer .social .container, .contacts .container {
        padding: 40px 25px;
    }

    .footer .social .menu {
        padding: 0 0 0 20px;
    }

    .copyright .copyright-text {
        padding: 23px 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .container {
        width: 100%;
    }

    .footer .social .container, .contacts .container {
        padding: 40px 15px;
    }

    .footer .social .social-buttons {
        margin-left: -7px;
    }

    .copyright .copyright-text {
        padding: 23px 20px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        line-height: 1.3;
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    .product-header {
        margin-top: 57px;
    }

        .product-header .col-md-6.left-white {
            padding: 30px 15px 20px;
        }

        .product-header .col-md-6.right-blue {
            padding: 30px 15px 35px;
        }

        .product-header button {
            width: 100%;
        }

        .product-header .hidden-md-up button {
            margin-bottom: 20px;
        }

    .about-4team-block .container {
        padding: 10px 20px;
    }

    .navbar {
        padding: .3rem 1rem;
    }

        .navbar .navbar-nav {
            margin-top: 15px;
        }

            .navbar .navbar-nav .nav-link {
                padding: .6em .8em .6em .2em;
                font-weight: 500;
            }

    .navbar-text {
        display: block;
        float: right;
        width: auto;
        line-height: 3;
    }

        .navbar-text > div {
            display: none;
        }

    .mobile-contact {
        display: inline-block !important;
    }

    .features-block .feature .text {
        padding-top: 5px;
    }

    .gray-block {
        padding: 25px 0 35px;
    }

    .info-block.icons .container > a {
        padding: 15px 40px;
    }

        .info-block.icons .container > a img {
            max-width: 80px;
        }

    .footer .social .container, .contacts .container {
        padding: 25px 20px;
    }

        .footer .social .container > div {
            display: block;
        }

    .footer .social .menu {
        margin-top: 25px;
        padding: 0;
    }

        .footer .social .menu a {
            display: block;
            padding-left: 0;
        }

    .pinpoint {
        display: none !important;
    }

    .phones {
        margin-top: 25px;
        padding: 0;
    }

    .copyright .language-terms {
        width: 100%;
        float: none;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 20px;
    }

        .copyright .language-terms > div {
            float: none;
        }
}

@media screen and (max-width: 540px) {
    .product-header ul {
        padding-left: 5px;
    }

    .product-header.thank-you {
        padding: 30px 0 60px;
    }

        .product-header.thank-you img {
            max-width: 90%;
        }

    .info-block.icons .container > a {
        padding: 15px 30px;
    }

    .testimonial-block .rating .text, .testimonial-block .rating .stars {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .testimonial-block .top-testimonial .quotation {
        padding: 0 3px;
        font-size: 30px;
    }

    .btn {
        min-width: 280px !important;
        padding: 10px 32px;
    }
}

@media screen and (max-width: 480px) {
    .info-block.icons .container > a {
        padding: 15px 60px;
    }

        .info-block.icons .container > a img {
            max-width: 100px;
        }

    .address {
        padding-right: 0;
    }

    #uvTabLabel {
        display: none !important;
    }

    .navbar-text {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .navbar .navbar-brand {
        line-height: 2.5;
        font-size: 1.05rem;
    }

    .footer .social .container, .contacts .container {
        padding: 25px 15px;
    }

    .address {
        padding-left: 15px;
    }

    .btn {
        min-width: 250px !important;
    }

    .address-block svg {
        width: 60px;
    }
}

@media screen and (max-width: 340px) {
    .footer-logo {
        padding-right: 30px;
    }

    .address {
        margin-top: 15px;
        padding-left: 0;
    }
}

.fb-like  iframe, .fblike iframe {min-width:135px !important;}