@charset "UTF-8";

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

button {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border-width: 0;
    cursor: pointer
}

figure {
    margin: 0
}

input::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: 0
}

dd,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    margin: 0;
    padding: 0;
    border-width: 0
}

body,
html {
    height: 100%
}

body {
    min-width: 360px;
    margin: 0;
    font-family: Manrope, sans-serif;
    background-color: #fff;
    overflow-x: hidden
}

main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif
}

p {
    color: #2b373d
}

a {
    color: #6291a6
}

a:hover {
    color: rgba(98, 145, 166, .65)
}

a:active {
    color: rgba(98, 145, 166, .5)
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.33333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.btn {
    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;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Manrope, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 40px
}

.btn--green {
    background-color: #1da623;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
}

.btn--blue {
    background-color: #2196f3;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
}

.btn--green:active,
.btn--green:focus,
.btn--green:hover {
    color: #fff;
    background-color: #1ca322
}

.btn--trsp {
    color: #1da623;
    border: 2px solid #1da623
}

.btn--trsp:active,
.btn--trsp:focus,
.btn--trsp:hover {
    color: #1da623
}

.btn--red {
    background-color: transparent;
    border: 1px solid #f34550;
    color: #f34550
}

.btn--red:active,
.btn--red:focus,
.btn--red:hover {
    color: #f34550
}

.btn--gray {
    background: #7d99b7;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.btn--gray:active,
.btn--gray:focus,
.btn--gray:hover {
    background: #294c68;
    color: #fff
}

.btn--review {
    background: #a6b2bf;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.btn--review:active,
.btn--review:focus,
.btn--review:hover {
    background: #97a1ad;
    color: #fff
}

.btn--gray-trsp {
    border: 1px solid #333;
    color: #333;
    background: 0 0;
    transition: .2s background
}

.btn--gray-trsp:active,
.btn--gray-trsp:focus,
.btn--gray-trsp:hover {
    color: #333;
    background-color: rgba(51, 51, 51, .1)
}

.btn--trsp-bordered {
    font-weight: 700;
    color: #002a57;
    border: 2px solid #294c68;
    transition: .2s background
}

.btn--trsp-bordered:focus,
.btn--trsp-bordered:hover {
    background: rgba(41, 76, 104, .05)
}

.btn--trsp-bordered.form__button {
    filter: none
}

.header {
    background: #fff
}

@media only screen and (max-width:575.98px) {
    .header {
        position: relative
    }
}

@media only screen and (max-width:767.98px) {
    .header {
        padding-top: 0;
        background-color: #fff
    }
}

@media only screen and (max-width:767.98px) {
    .header .container {
        max-width: 100%
    }
}

@media only screen and (max-width:575.98px) {
    .header .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 10px 0
}

.header__logo img {
    height: 40px
}

@media only screen and (max-width:767.98px) {
    .header__wrap {
        padding: 20px 0
    }
}

@media only screen and (max-width:575.98px) {
    .header__wrap {
        padding: 15px 0
    }
}

.header .icon-logo {
    width: 140px;
    height: 27px
}

@media only screen and (max-width:575.98px) {
    .header .icon-logo {
        width: 100px
    }
}

.header-search {
    position: relative
}

@media only screen and (max-width:575.98px) {
    .header-search {
        display: none
    }
}

.header-search__btn {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 40px;
    height: 40px
}

@media only screen and (max-width:575.98px) {
    .header-search__btn {
        right: 0;
        left: auto
    }
}

.header-search__btn .svg-sprite-icon {
    width: 22px;
    height: 22px
}

.header-search__input {
    padding: 10px 13px 10px 53px;
    width: 100%;
    max-width: 270px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    background-color: #abc1d9;
    border-radius: 4px;
    border: none
}

.header-search__input:focus {
    outline: 0
}

.header-search__input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.header-search__input::-moz-placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.header-search__input:-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.header-search__input::-ms-input-placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.header-search__input::placeholder {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.header-search.active .header-search__input {
    background-color: #323232
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__item {
    margin: 0 30px
}

@media only screen and (max-width:991.98px) {
    .menu__item {
        margin: 0 20px
    }
}

.menu__item:last-child {
    margin-right: 0
}

.menu__link {
    color: #294c68;
    font-weight: 700;
    font-size: 14px;
    font-family: Manrope, sans-serif;
    text-transform: uppercase
}

.menu__link:active,
.menu__link:focus,
.menu__link:hover {
    color: #294c68
}

@media only screen and (max-width:991.98px) {
    .menu__link {
        font-size: 14px
    }
}

@media only screen and (max-width:767.98px) {
    .menu--desktop {
        display: none
    }
}

.menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    padding: 0 50px
}

.menu--mobile .menu__item {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #c6ccd7
}

.menu--mobile .menu__item:last-child {
    border-bottom: none
}

.menu--mobile .menu__link {
    color: #294c68;
    font-size: 22px;
    text-align: center
}

#hamburger {
    position: absolute;
    top: 29px;
    right: 15px;
    z-index: 5;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer
}

@media only screen and (max-width:767.98px) {
    #hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:575.98px) {
    #hamburger {
        top: 18px
    }
}

#hamburger div,
#hamburger div::after,
#hamburger div::before {
    width: 22px;
    height: 4px;
    background-color: #294c68;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

#hamburger div::after,
#hamburger div::before {
    position: absolute;
    content: ""
}

#hamburger div:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
}

#hamburger div:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

#hamburger.open div {
    background: 0 0
}

#hamburger.open div:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hamburger.open div:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    min-height: 100%;
    background-color: #efefef;
    z-index: 3;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767.98px) {
    #overlay {
        display: block !important
    }
}

#overlay.menu {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#overlay.hide {
    display: none
}

.search {
    display: none;
    position: absolute;
    top: 54%;
    right: 45px;
    z-index: 2;
    max-width: 400px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:575.98px) {
    .search {
        display: block
    }
}

.search.active {
    width: 100%
}

.search__toggle:checked~.search__field {
    width: calc(100% - 190px);
    border-width: 2px
}

.search__toggle:checked~.search__field .search__input::-webkit-input-placeholder {
    opacity: 1
}

.search__toggle:checked~.search__field .search__input::-moz-placeholder {
    opacity: 1
}

.search__toggle:checked~.search__field .search__input:-ms-input-placeholder {
    opacity: 1
}

.search__toggle:checked~.search__field .search__input::-ms-input-placeholder {
    opacity: 1
}

.search__toggle:checked~.search__field .search__input::placeholder {
    opacity: 1
}

.search__toggle:checked~.search__field .search__close {
    left: -25px
}

.search__toggle:checked~.search__field .search__button {
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 4px
}

.search__toggle:checked~.search__field .search__button--toggle {
    display: none
}

.search__toggle:checked~.search__field .search__button--submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__close {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.search__close::after,
.search__close::before {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #294c68
}

.search__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search__field {
    position: absolute;
    right: 0;
    width: 40px;
    height: 45px;
    border: 0 solid #294c68;
    border-radius: 4px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff
}

.search__input {
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 40px);
    height: 100%;
    padding: 5px 15px;
    color: #294c68;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 16px
}

.search__input::-webkit-input-placeholder {
    color: #294c68;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.search__input::-moz-placeholder {
    color: #294c68;
    opacity: 0;
    -moz-transition: .3s;
    transition: .3s;
    transition-delay: 0.3s
}

.search__input:-ms-input-placeholder {
    color: #294c68;
    opacity: 0;
    -ms-transition: .3s;
    transition: .3s;
    transition-delay: 0.3s
}

.search__input::-ms-input-placeholder {
    color: #294c68;
    opacity: 0;
    -ms-transition: .3s;
    transition: .3s;
    transition-delay: 0.3s
}

.search__input::placeholder {
    color: #294c68;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.search__label {
    cursor: pointer
}

.search__button {
    position: absolute;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.search__button--submit {
    display: none;
    background-color: #294c68
}

.search__icon .icon-lens,
.search__icon .icon-lens-white {
    width: 22px;
    height: 22px
}

.wrapper,
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-family: Manrope, Arial, sans-serif
}

