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

:root {
    --main-bg-color: #F19818;
}



*,
*::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: 'Inter', sans-serif;
    font-weight: 500;
    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: 'Inter', 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-size: 46px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;

}

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

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 21px;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }
}

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;
}

.subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .subtitle{
        font-size: 18px;
        line-height: 1.2;
    }
}

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

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;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: none;
    padding: 17px;
    background-color: #81CA64;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 0px 1px 1px #D0E3FF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), inset 0px 1px 1px #D0E3FF;
    border-radius: 4px;
    -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;
    }
}



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: 1280px;
    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;
    }
}

.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:#E63D1D;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
}

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

@media (max-width: 480px){
    .header__top-line {
        display: none;
        font-size: 10px;
        padding: 7px 0;
    }

    .header__top-line b{
        display: block;
    }
}

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

.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;
}

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

.header__main-line .header__col:last-child img{
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1200px) {

    .header__main-line .header__col {
        max-width: 50%;
    }
}

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

}

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

}

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

@media (max-width: 480px) {
    .header__logo img {
        width: 120px;
    }
}

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

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

.header__carousel{
    overflow: hidden;
}

.header__bottom-line{
    background: #222222;
    padding: 15px 0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .header__bottom-line .header__col{
        width: 100%;
    }

    .header__line-item{
     text-align: center!important;
        font-size: 14px;
    }
}


@media(max-width: 480px){
    .header__bottom-line{
     padding: 10px 0;
    }

    .header__line-item{
        font-size: 10px;
    }
}



.header__line-item span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}


.header__line-item span:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.header__line-item--left{
    text-align: left;
    justify-content: flex-start;

}

.header__line-item--left span:before{
    background-image: url("../image/truck.svg");
}

.header__line-item--center{
    text-align: center;
    justify-content: center;
}

.header__line-item--center span:before{
    background-image: url("../image/box.svg");
}

.header__line-item--right{
    text-align: right;
    justify-content: flex-end;
}

.header__line-item--right span:before{
    background-image: url("../image/refresh.svg");
}

.header__line-item img{
    flex: 0 0 auto;
    margin-right: 5px;
}



.header__info{
    display: flex;
    flex-direction: row;
}

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

.header__info-col:first-child{
    margin-right: 5px;
}

.header__info-text{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    max-width: 160px;
    text-align: center;
    margin-top: 5px;
}

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

.intro-section {
    background-color: white;
    background: linear-gradient(90deg, #FFF1ED 29.31%, rgba(248, 204, 193, 0) 80.97%), linear-gradient(360deg, #FFF1ED 4.63%, rgba(248, 204, 193, 0) 27.52%), url("../image/intro-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 50px;
    padding-bottom: 55px;
}

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

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

    .intro-section .page__cta-rank{
        justify-content: center;
    }


}

@media (max-width: 1200px){
    .intro-section .page__review{
        display: none;
    }
}


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

    .intro-section .page__review-content{
        text-align: center;
    }

    .intro-section .page__review-author{
        justify-content: center;
    }
}


.intro-section .page__button-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media(max-width: 1024px){
    .intro-section .page__button-wrapper{
        align-items: center;
    }
}



.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;
}

