@charset "UTF-8";
/* reset style */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

input, textarea {
    margin: 0;
    border: 0;
}

textarea {
    resize: none;
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

a {
    text-decoration: none;
    display: inline-block;
    text-decoration-skip-ink: none;
}

img {
    display: inline-block;
    max-width: 100%;
    border: 0;
}

ul, ol {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button {
    outline: 0;
}

*:focus {
    outline: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

.text-left {
    text-align: left;
}

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

.hidden {
    display: none;
}

.visible {
    display: block;
}

.transform-uppercase {
    text-transform: uppercase;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.33%;
}

.w100 {
    width: 100%;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* main style */
body {
    opacity: 1;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    font-size: 16px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header {
    background-color: #2e2e2e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.header__logo {
    margin-right: 20px;
}

.header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__advantages {
    margin-left: auto;
}

.header__about-product {
    margin-top: 10px;
}

.advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.advantages__item {
    margin-right: 10px;
}

.advantages__item:last-child {
    margin-right: 0;
}

.about-product__title {
    font-size: 32px;
    font-family: "OpenSans", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    background-image: url("../images/header-title-bg.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.about-product__text p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    color: #a7a7a7;
}

.logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section {
    padding-left: 30px;
    padding-right: 30px;
}

.product {
    display: block;
    position: relative;
    padding: 30px 30px 30px 40px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #d2d2d2;
    background-color: #fff;
}

.product:last-child {
    margin-bottom: 0;
}

.product-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.product__line {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
}

.product__count {
    position: absolute;
    left: -9px;
    top: 15px;
    padding: 5px 10px;
    background-color: #294f97;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
}

.product__count:after {
    content: "";
    position: absolute;
    top: -webkit-calc(100% - 2px);
    top: calc(100% - 2px);
    left: 0;
    border: 4px solid transparent;
    border-top: 4px solid #294f97;
    border-right: 4px solid #294f97;
}

.product__td {
    padding-right: 10px;
    width: 20%;
}

.product__logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}

.product__title {
    color: #000;
    width: 38%;
}

.product__title .product__value {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.product__label {
    font-size: 12px;
    color: #a7a7a7;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product__usability, .product__price {
    width: 11%;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #eae8e9;
}

.product__usability .product__value, .product__price .product__value {
    color: #f4264d;
    font-size: 21px;
    font-weight: bold;
}

.product__button {
    width: 20%;
}

.product__button .button {
    width: 85%;
    text-align: center;
}

.product:nth-child(1) .product__count, .product:nth-child(2) .product__count, .product:nth-child(3) .product__count {
    background-color: #e1233f;
}

.product:nth-child(1) .product__count:after, .product:nth-child(2) .product__count:after, .product:nth-child(3) .product__count:after {
    border-top: 4px solid #7d2b2f;
    border-right: 4px solid #7d2b2f;
}

.button {
    padding: 12px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #45a84b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button:active {
    padding-top: 13px;
    padding-bottom: 11px;
}

.button:hover {
    background-color: #29842f;
}

.wysiwyg-content {
    margin-bottom: 50px;
}

.wysiwyg-content h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wysiwyg-content p,
  .wysiwyg-content ul,
  .wysiwyg-content ol {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}

.wysiwyg-content ol li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
}

.wysiwyg-content ol li::last-child {
    margin-bottom: 0;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

p,
ul,
ol {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}

ol li,
ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px;
}

ol li::last-child,
  ul li::last-child {
    margin-bottom: 0;
}

.main-container {
    padding-bottom: 50px;
}

.brands-carousel {
    padding-left: 20px;
    padding-right: 20px;
}

.brands-carousel.owl-carousel .owl-item img {
    width: auto;
}

.brands-carousel .owl-prev,
  .brands-carousel .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.brands-carousel .owl-prev {
    left: 0;
}

.brands-carousel .owl-next {
    right: 0;
}

.top-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
}

.top-products-section {
    margin-bottom: 60px;
}

.top-products-section h2 {
    margin-bottom: 50px;
}

.top-product {
    position: relative;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    outline: 3px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top-product--main {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    outline: 3px solid #45a84b;
}

.top-product--main .top-product__points {
    font-weight: bold;
}

.top-product-container {
    width: 33.33%;
    padding: 0 20px;
}

.top-product__logo {
    margin-bottom: 20px;
}

.top-product__logo img {
    height: 70px;
}

.top-product__points {
    font-size: 35px;
    margin-bottom: 10px;
    color: #27479a;
}

.top-product__points-text {
    text-transform: uppercase;
    color: #27479a;
    margin-bottom: 20px;
}

.top-product__stars {
    margin-bottom: 20px;
}

.top-product__stars svg,
    .top-product__stars path {
    width: 20px;
    fill: #ED8A19;
}

.top-product__description {
    margin-bottom: 20px;
}

.top-product__description p {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #383838;
}

.footer__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.footer__icon {
    width: 25%;
    padding: 0 10px;
}

.footer__icon:last-child {
    margin-right: 0;
}

/* @media */
@media only screen and (max-width: 1199.9px) {
    .top-product-container {
        padding: 0 10px;
    }

    .top-products {
        margin-left: -10px;
        margin-right: -10px;
    }

    .top-product--main {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 991.9px) {
    .header__logo {
        width: 200px;
    }

    .section {
        padding-left: рpx;
        padding-right: 15px;
    }

    .product {
        padding: 20px;
    }

    .product__button .button {
        font-size: 18px;
        padding: 7px 20px;
    }

    .product__label {
        font-size: 10px;
    }

    .product__title .product__value {
        font-size: 18px;
        line-height: 23px;
    }

    .product__usability .product__value, .product__price .product__value {
        font-size: 18px;
        line-height: 23px;
    }

    .button {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer__icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__icon {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .top-product {
        margin-top: 3px;
        margin-bottom: 2px;
    }

    .top-product-container {
        width: 100%;
        padding: 0 10px;
    }

    .top-product--main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    h2 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .top-products {
        margin-left: 0;
        margin-right: 0;
    }

    .top-products-section {
        margin-bottom: 30px;
    }

    .top-products-section h2 {
        margin-bottom: 30px;
    }

    .top-products.owl-carousel img {
        width: auto;
        margin: auto;
    }

    .top-products.owl-carousel .owl-prev,
    .top-products.owl-carousel .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .top-products.owl-carousel .owl-prev span,
      .top-products.owl-carousel .owl-next span {
        font-size: 47px;
    }

    .top-products.owl-carousel .owl-prev {
        left: 0;
    }

    .top-products.owl-carousel .owl-next {
        right: 0;
    }

    .wysiwyg-content h2 {
        font-size: 27px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 765.9px) {
    .header__logo {
        width: 150px;
        margin-right: 10px;
    }

    .header__top {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__advantages {
        margin: auto;
    }

    .header__container .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__container .header__main {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .header__container .header__top {
        margin-bottom: 0;
    }

    .advantages__item img {
        width: 80px;
    }

    .product {
        padding: 10px;
    }

    .product__line {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .product__td {
        width: 33.33%;
        padding: 10px;
        border-right: 1px solid #ecebeb;
        border-bottom: 1px solid #ecebeb;
    }

    .product__logo, .product__title {
        border-top: 1px solid #ecebeb;
    }

    .product__logo {
        width: 33.33%;
        border-left: 1px solid #ecebeb;
    }

    .product__title {
        width: -webkit-calc(100% - 33.33%);
        width: calc(100% - 33.33%);
    }

    .product__usability {
        border-right: 0;
    }

    .product__button .button {
        width: 180px;
        max-width: 100%;
        text-align: center;
        margin: auto;
    }

    .about-product__text p {
        font-size: 16px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 575.9px) {
    .header__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__main > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .header__logo {
        width: 130px;
        margin-right: 10px;
    }

    .about-product__title {
        margin-top: -110px;
        margin-left: 140px;
        margin-bottom: 45px;
        padding: 7px;
        max-width: 400px;
        font-size: 27px;
        background-image: none;
        background-color: #fff;
    }

    .product__logo, .product__title {
        width: 100%;
    }

    .product__logo {
        border-bottom: 0;
        text-align: center;
    }

    .product__title {
        border-left: 1px solid #ecebeb;
    }

    .product__usability, .product__price {
        width: 50%;
    }

    .product__button {
        width: 100%;
        text-align: center;
        border-left: 1px solid #ecebeb;
    }

    .footer__icon {
        width: 50%;
    }
}

@media only screen and (max-width: 479.9px) {
    .header__logo {
        width: 110px;
    }

    .about-product__title {
        font-size: 21px;
        margin-bottom: 20px;
        margin-left: 120px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .top-product {
        cursor: pointer;
        z-index: 10;
    }

    .top-product:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        outline: 3px solid #45a84b;
    }

    .product {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
    }

    .product:hover {
        background-color: #f3f3f3;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }
}

@media only screen and (min-width: 1200px) {
    .top-product:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}


/*
playback timings (ms):
  captures_list: 0.551
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.01
  esindex: 0.011
  cdx.remote: 5.775
  LoadShardBlock: 75.926 (3)
  PetaboxLoader3.datanode: 132.28 (5)
  load_resource: 164.214
  PetaboxLoader3.resolve: 58.611
  loaddict: 78.288
*/