﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #666;
}

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;
    }

.clr {
    clear: both;
}

.blockquote {
    margin-bottom: 0;
    border: 0;
}

.form-control {
    font-weight: 300;
    border-radius: 3px;
}

.form-control-feedback {
    display: none;
}

textarea {
    resize: none;
}

label {
    margin-bottom: .2rem;
}

.btn {
    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);
    }

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: #0275d8;
        }

            .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: #2C81D6;
        }

.navbar-text {
    text-align: right;
    padding: 0;
    width: 100%;
    font-weight: 400;
}

.product-header {
    background: #F4F4F4 url(../../i/lp/bg1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 64px;
    padding: 40px 0;
}

    .product-header .holder {
        max-width: 800px;
        margin: 0 auto;
    }

    .product-header h1 {
        font-size: 1.8rem;
        font-weight: 300;
    }

        .product-header h1 span {
            font-weight: 400;
            color: #2C81D6;
        }

    .product-header ul {
        margin-top: 25px;
        padding-left: 18px;
        list-style-type: disc;
        line-height: 1.7;
    }

        .product-header ul li {
            padding-left: 10px;
        }

    .product-header .buttons {
        margin: 5px auto 0;
    }

        .product-header .buttons .col-md-6 {
            padding: 0;
        }

        .product-header .buttons .button-text a {
            color: #2C81D6;
        }

            .product-header .buttons .button-text a:hover, .product-header .buttons .button-text a:focus, .product-header .buttons .button-text a:active {
                color: #2C81D6;
            }

.download-block {
    background: #F4F4F4 url(../../i/lp/bg1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 64px;
    padding: 55px 0 35px;
}

    .download-block .holder {
        max-width: 900px;
        margin: 0 auto;
    }

    .download-block h1 {
        font-size: 1.8rem;
        font-weight: 300;
    }

        .download-block h1 span {
            font-weight: 400;
            color: #2C81D6;
        }

    .download-block .btn {
        width: 90%;
    }

.blue-block {
    padding: 35px 0 25px;
    background-color: #2C81D6;
    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.outlook-bg {
        background-image: url(../../i/lp/outlook-bg.png);
        background-repeat: no-repeat;
        background-position: bottom right 8%;
    }

    .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;
        }

.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: 680px;
        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: center;
        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 {
            color: #000;
            font-weight: 400;
        }

            .testimonial-block .top-testimonial .author:before {
                content: "\2014 \2009";
            }

.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 .btn {
        min-width: 250px;
    }

    .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: 35px 0;
}

    .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: #0275d8;
            }

            .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;
        }

.requirements-block {
    padding: 40px 0 25px;
    background-color: #e0e0e0;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .1);
}

    .requirements-block .holder {
        max-width: 900px;
        margin: 0 auto;
    }

    .requirements-block ul li, .requirements-block ul li {
        font-size: 15px;
    }

    .requirements-block b {
        font-weight: 500;
    }

.footer .social {
    background-color: #2C81D6;
}

    .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: #2C81D6;
    }

    .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: #2C81D6;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        font-weight: 400;
    }

.support-buttons {
    position: absolute;
    right: 64px;
    bottom: 80px;
    z-index: 30;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition: top 1s ease-in-out;
    -o-transition: top 1s ease-in-out;
    transition: top 1s ease-in-out;
}

    .support-buttons.scroll-down {
        position: absolute;
        bottom: auto;
    }

    .support-buttons.scroll-up {
        position: fixed;
        bottom: 80px;
    }

    .support-buttons > div {
        position: relative;
    }

    .support-buttons a {
        color: #000000;
    }

    .support-buttons .support-icon-main {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        right: 12px;
        bottom: 12px;
        opacity: 0;
    }

    .support-buttons .icon-close {
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        position: absolute;
        right: 16px;
        bottom: 16px;
        opacity: 1;
    }

.support-button {
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px;
    border-radius: 160px;
    display: inline-block;
    padding: 12px;
    position: absolute;
    cursor: pointer;
}

    .support-button:hover .popout-text {
        visibility: visible;
        opacity: 1;
    }

        .support-button:hover .popout-text.text-main2 {
            visibility: hidden;
            opacity: 0;
        }

.support-buttons .support-button:focus,
.support-buttons .support-button:active,
.support-button {
    -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
}

