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: #fff;
    color: #000000;
    font-size: 21px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
}

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: 'Open Sans', 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;
}

.colored{
    color: #4469b0;
}

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 {
    color: #2f2f2f;
    font-size: 43px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 30px;
    }
}

.h1 mark, h1 mark{
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));

}

h2, .h2 {
    background-color: #f0f5ff;
    padding: 10px 32px;

    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #4267b2;
    text-transform: none;
    text-align: left;
    margin-bottom: 0;
}

.h2 b, h2 b{
    font-weight: 900;
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 24px;
    }
}

.h3, h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    color: #2E2E2E;
    text-transform: none;
}


p, div.p {
    margin: 1.35em 0 1.35em 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 {
    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;
    text-align: center;
    margin: 20px 0;
}

a.button, button.button {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    border: 1px solid #34740e;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1.2;
    text-transform: none;
    padding: 17px 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    outline: none;
}

a.button:hover, button.button:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    a.button, button.button {
        line-height: 1.2;
        padding: 14px;
    }

    a.button:hover, button.button:hover {
        background-color: blue;
        -webkit-box-shadow: 0px 3px 0 #4b6232;
        box-shadow: 0px 3px 0 #4b6232;
    }
}

@media (max-width: 480px) {
    a.button, button.button {
        font-size: 20px;
    }
}

.text-link, .page__link {
    color: #167ac6;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 400;
    cursor: pointer;
    border: none;
    background: transparent;
}

.text-link {
    font-weight: 700;
}