.wrapper--err {
    display: block
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:575.98px) {
    .main .screens {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-wrap {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section__heading h1 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media only screen and (max-width:575.98px) {
    .section__heading h1 {
        font-size: 36px;
        line-height: 46px
    }
}

.section__heading h2 {
    color: #323232;
    font-size: 40px;
    font-family: Manrope, sans-serif;
    line-height: 42px;
    text-align: left
}

@media only screen and (max-width:575.98px) {
    .section__heading h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: left
    }

    .section__heading #faq {
        margin-left: 35px;
        margin-top: 20px;
        padding: 0
    }
}

.section__heading h3 {
    margin-top: 30px;
    color: #323232;
    font-weight: 700;
    font-size: 24px;
    font-family: Manrope, sans-serif;
    line-height: 29px
}

.section__subheading {
    margin-top: 5px;
    color: #8f8f8f;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.section__text {
    margin-top: 20px
}

.section__text img {
    max-width: 100%;
    height: auto
}

.section__text p {
    color: #323232;
    font-size: 18px;
    line-height: 27px
}

.section__text h2 {
    color: #323232;
    font-size: 40px !important;
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 42px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px
}

@media only screen and (max-width:991.98px) {
    .section__text h2 {
        font-size: 28px !important
    }
}

.section__text ul {
    padding-left: 20px
}

.section__text ul li {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
    list-style: disc
}

.section__link {
    color: #1da623;
    text-decoration: underline
}

.section__link:active,
.section__link:focus,
.section__link:hover {
    color: #1da623
}

.section .container {
    position: relative
}

.section__author {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.section__date {
    color: #294c68;
    font-weight: 700;
    font-size: 24px;
    font-family: "Roboto Condensed", Arial, sans-serif
}

.section__button {
    margin: 40px auto 0;
    width: 250px;
    height: 60px
}

.section p {
    margin-bottom: 15px
}

.content-header {
    position: relative
}

.content-header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(106.32% 472.69% at 109.79%, at 107.5%, #7396bb 2.02%, #b5c3db 47.68%, #7f9fc0 99.33%);
    background: radial-gradient(106.32% 472.69% at 109.79% 107.5%, #7396bb 2.02%, #b5c3db 47.68%, #7f9fc0 99.33%);
    content: ""
}

.content-header__heading h1 {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media only screen and (max-width:575.98px) {
    .content-header__heading h1 {
        font-size: 32px
    }
}

.section-list {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 15px
}

.section-list__item {
    position: relative;
    padding-left: 20px
}

.section-list__item::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    content: ""
}

.section-list--num {
    counter-reset: my-awesome-counter
}

.section-list--num .section-list__item {
    counter-increment: my-awesome-counter
}

.section-list--num .section-list__item::before {
    display: none
}

.section-list--num .section-list__item::after {
    position: absolute;
    top: 4px;
    left: -4px;
    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;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    color: #fff;
    font-size: 12px;
    background-color: #32bc7c;
    border-radius: 50%;
    content: counter(my-awesome-counter)
}

.screens {
    overflow: hidden;
    background-color: #f0f4fb
}

.footer {
    background-color: #2c2c2c
}

.footer__logo {
    position: relative;
    display: block;
    width: 140px;
    margin: 0 auto
}

@media only screen and (max-width:767.98px) {
    .footer__logo {
        margin-bottom: 40px
    }
}

.footer__top {
    padding: 25px 0 15px;
    text-align: center;
    background-color: #294c68
}

@media only screen and (max-width:991.98px) {
    .footer__top {
        padding: 50px 0 15px
    }
}

.footer__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 170px 1.5fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991.98px) {
    .footer__wrap {
        display: block
    }
}

@media only screen and (max-width:767.98px) {
    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__wrap::before {
    position: absolute;
    width: 165px;
    height: 80px;
    content: ""
}

@media only screen and (max-width:991.98px) {
    .footer__wrap::before {
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.footer .icon-logo {
    width: 140px;
    height: 27px
}

.footer__content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #607b96
}

@media only screen and (max-width:1199.98px) {
    .footer__content {
        grid-column-gap: 50px
    }
}

.footer__text {
    width: 90%;
    color: #294c68;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

@media only screen and (max-width:991.98px) {
    .footer__text {
        grid-column: 1/3;
        grid-row: 1/2;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 22px
    }
}

@media only screen and (max-width:575.98px) {
    .footer__text {
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
        padding-top: 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.footer__text::before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: ""
}

@media only screen and (max-width:575.98px) {
    .footer__text::before {
        display: block
    }
}

.footer-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 25px
}

@media only screen and (max-width:1365.98px) {
    .footer-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 25px
    }
}

@media only screen and (max-width:767.98px) {
    .footer-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 25px
    }
}

@media only screen and (max-width:575.98px) {
    .footer-wrapper {
        grid-template-columns: 1fr;
        grid-row-gap: 0
    }
}

.footer-wrapper::before {
    position: absolute;
    top: 0;
    right: -110px;
    width: 80px;
    height: 100%;
    background: url("/img/dot-footer.svg") no-repeat center;
    content: ""
}

@media only screen and (max-width:1365.98px) {
    .footer-wrapper::before {
        right: 0
    }
}

.footer-wrapper .icon-caret {
    width: 12px;
    height: 8px
}

.footer-wrapper .more {
    display: none;
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

@media only screen and (max-width:575.98px) {
    .footer-wrapper .more {
        display: block
    }
}

@media only screen and (max-width:767.98px) {
    .footer-list {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:575.98px) {
    .footer-list {
        margin-bottom: 0
    }
}

.footer-list__link {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

.footer-list__link:active,
.footer-list__link:focus,
.footer-list__link:hover {
    color: #fff
}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media only screen and (max-width:991.98px) {
    .footer-menu {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (max-width:767.98px) {
    .footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:575.98px) {
    .footer-menu {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 10px;
        padding-top: 30px
    }
}

.footer-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: ""
}

@media only screen and (max-width:575.98px) {
    .footer-menu::before {
        display: block
    }
}

.footer-menu__link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Manrope, sans-serif;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-menu__link:active,
.footer-menu__link:focus,
.footer-menu__link:hover {
    color: #1da623
}

@media only screen and (max-width:991.98px) {
    .footer-menu__link {
        font-size: 14px;
        margin: 10px 0 10px 0
    }
}

.bottom {
    padding: 15px 0;
    background: #3a5871
}

.bottom__text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.star-rating {
    --ratingSize: 105px;
    height: calc(var(--ratingSize)/ 5);
    position: relative;
    width: var(--ratingSize)
}

.star-rating:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMSAxOCI+PHBhdGggZmlsbD0iI0RCRTFFQyIgZD0iTTEwLjM1MS4zNjVhLjY2Mi42NjIgMCAwIDEgMS4xODMgMGwyLjQ3NSA1LjA0NmMuMDk4LjIuMjk0LjMzNy41MTkuMzYxbDUuODMuNjQxYy41NjcuMDYzLjc5Ljc1NS4zNjEgMS4xMjVsLTQuMjczIDMuNjk0YS42MzguNjM4IDAgMCAwLS4yMDguNjE3bDEuMTQ2IDUuMzcyYy4xMTUuNTM3LS40Ni45Ni0uOTUyLjdsLTUuMTgtMi43MjVhLjY2Ny42NjcgMCAwIDAtLjYyIDBsLTUuMTc4IDIuNzI2Yy0uNDkyLjI1OS0xLjA2Ny0uMTY1LS45NTMtLjdsMS4xNDctNS4zNzNhLjYzOC42MzggMCAwIDAtLjIwOS0uNjE3TDEuMTY2IDcuNTM4Yy0uNDI3LS4zNy0uMjA1LTEuMDYyLjM2MS0xLjEyNWw1LjgzMS0uNjRhLjY1Ni42NTYgMCAwIDAgLjUxOS0uMzYyTDEwLjM1LjM2NVoiLz48L3N2Zz4=") !important;
    background-repeat: repeat-x;
    background-size: calc(var(--ratingSize)/ 5);
    bottom: 0;
    content: "";
    display: block;
    height: var(--ratingSize)/5;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--ratingSize)
}

.star-rating>span {
    display: block;
    text-indent: -10000px;
    width: var(--ratingSize);
    height: calc(var(--ratingSize)/ 5);
    position: absolute;
    overflow: hidden
}

.star-rating>span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAxOCI+PHBhdGggZmlsbD0iI0ZGQTM0NiIgZD0iTTkuNDA5LjM2NWEuNjYyLjY2MiAwIDAgMSAxLjE4MiAwbDIuNDc1IDUuMDQ2Yy4wOTguMi4yOTQuMzM3LjUxOS4zNjFsNS44My42NDFjLjU2Ny4wNjMuNzkuNzU1LjM2MSAxLjEyNWwtNC4yNzIgMy42OTRhLjYzOC42MzggMCAwIDAtLjIxLjYxN2wxLjE0NyA1LjM3MmMuMTE1LjUzNy0uNDYuOTYtLjk1Mi43bC01LjE3OS0yLjcyNWEuNjY3LjY2NyAwIDAgMC0uNjIgMEw0LjUxIDE3LjkyMmMtLjQ5MS4yNTktMS4wNjctLjE2NS0uOTUyLS43bDEuMTQ2LTUuMzczYS42MzguNjM4IDAgMCAwLS4yMDktLjYxN0wuMjI0IDcuNTM4Yy0uNDI4LS4zNy0uMjA2LTEuMDYyLjM2LTEuMTI1bDUuODMxLS42NGEuNjU2LjY1NiAwIDAgMCAuNTE5LS4zNjJMOS40MDkuMzY1WiIvPjwvc3ZnPg==") !important;
    background-repeat: repeat-x;
    background-size: calc(var(--ratingSize)/ 5);
    bottom: 0;
    content: "";
    display: block;
    height: calc(var(--ratingSize)/ 5);
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0
}

.stars {
    position: relative;
    --star-size: 16px;
    --star-color: transparent;
    --star-background: #fc0;
    --percent: calc(var(--rating) / 5 * 97%);
    --spacing: 3px;
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1
}

.stars::before {
    position: absolute;
    z-index: 1;
    content: "☆☆☆☆☆";
    color: var(--star-background);
    letter-spacing: var(--spacing)
}

.stars::after {
    position: absolute;
    z-index: 2;
    content: "★★★★★";
    letter-spacing: var(--spacing);
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.stars--orange {
    --star-background: #ea923a
}

.section-intro {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    overflow: hidden
}

@media only screen and (max-width:767.98px) {
    .section-intro {
        padding-bottom: 100px
    }
}

.section-intro::after {
    position: absolute;
    top: 40%;
    right: 28px;
    display: block;
    width: 80px;
    height: 165px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: ""
}

.section-intro::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98.61deg, #e9f1ff 1.57%, #f8ffe3 89.06%);
    content: ""
}

.section-intro .container {
    position: relative;
    z-index: 1
}

.section-intro__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 75px
}

@media only screen and (max-width:767.98px) {
    .section-intro__wrap {
        display: block
    }
}

.section-intro__wrap::after {
    position: absolute;
    bottom: -35px;
    left: 44%;
    display: block;
    width: 80px;
    height: 165px;
    content: ""
}

@media only screen and (max-width:1199.98px) {
    .section-intro__wrap {
        grid-column-gap: 20px
    }
}

@media only screen and (max-width:575.98px) {
    .section-intro__wrap {
        display: flex;
        flex-direction: column
    }
}

.section-intro__content {
    position: relative;
    z-index: 1;
    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
}

.section-intro__heading h1 {
    display: block;
    color: #323232;
    font-size: 42px;
    font-family: Manrope, Arial, sans-serif;
    line-height: 47px
}

@media only screen and (max-width:575.98px) {
    .section-intro__heading h1 {
        font-size: 32px;
        line-height: 40px
    }
}

.section-intro__subheading {
    margin-top: 20px;
    color: #7d8994;
    font-weight: 600;
    font-size: 14px;
    font-family: Manrope, sans-serif;
    line-height: 20px;
    text-transform: inherit
}

.section-intro__search {
    margin-top: 20px;
    width: 400px;
    position: relative;
    height: auto
}

.section-intro__search input {
    text-transform: uppercase;
    font-size: 20x;
    width: 395px;
    line-height: 30px;
    padding-left: 20px;
    letter-spacing: .05em;
    border-radius: 40px;
    color: #8f8f8f;
    opacity: .8;
    background: #fff;
    -webkit-appearance: none;
    border: none;
    padding: 7px 0 7px 40px;
    box-shadow: 2px 8px 12px rgba(41, 76, 104, .1);
    position: relative;
    display: flex;
    justify-content: center;
    margin: 5px 0 0 0
}

input[type=submit] {
    font-weight: 400;
    font-size: 14px;
    line-height: 150.84%;
    width: 90px;
    color: #fff;
    background-color: #1da623;
    position: absolute;
    padding-right: 40px;
    opacity: 1;
    top: 0;
    right: 13px;
    border-radius: 45px;
    text-transform: uppercase
}

.search-img {
    width: 20px;
    height: 18px;
    position: absolute;
    z-index: 1;
    margin: 13px 5px 0 15px
}

.section-mobile__search {
    margin-top: 20px;
    width: 360px;
    position: relative;
    height: auto
}

.section-mobile__search input {
    text-transform: uppercase;
    font-size: 20x;
    width: 300px;
    line-height: 30px;
    padding-left: 20px;
    letter-spacing: .05em;
    color: #8f8f8f;
    opacity: .8;
    background: #fff;
    -webkit-appearance: none;
    border: none;
    padding: 8px 0 8px 35px;
    box-shadow: 2px 8px 12px rgba(41, 76, 104, .1);
    position: relative;
    display: flex
}

.section-mobile__search button[type=submit] {
    width: 60px;
    color: #fff;
    background-color: #1da623;
    position: absolute;
    top: 0;
    right: 13px;
    border-radius: 45px;
    text-transform: uppercase
}

.section-mobile__search #input_find_mob {
    border-radius: 4px;
    padding: 15px
}

.mainpic-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: 150px
}

.mainpic-wrap img {
    min-width: 422px;
    height: 422px
}

@media only screen and (max-width:1199.98px) {
    .mainpic-wrap {
        width: 565px
    }
}

@media only screen and (max-width:991.98px) {
    .mainpic-wrap {
        width: 282px
    }
}

@media only screen and (max-width:767.98px) {
    .mainpic-wrap {
        margin: 40px auto
    }

    @media only screen and (min-width:498.98px) {
        .mainpic-wrap img {
            margin: 0 60px 10px 10px;
            margin: 0 auto;
            margin-left: -80px
        }
    }

    .section-intro__content .section-intro__search {
        display: block
    }
}

@media only screen and (min-width:479.98px) {
    .section-intro__content .section-mobile__search {
        display: none
    }
}

@media only screen and (max-width:479.98px) {
    .mainpic-wrap {
        position: relative
    }

    .mainpic-wrap img {
        min-width: 292px;
        height: 293px
    }

    .section-intro__content {
        margin: 0 auto;
        padding: 10px 5px 10px 20px
    }

    .section-intro__content .section-intro__search {
        display: none
    }

    .section-text-block {
        margin-bottom: 0;
        border-radius: 0
    }
}

.slider .card {
    margin: 0 10px
}

.form-search {
    position: relative;
    margin-top: 40px
}

@media only screen and (max-width:575.98px) {
    .form-search {
        margin-top: 26px
    }
}

.form-search__input {
    padding: 20px;
    width: 100%;
    max-width: 460px;
    height: 60px;
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #f0f0f0;
    -webkit-box-shadow: 2px 14px 18px rgba(41, 76, 104, .3);
    box-shadow: 2px 14px 18px rgba(41, 76, 104, .3);
    border: none;
    border-radius: 4px
}

@media only screen and (max-width:767.98px) {
    .form-search__input {
        max-width: 100%
    }
}

.form-search__input:focus {
    outline: 0
}

.form-search__input::-webkit-input-placeholder {
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form-search__input::-moz-placeholder {
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form-search__input:-ms-input-placeholder {
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form-search__input::-ms-input-placeholder {
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form-search__input::placeholder {
    color: #294c68;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.form-search__button {
    position: absolute;
    top: 0;
    right: 0;
    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;
    width: 60px;
    height: 60px
}

.form-search__button .svg-sprite-icon {
    width: 22px;
    height: 22px
}

.section .section__heading h2,
.section-form .section__heading h2,
.section-related .section__heading h2 {
    text-align: center
}

.section-faq {
    padding-top: 10px;
    padding-bottom: 35px;
    background-color: #fff;
    height: auto
}

.rating-table {
    font-family: Manrope, Sans-Serif;
    font-weight: 700;
    border-collapse: collapse;
    color: #323232;
    font-size: 18px;
    line-height: 25.2px;
    width: 100%;
    box-shadow: 2px 8px 12px rgba(41, 76, 104, .1);
    border-radius: 15px
}

.rating-table #tr-last {
    border-bottom-right-radius: 15px
}

.rating-table #tr-first {
    border-bottom-left-radius: 15px
}

.rating-table #tr-left {
    border-top-left-radius: 15px
}

.rating-table #tr-right {
    border-top-right-radius: 15px
}

.rating-table img {
    margin-top: 10px
}

.rating-table tr:nth-child(odd) {
    background-color: #f7f9fd
}

.rating-table tr:nth-child(even) {
    background-color: #fff
}

.rating-table td {
    padding: 10px 0 10px 40px
}

.rating-table #span-name {
    color: #294c68;
    font-size: 24px
}

