* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*.focus,
*:focus {
    outline: none
}
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%
}
body {
    background: #fafafa;
    color: #fff;
    font-family: "Jost","Arial",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    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%
}
@media screen and (max-width: 1200px){
    body {
        font-size: 14px
    }
}
a {
    text-decoration: none;
    color: currentColor;
    -webkit-transition: .2s;
    transition: .2s
}
.link {
    border-bottom: 1px solid currentColor
}
.link:hover {
    border-color: rgba(0,0,0,0)
}
.container {
    max-width: 1280px;
    padding: 0 3em;
    margin: 0 auto
}
@media screen and (max-width: 1024px){
    .container {
        padding: 0 1.5em
    }
}
img {
    display: block;
    max-width: 100%;
    height: auto
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}
.section {
    position: relative
}
.section_pt3 {
    padding-top: 3em
}
.section_pt4 {
    padding-top: 4.5em
}
.section_pt5 {
    padding-top: 5.5em
}
.section_pb4 {
    padding-bottom: 4.5em
}
.section_pb5 {
    padding-bottom: 5.5em
}
.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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__lines {
    height: 80%;
    background: repeating-linear-gradient(rgba(41, 153, 153, 0), hsla(201.99999999999997, 100%, 94.11764705882352%, 0) 30px, rgb(215 217 217 / 32%) 30px, hsl(202deg 100% 94.12% / 26%) 36px);
    opacity: .7
}
@media screen and (max-width: 1024px){
    .section__lines {
       /* background: repeating-linear-gradient(transparent, transparent 26px, currentColor 26px, currentColor 32px)*/
    }
}
.section__lines_100 {
    height: 100%
}
.section__lines_80 {
    height: 80%
}
.section__gradient {
    position: absolute;
    top: 0;
    left: 0;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(24.39%, #000000), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(90deg, #000000 24.39%, rgba(0, 0, 0, 0.8) 100%); */
    width: 100%;
    height: 100%
}
.section__gradient_reverse {
    background: -webkit-gradient(linear, left top, right top, color-stop(24.39%, rgba(0, 0, 0, 0.8)), to(#000000));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 24.39%, #000000 100%)
}
.section__gradient_center {
    background: -webkit-gradient(linear, left top, right top, from(#252525), color-stop(49.9%, rgba(37, 37, 37, 0.5)), to(#252525));
    background: linear-gradient(90deg, #252525 0%, rgba(37, 37, 37, 0.5) 49.9%, #252525 100%)
}
.section__content {
    position: relative;
    z-index: 2;
    padding: 1em 0
}
.section__content_p {
    padding: 3em 0
}
@media screen and (max-width: 767px){
    .section__content_p {
        padding: 2em 0
    }
}
.title {
    font-size: 4em;
    line-height: 1.2;
    margin: 0
}
@media screen and (max-width: 1400px){
    .title {
        font-size: 3.6em
    }
}
@media screen and (max-width: 1024px){
    .title {
        font-size: 3em
    }
}
@media screen and (max-width: 767px){
    .title {
        font-size: 2.6em
    }
}
.title_medium {
    font-size: 3em
}
.title_small {
    font-size: 2.5em
}
@media screen and (max-width: 1024px){
    .title_small {
        font-size: 2.2em
    }
}
.ico-down {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: .9em;
    height: .9em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='3' d='m1.061 4.939 12 12M22.94 4.94l-12.001 12'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    margin-left: .5em;
    -webkit-transition: .2s;
    transition: .2s
}
.col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -1em !important
}
.col3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 1em);
    flex: 0 0 calc(33.3333% - 1em);
    max-width: calc(33.3333% - 1em);
    margin-left: 1em;
    margin-top: .5em
}
@media screen and (max-width: 1024px){
    .col3 li {
        -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
        max-width: calc(50% - 1em)
    }
}
@media screen and (max-width: 600px){
    .col3 li {
        -ms-flex-preferred-size: calc(100% - 1em);
        flex-basis: calc(100% - 1em);
        max-width: calc(100% - 1em)
    }
}
.styled-list {
    margin: 2em 0 1em;
    text-align: left;
    padding: 0
}
.styled-list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 2em
}
.styled-list li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25em
}
.styled-list li strong:before {
    content: "";
    border: 1px solid #45ffff;
    border-radius: 50%;
    margin-right: .5em;
    height: .5em;
    width: .5em
}
.styled-list li p {
    margin-left: 1.25em
}
.lh1 {
    line-height: 1
}
.light {
    font-weight: 300
}
.normal {
    font-weight: 400
}
.medium {
    font-weight: 500
}
.semibold {
    font-weight: 600
}
.bold {
    font-weight: bold
}
.tac {
    text-align: center
}
@media screen and (max-width: 767px){
    .m-tac {
        text-align: center
    }
}
.ttu {
    text-transform: uppercase
}
.c-black {
    color: #000
}
.c-white {
    color: #fff
}
.c-blue {
    color: #45ffff
}
.m0 {
    margin: 0
}
.mt2 {
    margin-top: 2em
}
.header {
    background-color: #fff;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: .5em 0
}
.header__logo {
    margin-right: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__logo-img {
    width: 13.75em
}
@media(max-width: 767px){
    .header__logo-img {
        width: 10em
    }
}
.header__nav {
    margin-left: auto
}
@media(max-width: 767px){
    .header__nav {
        background: #fff;
        left: -1.5em;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        -webkit-transition: max-height .2s;
        transition: max-height .2s;
        width: calc(100% + 3em);
        z-index: 7
    }
}
.header__nav.active {
    max-height: 500px
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000
}
@media(max-width: 767px){
    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 1.5em;
        font-size: 1.3em
    }
}
.nav__item:not(:last-child) {
    margin-right: 3em
}
@media(max-width: 767px){
    .nav__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1em
    }
}
.nav__link {
    display: block;
    padding: .2em 0;
    border-bottom: 2px solid rgba(0,0,0,0)
}
.nav__link.active,
.nav__link:hover {
    border-color: currentColor
}
.nav__menu {
    cursor: pointer;
    display: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.857em;
    flex: 0 0 2.857em;
    width: 2.857em;
    height: 2.857em;
    background: #fff;
    border-radius: 50%
}
@media(max-width: 767px){
    .nav__menu {
        display: block
    }
    .nav__menu.active::before {
        top: 1.357em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .nav__menu.active span {
        opacity: 0
    }
    .nav__menu.active::after {
        bottom: 1.357em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 1.571em
    }
}
.nav__menu:after,
.nav__menu:before {
    background-color: #000;
    content: "";
    height: .1428em;
    left: .642em;
    position: absolute;
    -webkit-transition: .2s;
    transition: .2s
}
.nav__menu:before {
    top: .785em;
    width: 1.571em
}
.nav__menu:after {
    bottom: .785em;
    width: 1em
}
.nav__menu span {
    background-color: #000;
    height: .142em;
    left: .642em;
    position: absolute;
    top: 1.357em;
    width: 1.571em;
    -webkit-transition: .2s;
    transition: .2s
}
.nav__search {
    cursor: pointer;
    list-style-type: none;
    margin-left: 2em
}
@media(min-width: 767px){
    .nav__search {
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }
    .nav__search:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    .nav__search:hover svg path {
        stroke: #12afaf
    }
}
@media(max-width: 767px){
    .nav__search {
        margin-left: auto;
        margin-right: 1em;
        background: #fff;
        border-radius: 50%;
        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: 2.857em;
        height: 2.857em
    }
    .nav__search svg path {
        stroke: #000
    }
}
.search-active {
    overflow: hidden
}
.header__search {
color: #fff;
    backdrop-filter: blur(7px);
    background: linear-gradient(180deg, #ffffffdb 0%, #ffffff00 67.11%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 101
}
@media screen and (max-width: 480px){
    .header__search {
        font-size: 15px
    }
}
@media screen and (max-width: 400px){
    .header__search {
        font-size: 14px
    }
}
.search-active .header__search {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}
.search-form-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 65px
}
.search-form-wrap::after {
    content: "";
    background-color: #30c4c4;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .5s ease-in-out .15s;
    transition: width .5s ease-in-out .15s;
    height: 2px;
    width: 0
}
.search-active .search-form-wrap::after {
    width: 100%
}
.search-form-wrap .container {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-form {
    width: 100%
}
.search-input {
    background: rgba(0,0,0,0);
    color: #fff;
    border: 0;
    font-size: 1em;
    height: 100%;
    width: 100%
}
.search-input::-webkit-input-placeholder {
    color: #ccc
}
.search-input::-moz-placeholder {
    color: #ccc
}
.search-input:-ms-input-placeholder {
    color: #ccc
}
.search-input::-ms-input-placeholder {
    color: #ccc
}
.search-input::placeholder {
    color: #ccc
}
.search-results-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 2em;
    padding: 0 2em;
    overflow: auto;
    width: calc(100% - 2em)
}
@media screen and (max-width: 1024px){
    .search-results-wrap {
        padding: 0 1em;
        width: calc(100% - 1em)
    }
}
.search-results-wrap::-webkit-scrollbar {
    background: #2b2929;
    width: 8px
}
@media screen and (max-width: 480px){
    .search-results-wrap::-webkit-scrollbar {
        width: 4px
    }
}
.search-results-wrap::-webkit-scrollbar-track {
    background: #2b2929;
    border: 4.5px solid rgba(0,0,0,0);
    background-clip: content-box
}
.search-results-wrap::-webkit-scrollbar-thumb {
    background: #30c4c4;
    border-radius: 10px
}
.search-results {
    width: 100%
}
.search-results.popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: flex-start
}
@media screen and (min-width: 768px){
    .search-results.popular {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media screen and (max-width: 767px){
    .search-results.popular {
        overflow: auto
    }
}
@media screen and (max-width: 400px){
    .search-results.popular {
        font-size: .9em
    }
}
.search-results-header {
    margin: 2em auto 1.5em;
    width: 100%
}
@media screen and (max-width: 767px){
    .search-results:not(.popular) {
        font-size: .8em
    }
}
.search-result {
    margin-bottom: 2em
}
.search-result img {
    width: 7.5em
}
.popular .search-result {
    background: #f0f0f0;
    border-radius: 10em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .75em 1em 0;
    height: 2.75em;
    padding: .5em 1.25em;
    -webkit-transition: all .175s ease;
    transition: all .175s ease
}
.popular .search-result:hover {
    -webkit-transform: scale(1.075);
    transform: scale(1.075)
}
.popular .search-result a::before {
    display: none
}
.popular .search-result img {
    width: 5em
}
.search-result a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}
.search-result a:hover::before {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-filter:brightness(1.5);
    filter:brightness(1.5)
}
.search-result a::before {
    content: "";
    background: url("/img/search-icon.svg") center/contain no-repeat;
    display: block;
    margin-right: 1em;
    height: 1.5em;
    width: 1.5em;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.search-result .card__rating {
    font-size: .8em
}
.js-search-close {
    cursor: pointer;
    margin-right: .5em;
    margin-left: -0.5em;
    padding: .5em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.js-search-close img {
    width: 1.65em
}
.js-search-close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.footer {
    /*background-color: #fff;*/
    padding: 1.5em 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.footer__text {
    font-size: .9em
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em
}
@media screen and (max-width: 767px){
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}
@media screen and (max-width: 767px){
    .footer__col:not(:last-child) {
        margin-bottom: 1.5em;
        text-align: center
    }
}
.footer__logo {
    margin-bottom: .5em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10em
}
.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.1em
}
.footer__nav-item {
    margin: .5em .8em
}
@media screen and (max-width: 480px){
    .footer__nav-item {
        margin: .5em
    }
}
.footer__nav-link {
    border-bottom: 2px solid rgba(0,0,0,0);
    padding: .2em 0
}
.footer__nav-link.active {
    border-color: currentColor;
    font-weight: 500
}
.footer__nav-link:hover {
    border-color: currentColor
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.footer__social-item {
    width: 2.6em;
    height: 2.6em;
    background-color: #000;
    border-radius: 50%;
    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
}
.footer__social-item:not(:last-child) {
    margin-right: .5em
}
.footer__social-item:hover {
    background-color: #464646
}
.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e5e2e2;
    border-radius: 4em;
    border: none;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Jost","Arial",sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .85em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}
@media screen and (max-width: 1024px){
    .button {
        font-size: 1.15em
    }
}
.button.disabled {
    background-color: #ffa7a7;
    min-width: 200px
}
.button:not(.disabled):hover {
    background: #b6e7e7;
    cursor: pointer
}
.button_small {
    font-size: 1em
}
.button_max {
    width: 100%;
    max-width: 380px
}
.main__row {
   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: center;
    min-height: 5em;
}
.main__row_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8em
}
.main__row_center .main__content {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
}
@media screen and (max-width: 767px){
    .main__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1em;
        min-height: auto
    }
}
.main__image {
    max-width: 20.81em
}
@media screen and (max-width: 1440px){
    .main__image {
        max-width: 17em
    }
}
@media screen and (max-width: 1024px){
    .main__image {
        max-width: 14em
    }
}
@media screen and (max-width: 767px){
    .main__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 140px
    }
}
.main__image_xl {
    max-width: 42.5em
}
@media screen and (max-width: 1440px){
    .main__image_xl {
        max-width: 34em
    }
}
@media screen and (max-width: 1024px){
    .main__image_xl {
        max-width: 26em
    }
}
@media screen and (max-width: 767px){
    .main__image_xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 500px
    }
}
@media screen and (max-width: 460px){
    .main__image_xl {
        max-width: 300px;
        margin: -1em 0
    }
}
.main__image_sm {
    max-width: 14em
}
@media screen and (max-width: 767px){
    .main__image_sm {
        max-width: 110px
    }
}
.main__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
@media screen and (max-width: 460px){
    .main__content .title {
        font-size: 8vw
    }
}
.main__text {
    margin: 1em 0 0;
    font-size: 1.625em
}
.main__text_small {
    font-size: 1.2em
}
.main__text_max {
    max-width: 750px
}
@media screen and (max-width: 1024px){
    .main__text {
        font-size: 1.2em
    }
}
.tabs {
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;
    margin: 3em 0 2em;
    padding: 0;
    list-style: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    border-radius: 3em;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: .3em;
}
@media screen and (min-width: 768px){
    .tabs {
        min-width: 460px;
        white-space: nowrap
    }
}
@media screen and (max-width: 767px){
    .tabs {
        margin: 1.5em 0;
        max-width: 375px;
        width: 100%
    }
}
.tabs__item {
    cursor: pointer;
    border-bottom: 3px solid rgba(0,0,0,0);
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 1.35em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    text-align: center;
    font-weight: 500;
    padding: .7em 1em;
    line-height: 1;
    border-radius: 50px
}
@media screen and (max-width: 767px){
    .tabs__item {
        font-size: 1.1em;
        padding: .7em .5em
    }
}
.tabs__item:not(:last-child) {
    margin-right: .5em
}
.tabs__item.active,
.tabs__item:hover {
    background-color: #e5e2e2;
    color: #000
}
.cards__list {
    display: none
}
.cards__list.active {
    display: block
}
div.card:hover {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em)
}
.card {
    background-color: #fff;
    border-radius: 1.5em;
    border: solid 5px hsl(202deg 100% 94.12% / 51%);
    color: #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1em 1.375em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    display: none
}
@media screen and (max-width: 600px){
    .card {
        padding: 1em;
        border-radius: 1em
    }
}
@media screen and (max-width: 450px){
    .card {
        padding: .8em;
        font-size: 3.5vw
    }
}
.card:not(:last-child) {
    margin-bottom: .5em
}
.card__num {
    color: #444444;
    font-size: 1.03em;
    font-weight: bold;
    margin-left: .75em
}

