html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    margin: 0;
}

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

body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-style: normal;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    cursor: default;
    background-color: #fff;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
}

div, h1, h2, h3, h4, p, ul, li, table, tr, td, a, span, u, b, i {
    max-height: 999999px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

input, select, textarea, button {
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

table, tr, td, th {
    font-size: 1em;
}

a {
    color: #09c;
    text-decoration: underline;
}

a {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

a:hover {
    color: #09c;
    text-decoration: none;
}

a img {
    border: none;
}

p > img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* content {{{ */
body, input, select, textarea, button {
    font-family: 'Montserrat', sans-serif;
}

input, select, textarea, button {
    font-size: 1em;
}

table, tr, td, th {
    font-size: 1em;
}

a {
    color: inherit;
    text-decoration: none;
}

a {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a img {
    border: none;
}

p > img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
    margin-top: 0;
}

h1, .h1 {
    font-size: 40px;
    line-height: 1.3;
    margin: 1em 0 1em 0;
    padding: 0;
    font-weight: 900;
    color: #000;
    text-transform: none;
    text-align: center;
    letter-spacing: 0.01em;
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 26px;
    }
}

h2, .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    color: #000;

    margin: 0;
    margin-bottom: 12px;
    padding: 0;


    text-transform: capitalize;
    text-align: center;

}

@media (max-width: 1024px) {
    h2, .h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 24px;
    }
}

h3, .h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 35px 0;
    padding: 0;
    color: #000;
    text-transform: none;
    letter-spacing: 0.025em;
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

h4, .h4 {
    font-size: 1em;
    line-height: 1.2;
    margin: 1em 0 1em 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    text-transform: none;
}

.pre-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
    color: #072b73;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .pre-title {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .pre-title {
        font-size: 13px;
    }
}

p, div.p {
    margin: 1em 0 1em 0;
    padding: 0;
}

hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 1em 0 1em 0;
    clear: both;
}

:link, :visited, :hover, :active, :focus {
    outline: none !important;
    outline: none;
}

::-moz-selection {
    background: #09c;
    color: #fff;
}

::selection {
    background: #09c;
    color: #fff;
}

::-moz-selection {
    background: #09c;
    color: #fff;
}

.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

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

a.button, button.button {
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 17px 45px;
    background: linear-gradient(90deg, #056cb8 0%, #35ccf5 100%);

    border-radius: 100px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

a.button:hover, button.button:hover {
    opacity: 0.85;
}

@media (max-width: 1024px) {
    a.button, button.button {
        font-size: 20px;
        line-height: 1.2;
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    a.button, button.button {
        font-size: 16px;
        padding: 13px 30px;
    }
}

a.button.button--light {
    background-color: #62BD0F;
}

button.button--with-icon,
a.button--with-icon {
    display: inline-block;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    padding: 20px 42px;
    padding-right: 70px;
    position: relative;
}

@media (max-width: 1024px) {
    button.button--with-icon,
    a.button--with-icon {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    button.button--with-icon,
    a.button--with-icon {
        font-size: 16px;
    }
}

button.button--with-icon.white::after,
a.button--with-icon.white::after {
    background-image: url("../images/arrows-white.svg");
}

button.button--with-icon::after,
a.button--with-icon::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("../images/arrows.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
}

@media (max-width: 480px) {
    button.button--with-icon::after,
    a.button--with-icon::after {
        width: 22px;
    }
}

input, select, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* }}} content */
.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.clearfix::after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    content: "";
    clear: both;
    display: table;
}

.container {
    margin: 0 auto;
    max-width: 1130px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 320px) {
    .container {
        max-width: 320px;
    }
}

.subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #666;
}


.with-line {
    margin-bottom: 40px;
    position: relative;
}

.with-line::after {
    content: '';
    display: block;
    border-radius: 7px;
    width: 100px;
    height: 7px;
    background: #bdbdbd;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.gray-text {
    color: #cecbcb;
    font-weight: 400;
}

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

.u-margin-bottom-big {
    margin-bottom: 65px;
}

@media (max-width: 768px) {
    .u-margin-bottom-big {
        margin-bottom: 45px;
    }
}

.u-margin-bottom-medium {
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .u-margin-bottom-medium {
        margin-bottom: 25px;
    }
}

.u-margin-bottom-small {
    margin-bottom: 20px;
}

.header-block .button {
    padding: 15px 25px;
    margin-left: 12px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .header-block .button {
        margin-left: 0;
    }
}

.header__top-line {
    background: #000;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 0;
}

@media (max-width: 768px) {
    .header__top-line {
        font-size: 12px;
    }
}

.header__line {
    padding: 7px 0;
}

.header__top-item-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .header__top-text {
        text-align: center;
    }

    .header__top-item-group {
        justify-content: center;
      flex-wrap: wrap;
    }
}

.header__main-line {
    background-color: white;
    color: #ffffff;
    padding: 9px 0;
}

.header__line {
    background-color: #F6F6F9;

}

.header__top-item {
    font-size: 14px;
    flex: 0 0 auto;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header__main-line{
        padding: 12px 0;
    }

    .header__top-item {
        font-size: 12px;
    }
}

.header__top-item:last-child {
    margin-right: 0;
}

.header__top-item::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    background-size: contain;
    background-position: center;
}

.header__top-item--1::before {
    background-image: url(../images/header-icon-1.svg);
}

.header__top-item--2::before {
    background-image: url(../images/header-icon-2.svg);
}


.header__line .header__top-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #000;
}

@media (max-width: 768px) {
    .header__line .header__top-text {
        font-size: 12px;
    }
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  
  flex-wrap:wrap;
}

.header__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .header__col {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .header__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header__col {
        margin: 0 auto;
    }

    .header__col {
        width: 100%;
    }
}