.section-text-block .text-image2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 20px;
    margin-top: 10px
}

.section-text-block .pros-cons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.section-text-block .pros-cons .pros-list {
    list-style: none;
    margin: 15px 0 30px 0;
    text-align: left;
    padding: 0
}

.section-text-block .pros-cons .li-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0
}

.section-text-block .pros-cons .li-wrap img {
    margin-right: 15px
}

.section-text-block .pros-cons .cons-list {
    margin: 15px 0 0 55px;
    text-align: left;
    padding: 0
}

.section-text-block .pros-cons li {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    font-family: Manrope, sans-serif;
    letter-spacing: .01em;
    color: #323232
}

.section-text-block .section-faq__text .rounded_list ol {
    counter-reset: num;
    list-style-type: none;
    font: 18px Manrope, sans-serif;
    padding: 10px 15px 0 35px;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.section-text-block .section-faq__text .rounded_list ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.4
}

.section-text-block .section-faq__text .rounded_list .list-line .divider {
    width: 3px;
    height: auto;
    background-color: #7d8994;
    margin-left: -32px;
    margin-right: 30px
}

.section-text-block .section-faq__text .rounded_list .list-line {
    display: flex;
    flex-direction: row;
    margin: 10px 0
}

.section-text-block .section-faq__text .rounded_list ol li:after {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -47px;
    width: 38px;
    height: 38px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #1da623;
    border: 1px solid #1da623
}

.img_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 20px 0
}

.section-text-block .section-faq__text .section-faq_wrap img {
    margin-right: 20px
}

.section-text-block .checkmark_list {
    margin-bottom: 20px
}

.section-text-block .checkmark_list h3 {
    margin-left: 25px
}

@media only screen and (max-width:767.98px) {
    .section-text-block .text-image2 {
        display: flex;
        flex-direction: column
    }

    .section-text-block .pros-cons {
        display: flex;
        flex-direction: column
    }

    .section-text-block .pros-cons .cons-list {
        margin: 0;
        text-align: left
    }
}

.section-chart .rating-table th {
    padding: 15px;
    background-color: #294c68;
    text-transform: uppercase;
    color: #fff
}

.section-chart .rating-table th:first-child {
    border-top-left-radius: 15px
}

.section-chart .rating-table th:last-child {
    border-top-right-radius: 15px
}

.section-chart .rating-table th {
    border-collapse: collapse
}

.section-chart .rating-table #span-format {
    color: #294c68;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%
}

#h2_center {
    text-align: center
}

.section-chart .rating-table .btn--green {
    background-color: #1da623;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
    width: 150px;
    padding: 5px;
    font-weight: 400
}

@media only screen and (max-width:398.98px) {
    .section-chart .show-all .show-btn {
        width: 320px;
        margin-top: 10px
    }
}

.section-chart .show-btn {
    margin: 0 auto;
    margin-top: 30px;
    width: 230px;
    border: 1px #294c68 solid;
    padding: 5px 50px 5px 50px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #294c68;
    font-weight: 600;
    letter-spacing: .02em
}

.section-chart .show-btn:hover {
    background-color: #294c68;
    color: #fff
}

.section-chart .show-btn:active {
    background-color: #385a76;
    color: #fff
}

.section-chart .tab-class .rating-table {
    overflow: hidden;
    position: relative;
    height: 200px;
    background: linear-gradient(to bottom, rgba(104, 36, 36, 0), #fff 100%)
}

.section-chart .tab-class .rating-table::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(104, 36, 36, 0), #fff 100%);
    pointer-events: none
}

.section-chart .tab-class .rating-table::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    background: 0 0;
    pointer-events: none;
    display: none
}

.section-chart .tab-class .rating-table .show-more1 {
    display: none
}

.section-chart .tab-class .rating-table .show-more2 {
    display: none
}

.section-chart .tab-class .rating-table .show-more3 {
    display: none
}

@media only screen and (max-width:767.98px) {
    .section-faq {
        padding-top: 55px
    }
}

@media only screen and (max-width:575.98px) {
    .section-faq {
        padding-top: 5px;
        padding-bottom: 0
    }

    .section-chart .tab-class .rating-table {
        margin: 15px
    }

    .section-chart .tab-class .rating-table th {
        font-size: 14px
    }
}

.section-faq__text {
    margin-top: 20px;
    padding: 15px 0 0 0
}

.section-faq__text p {
    color: #323232;
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0 10px 0
}

.section-faq__text ul {
    padding-left: 20px;
    list-style: disc
}

.section-faq__text ul li {
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px
}

.section-faq__link {
    color: #1da623;
    text-decoration: underline
}

.section-faq__link:active,
.section-faq__link:focus,
.section-faq__link:hover {
    color: #1da623
}

.section-faq .columns {
    position: relative;
    margin-top: 35px;
    grid-column-gap: 20px
}

@media only screen and (max-width:991.98px) {
    .section-faq .columns {
        display: block
    }
}

@media only screen and (max-width:991.98px) {
    .section-faq .columns .column__heading {
        display: block;
        min-height: auto;
        text-align: center
    }
}

@media only screen and (max-width:991.98px) {
    .section-faq .columns .column:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:575.98px) {
    .section-faq .columns .column:not(:last-child) {
        margin-bottom: 10px
    }
}

.columns {
    display: flex;
    justify-content: space-between
}

.columns--three {
    grid-template-columns: repeat(3, 1fr)
}

.columns .column {
    padding: 0 20px 10px 20px;
    background: #fff;
    display: flex;
    align-items: flex-start
}

.columns .column__icon {
    text-align: center
}

.columns .column__icon .svg-sprite-icon {
    width: 100px;
    height: 100px
}

.columns .column__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    min-height: 60px;
    font-weight: 700;
    font-size: 24px;
    font-family: "Manrope ", sans-serif;
    text-align: center
}

.columns .column .column__heading {
    color: #323232;
    font-size: 40px;
    margin: 2px auto 0;
    text-align: left
}

.text-container {
    margin-left: 10px
}

.columns .column__text {
    color: #323232;
    font-size: 18px
}

.section-best {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px
}

.section-best .rating-table .btn--green {
    background-color: #1da623;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
    width: 150px;
    padding: 5px;
    font-weight: 400
}

@media only screen and (max-width:575.98px) {
    .section-best {
        margin-top: 35px
    }
}

.section-best .tab-class {
    margin-top: 48px
}

@media only screen and (max-width:991.98px) {
    .section-text-block .text-image .img-desk {
        display: none
    }
}

@media only screen and (max-width:767.98px) {
    .section-best .columns--three {
        display: block;
        padding-top: 40px
    }
}

@media only screen and (max-width:767.98px) {
    .section-best .tab-class::before {
        top: 0;
        right: -50%;
        left: -50%;
        width: 200%;
        height: calc(100% + 60px)
    }
}

@media only screen and (max-width:767.98px) {
    .section-best .columns .card {
        max-width: 270px;
        margin: 0 auto 30px
    }
}

.section-chart {
    position: relative;
    padding-top: 15px;
    padding-bottom: 40px
}

.section-chart .section__heading {
    margin-bottom: 30px
}

@media only screen and (max-width:991.98px) {
    .section-best .tab-class .rating-table td {
        font-size: 16px;
        padding: 5px
    }

    .section-best .tab-class .rating-table #span-name {
        font-size: 20px
    }
}

.card {
    background: #f1f4fa;
    border-radius: 8px;
    overflow: hidden
}

.card__image img {
    display: block;
    width: 100%;
    max-height: 174px
}

.card__content {
    padding: 23px 20px 35px;
    min-height: 150px
}

.articles__heading,
.card__heading {
    color: #323232;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center
}

.articles__heading {
    min-height: 48px
}

.section-all-articles {
    padding-bottom: 80px
}

.articles-blog {
    padding: 80px 0
}

.section__image {
    display: flex;
    justify-content: center
}

.section__image img {
    max-width: 600px
}

.card__stars {
    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;
    margin-top: 12px;
    text-align: center
}

.card__value {
    position: relative;
    top: 2px;
    padding-left: 10px;
    color: #ea923a;
    font-weight: 700;
    font-size: 16px
}

.card__buttons {
    margin-top: 20px
}

.card .btn {
    margin-bottom: 10px;
    height: 36px
}

.section-text-block {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 75px;
    margin-bottom: 60px;
    border-radius: 20px
}

.section-text-block .text-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.section-text-block .text-image p {
    font-size: 18px;
    letter-spacing: .01em;
    font-weight: 400
}

@media only screen and (min-width:991.98px) {
    .section-text-block .text-image img {
        margin-left: 70px
    }
}

.section-text-block .text-image .img1 {
    margin-left: 60px
}

@media only screen and (max-width:767.98px) {
    .section-text-block {
        padding: 20px
    }

    .section-text-block .text-image {
        display: flex;
        flex-direction: column
    }

    .section-text-block .text-image img {
        margin: 0 5px 5px 5px
    }
}

@media only screen and (min-width:991.98px) {
    .section-text-block .text-image .img-mob {
        display: none
    }

    .section-text-block .text-image .img-desk {
        width: 300px;
        height: 460px
    }

    .section-text-block .text-image2 .img2 {
        margin-left: 50px
    }
}

.table-rate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

@media only screen and (max-width:991.98px) {
    .section-chart .scrollbar {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
        padding: 0
    }
}

@media only screen and (max-width:767.98px) {
    .section-best .rating-table td {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 8px
    }

    .section-best .tab-class {
        margin: 20px
    }

    .section-best .rating-table #tr-left {
        border-radius: 20px
    }

    .section-best .tab-class .btn--green {
        margin-bottom: 15px
    }

    .section-chart .scrollbar .rating-table td {
        padding: 7px
    }

    .section-chart .scrollbar .rating-table td:first-child {
        padding-left: 20px
    }
}

@media only screen and (max-width:575.98px) {
    .section-text-block .text-image .img1 {
        margin: 0
    }

    .section-text-block .text-image2 .img2 {
        width: 250px;
        margin: 0 auto
    }

    .section-text-block {
        margin-bottom: 0;
        border-radius: 0
    }
}

@media only screen and (max-width:991.98px) {
    .table-rate {
        position: absolute;
        top: 25px;
        right: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 0
    }

    .section-text-block .text-image {
        display: flex;
        flex-direction: column
    }

    .section-text-block .text-image2 {
        display: flex;
        flex-direction: column
    }

    .section-text-block .text-image2 img {
        margin: 0 auto
    }
}

.table-rate__value {
    color: #000;
    font-weight: 700;
    font-size: 26px
}

.table-rate .stars {
    position: absolute;
    right: 0;
    width: 152px;
    height: 35px
}

@media only screen and (max-width:991.98px) {
    .table-rate .stars {
        top: -4px;
        right: 55px
    }
}

@media only screen and (max-width:575.98px) {
    .table-rate .stars {
        top: -2px;
        right: 50px;
        width: 145px
    }
}

.table-rate .stars::after,
.table-rate .stars::before {
    font-size: 32px
}

@media only screen and (max-width:575.98px) {

    .table-rate .stars::after,
    .table-rate .stars::before {
        font-size: 30px
    }
}

@media only screen and (max-width:1199.98px) {
    .price {
        margin-bottom: 15px
    }
}

.deadline,
.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.deadline__text,
.price__text {
    color: #000;
    font-size: 18px
}

.deadline__value,
.price__value {
    margin-left: 12px;
    -webkit-columns: #000;
    -moz-columns: #000;
    columns: #000;
    font-weight: 700;
    font-size: 18px
}

@media only screen and (min-width:575.98px) {
    .section-faq-block {
        padding-bottom: 50px
    }
}