.comm-avatar {
 width: 2.2em;
 border-radius: 50%;
 outline: .3em solid #fbfbfb;
}


@media screen and (max-width: 767px){
    .card__num {
        font-size: 1.1em
    }
}
@media screen and (max-width: 480px){
    .card__num {
        font-size: 1em
    }
}
.card__num:before {
    content: ""
}
.card__info {
-webkit-box-flex: 0;
    -ms-flex: 0 0 17em;
    /* flex: 0 0 7em; */
    line-height: 1;
    padding-right: 1em;
    display: flex;
    position: relative;
    /* align-items: center; */
    flex-direction: column;
}
@media screen and (max-width: 600px){
    .card__info {
      -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: flex;
        padding-right: 0;
        flex-direction: column;
    }
}
@media screen and (min-width: 601px){
    .card__info:after {
        content: "";
        width: 0px;
        height: 0px;
        background: url("../images/card-arrows.svg") no-repeat center center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%)
    }
}
.card__logo {
    max-height: 3em;
    max-width: 11.5em;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: left center;
    object-position: left center
}
@media screen and (max-width: 767px){
    .card__logo {
        margin-right: 0
    }
}
@media screen and (max-width: 450px){
    .card__logo {
        max-width: 8em
    }
}
.card__rating {
    padding-left: 0em;
    white-space: nowrap;
    margin-left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px){
    .card__rating {
        font-size: .9em;
        min-width: 13em
    }
}
@media screen and (max-width: 480px){
    .card__rating {
        font-size: .8em
    }
}
.card__rating i,
.card__rating span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}
.card__rating span {
    font-size: 1.03em;
    font-weight: bold;
    margin-left: .5em;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 1.7em;
    -ms-flex-item-align: center;
    align-self: center
}
.card__rating i {
    background-size: contain;
    position: relative;
    height: 2em;
    width: 2em
}
.card__rating i:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='2 3 22 22' fill='none'%3E%3Cpath fill='%23d3d3d3' d='m13.5 5 2.133 6.564h6.902l-5.584 4.057 2.133 6.565-5.584-4.057-5.584 4.057 2.133-6.565-5.584-4.057h6.902L13.5 5Z'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.card__rating i.active:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='2 3 22 22' fill='none'%3E%3Cpath fill='%23FCC21B' d='m13.5 5 2.133 6.564h6.902l-5.584 4.057 2.133 6.565-5.584-4.057-5.584 4.057 2.133-6.565-5.584-4.057h6.902L13.5 5Z'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    -webkit-animation: stretch-bounce .5s ease-in-out;
    animation: stretch-bounce .5s ease-in-out
}
.card__rating.active i {
    cursor: pointer
}
@-webkit-keyframes stretch-bounce{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    75% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes stretch-bounce{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    75% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.load-more {
font-size: 1.5em;
    color: #000;
    padding: 0.7em;
    border-radius: 1.5em;
    border: solid 5px #dfdfdf;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width: 600px){
    .load-more {
        font-size: 1.2em
    }
}
.load-more:hover {
    border: solid 5px #277676;
    color: #277676
}
.load-more span {
    margin-left: .7em;
    position: relative;
    width: 1.2em
}
.load-more span:after,
.load-more span:before {
    content: "";
    width: .7em;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: .4em
}
.load-more span:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.load-more span:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -2em;
    margin-top: 2em
}
@media screen and (max-width: 1200px){
    .advantages {
        margin-left: -1.5em
    }
}
@media screen and (max-width: 767px){
    .advantages {
        margin-left: 0;
        -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
    }
}
.advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333% - 2em);
    flex: 0 0 calc(33.3333% - 2em);
    max-width: calc(33.3333% - 2em);
    margin-left: 2em;
    margin-top: 2em;
    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;
    text-align: center
}
@media screen and (max-width: 1200px){
    .advantages__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 1.5em);
        flex: 0 0 calc(33.3333% - 1.5em);
        max-width: calc(33.3333% - 1.5em);
        margin-left: 1.5em
    }
}
@media screen and (max-width: 767px){
    .advantages__item {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: initial;
        margin-left: 0
    }
}
.advantages__ico {
    margin-bottom: 1.3em
}
.advantages__name {
    font-size: 1.5em
}
@media screen and (max-width: 1440px){
    .advantages__name {
        font-size: 1.3em
    }
}
.advantages__text {
    font-size: 1.05em;
    letter-spacing: .08em;
    line-height: 1.24;
    margin: 1em 0 0
}
@media screen and (max-width: 1440px){
    .advantages__text {
        font-size: 1.15em;
        letter-spacing: .04em
    }
}
.info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    gap: 2em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 767px){
    .info__row {
        -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;
        gap: 1em
    }
}
.info__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.info__text {
    font-size: 1.25em
}
.info__button {
    margin-top: 3em
}
.info__image {
    position: relative;
    width: 29em
}
@media screen and (max-width: 767px){
    .info__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        max-width: 20em
    }
}
.info__image-wrap {
    padding-top: 100%;
    position: relative
}
.info__image-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}
.info__image-wrap_circle:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, #45FFFF 0%, rgba(41, 153, 153, 0) 100%);
    opacity: .45;
    border-radius: 50%
}
.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
@media screen and (max-width: 767px){
    .about__row {
        display: block
    }
}
.about__col {
    padding: 2.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
@media screen and (max-width: 767px){
    .about__col {
        padding: 3em 0
    }
}
.about__col:nth-child(odd) {
    padding-left: 0
}
.about__col:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid rgba(255,255,255,.12)
}
@media screen and (max-width: 767px){
    .about__col:nth-child(even) {
        border: none;
        border-top: 1px solid rgba(255,255,255,.12)
    }
}
.about__icon {
    width: 7.3125em;
    height: 7.3125em;
    background: url("../img/bg_polygon.svg") no-repeat center center;
    background-size: contain;
    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;
    margin-bottom: 2.5em
}
.about__text {
    font-size: 1.1em;
    line-height: 1.75;
    margin-top: 1.5em;
    letter-spacing: .08em
}
@media screen and (max-width: 1024px){
    .about__text {
        letter-spacing: initial
    }
}
@media screen and (max-width: 1024px){
    .faq {
        padding: 3em 0
    }
}
.faq__item {
    font-size: 1.25em
}
@media screen and (max-width: 1024px){
    .faq__item {
        font-size: 1em
    }
}
.faq__item:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,.1)
}
.faq__item-title {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.3;
    padding: .9em 2em .9em 0;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media screen and (max-width: 1024px){
    .faq__item-title {
        font-size: 1.3em
    }
}
@media screen and (max-width: 767px){
    .faq__item-title {
        font-size: 1.2em
    }
}
.faq__item-title:after,
.faq__item-title:before {
    background-color: currentColor;
    content: "";
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: .8em
}
.faq__item-title:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.faq__item-title.active,
.faq__item-title:hover {
    color: #838383
}
.faq__item-title.active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.faq__item-title.active~.faq__item-content {
    display: block
}
.faq__item-content {
    padding: 0;
    display: none
}
.faq__item-content p {
    margin-top: 0
}
.page404 {
    min-height: 100%;
    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;
    overflow: hidden
}
.page404 .section__lines {
    opacity: .2
}
.page404 .section__gradient {
    background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(49.9%, rgba(0, 0, 0, 0.55)), to(#000000));
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.55) 49.9%, #000000 100%)
}
.page404__content {
    max-width: 35em;
    padding: 0 2em
}
.page404__image {
    position: relative
}
.page404__image img {
    position: relative
}
.page404__image:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: radial-gradient(50% 50% at 50% 50%, #45FFFF 0%, rgba(41, 153, 153, 0) 100%);
    opacity: .15;
    border-radius: 50%
}
.page404__title {
    margin: 1em 0
}
@media screen and (max-width: 767px){
    .page404__title {
        font-size: 1.8em;
        margin: 1.5em 0 2.5em
    }
}
.breadcrumbs__list {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}
.breadcrumbs__list li {
    display: inline-block
}
.breadcrumbs__list li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 .5em
}
.card-item__top {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 1.5em
}
.card-item__top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media screen and (max-width: 767px){
    .card-item__top-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.card-item__top-info {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}
.card-item__top-info_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 480px){
    .card-item__top-info_center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}
