/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: 500
}

dfn {
    font-style: italic
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 60%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

@media print {
    *,
    ::after,
    ::before,
    ::first-letter,
    blockquote::first-line,
    div::first-line,
    li::first-line,
    p::first-line {
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #000;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .tag {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

@-ms-viewport {
    width: device-width
}

body,
html {
    height: 100%
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    overflow-x: hidden;
    color: #707177;
    background: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286
}

body.nav-active {
    overflow: hidden
}

body.nav-active:before {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .5;
    background-color: #000
}

@media (min-width:1024px) {
    body {
        font-size: 1rem;
        line-height: 1.5
    }
    body.nav-active {
        overflow: visible
    }
    body.nav-active:before {
        display: none
    }
}

[tabindex="-1"]:focus {
    outline: 0!important
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #ff5e63;
    outline: 0;
    font-weight: 400
}

a:focus-visible,
a:hover {
    text-decoration: underline;
    color: #060f31
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button:focus-visible {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button:active,
button:focus,
button:hover {
    outline: 0
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: default
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: .5em;
    padding: 0;
    font-size: 1.5em;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

[hidden] {
    display: none!important
}

.hidden {
    display: none
}

.page {
    overflow: hidden;
    padding-bottom: 20px;
}

@media (min-width:1024px) {
    .page {
        min-height: 100%
    }
    .footer {
        min-height: 7.75rem
    }
    .footer {
        min-height: 7.75rem
    }
}

@media (max-width:1023px) {
    .page {
        padding-top: 0;
    }
}

@font-face {
    font-family: icons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/icons.ttf?v1l73s) format("truetype"), url(../fonts/icons.woff?v1l73s) format("woff"), url(../fonts/icons.svg?v1l73s#icons) format("svg")
}


@media ( max-width: 768px ) {
    .hide-on__mobile {
        display: none !important;
    }
}

@media ( min-width: 769px ) {
    .hide-on__desktop {
        display: none !important;
    }
}


.list_check>li:before,
.list_cons>li:before,
[class*=" icon-"],
[class^=icon-] {
    text-transform: none;
    font-family: icons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-access:before {
    content: "\e905"
}

.icon-privacy:before {
    content: "\e906"
}

.icon-security:before {
    content: "\e907"
}

.icon-caret-right:before {
    content: "\e900"
}

.icon-caret-right-sm:before {
    content: "\e909"
}

.button__icon.icon-caret-right-2 {
    top: .3rem;
}

.icon-caret-right-2:before {
    content: '';
    background: url('../svg/btn-visit.svg') 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
    display: block;
}

.icon-caret-down:before {
    content: "\e904"
}

.icon-check:before,
.list_check>li:before {
    content: "\e901"
}

.icon-close:before,
.list_cons>li:before {
    content: "\e903"
}

.icon-star:before {
    content: "\e902"
}

.icon-info:before {
    content: "\e908"
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #060f31;
    font-weight: 500
}

.h1,
h1 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.3333333333
}

.h2,
h2 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.3333333333
}

.h3,
h3 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.3
}

.h3+.list,
h3+.list {
    margin-top: .75rem
}

.h4,
h4 {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5
}

.text .h4+.list,
.text h4+.list {
    margin-top: 1.1875rem
}

.h5,
h5 {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1.5em
}

dl:last-child,
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

dl:last-child,
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

.text dl+.h2,
.text dl+.h3,
.text dl+.h4,
.text dl+h1,
.text dl+h2,
.text dl+h3,
.text dl+h4,
.text ol+.h2,
.text ol+.h3,
.text ol+.h4,
.text ol+h1,
.text ol+h2,
.text ol+h3,
.text ol+h4,
.text p+.h2,
.text p+.h3,
.text p+.h4,
.text p+h1,
.text p+h2,
.text p+h3,
.text p+h4,
.text ul+.h2,
.text ul+.h3,
.text ul+.h4,
.text ul+h1,
.text ul+h2,
.text ul+h3,
.text ul+h4 {
    margin-top: 2em
}

.p1 {
    font-size: 1rem;
    line-height: 1.25
}

.p2 {
    font-size: .875rem;
    line-height: 1.4285714286
}

.p3 {
    font-size: .75rem;
    line-height: 1.3333333333
}

@media (min-width:1024px) {
    .h1,
    h1 {
        font-size: 2.25rem;
        line-height: 1.3333333333
    }
    .h2,
    h2 {
        margin-bottom: 1.25rem;
        font-size: 2.25rem;
        line-height: 1.3333333333
    }
    .h3,
    h3 {
        margin-bottom: .5rem;
        font-size: 1.5rem;
        line-height: 1.3333333333
    }
    .h4,
    h4 {
        font-size: 1.25rem;
        line-height: 1.3
    }
    .text dl+.h2,
    .text dl+.h3,
    .text dl+.h4,
    .text dl+h1,
    .text dl+h2,
    .text dl+h3,
    .text dl+h4,
    .text ol+.h2,
    .text ol+.h3,
    .text ol+.h4,
    .text ol+h1,
    .text ol+h2,
    .text ol+h3,
    .text ol+h4,
    .text p+.h2,
    .text p+.h3,
    .text p+.h4,
    .text p+h1,
    .text p+h2,
    .text p+h3,
    .text p+h4,
    .text ul+.h2,
    .text ul+.h3,
    .text ul+.h4,
    .text ul+h1,
    .text ul+h2,
    .text ul+h3,
    .text ul+h4 {
        margin-top: 1.65em
    }
    .p1 {
        font-size: 1.25rem;
        line-height: 1.6
    }
    .p2 {
        font-size: 1rem;
        line-height: 1.5
    }
    .p3 {
        font-size: .875rem;
        line-height: 1.2857142857
    }
}

b,
strong {
    font-weight: 500
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.text-primary {
    color: #ff5e63
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-right: 30px;
    padding-left: 15px;
    padding-left: 30px
}

@media (min-width:722px) {
    .container {
        width: 100%;
        max-width: 722px
    }
}

@media (min-width:1024px) {
    .container {
        width: 100%;
        max-width: 1170px
    }
}

.container:empty {
    display: none
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

.row-h-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1 {
    max-width: 8.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%
}

.col-xs-2 {
    max-width: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%
}

.col-xs-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.col-xs-4 {
    max-width: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%
}

.col-xs-5 {
    max-width: 41.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%
}

.col-xs-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-xs-7 {
    max-width: 58.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%
}

.col-xs-8 {
    max-width: 66.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%
}

.col-xs-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.col-xs-10 {
    max-width: 83.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%
}

.col-xs-11 {
    max-width: 91.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%
}

.col-xs-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:576px) {
    .col-sm-1 {
        max-width: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%
    }
    .col-sm-2 {
        max-width: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
    .col-sm-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-sm-4 {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
    .col-sm-5 {
        max-width: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%
    }
    .col-sm-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-sm-7 {
        max-width: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%
    }
    .col-sm-8 {
        max-width: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%
    }
    .col-sm-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .col-sm-10 {
        max-width: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%
    }
    .col-sm-11 {
        max-width: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%
    }
    .col-sm-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width:722px) {
    .col-md-1 {
        max-width: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%
    }
    .col-md-2 {
        max-width: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
    .col-md-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-md-4 {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
    .col-md-5 {
        max-width: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%
    }
    .col-md-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-md-7 {
        max-width: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%
    }
    .col-md-8 {
        max-width: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%
    }
    .col-md-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .col-md-10 {
        max-width: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%
    }
    .col-md-11 {
        max-width: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%
    }
    .col-md-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1024px) {
    .col-lg-1 {
        max-width: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%
    }
    .col-lg-2 {
        max-width: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
    .col-lg-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-lg-4 {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
    .col-lg-5 {
        max-width: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%
    }
    .col-lg-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-lg-7 {
        max-width: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%
    }
    .col-lg-8 {
        max-width: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%
    }
    .col-lg-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .col-lg-10 {
        max-width: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%
    }
    .col-lg-11 {
        max-width: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%
    }
    .col-lg-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width:1440px) {
    .col-xl-1 {
        max-width: 8.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%
    }
    .col-xl-2 {
        max-width: 16.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
    .col-xl-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .col-xl-4 {
        max-width: 33.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
    .col-xl-5 {
        max-width: 41.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%
    }
    .col-xl-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .col-xl-7 {
        max-width: 58.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%
    }
    .col-xl-8 {
        max-width: 66.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%
    }
    .col-xl-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .col-xl-10 {
        max-width: 83.3333333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%
    }
    .col-xl-11 {
        max-width: 91.6666666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%
    }
    .col-xl-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:576px) {
    .col-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .col-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:722px) {
    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1024px) {
    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width:1440px) {
    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.row-xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:576px) {
    .row-sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:722px) {
    .row-md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .row-lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1440px) {
    .row-xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .row-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .row-xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.col-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.col-xs-center {
    -ms-flex-item-align: center;
    align-self: center
}

.col-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width:576px) {
    .col-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-sm-center {
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:722px) {
    .col-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-md-center {
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:1024px) {
    .col-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-lg-center {
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media (min-width:1440px) {
    .col-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .col-xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }
    .col-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.button {
    position: relative;
    display: inline-block;
    min-width: 11.25rem;
    padding: .4375rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

@media (min-width:1024px) {
    .button {
        padding: 1.0625rem 1rem;
        font-size: 1.25rem;
        line-height: 1.2
    }
}

.button:focus,
.button:hover {
    text-decoration: none;
    outline: 0
}

.button.active.focus,
.button.active:focus-visible,
.button.focus,
.button:active.focus,
.button:active:focus-visible,
.button:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline: 0;
    outline-offset: -2px
}

.button.focus {
    text-decoration: none
}

.button.active,
.button:active {
    outline: 0
}

.button.disabled,
.button:disabled {
    cursor: not-allowed
}

.button__icon {
    position: relative;
    top: -.1em;
    display: inline-block;
    margin-left: .375rem;
    vertical-align: middle;
    font-size: .875rem
}

a.button.disabled,
fieldset[disabled] a.button {
    pointer-events: none
}

.button_primary {
    color: #fff;
    background-color: #FF5E62;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    overflow: hidden;
}

.button_primary .icon {
    position: absolute;
    right: -60px;
    top: -5px;
    color: #fff;
    height: 60px;
    width: 60px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    display: flex;
    align-items: center;
}

.button_primary span {
    color: #fff;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.button_primary:active,
.button_primary:focus-visible,
.button_primary:hover {
    color: #fff;
    border-color: #eb4b4f;
    background-color: #eb4b4f
}

.button_primary:active span,
.button_primary:focus-visible span,
.button_primary:hover span {
    color: #fff;
    /*margin-right: 50px;*/
}

/*
.button_primary:active .icon,
.button_primary:focus .icon,
.button_primary:hover .icon {
    right: -20px;
}
*/


.button_primary.disabled:focus-visible,
.button_primary:disabled:focus-visible {
    border-color: #e5e5e5;
    background-color: #e5e5e5
}

.button_primary.disabled:hover,
.button_primary:disabled:hover {
    border-color: #e5e5e5;
    background-color: #e5e5e5
}

.button_block {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 auto
}

.button_block+.button_block {
    margin-top: 1rem
}

@media ( max-width: 721px ) {
    .button_primary .icon {
        top: -15px;
    }
}

input[type=button].button_block,
input[type=reset].button_block,
input[type=submit].button_block {
    width: 100%
}

.link-secondary {
    color: #3883d4
}

.link-secondary:focus-visible,
.link-secondary:hover {
    color: #3883d4
}

.link-default {
    color: #3883d4;
}

.link-default:focus-visible,
.link-default:hover {
    color: #3883d4
}

.tooltip {
    position: relative
}

.tooltip__toggle {
    display: inline-block
}

.tooltip__toggle_icon {
    display: block;
    color: #fff
}

.tooltip__toggle_icon:focus-visible,
.tooltip__toggle_icon:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .75)
}

.tooltip__content {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    display: none;
    min-width: 290px;
    max-width: 320px;
    margin-top: .5rem;
    padding: 1rem 2rem 1rem 1rem;
    text-align: left;
    color: #fff;
    border-radius: 3px;
    background-color: #2c3f4e;
    font-size: .875rem;
    line-height: 1.4285714286
}

.tooltip__content:before {
    position: absolute;
    right: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    content: "";
    border: 0 solid transparent;
    border-width: 0 10px 10px;
    border-bottom-color: #2c3f4e
}

.tooltip__content a {
    text-decoration: underline;
    color: inherit
}

.tooltip__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: inherit;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: .75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tooltip_offset-right .tooltip__content {
    right: -1.375rem
}

.tooltip_top .tooltip__content {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .5rem
}

.tooltip_top .tooltip__content:before {
    top: 100%;
    bottom: auto;
    border-width: 10px 10px 0;
    border-top-color: #213482
}

@media (min-width:1024px) {
    .tooltip__link {
        padding: .3125rem 1.25rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5
    }
}

.subnav {
    background-color: none
}

@media (min-width:1024px) {
	.subnav {
	    background-color: #fff
	}
}

.subnav__list {
    padding: 0;
    list-style: none
}

.subnav__link {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.125rem;
    white-space: nowrap;
    color: inherit;
    font-size: .9rem;
    line-height: 1.3125;
    font-weight: 300;
}

.subnav__link:focus-visible,
.subnav__link:hover {
    color: #060f31
}

@media (min-width:1024px) {
    .subnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: .625rem;
        padding-bottom: .9375rem
    }
    .subnav__list {
        width: auto;
        min-width: 210px;
    }
    .subnav__link {
        margin-top: 0;
        margin-bottom: 0;
        padding: .3125rem 1.25rem;
        font-size: .9rem;
        line-height: 1.5
    }
}

.nav__list {
    padding: 0;
    list-style: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav__item {
    position: relative;
    margin-bottom: 2.25rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    font-weight: 300;
}

.nav__item:hover .nav__subnav {
    visibility: visible;
    opacity: 1
}

.nav__link {
    display: block;
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    cursor: pointer;
}

.nav__link:focus-visible,
.nav__link:hover {
    text-decoration: none
}

.nav__link-icon {
    position: relative;
    top: -.0625rem;
    margin-left: .25rem;
    vertical-align: middle;
    font-size: .375rem
}

.nav__subnav {
    display: none;
    font-weight: 300;
    box-shadow: 0px 2px 2px rgba(0,0,0,.35);
}

@media (max-width:1023px) {
    .nav__subnav {
        box-shadow: none;
    }
}

@media (min-width:1024px) {
    .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
    .nav__item {
        margin: 0 1.25rem
    }
    .nav__link {
        padding-top: 1.0625rem;
        padding-bottom: .75rem;
        font-size: .9rem;
        line-height: 1.3125
    }
    .nav__subnav {
        position: absolute;
        top: 100%;
        left: -1.25rem;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        visibility: hidden;
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out;
        opacity: 0;
        max-width: 290px;
    }
}

@media (min-width:1024px) AND (max-width:1500px) {
    .nav__subnav {
        left: unset;
        right: -1.9rem;
    }
}

.nav-toggle {
    z-index: 13;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
    outline: 0
}

.nav-toggle span {
    display: block
}

.nav-toggle__bottom,
.nav-toggle__middle,
.nav-toggle__top {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    border-radius: 3px;
    background-color: #060f31;
    will-change: transform
}

.nav-toggle__top {
    top: -4px
}

.nav-toggle__middle {
    top: 0
}

.nav-toggle__bottom {
    top: 4px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.nav-toggle__middle,
.nav-toggle__top {
    -webkit-transition: top .2s, -webkit-transform .5s;
    transition: top .2s, -webkit-transform .5s;
    transition: transform .5s, top .2s;
    transition: transform .5s, top .2s, -webkit-transform .5s
}

.nav-active .nav-toggle__top {
    top: .1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-active .nav-toggle__middle {
    top: .02em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-active .nav-toggle__bottom {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    color: #060f31;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    color: inherit;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.3333333333
}

.header__logo img {
	max-width: 240px;
}

.header__logo:focus-visible,
.header__logo:hover {
    text-decoration: none
}

.nav-active .header__logo {
    position: relative;
    z-index: 9999
}

.header a:focus-visible,
.header a:hover {
    color: #060f31
}

.header__nav-toggle {
    position: fixed;
    z-index: 9999;
    top: 1px;
    right: 1px
}

.header__nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 375px;
    bottom: 0;
    padding: 5.125rem 2.5rem 2.5rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff
}

.nav-active .header__nav {
    right: 0
}

@media (min-width:1024px) {
    .header__container {
        height: 3.125rem
    }
    .header__logo {
        font-size: 1.25rem;
        line-height: 1.3
    }
    .header__nav-toggle {
        display: none
    }
    .header__nav {
        position: static;
        overflow: visible;
        width: auto;
        max-width: none;
        height: auto;
        padding: 0;
        background: 0 0
    }
}

.footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    color: #fff;
    background-color: #2A2A2A;
    font-size: .75rem;
    line-height: 1.3333333333
}

.footer__main {
    margin-bottom: 1.875rem;
    text-align: left;
}

.footer__bottom {
    padding-top: 20px;
	text-align: left;
    border-top: 1px solid rgba(255,255,255,.3);
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.25rem -.625rem 0;
    padding: 0;
    list-style: none;
    font-size: .875rem;
    line-height: 1.1428571429
}

.footer__nav-item {
    margin-right: .625rem;
    margin-left: .625rem;
    margin-bottom: 24px;
}

.footer__nav-link {
    color: #fff;
    border-bottom: 2px solid #ffcc44;
    text-decoration: none;
}

.footer__nav-link:focus-visible,
.footer__nav-link:hover {
    color: #3883d4;
    text-decoration: none;
}

.footer__links {
    display: block;
    margin: .625rem -.3125rem 0
}

.footer__links-item {
    margin-right: .3125rem;
    margin-left: .3125rem;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
    margin-bottom: .3rem;
    display: inline-block;
}

.footer__links-item :focus-visible,
.footer__links-item :hover {
    color: #3883d4
}

.footer__bottom__nav {
    text-align: right;
}

@media (max-width:722px) {
    .footer__bottom__nav {
        text-align: left;
    }
}

@media (min-width:722px) and (max-width:1023px) {
    .footer .container {
        max-width: none
    }
}

@media (min-width:722px) {
    .footer__main {
        margin-bottom: 1.25rem
    }
    .footer__nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__copy {
        margin-right: .5rem
    }
    .footer__links {
        display: inline;
        margin-top: 0
    }
}

@media (min-width:722px) {
    .footer__nav {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
        font-size: 1rem;
        line-height: 1.25
    }
    .footer__nav-item {
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.rating-stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-stars__star {
    margin-right: 2px;
    color: #e5e5e5;
    font-size: 12px
}

.rating-stars__star:last-child {
    margin-right: 0
}

.rating-stars[data-rate="1"] .rating-stars__star:nth-child(-n+1),
.rating-stars[data-rate="2"] .rating-stars__star:nth-child(-n+2),
.rating-stars[data-rate="3"] .rating-stars__star:nth-child(-n+3),
.rating-stars[data-rate="4"] .rating-stars__star:nth-child(-n+4),
.rating-stars[data-rate="5"] .rating-stars__star {
    color: #ffb811
}

@media (min-width:1024px) {
    .rating-stars__star {
        font-size: 19px
    }
}

.indicators {
    max-width: 350px
}

.indicators__item {
    margin-bottom: .625rem
}

.indicators__item:last-child {
    margin-bottom: 0
}

.indicator__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .375rem;
    color: #000;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.indicator__bar {
    position: relative;
    height: .375rem;
    border-radius: 3px;
    background-color: #3883d4
}

.indicator__bar-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .375rem;
    border-radius: 3px;
    background-color: #3883d4
}

.list {
    padding: 0;
    list-style: none;
    line-height: 1.2857142857
}

.list>li {
    position: relative;
    margin-bottom: .5rem
}

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

.list_check>li,
.list_cons>li {
    padding-left: 2.125rem
}

.list_check>li:before,
.list_cons>li:before {
    position: absolute;
    left: .25rem
}

.list_check>li:before {
    top: .125rem;
    color: #07b994;
    font-size: .8125rem
}

.list_check>li.hero__list__no-bullet {
    padding-left: 0
}

.list_check>li.hero__list__no-bullet:before {
    content: none;
    display: none;
}

.list_cons>li:before {
    top: 0;
    color: #ff5e63;
    font-size: 1rem
}

.list.p1 {
    line-height: 1.25
}

.list.p1>li {
    margin-bottom: .375rem
}

.list.p1>li:last-child {
    margin-bottom: 0
}

.list.p1>li:before {
    top: .1875rem
}

.list_inline>li {
    display: inline;
    margin-bottom: 0
}

.list_2cols {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

@media (min-width:576px) {
    .list_2cols {
        -webkit-columns: unset;
        columns: unset
    }
}

@media (min-width:1024px) {
    .list {
        line-height: 1.25
    }
    .list>li {
        margin-bottom: .75rem
    }
    .list>li:last-child {
        margin-bottom: 0
    }
    .list_check.p1,
    .list_cons.p1 {
        line-height: 1.5
    }
    .list_check.p1>li,
    .list_cons.p1>li {
        margin-bottom: 0
    }
    .list_check>li:before {
        top: .1875rem
    }
    .list_check.p1>li:before {
        top: .625rem
    }
    .list_cons>li:before {
        top: .0625rem
    }
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__value {
    margin-bottom: .125rem;
    color: #060f31;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3
}

@media (min-width:722px) {
    .rating__value {
        font-size: 1.5rem;
        line-height: 1.3333333333
    }
    .rating_inline {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row
    }
    .rating_inline .rating__value {
        margin-right: .625rem;
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .rating__value {
        margin-bottom: .75rem;
        font-size: 2rem;
        line-height: 1.34375
    }
}

.rating-stars {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-stars__star {
    margin-right: 2px;
    color: #e5e5e5;
    font-size: 12px
}

.rating-stars__star:last-child {
    margin-right: 0
}

.rating-stars[data-rate="1"] .rating-stars__star:nth-child(-n+1),
.rating-stars[data-rate="2"] .rating-stars__star:nth-child(-n+2),
.rating-stars[data-rate="3"] .rating-stars__star:nth-child(-n+3),
.rating-stars[data-rate="4"] .rating-stars__star:nth-child(-n+4),
.rating-stars[data-rate="5"] .rating-stars__star {
    color: #ffb811
}

@media (min-width:1024px) {
    .rating-stars__star {
        font-size: 19px
    }
}

.platform-list {
    margin-right: -.375rem;
    margin-left: -.375rem;
    padding: 0;
    list-style: none;
    font-size: 0
}

.platform-list__item {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: .5rem .375rem;
    vertical-align: middle
}

.platform-list__img {
    display: block;
    max-height: 100%;
    margin: auto
}

@media (min-width:722px) {
    .platform-list {
        margin-right: -.3125rem;
        margin-left: -.3125rem
    }
    .platform-list__item {
        margin-right: .3125rem;
        margin-left: .3125rem
    }
}

@media (min-width:1024px) {
    .platform-list {
        margin-right: -1.125rem;
        margin-left: -1.125rem
    }
    .platform-list__item {
        margin: .625rem 1.125rem
    }
}

.label {
    display: inline-block;
    padding: .25rem 1.375rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 3rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2857142857
}

.label_sm {
    padding: .0625rem .4375rem
}

.label_save {
    color: #ff5e63;
    border: 2px solid #ff5e63
}

@media (min-width:1024px) {
    .label {
        padding: .1875rem 1.5rem .0625rem;
        font-size: 1.25rem;
        line-height: 1.6
    }
    .label_sm {
        padding: .0625rem .4375rem;
        font-size: .875rem;
        line-height: 1.2857142857
    }
}

.badge {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 1.875rem;
    padding: .5rem .625rem .375rem .875rem;
    text-align: center;
    white-space: nowrap;
    color: #060f31;
    border-radius: 2px 0 0 2px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.3333333333
}

.badge:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -7px;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid #ffcc44;
    border-right: 7px solid transparent;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.badge:before {
    position: absolute;
    z-index: -2;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-width: 5px;
    border-style: solid;
    border-color: #e59e2a #e59e2a transparent transparent;
}

.badge_sm {
    padding-top: .1875rem;
    padding-bottom: .1875rem;
    font-size: .875rem;
    line-height: 1.7142857143
}

.badge_sm:after {
    border-width: 15px;
    border-right-width: 7px
}

.badge_pos {
    background-color: #ffcc44
}

.badge_pos:after {
    border-color: #ffcc44;
    border-right-color: transparent
}

@media (min-width:1024px) {
    .badge {
        height: 2.5rem;
        padding: .5rem 1.125rem .5rem 1.5rem;
        letter-spacing: .2px;
        font-size: 1rem;
        line-height: 1.5
    }
    .badge:after {
        border-width: 20px;
        border-right-width: 7px
    }
}

.services-header {
    position: relative;
    display: block;
    text-align: center;
    color: #474747;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    padding: 4px 0;
    z-index: 99999;
}

.services-header .service__col-img,
.services-header .service__col-content,
.services-header .service__col-score {
    display: none
}

.single-review-page {
    padding-top: 20px;
}

@media (max-width:721px) {
    .services-header__row {
        position: relative;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .services-header .service__col-link {
        width: 100%;
        text-align: right;
    }
    .tooltip__content {
        right: -20px
    }
    .service__col-advline {
        text-align: left;
    }
    .services-header {
        top: 0 !important;
        margin-top: 0 !important;
        /*margin-bottom: -10px !important;*/
    }
    .services {
        margin-top: 8px !important;
        margin-right: -20px;
        margin-left: -20px;
    }
    .service {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .service__badge {
        margin-left: -1.55rem !important;
    }
}

@media (min-width:722px) {
    .services-header .service__col-img,
    .services-header .service__col-content,
    .services-header .service__col-score {
        display: block
    }
    .services-header {
        top: auto;
        position: relative;
        display: block;
        text-align: left;
        color: #060f31;
        background-color: #fff;
        font-weight: 400
    }
    .single-review-page .services-header {
    	margin-top: -13.75rem;
    }
    .services-header__row {
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .services-header [class*=" service__col-"],
    .services-header [class^=service__col-] {
        margin: 0
    }
    .services-header__info-icon {
        position: relative;
        top: -.0625rem;
        left: .375rem;
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1024px) {
}

.services {
    position: relative;
    z-index: 3;
    margin-top: 20px
}

.services__item {
    margin-bottom: .625rem
}

.services__item:last-child {
    margin-bottom: 0
}

@media (min-width:722px) {
    .services {
        margin-top: 20px
    }
}

@media (min-width:1024px) {
    .services {
        margin-top: 20px;
    }
    .services__item {
        margin-bottom: 1.25rem
    }
}

.service__col-advline {
	padding-left: 0;
	padding-right: 0;
    font-size: .78rem;
    font-weight: 300;
    color: #474747;
}

.service__col-discloser {
	padding-right: 0;
	padding-left: 0;
}

.service {
    position: relative;
    padding: 1.25rem .3125rem;
    -webkit-transition: -webkit-box-shadow .25s ease-in-out;
    transition: -webkit-box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 15px rgba(43, 67, 165, .05);
    box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 15px rgba(43, 67, 165, .05)
}

.service:before {
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 3rem;
    content: attr(data-rank);
    text-align: center;
    color: #060f31;
    border-radius: 8px 0 0 8px;
    background-color: #f3f7fa;
    font-size: .875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding-left: 17px;
    transition: top .25s ease-in-out;
    transition: bottom .25s ease-in-out;
    transition: left .25s ease-in-out;
}

.service:hover {
    -webkit-box-shadow: inset 0 0 0 2px #e5e5e5, 0 0 15px rgba(43,67,165,.12);
    box-shadow: inset 0 0 0 2px #e5e5e5, 0 0 15px rgba(43,67,165,.12)
}

/*.service:hover:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
}*/

@media (max-width:1023px) {
    .service:before {
        font-size: .65rem;
        width: 1.5rem;
        padding-left: 8px;
    }
}

@media (max-width:721px) {
    .service__col-discloser {
        text-align: right;
        /*position: absolute;
        top: 0;
        right: 20px;*/
    }
    .service__col-discloser.service__col-discloser__noadvline {
        padding-bottom: 0;
    }
    .service:before {
        font-size: .55rem;
        width: 1rem;
        padding-left: 5px;
    }
}

.service__row {
    margin-right: 0;
    margin-left: 0
}

.service__col-content,
.service__col-img,
.service__col-left,
.service__col-link,
.service__col-right {
    position: static
}

.service__col-img {
    margin-bottom: .75rem
}

.service__col-img a {
    z-index: 2;
    position: relative;
}

.services__item__ad-unit-outbound {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.service__col-content {
    margin-top: .25rem
}

.service__col-score {
    margin-bottom: 1.25rem
}

.service__img {
    display: block;
    max-width: 65px;
    margin: auto
}

.service__img__mobile {
    display: none;
    position: relative;
    z-index: 2;
}

.service__badge {
    margin-bottom: .875rem;
    margin-left: -1.85rem
}

.service__features {
    margin-bottom: 1.25rem
}

.service__review {
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.service__button {
    position: relative;
    z-index: 2;
}

@media (min-width:722px) {
    .service__disclaimer {
        text-align: right
    }
}

@media (min-width:1024px) {
    .service__disclaimer {
        text-align: right
    }
}

@media (max-width:576px) {
    .service.service_hide-number:before {
        display: none;
    }
    .service:before {
        top: 1.25rem;
        left: -.625rem;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        background: #5676FD;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        padding: 0;
        font-weight: 500;
        /*display: block;*/
        display: none;
    }
    .service__img {
        display: none;
    }
    .service__img__mobile {
        display: block;
    }
    .service .service__col-score {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    .service .service__col-score .rating:before {
        content: 'Our score';
        display: block;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px;
        text-align: center;
    }
    .service .service__col-score .rating__value {
        font-size: 20px;
        line-height: 23px;
    }
    .service .service__review {
        margin-bottom: 10px;
        display: none;
    }
    .service .service__review-link {
        color: #ff5e63;
    }
    .service:not(.service_main) .service__features li:nth-child(4),
    .service:not(.service_main) .service__features li:nth-child(5),
    .service .service__features li:nth-child(6),
    .service .service__features li:nth-child(7),
    .service .service__features li:nth-child(8),
    .service .service__features li:nth-child(9),
    .service .service__features li:nth-child(10),
    .service .service__features li:nth-child(11),
    .service .service__features li:nth-child(12),
    .service .service__features li:nth-child(13),
    .service .service__features li:nth-child(14),
    .service .service__features li:nth-child(15),
    .service .service__features li:nth-child(16),
    .service .service__features li:nth-child(17),
    .service .service__features li:nth-child(18),
    .service .service__features li:nth-child(19),
    .service .service__features li:nth-child(20) {
        display: none;
    }
}

.service__disclaimer,
.service__disclaimer a {
    font-size: .78rem;
    color: #403beb;
    font-weight: 300;
}

.service_main {
    /*-webkit-box-shadow: 0 0 24px rgba(43, 67, 165, .12);
    box-shadow: 0 0 24px rgba(43, 67, 165, .12)*/
}

.service_main:focus-visible,
.service_main:hover {
    /*-webkit-box-shadow: 0 0 24px rgba(43, 67, 165, .24);
    box-shadow: 0 0 24px rgba(43, 67, 165, .24)*/
}

.service_detailed .service__header {
    /*margin-bottom: 1.25rem*/
}

.service_detailed .service__header .service__row {
    align-items: center;
}

.service_detailed .service__badge {
    margin-top: -.625rem
}

.service_detailed .service__img {
    max-width: 100%;
    margin-left: 0
}

.service_detailed:before {
    display: none
}

@media (max-width:1023px) {
    .service__subtitle {
        font-size: .875rem;
        line-height: 1.4285714286
    }
}

@media (min-width:576px) and (max-width:721px) {
    .service:not(.service_detailed) .service__row {
        display: block
    }
    .service:not(.service_detailed) .service__row::after {
        display: table;
        clear: both;
        content: ""
    }
    .service:not(.service_detailed) .service__col-img,
    .service:not(.service_detailed) .service__col-score {
        float: left;
        clear: left;
        width: 38%
    }
    .service:not(.service_detailed) .service__col-content,
    .service:not(.service_detailed) .service__col-link {
        float: right;
        clear: right;
        width: 62%
    }
    .service:not(.service_detailed) .service__col-score {
        margin-bottom: 2.5rem
    }
    .service:not(.service_detailed) .service__review {
        position: absolute;
        bottom: 1.875rem;
        left: .3125rem;
        width: 38%;
        text-align: center
    }
}

/*@media (max-width:576px) {
    .service:not(.service_main) .service__row {
        display: block
    }
    .service:not(.service_main) .service__row::after {
        display: table;
        clear: both;
        content: ""
    }
    .service:not(.service_main) .service__col-img,
    .service:not(.service_main) .service__col-score {
        float: left;
        clear: left;
        width: 38%
    }
    .service:not(.service_main) .service__col-content,
    .service:not(.service_main) .service__col-link {
        float: right;
        clear: right;
        width: 62%
    }
    .service:not(.service_main) .service__col-score {
        margin-bottom: 2.5rem
    }
    .service:not(.service_main) .service__review {
        position: absolute;
        bottom: 1.875rem;
        left: .3125rem;
        width: 38%;
        text-align: center
    }
    .service:not(.service_main) .service__img__mobile {
        margin: auto;
    }
}*/

@media (max-width:721px) {
    .service_detailed .service__header .service__col-mid {
        max-width: 110px;
        margin-left: auto;
        text-align: center
    }
    .service_detailed .service__header .service__col-right {
        margin-top: 1.25rem
    }
    .service_detailed .service__col-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1
    }
    .service_detailed .service__content .service__col-mid {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
    .service_detailed .service__img {
        max-width: 100%
    }
}

@media (min-width:576px) and (max-width:721px) {
    .service__col-content {
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:722px) {
    .service__col-img {
        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;
        -ms-flex-item-align: center;
        align-self: center
    }
    .service__col-link {
        padding-left: 10px;
        text-align: center
    }
    .service__badge {
        position: absolute;
        z-index: 1;
        top: 1.25rem;
        left: -.56rem;
        margin-left: 0
    }
    .service__img {
        max-width: 80px
    }
    .service__features {
        margin-bottom: .8125rem
    }
    .service__review-icon {
        position: relative;
        top: -.05em;
        display: inline-block;
        vertical-align: middle;
        font-size: 1.25em
    }
    .service__save {
        margin-top: 1.25rem
    }
    .service_detailed {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
    .service_detailed .service__row {
        margin-right: -15px;
        margin-left: -15px
    }
    .service_detailed .service__header {
        /*padding-bottom: 1.25rem;
        border-bottom: 1px solid #e5e5e5*/
    }
    .service_detailed .service__badge {
        position: relative;
        top: -.125rem;
        left: -1.875rem;
        margin-bottom: 1.25rem
    }
}

@media (min-width:1024px) {
    .service {
        padding: 1.25rem 0
    }
    /*.service:before {
        top: 1.25rem;
        left: -.625rem;
        width: 3.75rem;
        height: 3.75rem;
        font-size: 1.25rem;
        line-height: 3
    }*/
    .service__col-content {
        margin-top: 0
    }
    .service__col-score {
        margin-left: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1
    }
    .service__col-link {
        max-width: 210px;
        margin-left: auto;
        padding-right: 20px
    }
    .service__badge {
        top: 1.25rem;
        left: -.625rem
    }
    .service__img {
        max-width: 140px
    }
    .service__title {
        margin-bottom: .5rem
    }
    .service__indicators {
        margin-bottom: 1.25rem
    }
    .service__features {
        margin-bottom: 1.25rem
    }
    .service__save {
        margin-top: 2rem
    }
    .service_detailed {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
    .service_detailed .service__header {
        /*margin-bottom: 2.5rem;
        padding-bottom: 2.5rem*/
    }
    .service_detailed .service__col-left {
        max-width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
    .service_detailed .service__col-mid {
        max-width: 340px;
        margin-right: auto
    }
    .service_detailed .service__col-right {
        max-width: 246px
    }
    .service_detailed .service__img {
        max-width: 100%;
        min-width: 220px;
    }
    .service_detailed .service__rating {
        margin-top: 1.25rem;
        margin-bottom: .625rem
    }
}

.pricing__old-price {
    text-decoration: line-through
}

.pricing__title {
  border-bottom: 1px solid #060f31;
  display: inline-block;
}

.pricing__price {
    margin-right: .8125rem;
    margin-bottom: 0;
    vertical-align: middle;
    display: block;
}
.pricing__price span {
    display: block;
    font-size: .8rem;
    margin-top: .5rem;
}

.pricing__button {
    max-width: 12.9375rem;
    margin-top: .9375rem;
    margin-left: 0
}

@media (min-width:722px) and (max-width:1023px) {
    .pricing__save {
        display: block;
        max-width: 85px;
        margin-top: 8px
    }
}

@media (max-width:576px) {
    .single-review-page .service__header .service__col-mid {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .service_detailed .service__header .service__col-right {
        margin-top: 3rem;
    }
}

.rates__item {
    margin-bottom: .75rem
}

.rates__item:last-child {
    margin-bottom: 0
}

.rates__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.rates__bar {
    height: .25rem;
    margin-right: 6px;
    border-radius: 3px;
    background-color: #3883d4;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.rates__bar:last-child {
    margin-right: 0
}

.rates__bars[data-rate="1"] .rates__bar:nth-child(-n+1),
.rates__bars[data-rate="2"] .rates__bar:nth-child(-n+2),
.rates__bars[data-rate="3"] .rates__bar:nth-child(-n+3),
.rates__bars[data-rate="4"] .rates__bar:nth-child(-n+4),
.rates__bars[data-rate="5"] .rates__bar {
    background-color: #3883d4
}

@media ( max-width:720px )
{
    .single-review-page .services-header {
        top: -35px;
    }
}

.review__section {
    margin-bottom: 2.5rem
}

.review__section:last-child {
    margin-bottom: 0
}

.review__content {
    margin-top: 2.5rem
}

.review__content img {
    display: block;
    margin: 1.25rem auto 2.5rem
}

.review__service {
    margin-top: 0
}

.review__service .tooltip__content {
    background-color: #2c3f4e
}

.review__service .tooltip__content:before {
    border-bottom-color: #2c3f4e
}

@media (max-width:1024px) {
    .review__service {
        margin-top: 0;
    }
}

@media (max-width:721px) {
    .review__aside {
        margin-top: 2.625rem;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

@media (min-width:576px) {
    .review__section {
        max-width: 13.125rem
    }
}

@media (min-width:722px) {
    .review__section {
        max-width: 9.375rem
    }
    .review .sticky-block {
        position: fixed;
        top: 100px;
        width: 150px
    }
}

@media (min-width:1024px) {
    .review__section {
        max-width: 13.125rem
    }
    .review .sticky-block {
        width: 210px
    }
}

/*.hero {
    color: #060f31;
    background-color: #fff;
    box-shadow: 5px 5px 16px rgba(43, 67, 165, 0.08);
}*/

.hero {
    color: #fff;
    background-color: #2A2A2A;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:576px) {
    .hero {
        background: #0c1a55 !important;
    }
}

.hero__content {
    padding-top: 1rem;
    /*padding-bottom: 7.8125rem;*/
    z-index: 1;
    padding-bottom: 10px;
}

.hero__title {
    color: #fff;
    font-family: Lora, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 21px;
}

.hero__title span {
    display: block;
}

.hero__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #F5F5F5;
    margin-bottom: 26px;
}

.hero__list__last-updated {
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #F5F5F5;
}

@media (min-width:1024px) {
    .hero__list__last-updated {
        position: absolute;
        bottom: 10px;
    }
}

.hero__list__last-updated b {
    font-weight: 500;
}

.hero__list {
    margin-bottom: 1.375rem
}

.hero__list:last-child {
    margin-bottom: 0
}

.hero__list>li:before {
    color: #3883d4
}

.hero__plaform-icons {
    margin-top: .75rem;
    max-width: 20px;
    margin-right: .5rem
}

.hero__content .p1 span {
    display: block
}

.hero_default {
    padding-top: 8.3125rem
}

.hero_default .hero__title {
    margin-bottom: 0;
    text-align: center
}

.hero__img-box {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
}

.hero__row {
    position: relative;
}

@media (min-width:722px) {
    .hero__content {
        /*padding-top: 4.5rem;
        min-height: 15rem;*/
        /*padding-bottom: 4.8125rem*/
    }
    .hero__content .p1 span {
        display: inline-block;
        margin-right: .5rem;
    }
    .hero__plaform-icons {
        display: inline;
        margin-top: -.25rem;
        vertical-align: middle
    }
    .hero__img-box {
        -ms-flex-item-align: center;
        align-self: center
    }
    .hero__img {
        display: block;
        width: auto;
        min-width: 546px;
        margin-top: 0
    }
    .hero_default {
        padding-top: 8.3125rem
    }
    .hero__img-box {
        top: 2.625rem;
        left: 50%;
        right: -100px;
        background-position: 0;
    }
}

@media (min-width:1024px) {
    .hero__content {
        padding-top: 2.2rem;
        min-height: 270px;
        padding-bottom: 45px;
    }
    .hero__img-box {
        top: 3.125rem;
        left: 55%;
        width: 650px;
    }
    .hero__list {
        margin-bottom: 1.1875rem
    }
    .hero__list:last-child {
        margin-bottom: 0
    }
    .hero__img {
        width: auto;
        min-width: 646px;
    }
}


@media (min-width:1024px) and (max-width:1200px) {
    .hero__title {
        font-size: 1.5rem;
    }
    .hero__list {
        font-size: 1rem;
    }
    .hero__list.list_check.p1>li:before {
        top: .35rem;
    }
    .hero__img {
        position: absolute;
        top: -130px;
        right: -70px;
    }
    .hero__img-box {
        left: 55%;
        width: auto;
        right: -30px;
    }
}

@media (min-width:721px) and (max-width:1024px) {
    .hero__title {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .hero__subtitle {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .hero__list {
        font-size: .8rem;
    }
    .hero__list.list_check.p1>li:before {
        top: .15rem;
    }
    .hero__img {
        position: absolute;
        top: -110px;
        left: -60px;
    }
}


@media (max-width:721px) {
    .hero__content .hero__title span,
    .hero__content .hero__subtitle
     {
        display: none;
    }
}


@media (min-width:1440px) {
    .hero__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.info {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #fff
}

.info:not(:first-child) {
    margin-top: 2.5rem
}

.info:last-child {
    margin-bottom: -2.5rem
}

.info__title {
    margin-bottom: 1.5em;
    text-align: center
}

.info__section {
    margin-bottom: 40px
}

.info__section:last-child {
    margin-bottom: 0
}

.info__icon {
    position: relative;
    top: -.1em;
    display: inline-block;
    margin-right: .55em;
    vertical-align: middle;
    color: #3883d4;
    font-size: 1.25em
}

@media (min-width:722px) {
    .info__title {
        text-align: left
    }
    .info__section-left {
        max-width: 13.125rem
    }
    .info__section-right {
        max-width: 41.5625rem
    }
}

@media (min-width:1024px) {
    .info {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
    .info:not(:first-child) {
        margin-top: 3.75rem
    }
    .info:last-child {
        /*margin-bottom: -6.25rem*/
    }
}

.flags__list {
    margin-right: -.5rem;
    margin-bottom: .9375rem;
    margin-left: -.4375rem;
    padding: 0;
    list-style: none;
    font-size: 0
}

.flags__list:last-of-type {
    margin-bottom: .9375rem
}

.flags__item {
    display: inline-block;
    margin: 0 .5rem .625rem .4375rem
}

[class*=" flag-icon-"],
[class^=flag-icon-] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.flag-icon-ad {
    background-image: url(../svg/flags/ad.svg)
}

.flag-icon-al {
    background-image: url(../svg/flags/al.svg)
}

.flag-icon-am {
    background-image: url(../svg/flags/am.svg)
}

.flag-icon-ar {
    background-image: url(../svg/flags/ar.svg)
}

.flag-icon-at {
    background-image: url(../svg/flags/at.svg)
}

.flag-icon-au {
    background-image: url(../svg/flags/au.svg)
}

.flag-icon-ba {
    background-image: url(../svg/flags/ba.svg)
}

.flag-icon-bd {
    background-image: url(../svg/flags/bd.svg)
}

.flag-icon-be {
    background-image: url(../svg/flags/be.svg)
}

.flag-icon-bg {
    background-image: url(../svg/flags/bg.svg)
}

.flag-icon-bn {
    background-image: url(../svg/flags/bn.svg)
}

.flag-icon-br {
    background-image: url(../svg/flags/br.svg)
}

.flag-icon-bs {
    background-image: url(../svg/flags/bs.svg)
}

.flag-icon-bt {
    background-image: url(../svg/flags/bt.svg)
}

.flag-icon-by {
    background-image: url(../svg/flags/by.svg)
}

.flag-icon-ca {
    background-image: url(../svg/flags/ca.svg)
}

.flag-icon-cc {
    background-image: url(../svg/flags/cc.svg)
}

.flag-icon-ch {
    background-image: url(../svg/flags/ch.svg)
}

.flag-icon-cl {
    background-image: url(../svg/flags/cl.svg)
}

.flag-icon-cn {
    background-image: url(../svg/flags/cn.svg)
}

.flag-icon-co {
    background-image: url(../svg/flags/co.svg)
}

.flag-icon-cr {
    background-image: url(../svg/flags/cr.svg)
}

.flag-icon-cy {
    background-image: url(../svg/flags/cy.svg)
}

.flag-icon-cz {
    background-image: url(../svg/flags/cz.svg)
}

.flag-icon-de {
    background-image: url(../svg/flags/de.svg)
}

.flag-icon-dk {
    background-image: url(../svg/flags/dk.svg)
}

.flag-icon-dz {
    background-image: url(../svg/flags/dz.svg)
}

.flag-icon-ec {
    background-image: url(../svg/flags/ec.svg)
}

.flag-icon-ee {
    background-image: url(../svg/flags/ee.svg)
}

.flag-icon-eg {
    background-image: url(../svg/flags/eg.svg)
}

.flag-icon-es {
    background-image: url(../svg/flags/es.svg)
}

.flag-icon-fi {
    background-image: url(../svg/flags/fi.svg)
}

.flag-icon-fr {
    background-image: url(../svg/flags/fr.svg)
}

.flag-icon-ga {
    background-image: url(../svg/flags/ga.svg)
}

.flag-icon-gb {
    background-image: url(../svg/flags/gb.svg)
}

.flag-icon-ge {
    background-image: url(../svg/flags/ge.svg)
}

.flag-icon-gr {
    background-image: url(../svg/flags/gr.svg)
}

.flag-icon-gt {
    background-image: url(../svg/flags/gt.svg)
}

.flag-icon-hk {
    background-image: url(../svg/flags/hk.svg)
}

.flag-icon-hr {
    background-image: url(../svg/flags/hr.svg)
}

.flag-icon-hu {
    background-image: url(../svg/flags/hu.svg)
}

.flag-icon-id {
    background-image: url(../svg/flags/id.svg)
}

.flag-icon-ie {
    background-image: url(../svg/flags/ie.svg)
}

.flag-icon-il {
    background-image: url(../svg/flags/il.svg)
}

.flag-icon-im {
    background-image: url(../svg/flags/im.svg)
}

.flag-icon-in {
    background-image: url(../svg/flags/in.svg)
}

.flag-icon-is {
    background-image: url(../svg/flags/is.svg)
}

.flag-icon-it {
    background-image: url(../svg/flags/it.svg)
}

.flag-icon-je {
    background-image: url(../svg/flags/je.svg)
}

.flag-icon-jp {
    background-image: url(../svg/flags/jp.svg)
}

.flag-icon-ke {
    background-image: url(../svg/flags/ke.svg)
}

.flag-icon-kg {
    background-image: url(../svg/flags/kg.svg)
}

.flag-icon-kh {
    background-image: url(../svg/flags/kh.svg)
}

.flag-icon-kr {
    background-image: url(../svg/flags/kr.svg)
}

.flag-icon-kz {
    background-image: url(../svg/flags/kz.svg)
}

.flag-icon-la {
    background-image: url(../svg/flags/la.svg)
}

.flag-icon-li {
    background-image: url(../svg/flags/li.svg)
}

.flag-icon-lk {
    background-image: url(../svg/flags/lk.svg)
}

.flag-icon-lt {
    background-image: url(../svg/flags/lt.svg)
}

.flag-icon-lu {
    background-image: url(../svg/flags/lu.svg)
}

.flag-icon-lv {
    background-image: url(../svg/flags/lv.svg)
}

.flag-icon-mc {
    background-image: url(../svg/flags/mc.svg)
}

.flag-icon-md {
    background-image: url(../svg/flags/md.svg)
}

.flag-icon-me {
    background-image: url(../svg/flags/me.svg)
}

.flag-icon-mk {
    background-image: url(../svg/flags/mk.svg)
}

.flag-icon-mm {
    background-image: url(../svg/flags/mm.svg)
}

.flag-icon-mn {
    background-image: url(../svg/flags/mn.svg)
}

.flag-icon-mo {
    background-image: url(../svg/flags/mo.svg)
}

.flag-icon-mt {
    background-image: url(../svg/flags/mt.svg)
}

.flag-icon-mx {
    background-image: url(../svg/flags/mx.svg)
}

.flag-icon-my {
    background-image: url(../svg/flags/my.svg)
}

.flag-icon-nl {
    background-image: url(../svg/flags/nl.svg)
}

.flag-icon-no {
    background-image: url(../svg/flags/no.svg)
}

.flag-icon-np {
    background-image: url(../svg/flags/np.svg)
}

.flag-icon-nz {
    background-image: url(../svg/flags/nz.svg)
}

.flag-icon-pa {
    background-image: url(../svg/flags/pa.svg)
}

.flag-icon-pe {
    background-image: url(../svg/flags/pe.svg)
}

.flag-icon-ph {
    background-image: url(../svg/flags/ph.svg)
}

.flag-icon-pk {
    background-image: url(../svg/flags/pk.svg)
}

.flag-icon-pl {
    background-image: url(../svg/flags/pl.svg)
}

.flag-icon-pt {
    background-image: url(../svg/flags/pt.svg)
}

.flag-icon-ro {
    background-image: url(../svg/flags/ro.svg)
}

.flag-icon-rs {
    background-image: url(../svg/flags/rs.svg)
}

.flag-icon-ru {
    background-image: url(../svg/flags/ru.svg)
}

.flag-icon-se {
    background-image: url(../svg/flags/se.svg)
}

.flag-icon-sg {
    background-image: url(../svg/flags/sg.svg)
}

.flag-icon-si {
    background-image: url(../svg/flags/si.svg)
}

.flag-icon-sk {
    background-image: url(../svg/flags/sk.svg)
}

.flag-icon-th {
    background-image: url(../svg/flags/th.svg)
}

.flag-icon-tr {
    background-image: url(../svg/flags/tr.svg)
}

.flag-icon-tw {
    background-image: url(../svg/flags/tw.svg)
}

.flag-icon-ua {
    background-image: url(../svg/flags/ua.svg)
}

.flag-icon-us {
    background-image: url(../svg/flags/us.svg)
}

.flag-icon-uy {
    background-image: url(../svg/flags/uy.svg)
}

.flag-icon-uz {
    background-image: url(../svg/flags/uz.svg)
}

.flag-icon-ve {
    background-image: url(../svg/flags/ve.svg)
}

.flag-icon-vn {
    background-image: url(../svg/flags/vn.svg)
}

.flag-icon-za {
    background-image: url(../svg/flags/za.svg)
}

.frame__inner {
    position: relative;
    padding: 1.25rem 1.25rem;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 15px rgba(43, 67, 165, .05);
    box-shadow: inset 0 0 0 1px #e5e5e5, 0 0 15px rgba(43, 67, 165, .05)
}

.frame__disclaimer {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.7142857143
}

@media (min-width:1024px) {
    .frame__inner {
        min-height: calc(100vh - 316px);
        padding: 1.5rem
    }
}

.text img {
    display: block;
    margin: 1.25rem auto 2.5rem
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:721px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:722px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:1023px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:1024px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1439px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1440px) {
    .hidden-xl-up {
        display: none!important
    }
}

.hidden-xl-down {
    display: none!important
}


.info-after_rating_list .h2,
.info-after_rating_list h2,
.info-after_rating_list h2.info__title,
.info-after_rating_list .info__title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 1.3333333333;
}

.info-after_rating_list .h3,
.info-after_rating_list h3 {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5
}


.service__image-below-cta {
    display: none;
}

.service__image-below-cta a {
    display: block;
    position: relative;
    z-index: 2;
}

.service__image-below-cta img {
    max-width: 100%;
    margin-top: 2rem;
}

@media (min-width:721px) {
    .service__image-below-cta {
        display: block
    }
}