.header__logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .header__logo img {
        width: 145px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .header__nav-wrapper {
        display: none;
        position: absolute;
        top: 44px;
        left: -15px;
        right: -15px;
        background-color: white;
    }
}

@media (max-width: 480px) {
    .header__nav-wrapper {
        top: 35px;
    }
}

.header__nav {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
}

.header__nav-link {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
    padding: 0 9px;
    cursor: pointer;
}

.header__nav-link:not(:last-child) {
    padding-top: 5px;

}

@media (max-width: 768px) {
    .header__nav-link:not(:last-child) {
        padding: 10px;
    }
}

.header__nav-link img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .header__nav-link {
        padding: 10px;
    }
}

.header__nav-link:hover {
    text-decoration: underline;
    color: #000000;
}

.header__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media (max-width: 480px) {
    .header__menu {
    }
}

@media (max-width: 768px) {
    .header__menu {
        display: flex;
        align-items: center;
    }
}

.header__menu .header__menu-icon {
    display: block;
    width: 35px;
    height: 23px;
    cursor: pointer;
    margin-left: 15px;
}

.header__menu .header__bar,
.header__menu .header__bar::before,
.header__menu .header__bar::after {
    width: 29px;
    height: 2px;
}

.header__menu .header__bar {
    position: relative;
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
    background-color: #000000;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.header__menu .header__bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background-color: #000000;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__menu .header__bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #000000;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__menu--opened .header__bar {
    background-color: transparent;
}

.header__menu--opened .header__bar:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__menu--opened .header__bar:after {
    width: 29px;
    margin: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.customers-block. .intro__button-wrapper {
    max-width: 480px;
}

@media (max-width: 768px) {
    .customers-block, .intro__button-wrapper {
        max-width: none;
    }
}

.customers-block {
    border-radius: 4px;
    margin-bottom: 12px;
    width: 100%;
    background-color: #FFFFFF;
}

@media (max-width: 480px) {
    .customers-block {
        margin-bottom: 10px;
    }
}

.customers__row {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 7px 16px;
    background-color: #FFFFFF;
    width: 100%;
}


.customers__col {
    flex: 0 0 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    text-transform: capitalize;
    color: #4f4f4f;
    margin-right: 15px;
}

.customers-block .offer__rank {
    padding: 8px;
    margin-bottom: 0;

}

.customers-block .offer__rate {
    padding: 0;
    justify-content: center;
    border-right: 1px solid #e9e9e9;
}

@media (max-width: 768px) {
    .customers-block .offer__rate {
        border-right: 0;

    }

    .customers-block .in-stock-block {
        margin-left: 0;
        text-align: center;
        justify-content: center;
        margin-right: 20px;
    }
}

.customers-block .offer__rate span {
    display: block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #666;
}

.customers-block .in-stock-block {
    margin-left: 10px;
}

.intro-section {
    background-color: #FAFDFF;
    background-image: url("../images/intro-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
    padding-top: 28px;
    padding-bottom: 28px;
}

@media (max-width: 768px) {
    .intro-section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 100% 100%;
    }
}

@media (max-width: 480px) {
    .intro-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.intro__content {
    margin-bottom: 20px;
}

.intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.intro__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.intro__col:first-child {
    width: 44%;
}

@media(max-width: 1024px){
    .intro__col:first-child{
        width: 50%;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .intro__col:first-child {
        width: 100%;
    }
}

.intro__col:last-child {
    width: 56%;
}

@media(max-width: 1024px){
    .intro__col:last-child{
        width: 50%;
    }
}

@media (max-width: 768px) {
    .intro__col:last-child {
        display: none;
    }
}

.intro__img-wrapper {
    position: relative;
}

.intro__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .intro__img-wrapper img {
        max-width: 100%;
        margin: 0 auto;
    }
}

.intro__pre-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #666;
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    align-items: self-end;
}

@media (max-width: 768px) {
    .intro__pre-title {
        justify-content: center;
        font-size: 12px;
    }
}

.intro__pre-title img {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 7px;
}

.intro__pre-title b {
    padding-right: 5px;
    border-right: 1px solid #666666;
    margin-right: 5px;
}

.intro__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 118%;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 23px;
}

@media (max-width: 1024px) {
    .intro__title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .intro__title {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .intro__title {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

.intro__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    margin-bottom: 28px;
}

@media (max-width: 1024px) {
    .intro__text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .intro__text {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .intro__text {
        font-size: 16px;
        line-height: 1.45;
        margin-bottom: 20px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;

        display: none;
    }
}

.intro__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .intro__list {
        display: none;
    }
}

.intro__list li {
    padding-left: 32px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #333;

    margin-bottom: 8px;
}

.intro__list li:last-child {
    margin-bottom: 0;
}

.intro__list li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/blue-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

a.intro__button {
    margin: 0;
    padding: 0;
    border: none;
    background: linear-gradient(90deg, #056cb8 0%, #35ccf5 100%);
    border-radius: 100px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    font-weight: 700;
    font-weight: 700;
    font-size: 17px;
    line-height: 134%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 17px;
    width: calc(100% - 30px);
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1024px) {
    .intro__button {

    }
}

@media (max-width: 768px) {
    .intro__button {
        font-size: 17px;
        width: 100%;
        margin-right: 0;
    }
}

.intro__button:hover {
    opacity: 0.8;
    color: #ffffff;
}

.intro__sale {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #072b73;
    border: 1px solid #072b73;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #F7FFFF;
    border-radius: 8px;
    width: 130px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .intro__sale {
        width: 110px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .intro__sale {
        width: 95px;
    }
}

.intro__sale b {
    font-size: 33px;
    display: block;
}

@media (max-width: 768px) {
    .intro__sale b {
        font-size: 29px;
    }
}

.intro__button-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    padding-right: 75px;
    position: relative;
}


.intro__button-icon {
    position: absolute;
    right: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro__button-icon img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .intro__button-icon img {
        max-width: 22px;
    }
}

@media (max-width: 480px) {

    .intro__button-inner {
        padding-right: 38px;
    }

    .intro__button-icon {
        right: 13px;
    }

}

.intro__mobile {
    display: none;
}

@media (max-width: 768px) {
    .intro__content {
        margin-bottom: 0;
    }


    .intro__mobile {
        display: block;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .intro__mobile {
        margin-bottom: 0;
    }
}

.intro__mobile img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

.intro__button-wrapper .button {
    width: 100%;
}

.intro__button-wrapper .intro__img-wrapper {
    margin-top: 20px;
}

@media (max-width: 480px) {
    .intro__button-wrapper .intro__img-wrapper {
        margin-top: 13px;
    }

    .intro__mobile img {
        margin: 0px auto;
        width: 100%;
        max-width: 270px;
    }

    .intro__button-wrapper {
        margin-top: 0;
        padding: 15px 0;
    }
}

.intro__rank {
    position: relative;
    top: -80px;
}

.intro__rank img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 5px;
}

.intro__rank-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.line-section {
    background-color: #1C2B54;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
}

@media (max-width: 480px) {
    .line-section {
        height: 60px;
    }

    .line-section .star-icon {
        max-width: 92px;
    }
}

.r_seen_inner-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r_seen_swiper-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.r_logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: track 60s linear forwards infinite;
    animation: track 100s linear forwards infinite;
    min-width: calc(830px * 5) !important;
}

.r_content-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 830px;
    min-width: 830px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r_logo-slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: 100px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r_logo-slide-wrapper img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.logo-center-el {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 47%, rgba(255, 255, 255, 0.73) 81%, rgba(247, 252, 253, 0));
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
}

.line__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-top: 5px;
}