.card-item__top-info .rating__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5em 0
}
@media screen and (max-width: 480px){
    .card-item__top-info .rating__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.card-item__top-info .rating__wrap .card__rating {
    padding-left: 0;
    margin: 0;
    min-width: auto
}
.card-item__top-info .rating__stats {
    font-size: .8em;
    opacity: .7;
    margin-left: .5em
}
@media screen and (max-width: 480px){
    .card-item__res {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}
.card-item__res .rls-msg {
    white-space: nowrap;
    padding: .2em 1em;
    font-size: 1em;
    background: #6cfcfe;
    color: #000;
    line-height: 1;
    font-weight: 500;
    margin-left: 1em
}
@media screen and (max-width: 480px){
    .card-item__res .rls-msg {
        display: inline-block;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 1em;
        margin-left: 0
    }
}
.card-item__top-logo {
    margin-right: 1em
}
.card-item__top-logo img {
    max-height: 100px
}
@media screen and (max-width: 767px){
    .card-item__top-desc .card-item__top-text {
        font-size: 1em
    }
}
.card-item__top-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.33;
    font-weight: 600
}
@media screen and (max-width: 767px){
    .card-item__top-name {
        font-size: 1.8em
    }
}
.card-item__top-text {
    font-size: 1.125em;
    opacity: .7
}
.card-item__top-btn {
    margin-left: 2em;
    white-space: nowrap
}
@media screen and (max-width: 767px){
    .card-item__top-btn {
        display: none
    }
}
.card-item__top-btn .button {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}
.card-item__top-btn_m {
    display: none
}
@media screen and (max-width: 767px){
    .card-item__top-btn_m {
        display: block;
        margin-left: 0;
        margin-top: 1.5em
    }
}
.card-item__top-btn_m .button_max {
    max-width: 100%
}
.card-item__rank {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    font-size: 1.15em;
    padding: .15em 1.15em .15em .75em;
    margin: 1em 0
}
.card-item__rank span {
    margin-left: .25em
}
.card-item__title {
    display: -webkit-box;.card-item__title;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.19;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 .5em
}
@media screen and (max-width: 1300px){
    .card-item__title {
        font-size: 1.7em
    }
}
@media screen and (max-width: 1024px){
    .card-item__title {
        font-size: 1.7em
    }
}
@media screen and (max-width: 767px){
    .card-item__title {
        font-size: 1.3em
    }
}
.card-item__title_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    width: 1.167em;
    height: 1.167em
}
.card-item__title_icon-info:before {
    background: url("../img/icons/info.svg") no-repeat center center;
    background-size: contain
}
.card-item__title_icon-faq:before {
    background: url("../img/icons/faq.svg") no-repeat center center;
    background-size: contain
}
.card-item__title_icon-review:before {
    background: url("../img/icons/review.svg") no-repeat center center;
    background-size: contain
}
.card-item__title_icon-contact:before {
    background: url("../img/icons/contact.svg") no-repeat center center;
    background-size: contain
}
.card-item__title img {
    margin-right: .5em;
    width: 1.167em;
    height: 1.167em
}
.card-item__wrap {
    background-color: #fff;
    border-radius: 1.71em;
    padding: 2.85em;
    color: #000;
    margin-top: 1.5em;
    font-weight: 300;
    line-height: 1.5
}
@media screen and (max-width: 1300px){
    .card-item__wrap {
        padding: 1.8em
    }
}
@media screen and (max-width: 1024px){
    .card-item__wrap {
        border-radius: 1em;
        padding: 1.5em
    }
}
.card-item__content {
    margin-top: 1em;
    font-size: 1.25em
}
@media screen and (max-width: 1024px){
    .card-item__content {
        font-size: 1em
    }
}
.card-item__content h2,
.card-item__content h3,
.card-item__content h4,
.card-item__content h5 {
    font-weight: 600;
    line-height: 1.3;
    margin: .7em 0 .4em
}
.card-item__content h2 {
    font-size: 3em
}
.card-item__content h3 {
    font-size: 1.5em
}
.card-item__content h4 {
    font-size: 1.4em
}
.card-item__content h5 {
    font-size: 1.2em
}
.card-item__content p {
    margin: .7em 0 0
}
.card-item__content p:not(:last-child) {
    margin-bottom: .7em
}
.card-item__content ol,
.card-item__content ul {
    list-style: none;
    margin: 1em 0;
    padding: 0
}
.card-item__content ol li,
.card-item__content ul li {
    padding-left: 1.8em;
    position: relative
}
.card-item__content ol li:not(:last-child),
.card-item__content ul li:not(:last-child) {
    margin-bottom: .5em
}
.card-item__content ol li:before,
.card-item__content ul li:before {
    content: "";
    width: .9em;
    height: .9em;
    background-size: contain;
    position: absolute;
    left: 0;
    top: .25em
}
.card-item__content .title-small {
    font-size: 1.5em;
    margin-bottom: .5em
}
.card-item__content a {
    color: #000;
    border-bottom: 1px solid
}
.card-item__content a:hover {
    border-color: rgba(0,0,0,0)
}
.card-item__legal .title-small~.title-small {
    margin-top: 2em
}
.card-item__legal ul li:before {
    background: none;
    border: 2px solid #45ffff;
    border-radius: 50%;
    font-size: .5em;
    top: 1em;
    left: 1em
}
.card-item__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-top: 2.5em
}
@media screen and (max-width: 767px){
    .card-item__contacts {
        margin-left: 0;
        display: block
    }
}
.card-item__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 1em);
    flex: 0 0 calc(33.333% - 1em);
    max-width: calc(33.333% - 1em);
    margin-left: 1em;
    margin-top: 1em;
    position: relative;
    padding: 3.25em 2em 2em;
    border: 1px solid rgba(255,255,255,.07);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7aaaa30), color-stop(67.11%, #e5fff666));
    background: linear-gradient(180deg, #b7aaaa30 0%, #e5fff666 67.11%);
    border-radius: 1em
}
@media screen and (max-width: 1024px){
    .card-item__contact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1em);
        flex: 0 0 calc(50% - 1em);
        max-width: calc(50% - 1em)
    }
}
@media screen and (max-width: 767px){
    .card-item__contact {
        background: none !important;
        max-width: 100%;
        border: none;
        padding: 0 0 0 4.5em;
        margin: 1.5em 0 0
    }
}
.card-item__contact_c2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5fff666), to(#b7aaaa30));
    background: linear-gradient(180deg, #e5fff666 0%, #b7aaaa30 100%);
}
.card-item__contact_c2 .card-item__contact-ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7aaaa30), to(#e5fff666));
    background: linear-gradient(180deg, #b7aaaa30 0%, #e5fff666 100%)
}
.card-item__contact_c3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7aaaa30), color-stop(67.11%, #e5fff666));
    background: linear-gradient(180deg, #b7aaaa30 0%, #e5fff666 67.11%)
}
.card-item__contact_c3 .card-item__contact-ico {
    background: -webkit-gradient(linear, left top, left bottom, from(#b7aaaa30), color-stop(67.11%, #e5fff666));
    background: linear-gradient(180deg, #b7aaaa30 0%, #e5fff666 67.11%)
}
@media screen and (max-width: 1024px){
    .card-item__contact_last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 1em);
        flex: 0 0 calc(100% - 1em);
        max-width: calc(100% - 1em);
        margin-top: 3em
    }
}
@media screen and (max-width: 767px){
    .card-item__contact_last {
        margin-top: 1.5em
    }
}
.card-item__contact-ico {
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#b7aaaa30), color-stop(67.11%, #e5fff666));
    background: linear-gradient(180deg, #b7aaaa30 0%, #e5fff666 67.11%);
    padding: 1em;
    position: absolute;
    left: 3.1875em;
    top: -1.875em;
    outline: .5em solid #fff;
    border: 1px solid rgba(255,255,255,.07)
}
@media screen and (max-width: 767px){
    .card-item__contact-ico {
        left: 0;
        top: 0
    }
}
.card-item__contact-lbl {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: .6em
}
@media screen and (max-width: 1024px){
    .card-item__contact-lbl {
        font-size: 1.4em
    }
}
@media screen and (max-width: 767px){
    .card-item__contact-lbl {
        font-size: 1em
    }
}
.card-item__contact-link {
    border-bottom: 1px solid currentColor;
    color: #000;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
@media screen and (max-width: 1024px){
    .card-item__contact-link {
        font-size: 1.3em
    }
}
@media screen and (max-width: 767px){
    .card-item__contact-link {
        font-size: 1.2em
    }
}
.card-item__contact-link:hover {
    border-color: rgba(0,0,0,0)
}
.card-item__contact-text {
    font-size: 1.5em;
    font-weight: 500
}
@media screen and (max-width: 1024px){
    .card-item__contact-text {
        font-size: 1.3em
    }
}
@media screen and (max-width: 767px){
    .card-item__contact-text {
        font-size: 1.2em
    }
}
.card-item__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .5em 1.5em;
    border-radius: 1.2em;
    color: #000;
    border: 1px solid currentColor;
    background-color: currentColor;
    vertical-align: middle;
    margin-bottom: .5em
}
.card-item__social:hover {
    color: #494949;
    border-color: #ccc
}
.card-item__social_instagram {
    color: #be4c7c
}
.card-item__social_facebook {
    color: #4981c4
}
@media screen and (max-width: 767px){
    .card-item__social img {
        width: 1.4em;
        height: 1.4em
    }
}