@media(max-width: 1024px){
    .intro__row{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

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

.intro__col:first-child {
    width: 53%;
    padding-right: 20px;
}

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

@media (max-width: 480px) {
    .intro__col:first-child{
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

@media (max-width: 1024px) {
    .intro__col:last-child {
        width: 100%;
        margin-bottom: 20px;
    }
}

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

.intro__img-wrapper {
    position: relative;
}

.badge{
    position: absolute;
    top: 0;
    left: -16px;
}

.badge img{
    display: block;
    max-width: 100%!important;
    height: auto;
}

@media (max-width: 1024px){
    .badge{
        left: 10px;
    }
}

@media (max-width: 480px) {
    .badge img{
        width: 92px;
        height: 92px;
    }
}

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

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

.intro__title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

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

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

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

.page__offer{
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 17px;
    border-radius: 30px;
    background-color: var(--main-bg-color);
}

@media(max-width: 480px){
    .page__offer{
        font-size: 10px;
       
        width: 100%;
    }
}

.intro__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 60px;
}

.page__list{
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 20px;
}

@media (max-width: 768px){
    .page__list{
        padding-left: 20px;
    }
}

@media (max-width: 480px){
    .page__list{
        padding-left: 0;
        margin-bottom: 13px;
    }
}

.page__list li{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
}


@media (max-width: 480px){
    .page__list li{
        font-size: 12px;
        padding-left: 20px;
        margin-bottom: 7px;
    }
}

.page__list svg{
    margin-right: 10px;
    position: absolute;
    top: 9px;
    left: 0;
}

@media (max-width: 480px){
    .page__list svg{
        top: 3px;
        width: 14px;
    }
}


.page__cta{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page__cta-img-wrapper{
    display: inline-block;
}


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

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

.page__cta-rank{
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .page__cta-rank{
        font-size: 11px;
    }
}

.page__cta-rank img{
    flex: 0 0 auto;
    width: 67px;
    display: block;
    max-width: 100%;
    height: auto;

}

.page__cta-rank span{

    margin-left: 7px;
}

.page__cta-line{
    flex: 0 0 auto;
    width: 100%;
    max-width: 250px;
    height: 6px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

@media(max-width: 480px){
    .page__cta-line{
        max-width: none;
        margin-bottom: 13px;
    }
}


.page__cta-inner{
    width: 20%;
    height: 100%;
    background-color: #E63D1D;
    border-radius: 10px;
}


.page__cta-text{
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

@media(max-width: 480px){
    .page__cta-text{
        justify-content: center;
    }
}

.page__cta-text svg{
    flex: 0 0 auto;
    width: 16px;
    margin-right: 7px;
}

.page__stars{
    margin-left: auto;
    margin-top: 3px;
}

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

.text-red{
    color:  #E63D1D;
}

@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;
    }
}

.intro__button {
   display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #81CA64;
    text-align: center;
    border: 1px solid #81CA64;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.25;
    color: #FFFFFF;
    padding: 13px 50px;
 	 min-width:400px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  
  	
  	transform: scale(1);
	animation: pulse 2s infinite;
}

.intro__button-top{
    display: block;
    font-size: 18px;
}

.intro__button-bottom{
    font-size: 14px;
}

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

    }
}

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

    }
}

@media (max-width: 480px) {
    .intro__button {
      min-width:auto;
        display: block;
        width: 100%;
      padding: 8px 30px;
    }
}

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


@keyframes pulse {
	0% {
		transform: scale(0.95);
		
	}

	70% {
		transform: scale(1);
		
	}

	100% {
		transform: scale(0.95);
		
	}
  
}


.intro__mobile {
    display: none;
}

@media (max-width: 768px) {

}

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

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

@media (max-width: 480px) {
    .intro__mobile img {
        margin: 0px auto;
        width: 100%;
    }

    .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;
}

.secure-block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}



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

@media (max-width: 480px) {
    .secure-block{
        margin: 7px 0;
    }

    .secure-block img{
        max-width: 140px;
        margin-right: 10px;
    }
}

.secure__text{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 20px;
}



.secure__text::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
    background-image: url("../image/lock.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 480px){

    .secure__text{
        font-size: 9px;
    }

    .secure__text::before{
        top: -1px;
    }
}

.page__review{
    margin-top: 30px;
}

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

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


.page__review-col:first-child{
    flex: 0 0 auto;
    margin-right: 30px;
}

.page__review-col img{
    border-radius: 5px;
}

.page__review-col:last-child{
    flex: 0 1 auto;
}

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

@media(max-width: 480px){
    .page__review-col:first-child{
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }

    .page__review-col:first-child img{
        width: 100%;
    }
}

.page__review-content .page__stars{
    display: none;
}

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

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


}

.page__review-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (max-width: 480px){
    .intro-section .page__review-title{
        margin-top: 10px;
    }
}

.page__review-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}

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