.faq-block {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 38px;
    border-radius: 20px
}

@media only screen and (max-width:991.98px) {
    .faq-block {
        display: block
    }
}

.faq-table {
    max-width: 100%;
    display: block
}

@media only screen and (min-width:575.98px) {
    .cell-border {
        border-top-left-radius: 20px
    }

    .cell-border-right {
        border-top-right-radius: 20px
    }

    .cell-bot-right {
        border-bottom-right-radius: 20px
    }

    .cell-bot-left {
        border-bottom-left-radius: 20px
    }
}

@media only screen and (max-width:575.98px) {
    .faq-table__cell {
        display: block
    }
}

.faq-table__cell:first-child {
    padding: 35px;
    background-color: #f9fbfd;
    color: #323232;
    font-weight: 700;
    font-size: 24px
}

.faq-table__cell:last-child {
    padding: 30px;
    background-color: #fff;
    color: #323232;
    font-weight: 400;
    line-height: 150%
}

.faq-table__row {
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.faq-table__body {
    background-color: #f9fbfd;
    padding: 150px;
    margin: 20px
}

@media only screen and (max-width:575.98px) {
    .faq-table__row {
        display: block;
        border-bottom: 20px solid #fff
    }
}

.faq-table--no-img {
    margin-top: 40px
}

.card-ribbon {
    position: absolute;
    right: -3px;
    bottom: -5px;
    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;
    width: 120px;
    height: 36px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase
}

.card-ribbon--yellow {
    background: url("/img/ribbon-yellow.png") no-repeat center;
    background-size: cover
}

.card-ribbon--green {
    background: url("/img/ribbon-green.png") no-repeat center;
    background-size: cover
}

.card-ribbon--blue {
    background: url("/img/ribbon-blue.png") no-repeat center;
    background-size: cover
}

.content-header--reviews {
    position: relative;
    padding-top: 45px;
    padding-bottom: 40px;
    overflow: hidden
}

@media only screen and (max-width:991.98px) {
    .content-header--reviews {
        padding-bottom: 80px
    }
}

.content-header--reviews::after {
    position: absolute;
    top: 40%;
    right: 28px;
    display: block;
    width: 80px;
    height: 165px;
    background: url("/img/dots-gray.svg") no-repeat center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: ""
}

.content-header--reviews .content-header__heading {
    text-align: center
}

.content-header--reviews .container {
    z-index: 1
}

.content-header--reviews .card {
    position: relative;
    margin: 0 15px
}

@media screen and (min-width:992px) {
    .content-header--reviews .card {
        width: 270px
    }
}

.content-header--reviews .card__image {
    position: relative
}

@media screen and (min-width:992px) {
    .slider-review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.slider-review-wrap {
    margin: 40px auto 0
}

@media screen and (min-width:992px) {
    .slider-review-wrap {
        position: relative;
        width: 902px
    }

    .slider-review-wrap::before {
        position: absolute;
        bottom: -30px;
        left: 95px;
        display: block;
        width: 80px;
        height: 165px;
        background: url("/img/dots-gray.svg") no-repeat center;
        content: ""
    }
}

@media only screen and (max-width:767.98px) {
    .slider-review-wrap {
        width: 282px
    }
}

@media only screen and (max-width:575.98px) {
    .slider-review-wrap {
        width: 290px
    }
}

@media only screen and (max-width:479.98px) {
    .slider-review-wrap {
        position: relative;
        right: -15px;
        left: -10px;
        min-width: calc(100% + 30px)
    }
}

.slider-review-wrap .tns-controls {
    display: none
}

.slider-review-wrap .tns-nav {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:767.98px) {
    .slider-review-wrap .tns-nav {
        bottom: -55px
    }
}

.slider-review-wrap .tns-nav button {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 2px solid #294c68;
    border-radius: 50%
}

.slider-review-wrap .tns-nav button.tns-nav-active {
    background-color: #294c68
}

.section-all-reviews {
    padding-top: 90px;
    padding-bottom: 80px
}

.section-all-reviews .section__heading h2 {
    text-align: center
}

@media only screen and (max-width:575.98px) {
    .section-all-reviews {
        padding-top: 55px
    }
}

.section-all-reviews--results {
    padding-top: 55px;
    background-color: #f0f4fb
}

.section-all-reviews--results .section__heading-wrap {
    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
}

.section-all-reviews--results .section__heading-wrap .btn {
    position: relative;
    margin-right: auto;
    width: 160px;
    height: 36px;
    color: #323232;
    border-color: #323232
}

@media only screen and (max-width:991.98px) {
    .section-all-reviews--results .section__heading-wrap .btn--desktop {
        display: none
    }
}

.section-all-reviews--results .btn--mobile {
    position: relative;
    display: none;
    width: 160px;
    height: 36px;
    color: #323232;
    border-color: #323232;
    margin: 40px auto 0
}

@media only screen and (max-width:991.98px) {
    .section-all-reviews--results .btn--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:575.98px) {
    .section-all-reviews--results .btn--mobile {
        width: 60%
    }
}

@media only screen and (max-width:479.98px) {
    .section-all-reviews--results .btn--mobile {
        width: 90%
    }
}

.section-all-reviews--results .section__heading {
    width: calc(100% - 160px)
}

@media only screen and (max-width:991.98px) {
    .section-all-reviews--results .section__heading {
        width: 100%
    }
}

.section-all-reviews--results .section__heading h2 {
    margin-left: -160px
}

@media only screen and (max-width:991.98px) {
    .section-all-reviews--results .section__heading h2 {
        margin-left: auto
    }
}

@media only screen and (max-width:575.98px) {
    .section-all-reviews--results .section__heading h2 {
        font-size: 20px
    }
}

.section-all-reviews--results .icon-arrow-black {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 20px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.all-articles,
.all-reviews {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    grid-gap: 20px;
    margin-top: 48px
}

@media only screen and (max-width:1199.98px) {

    .all-articles,
    .all-reviews {
        grid-template-columns: repeat(3, 270px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991.98px) {

    .all-articles,
    .all-reviews {
        grid-template-columns: repeat(2, 270px)
    }
}

@media only screen and (max-width:575.98px) {

    .all-articles,
    .all-reviews {
        grid-template-columns: repeat(1, 270px)
    }
}

.section-legal {
    position: relative;
    padding-top: 58px;
    padding-bottom: 90px;
    background-color: #f0f4fb
}

@media only screen and (max-width:575.98px) {
    .section-legal {
        padding-bottom: 70px
    }
}

.section-legal::after,
.section-legal::before {
    position: absolute;
    width: 165px;
    height: 80px;
    background: url("/img/dots-gray-4.svg");
    content: ""
}

@media only screen and (max-width:575.98px) {

    .section-legal::after,
    .section-legal::before {
        display: none
    }
}

.section-legal::before {
    top: 55px;
    left: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.section-legal::after {
    right: 10px;
    bottom: 90px
}

.section-legal .container {
    position: relative;
    z-index: 1
}

.section-legal .section {
    max-width: 69%;
    margin: 0 auto
}

@media only screen and (max-width:991.98px) {
    .section-legal .section {
        max-width: 80%
    }
}

@media only screen and (max-width:575.98px) {
    .section-legal .section {
        max-width: 100%
    }
}

.section-legal .section__heading h2 {
    color: #294c68;
    font-size: 42px;
    line-height: 46px
}

@media only screen and (max-width:991.98px) {
    .section-legal .section__heading h2 {
        font-size: 32px
    }
}

.section-legal .section__subheading {
    margin-top: 10px
}

.section-legal .section__text {
    color: #000;
    font-size: 18px;
    line-height: 27px
}

@media only screen and (max-width:575.98px) {
    .section-legal .section__text {
        font-size: 16px;
        line-height: 24px
    }
}

.section-contact {
    position: relative;
    padding-top: 54px;
    padding-bottom: 70px;
    background-color: #d0dfef
}

@media only screen and (max-width:767.98px) {
    .section-contact {
        padding-top: 105px
    }
}

.section-contact::after,
.section-contact::before {
    position: absolute;
    width: 165px;
    height: 80px;
    content: ""
}

.section-contact::before {
    top: 45px;
    left: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (max-width:767.98px) {
    .section-contact::before {
        display: none
    }
}

.section-contact::after {
    right: 0;
    bottom: 90px
}

@media only screen and (max-width:1199.98px) {
    .section-contact::after {
        bottom: 35px
    }
}

@media only screen and (max-width:575.98px) {
    .section-contact::after {
        display: none
    }
}

.section-contact .icon-letters {
    position: absolute;
    top: -110px;
    right: -100px;
    width: 310px;
    height: 125px
}

@media only screen and (max-width:991.98px) {
    .section-contact .icon-letters {
        top: -80px;
        right: 0;
        width: 210px;
        height: 85px
    }
}

@media only screen and (max-width:767.98px) {
    .section-contact .icon-letters {
        top: -170px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section-contact .container {
    position: relative;
    z-index: 1
}

.section-contact .section__heading h1 {
    color: #294c68;
    font-size: 42px;
    font-family: Manrope, sans-serif;
    line-height: 46px;
    text-transform: none
}

@media only screen and (max-width:575.98px) {
    .section-contact .section__heading h1 {
        font-size: 32px
    }
}

.form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    max-width: 755px;
    margin: 40px auto 0
}

@media only screen and (max-width:575.98px) {
    .form {
        display: block
    }
}

@media only screen and (max-width:575.98px) {
    .form__group {
        margin-bottom: 20px
    }
}

.form__group--name {
    grid-column: 1/2;
    grid-row: 1/2
}

.form__group--email {
    grid-column: 2/3;
    grid-row: 1/2
}

.form__group--comment {
    grid-column: 1/3;
    grid-row: 2/3
}

.form__label {
    display: block;
    margin-bottom: 5px;
    color: #323232;
    font-size: 18px
}

.form__label_rating {
    display: flex;
    color: #323232;
    font-size: 18px
}

.form__input {
    width: 100%;
    height: 36px;
    padding: 10px;
    color: #131a22;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .9
}

.form__message {
    width: 100%;
    height: 86px;
    padding: 10px;
    color: #131a22;
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .9;
    resize: none
}

@media only screen and (max-width:575.98px) {
    .form__message {
        height: 140px
    }
}

.form__button {
    grid-column: 1/3;
    grid-row: 3/4;
    margin: 23px auto 0;
    width: 175px;
    height: 45px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
}

@media only screen and (max-width:575.98px) {
    .form__button {
        margin: 13px auto 0
    }
}

.form--review {
    max-width: 100%;
    margin: 0;
    padding: 0 60px
}

@media only screen and (max-width:767.98px) {
    .form--review {
        padding: 60px 30px 70px
    }
}

@media only screen and (max-width:575.98px) {
    .form--review {
        padding: 30px 0 0
    }
}

.form--review .form__group--name {
    grid-row: 3/4
}

.form--review .form__group--email {
    grid-row: 3/4
}

.form--review .form__group--comment {
    grid-row: 4/5
}

.form--review .form__group--rating {
    grid-row: 5/6;
    display: flex;
    align-items: center
}

.form--review .form__group--rating #rating_value {
    font-size: 18px;
    color: #8f8f8f;
    margin-left: 10px;
    font-weight: 500
}

.form--review .form__group--rating .form__label_rating {
    margin-right: 10px
}

.form--review .form__input,
.form--review .form__message {
    background-color: #f0f4fb;
    border: 1px solid #e6edf9
}

.form--review .form__rating-text {
    margin-right: 20px;
    color: #fff;
    font-size: 16px
}

.form--review .form__button {
    grid-row: 6/7;
    width: 175px;
    height: 45px;
    margin-top: 0
}

.form--review .form__group--rating .rating_field>input {
    display: none
}

.form--review .form__group--rating .rating_field>label {
    float: right;
    color: #dbe1ec
}

.form--review .form__group--rating .rating_field>label:before {
    display: inline-block;
    font-size: 20px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "
}

.form--review .form__group--rating .rating_field .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0
}

.form--review .form__group--rating .rating_field label:hover,
.form--review .form__group--rating .rating_field label:hover~label,
.form--review .form__group--rating input:checked~label {
    color: #ffa346
}

.form--review .form__group--rating .rating_field input:checked+label:hover,
.form--review .form__group--rating .rating_field input:checked~label:hover,
.form--review .form__group--rating .rating_field input:checked~label:hover~label,
.form--review .form__group--rating .rating_field label:hover~input:checked~label {
    color: #ffa346
}

.review__rating {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.review__rating #rating_value__review {
    font-size: 18px;
    color: #8f8f8f;
    margin-left: 10px;
    font-weight: 500;
    float: right;
    top: 0;
    left: 0
}

.review__rating .rating_field_output>input {
    display: none
}

.review__rating .rating_field_output>label {
    float: right;
    color: #dbe1ec
}

.review__rating .rating_field_output>label:before {
    display: inline-block;
    font-size: 20px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "
}

.review__rating .rating_field_output .half-star:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0
}

.review__rating .rating__value {
    margin-left: 15px;
    color: #8f8f8f;
    font-weight: 500;
    font-size: 18px
}

@media only screen and (max-width:575.98px) {
    .form--review .form__button {
        width: 290px
    }
}

.form__heading {
    grid-column: 1/3;
    grid-row: 1/2;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase
}

.form__subheading {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center
}

.rate {
    float: left;
    height: 40px;
    padding: 0 10px
}

@media only screen and (max-width:575.98px) {
    .rate {
        float: none;
        width: 200px;
        margin-top: 10px;
        margin-bottom: 35px;
        padding: 0
    }
}

.rate:not(:checked)>input {
    display: none
}

.rate:not(:checked)>label {
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0;
    background: url("h/img/star-empty.png") no-repeat
}

.rate:not(:checked)>label:before {
    content: "★ "
}

.rate>input:checked~label {
    background: url("h/img/star-full.png") no-repeat
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    background: url("h/img/star-full.png") no-repeat
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    background: url("h/img/star-full.png") no-repeat
}

.content-header--about {
    position: relative;
    padding-top: 55px;
    padding-bottom: 62px;
    background-color: #f0f4fb
}

@media only screen and (max-width:575.98px) {
    .content-header--about {
        padding-top: 40px
    }
}

.content-header--about::after,
.content-header--about::before {
    position: absolute;
    width: 165px;
    height: 80px;
    background: url(/img/dots-gray-6.svg) no-repeat center;
    content: ""
}

@media only screen and (max-width:767.98px) {

    .content-header--about::after,
    .content-header--about::before {
        display: none
    }
}

.content-header--about::before {
    top: 45px;
    left: 150px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.content-header--about::after {
    top: 40%;
    right: 0
}

.content-header--about .section__heading h1 {
    color: #294c68;
    font-size: 42px;
    font-family: Manrope, sans-serif;
    line-height: 46px;
    text-transform: none
}

@media only screen and (max-width:575.98px) {
    .content-header--about .section__heading h1 {
        font-size: 32px
    }
}

.content-header--about .section__text p {
    margin-top: 15px
}

.content-header__wrap {
    max-width: 66%;
    margin: 0 auto
}

@media only screen and (max-width:991.98px) {
    .content-header__wrap {
        max-width: 80%
    }
}

@media only screen and (max-width:575.98px) {
    .content-header__wrap {
        max-width: 100%
    }
}

.count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 40px
}

@media only screen and (max-width:767.98px) {
    .count {
        display: block
    }
}

@media only screen and (max-width:575.98px) {
    .count {
        width: 100%;
        margin-top: 50px;
        padding-top: 0
    }
}

@media only screen and (max-width:767.98px) {
    .count__item:not(:last-child) {
        margin-bottom: 40px
    }
}

.count__number {
    color: #294c68;
    font-weight: 700;
    font-size: 42px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-align: center
}

.count__text {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 20px
}

@media only screen and (max-width:575.98px) {
    .count__text {
        max-width: 100%
    }
}

.section-person {
    position: relative;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 90px;
    max-width: 75%;
    margin: 0 auto
}

@media only screen and (max-width:991.98px) {
    .section-person {
        max-width: 90%
    }

    .section__heading h2 {
        text-align: left
    }
}

@media only screen and (max-width:767.98px) {
    .section-person {
        display: block;
        text-align: center
    }
}

.section-person-wrap {
    padding-top: 38px;
    padding-bottom: 45px;
    background-color: #d0dfef
}

.section-person:not(:last-child) {
    margin-bottom: 57px
}

.section-person:nth-child(odd) .avatar-wrap::before {
    left: -55px
}

.section-person:nth-child(even) .avatar-wrap::before {
    right: -55px
}

.avatar {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%
}

@media only screen and (max-width:767.98px) {
    .avatar {
        margin: 0 auto 40px
    }
}

.avatar-wrap {
    position: relative
}

.avatar-wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 80px;
    background: url("/img/dots-gray-5.svg") no-repeat center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""
}

@media only screen and (max-width:575.98px) {
    .avatar-wrap::before {
        display: none
    }
}

.avatar img {
    display: block;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter .5s ease;
    transition: -webkit-filter .5s ease;
    transition: filter .5s ease;
    transition: filter .5s ease, -webkit-filter .5s ease
}

.avatar img:hover {
    -webkit-filter: none;
    filter: none
}

.about .section__heading h2 {
    color: #294c68;
    text-align: left
}

@media only screen and (max-width:767.98px) {
    .about .section__heading h2 {
        text-align: center
    }
}

.social-list {
    display: grid;
    grid-template-columns: repeat(4, 20px);
    grid-column-gap: 75px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

@media only screen and (max-width:767.98px) {
    .social-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:575.98px) {
    .social-list {
        margin-top: 30px;
        grid-column-gap: 65px
    }
}

.social-list__link {
    display: inline-block
}

.social-list__link svg:hover path {
    fill: #294c68
}

.section-about {
    padding-top: 60px;
    padding-bottom: 95px;
    background-color: #fff
}

@media only screen and (max-width:575.98px) {
    .section-about {
        padding-top: 0;
        padding-bottom: 55px
    }
}

.section-about__wrap {
    max-width: 66%;
    margin: 0 auto
}

@media only screen and (max-width:991.98px) {
    .section-about__wrap {
        max-width: 90%
    }
}

@media only screen and (max-width:575.98px) {
    .section-about__wrap {
        max-width: 100%
    }
}

.section-about .section__heading h2 {
    margin-bottom: 30px
}

@media only screen and (max-width:575.98px) {
    .section-about .section__text {
        text-align: center
    }
}

.card-info {
    margin-bottom: 60px;
    padding: 40px 35px 20px;
    background: #294c68;
    -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    border-radius: 4px
}

@media only screen and (max-width:575.98px) {
    .card-info {
        margin: 0 -15px 60px;
        padding: 40px 15px 20px;
        border-radius: 0
    }
}

.card-info .section__heading h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 36px;
    text-align: center
}

@media only screen and (max-width:575.98px) {
    .card-info .section__heading h2 {
        font-size: 28px
    }
}

.card-info .section__text p {
    padding: 0;
    color: #fff;
    text-align: left
}

.content-header .container {
    position: relative;
    z-index: 1
}

.content-header--post {
    position: relative;
    padding-top: 190px;
    padding-bottom: 140px;
    background-image: url("h/img/header-bg_lg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:575.98px) {
    .content-header--post {
        padding-top: 120px;
        padding-bottom: 30px;
        background-position: center
    }
}

.content-header--post .section__author {
    margin-top: 20px;
    text-align: center
}

@media only screen and (max-width:575.98px) {
    .content-header--post .section__author {
        margin-top: 40px;
        font-size: 20px
    }
}

.content-header--post .section__date {
    margin-top: 10px;
    text-align: center
}

@media only screen and (max-width:575.98px) {
    .content-header--post .section__date {
        font-size: 16px
    }
}

.section-post {
    position: relative;
    padding-bottom: 100px;
    background-color: #eee
}

@media only screen and (max-width:575.98px) {
    .section-post {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 60px
    }
}

.section-post .section__heading h2 {
    margin-top: 55px;
    margin-bottom: 30px;
    text-align: center
}

@media only screen and (max-width:575.98px) {
    .section-post .section__heading h2 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:575.98px) {
    .section-post .section__text p {
        font-size: 18px;
        line-height: 27px
    }
}

.section__image {
    margin-top: 30px;
    margin-bottom: 35px;
    overflow: hidden;
    -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    border-radius: 20px
}

@media only screen and (max-width:575.98px) {
    .section__image {
        margin: 30px -15px 35px;
        border-radius: 0
    }
}

.section__image img {
    display: block;
    width: 100%
}

.time {
    position: absolute;
    bottom: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991.98px) {
    .time {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 50px auto 0
    }
}

.time__text {
    color: #fff;
    font-size: 18px;
    line-height: 17px
}

.time .icon-time-white {
    margin-right: 12px;
    width: 20px;
    height: 20px
}

.contents {
    position: relative;
    top: -80px;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:575.98px) {
    .contents {
        top: 0;
        margin-bottom: 35px
    }
}

.contents__heading {
    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;
    height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #9b40dd;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.contents__content {
    padding: 20px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.contents-list__item {
    margin-bottom: 15px
}

.contents-list__item:last-child {
    margin-bottom: 0
}

.contents-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.contents-list__link:active .contents-list__text,
.contents-list__link:focus .contents-list__text,
.contents-list__link:hover .contents-list__text {
    color: #32bc7c;
    text-decoration: underline
}

.contents-list__number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    margin-top: 2px;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #32bc7c;
    border-radius: 50%
}

.contents-sublist {
    padding-left: 37px
}

.contents-sublist__item {
    position: relative;
    margin: 10px 0;
    padding-left: 17px
}

.contents-sublist__item::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""
}

.contents-sublist__link {
    color: #000;
    font-size: 18px;
    line-height: 21px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.contents-sublist__link:active .contents-sublist__text,
.contents-sublist__link:focus .contents-sublist__text,
.contents-sublist__link:hover .contents-sublist__text {
    color: #32bc7c;
    text-decoration: underline
}

.related .grid--blog {
    margin-top: 40px
}

.content-header--review {
    background: #d0dfef url("/img/review-bg.svg") center top -50px no-repeat
}

.content-header--review::before {
    display: none
}

.content-header--review .picture {
    position: absolute;
    top: 60px;
    left: 15px;
    max-width: 580px;
    width: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
    border-radius: 4px
}

.content-header--review .section {
    width: 50%;
    min-height: 435px;
    margin-left: auto;
    padding: 135px 0 70px 85px
}

.article-header {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px
}

.article-section {
    margin: 0 auto;
    padding: 10px;
    min-height: 0
}

.content-header--review .section__heading h1 {
    color: #294c68;
    font-size: 42px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 46px;
    text-align: left;
    text-transform: none;
    text-shadow: none
}

.content-header--review .section__date {
    margin-top: 15px;
    font-size: 16px
}

@media only screen and (max-width:775.98px) {
    .content-header--review .container {
        padding: 0
    }

    .content-header--review .picture {
        display: block
    }

    .content-header--review .section-table__cell {
        padding-right: 5px;
        color: #294c68;
        font-weight: 700;
        font-size: 24px;
        font-family: "Roboto Condensed", Arial, sans-serif
    }

    .content-header--review .rating,
    .content-header--review .section__heading h1 {
        padding: 0 15px
    }
}

@media only screen and (max-width:575.98px) {
    .content-header__content {
        margin-right: 0
    }
}

.content-header--review .star-rating {
    --ratingSize: 150px
}

.content-header .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-header--review .wrap {
    position: static
}

@media only screen and (max-width:991.98px) {
    .content-header .wrap {
        display: flex
    }

    .content-header__content {
        margin-right: 5px
    }
}

@media only screen and (max-width:575.98px) {
    .content-header__content {
        margin-right: 0
    }
}

.content-header--review .wrap {
    position: static
}

.content-header .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.content-header .rating__value {
    position: relative;
    top: 1px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    margin-left: 30px;
    color: #294c68;
    font-weight: 700;
    font-size: 30px
}

.picture {
    display: block;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, .15));
    border-radius: 10px
}

@media only screen and (max-width:575.98px) {
    .content-header--review .section__heading h1 {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width:991.98px) {
    .content-header .wrap {
        display: flex
    }
}

@media only screen and (max-width:775.98px) {
    .picture--desktop {
        display: none
    }
}

.banner {
    position: relativesection__date;
    height: 80px;
    background-color: #e6f9e9
}

@media only screen and (max-width:991.98px) {
    .banner {
        padding-top: 10px;
        height: auto
    }

    .banner__img {
        display: none
    }
}

.banner__wrap {
    position: relative;
    top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:991.98px) {
    .banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner__text {
    color: #1da623;
    font-weight: 700;
    font-size: 26px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-align: center
}

@media only screen and (max-width:991.98px) {
    .banner__text {
        margin: 20px 0
    }

    .content-header__content {
        margin-right: 5px
    }

    .content-header--review {
        text-align: center
    }

    .content-header--review .wrap {
        display: block
    }

    .content-header--review .content-header__content {
        margin: 0
    }

    .content-header--review .section {
        width: 100%;
        padding: 35px 0 15px
    }

    .content-header--review .section__heading h1 {
        text-align: center;
        font-size: 32px
    }

    .content-header--review .rating {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .content-header--review .picture {
        position: static;
        width: 100%;
        max-width: 360px;
        margin: 0 auto
    }
}

.banner .btn {
    width: 175px;
    height: 45px;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
}

.banner--red {
    background-color: #feedee
}

.banner--red .banner__text {
    margin-top: 10px;
    color: #f34550
}

@media only screen and (max-width:991.98px) {
    .picture {
        position: relative
    }
}

.picture img {
    position: relative;
    display: block;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .picture--desktop {
        display: block;
        max-width: 545px
    }
}

.section-review {
    padding-top: 50px;
    padding-bottom: 65px;
    background-color: #fff
}

@media only screen and (max-width:575.98px) {
    .section-review {
        margin-top: 45px;
        padding-top: 0;
        padding-bottom: 35px
    }
}

@media only screen and (max-width:575.98px) {
    .section-review .container {
        padding: 0
    }
}

.section-review .wrap {
    display: grid;
    grid-template-columns: 1fr 270px;
    grid-column-gap: 20px
}

@media only screen and (max-width:1199.98px) {
    .section-review--services .wrap {
        grid-column-gap: 0
    }

    .section-review .wrap {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (max-width:991.98px) {
    .section-review .wrap {
        display: block
    }
}

.section-review__top {
    grid-column: 1/2;
    grid-row: 1/2
}

@media only screen and (max-width:1199.98px) {
    .section-review__top {
        max-width: 100%
    }
}

@media only screen and (max-width:575.98px) {
    .section-review__top {
        padding: 0 15px
    }
}

.section-review__content {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: 850px
}

@media only screen and (max-width:1199.98px) {
    .section-review__content {
        grid-column: 1/2;
        grid-row: 3/4;
        max-width: 100%
    }
}

@media only screen and (max-width:575.98px) {
    .section-review__content {
        padding: 0 15px
    }
}

.section-review__content .btn {
    margin: 30px auto 0;
    max-width: 230px;
    height: 35px
}

@media only screen and (max-width:991.98px) {
    .section-review__content .btn {
        max-width: 290px;
        height: 45px
    }
}

@media only screen and (max-width:991.98px) {
    .section-review .hide {
        display: none
    }
}

.section-review .section-faq-block {
    margin-top: 45px
}

.section-review .section__text {
    margin-bottom: 45px
}

@media only screen and (max-width:575.98px) {
    .section-review .section__text {
        margin-bottom: 30px
    }

    .section-review .section-faq-block #faq {
        margin-left: 20px
    }

    .section-review .section-faq-block {
        padding-bottom: 0
    }
}

.section-review .section__text p {
    margin: 15px 0
}

.boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    margin-bottom: 20px
}

@media only screen and (max-width:767.98px) {
    .boxes {
        display: block
    }
}

.box {
    overflow: hidden;
    border-radius: 10px
}

.box__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: #333;
    font-weight: 700;
    font-size: 28px;
    font-family: "Roboto Condensed", Arial, sans-serif
}

@media only screen and (max-width:575.98px) {
    .box__heading {
        font-size: 24px
    }
}

.box__content {
    padding: 23px 18px;
    background-color: #e6f9e9;
    border-radius: 10px
}

@media only screen and (max-width:575.98px) {
    .box__content {
        padding: 20px
    }
}

.box-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #333;
    font-size: 18px;
    line-height: 27px
}

.box-list__item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:575.98px) {
    .box-list__item {
        font-size: 16px;
        line-height: 20px
    }
}

.box .icon-circle-check,
.box .icon-circle-close {
    margin-top: 3px;
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px
}

@media only screen and (max-width:767.98px) {
    .box--red {
        margin-top: 40px
    }
}

@media only screen and (max-width:575.98px) {
    .box--red {
        margin-top: 20px
    }
}

.box--red .box__content {
    background-color: #feedee
}

.reviews {
    max-width: 850px
}

@media only screen and (max-width:1199.98px) {
    .reviews {
        max-width: 100%
    }
}

@media only screen and (max-width:575.98px) {
    .reviews {
        padding: 0 15px
    }
}

.reviews .btn {
    margin: 40px auto 0;
    width: 175px;
    height: 36px;
    color: #1da623;
    background-color: transparent
}

.section-reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.section-reviews .section__heading {
    width: 100%
}

.reviews {
    width: 31.8%;
    margin: 0 auto
}

.review {
    margin-top: 25px
}

@media only screen and (max-width:767.98px) {
    .section-reviews {
        display: block
    }

    .reviews {
        width: 100%
    }
}

.review {
    padding: 30px 20px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e6edf9;
    -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
    display: block
}

.review__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    overflow: hidden
}

@media only screen and (max-width:767.98px) {
    .review__image {
        height: 145px
    }
}

.review__image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:767.98px) {
    .review__content {
        display: block
    }
}

.review__text {
    color: #323232;
    font-size: 18px;
    line-height: 27px
}

.review__bottom {
    margin-top: 15px;
    min-width: 100%;
    text-align: center
}

@media only screen and (max-width:767.98px) {
    .review__bottom {
        max-width: 100%;
        display: block
    }
}

@media only screen and (max-width:575.98px) {
    .review__bottom {
        margin-top: 20px
    }
}

.review__bottom-wrap {
    text-align: left
}

@media only screen and (max-width:767.98px) {
    .review__bottom-wrap {
        display: block
    }
}

.review__author {
    margin-bottom: 10px;
    color: #323232;
    font-weight: 700;
    font-size: 18px
}

@media only screen and (max-width:767.98px) {
    .review__author {
        margin-bottom: 10px;
        font-size: 16px
    }
}

.review__date {
    margin-bottom: 20px;
    color: #323232;
    font-size: 18px
}

@media only screen and (max-width:575.98px) {
    .review__date {
        font-size: 16px
    }
}

.review .value {
    color: #131a36;
    font-size: 16px;
    text-align: center
}

.review__link {
    color: #1da623;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline
}

@media only screen and (max-width:767.98px) {
    .review__link {
        margin-top: 10px
    }
}

@media only screen and (max-width:575.98px) {
    .review__link {
        position: static;
        display: block;
        margin-top: 25px;
        text-align: center
    }
}

.review__link:active,
.review__link:focus,
.review__link:hover {
    color: #1da623
}

.section-related {
    margin-top: 50px
}

.section-related .columns--three {
    grid-template-columns: repeat(3, 270px);
    grid-column-gap: 20px;
    margin-top: 48px
}

@media only screen and (max-width:1199.98px) {
    .section-related .columns--three {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991.98px) {
    .section-related .columns--three {
        display: block
    }
}

@media only screen and (max-width:991.98px) {
    .section-related .columns--three .card {
        width: 320px;
        margin: 0 auto 15px
    }
}

.hiddenStyle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sidebar {
    position: sticky;
    top: 30px;
    right: 0;
    grid-column: 2/3;
    grid-row: 1/2;
    width: 270px
}

@media only screen and (max-width:1199.98px) {
    .sidebar {
        display: none
    }

    .sidebar--services {
        display: block;
        width: 0;
        z-index: 1
    }
}

.sidebar__heading {
    margin-bottom: 20px;
    color: #323232;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase
}

.sidebar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    background-color: #fff;
    border: 2px solid #32bc7c;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 7px rgba(0, 0, 0, .1)
}

.sidebar-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 45px
}