.text-link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #405cb3;
}


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 {
    max-width: 970px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.page__row {
    display: flex;
    flex-direction: row;

    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}


.page__col {
    flex: 0 0 auto;
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 480px){
    .page__row{
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }

    .page__col{
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}


.page__img-wrapper img, .page__img-wrapper video {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page__img-wrapper a {
    display: block;
    margin-bottom: 20px;
}

.page__img-wrapper i, .page__media-wrapper i{
    display: block;
    background: #F4F4F4;
    font-size: 12px;
    padding: 5px;
}


.page__media-wrapper{
    margin-bottom: 40px;
}

.page__media-wrapper video{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.header-block {
    background: linear-gradient(284.84deg, #2456a0 30.75%, #4aa3e9 85.96%);
}

.header__top{
    padding: 5px 0;
    background-color: #EDEDED;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}


.header__button {
    display: inline-block;
    background-color: #0ed13d;
    border-color: transparent;
    border-radius: 8px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.41);
    color: #fff;
    max-width: 250px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.header__button:hover{
    color: #fff;
    text-decoration: underline;
}

.header__promo {
    background-color: #344a5f;
    color: #ffffffab;
    font-size: 10px;
    line-height: 1.2;
    padding: 7px 0;
}

.header__promo b {
    color: white;
}

.header__main {
    padding: 10px 0;
    background-color: #4267b2;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}

.header__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.header__col img {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    margin-left: auto;
}

.header__logo {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.header__logo span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
}

@media (max-width: 480px) {
    .flag {
        width: 20px;
    }

    .header__logo img {
        width: 130px;
    }

    .header__logo span {
        font-size: 17px;
        font-weight: 600;
        display: block;
        margin-left: 6px;
        margin-top: 1px;
    }

    .header__col {
        max-width: none;
    }

    .header__trend {
        font-size: 14px;
    }
}

.attention-bar {
    background-color: rgba(255, 227, 149, .53);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.attention {
    text-align: center;
    border: 2px solid #F94C49;
    background-color: #fff2cc;
    padding: 10px 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}


blockquote {
    background-color: #f9f9f9;
    color: #3d3d4e;
    margin-bottom: 18px;
    padding: 25px 15px;
    margin-left: 0;
    margin-right: 0;
    border-left: 10px solid #ccc;
    font-size: 20px;
}

blockquote:before {
    color: #ccc;
    content: "“";
    font-size: 3em;
    line-height: .1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

@media (max-width: 480px) {
    blockquote {
        padding: 30px 40px 30px 55px;
        font-size: 14px;
    }

    .attention {
        padding: 10px 20px;
    }
}

.subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}




.review__list, .review__bottom-list {
    list-style: none;
    padding-left: 0;
}

.review__list li {

}

.review__list li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.review__list li p {

    margin: 0;
}

.review__item-title {
    margin: 0;
    margin-bottom: 4px;
}

.text-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.text-col {
    flex: 0 0 auto;
    width: 50%;
    text-align: center;
    font-weight: 700;
}

.info-head {
    background-color: #447CDA;
    color: white;
    padding: 8px 0;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.info-block {
    font-size: 18px;
    margin-bottom: 18px;
    padding: 40px 50px 5px;
    margin: 0 0 45px;
    background-image: url('../img/bar.webp');
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
    background-color: #fffcd9;
    animation: animatedbg 10s infinite linear;
    -webkit-animation: animatedbg 10s infinite linear;
}



@keyframes animatedbg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}


.info-body b {
    color: black;
}

.info__row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.info__col{
    flex: 0 0 auto;
}

.info__col:first-child{
    width: 70%;
    padding-right: 30px;
}

.info__col:last-child{
    width: 30%;
}

@media(max-width: 768px){
    .info-block{
        padding: 20px 15px;
    }

    .info__row{
        flex-wrap: wrap;
    }

    .info__col:first-child{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .info__col:last-child{
        width: 100%;
    }
}

.info__item{
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 8px;
    text-align: center;
    font-size: 15px;
    height: 100%;
}

.info__item p{
    margin: 0;
}

.info__item .page__img-wrapper{
    flex: 0 0 auto;
    margin-bottom: 5px;
}

.text-red{
    color: red;
}

.footer-block {
    background: #2e2e2e;
    padding: 10px 0;
    text-align: center;
    padding-bottom: 40px;
    color: #919191;
    font-size: 13px;
}

.footer-block .copyright {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 10px;
    font-size: 13px;
    margin: 0 15px;
    color:  #919191;
}

.footer-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-block a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 10px;
    font-size: 13px;
    margin: 0 15px;
    color: #919191;
}

.promo-block {
    padding: 12px 0;
    background-color: rgba(0, 0, 0, .69);
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
   display: none;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slide-in;
    animation-name: slide-in;
    padding: 10px 0;
}

.promo__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.promo__col{
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promo__img-wrapper{
    flex: 0 0 auto;
}

.promo__img-wrapper img{
    display: block;
    max-width: 100%;
    height: auto;
}

.promo__title{
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 25px;
    text-transform: uppercase;
    text-align: center;
}

.promo__text{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.promo__content{
    flex: 0 0 auto;
    margin-right: 25px;
}

.promo__content .button{
    background: #29d54f;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 20px;
    box-shadow: 0 4px 4px rgba(0 0 0 0.25);
    text-shadow: 0 2px 3px rgba(0 0 0  0.25);

}

.promo__mobile-text{
    display: none;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-top: 7px;
}

.stars-block{
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 15px;
}

.stars-block span{
    color: #007185;
}

.stars-block img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 5px;
}


.colored-block{
    background-color: #fffcd9;
    padding: 13px 15px;
    min-height: auto;
    margin: 15px 0 25px;
    border: 1px solid #efe781;
    border-radius: 8px 8px 8px 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.page__list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.page__list li{
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    position: relative;

}

.page__list span{
    flex: 0 0 auto;
    display: block;
    width: 67px;
    height: 67px;
    background: #4168AF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.page__list p{

    margin: 0;
    margin-left: 30px;
    background-color: #f8f8f8;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 16px 16px 70px;
}

.page__list b{
    color: #4267b2;
    font-weight: 600;
}

.action__list{
}

.action__item{
    margin-bottom: 20px;
}

.action__item-head{
    padding: 10px 25px 10px 0;
    font-weight: 700;
}

.review__row{
    display: flex;
    flex-direction: row;
    margin: 30px -14px;
}

.review__col{
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 14px;
}

@media(max-width: 480px){
    .review__row{
        flex-wrap: wrap;
    }

    .review__col{
        width: 100%;
        margin-bottom: 15px;
    }
}

.review__item{
    border: 1px solid #dadada;
    text-align: center;
}

.review__item p{
    margin: 0;
}

.review__item img{
    width: 100%;
}

.review__item-head{
    font-weight: 700;
    font-size: 18px;
    padding: 5px 10px;
}

.review__content{
   padding:  15px;
}

.review__content p{
    font-size: 16px;
}

.review__content span, .review__content b{
    font-size: 12px;
}

@media (max-width: 768px) {
    .header__button{
        font-size: 14px;
    }

    .promo__content{
        margin-right: 10px;
    }

    .promo__title{
        margin-left: 10px;
        font-size: 18px;
    }

    .promo__row{
        justify-content: center;
    }

    .promo__col:first-child{
        display: none;
    }

    .promo__mobile-text{
        display: block;
    }

    blockquote{
        padding: 27px 25px 30px 30px;
    }

    .info-head{
        font-size: 18px;
    }

    h2 .text-link{
        font-size: 20px;
    }

    @media (max-width: 480px) {
        .promo__img-wrapper img{
            width: 50px;
        }
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}