.page__review-author {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.page__review-name{
    flex: 0 0 auto;
    font-weight: 700;
    margin-right: 10px;
}

.page__review-verified{
    flex: 0 1 auto;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page__review-verified svg{
    flex: 0 0 auto;
    display: block;
    margin-right: 10px;
}

.page__review-verified svg path{
    fill: var(--main-bg-color);
}

.line-section {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 105px;
    padding: 10px 0;
}

@media (max-width: 480px) {
    .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 60s linear forwards infinite;
    min-width: calc(560px * 5) !important;
}

.r_content-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    min-width: 560px;
    -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;
}

@media (max-width: 480px) {
    .logo-center-el{
        max-width: 60%;
    }
}

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



.line__text b{
    font-size: 21px;
    display: block;
}

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

    .line__text b {
        font-size: 16px;
    }

    .line__text br{
        display: none;
    }
}

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

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

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

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

.page__promo--centered{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.page__promo--centered .page__cta-rank{
    margin-bottom: 15px;
}

.page__promo--centered .page__cta{
    margin-bottom: 0;
}

.page__promo--centered .secure-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page__promo--centered .secure-block img{
    margin-right: 0;
    margin-bottom: 5px;
}

.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-top: 60px;
}

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

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

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

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

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

@media (max-width: 480px) {
    .step__col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

.step__number{
    display: block;
    width: 32px;
    height: 32px;
    background-color: var(--main-bg-color);
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

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

    .step__number{
        width: 29px;
        height: 29px;
        font-size: 14px;
        line-height: 29px;
    }
}

.step__img-wrapper img {
    display: block;
    max-width: 210px;
    height: auto;
    margin: 0 auto;
    border-radius: 0%;
}

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

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

.step__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

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

.step__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    color: #000000;
}

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

    .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%;


    max-height: 270px;
    object-fit: cover;
    object-position: center;



}

@media (max-width: 1024px){
    .gallery__img-wrapper img{
        height: auto;
    }
}

.features-section {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fde6df),color-stop(15%, #fde6df), color-stop(30%, rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
    padding-top: 75px;
    padding-bottom: 55px;
}

@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: 40px 0 25px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fde6df),color-stop(7%, #fde6df), color-stop(18%, rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(top, #fde6df 0%,#fde6df 7%, rgba(255, 255, 255, 0) 18%,rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to bottom, #fde6df 0%,#fde6df 7%, rgba(255, 255, 255, 0) 18%,rgba(255, 255, 255, 0) 100%);
    }
}





@media (max-width: 768px) {
    .features-section .h2 {

    }
}

@media (max-width: 480px) {
    .features-section .h2 {

    }
}

.features__row {
    background-image: url("../image/features-product.png");
    background-position: center;
    background-size: 380px;
    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;
    padding-top: 60px;
}

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

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

.features__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin: 45px 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: 30px;
        margin-top: 0;
    }
}

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

.features__col:nth-child(even) .features__item {
    margin-left: auto;
}

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

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

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

@media (max-width: 768px) {
    .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: 20px;
    line-height: 1.35;
    text-align: center;
    color: #202020;
    padding: 5px 10px;
    margin-bottom: 8px;
}

@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: 14px;
        margin-bottom: 5px;
    }
}

.features__item-text {
    font-weight: 400;
    font-size: 16px;
}

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

.benefits-block{
    margin: 20px 0;
}

.benefits-block .container{
    max-width: 700px;
}

.benefits__row{
    display: flex;
    flex-direction: row;
}

.benefits__col{
    flex: 0 0 auto;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.benefits__item{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
}

.benefits__img-wrapper{
    margin-bottom: 5px;
}

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

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

    .benefits__col{
        width: 50%;
        margin-bottom: 40px;
    }

    .benefits__col:last-child, .benefits__col:nth-last-child(2){
        margin-bottom: 0;
    }

    .benefits__item{
        font-size: 14px;
    }
}

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


.rec-section {
    padding-top: 55px;
    padding-bottom: 90px;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F9FE));
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F9FE 100%);
}

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

.rec-section .h2 {

}

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

    }
}

.rec-section .container {
    max-width: 975px;
}

@media (max-width: 480px) {
    .rec-section .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.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;
    margin-left: -12px;
    margin-right: -12px;
}

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

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

.rec__img-wrapper {
    margin-bottom: 30px;
}

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

.rec__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    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;
}