.buttons-hidden .support-button-main, .buttons-hidden-hover .support-button-main {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

    .buttons-hidden .support-button-main .support-icon-main, .buttons-hidden-hover .support-button-main .support-icon-main {
        opacity: 1;
    }

    .buttons-hidden .support-button-main .icon-close, .buttons-hidden-hover .support-button-main .icon-close {
        opacity: 0;
    }

.buttons-hidden .support-button-call,
.buttons-hidden .support-button-chat,
.buttons-hidden .support-button-mail,
.buttons-hidden .support-button-feedback, .buttons-hidden-hover .support-button-call,
.buttons-hidden-hover .support-button-chat,
.buttons-hidden-hover .support-button-mail,
.buttons-hidden-hover .support-button-feedback {
    bottom: 8px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.buttons-hidden .popout-text.help-close, .buttons-hidden-hover .popout-text.help-close {
    display: none;
}

.buttons-hidden .popout-text.help-open, .buttons-hidden-hover .popout-text.help-open {
    display: block;
}

.support-button-main {
    width: 64px;
    height: 64px;
    z-index: 19;
    right: 0;
    bottom: 0;
    background-color: #EA4130;
}

    .support-button-main:hover {
        background-color: #ba2012;
    }

    .support-button-main.show-caption .text-main2 {
        visibility: visible;
        opacity: 1;
    }

.support-button-mail {
    z-index: 18;
    bottom: 80px;
    background-color: #FFC400;
}

    .support-button-mail:hover {
        background-color: #FFA000;
    }

.support-button-chat {
    z-index: 17;
    bottom: 144px;
    background-color: #249FBD;
}

    .support-button-chat:hover {
        background-color: #196f84;
    }

.support-button-call {
    z-index: 16;
    bottom: 208px;
    background-color: #594165;
}

    .support-button-call:hover {
        background-color: #44304F;
    }

.support-button-feedback {
    z-index: 15;
    bottom: 272px;
    background-color: #F47935;
}

    .support-button-feedback:hover {
        background-color: #E35C13;
    }

.support-button-call, .support-button-chat,
.support-button-mail, .support-button-feedback {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 48px;
    height: 48px;
    right: 8px;
}

.icon-close {
    width: 32px;
    height: 32px;
    display: inline-block;
    fill: #fff;
}

.support-buttons .icon-close {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    position: absolute;
    right: 16px;
    bottom: 16px;
    opacity: 1;
}

.popout-text {
    position: absolute;
    bottom: 16px;
    right: 80px;
    white-space: nowrap;
    padding: 2px 8px;
    -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #FFFFFF;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
}

    .popout-text.text-main1, .popout-text.text-main2 {
        bottom: 20px;
    }

    .popout-text.text-mail, .popout-text.text-chat, .popout-text.text-call {
        bottom: 12px;
    }

    .popout-text.underlined {
        text-decoration: underline;
    }

    .popout-text.help-open {
        display: none;
    }

.form-success {
    display: none;
}

@media screen and (min-width: 1264px) {
    .support-buttons {
        right: calc(50% - 626px);
    }
}

@media screen and (max-width: 1199px) {
    .footer .social .container, .contacts .container {
        padding: 40px 25px;
    }

    .footer .social .menu {
        padding: 0 0 0 20px;
    }

    .pinpoint {
        display: none !important;
    }

    .copyright .copyright-text {
        padding: 23px 20px;
    }
}

@media screen and (max-width: 991px) {
    .navbar .container {
        width: 100%;
    }

    .blue-block.outlook-bg {
        background-image: none;
    }

    .product-header ul li {
        padding-left: 5px;
    }

    .download-block .btn {
        width: 100%;
    }

    .footer .social .container, .contacts .container {
        padding: 40px 15px;
    }

        .footer .social .container > div {
            display: block;
        }

    .footer .social .social-buttons {
        margin-left: -7px;
    }

    .footer .social .menu {
        margin-top: 25px;
        padding: 0;
    }

        .footer .social .menu a {
            display: block;
            padding-left: 0;
        }

    .support-buttons {
        right: 32px;
        bottom: 32px;
    }

    .copyright .copyright-text {
        padding: 23px 20px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        line-height: 1.3;
        font-size: 1.5rem;
    }

    h4 {
        line-height: 1.3;
    }

    .product-header {
        padding: 30px 0;
    }

    .product-header, .download-block {
        margin-top: 58px;
    }

    .download-block {
        padding: 35px 0 20px;
    }

        .download-block .btn {
            max-width: 260px;
        }

        .download-block .col-md-8 {
            margin-top: 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;
        }

    .features-block .feature .text {
        padding-top: 5px;
    }

    .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;
    }

    .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;
        }

    .support-buttons {
        position: fixed;
    }

        .support-buttons.scroll-up {
            bottom: 32px;
        }

    .support-button.support-button-mail .popout-text, .support-button.support-button-call .popout-text, .support-button.support-button-chat .popout-text, .support-button.support-button-feedback .popout-text {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .buttons-hidden .support-button-call .popout-text,
    .buttons-hidden .support-button-chat .popout-text,
    .buttons-hidden .support-button-mail .popout-text,
    .buttons-hidden .support-button-feedback .popout-text, .buttons-hidden-hover .support-button-call .popout-text,
    .buttons-hidden-hover .support-button-chat .popout-text,
    .buttons-hidden-hover .support-button-mail .popout-text,
    .buttons-hidden-hover .support-button-feedback .popout-text {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .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) {
    .product-header h1 {
        font-size: 1.3rem;
    }

    .product-header ul li {
        padding-left: 0;
    }

    .download-block .btn {
        max-width: none;
    }

    .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) {
    .footer .social .container, .contacts .container {
        padding: 25px 15px;
    }

    .address {
        padding-left: 15px;
    }

    .btn {
        min-width: 260px !important;
    }
}

@media screen and (max-width: 340px) {
    .footer-logo {
        padding-right: 30px;
    }

    .address {
        margin-top: 15px;
        padding-left: 0;
    }
}