.sidebar-item__img img {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar-item--best {
    position: relative;
    padding-top: 30px
}

.sidebar-item--best .sidebar__best {
    position: absolute;
    top: -3px;
    left: -2px;
    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;
    width: calc(100% + 4px);
    height: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #32bc7c;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.sidebar-item--best-or {
    border-color: #ea923a
}

.sidebar-item--best-or .sidebar__best {
    background-color: #ea923a
}

.sidebar-item--best-gr {
    border-color: #39a99b
}

.sidebar-item--best-gr .sidebar__best {
    background-color: #39a99b
}

.sidebar-item--best-bl {
    border-color: #3498f5
}

.sidebar-item--best-bl .sidebar__best {
    background-color: #3498f5
}

.sidebar .star-rating {
    margin: 0 auto
}

.toggle-content {
    height: 135px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -webkit-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out
}

.toggle-content.is-visible {
    display: block;
    height: auto
}

.review__text.ShowContent p {
    height: auto;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out
}

.err-body {
    background: radial-gradient(106.32% 472.69% at 109.79% 107.5%, #7396bb 2.02%, #b5c3db 47.68%, #7f9fc0 99.33%)
}

.err-404 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    font-family: "Roboto Condensed", Arial, sans-serif;
    padding: 5px 15px;
    overflow-x: hidden
}

.err-404::after,
.err-404::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    height: 165px
}