.rec__title img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

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

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

.rec__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    text-align: center;
    color: #000000;
}

@media (max-width: 480px) {
    .rec__text {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .rec__carousel .slick-list {
        padding: 0 20% 0 0 !important;
    }
}

@media (max-width: 768px) {
    .rec__carousel .slick-track {
        margin-left: -12px;
        margin-right: -12px;
    }
}



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

.cta-section .container {
    max-width: 1010px;
}

@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: 140px;
        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: 768px) {
    .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%;
}

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

    .cta__col:last-child {
        width: 100%;
        margin-top: 8px;
    }
}

.cta__col .button {
    padding: 13px;
    width: 100%;
}

@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;
    }
}

.about-section {
    padding-top: 90px;
    padding-bottom: 70px;
    background-image: url("/cdn/templates/25/assets/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-color: #FFFFFF;
        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 .container {
    max-width: 900px;
}

.about-section .h2 {

}

@media (max-width: 768px) {
    .about-section .h2 {

    }
}

.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: 36%;
}

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

.about__col:last-child {
    width: 64%;
}

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

.about__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
}

@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-bottom: 20px;
}

.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;
    }
}

.reviews-section {
    padding-top: 90px;
    padding-bottom: 40px;
    background-color: #ffffff; /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fde6df),color-stop(15%, #fde6df), color-stop(30%, rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
}

@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;
    }
}


.reviews-section .h2 {
    max-width: 800px;
}


.reviews-section .container{
    max-width: 1195px;
}

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

.reviews-section .slick-arrow {
    width: 38px;
    height: 38px;
    border-radius: 2.5rem;
    line-height: 0;
    background-color: #000000;
    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 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 60px;
}

.reviews__rank *{
    margin-right: 10px;
}

.reviews__rank *:last-child{
    margin-right: 0;
}

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

    .reviews__rank *{
        margin-right: 0;
        margin-bottom: 5px;
    }

    .reviews__rank *:last-child{
        margin-bottom: 0;
    }
}

.reviews__rank-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #000000;

}

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


@media (max-width: 768px){
    .reviews__rank-img-wrapper:first-child{
        display: none;
    }
}



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

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

.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;
    }
}

.reviews__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -22px;
    margin-right: -22px;
}


.reviews__col{
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 22px;
}
.reviews__item {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}


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

    .reviews__col{
        padding: 15px;
    }
}

.reviews__col--add{
    display: none;
}


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

    .reviews__item{
        box-shadow: none;
    }
}

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

.reviews__img-wrapper {
    position: relative;
}

.reviews__img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

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

.reviews__author {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 5px 10px;
    background-color: #072b73;
    border-radius: 100px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: none;
}

.reviews__item-content {
    border-top: none;
    padding: 25px 32px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #FFFFFF;
}

@media(max-width: 480px){
    .reviews__item-content{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.reviews-section .page__review-name{
    font-size: 14px;
}

@media (max-width: 480px) {
    .reviews-section .page__review-name{
        font-size: 12px;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
}

.reviews__item-heading{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.reviews__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #545454;
    margin-bottom: 14px;
}

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

    .reviews__text {
        font-size: 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: 8px;
}

.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;
    display: none;
}

.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;
    }

    .reviews__item-rank{
        justify-content: center;
    }

    .page__review-author{
        justify-content: center;
    }

    .reviews-section .slick-dots li button:before{
        font-size: 12px;
    }

    .reviews-section .slick-dots li{
        margin: 0 2px;
    }
}

.reviews__button-wrapper{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 15%, #FFFFFF 35%,#FFFFFF 100%);
    text-align: center;
    margin-top: -205px;
    position: relative;
    z-index: 1;
}

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

.reviews__button{
    display: inline-block;
    padding: 18px 45px;
    border: 2px solid #81CA64;
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #81CA64;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
}

.reviews__button:hover{
    color: #81CA64;
    opacity: 0.7;
}


.promo-section {
    background-color: rgba(253, 230, 223, 0.5);;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 70px;
}

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

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

.promo__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.promo__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 10px;
}

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

    .promo__col:last-child .promo__item {
        margin-bottom: 0;
    }
}