@media (max-width: 480px) {
    .line__text {
        font-size: 16px;
    }
}

.step-section {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 70px;
}

@media (max-width: 1024px) {
    .step-section {
        padding: 55px 0;
    }
}

@media (max-width: 480px) {
    .step-section {
        padding: 35px 0px;
    }

    .step-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .step-section .slick-list {
        padding: 0 35% 0 0 !important;
    }
}

.step-section .subtitle {
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    .step-section .subtitle {
        margin-bottom: 40px;
    }

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

.step-section .button-wrapper {
    margin-top: 70px;
}

@media (max-width: 480px) {
    .step-section .button-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.step__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.step__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -12px;
    margin-left: -12px;
}

@media (max-width: 768px) {
    .step__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.step__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 768px) {
    .step__col {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .step__row {
        margin-left: 0;
        margin-right: 0;
    }


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

.step__img-wrapper {
    position: relative;
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .step__img-wrapper {
        margin-bottom: 22px;
    }
}

.step__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 768px) {
    .step__img-wrapper img {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .step__img-wrapper img {

    }
}


.step__number {
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 32px;
    background: #fff;

    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: #284583;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 16px;
}

.step__item {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    height: 100%;
}

.step__item-content {
    padding: 0px 16px 25px;
}

.step__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .step__item-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .step__item-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}


.step__item-title img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 15px;
    flex: 0 0 auto;
}

.step__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #666;
}