.err-404::before {
    top: 340px;
    background: url("/img/dots-gray.svg") left top no-repeat;
    transform: translate(415px, 0) rotate(90deg)
}

.err-404::after {
    top: 15px;
    background: url("/img/dots-gray.svg") left top no-repeat;
    transform: translate(-480px, 0)
}

.err-404__wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1
}

.err-404__header {
    margin: 0 0 40px;
    text-align: center
}

.err-404__header::after {
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 450px;
    height: 270px;
    background: url("/img/bg-404.svg") center top/100% auto no-repeat
}

.err-404__header h1 {
    margin-bottom: 45px;
    font-family: inherit;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.err-404__search {
    display: flex;
    align-items: center;
    margin-bottom: 8vh
}

.err-404__search-label {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-transform: uppercase
}

.err-404__search-field {
    font-family: inherit;
    flex-shrink: 0;
    width: 100%;
    max-width: 460px;
    margin-left: 25px;
    padding: 21px 45px 22px 25px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #294c68;
    background: url("/img/search-icon.svg") #f0f0f0 right 20px center/22px 22px no-repeat;
    box-shadow: 2px 14px 18px rgba(41, 76, 104, .3);
    border-radius: 4px
}

.err-404__search-field::placeholder {
    color: #294c68
}

.err-404__nav-desc {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.err-404__list {
    display: flex;
    justify-content: center;
    align-items: center
}

.err-404__list li {
    margin: 0 7px
}

.err-404__list a {
    min-width: 175px;
    padding: 15px 5px
}

@media only screen and (max-width:767.98px) {
    .err-404__header::after {
        max-width: 250px;
        height: 155px
    }

    .err-404__header {
        margin-bottom: 25px
    }

    .err-404__header h1 {
        margin-bottom: 25px;
        font-size: 32px
    }

    .err-404__search-label {
        position: absolute;
        white-space: nowrap;
        width: 1px;
        height: 1px;
        overflow: hidden;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        margin: -1px
    }

    .err-404__search-field {
        margin: 0 auto;
        padding: 20px 45px 20px 18px
    }

    .err-404__search {
        margin-bottom: 35px
    }

    .err-404__nav-desc {
        margin-bottom: 15px;
        font-size: 14px
    }

    .err-404__list {
        flex-wrap: wrap
    }

    .err-404__list li {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:575.98px) {
    .err-404__list li {
        width: 100%
    }

    .err-404__list a {
        width: 100%
    }
}

.visually-hidden {
    position: absolute;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px
}

.review-btns {
    display: flex;
    margin-top: 30px
}

.review-btns .btn {
    flex-shrink: 0;
    max-width: 225px;
    width: 100%;
    padding: 17px 5px;
    font-size: 18px
}

.review-btns .btn--green {
    margin-left: 20px
}

@media only screen and (max-width:1199.98px) {
    .review-btns .btn {
        flex-shrink: 1
    }
}

@media only screen and (max-width:991.98px) {
    .review-btns {
        display: block
    }

    .review-btns .btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .review-btns .btn--green {
        margin-top: 15px;
        margin-left: auto
    }
}

@media only screen and (max-width:767.98px) {
    .review-btns {
        padding: 0 15px
    }
}

.review-features {
    margin-bottom: 75px;
    overflow-x: auto
}

.review-features__title {
    margin-bottom: 15px;
    color: #323232;
    font-size: 36px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 42px;
    text-align: center
}

.review-features__table {
    min-width: 500px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 18px;
    box-shadow: 0 6.6501px 5.32008px rgba(0, 0, 0, .0403893), 0 2.76726px 2.21381px rgba(0, 0, 0, .0281146);
    border-radius: 10px;
    overflow: hidden
}

.review-features__table tr {
    background: #e6edf9
}

.review-features__table tr:first-child {
    background: #f0f4fb
}

.review-features__table tr:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.review-features__table td {
    width: 50%;
    padding: 16px 6px
}

.review-features__table td:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.review-features__table b {
    color: #294c68
}

.services-button {
    display: none
}

@media only screen and (max-width:1199.98px) {
    .services-button {
        position: fixed;
        display: block;
        top: 50%;
        right: 0;
        padding: 45px 15px 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        border-radius: 8px 0 0 8px;
        background: #607b96;
        box-shadow: 0 6.6501px 5.32008px rgba(0, 0, 0, .0403893), 0 2.76726px 2.21381px rgba(0, 0, 0, .0281146);
        transform: translate(0, -50%);
        transition: transform .2s
    }

    .services-button::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 50%;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #294c68;
        background: #e2e9f4 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA5IDkiPjxwYXRoIGZpbGw9IiMyOTRDNjgiIGQ9Ik04LjY1OCAzLjQ4NWMuMjI4LjIyOS4zNDIuNTEuMzQyLjg0OCAwIC4zMzUtLjExMy42MTctLjM0MS44NDVhMS4xNSAxLjE1IDAgMCAxLS44NDcuMzQzSDQuMDFMNS4wOCA2LjU5Yy4yMTcuMjE4LjMyNi40OTUuMzI2LjgzMiAwIC4zMzYtLjEwOS42MTQtLjMyNy44MzFhMS4xMjcgMS4xMjcgMCAwIDEtLjgzMS4zMjdjLS4zMzcgMC0uNjE0LS4xMDktLjgzMi0uMzI3TC4zMjYgNS4xNjRhMS4wNTUgMS4wNTUgMCAwIDEtLjI1MS0uMzg2IDEuMzQ1IDEuMzQ1IDAgMCAxIDAtLjg5MWMuMDQ5LS4xMzkuMTMzLS4yNjcuMjUyLS4zODZMMy40MTYuNDFjLjIxOC0uMjE3LjQ5NS0uMzI2LjgzMi0uMzI2LjMzNiAwIC42MTMuMTA5LjgzMS4zMjcuMjE4LjIxOC4zMjcuNDk1LjMyNy44MzEgMCAuMzM3LS4xMDkuNjE0LS4zMjcuODMybC0xLjA3IDEuMDdoMy44MDNjLjMzNi0uMDAxLjYxOC4xMTIuODQ2LjM0WiIvPjwvc3ZnPg==') center center/10px 10px no-repeat;
        transform: translate(-50%, 0);
        cursor: pointer
    }

    .services-button--close {
        transform: translate(150%, -50%)
    }
}

.services-list {
    padding: 20px 10px 10px;
    background: #607b96;
    box-shadow: 0 6.6501px 5.32008px rgba(0, 0, 0, .0403893), 0 2.76726px 2.21381px rgba(0, 0, 0, .0281146);
    border-radius: 10px;
    transition: transform .2s
}

.services-list .star-rating {
    --ratingSize: 92px;
    margin: 0
}

.services-list__title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.services-list__close {
    display: none
}

.services-list__item {
    padding: 15px 10px 10px 17px;
    background: #fbfbfb;
    border-radius: 10px;
    text-align: center
}

.services-list__item:nth-of-type(n+2) {
    margin-top: 7px
}

.services-list__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.services-list__logo {
    max-width: 125px;
    width: auto
}

.services-list__head .star-rating {
    --ratingSize: 75px;
    flex-shrink: 0
}

.services-list__item a {
    display: inline-block;
    max-width: 100%;
    min-width: 100px;
    margin: 0 auto;
    padding: 8px 9px;
    text-align: center;
    color: #607b96;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #607b96;
    border-radius: 20px;
    transition: color .2s, border-color .2s, background .2s
}

.services-list__item a:hover {
    color: #fff;
    background: #1da623;
    border-color: #1da623
}

@media only screen and (max-width:1199.98px) {
    .services-list {
        position: fixed;
        top: 20px;
        left: 50%;
        max-width: 320px;
        width: 100%;
        padding-top: 25px;
        transform: translate(1000%, 0)
    }

    .services-list--active {
        transform: translate(-50%, 0)
    }

    .services-list__close {
        position: absolute;
        top: 8px;
        left: 8px;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #294c68;
        background: #e2e9f4 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZmlsbD0iIzI5NEM2OCIgZD0iTTUgMy4xNTMgMi4yMzEuMzgzQTEuMzA2IDEuMzA2IDAgMSAwIC4zODQgMi4yM0wzLjE1NCA1IC4zODQgNy43N0ExLjMwNyAxLjMwNyAwIDAgMCAyLjIzIDkuNjE3bDIuNzctMi43NyAyLjc2OSAyLjc3QTEuMzA3IDEuMzA3IDAgMCAwIDkuNjE4IDcuNzdsLTIuNzctMi43NzEgMi43Ny0yLjc2OUExLjMwNyAxLjMwNyAwIDAgMCA3Ljc3LjM4M0w1IDMuMTUzWiIvPjwvc3ZnPg==') center center/10px 10px no-repeat;
        cursor: pointer
    }
}

.top-services {
    margin-bottom: 25px
}

.top-services__title {
    margin-bottom: 25px;
    color: #323232;
    font-size: 40px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    line-height: 42px;
    text-align: center
}

@media only screen and (max-width:991.98px) {
    .top-services__title {
        font-size: 28px
    }
}

.top-services__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden
}

.top-services__card {
    position: relative;
    width: 31.8%;
    margin: 0;
    padding: 35px 15px 25px
}

.top-services__card:nth-of-type(2) {
    order: 1
}

.top-services__card:not(.top-services__card--best-service) {
    background: #fff;
    border: 2px solid #6d8aa9;
    border-radius: 10px
}

.top-services__card--best-service {
    background: linear-gradient(0deg, rgba(93, 198, 129, .1), rgba(93, 198, 129, .1));
    border: 2px solid #1da623;
    border-radius: 10px;
    text-align: left
}

.top-services__card:first-of-type {
    order: 2
}

.top-services__card:last-of-type {
    order: 3
}

.top-services__badge {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 244px;
    max-width: 95%;
    margin: 0 auto 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fbfbfb;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    border-top: 1px solid #1da623;
    transform: translate(-50%, 0)
}

.top-services__card--best-service .top-services__badge {
    border-top: 1px solid #1da623;
    background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjQgMTgiPjxwYXRoIGQ9Ik0wIDBoMjYzLjMzMmwtOC43MSAxMy40MzlBOS45OTkgOS45OTkgMCAwIDEgMjQ2LjIzMSAxOEgxNy4xMDJhMTAgMTAgMCAwIDEtOC4zOTItNC41NjFMMCAwWiIgZmlsbD0iIzFEQTYyMyIvPjwvc3ZnPg==") top/100% no-repeat
}

.top-services__card--best-price .top-services__badge {
    border-top: 1px solid #ea923a;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPQAAAASBAMAAACeHO5SAAAAKlBMVEUAAADnjzjpkTnqkjrpkTrqkTnqkjnnjzjvj0DqkTrokTrpkTvqjzXqkjoWCiIFAAAADXRSTlMAIN/vgL+fQBDPkF8weEuB2QAAAIhJREFUSMfF1LEJwkAAheFfULSwEAQLKxewsLQQsoCFAwguYpMVMkTajJAVcoQ04e0S7gIhE9z7Nniv+PnKZOAsk46tTAoOd1kE4C+LEdjJ4gdsXnI4Abxl0BOVMrgR7WXQEDmCNpA4gtaROIJWkBiCFsD1+AOYHTPPDi2Li7L6sHKtlM2zJpkAYJgLkef5ELMAAAAASUVORK5CYII=') top/100% no-repeat
}

.top-services__card--best-value .top-services__badge {
    border-top: 1px solid #3499f5;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPQAAAASBAMAAACeHO5SAAAALVBMVEUAAAAwl/czmfUzmfU0mvYzmfU0l/U0l/M0l/Mwn+80mfQzmPQzmfcylfQ0mfUiekJkAAAADnRSTlMAIN/vv5+AgEAQz5BfMJXwQFQAAACHSURBVEjHxdSxCcJAAIXhXxDUQhDEysYJBFsLwQXEETKJI1hkhSyRMiNkhRwkVXgzhLtAyAT3vg3eK34+Muk5y6RjJ5OCw10WAfjLYgS2svgCm5ccTgA/GQxEpQxuRHsZNESOoPUkjqB1JI6gFSSGoAVwPf4AZsfMs0PL4qKs3qxcK2XzrEkmPziWTDXicMcAAAAASUVORK5CYII=') top/100% no-repeat
}

.top-services__link {
    flex-shrink: 0
}

.top-services__img {
    display: block;
    max-width: 100%;
    width: 135px;
    height: 70px;
    margin: 0 auto 20px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #dfdfdf
}

.top-services__card-info {
    text-align: center
}

.top-services__name {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    color: #333
}

.top-services__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.top-services__rating .star-rating {
    --ratingSize: 110px
}

.top-services__rating-text {
    margin: 0 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    font-weight: 700
}

.top-services__card--best-service .top-services__rating-text {
    font-weight: 700
}

.top-services__btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.top-services__btns .btn {
    min-width: 150px;
    width: 100%;
    font-size: 16px
}

.section-review__content .top-services__btns .btn {
    width: 100%;
    max-width: 100%;
    height: auto
}

.section-review__content .top-services__btns .btn--gray-trsp {
    margin-top: 0
}

.top-services__btns .btn--gray-trsp {
    padding: 10px 5px;
    text-transform: none
}

.top-services__btns .btn--green {
    order: 1;
    margin-top: 15px;
    padding: 11px 5px
}

@media only screen and (max-width:991.98px) {
    .top-services__card {
        width: 33%
    }
}

@media only screen and (max-width:767.98px) {
    .top-services__inner {
        display: block
    }

    .top-services__card {
        width: 100%
    }

    .top-services__card:nth-child(n+2) {
        margin-top: 15px
    }
}

.form--review .form__group--captcha {
    grid-row: 5/6;
    display: flex;
    align-items: center
}

.load_more .load-btn {
    margin: 0 auto;
    margin-top: 30px;
    width: 174px;
    border: 2px #1da623 solid;
    padding: 6px 5px;
    display: flex;
    justify-content: center;
    border-radius: 40px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #1da623;
    font-weight: 600;
    letter-spacing: .02em
}

@media only screen and (max-width:991.98px) {
    .load_more .load-btn {
        width: 290px;
        padding: 11px 5px
    }
}

.button-scroll-up {
    position: fixed;
    right: 75px;
    bottom: 107px;
    z-index: 2;
    background: #e2e9f4 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE0OSAxOC45NDZDMTAuNjUgMTkuNDQ1IDEwLjAzMiAxOS42OTUgOS4yOTUgMTkuNjk1QzguNTYgMTkuNjk3IDcuOTQzIDE5LjQ0OCA3LjQ0NCAxOC45NDlDNi45NDUgMTguNDUgNi42OTUgMTcuODMyIDYuNjk1IDE3LjA5NVY4Ljc3NTAxTDQuMzU1IDExLjExNUMzLjg3OCAxMS41OTIgMy4yNzIgMTEuODMgMi41MzUgMTEuODNDMS43OTggMTEuODMgMS4xOTIgMTEuNTkyIDAuNzE1IDExLjExNUMwLjIzOCAxMC42MzggMCAxMC4wMzIgMCA5LjI5NTAxQzAgOC41NTgwMSAwLjIzOCA3Ljk1MjAxIDAuNzE1IDcuNDc1MDFMNy40NzUgMC43MTUwMDhDNy43MTI2MyAwLjQ3MTMzMSA4LjAwMTE4IDAuMjgzMTc4IDguMzIgMC4xNjQwMDdDOC42MjMgMC4wNTUwMDcgOC45NDggNy40MTIzMmUtMDYgOS4yOTUgNy40MTIzMmUtMDZDOS42MjY5MyAtMC4wMDA3Mzc3OTEgOS45NTY1OCAwLjA1NDcxMTggMTAuMjcgMC4xNjQwMDdDMTAuNTg5NSAwLjI4MTg3OSAxMC44NzgzIDAuNDcwMjA4IDExLjExNSAwLjcxNTAwOEwxNy44NzUgNy40NzUwMUMxOC4zNTIgNy45NTIwMSAxOC41OSA4LjU1ODAxIDE4LjU5IDkuMjk1MDFDMTguNTkgMTAuMDMyIDE4LjM1MiAxMC42MzggMTcuODc1IDExLjExNUMxNy4zOTggMTEuNTkyIDE2Ljc5MiAxMS44MyAxNi4wNTUgMTEuODNDMTUuMzE4IDExLjgzIDE0LjcxMiAxMS41OTIgMTQuMjM1IDExLjExNUwxMS44OTUgOC43NzUwMVYxNy4wOTVDMTEuODk3IDE3LjgzIDExLjY0OCAxOC40NDcgMTEuMTQ5IDE4Ljk0NloiIGZpbGw9IiMyOTRDNjgiLz4KPC9zdmc+Cg==") center/18px 19px no-repeat;
    border: 5px solid #294c68;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    transition: background .15s;
    width: 52px;
    height: 52px
}

@media only screen and (max-width:991.98px) {
    .button-scroll-up {
        right: 20px
    }
}

.table-of-content {
    border: 1px solid #e0e9ff;
    border-radius: 10px;
    background: #fafbff;
    overflow: hidden
}

.table-of-content__toggle {
    position: relative;
    width: 100%;
    padding: 20px 80px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: .2s color
}

.table-of-content__toggle:hover {
    color: #1da623
}

.table-of-content__icons {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 38px;
    height: 20px;
    transform: translate(0, -50%)
}

.table-of-content__ison-lines span,
.table-of-content__ison-lines::after,
.table-of-content__ison-lines::before {
    position: absolute;
    left: 0;
    width: 24px;
    height: 4px;
    background: #000;
    border-radius: 50%
}

.table-of-content__ison-lines::after,
.table-of-content__ison-lines::before {
    content: ""
}

.table-of-content__ison-lines::before {
    top: 0
}

.table-of-content__ison-lines::after {
    bottom: 0
}

.table-of-content__ison-lines span {
    top: 50%;
    transform: translate(0, -50%)
}

.table-of-content__ison-arrows::after,
.table-of-content__ison-arrows::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform-origin: center center;
    transition: transform .2s
}