.promo__item {
    text-align: left;
}

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

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

.promo__img-wrapper {
    margin-bottom: 20px;
}

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

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

@media (max-width: 1024px) {
    .promo__img-wrapper img {
        width: 80px;
        margin: 0 auto;
    }
}

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

.promo__item{
    text-align: center;
}

.promo__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 13px;
}

@media (max-width: 480px) {
    .promo__item-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.promo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.53;
    color: #000000;
}

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

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

.action-section {
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 95px;
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}


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

    .action-section .h2 {

    }
}

@media (max-width: 768px) {
    .action-section {
        padding: 45px 25px;
    }
}

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

.action__list{
    margin-top: 45px;
}

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

    .action__list{
        margin-top: 15px;
    }
}

.action__list-item {
    padding: 10px 0;
}

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

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

.action__header {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    padding: 6px 10px 6px 0;
    padding-left: 40px;
    cursor: pointer;
}

.accordion.active .action__header{
    color: var(--main-bg-color);
}

.action__header:not(:last-child) {

}

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

    .accordion__content{
        font-size: 12px;
    }
}

.action__toggle {
    position: absolute;
    top: 5px;
    left: 0;
    cursor: pointer;
}

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

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

.accordion__content {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 40px;
    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: 8px;
}

@media (max-width: 480px) {
    .accordion.active .action__toggle{
        top: 5px;
    }
}


.accordion.active .action__toggle svg path{
    fill: var(--main-bg-color);
    stroke: var(--main-bg-color);
}



.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: 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 {
    padding: 28px 0;
}

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

.footer__top {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
}


.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;
    align-items: center;
}



.footer__col{
    flex: 0 0 auto;
}

.footer__col--left{
    padding-right: 15px;
}

.footer__col--center{
    flex: 1 1 auto;
}

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

    .footer__col--center{
        width: 100%;
        margin: 12px 0;
    }

}

.footer__logo {
    text-align: left;
}

.footer__logo img {
    display: block;
    max-width: 190px;
    height: auto;
    cursor: pointer;
}

@media (max-width: 480px) {
    .footer__logo img{
        max-width: 140px;
    }
}


.footer__bottom {
    padding: 10px 0;
}

.footer__nav {
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer__link{
    flex: 0 0 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px;
    cursor: pointer;
}

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

@media (max-width: 768px) {
    .footer__nav{
        justify-content: space-around;
    }
}

.footer__copyright {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
}

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

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

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

@media (max-width: 768px) {
    .footer__cards {
        max-width: 240px;
    }
}

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

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

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


.outro__wrapper .page__cta{
    flex: 0 0 auto;
    width: 50%;
}

.outro__wrapper .page__button-wrapper{
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;

}


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

    .outro__wrapper .page__cta{
        width: 100%;
    }

    .outro__wrapper .page__button-wrapper{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;

    }
}


.tiles-section {
    padding: 90px 0;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fde6df),color-stop(15%, #fde6df), color-stop(30%, rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fde6df 0%,#fde6df 15%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0) 100%);
}

.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: 43px 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fde6df),color-stop(5%, #fde6df), color-stop(12%, rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(top, #fde6df 0%,#fde6df 5%, rgba(255, 255, 255, 0) 12%,rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(to bottom, #fde6df 0%,#fde6df 5%, rgba(255, 255, 255, 0) 12%,rgba(255, 255, 255, 0) 100%);
    }
}

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

.tiles-section .page__review{
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 25px;
    margin-top: 20px;

}

.tiles__item-group{
    margin-top: 95px;
}

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

.tiles__item:not(:first-child) {
    margin-top: 40px;
}

.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;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

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

}

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


.tiles__item:nth-child(even) .tiles__content{
    margin-right: auto;
}

.tiles__item:nth-child(odd) .tiles__content{
    margin-left: auto;
}

@media(max-width: 1200px){
    .tiles__item:nth-child(even) .tiles__content{
        margin-right: 30px;
    }

    .tiles__item:nth-child(odd) .tiles__content{
        margin-left: 30px;
    }
}

@media(max-width: 768px){
    .tiles__item:nth-child(even) .tiles__content{
        margin-right: 0;
    }

    .tiles__item:nth-child(odd) .tiles__content{
        margin-left: 0;
    }
}

