
.map-schema__popup-info div:nth-child(1) {
    font-weight: bold;
}

.dev__text {
    margin-bottom: 0;
}

.red {
    color: red;
    font-weight: bold;
}

.tag__item {
    cursor: pointer;
}

.tag__item.is-active:hover {
    background-color: #00a759;
    color: #fff;
}

.main-block__star {
    top: 60px;
    transition: transform 0.1s linear;
}

.subscription__result {
    position: absolute;
    color: #fff;
    bottom: -27px;
    left: 21px;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subscription.is-error .subscription__result {
    opacity: 1;
}

.slider-nav__item {
    overflow: hidden;
}

.card__slider-wrap {
    overflow: hidden;
    height: 548px;
}

.slick-slider {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slick-slider.slick-initialized {
    opacity: 1;
}

@media (max-width: 1279px) {
    .card__slider-wrap {
        height: 379px;
    }
}


@media (max-width: 960px) {
    .card__slider-wrap {
        height: 470px;
    }

}

@media (max-width: 480px) {
    .card__slider-wrap {
        height: calc(100vw - 48px);
    }
}

.share {
    z-index: 10;
}

.tech div span {
    width: auto;
    /* width: 160px; */
}

.select .jq-selectbox__dropdown ul {
    max-height: 335px !important;
}

@media(max-width: 768px) {
    .popup-schema {
        padding-top: 0;
    }
}

.up {
    z-index: 30
}
/*
.control__item:last-child {
    margin-bottom: 0;
}*/

.is-card-main .up {
    bottom: 205px;
}

@media (max-width: 640px) {
    .up {
        right: 20px;
        bottom: 20px;
    }
}

.share__item {
    position: relative;
}

.share__tool {
    position: absolute;
    top: 0;
    background-color: #fff;
}

@media (max-width: 640px) {
    .hamburger {
        z-index: 70 !important;

    }

    .menu-adaptive {
        z-index: 60;
    }
}


.search__button {
    padding: 0 !important;
    background-color: transparent !important;
    align-items: center;
    justify-content: center;
    display: flex;
    -webkit-appearance: initial;
}

@media (max-width: 640px) {
    .map-schema {
        pointer-events: auto;
    }
}

.buy__body a {
    color: #00a759;
    text-decoration: none;
}

.tech div span:nth-child(2) {
    margin-left: 8px;
}

@media(max-width: 768px) {
    .tech div {
        display: block;
    }


}


@media (max-width: 1279px) {
    .control {
        margin-bottom: -50px;
    }
}

@media (max-width: 640px) {
    .control {
        margin-bottom: -42px;
    }
}

.card__item   .control {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.card__item   .control .control__item {
    margin-bottom: 0 !important;
}

.top-page__big {
    pointer-events: none;
}

.top-page__star {
    pointer-events: none;
}

.schema__img-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.schema__img {
    position: relative;
}


.card__item-top-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 42px;
    letter-spacing: -0.015em;
    color: #000000;
}

.card__item--support h3 {
    margin-bottom: 12px;
}

.phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.phone-block__item {
    display: inline-flex;margin-bottom: 6px;
    font-weight: bold;
    font-size: 33px;
    line-height: 132%;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.phone-block__mail {
    display: inline-flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 132%;
    letter-spacing: -0.01em;
    text-decoration: underline;
    color: #00A759;
}

.block-section {
    overflow: hidden;
}

.block-section__left {
    float: left;
    width: calc(100% - 479px);
    padding-right: 73px;
}

.block-section__right {
    float: left;
    width: 479px;
}

.block-section__text {
    font-weight: bold;
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 45px;
    letter-spacing: -0.015em;
    color: #000000;
}

.block-section__section {
    margin-bottom: 72px;
    padding-right: 60px;
}
.block-section__section:first-child .block-section__text {
    padding-right: 60px;
}
.block-section__section:first-child {
    padding-right: 0;
}
.block-section__section:last-child {
    margin-bottom: 0;
}

.block-section__section h5 {
    margin-top: 0;
    margin-bottom: 36px;
}

.block-section__section h3 {
    margin-top: 0;
    margin-bottom: 42px;
}

.faq--support .faq__item:first-child {
    border-top: 1px solid rgba(189, 189, 189 , 0.4);
}

.faq--support .faq__item {
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(189, 189, 189 , 0.4);
    padding-top: 21px;
    padding-bottom: 21px;
    margin-bottom: 0;
    border-radius: 0;
}

.faq--support .faq__name {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__control svg {
    transition: transform 0.3s ease;
}

.faq__name.is-active .faq__control svg {
    transform: rotate(180deg);
}

.faq__control {
    width: 12px;
    margin-left: 24px;
    flex: none;
}

.faq--support .faq__text {
    padding-top: 20px;
    display: none;
}

.sec-support {
    padding-top: 0;
    padding-bottom: 60px;
}

.faq--doc .faq__name {
    font-weight: normal;
}

.sec-support:last-child {
    padding-bottom: 0;
}

.aside-form {
    padding: 40px;
    background-color: #F3F3F3;
    border-radius: 12px;
    position: relative;
}

.aside-form .form-ok {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(0%);
    background-color: #F3F3F3;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.aside-form.is-ok .form-ok {
    opacity: 1;
    pointer-events: auto;
}

.aside-form__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}

.aside-form .form__input {
    padding: 10px 20px 11px;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-family: Montserrat;
}

.aside-form .form__textarea {
    padding: 10px 20px 11px;
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 120px;    font-family: Montserrat;
}

.aside-form .select .jq-selectbox__select-text {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.015em;
    padding: 10px 20px 11px;
    font-weight: normal;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.aside-form .select .jq-selectbox__dropdown ul li {
    cursor: pointer;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.015em;padding: 10px 20px 11px;
    font-weight: normal;
}

.select .jq-selectbox__trigger {
    width: 45px;
    height: 45px;
}

.aside-form .select .jq-selectbox__select {
    height: 45px;
    box-shadow: none;
}

.doc-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 16px;
    justify-content: space-between;
}

.doc-item:last-child {
    margin-bottom: 0;
}

.doc-item__body {
    display: inline-flex;
    align-items: center;
}

.doc-item__btn {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    padding: 6px 13px;
    background: #F3F3F3;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;

    /* Style */

    color: #8A8A8A;
}

.doc-item__icon {
    display: flex;
}

.doc-item__icon {
    flex: none;
}

.doc-item__item {
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.015em;
    color: #00A759;
    margin-left: 8px;
}

@media (max-width: 1279px) {
    .block-section__right {
        float: left;
        width: 395px;
    }

    .block-section__section {
        padding-right: 0;
    }

    .block-section__section:first-child .block-section__text {
        padding-right: 0;
    }

    .block-section__left {
        float: left;
        width: calc(100% - 395px);
        padding-right: 47px;
    }
}


@media (max-width: 768px) {
    .block-section__right {
        float: none;
        width: 100%;

    }


    .block-section__left {
        float: none;
        width: 100%;
        margin-bottom: 45px;
        padding-right: 0;
    }
}

.logo-newyear {
    position: absolute;
    width: 34px;
    height: auto;
    right: -5px;
    top: -12px;
    transition: left .4s, right 0.4s ease;
}

.header.is-fixed .logo-newyear  {
    right: 192px;
}

@media (max-width: 1440px) {
    .logo-newyear {
        right: -15px;
    }

    .header.is-fixed .logo-newyear {
        right: 158px;
    }
}

@media (max-width: 1279px) {
    .logo-newyear {
        right: -5px;
        width: 29px;
        top: -9px;
    }
}

@media (max-width: 960px) {
    .logo-newyear {
        right: -9px;
    }

    .header.is-fixed .logo-newyear {
        right: 146px;
    }
}

@media (max-width: 480px) {
    .logo-newyear {
        right: -4px;
        width: 21px;
        top: -7px;
    }
    .header.is-fixed .logo-newyear {
        right: 130px;
    }
}

.detail-page thead th {
    font-weight: bold;
    padding: 5px 10px;
}


.detail-page tbody td {
    padding: 5px 10px;
}


.info-text {
    margin-top: 35px;
    margin-bottom: 35px;
}

.info-text:last-child {
    margin-bottom: 0;
}

.info-text__text {
    font-weight: bold;
    font-size: 19px;
    color: #00a759;
}

.info-text__icon {
    color: #fff;
    font-size: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    flex: none;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #00a759;
}

.info-text {
    display: flex;
    align-items: center;
}

.img-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.img-text__img img {
    width: 100%;
    margin-bottom: 0;
}

.img-text__img {
    width: 250px;
    flex: none;
}
.img-text__text {
    padding-left: 25px;
}

.block-img {
    margin-bottom: 25px;
}

.block-img:last-child {
    margin-bottom: 0;
}

.block-img__row {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -15px 15px;
}

.block-img__item {
    width: 50%;
    padding: 0 15px;
}

.block-img__img {
    margin-bottom: 5px;
}

.block-img__img img {
    width: 100%;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.detail-page .page__section .small {
    font-size: 12px;
}
.detail-page .page__section h1 {
    color: #00a759;
}

.detail-page .page__section h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}



.page__section h2 {
    margin: 0 0 20px;
}

.page__block {
    margin-bottom: 70px;
}

.page__block .page__section {
    margin-bottom: 35px;
}

.page__section {
    margin-bottom: 70px;
}

.text-col {
    display: flex;
    margin: 0 -16px;
}

.text-col__col {
    width: 50%;
    padding: 0 16px;
}

.page__section img {
    margin-bottom: 10px;
}


.img-b {
    margin-bottom: 25px;
}

.img-b img {
    margin-bottom: 0;
    max-width: 100%;
}

.small {
    font-size: 12px;
    font-style: italic;
}

.img-b span {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.img-col {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -15px 15px;
}

.block-img__arrow {
    border: 15px solid transparent;
    border-left: 15px solid #000;
    /* margin: 0 -19px 0 0; */
    top: 50%;
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(9px) translateY(-50%);
}

.img-col__arrow {
    border: 15px solid transparent;
    border-left: 15px solid #000;
    /* margin: 0 -19px 0 0; */
    top: 50%;
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(9px) translateY(-50%);
}

.img-col__col img {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

p img {
    margin-bottom: -5px !important;
    border-radius: 0 !important;
}

.img-col__col {
    width: 50%;
    padding: 0 15px;
}

.img-col--three .img-col__col {
    width: 33%;
    padding: 0 15px;
}


.text-item__item {
    display: flex;
    margin-bottom: 10px;
}

.text-item__item b {
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -.015em;
}

.text-item__title {
    width: 250px;
    flex: none;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -.015em;
    font-weight: bold;
    padding-right: 25px;
}

.table-info {
    border-collapse: collapse;
}

.table-info th {
    border: 1px solid #000;
}

.table-info td {
    text-align: center;
    border: 1px solid #000;
}

.table-info img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 0;
}

@media(max-width: 1000px) {
    .page__section {
        width: 100%;
        max-width: inherit;
    }

}

@media(max-width: 560px) {
    .block-img__row {
        flex-wrap: wrap;

    }

    .block-img__item {
        width: 100%;
        margin-bottom: 15px;
    }

    p img {
        width: auto !important;
    }

    .text-col {
        flex-wrap: wrap;
    }

    .text-col__col {
        width: 100%;
        margin: 0 0 0
    }

    .img-text__img {
        width: auto;
        height: auto;
        margin-bottom: 5px;
    }

    .img-text {
        display: block;
    }

    .img-col {
        flex-direction: column;
    }

    .img-col--three .img-col__col {
        width: 100%;
    }

    .block-img__arrow {
        position: relative;
        margin: 0 auto;
        transform: translateX(0) translateY(0) rotate(
            90deg
        );
        margin: 9px auto 0;
    }

    .img-col__arrow {
        position: relative;
        margin: 0 auto;
        transform: translateX(0) translateY(0) rotate(
            90deg
        );
        margin: 9px auto 0;
    }

    .img-col__col {
        width: 100%;
    }
}

.anchors--small .anchors__item {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.015em;
    margin-bottom: 10px;
    border-bottom: 0;
    transition: color .3s,color .3s ease;
    display: inline-flex;
}

@media(min-width: 960px) {
    .anchors--small .anchors__item:hover {
        color: #00a759;
    }
}

.map-schema__marker.is-open {
    z-index: 40 !important;
}

.block-section__section h1 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: normal;
}

.btn-block--row .btn {
    margin-right: 32px;
}

.btn-block--row .btn:last-child {
    margin-right: 0;
}

.upload-wrap-error {
    color: red;
    font-size: 12px;
    display: none;
    margin-bottom: 5px;
}

.upload-wrap {
    display: flex;
    align-items: center;
}

.upload-wrap--column {
    flex-direction: column;
    align-items: flex-start;
}

.upload-wrap .upload {
    width: 180px;
    position: relative;
    flex: none;
}

.upload input[type="file"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.upload input[type="file"]::-webkit-file-upload-button { cursor:pointer; }

.upload-list {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
}
.upload .upload__btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.015em;
    color: #00A759;
    display: inline-flex;
    font-family: 'Montserrat';
    align-items: center;
    transition: opacity 0.3s ease;
}

.upload .upload__btn svg {
    margin-right: 8px;
    margin-top: 2px;
}

.upload:hover .upload__btn {
    opacity: 0.8;
}

.upload .svg-icon {
    margin-right: 5px;
}

.upload-text {
    font-family: Roboto , sans-serif;
    line-height: 15px;
    font-size: 12px;
    color: #8B9195;
    padding-left: 10px;
}

.upload-wrap--column .upload-text {
    padding: 0;
}

.upload-list__wrap {
    display: none;
}

.upload-list__wrap.is-active {
    display: block;
}

.upload-list {
    margin-bottom: 13px;
}

.upload {
    position: relative;
}

.upload-list__wrap .upload {
    width: 165px;
}

.upload-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.upload-list__item-text {
    line-height: 23px;
    font-size: 16px;
    color: #393939;
}

.upload-list__item-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-left: 4px;
}

.select .dropdown .jq-selectbox__dropdown {
    width: 100% !important;
}

.aside-form .select .jq-selectbox__dropdown ul li {
    cursor: pointer;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.015em;
    padding: 8px 20px 9px;
    font-weight: normal;
    white-space: initial;
}

.popup .select .jq-selectbox__select-text {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.015em;
    padding: 10px 20px 11px;
    font-weight: normal;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.popup .select .jq-selectbox__dropdown ul li {
    cursor: pointer;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.015em;
    padding: 8px 20px 9px;
    font-weight: normal;
    white-space: initial;
}

.jq-selectbox.is-error{
    color: #eb3838;
    background-color: #fce9e9;
    border: 1px solid #eb3838;
}
.jq-selectbox__dropdown .disabled{
    display: none;
}


.top-page--system .bread ul li a {
    color: #fff;
}

.top-page--system {
    margin-bottom: 0;
    padding-bottom: 62px;
    position: relative;
    background: linear-gradient(180deg, #183170 -11.49%, #0f1932 24.51%);background: linear-gradient(180deg, #183170 -11.49%, #0F1932 76.77%);
}

.top-page--system::before {
    content:"";
    position: absolute;
    width: 1535px;
    height: 383px;
    left: 34px;
    top: 57px;
    background-image: url(/images/star.svg);
}

.top-page--system  .bread ul li span {
    color: #fff;
}

.top-page--system  .bread ul li a svg path {
    stroke: #fff;
}

.top-page--system h1 {
    color: #fff;
    text-align: center;
}

.top-page--system h1 span {
    color: #00A759;
}

.form-big--diler .form-big__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-big--diler {
    padding-top: 67px;
}
.form-big--diler .form-big__col {
    margin: 0;
    width: 100%;
}
.form-big--diler .form-big__btn {
    justify-content: flex-start;
}
.form-big--diler .form-big__agree {
    text-align: left;
}
.form-big--diler .form-big__btn .btn {
    width: auto;
}
.form-big--diler .form-big__col:nth-child(2) {
    margin: 0;
    width: 100%;
}
.form-big--diler .form-big__form {
    margin: 0;
    width: 395px;
    display: block;
}
.form-big--diler  .form-big__info {
    width: 502px;
}

.form-big--diler .form-big__title {
    text-align: left;
    margin: 0;
}

@media(max-width: 992px) {
    .form-big--diler .form-big__block {
        display: block;
    }

    .form-big--diler .form-big__title {
        text-align: center;
        margin: 0 0 28px;
    }

    .form-big--diler .form-big__info {
        width: 100%;
    }
    .form-big--diler .form-big__form {
        margin: 0;
        width: 100%;
        display: block;
    }

    .form-big--diler .form-big__btn {
        justify-content: center;
    }

    .form-big--diler .form-big__agree {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .top-page--system .advantages {
        margin-top: 31px;
    }
}

.top-page--form .bread ul li span {
    color: #000000;
}

.top-page--form .bread ul li a {
    color: #000000;
}

.f-ok {
    width: 383px;
    margin: 0 auto;
    text-align: center;
}

.f-ok__btn .btn {
    font-size: 14px;
    line-height: 17px;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
}

.f-ok__text {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.015em;
}

.f-ok__icon {
    margin-bottom: -17px;
}

.f-ok__name {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;

}

.form-big--contact.form-big--diler .form-big__agree br {
    display: inherit;
}

.top-page--system .bread {
    padding-bottom: 40px;
}

.top-page--system .advantages {
    margin-top: 40px;
}

.select--city .jq-selectbox__dropdown li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 160%;
}

.select--city .jq-selectbox__dropdown li span {
    color: #00A759;

}

.phone-block__item svg {
    margin-left: 16px;
}

@media(max-width: 560px) {
    .phone-block__item {
        font-size: 25px;
    }

    .phone-block__item svg {
        width: 35px;
        height: auto;
        margin-left: 11px;
    }
}

.buy__megatitle {
    display: block;
    width: 100%;
    color: #00a759;
    margin-bottom: 35px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 15px;
}

.dev__name a {
    color: initial;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dev__name a:hover {
    color: #f59f00;
}

/*отзывы*/

#review .form__textarea {
    height: 103px;
}

#review .select .jq-selectbox__select {
    box-shadow: none;
    background-color: #f3f3f3;
    border: 1px solid transparent;
}

#review .select .jq-selectbox__select-text {
    font-size: 15px;
    color: #8f8f8f;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: -0.195px;
}

#review .select .jq-selectbox__dropdown ul li {
    font-family: sans-serif;
    font-size: 15px;
    color: #8f8f8f;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: -0.195px;
    padding: 8px 20px;
}

.reviews {
    margin-bottom: 50px;
}

.rev__main-title {
    display: flex;
    align-items: center;
}

.rev-btn {
    margin-left: 30px;
}

.reviews__item {
    border-radius: 12px;
    background-color: #fff;
    padding: 42px 48px;
}

.reviews__item + .reviews__item {
    margin-top: 30px;
}

.reviews__item-top {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.reviews__item-name {
    width: fit-content;
    margin: 0;
    margin-right: 24px;
    color: #000;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
    line-height: 132%;
    text-transform: uppercase;
}

.reviews__item-company {
    width: fit-content;
    margin: 0;
    color: #00A759;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.255px;
}

.reviews__item-theme {
    margin: 0;
    margin-bottom: 24px;
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.255px;
}

.reviews__item-description {
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.225px;
    margin: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 120px 0;
    width: 100%;
    padding: 0;
}

.pagination__item + .pagination__item {
    margin-left: 2px;
}

.pagination__item {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.pagination__item-active .pagination__link {
    background-color: #00A759;
    color: #fff;
}

.pagination__link {
    display: block;
    color: #00A759;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.255px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rev__filter {
    margin-left: auto;
    /* width: 120px; */
    width: 180px;
    position: relative;
    transition: all 0.3s;
}

.rev__filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 6;
    cursor: pointer;
}

.rev__filter-top p {
    color: #000;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    margin: 0;
    max-width: calc(100% - 30px);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rev__filter-top svg {
    width: 24px;
    height: 24px;
}

.rev__filter-list {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    padding: 12px;
}

.active-list .rev__filter-list {
    opacity: 1;
    visibility: visible;
}

.rev__filter-list::-webkit-scrollbar-track {
    background-color: transparent
}

.rev__filter-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #00A759;
}

.rev__filter-list::-webkit-scrollbar {
    width: 6px
}

.rev__filter-list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rev__filter-list-item + .rev__filter-list-item {
    margin-top: 6px;
}

.rev__filter-list-item {
    color: #000;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.rev__filter-list-item.rev__filter-list-selected {
    color: #00A759;
}

@media(min-width: 1024px) {
    .rev__filter-list-item:hover {
        color: #00A759;
    }
}

@media(max-width: 1279px) {
    .reviews__item-top {
        margin-bottom: 18px;
    }
    .reviews__item-name {
        font-size: 17px;
    }
    .reviews__item-company {
        font-size: 15px;
    }
    .reviews__item-theme {
        font-size: 15px;
        margin-bottom: 18px;
    }
    .reviews__item-description {
        font-size: 14px;
    }
}

@media(max-width: 960px) {
    .reviews__item {
        padding: 30px 25px;
    }
    .pagination__item {
        width: 28px;
        height: 28px;
    }
    .pagination__link {
        font-size: 15px;
    }
    .reviews__item + .reviews__item {
        margin-top: 20px;
    }
    .reviews__item-top {
        margin-bottom: 12px;
    }
    .reviews__item-theme {
        margin-bottom: 12px;
    }
}

@media(max-width: 640px) {
    .reviews__item {
        padding: 24px 18px;
    }
    .reviews__item + .reviews__item {
        margin-top: 15px;
    }
    .rev__main-title {
        flex-direction: column;
    }
    .rev-btn {
        margin: 20px auto 60px;
    }
    .rev__filter {
        margin-left: 0;
        margin-right: auto;
    }
    .reviews__item-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews__item-name {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .reviews__item-company {
        font-size: 12px;
        letter-spacing: -0.18px;
    }
    .reviews__item-theme {
        font-size: 12px;
        letter-spacing: -0.18px;
    }
    .reviews__item-description {
        font-size: 12px;
        letter-spacing: -0.18px;
    }
    .reviews {
        margin-bottom: 24px;
    }
    .pagination__item {
        width: 24px;
        height: 24px;
    }
    .pagination__link {
        font-size: 13px;
        letter-spacing: -0.195px;
    }
    .pagination {
        margin: 0 0 100px 0;
    }
}

.form__textarea.is-error{
    color: #eb3838;
    background-color: #fce9e9;
    border: 1px solid #eb3838;
}


.cookies {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 44px;
    z-index: 50;    width: 600px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    max-width: 100%;
}


.cookies.is-active {
    opacity: 1;
    pointer-events: auto;
}


.cookies__wrap {
    position: relative;

    background-color: #fff;
    padding: 20px 35px;
    border-radius: 6px;
}


.cookies__text {
    width: 445px;
    margin-bottom: 20px;
}

.cookies__text a {
    color: #00a759;
    text-decoration: underline;
}


.cookies__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
}

@media(max-width: 768px) {
    .cookies {
        width: 90%;
    }

    .cookies__wrap {
        padding: 15px 31px 15px 15px;
    }

    .cookies__text {
        width: auto;

    }
}