.table-of-content__ison-arrows::before {
    top: 0;
    border-bottom: 6px solid #000
}

.table-of-content__ison-arrows::after {
    bottom: 0;
    border-top: 6px solid #000
}

.table-of-content__wrapper {
    display: none
}

.table-of-content__wrapper>ol {
    padding: 20px 70px 50px;
    list-style: decimal;
    columns: 2
}

.table-of-content__wrapper>ol ol {
    margin-left: 25px;
    list-style: lower-alpha
}

.table-of-content li {
    font-size: 18px;
    line-height: 1.5
}

.table-of-content__button {
    font-size: inherit;
    color: inherit
}

.table-of-content__button:hover {
    text-decoration: underline;
    color: inherit
}

.table-of-content--active .table-of-content__ison-arrows::after,
.table-of-content--active .table-of-content__ison-arrows::before {
    transform: rotate(180deg)
}

.table-of-content--active .table-of-content__wrapper {
    display: block
}

@media only screen and (max-width:767.98px) {
    .table-of-content__toggle {
        padding: 20px 10px
    }

    .table-of-content__icons {
        display: none
    }

    .table-of-content__wrapper {
        text-align: center
    }

    .table-of-content__wrapper>ol {
        padding: 20px 20px 50px;
        columns: 1;
        list-style: decimal inside
    }

    .table-of-content__wrapper>ol ol {
        list-style: lower-alpha inside
    }
}