.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;
        flex-direction: column;
        -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: 52%;
}

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

    .tiles__content {
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.tiles__content {
    max-width: 80%;
}

@media (max-width: 1200px){
    .tiles__content {
        max-width: 100%;
    }
}

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

.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: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #000000;
    max-width: 480px;
}

.tiles__heading mark{
    background-color: transparent;
    color: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

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

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

.tiles__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #191919;
    font-weight: 400;
    margin-top: 12px;
}

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

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

.tiles-section .page__review-col{
    margin-right: 0;
}

@media (max-width: 768px) {
    .tiles-section .page__review{

        position: relative;
        padding: 20px;
        padding-top: 43px;
    }

    .tiles-section .page__stars{
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
    }

    .tiles-section .page__stars img{
        width: 67px;
    }

    .tiles-section .page__review-author{
        justify-content: center;
        flex-wrap: wrap;
    }

    .tiles-section .page__review-name{
        flex: 0 0 auto;
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

.tiles-section .page__stars{
    display: block;
}

.dir-rtl {
    direction: rtl;
}

.dir-rtl .badge{
    left: auto;
    right: -25px;
}

.dir-rtl .page__list{
    padding-right: 0;
}

.dir-rtl .page__list li {
    padding-left: 0;
    padding-right: 30px;
}

.dir-rtl .page__list svg {
    left:auto;
    right: 0;
}

.dir-rtl .page__review-col:first-child{
    margin-left: 30px;
    margin-right: 0;
}

.dir-rtl .page__review-name{
    margin-right: 0;
    margin-left: 10px;
}

.dir-rtl .page__review-verified svg{
    margin-right: 0;
    margin-left: 10px;
}

.dir-rtl .r_seen_inner-2 {
    flex-direction: row-reverse;
}

.dir-rtl .about-section {
    background-image: url(/cdn/templates/25/assets/images/about-bg-he.jpg);
}

.dir-rtl .about__img-wrapper {
    margin-right: 0;
    margin-left: 15px;
}

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

.dir-rtl .intro__col:last-child {
    padding-left: 0;
    padding-right: 20px;
}

.dir-rtl .features__col:nth-child(even) .features__item {
    margin-left: 0;
    margin-right: auto;
}

.dir-rtl button.button--with-icon,
.dir-rtl a.button--with-icon {
    padding-right: 42px;
    padding-left: 70px;
}

.dir-rtl button.button--with-icon::after,
.dir-rtl a.button--with-icon::after {
    right: auto;
    left: 30px;
    transform: translateY(-50%) rotate(180deg)
}

.dir-rtl .step__item {
    text-align: right;
}

.dir-rtl .tiles__col:first-child {
    margin-right: 0;
    margin-left: 40px;
}

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

.dir-rtl .reviews__item-rank span {
    margin-right: 0;
    margin-left: 10px;
}

.dir-rtl .reviews__author {
    left: auto;
    right: 10px;
}

.dir-rtl .promo__item {
    text-align: right;
}

.dir-rtl .benefits__col {
    border-left: 1px solid #c3c3c3;
    border-right: none;
}

.dir-rtl .footer__logo {
    text-align: right;
}

.dir-rtl .footer__nav-list {
    text-align: right;
    padding-right: 0;
}

.dir-rtl .footer__col:last-child {
    padding-left: 0px;
    padding-right: 10px;
}

@media (max-width: 1024px) {
    .dir-rtl .header-block .button {
        margin-right: 0;
    }

    .dir-rtl .intro__button {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .dir-rtl .intro__col:last-child {
        padding-right: 0;
    }
}

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

    .dir-rtl .tiles__item:nth-child(even) .tiles__col:first-child {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .dir-rtl .tiles__col:first-child {
        margin: 0 auto;
    }

    .dir-rtl .promo__item {
        text-align: center;
    }
}

.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;
    }
  
  .fancybox-slide{
    padding:15px!important;
  }
}

.disclaimer {
    max-width: 700px;
    font-size: 12px;
    line-height: 1.2;
    color: #bbb4b4;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
}