@media (max-width: 480px) {
    .step {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 480px) {
    .step .button-wrapper {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .step .step__col {
        margin-bottom: 28px;
    }
}


.gallery__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 768px) {
    .gallery__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gallery__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

@media (max-width: 768px) {
    .gallery__col {
        width: 50%;
    }
}

.gallery__col:last-child .gallery__img-wrapper {
    border-right: none;
}

@media (max-width: 768px) {
    .gallery__col:last-child .gallery__img-wrapper {
        border-right: 1px solid white;
    }
}

.gallery__img-wrapper {
    border-right: 1px solid white;
}

.gallery__img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.features-section {
    background: #f2fbff;
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 1024px) {
    .features-section {
        padding: 75px 0;
    }
}

@media (max-width: 768px) {
    .features-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 27px 0 35px 0;
    }
}

.features-section .container {
    max-width: 1015px;
}

.features-section .subtitle {
    margin-bottom: 35px;
}


.features__row {
   padding-top: 50px;

    background-image: url("../images/features-product.png");
    background-position: center;
    background-size: 41%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .features__row {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .features__row {
        padding-top: 320px;
        background-size: 280px;
        background-position: top;
        padding-bottom: 0;
    }
}

@media (max-width: 480px) {
    .features__row {
        background-size: 230px;
        padding-top: 230px;
    }
}

.features__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin: 15px 0;
}

.features__col:first-child, .features__col:nth-child(2) {
    margin-top: 0;
}

@media (max-width: 768px) {
    .features__col:first-child, .features__col:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .features__col {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.features__col:nth-child(even) .features__item {
    margin-left: auto;
    text-align: left;
    padding-left: 33px;
}

@media (max-width: 768px) {
    .features__col:nth-child(even) .features__item {
        margin-left: auto;
        margin-right: auto;
    }
}

.features__col:nth-child(odd) .features__item {
    text-align: right;
    padding-right: 33px;
}

.features__item {
    max-width: 270px;
    font-size: 15px;
    line-height: 1.53;
    text-align: center;

    position: relative;
}


.features__item::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/features-check.svg");
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 0;
}

.features__col:nth-child(odd) .features__item::after {
    right: 0;
}


.features__col:nth-child(even) .features__item::after {
    left: 0;
}

@media (max-width: 1024px) {
    .features__item {
        max-width: 234px;
    }
}

@media (max-width: 768px) {
    .features__col:nth-child(odd) .features__item {
        text-align: left;
        padding-right: 0;
        padding-left: 33px;
    }

    .features__col:nth-child(odd) .features__item::after {
        right: auto;
        left: 0;
    }


    .features__item {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

.features__img-wrapper {
    margin-bottom: 12px;
}

@media (max-width: 480px) {
    .features__img-wrapper {
        margin-bottom: 8px;
    }
}

.features__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .features__img-wrapper img {
        width: 70px;
    }
}

@media (max-width: 480px) {
    .features__img-wrapper img {
        width: 50px;
    }
}

.features__item-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 1.35;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .features__item-title {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .features__item-title {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.features__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #333;
}

@media (max-width: 480px) {
    .features__item-text {
        display: none;
    }
}

.rec-section {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f0f7fc;
    border-radius: 20px;
    margin-right: 30px;
    margin-left: 30px;
}

.rec-section h2{
    text-align: left;
    margin-bottom: 30px;
  line-break: anywhere;
}

@media (max-width: 480px) {
    .rec-section {
    }
}





.rec__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

.rec__col {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.rec__col:last-child{
    width: 34%;
    flex: 0 0 auto;
    margin-left: 40px;
}


@media (max-width: 768px) {
    .rec__row {
        margin-right: 0;
        margin-left: 0;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .rec__col:first-child{
        width: 100%;
        max-width:100%;
        margin: 0 auto;
    }

    .rec__col:last-child{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
}



@media (max-width: 480px){
    .rec__col:last-child{
        margin-bottom: 0;
    }
}

.rec__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


@media (max-width: 480px) {
    .rec__row{
    }

    .rec__img-wrapper img{
        max-width: 200px;
    }

}


.rec__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}




.rec__author{
    margin-top: 25px;
}

.rec__author span{
    display: block;
    margin-bottom: 10px;
}


@media (max-width: 480px) {
    .rec__text {
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
    }

    .rec__content{
        padding-top: 35px;
    }

    .rec__author{
        margin-top: 15px;
    }

}



.reviews-section {
    padding-top: 70px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .reviews-section {
        padding: 75px 0;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 0;
    }
}



@media (max-width: 480px) {
    .reviews-section .h2 {
        margin-bottom: 30px;
    }
}

.reviews-section .button-wrapper {
    margin-top: 30px;
}

.reviews-section .slick-arrow {
    width: 38px;
    height: 38px;
    border-radius: 2.5rem;
    line-height: 0;
    background-color: #1F54BF;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
}

@media (max-width: 1024px) {
    .reviews-section .slick-next {
        right: 0px;
    }
}

@media (max-width: 1024px) {
    .reviews-section .slick-prev {
        left: 0px;
    }
}

.reviews-section .slick-next.slick-arrow:before {
    content: "\f105";
    font: 14px/1 FontAwesome;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: 2px;
    top: 0;
    opacity: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-section .slick-prev.slick-arrow:before {
    content: "\f104";
    font: 14px/1 FontAwesome;
    width: 38px;
    height: 38px;
    font-size: 25px;
    line-height: 1;
    position: absolute;
    left: -2px;
    top: 0;
    opacity: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.reviews__rank {
    margin-top: 65px;
    margin-bottom: 80px;
}

@media (max-width: 480px) {
    .reviews__rank {
        margin-bottom: 30px;
        padding: 0;
        margin-top: 0;
    }
}

.reviews__rank-head {
    font-size: 14px;
    line-height: 120%;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

.reviews__rank-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.reviews__rank-col {
    flex: 0 0 auto;
}

.reviews__rank-col:first-child {
    width: 11%;
    border-right: 1px solid #f0f0f0;

}

.reviews__rank-col:nth-child(2) {
    width: 30%;
    padding-left: 15px;
    padding-right: 20px;
    border-right: 1px solid #f0f0f0;
}

.reviews__rank-col:nth-child(3) {
    width: 44%;
    border-right: 1px solid #f0f0f0;
    padding-right: 25px;
    padding-left: 25px;
}

.reviews__rank-col:nth-child(3) .star__item-col:first-child {
    padding-left: 0;
    width: 90px;
}

@media (max-width: 480px) {
    .reviews__rank-col:nth-child(2) {
        padding-left: 5px;
        padding-right: 5px;

    }

    .reviews__rank-col:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.reviews__rank-col:nth-child(3) .star__item-text {
    text-align: left;
}

.reviews__rank-col:last-child {
    width: 15%;
    align-self: center;
}

@media (max-width: 768px) {


    .reviews__rank-col:nth-child(2) {
        width: 100%;
        border-right: 0;
        margin-bottom: 35px;
    }

    .reviews__rank-col:nth-child(3) {
        width: 100%;
        border-right: 0;
        margin-bottom: 50px;
    }

}

.reviews__rank-button {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #333;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.reviews__rank-button img {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
}

.star__item-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #333;
}

@media (max-width: 768px) {
    .reviews__rank-row {
        flex-wrap: wrap;
    }


    .reviews__rank-col:first-child {
        width: 100%;
        border-right: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .reviews__rank-col:last-child {
        width: 100%;
        padding-right: 30px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .reviews__rank-col:first-child {
        margin-bottom: 40px;
    }
}


.reviews__rank-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

@media (max-width: 480px) {
    .reviews__rank-title {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

.reviews__rank-img-wrapper {

}

@media (max-width: 480px) {
    .reviews__rank-img-wrapper {

    }
}

.reviews__rank-img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.reviews__rank-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

@media (max-width: 480px) {
    .reviews__rank-text {
        font-size: 12px;
    }
}

.score__text {
    font-weight: 600;
    font-size: 56px;
    line-height: 1;
    text-align: center;
    color: #333;
}

.score__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.star-block {

}

.star__list-item {
    margin-bottom: 8px;
}

.star__list-item:last-child {
    margin-bottom: 0;
}

.star__item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.star__item-col {
    flex: 0 0 auto;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.star__item-col:nth-child(2) {
    flex: 1 1 auto;
}

.star__item-col:last-child {
    width: 70px;
}

.star__line {
    background: #e0e0e0;
    height: 12px;
    width: 100%;
    border-radius: 100px;
}

.star__line span {
    display: block;

    height: 100%;
    background: #333;
    border-radius: 100px;
}

.star__line--5 span {
    width: 100%;
}

.star__line--4 span {
    width: 50%;
}

.star__line--3 span {
    width: 0.5%;
}

.star__line--2 span {
    width: 0;
}

.star__line--1 span {
    width: 0;
}


.star__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .star__list {
        /*padding-right: 30px;*/
    }
}


.reviews__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    overflow: hidden;
    /* fix for Firefox */
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 768px) {
    .reviews__list {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

.reviews__item {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 17px 20px;
}

.reviews__item-head {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .reviews__item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .reviews__item {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 15px;
    }
}

.reviews__img-wrapper {
    position: relative;
}

.reviews__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .reviews__img-wrapper img {
        width: 100%;
    }
}

.reviews__author {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 5px;
}

.reviews__verified {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1ac70e;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.reviews__verified img {
    flex: 0 0 auto;
    width: 20px;
    margin-right: 10px;
}


.reviews__item-content {

}

.reviews__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666;
    margin-bottom: 15px;
}


.reviews__item-rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}

.reviews__item-rank span {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    background-color: #EDF12B;
    border-radius: 6px;
    padding: 5px 8px;
    margin-right: 10px;
}

.reviews__item-rank img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .reviews-section .button {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.disclaimer {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

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

.promo-section {
    overflow: hidden;
    white-space: nowrap;
    background: #449EFF;
    padding: 12px 0;
}

@media (max-width: 480px) {
    .promo-section {
        padding: 5px 0;
    }
}

.marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.marquee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
}

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

.promo__col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5rem;
}

@media(max-width: 480px){
    .promo__col{
        margin-right: 2rem;
    }
}

.promo__item p {
    margin: 0;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .promo__item p {
        font-size: 16px;
    }
}

/*.promo__item p::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }*/

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


.action-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.action-section .h2 {
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    .action-section .container {
        min-width: auto;
    }

    .action-section .h2 {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .action-section {
        padding-bottom: 10px;
        padding-top: 40px;
    }
}

.action__list-item {
    padding: 18px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
    margin-bottom: 8px;
}

.action__list-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .action__list-item {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .action__list {
        padding: 20px 0;
    }

    .action__list-item {
        padding: 15px;
    }
}

.action__header {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000;

    line-height: 1.2;
    padding-right: 30px;
    cursor: pointer;
}

.action__header:not(:last-child) {
    border-bottom: 1px solid #1F2A44;
}

@media (max-width: 480px) {
    .action__header {
        font-size: 14px;
    }
}

.action__toggle {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 14px;
    height: 14px;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 480px) {
    .action__toggle {
        right: 12px;
    }
}

@media (max-width: 480px) {
    .action__text {
        font-size: 13px;
        line-height: 19px;
        padding: 0 7px;
    }
}

.accordion__content {
    padding-top: 18px;
    padding-bottom: 12px;
    padding-right: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
}

@media (max-width: 768px) {
    .accordion__content {
        font-size: 14px;
    }
}

.accordion__content p {
    margin: 7px 0;
}

@media (max-width: 480px) {
    .accordion__content {
        padding-top: 15px;
    }
}

.accordion.active .action__toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 3px;
}

.offer-section {
    background: #fafafa;
    padding: 55px 0;
}

@media (max-width: 768px) {
    .offer-section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .offer-section {
        padding: 30px 0;
    }
}


.offer-section .subtitle {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #8f8f8f;
}

@media (max-width: 480px) {
    .offer-section .subtitle {
        margin-bottom: 6px;
    }
}

.offer__title {

    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.02em;
}

@media (max-width: 480px) {
    .offer__title {
        font-size: 20px;
        margin-top: 0;
    }

}

.offer__pre-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.offer__row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 768px) {
    .offer__row {
        flex-wrap: wrap;
    }

    .offer__pre-title {
        font-size: 16px;
    }

    .offer-section .subtitle {
        font-size: 14px;
    }
}

.offer__row--around {
    justify-content: space-around;
}

.offer__row--main {
    border: 1px dashed #000;
    border-radius: 20px;

    background: #fff;
    padding: 35px;
}

.offer__col--left {
    width: 50%;
}

.offer__col--right {
    width: 50%;
}

@media (max-width: 1024px) {
    .offer__row--main {
        flex-wrap: wrap;
    }

    .offer__col--left {
        width: 100%;
    }

    .offer__col--right {
        width: 100%;
    }
}

.offer__col {
    flex: 0 0 auto;
}

.offer__col--4 {
    width: 33.3333%;
}

.offer__col--6 {
    width: 50%;
}

.offer__col--6:first-child {
    padding-right: 2px;
}

.offer__col:last-child {
    padding-left: 2px;
}


@media (max-width: 768px) {
    .offer__col--4 {
        width: 100%;
        padding: 5px;
    }

    .offer__col--6 {
        width: 100%;
        padding: 5px;
    }

    .offer__col--6:first-child {
        padding-right: 0;
        padding-left: 0px;
        border-bottom: 1px solid #e9e9e9;
    }

    .offer__col:last-child {
        padding-right: 0;
        padding-left: 0px;
    }

    .offer__row--main {
        padding: 20px 15px;
    }
}

.offer__content {
    padding-left: 40px;
}

@media (max-width: 1024px) {
    .offer__content {
        padding-right: 0;
        padding-left: 0;
    }
}

.offer__features-list {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 14px 0;
    margin-bottom: 15px;
}

@media (max-width: 480px) {

    .offer__features-list {
        padding: 10px 0;
        margin-bottom: 12px;
    }
}

.offer__features-item {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #828282;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.offer__features-item img {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;

    margin-right: 8px;
}

.offer__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media(max-width:480px){
  .offer__img-wrapper img {
  	max-width:220px;
  }

}

.offer__rate, .offer__timer {
    padding: 5px;
    text-align: center;
}


.offer__timer b {
    display: inline-block;
    margin-right: 5px;
}

.offer__rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.offer__rate span {
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #333;
}

@media (max-width: 480px) {
    .offer__rate span {
        display: none;
    }

    .offer__rate, .offer__timer {
        padding: 8px 15px;
        justify-content: center;
    }

    .offer__img-wrapper + .offer__img-wrapper {
        margin-left: 10px;
    }
}


.offer__img-wrapper {
    flex: 0 0 auto;
}

.offer__rank {
    margin-bottom: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}


@media (max-width: 480px) {
    .offer__rank {
        margin-bottom: 15px;
    }
}

.offer__button-wrapper .button {
    display: block;
    width: 100%;
    font-size: 20px;
}


@media (max-width: 480px) {
    .offer__button-wrapper .button{
        font-size: 16px;
    }
}

.offer__warranty-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    text-align: center;
    color: #747474;
    margin: 20px 0 0 0;
    position: relative;
    text-align: center;
}

@media (max-width: 480px) {
    .offer__warranty-heading {
        font-size: 12px;
    }
}

.offer__warranty-heading::before {
    background-color: #dedede;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.offer__warranty-heading span {
    background-color: #fff;
    display: inline-block;

    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.in-stock-block {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #53a179;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.in-stock__cirlce {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    /* Green color */
    border-radius: 50%;
    margin-right: 10px;
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

@-webkit-keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}


.disclaimer-block {
    background-color: rgba(238, 238, 238, 0.81);
    padding: 25px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #6A6767;
}

@media (max-width: 768px){
    .in-stock-block {
        justify-content: center;
    }
}

@media (max-width: 480px) {


    .disclaimer-block {
        padding: 20px;
    }
}

.disclaimer-block .container {
    max-width: 915px;
}

@media (max-width: 480px) {
    .disclaimer__text {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.disclaimer__more {
    text-align: right;
}

.disclaimer__more a {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #911111;
}

@media (max-width: 480px) {
    .disclaimer__more a {
        font-size: 12px;
    }
}

.footer-block .container {
    max-width: 1160px;
}

.footer__main {
    background: #333333;
    color: #fff;
    padding: 45px 0 25px 0;
}

@media (max-width: 480px) {
    .footer__main {
        padding-top: 20px;
    }
}


.footer__main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__row:first-child {
    border-bottom: 1px solid rgba(197, 209, 219, 0.2);
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .footer__col {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer__col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__col p {
    margin: 0;
}

@media (max-width: 480px) {
    .footer__col p {
        font-size: 12px;
    }
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .footer__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer__nav {
        flex-direction: column;
        align-items: center;
    }
}

.footer__nav .divider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 20px;
    width: 1px;
    background-color: rgba(197, 209, 219, 0.2);
}

@media (max-width: 768px) {
    .footer__nav .divider {
        display: none;
    }
}

.footer__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 20%;
    display: inline-block;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}

.footer__link:first-child {
    padding-left: 0;
}

.footer__link:last-child {
    padding-right: 0;
}

.footer__link:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .footer__link {
        font-size: 12px;
        padding: 6px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer__link {
        max-width: none;

    }
}

@media (max-width: 480px) {
    .footer__link {
        font-size: 16px;
    }
}

.footer__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .footer__img-wrapper {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer__img-wrapper img {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .footer__img-wrapper {
        margin-bottom: 0;
    }
}

.footer__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .footer__img-wrapper img {
        width: 130px;
    }
}

@media (max-width: 1024px) {
    .footer__contact {
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .footer__contact {
        font-size: 12px;
    }
}

.footer__contact a {
    text-decoration: underline;
    cursor: pointer;
}

.footer__contact a:hover {
    text-decoration: none;
}

.footer__bottom {
    padding: 10px 0;
}

.footer__bottom .footer__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.footer__nav-list a:hover {
    text-decoration: underline;
}

.with-envelope {
    position: relative;
    padding-left: 40px;
}

.with-envelope::before {
    content: "";
    display: block;
    width: 32px;
    height: 19px;
    background-image: url("../images/envelope.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__nav-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
    .footer__nav-title {
        font-size: 16px;
    }
}

.footer__bottom {
    padding: 10px 0;
}

.footer__bottom .footer__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 480px) {
    .footer__bottom .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.footer__copyright {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

@media (max-width: 768px) {
    .footer__copyright {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

.footer__cards {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

@media (max-width: 768px) {
    .footer__cards {
        width: 100%;
        margin-top: 10px;
    }
}

.footer__cards img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .footer__cards img {
        margin: 0 auto;
    }
}


.tiles-section {
    padding: 60px 0 90px 0;
    background-color: #ffffff;
}


.tiles-section h2 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.tiles-section .button-wrapper {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .tiles-section .button-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .tiles-section {
        padding: 55px 0 35px 0;
    }
}

.tiles-section .h2 {
    margin-bottom: 10px;
}

.tiles-section .button{
    font-size: 17px;
}

.tiles__list {
    margin-top: 60px;
}

.tiles__item:first-child {
    margin-top: 0;
}

.tiles__item {
    margin-top: 40px;
}

@media (max-width: 480px) {
    .tiles__item {
        margin-top: 25px;
    }
}

.tiles__item:nth-child(even) .tiles__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .tiles__item:nth-child(even) .tiles__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.tiles__item:nth-child(even) .tiles__col:first-child {
    padding-right: 0;
    padding-left: 40px;
}

@media (max-width: 768px) {
    .tiles__item:nth-child(even) .tiles__col:first-child {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        margin: 0 auto;
    }
}

.tiles__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 768px) {
    .tiles__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.tiles__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tiles__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 56%;
    padding-right: 40px;
}

@media (max-width: 768px) {
    .tiles__col:first-child {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }

    .tiles__content {
        padding-top: 20px;
    }
}

.tiles__content {

}

.tiles__img-wrapper img,
.tiles__img-wrapper video {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
}

.tiles__description {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #191919;
}

@media (max-width: 1024px) {
    .tiles__description {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tiles__description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .tiles__description {
        font-size: 14px;
    }
}

.tiles__heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #000;
}

@media (max-width: 768px) {
    .tiles__heading {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .tiles__heading {
        font-size: 22px;
        text-align: left;
    }
}

.tiles__heading.with-line {
    margin-bottom: 55px;
}


.tiles__heading.with-line::after {
    transform: none;
    left: 0;
    width: 65px;
}

@media (max-width: 768px) {
    .tiles__heading.with-line::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .tiles__heading.with-line::after {
        transform: none;
        left: 0;
        width: 65px;
    }
}

.tiles__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-top: 20px;
}

.tiles__button-wrapper {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .tiles__text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .tiles__button-wrapper .button {
        width: 100%;
    }

    .tiles__text {
        text-align: left;
    }
}

.tiles__item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 25px;
}

.tiles__item-list img{
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .tiles__item-list li {
        margin-left: 50px;
    }
}

@media (max-width: 480px) {
    .tiles__item-list li {
        margin-left: 0;
    }
}

.tiles__item-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    margin-bottom: 35px;
}

.tiles__item-list li:last-child{
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .tiles__item-list li {
        text-align: left;
    }
}


.tiles__item-list b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #333;
    margin-bottom: 10px;
}

.tiles__item-list p {
    margin: 0;

    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}


.award-block {
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    background: #fafafa;
    padding: 20px;
    max-width: 805px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}


.award__row {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.award__col {
    flex: 0 0 auto;
    width: 25%;
}

.award__col:nth-child(2) {
    width: 50%;
    padding: 0 10px;
}

.award__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.award__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #333;
    margin-top: 12px;
    margin-bottom: 12px;
}

.award__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #666;
}

@media (max-width: 768px) {
    .award__row {
        flex-wrap: wrap;
    }

    .award__col {
        width: 100%;
    }

    .award__col:nth-child(2) {
        width: 100%;
        margin: 30px 0;
    }
}

@media (max-width: 480px) {
    .award-block {
        margin-bottom: 20px;
    }

    .award__img-wrapper img {
        width: 100px;
    }

    .award__col:nth-child(2) {
        margin: 10px 0;
    }

    .award__text {
        font-size: 18px;
        margin-top: 10px;
    }
}





.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}


.
.info-section {
    background-color: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 70px;
}

.info-section .button-wrapper {
    margin-top: 50px;
}

.info__title {

}

.info__text {
    font-size: 19px;
    line-height: 1.7;
    font-weight: 200;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;

}

@media (max-width: 768px) {
    .info-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .info-section {
        padding: 40px 0;
    }

    .info__text {
        font-size: 16px;
    }
}

.detail-section {
    padding-top: 65px;
    padding-bottom: 75px;
    background: #fafafa;
}


.detail-section .subtitle {
    margin-bottom: 60px;
}

@media (max-width: 480px) {
    .detail-section .subtitle {
        margin-bottom: 45px;
    }
}

.detail__item-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}


.detail__item-col {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .detail__item-row {
        flex-wrap: wrap;
    }

    .detail__item-col {
        width: 50%;
        padding: 10px;
    }
}


@media (max-width: 480px) {
    .detail-section {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .detail__item-row {
        margin-left: 0;
        margin-right: 0;
    }

    .detail__item-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }

}

.detail__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #666;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.detail__item {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    padding: 18px 18px 35px 18px;
    height: 100%;
}

@media (max-width: 480px) {
    .detail__item {
        padding: 15px;
    }
}

.ribbon {
    display: none;
    position: absolute;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    color: #333;
    background: #FFBC3A;
    padding: 5px 10px;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    top: 31px;
    left: -41px;
    width: 165px;
}

.detail__img-wrapper {
    margin-bottom: 17px;
}

.detail__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.detail__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #333;
    margin-bottom: 8px;
}

.detail__item-title span {
    color: #4da3e9;
}


.detail__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #666;
}

.reasons-section {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 90px;
}

@media (max-width: 480px) {
    .reasons-section {
        padding-top: 23px;
        padding-bottom: 35px;
    }
}

.reasons-section .bordered {
    position: relative;
}

/*.reasons-section .bordered::after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: #4da3e9;;
}*/


@media (max-width: 768px) {
    .reasons-section .logo img {
        width: 90px;
    }
}

@media (max-width: 480px) {
    .reasons-section .logo {
        font-size: 24px;
        line-height: 1.2;
    }
}

.reasons-section .reasons__tr:first-child .bordered {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.reasons-section .reasons__tr:last-child .bordered {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.reasons-section .reasons__tr:last-child .bordered:after {
    bottom: auto;
    top: -2px;
}

.reasons__title {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 480px) {
    .reasons__title {
        margin-bottom: 10px;
    }
}

.reasons__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #666;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 35px;
}

.reasons__table {
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.reasons__inner {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.reasons__wrapper {

    overflow: hidden;
}

@media (max-width: 480px) {
    .reasons__wrapper {
        border-radius: 0;
    }
}

.reasons__wrapper .reasons__tr:first-child, .reasons__wrapper .reasons__tr:last-child {
    border: none;
}


.reasons__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 40px;
}

.reasons__tr:nth-child(even) .reasons__th,
.reasons__tr:nth-child(even) .reasons__td {
    background: #f0f7fc;
}

.reasons__tr:first-child, .reasons__tr:last-child {
    border: 1px solid transparent;
    border-bottom: 0;
}

/*.reasons__tr:first-child .reasons__th:nth-child(2), .reasons__tr:last-child .reasons__th:nth-child(2) {
    border: 1px solid #2a53a8;

    color: #ffffff;
}*/

.reasons__th {
    background-color: transparent !important;
}

.reasons__th, .reasons__td {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px;
    /* width: 25.96%;*/

    width: 20%;
    background: #FFFFFF;

    /*border: 1px solid #e0e0e0;
    margin: 1px;*/
}

@media (max-width: 768px) {
    .reasons__th, .reasons__td {
        padding: 15px;
        width: 10%;
    }
}

@media (max-width: 480px) {
    .reasons__th, .reasons__td {
        padding: 10px;
        width: 13%;
    }

    .reasons__th.bordered.logo img {
        max-width: 100%;

    }
}

.reasons__th:first-child, .reasons__td:first-child {
    width: 45%;
    /*border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;*/
}

@media (max-width: 768px) {
    .reasons__th:first-child, .reasons__td:first-child {
        width: 20%;

    }

    .reasons__tr .reasons__td:first-child, .no-border {

    }

    .reasons__wrapper {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .reasons__tr {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .reasons__tr {

    }

    .reasons__th:first-child, .reasons__td:first-child {
        width: 18%;
        min-width: 140px;
    }
}

.reasons__th:nth-child(2), .reasons__td:nth-child(2) {
    background-color: #449EFF !important;

}

.reasons__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reasons__th {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #333;
    text-align: center;
    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 480px) {
    .reasons__th {
        font-size: 14px;
        font-weight: 700;
    }
}

.no-border {
    border: 1px solid #fff !important;
    background: #fff !important;
    border-radius: 0 !important;
}

.reasons__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .reasons__img-wrapper {
        width: 16px;
    }
}

.reasons__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.reasons__th .reasons__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #333;
    align-self: flex-start;
}

.reasons__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    text-align: center;
}

@media (max-width: 768px) {
    .reasons__th .reasons__text {
        font-size: 16px;
    }

    .reasons__text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .reasons__text {
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        color: #333;
    }
}


.reasons__head {
}


.reasons__tr:nth-child(2) .reasons__td:first-child {
    border-top-left-radius: 10px;
}

.reasons__tr:nth-child(2) .reasons__td:last-child {
    border-top-right-radius: 10px;
}


.reasons__tr:last-child .reasons__td:first-child {
    border-bottom-left-radius: 10px;
}

.reasons__tr:last-child .reasons__td:last-child {
    border-bottom-right-radius: 10px;
}

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

.head-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

@media(max-width:480px){
  .head-text{
   font-size: 12px;
  }

}


.about-section {
    padding-top: 75px;
    padding-bottom: 80px;
    background-color: #f4fbff;
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .about-section {
        padding: 75px 0;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F9FE));
        background-image: linear-gradient(180deg, #FFFFFF 0%, #f9f9f9 100%);
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding-top: 40px;
    }
}


.about-section .h2 {
    text-align: left;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .about-section .h2 {
        text-align: center;
        font-size: 22px;
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
       
        margin-bottom: 25px;
    }
}


.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .about__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.about__col:first-child {
    width: 41%;
}

@media (max-width: 768px) {

    .about__col:last-child {
        display: none;
    }
}

@media (max-width: 768px) {
    .about__col:first-child {
        width: 100%;
    }
}

.about__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .about__text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .about__text {
        font-size: 14px;
        line-height: 1.8;
    }
}

.about__text p {
    margin: 0;
}

.about__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: -30px;
}

@media (max-width: 768px) {
    .about__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
}

.about__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 17px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .about__list-item {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.about__img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .about__img-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.about__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.about__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #5A5A5A;
}

@media (max-width: 768px) {
    .about__item-text {
        font-weight: 700;
        text-align: center;
        color: #1B1B1B;
    }
}

@media (max-width: 480px) {
    .about__item-text {
        font-size: 13px;
    }
}

.about__mobile {
    display: none;
}

@media (max-width: 480px) {
    .about__mobile {
        display: block;
    }

    .about__mobile img {
        display: block;
        width: 100%;
        height: auto;
    }
}


.cta-section {
    padding: 15px 0;
    background: #449EFF;
    position: sticky;
    top: 0;
    z-index: 3;
}

@media (max-width: 480px) {
    .cta-section {
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .cta-section .container {
        padding: 0 15px;
    }
}

.cta__logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .cta__logo img {
        max-width: 206px;
        margin: 0 auto;
    }
}

.cta__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 480px) {
    .cta__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cta__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333%;
}

.cta__col:last-child {
    text-align: center;
}

@media (max-width: 768px){
    .cta__col {
        width: 50%;
    }

    .cta__col:nth-child(2){
        display: none;
    }

    .cta__col:last-child {
        text-align: right;
    }
}

@media (max-width: 480px) {
    .cta__col{
        width: 100%;
    }

    .cta__col:last-child {
        margin-top: 15px;
        text-align: center;
    }
}

.cta__col .button {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 10px 35px;
    background: #7cfab0;
    color: black;
}

@media (max-width: 480px) {
    .cta__col .button {
        font-size: 14px;
        padding: 10px;
    }
}

.cta__rank {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

@media (max-width: 480px) {
    .cta__rank {
        font-size: 13px;
        font-weight: 300;
    }
}

.cta__rank img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .cta__rank img {
        max-width: 83px;
    }
}

.cta__item {
    padding: 80px 0;
    background-image: url("../images/page-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 480px) {
    .cta__item .page__img-wrapper{
        display: none;
    }
}

.cta__item-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    margin-top: 37px;
}

@media (max-width: 1024px) {
    .cta__item-text {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .cta__item-text {
        font-size: 24px;
        margin-top: 0;
        margin-left: 30px;
        margin-right: 30px;
    }

    .cta__item{
        padding: 50px 0;
        background-position: center;
    }
}

.page__img-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