.recommends {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 35px 30px 40px;
    background: linear-gradient(98.61deg, #e9f1ff 1.57%, #f8ffe3 89.06%);
    border: 1px solid #6d8aa9;
    border-radius: 16px
}

.recommends__logo {
    width: 117px;
    height: 103px;
    margin-right: 25px
}

.recommends__logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

p.recommends__text {
    font-size: 20px
}

.section-review p.recommends__text {
    margin: 0 0 25px
}

.recommends__text a {
    font-weight: 700;
    color: #009ddf
}

.recommends__text a:hover {
    text-decoration: underline
}

.recommends__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

ul.recommends__list {
    padding-left: 0
}

ul.recommends__list li {
    margin-top: 0;
    font-size: 16px;
    list-style: none
}

.recommends__list li {
    width: 32%;
    display: flex
}

.recommends__list li svg {
    flex-shrink: 0;
    margin-right: 5px
}

.recommends__list li:first-child svg {
    width: 29px;
    height: 22px
}

.recommends__list li:nth-child(2) svg {
    width: 27px;
    height: 27px
}

.recommends__list li:last-child svg {
    width: 34px;
    height: 23px
}

.recommends__btns {
    width: 140px;
    flex-shrink: 0;
    margin-left: 25px
}

.recommends__btns .btn {
    width: 100%;
    height: 45px;
    margin: 0
}

.recommends__btns .btn--gray-trsp {
    font-size: 18px;
    text-transform: none;
    font-weight: 400
}

.recommends__btns .btn--green {
    margin-top: 15px;
    font-size: 14px
}

@media only screen and (max-width:991.98px) {
    .recommends {
        display: block;
        padding: 30px 20px
    }

    .recommends__logo {
        margin: 0 auto 15px
    }

    .section-review p.recommends__text {
        margin-bottom: 15px
    }

    .recommends__list {
        display: block;
        margin-bottom: 30px
    }

    .recommends__list li {
        width: 100%
    }

    .recommends__list li:nth-child(n+2) {
        margin-top: 20px
    }

    .recommends__btns {
        margin: 0 auto;
        width: 280px
    }
}

.new-intro__badge {
    width: 100%;
    padding: 7px 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.new-intro__badge .container {
    display: flex;
    align-items: center;
    justify-content: center
}

.new-intro__badge svg {
    flex-shrink: 0;
    width: 28px;
    height: 26px;
    margin-right: 15px
}

.new-intro__badge--like {
    background: #4da2fb
}

.new-intro__badge--dislike {
    background: #cd2b25
}

.new-intro__inner {
    padding: 35px 0 55px;
    background: linear-gradient(98.61deg, #e9f1ff 1.57%, #f8ffe3 89.06%)
}

.new-intro__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-right: 59px
}

.new-intro__head h1 {
    font-size: 40px;
    font-weight: 700;
    color: #294c68
}

.new-intro__head-info .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.new-intro__head-info .rating__value {
    margin-right: 10px;
    color: #294c68;
    font-size: 30px;
    font-weight: 700
}

.new-intro__head-info .star-rating {
    --ratingSize: 165px;
    height: 25px
}

.new-intro__head-info .star-rating:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAxOCI+PHBhdGggZmlsbD0iI0RCRTFFQyIgZD0iTTkuNDA4LjM2NWEuNjYyLjY2MiAwIDAgMSAxLjE4MyAwbDIuNDc1IDUuMDQ2Yy4wOTguMi4yOTQuMzM3LjUyLjM2bDUuODMuNjQyYy41NjYuMDYzLjc5Ljc1NS4zNiAxLjEyNWwtNC4yNzMgMy42OTRhLjYzOC42MzggMCAwIDAtLjIwOC42MTdsMS4xNDYgNS4zNzJjLjExNS41MzctLjQ2Ljk2LS45NTIuN2wtNS4xOC0yLjcyNWEuNjY3LjY2NyAwIDAgMC0uNjIgMGwtNS4xNzggMi43MjZjLS40OTIuMjU5LTEuMDY3LS4xNjUtLjk1My0uN2wxLjE0Ny01LjM3M2EuNjM4LjYzOCAwIDAgMC0uMjA5LS42MTdMLjIyMyA3LjUzOGMtLjQyNy0uMzctLjIwNS0xLjA2Mi4zNjEtMS4xMjVsNS44MzEtLjY0YS42NTYuNjU2IDAgMCAwIC41Mi0uMzYyTDkuNDA3LjM2NVoiLz48L3N2Zz4=") !important
}

.new-intro__head-info .star-rating>span:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNSAxOCI+PHBhdGggZmlsbD0iI0VBOTIzQSIgZD0iTTkuNDA5LjM2NGEuNjYyLjY2MiAwIDAgMSAxLjE4MiAwbDIuNDc1IDUuMDQ2Yy4wOTguMi4yOTQuMzM3LjUxOS4zNjFsNS44My42NDFjLjU2Ny4wNjMuNzkuNzU1LjM2IDEuMTI1bC00LjI3MSAzLjY5NWEuNjM3LjYzNyAwIDAgMC0uMjEuNjE3bDEuMTQ3IDUuMzcyYy4xMTUuNTM3LS40Ni45Ni0uOTUyLjdsLTUuMTgtMi43MjVhLjY2Ny42NjcgMCAwIDAtLjYyIDBsLTUuMTggMi43MjZjLS40OS4yNTktMS4wNjYtLjE2NS0uOTUxLS43bDEuMTQ2LTUuMzc0YS42MzguNjM4IDAgMCAwLS4yMS0uNjE3TC4yMjUgNy41MzhjLS40MjgtLjM3LS4yMDYtMS4wNjIuMzYtMS4xMjVsNS44My0uNjRhLjY1Ni42NTYgMCAwIDAgLjUyLS4zNjJMOS40MDkuMzY0WiIvPjwvc3ZnPg==") !important
}

.new-intro__reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #294c68
}

.new-intro__reviews svg {
    flex-shrink: 0;
    width: 20px;
    height: 19px;
    margin-right: 10px
}

.new-intro__reviews span {
    font-size: 18px
}

.new-intro__reviews a {
    color: inherit;
    text-decoration: underline
}

.new-intro__reviews a:hover {
    text-decoration: none
}

.new-intro__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px
}

.new-intro__img {
    display: block;
    width: 400px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden
}

.new-intro__img img {
    width: 100%;
    object-fit: cover
}

.new-intro__main-inner {
    padding: 0 15px
}

.new-intro__list {
    margin: 0 0 15px;
    padding: 0 0 30px;
    font-size: 18px;
    border-bottom: 1px solid rgba(41, 76, 104, .2)
}

.new-intro__list li:nth-child(n+2) {
    margin-top: 10px
}

.new-intro__list b {
    color: #294c68
}

.new-intro__updated {
    display: flex;
    align-items: center;
    color: #294c68
}

.new-intro__updated svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.new-intro__updated b {
    margin-left: 5px
}

.new-intro__btns {
    max-width: 272px;
    width: 100%
}

.new-intro__btns .btn {
    font-size: 18px
}

.new-intro__btns .btn:nth-child(n+2) {
    margin-top: 20px
}

.new-intro__btns .btn--gray-trsp {
    padding: 13px 5px;
    border: 2px solid #002a57;
    color: #002a57;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.new-intro__btns .btn--green {
    padding: 15px 5px
}

@media only screen and (max-width:1199.98px) {

    .new-intro__head,
    .new-intro__main {
        padding-right: 0
    }

    .new-intro__img {
        width: 330px;
        height: 165px
    }

    .new-intro__btns {
        width: 235px
    }
}

@media only screen and (max-width:991.98px) {
    .new-intro__head {
        display: block;
        text-align: center
    }

    .new-intro__head h1 {
        margin-bottom: 10px;
        font-size: 32px
    }

    .new-intro__head-info .rating {
        margin-bottom: 10px
    }

    .new-intro__head {
        margin-bottom: 25px
    }

    .new-intro__main {
        flex-wrap: wrap
    }

    .new-intro__btns {
        max-width: 100%;
        width: 100%;
        margin-top: 30px
    }

    .new-intro__btns .btn {
        margin: 0 auto;
        max-width: 330px
    }
}

@media only screen and (max-width:767.98px) {
    .new-intro__badge .container {
        padding: 0 15px
    }

    .new-intro__main {
        display: block
    }

    .new-intro__img {
        margin: 0 auto 30px
    }
}

@media only screen and (max-width:575.98px) {
    .new-intro__main-inner {
        padding: 0 30px
    }
}