html {
    height: 100%
}

* {
    outline: none
}

*, body {
    box-sizing: border-box
}

body {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    background: #e5e5e5;
    overflow-x: hidden;
    margin: 0
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    display: block
}

a, a:active, a:hover {
    text-decoration: none
}

a {
    display: inline-block;
    cursor: pointer
}

button, button:active {
    outline: none;
    cursor: pointer
}

button {
    border: none
}

button:focus {
    outline: none;
    cursor: pointer
}

button {
    background: none;
    padding: 0
}

fieldset, form, img, ul {
    border-style: none;
    margin: 0;
    padding: 0;
    list-style: none
}

input[type=number]:hover {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]:focus, input[type=number]:hover {
    -moz-appearance: number-input
}

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

header {
    flex: 0 0 auto;
    background: rgba(121, 181, 48, .9);
    height: 100px;
    display: flex;
    align-items: center
}

main {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto
}

.container, .container-page {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%
}

.container-page {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 30px;
    padding-bottom: 20px;
    border-radius: 5px
}

.online__classes {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    color: #fff;
    display: flex;
    align-items: center
}

.online__classes:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/monitor1.svg);
    margin-right: 10px;
    display: block
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header__nav {
    display: flex;
    justify-content: space-between;
    font-size: 21px;
    line-height: 25px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    width: 100%;
    padding-left: 2px
}

.header__nav, .header__nav li a {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    color: #fff
}

.header__nav li a {
    font-size: 23px;
    line-height: 27px;
    white-space: nowrap
}

.header__nav li {
    border-right: 2px solid #fff;
    padding: 0 36px
}

.header__nav li:last-child {
    padding-right: 0;
    border-right: none
}

.header__nav li:first-child {
    padding-left: 0
}

.header__link a {
    font-weight: 400
}

.header__link, .header__link a {
    font-family: Nunito, sans-serif;
    font-size: 21px;
    line-height: 25px;
    color: #fff
}

.header__link {
    font-weight: 500;
    height: min-content;
    padding-left: 2px;
    margin-right: 60px
}

.header__login {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__register-btn {
    background: #79b530;
    color: #fff !important;
    border: 1px solid #79b530 !important;
    border-radius: 5px;
    padding: 4px 16px;
    margin-left: 10px;
    transition: background-color .15s
}

.header__register-btn:hover {
    background: #6aa029;
    border-color: #6aa029 !important
}

.custom-header ~ .header__login {
    margin-right: 86px
}

.actSpiner .spinner {
    visibility: visible
}

.actSpiner-cabinet .spinner {
    visibility: visible;
    transition: .5s ease-out .2s
}

.spinner {
    animation: b 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 63.5%;
    margin: -20px 0 0 -20px;
    width: 27px;
    height: 27px;
    visibility: hidden;
    right: 7px
}

.spinner .path {
    stroke: #fff;
    stroke-linecap: round;
    animation: a 1.5s ease-in-out infinite
}

.actSpiner-cabinet .spinner {
    top: 64%;
    width: 27px;
    height: 27px;
    right: 5px
}

.come-btn svg, .resume-link svg {
    width: 27px;
    height: 27px
}

.blog-img-link {
    width: 100%
}

.registrForm .registrFrof-btn:hover .spinner .path {
    stroke: #79b530
}
.highlight{
    background: #bae685;
}

@keyframes a {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.selectSection__wrap {
    position: relative;
    margin-top: -.7px;
    display: flex;
    align-items: center;
    background: #fff;
    background-image: url(../img/logoped-defektolog1.jpg);
    height: 400px
}

.selectSection__wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(41, 41, 41, .4)
}

.selectSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    margin-bottom: 45px
}

.selectSection, .selectSection__box-select {
    position: relative
}

.selectSection__title {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #fff;
    margin-bottom: 40px
}

.selectSection .direction-box:before {
    background-image: url(../img/Group.svg);
    left: -60px
}

.selectSection .direction-box:before, .selectSection .town-box:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%)
}

.selectSection .town-box:before {
    background-image: url(../img/Vector.svg);
    left: -52px
}

.selectSection__box {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 55px
}

.selectSection__btn {
    background: #79b530;
    border: 1px solid #79b530;
    border-radius: 5px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 200px;
    height: 60px;
    margin-left: 30px
}

.selectSection__box-select:first-child {
    margin-right: 85px
}

.selectSection .selectric-wrapper {
    width: 400px;
    height: 60px
}

.selectSection .selectric-wrapper .label {
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    color: #bbb;
    margin-left: 25px;
    font-family: Roboto, sans-serif
}

.selectSection .selectric-wrapper .selectric {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.selectSection .selectric-wrapper .selectric:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 11px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.button {
    display: none !important
}

.selectric-items li {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #444;
    padding-left: 30px;
    background: #fff
}

.reviews-box .profile__container .reviews-sort {
    width: auto !important
}

.selectSection__box-select .selectric-items li {
    padding: 18px 28px
}

.selectric-items li.highlighted {
    color: #444
}

.selectSection .selectric-open .selectric:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector11.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.education-group input {
    outline: none
}

.education-group input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #444 !important;
    color: #444 !important
}

.ourTherapists__find-title {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 6px;
    color: #444
}

.ourTherapists__find-btn {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #79b530;
    width: 240px;
    height: 48px;
    background: #fff;
    border: 2px solid #79b530;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ourTherapists__find {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.section-wrap {
    padding: 60px 0;
    background: #fff
}

.selectric-items .placeholder {
    visibility: hidden;
    display: none
}

.ourTherapists-item {
    display: flex;
    justify-content: space-between;
    padding: 22px 70px 18px 43px;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    border: 1.5px solid #ddd
}

.ourTherapists-item:hover {
    border: 1.5px solid #79b530
}

.ourTherapists-item:last-child {
    margin-bottom: 0
}

.ourTherapists-item:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 60px;
    height: 56.25px;
    background: url(../img/v1.svg)
}

.rating-box {
    text-align: center;
    display: flex;
    flex-direction: column
}

.listItem {
    display: flex;
    height: 100%
}

.listItem__img > img {
    margin-bottom: 1px;
    width: 140px;
    max-height: 140px
}

.listItem__img > a img {
    margin-bottom: 1px;
    width: 140px;
    height: 140px
}

.listItem__img > a {
    max-width: 140px
}

.listItem__img {
    margin-right: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.star-rating {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    font-size: 1.9em;
    justify-content: space-around;
    text-align: center;
    width: 4.6em;
    position: relative
}

.star-rating input {
    display: none
}

.star-rating label, .star-rating span {
    color: #ccc;
    cursor: pointer
}

.feedbackForm .star-rating :checked ~ label {
    color: #ffc700
}

.act-star {
    color: #fc0 !important
}

.listItem__reviews {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #444
}

.disabled-items {
    pointer-events: none
}

.actSelect .remove-items .select-box {
    display: block !important
}

.listItem__info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #79b530
}

.listItem__info-name, .listItem__info-title {
    font-family: Nunito, sans-serif;
    margin-bottom: 10px
}

.listItem__info-name {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #444
}

.cooperate-btn:hover {
    background: #fff;
    color: #79b530
}

.formsClasses .ourTherapists__find {
    margin-bottom: 30px
}

.listItem__info-content {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 40px;
    color: #444
}

.listItem__info-content:last-child {
    margin-bottom: 0 !important
}

.town-icon:before {
    background-image: url(../img/Vector2.svg)
}

.town-icon:before, .town-price:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -39px;
    top: 50%;
    transform: translateY(-50%)
}

.town-price:before {
    background-image: url(../img/Group3.svg)
}

.town-classes:before {
    content: "";
    position: absolute;
    background-image: url(../img/Vector3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -39px;
    top: 50%;
    transform: translateY(-50%)
}

.ourTherapists-btn {
    margin-top: -20px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #79b530;
    width: 200px;
    height: 60px;
    background: #79b530;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.ourTherapists-btn:hover {
    background: #fff;
    border: 2px solid #79b530;
    box-sizing: border-box;
    border-radius: 5px;
    color: #79b530
}

.formsClasses__item {
    width: 33.3%;
    margin-right: 30px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    padding: 0 37px
}

.profile-content .profile-item:last-child {
    margin-bottom: 0
}

.formsClasses__item-content {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    z-index: 3;
    position: relative;
    text-align: center;
    color: #444
}

.formsClasses__item:after {
    content: "";
    background: hsla(0, 0%, 87%, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.formsClasses__items {
    display: flex
}

.catalog__text {
    margin-top: 20px
}

.catalog__text img {
    float: left;
    margin-right: 20px;
    margin-bottom: 1px
}

.catalog__text p {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #888;
    margin-bottom: 15px
}

.catalog__text a {
    color: #83b941;
    font-weight: 600;
    display: inline
}

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

.formsClasses__item:hover:after {
    background: rgba(121, 181, 48, .8);
    border-radius: 5px
}

.formsClasses__item:hover .formsClasses__item-content {
    color: #fff
}

.cabinet__container {
    position: relative
}

.cabinet__container .status-registr {
    margin-top: 0
}

.presentation video {
    width: 100%;
    max-height: 500px
}

.reviewsSlider__item {
    border: 2px solid #ddd;
    margin: 0 15px;
    width: 370px;
    padding: 48px 35px 27px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 374px
}

.reviewsSlider__item:hover {
    border: 2px solid #79b530
}

.reviewsSlider__item .reviewsSlider__item-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover
}

.reviewsSlider__item .star-rating {
    margin-bottom: 10px
}

.reviewsSlider__item-name {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 7px;
    color: #444
}

.reviewsSlider__item-name:hover {
    color: #79b530
}

.mob-nav .header__login {
    display: none
}

.filrer-categor .label-input {
    white-space: nowrap
}

.filial-wrap {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px
}

.filial-wrap .add-container {
    margin-bottom: 18px
}

.filial-wrap .add-container:last-child {
    margin-bottom: 0
}

.filial-wrap .cancel-filial {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px
}

.reviewsSlider__item-text {
    font-family: Nunito, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #444;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.reviewsSlider__item-user {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #c2c2c2;
    margin-left: auto
}

.reviewsSlider__wrap {
    display: flex;
    flex-direction: column;
    margin: 0 -15px
}

.reviewsSlider .ourTherapists__find {
    padding-left: 12px
}

section.slider {
    padding-top: 60px
}

.reviewsSlider .slick-dots {
    display: flex;
    margin: 0 auto;
    margin-top: 17px
}

.reviewsSlider .slick-dots button {
    color: transparent
}

.reviewsSlider .slick-dots li {
    border: 2px solid #79b530;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.reviewsSlider .slick-dots li:last-child {
    margin-right: 0
}

.selectSection__box-select .remove-items {
    right: 14px
}

.tegs-box .remove-items {
    top: 10px
}

.reviewsSlider li.slick-active button {
    width: 12px;
    height: 12px;
    background: #79b530;
    border-radius: 50%
}

.reviewsSlider .slick-track {
    padding: 10px 0
}

.reviewsSlider .ourTherapists__find {
    margin-bottom: 30px
}

.footer-info {
    display: none
}

.left-arr {
    position: absolute;
    top: 55%;
    left: -51px;
    transform: rotate(180deg)
}

.left-arr:after {
    content: "";
    width: 24px;
    height: 48px;
    background-image: url(../img/Vector15.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.reviewsSlider__container {
    position: relative
}

.right-arr {
    position: absolute;
    right: -50px;
    top: 43%
}

.right-arr:after {
    content: "";
    width: 24px;
    height: 48px;
    background-image: url(../img/Vector15.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.offer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.offer-item {
    position: relative;
    border-radius: 5px;
    width: 100%;
    max-width: 370px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px;
    margin-bottom: 30px;
    color: #444;
    height: 240px
}

.catalog__text {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #888;
    margin-bottom: 15px
}

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

.catalog__img-text {
    margin-bottom: 20px
}

.catalog__img-text img {
    border-radius: 5px;
    max-width: 360px;
    height: 240px;
    width: 100%;
    margin-right: 20px;
    float: left
}

.catalog__title {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #444
}

.catalog__text h2, .catalog__text h3, .catalog__text h4, .catalog__text h5, .catalog__text h6 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #444
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    z-index: 9999
}

.xdsoft_autocomplete_dropdown .active {
    background: #f2f2f2 !important
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown div {
    z-index: 9999
}

.offer-item-title {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    z-index: 3
}

.box-info {
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    position: relative;
    padding: 14px 15px
}

.local-box {
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444;
    text-align: center
}

.leaflet-popup-close-button {
    display: none
}

.leaflet-popup-content {
    margin: 5px
}

.leaflet-popup-content-wrapper {
    margin-right: 270px;
    margin-bottom: 14px
}

.btn-close-popup {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    right: 5px;
    top: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444
}

.btn-close-popup:after {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../img/Group617.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
    display: block
}

.offer-item-subtitle {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 3
}

.header__content {
    flex-direction: column;
    max-width: 784px
}

.header__content, .header__controll {
    display: flex;
    align-items: center;
    width: 100%
}

.header__controll {
    justify-content: space-between;
    padding-bottom: 10px
}

.header__controll > div {
    display: flex;
    align-items: center
}

.profile-sections {
    width: 100%
}

.spinner-hide {
    position: relative
}

.spinner-hide svg {
    left: 55%
}

.act-spiner {
    color: transparent !important
}

.act-spiner svg {
    visibility: visible !important;
    top: 64.5%
}

.crop-img-btns .spinner-hide svg {
    left: 54%
}

.find_logoped .spinner .path {
    stroke: #79b530
}

.offer .find_logoped .spinner {
    top: 55.5%;
    width: 35px;
    height: 35px;
    left: 53%
}

.find_logoped:hover .spinner .path {
    stroke: #fff
}

.offer-btn {
    margin: 0 auto;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 370px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9f9f9;
    border: 2px solid #79b530;
    border-radius: 5px;
    color: #79b530
}

.hamburger {
    display: none !important
}

.menu {
    display: none
}

.offer-item:after {
    content: "";
    background: hsla(0, 0%, 87%, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.offer-item:hover:after {
    background: rgba(121, 181, 48, .8);
    border-radius: 5px
}

.offer-item:hover {
    color: #fff
}

.categories {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px
}

.categories__item {
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px solid #ddd;
    width: 270px;
    height: 200px;
    padding: 19px 36px 0;
    margin: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tel-logoped-wrap .number-container {
    position: relative;
    height: 20px
}

.categories__img {
    max-width: 180.77px;
    height: 120px;
    margin-bottom: 7px
}

.categories__title {
    font-family: Nunito, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 23px;
    line-height: 22px;
    color: #79b530;
    max-width: 153px
}

.categories-wrap .ourTherapists__find-title {
    margin-top: 0
}

.cooperate__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    height: 340px;
    border-radius: 5px 5px 0 0
}

.cooperate__title div {
    max-width: 570px
}

.cooperate__item li {
    display: flex;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
    color: #444
}

.cooperate__item li > div {
    max-width: 500px
}

.cooperate__item li:last-child {
    margin-bottom: 0
}

.cabinet__offer-wrap {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.fliterBtnSubmit {
    display: none
}

.cooperate__item li span {
    background: #79b530;
    border: 2px solid #79b530;
    font-family: Nunito, sans-serif;
    padding: 0 8.8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #f9f9f9;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    border-radius: 50%
}

.cooperate__title:after {
    content: "";
    background: rgba(41, 41, 41, .4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0
}

.cooperate div {
    position: relative;
    z-index: 3
}

.cooperate-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 60px;
    background: #79b530;
    border: 2px solid #79b530;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff
}

.act-reviews-btn {
    pointer-events: none
}

.cooperate__item {
    margin-bottom: 30px;
    padding: 0 20px;
    max-width: 600px
}

input[type=number]:focus, input[type=number]:hover {
    -moz-appearance: textfield
}

.cooperate__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding-bottom: 35px;
    padding-top: 38px
}

.cooperate-section {
    padding-top: 0
}

.cooperate {
    background: #f9f9f9;
    border-radius: 5px 5px 5px 5px;
    border-top: none
}

footer {
    background: #444;
    height: 147px;
    display: flex;
    align-items: center
}

.footer-nav li a {
    font-family: Nunito, sans-serif;
    font-style: normal;
    line-height: 29px
}

.footer-nav, .footer-nav li a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.footer-nav {
    font-family: Roboto, sans-serif;
    line-height: 32px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-nav__first {
    min-width: 270px;
    margin-right: 25px;
}

.footer-nav__second {
    min-width: 315px;
    margin-right: 25px;
}

.footer-nav__three {
    min-width: 125px;
    margin-right: 25px;
}

.footer-nav__fourth {
    min-width: 100px;
    margin-right: 0;
}

.tel-logoped-act {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px
}

.tel-logoped-wrap {
    width: 100%
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.categories__item:hover {
    box-shadow: none;
    border: 2px solid #79b530
}

.ourTherapists__find-btn:hover {
    color: #fff;
    background: #79b530;
    border: 2px solid #79b530
}

.section-profile {
    margin-top: 40px;
    margin-bottom: 60px
}

.nav-items ul {
    display: flex;
    flex-wrap: wrap
}

.nav-items ul li:first-child div span span {
    color: #444
}

.education-wrap {
    padding: 10px;
    border: 1px solid #ddd;
    max-width: 710px;
    margin-right: 30px;
    position: relative;
    border-radius: 5px
}

.education-wrap .add-educational {
    right: -44px;
    top: 50%;
    transform: translate(-50%, -50%)
}

.education-wrap .add-educational, .remove-educational {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    display: block;
    position: absolute
}

.remove-educational {
    right: -27px;
    top: 48%;
    width: 15px;
    transform: rotate(45deg)
}

.remove-educational:after {
    margin-top: 0 !important;
    margin-left: 0 !important
}

.nav-items ul li a:after {
    content: "";
    background-image: url(../img/Vector10.svg);
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 10px;
}

.nav-items ul div {
    font-size: 16px;
    line-height: 22px;
    font-family: Nunito, sans-serif;
    color: #79B530;
}

.nav-items {
    margin-bottom: 20px
}

.profile-subTitle {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #444
}

.profile-header {
    padding: 28px 25px 36px 30px;
    max-width: 770px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px
}

.profile-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 21px
}

.profile-item-categors {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 265px;
    margin-right: 15.7px;
    position: relative
}

.profile-item-categors img {
    margin-right: 10px;
}

.profile-sections .profile-item-categors img {
    position: absolute;
    left: 0
}

.cabinet-social .profile-item-categors img {
    width: 30px;
    height: 30px
}

.profile-sections .profile-item-categors {
    padding-left: 41px
}

.select-prev__list .rating-custom {
    margin-bottom: 3px !important
}

.rating-custom .star:after {
    width: 18px;
    height: 18px
}

.rating-custom .star:after, .reviewsSlider__item .rating-custom .star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/svg/Star7.svg);
    display: block
}

.reviewsSlider__item .rating-custom .star:after {
    width: 23px;
    height: 23px
}

.feedbackForm-box .rating-custom .star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-image: url(../img/svg/Star9.svg);
    display: block
}

.info-block {
    padding: 8px 25px 8px 0;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    border-radius: 5px;
    margin: 30px 0
}

.info-block:last-child {
    margin-bottom: 0
}

.info-block__content {
    position: relative;
    padding-left: 70px
}

.info-block__content:before {
    content: "";
    background-image: url(../img/svg/Vector25.svg);
    width: 23px;
    height: 24px;
    display: block;
    padding-right: 21px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%)
}

.info-block b {
    font-weight: 700;
    display: inline
}

.katalog .rating-custom .act-star {
    margin: 0 .5px
}

.cabinet__body .rating-custom {
    margin-top: 1px
}

.cabinet__body .rating-custom .star {
    margin-right: 3px
}

.reviewsSlider__item .rating-custom .star {
    margin-right: 5px
}

.feedbackForm-box .rating-custom .star {
    margin-right: 20px
}

.reviews__item .rating-custom {
    margin-bottom: 12px !important
}

.rating-custom .act-star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url(../img/svg/Star6.svg) !important;
    display: block
}

.reviewsSlider__item .rating-custom .act-star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-image: url(../img/svg/StarSlider.svg) !important;
    display: block
}

.feedbackForm-box .rating-custom .act-star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-image: url(../img/svg/Star8.svg) !important;
    display: block
}

.profile-header .profile-item-categors img {
    width: 28px
}

.profile-item-name {
    line-height: 22px
}

.profile-item-name, .profile-item-name a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #aaa
}

.profile-item-name a {
    line-height: 21px
}

.choose__tarriff-items-act .choose__tarriff-renew {
    border: 1.5px solid #00ac6e;
    background: #fff;
    color: #00ac6e
}

.profile-item-info {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    color: #444
}

.profile-item-info p {
    margin-bottom: 21px
}

.profile-item-info p:last-child {
    margin-bottom: 0
}

.profile-header {
    margin-bottom: 20px
}

.profile-header:last-child {
    margin-bottom: 0
}

.profile-resume {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    overflow: hidden;
    margin-bottom: 20px
}

.show-resume p {
    margin-bottom: 21px
}

.resume-btn {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #00c2ff
}

.agreement-section ul li {
    margin: 5px 0
}

.profile-info .profile-subTitle {
    margin-bottom: 21px;
    margin-right: auto
}

.show-resume {
    height: auto;
    padding-bottom: 17px
}

.show-resume, .show-resume p:last-child {
    margin-bottom: 0
}

.resume-box {
    padding-bottom: 13px
}

.padding {
    padding-bottom: 30px
}

.profile-subTitle span {
    color: #aaa
}

.reviews-box .profile-subTitle span {
    color: #aaa;
    margin-left: 5px
}

.select__box {
    display: flex;
    align-items: center
}

.remove-item:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/Vectorcl.svg);
    margin-right: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover
}

.remove-item {
    width: 20px;
    height: 16px;
    margin-right: 0
}

.profile__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px
}

.reviews-box .profile-subTitle {
    margin-bottom: 0
}

.select__box .selectric {
    width: 192px;
    height: 36px;
    background: #f2f2f2;
    border-radius: 5px
}

.select__box .selectric .label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 21px;
    padding: 3px 28px 7px 13px;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center
}

.select__box .selectric .button {
    display: block !important;
    width: 27px;
    height: 34px;
    line-height: 38px;
    background-color: transparent;
    color: #bbb
}

.filter-box .select__box .selectric {
    width: 192px
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000 !important;
    border-bottom: none
}

.reviews-sort {
    margin-right: 22px
}

.reviews-sort, .select__box .selectric-items li, .selectric-items ul {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000
}

.select__box .selectric-items li, .selectric-items ul {
    padding-left: 13px
}

.select__box .selectric-items ul {
    padding-left: 0
}

.select__box .selectric-items li {
    padding: 8px 13px
}

.xdsoft_autocomplete_dropdown div:hover {
    color: #444 !important
}

.promo-container {
    padding-right: 20px
}

.cabinet__body .resume-link {
    margin-right: 10px
}

.cabinet__body .resume-link + .status-registr {
    display: inline-block;
    margin-top: 10px
}

.cabinet__list.promo-container {
    margin-right: 20px
}

.cabinet__body.promo-container {
    max-width: 761px
}

.education__content {
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    max-width: 500px;
    color: #444;
    position: relative;
    margin-right: 0
}

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

.education__content-box {
    border: 1px solid #ddd;
    max-width: 532px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    margin-right: 30px
}

.promo__title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-bottom: 30px
}

.promo__title span {
    color: #6aa0ed;
    font-weight: 500
}

.select-prev__list img {
    border-radius: 5px
}
#not-found-posts{
    color: #444444;
    font-family: Nunito, sans-serif;
}
.user-not-found {
    text-align: center;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    margin-top: 18px
}

.xdsoft_input {
    padding-right: 33px
}

.promo-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #6aa0ed;
    margin-bottom: 20px;
    text-align: center
}

.profile__info-box .profile-link:first-child {
    border-top: .5px solid #79b530
}

.section-text {
    background: #fff
}

.text-wrap {
    font-family: Nunito, sans-serif;
    padding: 60px 0
}

.text-wrap p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px
}

.text-wrap h2, .text-wrap h3, .text-wrap p {
    font-style: normal;
    line-height: 20px;
    color: #888
}

.text-wrap h2, .text-wrap h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 13px
}

.text-wrap h4, .text-wrap h5, .text-wrap h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-top: 27px;
    color: #888;
    margin-bottom: 15px
}

.text-wrap p b, .text-wrap p strong {
    font-weight: 700
}

.text-wrap b, .text-wrap strong {
    font-weight: 600
}

.text-wrap img:nth-child(odd) {
    float: left;
    margin-right: 20px
}

.text-wrap img:nth-child(2n), .text-wrap img:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 1px;
    max-width: 450px;
    max-height: 407px;
    object-fit: contain
}

.text-wrap img:nth-child(2n) {
    float: right;
    margin-left: 20px
}

.text-wrap a {
    color: #83b941;
    font-weight: 600;
    display: inline
}

.promo-wrap {
    display: flex;
    margin: 0 -10px;
    width: 101%
}

.promo-item {
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 33.33%;
    margin: 0 8px;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px
}

.promo-item:last-child {
    margin-right: 0
}

.promo-items {
    margin: 0 -10px
}

.promo-items__img {
    border: 2px solid #79b530;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.block {
    display: block !important
}

.promo-items__title {
    font-weight: 500;
    font-size: 20px;
    color: #888;
    margin-bottom: 10px;
    text-align: center
}

.promo-items__title, .status-crop {
    font-family: Roboto, sans-serif;
    line-height: 18px
}

.status-crop {
    font-size: 16px;
    margin-bottom: 20px
}

.gender-box .profile__type .radio:last-child {
    margin-bottom: 0
}

.gender-box .profile__type .input-wrapper {
    margin-bottom: 10px
}

.promo-box, .promo__list, .promo__list li {
    margin-bottom: 30px
}

.promo__list li {
    display: flex;
    align-items: center
}

.promo__list li:last-child {
    margin-bottom: 0
}

.promo__list-wrap .promo-title {
    margin-bottom: 20px
}

.promo__list-number {
    width: 60px;
    height: 60px;
    border: 2px solid #79b530;
    margin-right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #444
}

.choose__tarriff-month {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px
}

.choose__tarriff-month, .choose__tarriff-price {
    font-family: Roboto, sans-serif;
    color: #444;
    text-align: center
}

.choose__tarriff-price {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px
}

.choose__tarriff-item {
    max-width: 160px
}

.choose__tarriff-items {
    display: flex;
    justify-content: space-between
}

.choose__tarriff-renew {
    width: 160px;
    height: 48px;
    background: #fff;
    border: 1.5px solid #6aa0ed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #6aa0ed
}

.promo__list-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 88%
}

.promo-items__text, .promo__list-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #444
}

.promo-items__text {
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.reviews__item {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd
}

.reviews__item > img {
    width: 100px;
    height: 100px;
    margin-right: 40px;
    display: none
}

.reviews__user {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 9px;
    color: #000
}

.reviews__date, .reviews__text {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

.reviews__container .star-rating {
    margin-bottom: 10px;
    height: 20px;
    margin: 0 0 10px;
    display: flex;
    flex-direction: row;
    font-size: 1.55em;
    justify-content: space-around;
    text-align: center;
    width: 4.6em;
    margin-left: -1px
}

.reviews__container {
    position: relative;
    width: 100%
}

.presentation {
    padding-bottom: 22px
}

.reviews-box {
    padding-top: 26px;
    padding-bottom: 15px
}

.all__reviews {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select-box {
    content: "";
    width: 100%;
    height: 180px;
    background: transparent;
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none
}

.warning-modal {
    font-family: Roboto, sans-serif;
    font-style: normal;
    padding: 25px 30px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 440px;
    position: relative
}

.warning-modal__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #444;
    margin-bottom: 10px
}

.warning-modal .error-file {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    position: relative
}

.warning-modal .error-file:before {
    content: "";
    background-image: url(../img/svg/Vector25.svg);
    width: 23px;
    height: 24px;
    display: block;
    padding-right: 15px;
    background-repeat: no-repeat
}

.warning-modal .error-file:last-child {
    margin-bottom: 0
}

.warning-modal .arcticmodal-close {
    position: absolute;
    right: 25px;
    top: 25px
}

.warning-modal .arcticmodal-close:before {
    content: "";
    background-image: url(../img/svg/Vector13.svg);
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover
}

.status_modal {
    display: none;
    border-radius: 10px
}

.status_modal .fancybox-button {
    padding: 0;
    width: 18px;
    height: 18px;
    margin: 20px 25px 0 0
}

.status_modal .fancybox-button svg {
    display: none
}

.status_modal .fancybox-button:after {
    content: "";
    background-image: url(../img/svg/Vector13.svg);
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat
}

.status_modal {
    padding: 30px 40px;
    max-width: 580px
}

.status_modal__text {
    text-align: center
}

.status_modal__text div {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    color: #888
}

.status_modal__text div, .status_modal__text p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.status_modal__text p {
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.fancybox-slide .status_modal {
    display: inline-block
}

.filrer-categor-act .select-prev > .select-wrap {
    z-index: 1
}

.afterBox + .remove-items + .select-box, .afterBoxMob + .remove-items + .select-box {
    display: block
}

.selectSection__wrap .select-box {
    height: 180px
}

.xdsoft_autocomplete_hint {
    border-radius: 5px;
    outline: none
}

.all__reviews-btn {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    color: #000
}

.all__reviews-btn:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 24px;
    right: -32px;
    top: 50%;
    transform: translateY(-49%)
}

.parametrForm .cancel-img {
    right: -1px
}

.add-reviews {
    position: relative;
    width: 150px;
    height: 32px;
    background: #79b530;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #fff
}

.add-reviews:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector9.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.reviews__item--group {
    overflow: hidden
}

.new-box {
    order: 1
}

.profile-foto {
    display: flex;
    margin: 0 -10.5px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    width: calc(100% + 21px);
    overflow: hidden
}

.profile-foto a {
    width: 25%;
    padding: 0 11.5px;
    padding-bottom: 17px;
    cursor: pointer;
    display: block
}

.profile-foto img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    max-height: 180px;
    border-radius: 5px
}

.hide-item {
    display: none !important
}

.show-all .hide-item, .show-resume > p {
    display: flex !important
}

.choose__tarriff-act {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px
}

.foto-box .all__reviews-btn {
    margin: 0 auto;
    display: inline-block;
    width: max-content
}

.profile-body {
    display: flex
}

.profile-footer {
    width: 100%;
    max-width: 310px;
    margin-left: 30px;
    overflow: hidden
}

.profile-img {
    width: 100%
}

.profile-cap {
    width: auto;
    display: block;
    margin: 0 auto
}

.profile-box {
    padding-bottom: 16px
}

.profile-link {
    padding: 20px 0;
    border-bottom: .5px solid #79b530
}

.profile__info-box .profile-link:nth-child(2) .profile-item-name {
    line-height: 24px;
    padding-top: 0
}

.profile-link .profile-item-categors {
    margin-bottom: 20px;
    padding-left: 0
}

.profile-link .profile-item-categors .profile-item-name {
    padding-top: 1.5px;
    color: #444
}

.profile-link .profile-item-categors .profile-item-name a {
    color: #444
}

.profile-link .profile-item-categors:last-child {
    margin-bottom: 0
}

.social-link .profile-item-categors {
    margin-right: 0;
    width: 50%;
    padding: 0 27px;
    margin-bottom: 25px
}

.social-link .profile-item-categors:last-child, .social-link .profile-item-categors:nth-child(3) {
    margin-bottom: 0
}

.social-link {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap
}

.foto-box {
    padding-bottom: 19px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.not-foto img {
    width: 180px;
    height: 180px
}

.not-foto {
    justify-content: center;
    display: flex
}

.nav-items ul li:last-child a:after {
    display: none
}

.nav-items ul li a span span {
    color: #444;
    display: inline-block;
    margin-left: 9px
}

.filter-box {
    align-items: center
}

.filter-box, .katalog {
    display: flex;
    justify-content: space-between
}

.filrer-categor, .select-list {
    width: 100%;
    max-width: 270px
}

.filter-box {
    margin-bottom: 12px
}

.filter-box .nav-items {
    margin-bottom: 0
}

.cabinet-data__wrap .change-email-btn {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0
}

.select-castom .selectric-wrapper .selectric {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    height: 55px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.select-castom .selectric-wrapper .selectric .button {
    display: none !important
}

.select-castom .selectric-wrapper .label {
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    margin-left: 21px;
    color: #444;
    display: flex;
    align-items: center;
    padding-bottom: 2px
}

.authorizationForn .authorization__wrap, .registrForm .authorization__wrap .authorization__input:last-child {
    margin-bottom: 25px
}

.confirm_password-modal .registr__wrap .authorization__input, .passwordReapedForm .authorization__input, .passwordReapedForm .registr__wrap, .typeProfile .registr__wrap {
    margin-bottom: 22px
}

.passwordReapedForm .password_reaped-btn {
    margin-top: 5px
}

.select-castom .selectric-wrapper .selectric:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 9px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.select-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #444
}

.select__wrap .selectric-wrapper {
    width: 100%;
    height: 55px
}

.select__wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px
}

.select-castom .select__box .selectric-items li, .selectric-items ul {
    padding: 0;
    margin-top: 3px
}

.select-castom .selectric-items li {
    padding-left: 13px
}

.act-box {
    display: none !important
}

.seniority-day, .seniority-month, .seniority-year {
    text-align: center;
    padding: 0 2px !important
}

.select-castom .selectric-items li {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    padding-left: 22px;
    background: #fff
}

.select-castom .selectric-items {
    border: none
}

[type=radio]:not(:checked), input[type=radio]:checked {
    position: absolute;
    left: -9999px
}

[type=radio]:not(:checked) + label.label-input, input[type=radio]:checked + label.label-input {
    padding-left: 66px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    position: relative;
    width: 100%;
    padding-top: 8px;
    max-width: 83%;
    font-size: 30px;
    line-height: 37px;
    text-align: justify;
    color: #000
}

.listItem__info-type {
    margin-bottom: 10px;
    margin-top: -10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #888
}

[type=checkbox]:not(:checked), input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

[type=checkbox]:not(:checked) + label.label-input, input[type=checkbox]:checked + label.label-input {
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    position: relative;
    width: 100%;
    padding-top: 2.5px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.footer a > img {
    width: 190px;
    height: 62px
}

.footer span > img {
    width: 190px;
    height: 62px
}

[type=checkbox]:checked + label.label-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    background: #888;
    border: 1px solid #888;
    box-sizing: border-box
}

input[type=checkbox]:not(:checked) + label.label-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd
}

[type=checkbox]:not(:checked) + label.label-input:after, input[type=checkbox]:checked + label.label-input:after {
    content: "";
    position: absolute;
    transition: all .2s ease;
    width: 17px;
    height: 11px;
    border-radius: 5px;
    background: url(../img/Vector24.svg);
    left: 5px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat
}

input[type=checkbox]:not(:checked) + label.label-input:after {
    opacity: 0;
    transform: scale(0)
}

.select-list input[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.select-list [type=radio]:not(:checked) + label.label-input, .select-list input[type=radio]:checked + label.label-input {
    padding-left: 66px;
    line-height: 20px;
    padding-top: 8px;
    max-width: 83%;
    font-size: 30px;
    line-height: 37px;
    text-align: justify;
    color: #000
}

input[type=radio]:checked + label.label-input {
    font-weight: 700
}

[type=radio]:checked + label.label-input:before {
    background: #7ac340
}

[type=radio]:checked + label.label-input:before, input[type=radio]:not(:checked) + label.label-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #7ac340
}

input[type=radio]:not(:checked) + label.label-input:before {
    background: #fff
}

[type=radio]:not(:checked) + label.label-input:after, input[type=radio]:checked + label.label-input:after {
    content: "";
    position: absolute;
    transition: all .2s ease;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: url(../../img/check1.svg);
    left: 12px;
    top: 12px
}

input[type=radio]:not(:checked) + label.label-input:after {
    opacity: 0;
    transform: scale(0)
}

.select-list input[type=radio]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.select-list [type=radio]:not(:checked) + label.label-input, .select-list input[type=radio]:checked + label.label-input {
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    position: relative;
    width: 100%;
    padding-top: 2.5px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.fancybox-infobar {
    font-family: Nunito, sans-serif
}

.select-list [type=radio]:checked + label.label-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    background: #888;
    border: 1px solid #888;
    box-sizing: border-box
}

.select-list input[type=radio]:not(:checked) + label.label-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd
}

.select-list [type=radio]:not(:checked) + label.label-input:after, .select-list input[type=radio]:checked + label.label-input:after {
    content: "";
    position: absolute;
    transition: all .2s ease;
    width: 17px;
    height: 11px;
    border-radius: 5px;
    background: url(../img/Vector24.svg);
    left: 5px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat
}

.select-list input[type=radio]:not(:checked) + label.label-input:after {
    opacity: 0;
    transform: scale(0)
}

.input-wrapper {
    margin-bottom: 13px
}

.select__wrap .input-wrapper:last-child {
    margin-bottom: 0
}

.cabinet-data-logZenter .seniority-item {
    width: 285px
}

.select-prev {
    width: 100%;
    max-width: 810px;
    position: relative
}

.select-prev .ourTherapists-item {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 26px 26px 25px 28px;
    box-shadow: none;
    margin-bottom: 20px
}

.select-prev .listItem__img > img {
    margin-bottom: 1px;
    width: 100px;
    max-height: 100px;
    margin-bottom: 9px
}

.select-prev .listItem__img > a img {
    margin-bottom: 1px;
    width: 100px;
    height: auto;
    margin-bottom: 9px
}

.select-prev .listItem__img > a {
    max-width: 100px
}

.select-prev .filter-btn {
    display: none
}

.select-prev .star-rating {
    margin: 0;
    flex-direction: row;
    font-size: 1.5em;
    width: 4em;
    padding: 0
}

.select-prev .ourTherapists-item {
    height: auto;
    align-items: normal
}

.select-prev .listItem__img {
    justify-content: flex-start
}

.select-prev .listItem__reviews {
    font-size: 14px;
    line-height: 16px;
    color: #018bd9
}

.select-prev .listItem__img {
    margin-right: 20px
}

.select-prev .listItem__info-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #444;
    margin-bottom: 15px
}

.select-prev .town-icon:before {
    content: "";
    position: absolute;
    background-image: url(../img/Vector3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 26px;
    left: -39px;
    top: -3px;
    transform: translate(0)
}

.select-prev .town-price:before {
    background-image: url(../img/Vector8.svg);
    width: 25px;
    left: -38px;
    top: -4px
}

.select-prev .town-classes:before, .select-prev .town-price:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 28px;
    transform: translate(0)
}

.select-prev .town-classes:before {
    background-image: url(../img/Group9.svg);
    width: 28px;
    left: -40px;
    top: -2px
}

.select-prev .address-icon:before {
    content: "";
    position: absolute;
    background-image: url(../img/svg/12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -40px;
    top: -3px;
    transform: translate(0)
}

.select-prev .listItem__info-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #444;
    max-width: 380px
}

.select-prev .price-label {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    max-width: 118px;
    color: #444
}

.select-prev .ourTherapists-btn {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    width: 118px;
    height: 38px;
    color: #fff;
    margin-top: auto
}

.select-prev .listItem__info-btn {
    height: auto;
    display: flex;
    flex-direction: column
}

.select-prev .listItem__info-btn .rating-box {
    margin-bottom: 4px
}

.select-prev .listItem__info-btn .star-rating {
    margin: 0 auto
}

.select-prev .ourTherapists-custom {
    align-items: center;
    padding-top: 34px;
    padding-bottom: 34px
}

.select-prev .ourTherapists-custom .listItem__info-type {
    margin-bottom: 15px
}

.select-prev .ourTherapists-custom .ourTherapists-btn {
    margin-top: 0 !important
}

.select-prev .ourTherapists-custom .listItem__info {
    margin-top: -1px
}

.select-prev .ourTherapists-custom .listItem__img img {
    margin: auto
}

.select-prev .ourTherapists-custom .select-prev .listItem__reviews {
    line-height: 19px
}

.select-prev__list .ourTherapists-item:last-child {
    margin-bottom: 0
}

.pagination-box {
    margin: auto;
    width: max-content;
    display: flex;
    align-items: center;
    padding-left: 14px;
    justify-content: center;
    margin-bottom: 20px
}

.blog .pagination-box {
    margin-bottom: 40px
}

.navigation_pages {
    display: flex;
    align-items: center
}

.parametrForm-ua .conditions-container .bold-box .authorization__input-title {
    padding-top: 6px
}

.pagination-item {
    background: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #ddd;
    text-align: center;
    padding-left: 1px;
    position: relative
}

.navigation_pages li a, .pagination-item {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #79b530;
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation_pages li a {
    width: 100%;
    height: 100%;
    padding-right: 1px
}

.navigation_pages li span {
    margin: 0
}

.navigation_pages li {
    background: #fff;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    width: 30px;
    height: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #79b530;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #ddd;
    text-align: center;
    padding-left: 1px;
    position: relative
}

.pagination-dotc:after {
    content: "...";
    position: absolute;
    bottom: 5px;
    left: 39px
}

.pagination-dotc {
    margin-right: 23px
}

.pagination-box > .pagination-item + span + .pagination-item {
    padding-right: 1.5px;
    padding-left: 0
}

.pagination-box span {
    color: #79b530;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px
}

.pagination-item-act {
    background: #79b530 !important;
    color: #fff;
    border: none
}

.pagination-item-act span {
    color: #fff
}

.pagination-next:after, .pagination-prev:after {
    content: "";
    background-image: url(../img/Vector18.svg);
    width: 7px;
    height: 14px;
    display: block
}

.select-prev .ourTherapists-item:hover {
    border: 1px solid #79b530;
    border-radius: 5px
}

.premium-cart {
    border: 2px solid #79b530 !important;
    position: relative
}

.select-prev .ourTherapists-btn:hover {
    background: #fff;
    border: 1px solid #79b530;
    box-sizing: border-box;
    border-radius: 5px;
    color: #79b530
}

.range-item {
    display: flex;
    position: relative;
    margin-bottom: 21px;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding-left: 12px;
    justify-content: center
}

.range-item input:nth-child(2) {
    margin-right: 10px
}

.range-item input:first-child {
    margin-right: 30px;
    position: relative
}

.range-item input {
    text-align: center
}

.range-item:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #c4c4c4;
    transform: rotate(180deg);
    position: absolute;
    display: block;
    left: 120px;
    top: 18px
}

.pagination-next, .pagination-prev {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none !important;
    position: relative
}

.pagination-next {
    transform: rotate(180deg)
}

.navigation_pages .pagination-next a, .navigation_pages .pagination-prev a {
    position: absolute
}

.navigation_pages .pagination-next, .navigation_pages .pagination-prev {
    width: auto
}

.pagination-dots {
    border: none !important;
    width: auto !important
}

.sliderValue {
    width: 80px;
    height: 36px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    display: flex;
    justify-content: center
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    background: #fff;
    border: 3px solid #79b530;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    outline: none;
    cursor: pointer
}

.status-registr {
    color: #79b530;
    text-align: center;
    margin-top: 20px;
    font-family: Roboto, sans-serif
}

.confirm-email-status {
    padding: 50px 0;
    text-align: center;
    color: #79b530
}

.passwordReapedForm .status-registr {
    margin-top: 15px
}

.ui-widget.ui-widget-content {
    height: 5px;
    background: #79b530;
    border-radius: 10px;
    margin: 0 11px;
    margin-bottom: 10px;
    background: transparent
}

.successful-status {
    color: #79b530 !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em
}

input {
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important
}

.agreements {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    color: #444
}

.agreements h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 5px;
    color: #444
}

.agreements > ul {
    margin-bottom: 15px
}

.agreements > ul > li {
    margin-bottom: 10px
}

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

.agreements > ul ul {
    margin-bottom: 10px
}

.agreements > ul ul:last-child {
    margin-bottom: 0
}

.agreements > ul b, .agreements > ul strong {
    font-weight: 700
}

.range-btn {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    background: #f2f2f2;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 64px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: none
}

.group .input-wrapper {
    margin-bottom: 15px
}

.reviews-box .reviews__item--group {
    margin-top: -11px
}

.reviews-box .profile__container {
    margin-bottom: 42px
}

.selectSection__box-select .selectric-items li:hover {
    background: #f2f2f2;
    color: #444
}

.map {
    width: 100%;
    height: 382px;
    border-radius: 5px
}

.map-box {
    padding-bottom: 22px
}

.map-box .profile-subTitle {
    margin-bottom: 20px
}

.profile-position .container-page {
    padding-bottom: 42px
}

.listItem__reviews-status {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #888;
    margin-bottom: 10px
}

.border-hide {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 14px
}

.online .listItem__info-name {
    margin-bottom: 5px
}

.blog-wrap {
    background: #fff;
    padding: 40px 0 20px
}

.blog {
    display: flex;
    justify-content: space-between
}

.blog__body {
    width: 100%;
    max-width: 770px;
    margin-right: 30px
}

.blog__footer {
    width: 100%;
    max-width: 370px
}

.blog__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #444;
    margin-bottom: 20px
}

.blog__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

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

.blog__item-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 11px;
    border-radius: 5px
}

.blog__item-title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    color: #444;
    max-width: 730px
}

.blog__item-subtitle {
    color: #444;
    margin-bottom: 15px;
    word-wrap: break-word
}

.blog__item-link, .blog__item-subtitle {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px
}

.blog__item-link {
    background: #fff;
    border: 2px solid #79b530;
    box-sizing: border-box;
    width: 170px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79b530;
    border-radius: 5px;
    color: #fff
}

.invers:hover {
    color: #79b530;
    background: #fff;
    border: 2px solid #79b530
}

.aside {
    margin-top: 20px;
}

.aside__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #444
}

.aside__list {
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.aside__item {
    /*min-height: 70px;*/
    margin-bottom: 15px
}

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

.aside__item-img {
    max-width: 100px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    border-radius: 5px
}

.aside__item-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: list-item;
    padding-bottom: 8px;
    list-style-type: none
}

.aside__item-text, .aside p {
    font-style: normal;
    line-height: 19px;
    color: #444;
    word-wrap: break-word
}

.aside p {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 14px;
    max-width: 330px
}

.tag {
    margin-top: 20px;
}

.tag__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #444
}

.tag__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px
}

.tag__item {
    font-family: Nunito, sans-serif;
    background: #F2F2F2;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #888888;
    padding: 10px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.pagination-box {
    margin-top: 20px
}

.catalog-breadcrumbs li div span {
    color: #79b530
}

.catalog-breadcrumbs li div span span {
    color: #444
}

.blog .pagination-box {
    margin-top: 30px
}

.header__logo {
    margin-top: 5px;
    display: inline-block
}

.header__logo img {
    width: 184px;
    height: 60px
}

#slider {
    margin-bottom: 12px
}

.presentation iframe {
    height: 392px;
    width: 100%;
    border-radius: 5px
}

.header__nav li a:hover {
    font-family: Nunito, sans-serif
}

.select-castom .selectric-open .selectric:after {
    content: "";
    position: absolute;
    background-image: url(../img/Vector11.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.select-prev .ourTherapists-item:after {
    display: none
}

.premium-cart:after, .select-prev .ourTherapists-item:after {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 60px;
    height: 56.25px;
    background: url(../img/v1.svg)
}

.premium-cart:after {
    display: block !important
}

.select-container {
    position: relative;
    max-width: 200px
}

.addres-wrap-town .select-container, .addres-wrap .select-container {
    max-width: none
}

.fancybox-image-wrap {
    pointer-events: none
}

.selectSection__box-select .xdsoft_autocomplete_hint {
    border-radius: 5px
}

.directionsStatys {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 38px;
    width: 200px;
    padding-right: 48px;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 0
}

.directionsStatys, .flexselect {
    background: #fff;
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 18px;
    color: #444
}

.flexselect {
    position: relative;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    width: 100%;
    padding-left: 21px;
    line-height: 23px
}

.forgot_password-modal .status-registr {
    margin-top: -2px;
    margin-bottom: 6px
}

.tariff__box > img {
    max-width: 100px;
    max-height: 100px;
    width: 100%
}

.btn-modal-regitr, .redirect-link {
    color: #79b530;
    border-bottom: 1px solid #79b530
}

.cabinet-data__wrap .xdsoft_autocomplete:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    background-image: url(../img/Vector28.svg);
    width: 13px;
    height: 13px;
    top: 44%;
    background-size: contain;
    transform: translateY(-50%)
}

.xdsoft_autocomplete:after {
    background-image: url(../img/Vector12.svg);
    width: 14px;
    height: 9px;
    right: 16px;
    z-index: 3;
    pointer-events: none
}

.actSelect:after, .xdsoft_autocomplete:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%)
}

.actSelect:after {
    background-image: url(../img/Vector11.svg);
    width: 12px;
    height: 12px;
    right: 18px
}

input[type=password] {
    font-size: 20px !important
}

.cabinet-links + .container-page {
    border-radius: 0 0 5px 5px
}

.cabinet-data__wrap .actSelect:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    background-image: url(../img/Vector28.svg);
    width: 13px;
    height: 13px;
    top: 18%;
    background-size: contain;
    transform: translateY(-50%) !important;
    transform: rotate(180deg) !important;
    z-index: 3
}

.xdsoft_autocomplete {
    position: relative
}

.home_uk, .user_home {
    text-align: center;
    padding: 0 10px;
    padding-right: 9px !important
}

.home_uk::placeholder, .user_home::placeholder {
    text-align: center
}

.info-wrap {
    background: rgba(121, 181, 48, .8);
    border-radius: 5px;
    min-height: 60px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    margin-bottom: 18px
}

.info-wrap div {
    font-weight: 900
}

.info-wrap:before {
    content: "";
    background-image: url(../img/iconss.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    display: block;
    margin-right: 20px;
    position: absolute;
    z-index: 3;
    left: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
    padding: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    padding: 5px 0
}

.reviews-box .show-all {
    margin-bottom: 0
}

.reviews-box .all__reviews {
    margin-top: -24px
}

.xdsoft_autocomplete_dropdown div:hover {
    background: #f2f2f2 !important
}

.authorization__links-box .authorization__item {
    flex-direction: row-reverse;
    justify-content: center;
    padding-left: 0
}

.flexselect::placeholder {
    padding: 0;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    margin-left: 21px;
    color: #444
}

.authorization {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    width: 100%;
    max-width: 423px
}

.authorization__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #444;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.authorization__links-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.authorization__item {
    min-width: 200px;
    height: 44px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3c4043;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 5px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    position: relative;
    text-decoration: none;
    transition: background-color .2s, border-color .2s, box-shadow .2s
}

.authorization__item:hover {
    background-color: #f8f9fa;
    border-color: #d2d3d4
}

.authorization__item:active {
    background-color: #f1f3f4;
    box-shadow: 0 1px 2px rgba(60, 64, 67, .12)
}

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

.authorization__fb {
    background: #395799;
    color: #fff;
    border-color: #395799
}

.authorization__fb:after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url(../img/links/Vector1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.authorization__facebook {
    background: #395799;
    color: #fff;
    border-color: #395799
}

.authorization__facebook:after {
    content: "";
    width: 7px;
    height: 14px;
    background-image: url(../img/links/Vector1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.authorization__google {
    background: #fff;
    color: #3c4043;
    border-color: #dadce0
}

.authorization__google:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/links/google-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.header-ua-lang .header__nav li:first-child {
    padding-right: 51px
}

.header-ua-lang .header__nav li:last-child {
    padding-right: 52px;
    border-right: none
}

.header-ua-lang .header__nav li:nth-child(2) {
    padding-right: 54px
}

.authorization__twitter {
    background: #d34231
}

.authorization__twitter:after {
    background-image: url(../img/links/Group.svg)
}

.authorization__twitter {
    background: #48aee5
}

.authorization__twitter:after {
    content: "";
    width: 13.6px;
    height: 11.3px;
    background-image: url(../img/links/XMLI.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.authorization__linked {
    background: #0274b3
}

.authorization__linked:after {
    content: "";
    width: 14.6px;
    height: 13.9px;
    background-image: url(../img/links/Vector2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.authorization__linkedin {
    background: #0274b3
}

.authorization__linkedin:after {
    content: "";
    width: 14.6px;
    height: 13.9px;
    background-image: url(../img/links/Vector2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px
}

.popular__item {
    margin-bottom: 20px
}

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

.authorization__input {
    display: flex;
    align-items: center
}

.error-valid + input + label.error {
    display: none !important
}

.authorization__input-title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-right: 30px;
    color: #444;
    width: 70px;
    display: block
}

.authorizationForn .authorization__input-title {
    font-weight: 800
}

.authorization .input-box input {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 323px;
    height: 38px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #444
}

.authorization .input-box input::placeholder {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #c4c4c4
}

.login-out {
    margin-left: 30px
}

input[name=password], input[name=password_reaped] {
    padding-right: 45px !important
}

.cabinet__body .input-box input::placeholder {
    line-height: 30px
}

.registr__wrap .input-box input::placeholder {
    line-height: 30px
}

.login-box {
    margin-bottom: 20px
}

.confirm input[type=checkbox]:checked + label.label-input:before {
    top: 2px
}

.authorization__wrap {
    margin-bottom: 17px
}

.authorization__wrap .authorization__input {
    margin-bottom: 20px
}

.authorization__wrap .authorization__input:last-child {
    margin-bottom: 0
}

.confirm input[type=checkbox]:checked + label.label-input:before, .confirm input[type=checkbox]:not(:checked) + label.label-input:before {
    width: 16px;
    height: 16px
}

.confirm input[type=checkbox]:checked + label.label-input:after, .confirm input[type=checkbox]:not(:checked) + label.label-input:after {
    width: 10px;
    height: 10px;
    left: 3.8px;
    top: 5.5px
}

.confirm input[type=checkbox]:checked + label.label-input, .confirm input[type=checkbox]:not(:checked) + label.label-input {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444;
    padding-top: 0
}

.come-btn {
    width: 170px;
    height: 48px;
    background: #79b530;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    transition: .4s ease-out .2s
}

.authorizationForn .come-btn {
    font-size: 18px
}

.authorization__content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.registr-title {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    margin-bottom: 15px
}

.leavingModal .status-registr {
    margin-top: 25px
}

.registr-btn {
    background: #73a8db;
    border-radius: 5px;
    width: 170px;
    height: 48px;
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.forgotPassword, .registr-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px
}

.forgotPassword {
    font-family: Arial;
    color: #779dd2
}

.registr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.authorization-page {
    padding-top: 14px
}

.authorization__content .input-wrapper {
    margin-bottom: 17px
}

.authorizationForn .authorization__content .input-wrapper {
    padding-left: 100px
}

.quickRegistration {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    margin-bottom: 5px
}

.registr-page .authorization__title {
    margin-bottom: 10px
}

.registr__wrap .authorization__input {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 18px
}

.show-resume .show-item {
    display: none !important
}

.profile-footer .profile-item-categors {
    max-width: none;
    padding-right: 10px
}

.registr__wrap .input-box input {
    width: 100%;
    max-width: none
}

.sections-box .confirm input[type=checkbox]:checked + label.label-input, .sections-box .confirm input[type=checkbox]:not(:checked) + label.label-input {
    font-size: 18px;
    line-height: 21px;
    padding-left: 30px
}

.registr__wrap .input-box {
    width: 100%
}

.bold-box .authorization__input-title {
    font-weight: 700;
    margin-top: 5px !important
}

.parametrForm .bold-box .authorization__input-title {
    line-height: 20px;
    margin-top: 0 !important
}

.addres-wrap-town.bold-box, .addres-wrap.bold-box {
    margin-bottom: 10px !important
}

.registr__content .authorization__input-title {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    margin-bottom: 10px;
    max-width: none;
    width: 100%
}

.profile__type input[type=radio]:not(:checked) + label.label-input:before {
    width: 16px;
    height: 16px;
    border: 1px solid #79b530
}

.profile__type input[type=radio]:checked + label.label-input:before {
    width: 16px;
    height: 16px;
    border: 1px solid #79b530;
    background: transparent
}

.profile__type input[type=radio]:checked + label.label-input:after, [type=radio]:not(:checked) + label.label-input:after {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    left: 4px;
    top: 4px;
    background: #79b530
}

.profile__type input[type=radio]:checked + label.label-input, [type=radio]:not(:checked) + label.label-input {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding-left: 31px;
    padding-top: 1px;
    color: #444;
    height: fit-content;
    min-height: auto;
    margin-bottom: 0
}

.registr__content .input-wrapper {
    margin-bottom: 15px;
    padding-left: 24px;
    margin-top: -2px
}

.registr__content .input-wrapper:last-child {
    margin-bottom: 0
}

.label-input a {
    color: #779dd2
}

.profile__type {
    margin-bottom: 26px
}

.act-file .settings-img {
    display: block;
    cursor: not-allowed
}

.act-file .media-box {
    display: none !important
}

.act-file .user_img__file {
    pointer-events: none
}

.accept {
    margin-bottom: 25px;
    padding-left: 0 !important;
    margin-bottom: 26px !important
}

.listItem__info-name + .listItem__info-content {
    margin-bottom: 19px
}

.registrFrof-btn {
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    background: #79b530;
    border-radius: 5px;
    width: 300px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.actSpiner {
    transition: .5s ease-out .2s
}

.registr__content {
    border: none;
    margin-bottom: 0
}

.registr-page {
    padding-bottom: 0
}

.blog__page-text {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #444;
    margin-bottom: 20px;
}

.blog__page-text a {
    color: #83b941
}

.blog__page-text p {
    word-wrap: break-word;
    margin-top: 10px;
    margin-bottom: 5px !important;
    font-size: 18px;
    font-family: Nunito, sans-serif;
}


.blog__page-text p b {
    font-weight: 900;
}

.blog__page-text ul {
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 18px;
    font-family: Nunito, sans-serif;
}


.blog__page-text ul li::before {
    content: "\2022";
    font-weight: bold;
    font-size: 21px;
    display: inline-block;
    width: 1em;
}

.blog__page-text ol li:before {
    content: counter(num) '. ';
    display: inline-block;
    width: 20px;
    color: black;
}

.blog__page-text ol li {
    counter-increment: num;
}

.blog__page-text ol {
    margin: 0 0 15px;
    font-size: 18px;
    font-family: Nunito, sans-serif;
}

.blog__page-text p:last-child {
    margin-bottom: 0
}

.popular__title {
    font-family: Nunito, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
}

.popular__item {
    max-width: 722px;
    background: #fff
}

.tegs-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.aside__item > div, .popular__item > div {
    display: inline
}

.popular__item-wrap {
    padding: 21px 25px 21px 23px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.popular__item img {
    width: 100%;
    max-width: 210px;
    height: 150px;
    margin-right: 15px;
    float: left;
    border-radius: 5px;
    object-fit: cover;
    object-position: center
}

.popular__item-title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
    color: #444;
    word-wrap: break-word
}

.number-container {
    position: relative
}

.show-number {
    width: 120px;
    right: 0;
    position: absolute;
    width: 142px;
    height: 20px;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    background: #ffffffed;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #c4c4c4;
    line-height: 18px
}

.popular__item-text, .show-number {
    font-style: normal;
    font-weight: 400
}

.popular__item-text {
    font-family: Nunito, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    word-wrap: break-word
}

.blog__page .blog__item {
    margin-bottom: 15px;
    margin-bottom: 21px
}

.blog__page-wrap {
    padding-bottom: 80px
}

.error {
    width: 100%;
    max-width: 827px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 79px
}

.error__img {
    width: 252px;
    height: auto;
    margin-bottom: 10px
}

.error__title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #444;
    margin-top: 13px
}

.error__title span {
    color: #79b530
}

.error .error__box {
    margin-top: 2px
}

.error__wrap {
    height: calc(100% - 40px);
    padding-bottom: 40px
}

.error__wrap .container-page {
    height: 100%;
    display: flex;
    align-items: center
}

.selectric-items li.highlighted, .selectric-items li:hover {
    background: #f2f2f2
}

.add-reviews:active {
    padding-right: 11px
}

.feedbackForm {
    background: #fff;
    border-radius: 10px;
    width: 770px;
    display: none;
    padding: 20px 30px
}

.feedbackForm .authorization__input-title {
    font-size: 21px;
    line-height: 29px
}

.feedbackForm .star-rating {
    margin: 0;
    margin-bottom: 15px;
    font-size: 3.3em;
    width: 280px;
    margin-left: 99px !important;
    flex-direction: row-reverse
}

.input-wrap input {
    padding-right: 20px;
    width: 440px;
    height: 46px
}

.feedbackForm-coment textarea, .input-wrap input {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #444;
    padding-left: 20px
}

.feedbackForm-coment textarea {
    resize: none;
    margin-bottom: 0 !important
}

textarea {
    resize: none;
    outline: none
}

.input-wrap input::placeholder {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #c4c4c4
}

.feedbackForm-coment textarea::placeholder {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #c4c4c4
}

.arcticmodal-container_i2 .feedbackForm {
    display: block
}

input, input:focus {
    outline: none
}

.feedbackForm__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000
}

.feedbackForm-coment textarea {
    width: 100%;
    height: 180px;
    padding: 20px;
    outline: none
}

.feedbackForm__cancel {
    color: #444;
    width: 120px;
    background: #d5d6db;
    margin-right: 10px
}

.feedbackForm__cancel, .feedbackForm__confirm {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    height: 46px;
    border-radius: 5px
}

.feedbackForm__confirm {
    width: 130px;
    background: #79b530;
    color: #fff
}

.no-select-valid .citiSelect {
    border-radius: 5px 5px 0 0 !important
}

.mesage-select {
    position: absolute;
    z-index: 4;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    right: 0;
    left: 0;
    height: 38px;
    padding-left: 10px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #444;
    top: 38px
}

.feedbackForm__btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.feedbackForm-coment {
    margin-left: 101px
}

.arcticmodal-overlay {
    background-color: #000;
    opacity: .8 !important
}

label.error {
    color: red;
    height: auto;
    display: inline;
    margin: 0;
    width: auto;
    padding: 0;
    position: absolute;
    font-size: 13px;
    bottom: -15px;
    font-family: Roboto, sans-serif;
    left: 0;
    text-align: left
}

input.error {
    border: 1px solid #dd2626 !important;
    margin-bottom: 0 !important
}

.ui-slider .ui-slider-range {
    background: #79b530 !important
}

.selectric-scroll ul li:nth-child(2) {
    border-radius: 5px 5px 0 0
}

.pdf-message {
    max-width: 300px;
    text-align: center
}

.selectric-scroll ul li:last-child {
    border-radius: 0 0 5px 5px
}

.selectric-open .selectric-items {
    border-radius: 5px
}

.offer-btn:hover {
    background: #79b530;
    color: #fff
}

.slider .ourTherapists__find {
    padding-left: 0
}

.profile-link .profile-item-categors {
    align-items: start
}

.profile-link .profile-item-categors img {
    margin-top: -1px
}

.cabinet {
    display: flex;
    justify-content: space-between;
    width: 340px;
    width: 100%;
    align-items: flex-start
}

.cabinet__body {
    width: 100%;
    max-width: 740px
}

.cabinet__title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    text-align: left;
    padding-bottom: 10px;
    color: #444;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.cabinet__list {
    width: 340px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 27px 20px 20px 19px;
    margin-right: 30px
}

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

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

.cabinet__item-img {
    margin-right: 16px;
    height: 34px;
    width: 34px
}

.cabinet__item-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #444
}

.cabinet__item-act .cabinet__item-title {
    font-weight: 500
}

.tariff__place {
    background: #6aa0ed
}

.tariff {
    max-width: 355px;
    width: 100%;
    padding: 20px 17px 24px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0 15px 20px
}

.tariff, .tariff:hover {
    transition: .5s
}

.tariff__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    min-height: 105px
}

.tariff__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: center;
    padding-right: 17px
}

.tariff__box-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px
}

.tariff__box-title, .tariff__btn {
    font-family: Nunito, sans-serif;
    font-style: normal
}

.tariff__btn {
    width: 170px;
    height: 52px;
    background: #79b530;
    border-radius: 10px;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto
}

.tariff__katalog {
    background: #eba140
}

.tariff__online {
    background: #00ac6e
}

.tariff__all {
    background: #8fddc1
}

.tariff__btn:hover {
    background: #fff;
    color: #79b530
}

.tariff__all .tariff__title {
    text-align: center
}

.select-wrap {
    position: relative
}

.remove-items {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 6px;
    top: 20%;
    z-index: 4;
    pointer-events: none
}

.actSelect + .remove-items {
    pointer-events: all
}

.tariff__act {
    background: #00ac6e;
    color: #fff
}

.tariff__act svg path {
    fill: #fff
}

.tariff__period {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tariff__period-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #888;
    margin-bottom: 9px;
    display: flex;
    align-items: center
}

.cabinet-links .cabinet-link:first-child {
    border-radius: 5px 0 0 0
}

.cabinet-links .cabinet-link:last-child {
    border-radius: 0 5px 0 0
}

.authorizationForn .spinner {
    right: 16px
}

.registrForm .spinner {
    right: 17.5px
}

.resume-link .spinner {
    right: 6px
}

.tariff__act .tariff__box-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    max-width: 200px;
    color: #fff
}

.tariff__act .tariff__period-text {
    width: 170px;
    height: 52px;
    background: #fff;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center
}

.inform-bar {
    margin-bottom: 20px;
    display: flex
}

.inform-bar__progres-bar svg {
    display: block;
    height: 100%
}

.inform-bar__progres-bar #progress {
    width: 125px;
    height: 125px
}

.inform-bar__progres-bar .progressbar-text {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #444 !important
}

.inform-bar__text {
    margin: auto;
    margin-left: 20px;
    flex-wrap: wrap
}

.inform-bar__text a {
    display: inline-flex;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    min-width: 248px;
    margin-bottom: 10px
}

.inform-bar__text a p {
    margin-left: 10px
}

.tariff__act .tariff__period-title {
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0
}

.tariff__period-title:after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/Group629.svg);
    margin-left: 5px;
    display: block
}

.mapForm .info-block {
    margin: 20px 0
}

.custom-header {
    position: absolute;
    right: -9px;
    display: flex;
    flex-direction: column;
    width: 64px;
    height: 78px;
    mix-blend-mode: normal;
    border-radius: 5px;
    padding: 6px 10px;
    justify-content: space-between;
    line-height: 29px;
    top: 0;
    margin-right: 0 !important;
    cursor: pointer;
    z-index: 3
}

.header-lang-act {
    background: rgba(68, 68, 68, .8)
}

.header-lang-act .custom-header-arrow:after {
    transform: rotate(180deg);
    margin-top: -2px
}

.custom-header a {
    display: none
}

.header-lang-act a {
    display: flex
}

.header__cabinet-btn {
    margin-right: 40px !important
}

.custom-header-arrow:after {
    content: "";
    width: 14px;
    height: 9px;
    background-image: url(../img/header-logoped.svg);
    margin-right: 10px;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    object-fit: cover;
    background-repeat: no-repeat
}

.custom-header-arrow {
    display: flex;
    align-items: center;
    font-family: Nunito
}

.conditions-container .directionsStatys {
    margin-bottom: 0
}

.conditions-container .cabinet-data__wrap .xdsoft_autocomplete:after {
    top: 57%
}

.seniority-items {
    margin-top: 10px;
    margin-bottom: 0
}

.conditions-container .cabinet-data__wrap .actSelect:after {
    top: 23%;
    right: 10px
}

.tariff__period-text {
    padding: 10px 12px;
    max-width: 260px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #888
}

.select-list .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
    line-height: 45px
}

.tariff__act .tariff__box {
    margin-bottom: 28px
}

.resume {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 26px
}

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

.resume__box {
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    height: 34px;
    display: flex;
    align-items: center;
    padding-left: 24px
}

.resume__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
    color: #444
}

.resume__text {
    padding: 30px 30px 27px
}

.resume__content {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.resume__content p {
    margin-bottom: 20px
}

.resume__content p:last-child {
    margin-bottom: 0
}

.resume__box.ua:after {
    content: "UA";
    margin-left: 1px
}

.resume__box.ru:after, .resume__box.ua:after {
    width: auto;
    height: 20px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: 0.5px;
    cursor: help
}

.resume__box.ru:after {
    content: "RU";
    margin-left: 5px
}

.resume_uk {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    overflow: hidden;
    color: #444;
    width: 100%;
    outline: none;
    height: 100px;
    border: none
}

.cabinet-link > img {
    margin-right: 15px;
    max-width: 31px;
    max-height: 30px
}

.resume_uk::placeholder {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ddd
}

.resume-link {
    width: 170px;
    height: 48px;
    background: #79b530;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    position: relative;
    transition: .5s ease-out .2s
}

.mapForm .info-block__content:before {
    background-image: url(../img/Vector77.svg) !important
}

.cabinet-links {
    display: flex
}

.cabinet-link {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff
}

.cabinet-prof:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/Group5.svg);
    margin-right: 15px;
    display: block
}

.cabinet-prof {
    background: #6aa0ed;
    border-radius: 5px 0 0 0
}

.combo-select-dropdown input, .combo-select-dropdown li {
    padding: .6rem 1rem;
    margin: 0
}

.combo-select-dropdown li {
    position: relative;
    font-size: 12px
}

.combo-select-dropdown ul {
    list-style: none;
    padding: 0;
    position: relative;
    background: #fff
}

.password_reaped-btn {
    width: 170px
}

.autirization .input-box {
    max-width: 323px
}

.combo-select-dropdown li li:hover {
    color: #fff;
    background-color: grey
}

.combo-select-dropdown li li.current {
    color: #fff;
    background-color: pink
}

.select-list-group-list {
    position: absolute !important;
    background: #fff;
    z-index: 3
}

.expert__box .seniority-item:after {
    display: none
}

.combo-select-dropdown li li.active {
    color: #fff;
    background-color: skyblue
}

.select-list-group {
    position: relative
}

.select-list-group, .select-list-group * {
    width: 100%
}

.select-list-group .select-list-group-search + .select-list-group__toggle:after {
    content: "v";
    font-family: sans-serif;
    position: absolute;
    top: .6rem;
    right: .7rem;
    width: 2rem;
    padding: .6rem;
    text-align: center
}

.parametrForm .bold-box .authorization__input-title {
    padding-right: 5px
}

.select-list-group .select-list-group-search:focus + .select-list-group__toggle:after {
    content: "^"
}

.select-list-group [data-toggle=false] {
    display: none
}

.select-list-group [data-toggle=true] {
    display: inherit
}

.select-list-group li[data-display=false] {
    display: none
}

.select-list-group li[data-display=true] {
    display: inherit
}

.select-list-group li[data-highlight=false] {
    border-left: 0
}

.cabinet-info .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
    background: #0097cf;
    color: #444 !important;
    background: #f2f2f2 !important
}

.promo-title.catalog-town, .promo__title.catalog-town span {
    color: #eba140
}

.choose__tarriff-renew.catalog-town {
    background: #eba140;
    border: 1.5px solid #eba140;
    color: #fff
}

.promo-title.catalog-online, .promo__title.catalog-online span {
    color: #00ac6e
}

.choose__tarriff-renew.catalog-online {
    background: #00ac6e;
    border: 1.5px solid #00ac6e;
    color: #fff
}

.select-list-group li[data-highlight=true] {
    color: #fff;
    background-color: grey
}

.select-list-group:after {
    position: absolute;
    right: 0;
    margin-right: -5px;
    top: 25px;
    right: 35px;
    content: "";
    width: 10px;
    height: 10px;
    background: url(https://image.flaticon.com/icons/png/512/25/25756.png);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.cabinet-katalog {
    background: #eba140
}

.cabinet-onlin {
    background: #00ac6e;
    border-radius: 0 5px 0 0
}

.cabinet-katalog:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/Group11.svg);
    margin-right: 15px;
    display: block
}

.promo-page-title {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 22px
}

.cabinet-onlin:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/Group463.svg);
    margin-right: 15px;
    display: block
}

.cabinet-section {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 60px
}

.cabinet-section .container-page {
    padding-top: 21px
}

.cabinet-section .cabinet__title {
    padding-bottom: 5px
}

.map-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    max-width: 200px;
    width: 100%
}

.cabinet-map {
    display: flex
}

.cabinet-line {
    display: flex;
    width: 100%
}

.map-submit {
    width: 346px;
    height: 48px;
    background: #79b530;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 19px;
    color: #fff
}

.cabinet-line input, .map-submit {
    font-style: normal;
    font-size: 18px
}

.cabinet-line input {
    width: 100%;
    height: 40px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #c4c4c4;
    padding: 0 15px
}

.cabinet-line input::placeholder {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #c4c4c4
}

.message-users {
    font-family: Roboto, sans-serif;
    max-width: 480px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #444;
    margin: 0 auto;
    padding-bottom: 20px
}

.message-users__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 14px;
    color: #888
}

.cabinet-line .input-box {
    width: 91%
}

.forgot_password-form {
    position: relative
}

.close-modal-password {
    position: absolute;
    right: 20px;
    top: 20px
}

.close-modal-password:after {
    content: "";
    background-image: url(../img/12211.svg);
    width: 12px;
    height: 12px;
    display: block
}

.cabinet-line {
    margin-bottom: 21px
}

.catalog-town.place {
    color: #6aa0ed
}

.choose__tarriff-renew.place {
    background: #6aa0ed;
    color: #fff;
    border: 1.5px solid #6aa0ed
}

.catalog-town.katalog_promo {
    color: #eba140
}

.choose__tarriff-renew.katalog_promo {
    background: #eba140;
    color: #fff;
    border: 1.5px solid #eba140
}

.katalog-town.online {
    color: #00ac6e
}

.choose__tarriff-renew.katalog, .choose__tarriff-renew.online {
    color: #fff;
    background: #00ac6e;
    border: 1.5px solid #00ac6e
}

.promo__title.katalog_promo span {
    color: #eba140
}

.promo__title.online span {
    color: #00ac6e
}

.promo__title.place span {
    color: #6aa0ed
}

.promo-title.katalog_promo {
    color: #eba140
}

.birthday-group .input-box {
    margin-bottom: 3px !important
}

.promo-title.online {
    color: #00ac6e
}

.promo-title.place {
    color: #6aa0ed
}

.choose__tarriff {
    margin-bottom: 30px
}

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

.choose__tarriff-items-act .katalog_promo {
    border: 1.5px solid #eba140;
    background: #fff;
    color: #eba140
}

.choose__tarriff-items-act .online {
    border: 1.5px solid #00ac6e;
    background: #fff;
    color: #00ac6e
}

.choose__tarriff-items-act .place {
    border: 1.5px solid #6aa0ed;
    background: #fff;
    color: #6aa0ed
}

.cabinet-link.katalog_promo {
    background: #eba140
}

.cabinet-link.online {
    background: #00ac6e
}

.cabinet-link.place {
    background: #6aa0ed
}

.cabinet-maps {
    height: 540px;
    border-radius: 5px
}

.cabinet-line input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px
}

.cabinet-maps .leaflet-top {
    display: block
}

.cabinet-info {
    max-width: none;
    margin-bottom: 27px;
}

.cabinet-info .input-box {
    position: relative
}

.cabinet-ru:after {
    content: "RU"
}

.cabinet-ru:after, .cabinet-ua:after {
    width: auto;
    height: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: 0.5px;
    text-align: center;
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    cursor: help
}

.cabinet-ua:after {
    content: "UA"
}

.cabinet-info .authorization__input-title {
    font-size: 18px;
    line-height: 21px;
    width: 179px;
    margin-top: 7px;
    margin-right: 20px
}

.kontact-form .authorization__input-title {
    width: 150px;
    margin-right: 13px
}

.kontact-form .social-wrap .profile-item-name {
    width: 112px
}

.cabinet-info .input-box input {
    width: 285px;
    padding-left: 10px
}

.cabinet-data .authorization__input {
    align-items: start;
    margin-bottom: 27px
}

.cabinet-data__wrap .input-box {
    margin-bottom: 25px
}

.cabinet-data__wrap .input-box:last-child {
    margin-bottom: 0
}

.add-number:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/Vector30.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    display: block;
    margin-top: 37%
}

.add-container {
    display: flex;
    align-items: center
}

.caninet-number {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.cancel-number:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/Vector30.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    transform: rotate(135deg);
    display: block
}

.birthday {
    border: none !important;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    height: 24px !important;
    padding-left: 0 !important;
    color: #444 !important;
    pointer-events: none
}

.birthday::placeholder {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #444 !important
}

.selectric-cabinet-town .selectric .label {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    background: #fff
}

.selectric-cabinet-town {
    background: #fff
}

.selectric-cabinet-town .selectric {
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding-left: 19px
}

.selectric-cabinet-town .button {
    display: block !important;
    background: #fff
}

.selectric-cabinet-town .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #c4c4c4 !important;
    border-bottom: none
}

.selectric-cabinet-town .selectric .label {
    margin-left: 0
}

.selectric-cabinet-town .selectric-items li {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    padding-left: 19px;
    color: #000
}

.cabinet-address {
    display: flex
}

.cabinet-info .address-home input {
    width: 70px
}

.address-home {
    margin-left: 15px;
    display: flex;
    align-items: center
}

.cabinet-address .input-box {
    margin-bottom: 0
}

.selectSection__box .xdsoft_autocomplete_dropdown {
    overflow-x: hidden
}

.cabinet-data__wrap .cabinet-address {
    margin-bottom: 25px
}

.selectric-cabinet-town {
    width: 285px
}

.cabinet-social {
    max-width: none;
    align-items: flex-start
}

.social-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.social-wrap:last-child {
    margin-bottom: 0
}

.social-wrap .input-box input {
    width: 338px
}

.social-wrap .profile-item-name {
    width: 101px
}

.social-wrap .profile-item-categors {
    max-width: none;
    margin-right: 0
}

.cabinet-data .login-box:last-child, .forgot_password-modal .conclusion-wrap .confirm_password-box {
    margin-bottom: 0
}

.cabinet__container, .resume__wrap {
    margin-bottom: 30px
}

.conditions-container {
    margin-bottom: 20px
}

.contact__container {
    margin-bottom: 10px
}

.seniority-box .input-box input::placeholder {
    line-height: 35px !important
}

.cabinet-maps {
    margin-bottom: 30px
}

.name-box .authorization__input-title {
    margin-top: 0
}

.cabinet-data-logZenter {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 50px 10px 10px;
    position: relative;
    margin-top: 26px;
    border-radius: 5px
}

.cabinet-data-logZenter .add-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px
}

.filial-box .authorization__input-title {
    margin-top: 0
}

.cabinet-data-logZenter .cabinet-address:nth-child(3) {
    margin-bottom: 0
}

.show-all {
    height: auto;
    margin-bottom: 10px;
    border-bottom: none
}

.number-cont .input-box:first-child {
    padding-top: 4px
}

.act-boxs {
    padding-bottom: 0
}

.tel-wrap .authorization__input-title {
    margin-top: 5px
}

.birthday-wrap .authorization__input-title {
    margin-top: 4px
}

.settings-img-box {
    position: relative;
    width: max-content;
    flex-wrap: wrap;
    margin: 0 10px;
    cursor: pointer;
    margin-bottom: 10px
}

.error-rating {
    color: red !important;
    height: auto;
    display: inline;
    margin: 0;
    width: auto;
    padding: 0;
    position: absolute;
    font-size: 13px;
    bottom: -11px;
    font-family: Roboto, sans-serif;
    left: 12px;
    text-align: left
}

.authorization .settings-img-box {
    width: calc(20% - 20px)
}

.user_img {
    position: absolute;
    display: none
}

.user_img__file {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.settings-img {
    background: #f2f2f2;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    width: 130px;
    height: 90px;
    margin-bottom: 10px;
    display: none;
    object-fit: contain
}

.media-file {
    flex-direction: row;
    margin: 0 -10px;
    flex-wrap: wrap;
    width: calc(100% + 20px)
}

.media-container, .media-file {
    display: flex
}

.media-wrap {
    margin-bottom: 14px
}

.media-wrap .input-box input {
    width: 385px;
    height: 46px
}

.media-wrap + .resume-link {
    margin-top: 0
}

.cancel-img {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 0 5px 0 0;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
    cursor: pointer
}

.cabinet-img__container .media-box {
    width: 130px;
    height: 140px
}

.cancel-img:after {
    content: "";
    width: 13.5px;
    height: 13.5px;
    background-image: url(../img/Vector25.svg);
    display: block;
    background-repeat: no-repeat;
    margin-left: 2px
}

.act-file .cancel-img {
    display: flex
}

.media-wrap .authorization__input {
    margin-top: 0;
    align-items: center
}

.media-wrap .authorization__input-title {
    margin-top: 0
}

.reviews__wrap > img {
    width: 100px;
    height: 100px;
    margin-right: 29px;
    display: none
}

.reviews__wrap {
    display: flex;
    position: relative;
    margin-bottom: 13px
}

.reviews__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    margin-bottom: 4px
}

.input-box {
    position: relative
}

.visible {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px
}

.visible:after {
    content: "";
    background: url(../img/Vector6.svg);
    width: 35.04px;
    height: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat
}

.visible-act:before {
    content: "";
    width: 22px;
    height: 1px;
    background: #444;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    right: -1px;
    top: 9px
}

.reviews__wrap .star-rating {
    margin: 0
}

.reviews__date, .reviews__text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #444
}

.reviews__date {
    position: absolute;
    right: 0;
    top: 0
}

.cabinet-btns {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    width: 150px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff
}

.reviews-top-btn {
    border: 1px solid #ddd;
    background: #79b530;
    margin-right: 10px
}

.cabinet-resume-btn {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    color: #797882
}

.reviews__btns {
    display: flex
}

.reviews__wrap .star-rating {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    font-size: 1.7em;
    justify-content: space-around;
    text-align: center;
    width: 4.3em
}

.reviews {
    padding: 20px 20px 13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px
}

.act-reviews-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    color: #888
}

.act-reviews-btn:before {
    display: none !important
}

.reviews-wrapper .reviews {
    margin-bottom: 17px
}

.reviews-wrapper .reviews:last-child {
    margin-bottom: 0
}

.reviews-top-btn:before {
    background-image: url(../img/svg/Group34.svg)
}

.cabinet-resume-btn:before, .reviews-top-btn:before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: block
}

.cabinet-resume-btn:before {
    background-image: url(../img/svg/error1.svg)
}

.social-link .profile-item-categors {
    align-items: center
}

.social-link .profile-item-categors .profile-item-name {
    color: #444;
    padding-bottom: 2px
}

.cabinet-img-box .settings-img {
    width: 130px;
    height: 140px
}

.cabinet-data .authorization__input:last-child {
    margin-bottom: 0
}

.select-prev > .select-wrap .flexselect {
    display: none
}

.education-group {
    max-width: none;
    padding: 10px 45px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px
}

.education-group:last-child {
    margin-bottom: 0
}

.education-item {
    display: flex;
    align-items: center
}

.education-item .authorization__input-title {
    width: 236px;
    margin-right: 15px
}

.gender-box .profile__type {
    margin-bottom: 0
}

.gender-box .profile__type .label-input {
    font-size: 18px !important;
    line-height: 21px !important
}

.education-item .input-box {
    width: 100%;
    position: relative
}

.education-item .input-box input {
    width: 100%
}

.education-item {
    margin-bottom: 25px
}

.education-item:last-child {
    margin-bottom: 0
}

.seniority-box .input-box input {
    width: 40px;
    padding: 0 0 0 6px;
    font-size: 16px;
    line-height: 30px
}

.seniority-box .input-box input::placeholder {
    font-size: 16px;
    line-height: 18px
}

.seniority-box .input-box {
    margin-right: 10px
}

.seniority-box .input-box :last-child {
    margin-right: 0
}

.seniority-box .year-box input {
    width: 100px;
    text-align: center
}

.addres-wrap-town .seniority-item .xdsoft_autocomplete, .addres-wrap .seniority-item .xdsoft_autocomplete {
    margin-bottom: -13px !important
}

.cabinet-select input[type=checkbox]:checked + label.label-input:before {
    background: #79b530;
    border: 1px solid #79b530;
    width: 18px;
    height: 18px;
    top: 2px
}

.cabinet-select input[type=checkbox]:not(:checked) + label.label-input:before {
    width: 18px;
    height: 18px;
    top: 0
}

.cabinet-select [type=checkbox]:not(:checked) + label.label-input:after, .cabinet-select input[type=checkbox]:checked + label.label-input:after {
    width: 13px;
    height: 10px;
    left: 3px;
    top: 6px
}

.cabinet-select [type=checkbox]:not(:checked) + label.label-input, .cabinet-select input[type=checkbox]:checked + label.label-input {
    padding-top: 0
}

.grey {
    background: #f9f9f9
}

.cabinet-select .input-wrapper {
    margin-bottom: 19px
}

.price-box .input-box input {
    width: 70px;
    padding-left: 0;
    padding-right: 0
}

.price-box {
    display: flex;
    align-items: center
}

.price-box .input-box {
    margin-bottom: 0
}

.price-box .input-box input {
    text-align: center
}

.from-box:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #444;
    display: block;
    margin: 0 10px
}

.from-box, .valuta-box {
    display: flex;
    align-items: center
}

.valuta-box {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    margin-left: 10px;
    justify-content: center
}

.cabinet-select {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.custom-item {
    padding: 16px 21px;
    width: calc(33.3% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    border: 2px solid #ddd;
    min-height: 194px
}

.custom-item .listItem__img-link {
    max-width: 100px
}

.custom-item .listItem__img-link img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover
}

.custom-item .listItem__img {
    margin-right: 20px
}

.custom-item .star-rating {
    font-size: 1.3em;
    width: 4.4em
}

.custom-item .listItem__reviews {
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
    color: #018bd9
}

.custom-item .listItem__info-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0
}

.custom-item .listItem__info-name {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px
}

.custom-item .town-icon:before, .custom-item .town-price:before {
    content: "";
    width: 22px;
    height: 22px;
    left: -34px;
    background-size: auto
}

.custom-item .listItem__info-content {
    margin-left: 33px;
    font-size: 16px;
    line-height: 22px
}

.custom-item .town-classes:before {
    width: 22px;
    height: 22px;
    left: -34px;
    top: 0;
    transform: translateY(0)
}

.custom-item .star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    background-image: url(../img/Star.svg);
    display: block
}

.custom-item .star-rating label, .custom-item .star-rating span {
    margin: 0 1.5px;
    display: block
}

.custom-item .town-classes {
    line-height: 22px
}

.custom-item .listItem__img {
    justify-content: start
}

.custom-item .listItem__img-link {
    margin-bottom: 10px
}

.custom-item .act-star:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    background-image: url(../img/Star1.svg);
    display: block
}

.custom-item:after {
    display: none
}

.custom-item:last-child {
    margin-bottom: 30px
}

.custom-item:hover {
    border: 2px solid #79b530
}

.items-group {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.logoped-item {
    padding-top: 30px;
    padding-bottom: 40px
}

.logoped-item .custom-item .listItem__info-name + .listItem__info-content {
    margin-bottom: 10px
}

.cabinet-img-box {
    margin-left: 0
}

.cabinet-img-box .settings-img {
    margin-bottom: 0;
    object-fit: contain
}

.cabinet-img__container {
    margin-bottom: 24px
}

.education-item .authorization__input-title {
    font-size: 18px;
    line-height: 21px
}

.fancybox-image-wrap, .fancybox-stage img {
    border-radius: 5px
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: flex;
    align-items: center;
    justify-content: center
}

.fancybox-toolbar {
    display: none
}

.conclusion-modal-logoped, .conclusion-modal-logoped-zenter, .confirm_password-modal, .forgot_password-modal {
    width: 630px;
    margin: auto;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 10px;
    display: none
}

.warning-modal {
    display: none
}

.arcticmodal-container_i2 .complaint-box, .arcticmodal-container_i2 .conclusion-modal-logoped, .arcticmodal-container_i2 .conclusion-modal-logoped-zenter, .arcticmodal-container_i2 .confirm_password-modal, .arcticmodal-container_i2 .crop-img-modal, .arcticmodal-container_i2 .forgot_password-modal, .arcticmodal-container_i2 .leavingModal, .arcticmodal-container_i2 .warning-modal {
    display: block
}

.conclusion-wrap {
    display: flex;
    align-items: center;
    padding: 30px 21px 10px 29px
}

.conclusion-wrap img {
    margin-right: 20px;
    margin-top: -13px;
    width: 100px;
    height: 100px;
    display: block
}

.conclusion-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #444;
    margin-bottom: 10px
}

.square-img {
    border-radius: 0 !important;
    margin-top: 5px;
    height: auto !important;
    max-width: 100px;
    object-fit: contain
}

.conclusion-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444
}

.conclusion-text p {
    margin-bottom: 21px
}

.conclusion-btn {
    display: flex;
    background: #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding: 12px 29px 10px 10px;
    justify-content: flex-end
}

.conclusion-cancel {
    background: #d5d6db;
    width: 90px;
    color: #444;
    margin-right: 10px
}

.conclusion-cancel, .conclusion-confirm {
    border-radius: 5px;
    height: 38px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.conclusion-confirm {
    background: #79b530;
    width: 171px;
    color: #fff
}

.conclusion-confirm:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/svg/money.svg);
    margin-right: 5px;
    display: block
}

.complaint__box .input-wrapper {
    margin-bottom: 10px
}

.complaint-wrap {
    padding: 40px 30px
}

.complaint-box {
    width: 830px;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 0;
    display: none
}

.select-prev > .select-wrap {
    margin-bottom: 10px
}

.blog__list:last-child {
    margin-bottom: 60px
}

.blog__page {
    margin-bottom: 0
}

.complaint__box, .complaint__text {
    margin-left: 37px
}

.complaint__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd
}

.complaint__text, .complaint__title {
    font-family: Roboto, sans-serif;
    font-style: normal
}

.complaint__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #888
}

.complaint-box [type=radio]:not(:checked) + label.label-input, .complaint-box input[type=radio]:checked + label.label-input {
    max-width: none
}

.complaint__title:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/svg/Vector2.svg);
    margin-right: 10px;
    display: block
}

.complaint-confirm-btn {
    width: 270px
}

.change-email-btn {
    font-size: 14px;
    line-height: 16px;
    color: #79b530
}

.change-email-btn, .change-password-btn {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px
}

.change-password-btn {
    font-size: 18px;
    line-height: 21px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center
}

.change-password-btn:before {
    content: "";
    width: 18px;
    height: 24px;
    background-image: url(../img/svg/Group5.svg);
    margin-right: 12px;
    display: block
}

.sections-box {
    border-bottom: 1px solid #ddd
}

.sections-box .input-box {
    margin-bottom: 6px
}

.sections-box .input-wrapper {
    margin-bottom: 25px
}

.remove-profile {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #444;
    display: flex;
    padding-left: 198px
}

.remove-profile:before {
    content: "";
    width: 24px;
    height: 22px;
    background-image: url(../img/svg/Group7.svg);
    margin-right: 10px;
    display: block
}

.sections-box .resume-link {
    margin-top: 18px
}

.setting-info .resume-link {
    margin-top: 20px
}

.leavingModal-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 45px;
    width: 570px;
    margin: auto;
    margin-bottom: 50px
}

.leavingModal__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 7px;
    color: #444
}

.crop-img-box .leavingModal__text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center
}

.leavingModal__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #444;
    text-align: center
}

.confirm-leaving-btn, .leavingModal__text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400
}

.confirm-leaving-btn {
    width: 170px;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    background: #79b530;
    border-radius: 5px;
    color: #fff
}

.leavingModal-box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.leavingModal__img {
    margin-bottom: 33px
}

.crop-img-modal, .leavingModal {
    display: none
}

.crop-wrap {
    margin-bottom: 20px
}

.crop-wrap img {
    max-width: 100%
}

.crop-img-box {
    width: 100%;
    max-width: 890px
}

.crop-img-box .confirm-leaving-btn {
    width: 190px;
    display: inline-block
}

.crop-img-box .feedbackForm__cancel {
    display: inline-block;
    height: 40px;
    font-size: 15px;
    line-height: 17px
}

.crop-img-box .crop-img-btns {
    display: flex
}

.seniority-box {
    display: flex;
    flex-wrap: wrap
}

.tegs-box .cabinet-data__wrap {
    max-width: 490px;
    width: 100%
}

.seniority-items {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.seniority-items:last-child {
    margin-right: 0
}

.seniority-item input {
    width: 200px !important;
    padding-right: 48px !important
}

.seniority-wrap {
    margin-bottom: 25px !important
}

.seniority-item {
    margin-bottom: 13px !important;
    position: relative;
    width: max-content
}

.expert__box .seniority-item {
    margin-bottom: 0 !important
}

.age_groups-box .seniority-items {
    padding: 10px 9px
}

.xdsoft_autocomplete_dropdown {
    position: relative
}

.xdsoft_autocomplete_dropdown:after {
    content: ""
}

.seniority-item:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    background-image: url(../img/Vector28.svg);
    width: 13px;
    height: 13px;
    top: 57%;
    background-size: contain;
    transform: translateY(-50%)
}

.expert__box {
    margin-bottom: 25px !important
}

.expert__info-data .authorization__input-title {
    padding-right: 10px;
    margin-top: 4px
}

.authorizationForn .authorization .input-box input, .registrForm .authorization .input-box input {
    color: #444
}

.error__text {
    font-family: Source Code Pro;
    font-size: 140px;
    color: #444
}

.leaflet-bottom {
    display: none !important
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:-webkit-autofill {
    -webkit-text-fill-color: #444 !important;
    color: #444 !important
}

.registrFrof-btn:hover {
    background: #fff;
    color: #79b530;
    border: 2px solid #79b530
}

.complaint__box .profile__type input[type=radio]:checked + label.label-input:before {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    top: -2px
}

.complaint__box [type=radio]:not(:checked) + label.label-input:after, .complaint__box input[type=radio]:checked + label.label-input:after {
    background: #888;
    left: 6px;
    top: 4px
}

.complaint__box .profile__type input[type=radio]:not(:checked) + label.label-input:before {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    top: -2px
}

.number-cont .input-box:last-child {
    margin-bottom: 25px
}

.filial-wrap .input-box {
    margin-bottom: 18px
}

.cabinet-data-logZenter {
    margin-top: 0;
    margin-bottom: 20px
}

.add-number {
    padding-top: 2px
}

.marginDefolt {
    margin-bottom: 0 !important
}

.addres-wrap .input-box input::placeholder {
    color: #ddd
}

.addres-wrap-town .input-box input::placeholder {
    color: #ddd
}

.cabinet__body .status-registr {
    text-align: left
}

.addres-wrap .input-box input {
    color: #444
}

.addres-wrap .seniority-item input {
    width: 285px !important
}

.addres-wrap-town .input-box input {
    color: #444
}

.addres-wrap-town .seniority-item input {
    width: 285px !important
}

.act-select .label {
    color: #444 !important
}

.leaflet-control-fullscreen-button:after {
    content: ""
}

.leaflet-control-fullscreen-button {
    border-radius: 5px !important
}

.leaflet-control-fullscreen a {
    background: #fff url(../img/expand.svg) no-repeat 0 0;
    background-size: 15px 15px;
    background-position-x: 8px;
    background-position-y: 7px
}

.leaflet-touch .leaflet-bar, .leaflet-touch .leaflet-control-layers {
    border-radius: 5px !important
}

.leaflet-bar a:hover {
    background-color: #f2f2f2;
    color: #666
}

.not-act {
    cursor: not-allowed
}

.addres-wrap-town .seniority-item:after, .addres-wrap .seniority-item:after {
    content: "";
    right: 17px
}

.round-img .listItem__img-link img {
    border-radius: 50%
}

.media-box {
    width: 130px;
    height: 90px;
    background: #f2f2f2;
    border: 1.5px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat
}

.media-box:after {
    content: "";
    background-image: url(../img/Vector23.svg);
    width: 30px;
    height: 30px;
    display: block
}

.select2-results__option {
    font-size: 16px
}

.select2-container--open .select2-dropdown--below {
    width: 200px !important
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 38px;
    width: 200px;
    padding-right: 48px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #444
}

.addres-wrap .seniority-item .xdsoft_input {
    width: 100% !important
}

.addres-wrap .seniority-item .xdsoft_autocomplete {
    width: 285px !important
}

.addres-wrap-town .seniority-item .xdsoft_input, .addres-wrap .seniority-item .xdsoft_autocomplete input {
    width: 100% !important
}

.addres-wrap-town .seniority-item .xdsoft_autocomplete {
    width: 285px !important
}

.addres-wrap-town .seniority-item .xdsoft_autocomplete input {
    width: 100% !important
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    outline: 0;
    border: 1px solid #ddd
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin-left: 0;
    margin-top: 0
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 5px
}

.setting-email {
    line-height: 18px;
    padding-top: 3px;
    margin-bottom: 23px
}

.setting-email::placeholder {
    line-height: 18px
}

.setting-info .change-email-btn {
    margin-bottom: 15px
}

.type-profile .container-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #fff
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -16px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(90deg);
    background-color: transparent !important
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(-90deg);
    background-color: transparent !important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0;
    border: 1px solid #ddd;
    background: #ddddddbd;
    border-radius: 5px
}

.select2-results__options {
    border: 1px solid #ddd;
    border-bottom: none
}

.select2-results__option--selectable {
    cursor: pointer;
    line-height: 24px
}

.direction-select {
    width: 100%
}

.direction-select, .select2-container {
    margin-bottom: 15px
}

.selectSection__box-select .flexselect {
    width: 400px
}

.selectSection .xdsoft_autocomplete:after {
    background-image: url(../img/Vector12.svg);
    width: 19px;
    height: 11px;
    pointer-events: none
}

.selectSection .actSelect:after, .selectSection .xdsoft_autocomplete:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.selectSection .actSelect:after {
    background-image: url(../img/Vector11.svg);
    width: 12px;
    height: 12px
}

.selectSection__box-select .xdsoft_input {
    width: 400px;
    height: 60px;
    padding: 0;
    font-weight: 400;
    font-size: 24px !important;
    color: #444;
    background: #fff !important;
    font-family: Roboto, sans-serif;
    padding-left: 25px;
    border-radius: 5px;
    padding-right: 48px
}

.selectSection__box-select .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
    height: 60px;
    display: flex;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #444;
    padding-left: 30px;
    background: #fff
}

.xdsoft_autocomplete_dropdown > div strong {
    margin-right: 6px;
    display: inline
}

.xdsoft_autocomplete_dropdown > div p {
    display: inline !important
}

.selectSection__box-select .xdsoft_input::placeholder {
    padding: 0;
    font-weight: 400;
    font-size: 24px;
    color: #bbb;
    margin-left: 25px;
    background: #fff !important;
    font-family: Roboto, sans-serif;
    line-height: 30px !important
}

.selectSection__box-select .xdsoft_input::-moz-placeholder {
    line-height: 55px !important
}

.select2-container--default .select2-selection--multiple:after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    background-image: url(../img/Vector28.svg);
    width: 13px;
    height: 13px;
    top: 57%;
    background-size: contain;
    transform: translateY(-50%)
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:after, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    background-image: url(../img/Vector28.svg);
    width: 13px;
    height: 13px;
    top: 22%;
    background-size: contain;
    transform: translateY(-50%);
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--multiple {
    padding-left: 10px;
    position: relative;
    max-width: 200px
}

.select2-results__options {
    width: 200px
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 18px;
    color: #444
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #444;
    background: #f2f2f2
}

.select2-container--open .select2-dropdown--below {
    border: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px !important;
    margin-right: 2px !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    height: 20px !important;
    display: flex;
    align-items: center
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 4px
}

.select2-selection select2-selection--multiple {
    min-height: 38px
}

.confirm_password-box .authorization__content {
    margin-bottom: 0;
    padding-bottom: 0
}

.conclusion-wrap .confirm_password-box {
    margin-bottom: 7px
}

.confirm_password-wrap + .conclusion-btn .conclusion-confirm:before {
    display: none
}

.confirm_password-wrap + .conclusion-btn .conclusion-confirm {
    width: 130px
}

.xdsoft_autocomplete_dropdown {
    border-radius: 5px
}

.xdsoft_autocomplete_dropdown label {
    display: block;
    padding: 4px;
    border-radius: 2px
}

.xdsoft_autocomplete_dropdown::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 2px
}

.xdsoft_autocomplete_dropdown::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .27);
    border-radius: 2px
}

.contacts-wrap {
    font-family: Nunito, sans-serif;
    display: flex;
    padding: 0 70px 10px
}

.contacts-wrap__child-first {
    margin-right: 50px;
    flex: 0 1 36%
}

.contacts-wrap__list {
    padding-right: 30px
}

.contacts-wrap__child-second {
    flex: 0 1 59%
}

.contacts-wrap__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #888;
    margin-bottom: 20px
}

.contacts-wrap__list-item {
    margin-bottom: 10px
}

.contacts-wrap__list-item, .contacts-wrap__list-item a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #444
}

.contacts-wrap__list-item a {
    display: inline
}

.contacts-wrap__list-item b {
    font-weight: 700
}

.contacts-wrap__list-item:last-child {
    margin-bottom: 0
}

.contacts-wrap .input-box-group {
    position: relative
}

.contacts-wrap__inpust-box {
    display: flex;
    margin-left: 0;
    margin-bottom: 20px
}

.contacts-wrap__inpust-box textarea {
    width: 100%;
    height: 140px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 25px
}

.contacts-wrap__inpust-box textarea::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #c4c4c4
}

.contacts-wrap__inpust-box:last-child {
    margin-bottom: 0
}

.contacts-wrap__inpust-box input {
    height: 48px;
    width: 270px;
    margin: 0;
    font-size: 18px;
    line-height: 25px
}

.contacts-wrap__inpust-box input::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #c4c4c4
}

.contacts-wrap .contacts-btn {
    margin: 0;
    line-height: 18px
}

.contacts-wrap .inpust-box-title {
    min-width: 102px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 12px;
    color: #444
}

.contacts-wrap .inpust-box-title span {
    color: #eb5757;
    margin-left: 3px;
    display: inline-block
}

.contacts-wrap .status-registr {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: -15px
}

.contacts-wrap .textarea-box {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.contacts-wrap .inpust-box-textarea {
    width: 100%
}

.contacts-wrap .contacts-btn {
    height: 42px
}

.contacts-wrap textarea.error {
    border: 1px solid red;
    margin-bottom: 3px !important
}

.contacts-wrap label.error {
    bottom: -16px;
    font-size: 12px
}

.contacts-wrap .recaptcha__box {
    margin-bottom: 20px;
    min-height: 78px;
    position: relative;
    width: 100%
}

.contacts-wrap .contact-successful:before {
    content: "";
    width: 25.3px;
    height: 26px;
    background-image: url(../img/Vector32.svg);
    margin-right: 10.3px;
    display: block;
    background-repeat: no-repeat
}

.contacts-wrap .contact-successful {
    font-family: Nunito, sans-serif;
    display: flex;
    align-items: center;
    margin-top: 15px
}

.textarea-box textarea.error {
    height: 143px
}

@media screen and (max-width: 1400px) {
    .right-arr {
        right: -35px
    }

    .left-arr {
        left: -35px
    }
}

@media screen and (max-width: 1330px) {
    .left-arr, .right-arr {
        display: none !important
    }
}

@media screen and (max-width: 1230px) {
    .container {
        padding: 0 40px
    }

    .custom-header {
        top: -3px
    }

    .header__controll {
        padding-bottom: 0
    }

    .section-wrap {
        margin-top: -2px
    }

    .section-wrap.logoped-item {
        padding-bottom: 0
    }

    .authorization .settings-img-box {
        width: 130px
    }

    .pagination-box {
        margin-bottom: 15px
    }

    .catalog__text {
        margin-top: 15px
    }

    .aside__item-text {
        padding-bottom: 5px
    }

    .aside p {
        line-height: 17px
    }

    .header-ua-lang .header__nav li:first-child {
        padding-right: 55px
    }

    .header-ua-lang .header__nav li:nth-child(2) {
        padding-right: 54px
    }

    .header-ua-lang .header__nav {
        justify-content: space-between
    }

    .header-ua-lang .header__nav li:last-child {
        padding-right: 32px
    }

    .header__nav {
        font-size: 20px;
        line-height: 20px;
        padding-top: 8px;
        justify-content: center;
        width: 100%
    }

    .reviewsSlider__item-name {
        font-size: 18px
    }

    .change-password-btn, .setting-email {
        margin-bottom: 18px
    }

    .show-number {
        font-size: 16px;
        line-height: 16px;
        left: 45px
    }

    .profile-link .profile-item-categors img {
        width: 24px;
        height: 24px
    }

    .sections-box .input-wrapper {
        margin-bottom: 18px
    }

    .status__callback-wrapper {
        margin-bottom: 18px !important;
    }

    .tegs-box .cabinet-data__wrap {
        max-width: 478px;
        width: 100%
    }

    .profile-foto {
        margin-bottom: -10px
    }

    .foto-box .all__reviews-btn {
        margin-top: 28px
    }

    .reviewsSlider__item-text {
        font-size: 16px;
        line-height: 20px
    }

    .reviewsSlider__item-user {
        font-size: 14px;
        line-height: 17px
    }

    .section-wrap {
        padding: 40px 0;
        background: #fff
    }

    .addres-wrap .seniority-item .xdsoft_autocomplete input {
        font-size: 16px !important
    }

    .addres-wrap .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        font-size: 16px !important;
        line-height: 28px;
        padding: 5px 0
    }

    .addres-wrap-town .seniority-item .xdsoft_autocomplete input {
        font-size: 16px !important
    }

    .addres-wrap-town .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        font-size: 16px !important;
        line-height: 28px;
        padding: 5px 0
    }

    .directionsStatys {
        font-size: 16px !important
    }

    .select-container .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        font-size: 16px !important;
        line-height: 28px;
        padding: 5px 0
    }

    .categories__item {
        width: calc(33% - 20px);
        margin: 0 20px 20px 0
    }

    .categories__title {
        font-size: 19px;
        line-height: 22px;
        max-width: 126px
    }

    .formsClasses__item-content {
        font-size: 21px;
        line-height: 28px
    }

    .formsClasses__item {
        height: 200px;
        background-size: cover;
        background-position: 50%;
        padding: 0 10px
    }

    section.slider {
        padding-top: 40px
    }

    .cooperate__item li {
        font-size: 20px;
        line-height: 30px
    }

    .cooperate__item li span {
        font-size: 20px;
        line-height: 28px;
        padding: 0 8px
    }

    .ourTherapists-item {
        padding: 25px 70px 18px 23px
    }

    .listItem__img {
        margin-right: 28px
    }

    .offer-item {
        width: calc(33.33% - 20px);
        max-width: none;
        margin: 0 10px;
        margin-bottom: 20px
    }

    .offer-wrap {
        margin: 0 -10px
    }

    .selectSection__box {
        flex-direction: column
    }

    .selectSection__box-select:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }

    .selectSection__btn {
        margin-top: 20px;
        margin-left: 0
    }

    .selectSection__title {
        text-align: center
    }

    .header__nav {
        margin-bottom: 5px
    }

    .left-arr, .right-arr {
        display: none !important
    }

    .footer-nav li a {
        font-size: 20px;
        line-height: 32px;
        /*margin-right: 50px*/
    }

    .header__controll {
        padding-bottom: 10px
    }

    .header__link {
        font-size: 21px;
        line-height: 25px;
        margin-right: 60px;
        margin-left: 15px
    }

    .header__nav li a {
        font-size: 23px;
        line-height: 27px;
        position: relative;
        z-index: 2
    }

    .hamburger {
        display: inline-block
    }

    .menu {
        width: 100%;
        height: auto;
        background: #fff;
        z-index: 9999999;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        padding-bottom: 40px
    }

    .mob-nav {
        padding-left: 40px;
        margin-top: 40px;
        font-size: 30px;
        line-height: 40px;
        color: #444
    }

    .mob-nav li {
        margin-bottom: 5px
    }

    .mob-nav li a {
        color: #444;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 25px
    }

    .section-profile {
        margin: 20px 20px 40px
    }

    .container-page {
        padding: 20px
    }

    .registr-page {
        padding-bottom: 0
    }

    .profile-item-info, .profile-item-name, .profile-item-name a, .reviews-sort {
        font-size: 16px;
        line-height: 19px
    }

    .profile-header .profile-item-categors img {
        width: 24px
    }

    .profile-item-categors {
        max-width: 249px
    }

    .profile-resume {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .tel-logoped {
        line-height: 20px !important
    }

    .resume-box .show-resume {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .profile-subTitle {
        font-size: 19px;
        line-height: 22px
    }

    .profile-sections {
        width: 70%
    }

    .profile-footer {
        width: 30%
    }

    .social-link {
        flex-direction: column
    }

    .social-link .profile-item-categors {
        width: 100%;
        margin-bottom: 17px
    }

    .profile-footer .social-link a {
        padding-top: 25px
    }

    .filrer-categor {
        max-width: none;
        width: 24%
    }

    .select-prev {
        max-width: none;
        width: 74%
    }

    .range-item:after {
        width: 15px;
        left: 123px
    }

    .sliderValue {
        width: 70px
    }

    .select-castom .selectric-wrapper .label {
        font-size: 16px
    }

    .select-castom .selectric-items li {
        font-size: 16px;
        line-height: 21px
    }

    .select-castom .selectric-wrapper .selectric {
        height: 50px
    }

    [type=checkbox]:not(:checked) + label.label-input, input[type=checkbox]:checked + label.label-input {
        font-size: 16px;
        line-height: 21px
    }

    .select-title {
        font-size: 18px;
        line-height: 23px
    }

    .select-prev .listItem__info-name {
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #444;
        margin-bottom: 14px
    }

    .pagination-box {
        margin-top: 17px
    }

    .cabinet-section {
        padding-bottom: 0
    }

    .nav-items ul a, .nav-items ul li:first-child div {
        font-size: 18px;
        line-height: 27px
    }

    .nav-items ul div {
        font-size: 18px
    }

    .nav-items ul a:after {
        height: 11px
    }

    .nav-items {
        margin-bottom: 10px
    }

    .header__logo > img {
        width: 135px;
        height: 53px
    }

    header {
        height: 100px
    }

    .blog__title {
        font-size: 32px;
        line-height: 36px;
        color: #444;
        margin-bottom: 21px
    }

    .aside__title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px
    }

    .aside__list {
        padding: 0
    }

    .aside__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .aside__item-img {
        width: 86px;
        height: 65px;
        object-fit: cover;
        margin-right: 16px;
        border-radius: 5px;
        margin-bottom: 0
    }

    .blog__item-title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .author__posts_list .blog__item-subtitle {
        font-size: 20px !important;
    }

    .blog__page-text {
        font-size: 16px;
        line-height: 25px
    }

    .blog__page-text p {
        margin-bottom: 12px
    }

    .tag {
        margin-top: 21px
    }

    .tag__title {
        font-size: 22px
    }

    .tag__item {
        font-size: 14px;
        line-height: 21px;
        padding: 0 17px;
        height: 37px
    }

    .blog__page .blog__item {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .tegs-wrap {
        margin-top: 15px;
        margin-bottom: 0
    }

    .popular__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .blog__body {
        width: 65%;
        max-width: none;
        margin-right: 20px
    }

    .blog__footer {
        width: 32%;
        max-width: none
    }

    .cabinet__list {
        width: 33%;
        padding: 20px 15px 15px 17px;
        margin-right: 20px
    }

    .cabinet__item-title {
        font-size: 18px
    }

    .cabinet__item-img {
        margin-right: 13px;
        height: 31px;
        width: 31px
    }

    .cabinet__body {
        width: 67%;
        max-width: none
    }

    .tariff {
        max-width: calc(50% - 30px)
    }

    .tariff__title {
        font-size: 26px
    }

    .tariff__box-title {
        font-size: 26px;
        line-height: 34px
    }

    .tariff__box svg {
        width: 75px
    }

    .tariff__box > img {
        width: 75px;
        max-width: none
    }

    .cabinet__item {
        margin-bottom: 15px
    }

    .tariff__box {
        margin-bottom: 45px
    }

    .cabinet-maps {
        height: 475px
    }

    .map-submit {
        width: 315px;
        height: 45px;
        font-size: 16px;
        line-height: 19px
    }

    .error .error__box {
        margin-top: 0
    }

    .error img {
        width: 200px
    }

    .error {
        padding: 0 30px
    }

    .error__text {
        font-size: 120px
    }

    .error__title {
        font-size: 25px;
        line-height: 28px;
        margin-top: 9px
    }

    .authorization .input-box input {
        font-size: 16px
    }

    .authorization .input-box input::placeholder {
        font-size: 16px
    }

    .selectSection__box {
        margin-left: 0
    }

    .profile-header {
        /*padding: 20px*/
    }

    .resume-btn {
        font-size: 17px
    }

    .header__logo {
        margin-top: 0
    }

    .custom-item {
        padding: 15px
    }
}

@media only screen and (max-width: 1088px) and (min-width: 1021px) {
    .filrer-categor .label-input {
        font-size: 15px !important
    }
}

@media only screen and (max-width: 1093px) and (min-width: 1040px) {
    .inform-bar__text a {
        width: 100%;
        max-width: none
    }
}

@media screen and (max-width: 1160px) {
    .range-item:after {
        left: 119px
    }

    .footer-nav li a {
        font-size: 18px
    }


}

@media screen and (max-width: 1098px) {
    .promo-items__text {
        font-size: 12px
    }

    .custom-item:last-child {
        margin-bottom: 20px
    }

    .custom-item {
        width: calc(50% - 30px)
    }

    .custom-item .listItem__img-link {
        margin-bottom: 8px
    }

    .range-item:after {
        left: 103px
    }

    .promo-items__title {
        font-size: 18px
    }

    .promo__list-text {
        max-width: 82%
    }

    .tariff__act .tariff__box-title {
        font-size: 18px;
        line-height: 22px
    }

    .header__content {
        max-width: 720px
    }

    .header__nav li a {
        font-size: 21px
    }

    .header__nav li {
        padding: 0 28px
    }
}

@media screen and (max-width: 1030px) {
    .kontact-form .authorization__input-title {
        width: 140px
    }

    .kontact-form .name-organiz input {
        width: 245px
    }

    .show-resume {
        margin-bottom: 0;
        padding-bottom: 10px
    }

    .text-wrap {
        font-family: Nunito;
        padding: 60px 0
    }

    .text-wrap h2, .text-wrap h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 13px
    }

    .text-wrap h4, .text-wrap h5, .text-wrap h6 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .text-wrap img:nth-child(odd) {
        float: left;
        margin-right: 20px;
        max-width: 350px;
        max-height: 307px
    }

    .text-wrap img:nth-child(2n) {
        float: right;
        margin-left: 20px;
        max-width: 350px;
        max-height: 307px
    }
}

@media screen and (max-width: 1020px) {
    .select-prev > .select-wrap .flexselect {
        height: 49px;
        width: 100%;
        display: flex
    }

    .addres-wrap-town.bold-box {
        margin-bottom: 0 !important
    }

    .custom-header {
        right: 52px;
        top: 19px
    }

    .header__controll .login-out {
        display: flex;
        border: none;
        margin-left: 21px;
        width: auto
    }

    .online__classes {
        display: none
    }

    .tariff__act .tariff__box-title {
        max-width: 167px
    }

    .header__content {
        max-width: none;
        width: auto;
        display: flex;
        flex-direction: row
    }

    .header__link {
        margin-right: 21px
    }

    .range-item:after {
        left: 112px
    }

    .header__login {
        border: 2px solid #fff;
        box-sizing: border-box;
        border-radius: 5px;
        width: 120px;
        height: 48px
    }

    .fliterBtnSubmit {
        display: flex;
        align-items: center
    }

    .cabinet__offer-wrap, .fliterBtnSubmit {
        justify-content: center
    }

    .select-prev > .select-wrap .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        padding: 0;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        padding: 5px 0
    }

    .filrer-categor {
        width: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        height: 100%;
        border-radius: 5px 0 0 5px;
        z-index: 5;
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
        padding: 0;
        transition: .5s ease-in-out;
        visibility: hidden;
        display: none;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .filterForm {
        overflow-y: scroll
    }

    .foto-box .all__reviews-btn {
        margin-top: 16px
    }

    .resume__box {
        padding-left: 18px
    }

    .close-filter:after {
        content: "";
        height: 34px;
        width: 34px;
        background-image: url(../img/close.svg);
        display: block;
        background-repeat: no-repeat;
        background-size: contain
    }

    .close-filter {
        position: absolute;
        right: 322px;
        top: 18px;
        width: 40px;
        height: 40px;
        z-index: 6
    }

    .filter-btn {
        width: 100%;
        display: none;
        align-items: center;
        border-top: 1px solid #f2f2f2;
        height: 50px;
        -webkit-box-sizing: border-box;
        background-color: #f8f8f8;
        justify-content: center;
        font-size: 18px;
        font-family: Roboto, sans-serif;
        margin-bottom: 10px;
        border-radius: 5px
    }

    .filrer-categor-act:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: #000;
        opacity: .8 !important
    }

    .filrer-categor-act {
        overflow: hidden;
        right: 0;
        width: 100%;
        position: fixed
    }

    .filrer-categor .select-list {
        display: block;
        width: 100%;
        right: -100%;
        top: 0;
        height: 100%;
        background: #fff;
        padding: 20px 25px;
        overflow-y: scroll;
        z-index: 5;
        transition: .5s ease-in-out;
        max-width: 300px
    }

    .act-filtr {
        right: 0 !important;
        visibility: visible;
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transform: translateX(0);
        transition: all .5s ease
    }

    .hamburger {
        display: inline-block !important;
        padding: 0;
        margin-left: 21px
    }

    .resume-link {
        width: 165px;
        height: 45px
    }

    .filter-btn {
        display: flex !important
    }

    .reviews__wrap > img {
        margin-right: 20px
    }

    .profile-foto a {
        width: 25%;
        padding: 0 6px;
        padding-bottom: 10px
    }

    .reviews__wrap > img {
        width: 90px;
        height: 90px
    }

    .header__nav {
        display: none
    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        background-color: #fff
    }

    .hidden {
        overflow: hidden
    }

    .profile-item {
        flex-direction: column
    }

    .profile-item-categors {
        max-width: none;
        margin-bottom: 10px
    }

    .profile-item-info p {
        margin-bottom: 6px
    }

    .cabinet-link {
        width: 100%;
        height: 50px
    }

    .profile-item-info {
        padding-left: 42px
    }

    .select-prev .ourTherapists-item {
        padding-right: 40px
    }

    .select-prev .listItem__info-content {
        max-width: 380px
    }

    .select-prev .listItem__info-name {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .select__wrap {
        padding-bottom: 14px
    }

    .tariff__title {
        font-size: 24px
    }

    .tariff__box-title {
        font-size: 24px;
        line-height: 30px
    }

    .tariff__box svg {
        width: 75px
    }

    .tariff__box {
        margin-bottom: 35px
    }

    .tariff__title {
        font-size: 20px;
        line-height: 30px;
        min-height: 80px
    }

    .cabinet-info .authorization__input-title {
        font-size: 16px;
        margin-bottom: 6px
    }

    .contact__container .authorization__input {
        flex-direction: column
    }

    .addres-wrap-town > .input-box, .addres-wrap > .input-box, .cabinet-address .input-box, .cabinet-data__wrap .cabinet-address, .cabinet-data__wrap .input-box, .number-cont > .input-box:last-child {
        margin-bottom: 15px
    }

    .caninet-number {
        font-size: 16px
    }

    .cabinet__title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .education-item .authorization__input-title {
        font-size: 16px;
        line-height: 21px
    }

    .cabinet-data .authorization__input, .cabinet__container {
        margin-bottom: 20px
    }

    .education-item {
        margin-bottom: 10px
    }

    .seniority-items {
        font-size: 14px;
        line-height: 19px;
        padding: 8px 18px
    }

    .cabinet-data .authorization__input {
        align-items: start;
        margin-bottom: 15px
    }

    .status__callback-wrapper {
        margin-bottom: 15px !important;
    }

    .cabinet-link {
        font-size: 16px;
        line-height: 20px
    }

    .cabinet-katalog:before, .cabinet-onlin:before, .cabinet-prof:before {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        background-size: contain
    }

    .presentation iframe {
        height: 300px;
        width: 100%
    }

    .all__reviews-btn {
        font-size: 14px;
        line-height: 18px
    }

    .all__reviews-btn:after {
        width: 22px;
        height: 21px;
        right: -30px
    }

    .map {
        width: 100%;
        height: 305px
    }

    .profile-subTitle {
        font-size: 16px;
        line-height: 22px
    }

    .reviews__user, .select__box .selectric-items li, .select__box .selectric .label, .selectric-items ul {
        font-size: 16px;
        line-height: 21px
    }

    .reviews__user {
        margin-bottom: 6px
    }

    .reviews__date {
        font-size: 14px;
        line-height: 19px
    }

    .reviews__text {
        font-size: 14px;
        line-height: 18px
    }

    .reviews__item > img {
        width: 100px;
        height: 100px;
        margin-right: 15px;
        display: none
    }

    .profile-header {
        /*padding: 20px*/
    }

    .profile__container {
        margin-bottom: 24px
    }

    .reviews-box .profile__container {
        margin-bottom: 42px
    }

    .resume_uk {
        font-size: 16px;
        height: 310px;
        border: none
    }

    .resume__text {
        padding: 20px
    }

    .resume__text input::placeholder {
        font-size: 16px
    }

    .media-wrap .input-box input {
        width: 345px;
        height: 40px
    }

    .reviews__wrap .star-rating {
        margin-bottom: 3px
    }

    .cabinet__body {
        width: 60%
    }

    .social-wrap {
        margin-bottom: 15px
    }

    .cabinet__list {
        width: 40%
    }

    .social-wrap .profile-item-categors {
        width: 150px
    }

    .social-wrap {
        width: 100%;
        padding-right: 20px
    }

    .social-wrap .input-box, .social-wrap .input-box input {
        width: 100%
    }

    .registr-page .authorization__input {
        flex-direction: column
    }

    .select-list {
        display: none
    }

    .select-prev {
        max-width: none;
        width: 100%
    }

    .expert__box > .cabinet-data__wrap .seniority-item {
        margin-bottom: 0 !important
    }

    .expert__box {
        margin-bottom: 15px !important
    }

    .cabinet-select .input-wrapper {
        margin-bottom: 15px
    }

    .cabinet-address .input-box, .price-box .input-box, .profile-foto {
        margin-bottom: 0
    }

    .media-wrap .input-box input {
        width: 100%;
        max-width: 385px;
        height: 46px
    }

    .media-wrap .input-box {
        width: 100%;
        height: 46px
    }

    .media-wrap .cabinet-data__wrap {
        width: 100%
    }

    .kontact-form .authorization__input-title {
        width: 170px
    }

    .sections-box .cabinet-data__wrap .input-box {
        margin-bottom: 5px
    }

    .header__controll {
        padding-bottom: 0
    }
}

@media screen and (max-width: 1018px) {
    .custom-header {
        right: 52px;
        top: 13px
    }

    .tariff {
        max-width: 300px
    }

    .header__logo > img {
        width: 120px;
        height: 44px
    }

    header {
        height: 80px
    }

    .conditions-container .authorization__input {
        flex-direction: column
    }
}

@media screen and (max-width: 905px) {


    .contacts-wrap {
        padding: 0
    }

    .contacts-wrap__inpust-box input {
        width: 100%
    }

    .contacts-wrap .status-registr {
        margin-bottom: -5px
    }
}

@media screen and (max-width: 978px) {
    .nav-items ul a, .nav-items ul li:first-child div {
        font-size: 16px
    }

    .post_image .blog__item-img{
        height: 320px !important;
        width: 100%;
        margin-bottom: 15px !important;
        object-fit: cover;
    }

    .choose__tarriff-act {
        padding: 10px
    }

    .choose__tarriff-act .choose__tarriff-renew {
        width: 130px
    }

    .setting-info .authorization__input-title {
        width: 130px !important
    }

    .choose__tarriff-renew {
        width: 140px
    }

    .remove-profile {
        padding-left: 150px
    }

    .section-wrap {
        padding: 20px 0
    }

    .nav-items ul div {
        font-size: 16px
    }

    section.slider {
        padding-top: 20px
    }

    .seniority-items {
        margin-bottom: 0
    }

    .profile-link .profile-item-categors .profile-item-name a {
        font-size: 16px
    }

    .profile-item-categors img {
        margin-right: 12px
    }

    .reviews__item--group {
        overflow: hidden
    }

    .resume-btn {
        font-size: 16px;
        line-height: 21px
    }

    .cabinet-link {
        font-size: 14px;
        line-height: 20px
    }

    .cabinet-katalog:before, .cabinet-onlin:before, .cabinet-prof:before {
        width: 22px;
        height: 22px;
        margin-right: 10px;
        background-size: contain
    }

    .complaint-box {
        width: 100%
    }

    .show-number {
        font-size: 14px;
        line-height: 14px;
        left: 41px
    }

    .select__box .reviews-sort {
        /*width: 130px; */
    }

    .reviews-sort {
        font-size: 16px;
        /*margin-right: 0 !important;*/
    }
}

@media screen and (max-width: 824px) {
    .promo-items__text {
        font-size: 14px
    }

    .blog__categories_list a, .aside__list a {
        display: block ;
    }

    .profile__info-box .profile-link {
        border-top: .5px solid #79b530
    }

    .promo-items__title {
        font-size: 20px
    }

    .cabinet__list {
        margin-top: 10px
    }

    .aside__item {
        /* min-height: 80px*/
    }

    .popular__item-wrap {
        padding: 20px
    }

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

    .aside__item-text, .popular__item-title {
        font-size: 16px;
        line-height: 19px
    }

    .aside__item-text {
        padding-bottom: 4px
    }

    .aside__item-img {
        width: 100px;
        height: 80px;
        padding-bottom: 0;
        margin-right: 20px;
        margin-bottom: 0
    }

    .popular__item {
        margin-bottom: 20px
    }

    .popular__item-text {
        font-size: 14px;
        line-height: 19px
    }

    .popular__item img {
        max-width: 100px;
        height: 80px;
        margin-right: 20px;
        float: left;
        object-fit: cover;
        object-position: center
    }

    .promo__list-text {
        max-width: 86%
    }

    .choose__tarriff-act {
        padding: 20px
    }

    .choose__tarriff-act .choose__tarriff-renew {
        width: 160px
    }

    .show-number {
        font-size: 16px;
        line-height: 16px;
        right: -133px;
        width: 130px
    }

    .cabinet__offer-wrap {
        justify-content: left
    }

    .cooperate__title {
        height: 200px;
        background-size: cover
    }
}

@media screen and (max-width: 824px) {
    .container {
        padding: 0 30px
    }

    .profile-footer .social-link .profile-item-categors:last-child, .social-link {
        margin-bottom: 0
    }

    .cabinet__offer-wrap {
        width: 660px
    }

    .aside p {
        max-width: none
    }

    .choose__tarriff-renew {
        width: 160px
    }

    .cabinet__offer {
        display: flex;
        justify-content: center
    }

    .feedbackForm {
        width: 95%
    }

    .formsClasses__item {
        height: 165px
    }

    .ourTherapists-item:after {
        width: 51px;
        height: 50.25px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .ourTherapists-item {
        padding: 20px 46px 18px 23px
    }

    .listItem__info-name {
        font-size: 20px;
        line-height: 25px
    }

    .listItem__info-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .select-prev .listItem__info-content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
        color: #444;
        max-width: 340px
    }

    .select-prev .ourTherapists-item {
        padding-right: 25px
    }

    .listItem__img > img {
        width: 120px;
        max-height: 120px;
        margin: 0 auto
    }

    .listItem__img > a img {
        width: 120px;
        height: 120px;
        margin: 0 auto
    }

    .listItem__img > a {
        max-width: 120px
    }

    .ourTherapists-item {
        height: auto
    }

    .ourTherapists-btn {
        width: 182px;
        height: 55px
    }

    .listItem__info-content {
        font-size: 16px;
        line-height: 22px
    }

    .listItem__reviews {
        font-size: 18px;
        line-height: 20px
    }

    .star-rating {
        font-size: 1.7em;
        width: 4.4em
    }

    .offer-item {
        height: 190px
    }

    .offer-item-title {
        font-size: 26px;
        line-height: 28px
    }

    .offer-btn {
        width: 330px;
        height: 70px
    }

    .categories__title {
        font-size: 17px;
        line-height: 21px;
        max-width: 112px
    }

    .blog {
        flex-direction: column
    }

    .blog__body {
        width: 100%;
        margin-right: 0
    }

    .blog__footer {
        width: 100%;
        max-width: none
    }

    .blog__page-wrap {
        padding-bottom: 40px
    }

    .blog-wrap {
        background: #fff;
        padding: 20px 0 32px
    }

    .profile-body {
        flex-direction: column-reverse
    }

    .profile-sections {
        width: 100%
    }

    .profile-footer {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-bottom: 30px
    }

    .profile-img {
        max-width: 200px;
        max-width: 225px;
        max-height: 254px
    }

    .profile-box {
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .cabinet__item-title {
        font-size: 14px
    }

    .cabinet__item-img {
        height: 27px;
        width: 27px
    }

    .cabinet__list {
        width: 100%;
        padding: 15px 10px 10px 12px;
        margin-right: 20px
    }

    .cabinet__body {
        width: 100%;
        margin-bottom: 10px
    }

    .education-item {
        flex-direction: column;
        align-items: start
    }

    .education-item .authorization__input-title {
        margin-bottom: 7px
    }

    .cabinet {
        flex-direction: column-reverse
    }

    .authorization__input {
        flex-direction: row
    }

    .remove-profile {
        padding-left: 198px
    }

    .cabinet-link {
        font-size: 13px
    }

    .social-link .profile-item-categors {
        margin-bottom: 17px;
        width: calc(50% - 20px)
    }

    .social-link {
        flex-direction: row
    }

    .social-link .profile-item-categors:last-child {
        margin-bottom: 17px
    }

    .presentation iframe {
        height: 358px
    }

    .mob-nav {
        padding-left: 30px
    }

    .conditions-container .authorization__input, .contact__container .authorization__input {
        flex-direction: row
    }

    .setting-info .authorization__input-title {
        width: 179px !important
    }

    .profile__info-box {
        display: flex
    }

    .profile__info-box > .profile-link {
        width: 50%;
        padding-right: 25px
    }

    .profile__info-box > .profile-link:last-child {
        padding-left: 7px
    }

    .sadik-box .profile-link {
        width: 100%
    }

    .custom-item {
        padding: 15px
    }

    .custom-item .listItem {
        width: 100%
    }

    .custom-item .listItem__img-link {
        max-width: 80px
    }

    .custom-item .listItem__img-link img {
        width: 90px;
        height: 90px
    }

    .custom-item .listItem__reviews {
        font-size: 16px
    }

    .custom-item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px
    }

    .items-group {
        width: calc(100% + 20px);
        margin: 0 -10px
    }
}

@media screen and (max-width: 770px) {
    .education__content-box {
        margin-right: 29px
    }
}
@media screen and (max-width: 731px) {
    .catalog__article-list .article__item:nth-child(1) {
        margin-right: 0;
    }
}
@media screen and (max-width: 764px) {
    .contacts-wrap {
        flex-direction: column
    }

    .contacts-wrap__child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .contacts-wrap__child:last-child {
        margin-bottom: 0
    }
}
.blog__search_wrapper_mob{
    display: none;
}
.fb_iframe_widget_fluid_desktop iframe{
    min-width: 5px !important;
}
.blog_data_published_mob {
    display: none;
}
.callbackForm__text_padd {
    padding: 20px 0 0 0 !important;
}
.footer_social__icon{
    margin-right: 0 !important;;
}
.footer_social__icon_mob{
    display: none;
}
.footer_social__icon_25 {
    display: none;
}
@media screen and (max-width: 767px) {
    .footer > img {
        display: none;
    }

    .footer__logo {
        display: none;
    }
    .fb_plugin {
        /*padding: 20px 0;*/
    }

    .filter__selected_feature_reset button, .filter__selected_feature button{
        font-size: 14px !important;
    }

    .nav-items ul div{
        font-size: 16px;
    }

    .nav-items {
        margin-bottom: 15px;
    }

    .catalog__header_wrapper{
        margin-top: 5px;
    }

    .filter-box {
        margin-bottom: 15px;
    }

    .catalog__article-list .article__image{
        height: 132px;
    }

    .blog__search_wrapper_mob{
        display: block;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .blog__search_wrapper{
        display: none;
    }


    .select-prev > .select-wrap {
        margin-bottom: 15px;
    }

    .tegs-wrap {
        margin-bottom: 15px;
    }

    .popup-input {
        padding-left: 15px !important;
    }

    .footer_social__icon_text {
        display: none;
    }

    .footer-nav__four .footer-social__link .footer_social__icon_25{
        display: none !important;
    }

    .footer_social__icon{
        display: none !important;
    }

    .footer_social__icon_mob{
        display: block !important;
        margin-right: 10px  !important;

    }

    .footer_social__icon {
        width: 35px !important;
        height: 35px !important;
    }

    .footer-nav {
        padding-bottom: 15px !important;
    }

    .footer-nav__four {
        margin: 0 auto -10px !important;
        display: flex !important;
        justify-content: space-around;
        padding-bottom: 30px;
    }

    .footer-nav__first, .footer-nav__second, .footer-nav__three, .footer-nav__fourth {
        margin-bottom: 15px;
    }

    .footer-social__link {
        padding-top: 0 !important;
    }
    .footer-nav__four .footer-social__item {
        margin-bottom: 0px;
    }

    .status__callback-wrapper {
        margin-bottom: 0;
        padding-bottom: 0 !important;
        margin-top: -6px;
    }
    .footer-nav > ul {
        width: auto !important;
    }
    .ourTherapists-btn {
        width: 172px;
        height: 52px;
        font-size: 16px
    }

    .profile-footer .profile-item-categors {
        padding-right: 0
    }

    .parametrForm .bold-box .authorization__input-title {
        padding-top: 0
    }

    .cabinet-data-logZenter {
        margin-bottom: 10px
    }

    .info-block {
        margin: 20px 0;
        padding-right: 10px
    }

    .contacts-wrap__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .contacts-wrap__inpust-box {
        flex-direction: column
    }

    .contacts-wrap__child {
        margin-bottom: 20px
    }

    .contacts-wrap__inpust-box textarea {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-wrap__inpust-box textarea::placeholder {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-wrap__inpust-box input {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-wrap__inpust-box input::placeholder {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-wrap .inpust-box-title {
        min-width: 84px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 3px;
        margin-top: 0
    }

    .contacts-wrap__list-item {
        margin-bottom: 7px
    }

    .contacts-wrap__list-item, .contacts-wrap__list-item a {
        font-size: 16px;
        line-height: 20px
    }

    .contacts-wrap__list {
        padding-right: 0
    }

    .status_modal {
        padding: 30px 20px;
        max-width: 580px
    }

    .status_modal__text div {
        font-size: 20px;
        padding-right: 20px
    }

    .status_modal__text p {
        font-size: 16px;
        line-height: 19px
    }

    .promo-box, .promo__list, .promo__list li {
        margin-bottom: 20px
    }

    .info-block__content {
        padding-left: 60px
    }

    .info-block__content:before {
        content: "";
        left: 19px
    }

    .choose__tarriff + .info-block {
        margin-top: 10px
    }

    .agreements {
        font-size: 16px;
        line-height: 22px
    }

    .agreements h3 {
        font-size: 20px;
        line-height: 28px
    }

    .agreements > ul {
        margin-bottom: 10px
    }

    .crop-img-box .leavingModal__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center
    }

    .footer-info {
        display: block;
        text-align: center;
        font-family: Nunito, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 29px;
        color: #fff;
        margin-bottom: 40px;
        width: 100%
    }

    .footer > a {
        display: none
    }

    footer {
        height: auto
    }

    .footer, .footer-nav {
        align-items: flex-start;
        flex-direction: column
    }

    .footer-nav {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .footer-nav > ul {
        min-width: auto
    }

    .footer-nav li a {
        font-size: 21px !important;
        line-height: 29px !important;
        margin-bottom: 15px !important;
    }

    .footer-nav__first {
        display: block
    }

    .parametrForm .cancel-img {
        right: 0
    }

    .reviewsSlider__item {
        min-height: 355px
    }

    .text-wrap {
        font-family: Nunito;
        padding: 60px 0
    }

    .text-wrap p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .text-wrap h2, .text-wrap h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .text-wrap h4, .text-wrap h5, .text-wrap h6 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 15px
    }

    .text-wrap img:nth-child(2n), .text-wrap img:nth-child(odd) {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0
    }

    .text-wrap {
        padding: 30px 0
    }

    .profile-foto img {
        max-height: 150px
    }

    .custom-item .listItem__img {
        margin-bottom: 5px
    }

    .custom-item .listItem {
        flex-direction: column;
        justify-content: center
    }

    .custom-item .listItem__img {
        align-items: center
    }

    .name-organiz .cabinet-data__wrap .name-user-status {
        margin-top: -5px !important
    }

    .cooperate__wrap {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .education__content-box {
        margin-right: 23px
    }

    .remove-educational {
        right: -23px
    }

    .promo__list li {
        margin-bottom: 20px
    }

    .choose__tarriff-act .choose__tarriff-renew {
        width: 140px
    }

    .cabinet-maps {
        margin-bottom: 20px
    }

    .promo-items__text {
        font-size: 12px
    }

    .leaflet-popup-content-wrapper {
        margin-right: 20px
    }

    .catalog__img-text, .catalog__img-text img {
        margin-bottom: 15px
    }

    .promo-item {
        margin: 0 5px;
        padding: 20px 5px 10px
    }

    .promo-wrap {
        margin: 0 -5px
    }

    .promo-items__title {
        font-size: 18px
    }

    .education-wrap {
        margin-right: 22px
    }

    .education-wrap .add-educational {
        right: -40px
    }

    .cooperate div {
        background-size: cover;
        background-position: 50%;
        display: flex;
        align-items: center
    }

    .cabinet__offer-wrap {
        width: auto
    }

    .formsClasses__item {
        background-position: 50%;
        background-size: cover
    }

    .cabinet__offer-wrap {
        margin-left: -15px
    }

    .confirm-email {
        padding-top: 20px
    }

    .cabinet-position .container-page {
        padding-bottom: 21px
    }

    .foto-box .all__reviews-btn {
        margin: 0;
        margin-top: 4px;
        margin-left: -15px
    }

    .listItem__img > img {
        width: 110px;
        max-height: 110px;
        margin: 0 auto
    }

    .listItem__img > a img {
        width: 110px;
        height: 110px;
        margin: 0 auto
    }

    .listItem__img > a {
        max-width: 110px
    }

    .star-rating {
        font-size: 1.5em;
        width: 4.4em
    }

    .listItem__img {
        margin-right: 18px
    }

    .town-classes:before, .town-icon:before, .town-price:before {
        width: 20px;
        height: 20px;
        left: -32px
    }

    .listItem__info-name {
        font-size: 18px;
        line-height: 20px
    }

    .listItem__info-content {
        margin-left: 34px
    }

    .listItem__reviews {
        font-size: 16px;
        line-height: 20px
    }

    .cooperate__title {
        font-size: 32px;
        line-height: 40px;
        height: 180px
    }

    .categories__item {
        padding: 19px 24px 0
    }

    .select-prev .listItem__img > img {
        width: 90px;
        max-height: 90px
    }

    .select-prev .listItem__img > a img {
        width: 90px;
        height: 90px
    }

    .select-prev .listItem__img > a {
        max-width: 90px
    }

    .select-prev .listItem__img {
        margin-right: 15px
    }

    .select-prev .star-rating {
        font-size: 1.3em;
        width: 3.8em
    }

    .select-prev .ourTherapists-item {
        padding: 20px 38px 15px 20px;
        margin-bottom: 10px
    }

    .select-prev .town-icon:before {
        width: 22px;
        height: 22px;
        left: -35px
    }

    .select-prev .town-price:before {
        width: 22px;
        height: 22px;
        left: -32px
    }

    .select-prev .town-classes:before {
        width: 22px;
        height: 22px;
        left: -35px
    }

    .select-prev .listItem__info-content {
        margin-bottom: 12px;
        max-width: 280px
    }

    .select-prev .listItem__info-name {
        margin-bottom: 10px
    }

    .profile-footer {
        margin-bottom: 20px
    }

    .profile-foto {
        margin-bottom: 8px
    }

    .profile-header {
        padding: 20px 20px 15px
    }

    .profile-header.article-box{
        padding: 5px 10px 15px !important;
    }

    .contact__container .authorization__input {
        flex-direction: column
    }

    .sections-box .input-wrapper {
        margin-bottom: 15px
    }

    .change-password-btn {
        margin-bottom: 17px
    }

    .cabinet-data__wrap .input-box {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 700px) {
    .cabinet-links {
        flex-direction: column
    }

    .cabinet-link {
        width: 100%;
        height: 50px;
        font-size: 16px;
        line-height: 20px
    }

    .cabinet-onlin {
        border-radius: 0
    }

    .cabinet-links .cabinet-link:first-child {
        border-radius: 5px 5px 0 0
    }

    .cabinet__offer-wrap {
        justify-content: center
    }
}

@media screen and (max-width: 668px) {
    .formsClasses__item {
        width: calc(33.3% - 20px);
        margin: 10px
    }

    .promo__list-text {
        max-width: 82%
    }

    .profile__info-box .profile-link:last-child {
        border-top: none
    }

    .promo-title {
        font-size: 19px
    }

    .choose__tarriff-act .choose__tarriff-items {
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto;
        justify-content: center
    }

    .choose__tarriff-act .choose__tarriff-items .choose__tarriff-item {
        margin-bottom: 10px;
        margin-right: 10px
    }

    .formsClasses__item-content {
        font-size: 18px;
        line-height: 24px
    }

    .formsClasses__item {
        height: 170px
    }

    .selectSection__btn {
        width: 185px;
        height: 50px;
        margin-right: 40px
    }

    .error img {
        width: 177px
    }

    .error__text {
        font-size: 102px
    }

    .error__title {
        font-size: 19px;
        line-height: 23px;
        margin-top: 0
    }

    .formsClasses__items {
        margin: -10px;
        flex-wrap: wrap
    }

    .section-wrap {
        padding: 20px 0
    }

    section.slider {
        padding-top: 20px
    }

    .offer-item {
        width: calc(50% - 20px)
    }

    .cooperate__item li span {
        font-size: 18px;
        line-height: 28px;
        margin-right: 13px;
        text-align: center
    }

    .cooperate__item li {
        font-size: 18px;
        line-height: 30px
    }

    .reviewsSlider__item {
        padding: 32px 15px 22px
    }

    .selectSection {
        margin-bottom: 0
    }

    .footer img {
        max-width: 120px
    }

    .select-prev .ourTherapists-item:after {
        width: 54px;
        height: 51.25px;
        background-size: contain
    }

    .conclusion-modal-logoped, .conclusion-modal-logoped-zenter, .confirm_password-modal, .forgot_password-modal {
        width: 100%
    }

    .conclusion-title {
        font-size: 18px;
        line-height: 23px
    }

    .conclusion-text {
        font-size: 14px;
        line-height: 18px
    }

    .arcticmodal-container_i {
        width: 100%
    }

    .confirm_password-modal .authorization__input-title {
        margin-right: 0;
        text-align: left
    }

    .profile__info-box {
        flex-direction: column
    }

    .profile__info-box .profile-link {
        width: 100%
    }

    .formsClasses__item {
        height: 130px
    }
}

@media screen and (max-width: 600px) {
    .feedback__form .input-box {
        width: 100%
    }

    .profile-header.article-box{
        padding: 0 10px 15px !important;
    }

    .callback-wrapper.fancybox-content {
        width: 370px;
    }

    .status__callback-wrapper {
        padding-bottom: 5px !important;
        padding-top: 0 !important;
        margin-top: -6px;
        margin-bottom: 5px !important;
    }

    .popup-input{
        padding-left: 15px;
    }

    .warning-modal {
        width: 95%;
        margin: 0 auto
    }

    .warning-modal__title {
        padding-right: 16px
    }

    .mob-nav .header__login {
        margin-top: 10px;
        display: flex;
        border: 1px solid #79b530 !important;
        color: #79b530
    }

    .choose__tarriff-renew {
        width: 138px;
        height: 41px;
        font-size: 16px
    }

    .header__controll .login-out {
        display: none
    }

    .promo-wrap {
        flex-direction: column;
        align-items: center;
        margin: 0
    }

    .home_uk, .user_home {
        text-align: center;
        padding: 0 3px
    }

    .catalog__text img {
        float: none;
        margin-bottom: 10px
    }

    .home_uk::placeholder, .user_home::placeholder {
        text-align: center
    }

    .promo__list-text {
        font-size: 14px;
        line-height: 22px;
        max-width: 65%
    }

    .promo__list-number {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        font-size: 26px;
        line-height: 26px
    }

    .promo-item {
        padding: 20px 10px 10px;
        width: 100%;
        margin: 0;
        max-width: 280px;
        margin-bottom: 10px;
        min-height: auto;
        padding-bottom: 20px
    }

    .promo-item:last-child {
        margin-bottom: 0
    }

    .authorization__wrap .authorization__input {
        align-items: flex-start
    }

    .header__link a {
        margin-top: 1px
    }

    .authorization__wrap {
        margin-bottom: 13px
    }

    .feedbackForm-coment {
        margin-left: 0;
        max-width: 440px
    }

    .feedbackForm .star-rating {
        margin-bottom: 10px;
        font-size: 2.7em;
        width: 283px;
        margin-left: 0 !important
    }

    .ourTherapists-btn {
        font-size: 16px;
        margin-top: 20px
    }

    .selectSection__box {
        margin-left: 54px
    }

    .complaint-wrap {
        padding: 30px 20px 20px
    }

    .leavingModal-box {
        width: 95%
    }

    .complaint__title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 6px;
        margin-bottom: 12px
    }

    .profile__type input[type=radio]:checked + label.label-input, [type=radio]:not(:checked) + label.label-input {
        font-size: 14px;
        text-align: left
    }

    .complaint__box .input-wrapper {
        margin-bottom: 7px
    }

    .complaint__title:before {
        width: 22px;
        height: 22px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .remove-profile {
        padding-left: 0
    }

    .select__box {
        justify-content: space-between;
        width: 100%
    }

    .ourTherapists-item {
        height: auto;
        flex-direction: column
    }

    .conclusion-modal-logoped, .conclusion-modal-logoped-zenter, .confirm_password-modal {
        margin-bottom: 0
    }

    .conditions-container .authorization__input {
        flex-direction: column
    }

    .reviewsSlider__item-name {
        font-size: 16px
    }

    .reviewsSlider__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .reviewsSlider__item-user {
        font-size: 14px;
        line-height: 17px
    }

    .offer-item-title {
        font-size: 24px;
        line-height: 24px
    }

    .offer-item-subtitle {
        font-size: 23px;
        line-height: 28px
    }

    .offer-btn {
        width: 300px;
        height: 58px;
        font-size: 16px;
        line-height: 25px
    }

    .formsClasses__item-content {
        font-size: 18px;
        line-height: 23px
    }

    .categories__item {
        width: calc(50% - 20px)
    }

    .footer img {
        max-width: 110px
    }

    .listItem__info-btn {
        margin-top: 10px;
        flex-direction: row !important;
        justify-content: space-between
    }

    .select-prev .ourTherapists-item {
        padding: 15px
    }

    .filter-box {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column
    }

    .select__box {
        margin-top: 10px
    }

    .profile__container {
        flex-direction: column
    }

    .header__login {
        display: none
    }

    .error {
        margin-bottom: 79px;
        flex-direction: column-reverse
    }

    .error .error__box {
        text-align: center
    }

    .authorization__input {
        flex-direction: column
    }

    .arcticmodal-container_i2 {
        padding: 15px;
        margin: 0;
        border: 0;
        vertical-align: middle
    }

    .authorizationForn .authorization__content .input-wrapper {
        padding-left: 0
    }

    .cabinet-address .address-street {
        margin-bottom: 0
    }

    .home_uk, .user_home {
        width: 50px !important
    }

    .authorizationForn .authorization__wrap, .confirm_password-modal .registr__wrap .authorization__input, .passwordReapedForm .authorization__input, .passwordReapedForm .registr__wrap, .registrForm .authorization__wrap .authorization__input:last-child, .typeProfile .registr__wrap {
        margin-bottom: 20px
    }

    .passwordReapedForm .password_reaped-btn {
        margin-top: 5px
    }
}

@media screen and (max-width: 500px) {
    .article__list .article__item:nth-child(3){
        display: block !important;
        margin-right: 0 !important;
    }

    .catalog__article-list .article__image {
        height: 205px !important;
    }

    .article__list .article__item:nth-child(2) {
        margin-right: 0 !important;
        margin-left: 10px !important;
    }

    .article__list .article__item {
        margin: 10px 15px 10px 10px !important;
    }

    .article__item {
        max-width: 98% !important;
    }

    .author__posts_list .blog__item-img {
        height: 170px !important;
    }

    .article__item_profile .article__image {
        width: 98% !important;
        height: 210px !important;
    }

    .article__footer {
        margin-right: 10px;
    }

    .article__item_profile .article__image .blog__item-img {
        height: 210px !important;
    }

    .catalog__article-list .article__item_catalog:nth-child(2) {
        margin-left: 0 !important;
    }

    .catalog__article-list .article__item_catalog .article__wrap{
        height: 120px;
        overflow: hidden;

    }

    /* Статьи автора (начало) */
    .article__item_profile {
        height: 360px !important;
        max-width: 445px;
    }

    .article__item_catalog {
        height: 440px !important;
    }

    .article__list .article__image {
        width: 98% !important;
    }

    .article__list .article__image .blog__item-img {
        height: 200px !important;
    }

    .article__item_profile .article__wrap {
        height: 110px !important;
    }

    .article__item_profile .article__image .blog__item-img {
        height: 210px !important;
    }

    /* Статьи автора (конец) */

    .catalog__article-list .article__item_catalog {
        margin: 10px 0 10px 0 !important;
    }

    .selectSection .selectric-wrapper {
        max-width: 400px;
        height: 50px;
        width: 100%
    }

    .status__callback-wrapper {
        margin-top: 0 !important;
        padding-bottom: 5px !important;
    }



    .info-wrap {
        font-size: 18px;
        line-height: 25px;
        position: relative;
        margin-bottom: 13px;
        padding-left: 52px
    }

    .info-wrap:before {
        left: 14px
    }

    .status-registr {
        margin-top: 15px
    }

    .authorization__links-box {
        justify-content: center
    }

    .catalog__img-text img {
        margin-bottom: 10px;
        margin-right: 0
    }

    .forgot_password-modal .status-registr {
        margin-top: -3px;
        margin-bottom: 4px;
        text-align: left
    }

    .promo__list-text {
        max-width: 77%
    }

    .choose__tarriff-items {
        justify-content: space-between
    }

    .choose__tarriff-item {
        margin-bottom: 10px;
        margin-right: 10px
    }

    .choose__tarriff-item :first-child {
        margin-left: 10px
    }

    .promo-page-title {
        margin-bottom: 0 !important;
        font-weight: 500
    }

    .reviews-box .profile__container {
        margin-bottom: 0
    }

    .choose__tarriff-items {
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto;
        justify-content: center
    }

    .reviews-wrapper > .reviews .reviews__wrap > img, .reviews__item--group .reviews__item img {
        display: none
    }

    .reviews__item--group .reviews__item img .reviews__container {
        text-align: left
    }

    .registr__wrap .input-box {
        width: 100%;
        max-width: 323px
    }

    .selectSection__wrap {
        background-position-x: 20%;
        background-size: cover;
        height: 400px
    }

    .cooperate div, .formsClasses__item {
        background-position: 50%;
        background-size: cover
    }

    .cooperate div {
        background-repeat: no-repeat
    }

    .offer-item {
        background-position: 50%;
        background-size: cover
    }

    .change-password-btn, .remove-profile, .sections-box .confirm input[type=checkbox]:checked + label.label-input, .sections-box .confirm input[type=checkbox]:not(:checked) + label.label-input {
        font-size: 16px;
        line-height: 18px
    }

    .change-password-btn {
        margin-bottom: 12px
    }

    .mob-item {
        display: block
    }

    .mob-nav {
        padding-left: 15px;
        margin-top: 20px
    }

    .mob-nav .header__login {
        display: flex
    }

    .mob-nav li {
        margin-bottom: 0
    }

    .header__link span {
        display: block;
        padding-top: 2px;
        padding: 0 5px
    }

    .header__link {
        display: flex;
        margin-top: 1px
    }

    .number-cont > .input-box:last-child {
        margin-bottom: 10px
    }

    .cabinet-social .profile-item-categors img {
        width: 26px;
        height: 26px
    }

    .conclusion-wrap {
        flex-direction: column;
        text-align: center
    }

    .complaint__title {
        font-size: 19px;
        line-height: 24px;
        padding-bottom: 6px;
        margin-bottom: 12px
    }

    .arcticmodal-container_i2 {
        padding: 0
    }

    .complaint-box {
        width: 95%
    }

    .complaint-confirm-btn {
        width: 246px;
        font-size: 13.5px
    }

    .conclusion-cancel {
        font-size: 14px
    }

    .conclusion-modal-logoped, .conclusion-modal-logoped-zenter, .confirm_password-modal, .forgot_password-modal {
        width: 95%
    }

    .complaint__text {
        font-size: 13px
    }

    .complaint__box, .complaint__text {
        margin-left: 0
    }

    .conclusion-wrap img {
        margin-bottom: 15px
    }

    .profile-item-info, .remove-profile {
        padding-left: 0
    }

    .selectSection__box-select {
        position: relative;
        width: 100%
    }

    .from-box input {
        width: 91px !important;
        margin-bottom: 0 !important
    }

    .leavingModal__title {
        font-size: 20px;
        line-height: 22px;
        text-align: center
    }

    .leavingModal__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .leavingModal__img {
        margin-bottom: 25px
    }

    .leavingModal__text {
        text-align: center
    }

    .before-box input {
        width: 91px !important;
        margin-bottom: 0 !important
    }

    .reviews__wrap > img {
        margin-right: 10px
    }

    .reviews__wrap .star-rating {
        font-size: 1.8em;
        width: 4em
    }

    .selectSection .selectric-wrapper .label {
        font-size: 20px
    }

    .selectSection .direction-box:before {
        width: 35px;
        height: 35px
    }

    .ourTherapists__find-title {
        font-size: 22px;
        line-height: 30px
    }

    .ourTherapists__find-btn {
        font-size: 16px;
        line-height: 25px
    }

    .ourTherapists-btn {
        height: 45px;
        font-size: 16px
    }

    .formsClasses__item {
        height: 120px
    }

    .offer-item {
        height: 170px
    }

    .offer-btn {
        width: 270px;
        height: 50px
    }

    .categories__img {
        height: 110px
    }

    .categories__item {
        height: 193px
    }

    .reviewsSlider__item {
        margin: 0 10px
    }

    .reviewsSlider__wrap {
        display: flex;
        flex-direction: column;
        margin: 0 -10px
    }

    .container {
        padding: 0 15px
    }

    .categories {
        margin-right: -20px;
        margin-bottom: -20px
    }

    .selectric-items li {
        font-size: 18px;
        line-height: 18px
    }

    .cooperate__title {
        font-size: 28px;
        line-height: 35px;
        height: 135px
    }

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

    .authorization-page .authorization__input-title {
        margin-bottom: 10px
    }

    .nav-items ul div {
        /*font-size: 14px;*/
        line-height: 24px
    }

    .cabinet-data .input-box {
        width: max-content !important
    }

    .seniority-box .input-box input {
        width: 40px !important
    }

    .seniority-box .year-box input {
        width: 62px !important
    }

    .reviews {
        padding: 15px 13px
    }

    .addres-wrap-town .seniority-item .xdsoft_autocomplete input, .addres-wrap .seniority-item .xdsoft_autocomplete input, .cabinet-data__wrap .cabinet-address {
        margin-bottom: 10px
    }

    .addres-wrap-town .cabinet-data__wrap .input-box, .addres-wrap .cabinet-data__wrap .input-box {
        margin-bottom: 0
    }

    .foto-box.act-boxs {
        padding-bottom: 0 !important
    }

    .selectSection__box-select .xdsoft_input {
        max-width: 400px
    }

    .selectSection__box-select .flexselect {
        max-width: 400px;
        width: 100%
    }

    .feedbackForm .input-wrap input {
        width: 100%
    }

    .fancybox-slide > div {
        margin: 0
    }

    .feedbackForm__title {
        font-size: 21px;
        margin-bottom: 10px
    }

    .feedbackForm .authorization__input-title {
        font-size: 18px;
        line-height: 29px
    }

    .input-wrap input {
        font-size: 18px
    }

    .input-wrap input::placeholder {
        font-size: 18px
    }

    .feedbackForm-coment textarea {
        font-size: 18px;
        line-height: 22px
    }

    .feedbackForm-coment textarea::placeholder {
        font-size: 18px;
        line-height: 22px
    }

    .feedbackForm .star-rating {
        font-size: 2.4em;
        width: 170px;
        margin-left: 56px !important
    }

    .hide-mob-item {
        display: none
    }

    .custom-item {
        padding: 20px !important;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        border: 2px solid #ddd
    }

    .custom-item .listItem__img-link {
        max-width: 100px !important
    }

    .custom-item .listItem__img-link img {
        width: 100px !important;
        height: auto !important
    }

    .custom-item:hover {
        border: 2px solid #79b530
    }
}

@media screen and (max-width: 450px) {
    .aside__item{
        min-height: 0;
    }
    .custom-item .listItem__info-name {
        text-align: center;
        width: 100%
    }

    .blog_data_published {
        display: none;
    }

    .blog_data_published_mob {
        display: block;
    }

    .listItem__info-type {
        text-align: center;
        margin-top: 0
    }

    .select-prev .address-icon:before {
        left: -35px
    }

    .listItem {
        flex-direction: column
    }

    .reviewsSlider__item {
        min-height: 320px
    }

    .select-prev .listItem__img > a {
        margin: 0 auto
    }

    .profile__info-box > .profile-link:last-child {
        padding-left: 0
    }

    .select-prev__list .rating-box .star-rating {
        margin: 0 auto
    }

    .listItem__info-name, .listItem__info-title, .listItem__reviews-status {
        text-align: center
    }

    .profile-footer .social-link a {
        padding-top: 20px
    }

    .profile-footer .social-link {
        margin-top: -20px
    }

    .select-prev .listItem__info-name {
        margin-bottom: 5px;
        display: block;
        text-align: center
    }

    .listItem__img {
        margin-right: 0 !important
    }

    .leavingModal-box {
        padding: 30px 15px
    }

    .profile-link {
        padding: 15px 0
    }

    .reviews__item {
        padding-bottom: 10px
    }
}

@media screen and (max-width: 500px) {
    .ourTherapists__find {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center
    }

    .inform-bar {
        margin-bottom: 10px;
        flex-direction: column
    }

    .inform-bar__progres-bar {
        margin-bottom: 15px;
        display: flex;
        justify-content: center
    }

    .inform-bar__text {
        margin-left: 0
    }

    .cooperate div {
        font-size: 20px;
        line-height: 24px
    }

    .reviews-box .all__reviews {
        margin-top: 0
    }

    .reviews-box .show-all {
        margin-bottom: 7px
    }

    .accept [type=checkbox]:not(:checked) + label.label-input, .accept input[type=checkbox]:checked + label.label-input {
        padding-left: 30px
    }

    .cabinet__container {
        margin-bottom: 5px
    }

    .authorization__wrap .authorization__input {
        margin-bottom: 15px
    }

    .registr-btn {
        width: 160px;
        height: 45px
    }

    .cabinet-maps {
        height: 339px
    }

    .reviews-wrapper .reviews {
        margin-bottom: 12px
    }

    .map-submit {
        width: 290px;
        height: 43px
    }

    .ourTherapists__find-title {
        margin-bottom: 7px
    }

    .formsClasses .ourTherapists__find {
        margin-bottom: 15px
    }

    .reviewsSlider .ourTherapists__find {
        margin-bottom: 10px
    }

    .offer-item {
        height: 150px
    }

    .cooperate__item li span {
        font-size: 16px;
        line-height: 25px;
        margin-right: 13px
    }

    .cooperate__item li {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .cooperate-btn {
        width: 246px;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff
    }

    .selectSection__title {
        font-size: 30px;
        line-height: 38px;
        color: #fff;
        margin-bottom: 30px
    }

    .selectSection__wrap {
        height: 450px
    }

    .ourTherapists-item {
        padding: 20px 15px 18px
    }

    .listItem__info-name {
        font-size: 17px;
        line-height: 18px
    }

    .listItem__info-content {
        font-size: 15px;
        line-height: 20px
    }

    .listItem__img > img {
        width: 100px;
        max-height: 100px
    }

    .listItem__img > a img {
        width: 100px;
        height: 100px
    }

    .listItem__img > a {
        max-width: 100px
    }

    .listItem__img {
        margin-right: 12px
    }

    .pagination-box {
        padding-left: 0;
        margin-bottom: 17px
    }

    .blog .pagination-box {
        margin-bottom: 13px
    }

    .blog__item-img {
        height: 170px;
        width: 100%;
        border-radius: 5px;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .author__posts_list .blog__item-subtitle {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .blog__item-subtitle {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .blog__item-link {
        font-size: 20px;
        line-height: 27px
    }

    .blog__item-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .blog__page-text {
        font-size: 14px;
        line-height: 21px
    }

    .blog__page-text p {
        margin-bottom: 8px
    }

    .blog__page-text, .section-profile {
        margin-bottom: 20px
    }

    .section-profile {
        padding-bottom: 20px
    }

    .error__wrap {
        height: calc(100% - 20px)
    }

    .error {
        margin-bottom: 0
    }

    .popular__title {
        font-size: 14px
    }

    .aside__item-img, .popular__item img {
        margin-right: 10.5px
    }

    .aside__item-img, .popular__item img {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 18px
    }

    .aside p, .popular__item-text {
        line-height: 17px
    }

    .aside__title, .tag__title {
        font-size: 20px
    }

    .blog__footer {
        width: 100%;
        max-width: none
    }

    .authorization .input-box input {
        max-width: 323px;
        width: 100%;
        height: 35px;
        font-size: 16px;
        line-height: 22px
    }

    .authorization .input-box input::placeholder {
        font-size: 16px;
        line-height: 30px
    }

    .authorization .input-box {
        width: 100%
    }

    .cabinet-data-logZenter .authorization .input-box input {
        width: 180px
    }

    .authorization__links-box {
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .authorization__item {
        width: 100%;
        max-width: 94%
    }

    .authorization__links {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .authorization__item:last-child {
        margin-right: 10px
    }

    .authorization__item {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .authorization__title {
        margin-bottom: 15px;
        font-size: 20px
    }

    .come-btn {
        width: 160px;
        height: 45px
    }

    .authorization__content {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .registr-page .authorization__content {
        padding-bottom: 20px;
        margin-bottom: 0
    }

    .registr-title {
        font-size: 16px;
        line-height: 21px
    }

    .authorization__links, .registr-page .authorization__input {
        flex-direction: column
    }

    .registr__content .authorization__input-title {
        margin-bottom: 8px
    }

    .confirm input[type=checkbox]:checked + label.label-input, .confirm input[type=checkbox]:not(:checked) + label.label-input {
        font-size: 16px;
        line-height: 19px
    }

    .registrFrof-btn {
        max-width: 260px;
        width: 100%;
        height: 48px
    }

    .social-wrap {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 15px
    }

    .nav-items ul a, .nav-items ul li:first-child div {
        font-size: 14px
    }

    .profile-img {
        max-width: 200px;
        max-width: 190px;
        max-height: 214px
    }

    .profile-box {
        margin-top: 5px
    }

    .presentation iframe {
        height: 213px
    }

    .profile-resume {
        font-size: 14px
    }

    .profile-resume p {
        margin-bottom: 0
    }

    .show-resume p {
        margin-bottom: 11px
    }

    .profile-header {
        padding: 18px 10px;
    }
    .profile-header.article-box{
        padding: 0 0 !important;
    }
    .profile-subTitle {
        margin: 0 auto;
        display: flex;
        margin-bottom: 10px
    }

    .profile-footer {
        margin-bottom: 15px
    }

    .select__box .selectric-items li, .selectric-items ul {
        font-size: 14px;
        line-height: 21px
    }

    .select__box {
        justify-content: space-between
    }

    .reviews-sort {
        margin-right: 10px
    }

    .reviews__item > img {
        width: 80px;
        height: 80px;
        margin-right: 0;
        display: block;
        margin-bottom: 5px
    }

    .reviews__user {
        margin-bottom: 0
    }

    .reviews__container .star-rating {
        margin-left: -1px
    }

    .reviews__item--group .reviews__user {
        margin-bottom: 5px
    }

    .reviews__text {
        text-align: left
    }

    .reviews__container .star-rating {
        margin-left: -3px
    }

    .reviews__item {
        position: relative
    }

    .reviews__container {
        position: static
    }

    .reviews__date {
        font-size: 12px;
        line-height: 19px
    }

    .all__reviews {
        align-items: center;
        flex-direction: column
    }

    .all__reviews-btn {
        margin-bottom: 10px;
        margin-left: -8%
    }

    .profile-foto a {
        width: 33.3%;
        padding: 0 6px;
        padding-bottom: 10px;
        height: max-content
    }

    .reviews__item {
        flex-direction: column;
        align-items: center
    }

    .profile-foto {
        margin-bottom: 10px
    }

    .profile-subTitle span {
        display: block;
        margin-left: 4px
    }

    .profile-position .container-page {
        padding-bottom: 22px
    }

    .map {
        height: 253px
    }

    .profile-info .profile-subTitle {
        margin-bottom: 10px
    }

    .reviews__item :last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .section-profile {
        margin-left: 10px;
        margin-right: 10px
    }

    .all__reviews-btn {
        padding-right: 0
    }

    .close-filter {
        right: 317px;
        top: 14px
    }

    .before-box, .from-box {
        margin-bottom: 0 !important
    }

    .reviews .reviews__text {
        text-align: left
    }

    .reviews__item {
        margin-bottom: 10px;
        margin-right: 5px
    }

    .addres-wrap .seniority-item .xdsoft_autocomplete {
        width: 250px !important;
        width: 269px !important
    }

    .addres-wrap-town .seniority-item .xdsoft_autocomplete {
        width: 250px !important;
        width: 269px !important
    }

    .cabinet-data__wrap .input-box, .cabinet__title {
        margin-bottom: 15px !important;
    }

    .cabinet__title {
        padding-bottom: 10px
    }

    .filial-wrap .input-box {
        margin-bottom: 15px
    }

    .cabinet-info .authorization__input-title {
        margin-top: 0
    }

    .cabinet-data-logZenter .cabinet-data__wrap .input-box {
        margin-bottom: 0 !important
    }

    .cabinet__container {
        margin-bottom: 15px
    }

    .home_uk, .user_home {
        padding-right: 5px !important;
        width: 48px !important;
        padding-left: 5px !important
    }

    .select__box .selectric .label {
        font-size: 16px;
        line-height: 18px
    }

    .cooperate__title div {
        margin-bottom: 0
    }
}

@media screen and (max-width: 420px) {
    .reviews__wrap {
        flex-direction: column;
        align-items: center
    }

    .callback_button {
        font-size: 13px !important;
        max-width: 140px !important;
    }

    .custom-header {
        top: 6px
    }

    .text-wrap img {
        width: 100% !important
    }

    .cabinet__body .reviews__wrap {
        flex-direction: row
    }

    .selectSection__box-select .xdsoft_input {
        height: 55px
    }

    .selectSection__box label.error {
        bottom: -13px
    }

    .text-wrap img:nth-child(2n), .text-wrap img:nth-child(odd) {
        max-height: 240px
    }

    .catalog__text img {
        width: 100%
    }

    .aside__item-text, .popular__item-title {
        font-size: 14.5px;
        line-height: 18px
    }

    .passwordReapedForm .authorization__content, .registrForm .authorization__content {
        padding-bottom: 0
    }

    .conclusion-wrap {
        padding: 30px 15px 10px
    }

    .reviews__content {
        display: flex;
        flex-direction: column
    }

    .conclusion-btn {
        justify-content: center;
        padding: 12px 20px 10px
    }

    .profile-foto a {
        width: calc(50% - 1px);
        padding: 0 6px;
        padding-bottom: 8px
    }

    .reviews__wrap > img {
        margin-bottom: 5px;
        margin-right: 0
    }

    .reviews .reviews__text {
        padding-right: 10px
    }

    .reviews__btns {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .reviews-top-btn {
        margin-bottom: 5px;
        margin-right: 0
    }

    .selectSection__title {
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px
    }

    .listItem__info-btn {
        margin-top: 10px;
        flex-direction: column !important;
        align-items: center
    }

    .select-prev .price-label {
        max-width: none;
        margin-bottom: 10px
    }

    .listItem__info-name {
        text-align: center
    }

    .listItem__img {
        margin-bottom: 10px;
        margin-right: 0 !important
    }

    .profile-item-info, .profile-item-name, .profile-item-name a, .reviews-sort {
        /*font-size: 14px;*/
        line-height: 19px
    }

    .select__box .selectric .label {
        line-height: 21px;
        height: 32px
    }

    .select__box .selectric {
        width: 100%;
        height: 32px;
        background: #f2f2f2;
        border-radius: 5px;
        max-width: 170px
    }

    .filter-box .select__box .selectric {
        max-width: 156px
    }

    .select__box .selectric .button {
        height: 31px
    }

    .container-page {
        padding: 15px
    }

    .cabinet-data-logZenter .input-box input {
        width: 165px
    }

    .home_uk, .user_home {
        width: 47px !important
    }

    .addres-wrap-town .seniority-item .xdsoft_autocomplete, .addres-wrap .seniority-item .xdsoft_autocomplete {
        width: 226px !important
    }

    .select__box .selectric .label {
        font-size: 14px;
        line-height: 14px
    }

    .select-prev .ourTherapists-item {
        padding: 15px 13px
    }

    .selectSection .selectric-wrapper .label {
        font-size: 18px;
        margin-left: 15px
    }

    .selectSection__box-select:first-child {
        margin-bottom: 15px
    }

    .selectSection .direction-box:before {
        width: 30px;
        height: 30px;
        left: -44px
    }

    .selectSection .town-box:before {
        width: 30px;
        height: 30px;
        left: -41px
    }

    .header__logo > img {
        width: 98px;
        height: 34px
    }

    .header__login {
        display: none
    }

    header {
        height: 65px
    }

    .hamburger {
        margin-top: 0
    }

    .selectSection .selectric-wrapper .selectric:after {
        width: 17px;
        height: 10px
    }

    .selectSection__btn {
        width: 185px;
        height: 50px
    }

    .selectSection__box {
        margin-left: 40px
    }

    .offer-item-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0
    }

    .offer-item-subtitle {
        font-size: 16px;
        line-height: 23px
    }

    .reviewsSlider .slick-dots {
        margin-top: 12px
    }

    .reviewsSlider .slick-dots li {
        width: 18px;
        height: 18px;
        margin-right: 15px
    }

    .reviewsSlider li.slick-active button {
        width: 10px;
        height: 10px
    }

    .offer-item {
        height: 130px
    }

    .categories__img {
        height: 95px
    }

    .categories__item {
        height: 162px
    }

    .categories__title {
        font-size: 14px;
        line-height: 16px;
        max-width: 94px
    }

    .categories__item {
        padding: 19px 8px 0 6px
    }

    .cooperate div {
        position: relative;
        z-index: 3;
        font-size: 20px;
        line-height: 24px
    }

    .cooperate {
        margin-bottom: 10px
    }

    .cooperate__title div {
        margin-bottom: 0
    }

    .cooperate__title {
        font-size: 28px;
        line-height: 35px;
        height: 110px
    }

    .cooperate__item {
        margin-bottom: 20px;
        padding-left: 20px
    }

    .cooperate__item li span {
        font-size: 14px;
        line-height: 14px;
        margin-right: 10px;
        padding: 3px 6px
    }

    .cooperate__item li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 7px
    }

    .cooperate-btn {
        width: 220px;
        height: 45px;
        font-size: 16px;
        line-height: 20px
    }

    section.slider {
        padding-top: 10px
    }

    .section-wrap {
        padding: 10px 0
    }

    .formsClasses__item {
        height: 190px;
        padding: 0 10px;
        height: 90px;
        padding: 0 5px;
        margin: 0 5px;
        width: 100%;
        margin-bottom: 10px;
        height: 230px;
        font-size: 9px
    }

    .formsClasses__items {
        margin: -5px
    }

    .formsClasses__item-content {
        font-size: 22px;
        line-height: 24px
    }

    .offer-item {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 10px
    }

    .categories__item, .offer-wrap {
        margin-bottom: 10px
    }

    .categories__item {
        width: calc(50% - 10px);
        margin-right: 10px
    }

    .categories {
        margin-right: -10px;
        margin-bottom: -10px
    }

    .nav-items ul a, .nav-items ul li:first-child div {
        font-size: 14px;
        line-height: 23px
    }

    .popular__item {
        flex-direction: column
    }

    .aside__item, .popular__item {
        margin-bottom: 15px
    }

    .popular__item-wrap {
        padding: 18px
    }

    .aside__item-img {
        margin-bottom: 0
    }

    .conclusion-text p {
        margin-bottom: 15px
    }

    .settings-img-box {
        margin: 0 5px;
        margin-bottom: 10px
    }

    .media-file {
        margin: 0 -5px
    }

    .age_groups-box .seniority-items {
        padding: 7px
    }

    .expert__box {
        margin-bottom: 14px !important
    }

    .education-item .authorization__input-title {
        margin-bottom: 4px
    }

    .education-group {
        margin-bottom: 20px
    }

    .resume_uk {
        height: 250px
    }

    .resume__box {
        padding-left: 10px
    }

    .change-password-btn {
        margin-bottom: 15px
    }

    .sections-box .input-wrapper {
        margin-bottom: 18px
    }

    .cabinet__body {
        margin-bottom: 20px
    }

    .selectSection__box-select .xdsoft_input {
        padding-left: 8px
    }

    .selectSection__box-select .xdsoft_input::placeholder {
        font-size: 20px !important;
        line-height: 24px !important
    }

    .selectSection__box-select .xdsoft_input::-moz-placeholder {
        line-height: 55px !important
    }

    .selectSection__box-select .xdsoft_input {
        font-size: 20px !important;
        line-height: 22px !important
    }

    .selectSection__box-select .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        font-size: 20px;
        line-height: 25px
    }

    .hamburger.is-active {
        margin-top: 0
    }

    .select__box .selectric .label {
        padding: 5px 28px 7px 9px
    }

    .is-active {
        margin-top: -2px
    }

    .profile-link .profile-item-categors .profile-item-name a, .show-number {
        font-size: 14px
    }

    .show-number {
        line-height: 14px
    }
}
@media screen and (max-width: 360px) {
    .article__item_catalog .article__wrap {
        height: 170px !important;
        overflow: hidden;
    }

    .catalog__article-list .article__image .blog__item-img {
        height: 175px !important;
    }

    .catalog__article-list .article__image {
        height: 175px !important;
    }

    .article__item_catalog {
        height: 425px !important;
    }

    .article__item_profile .article__image .blog__item-img {
        height: 150px !important;
    }

    .article__item_profile .article__image {
        height: 150px !important;
    }

    .article__item_profile {
        height: 300px !important;
    }
}
@media screen and (max-width: 380px) {
    .formsClasses__item-content {
        padding: 0 10px
    }

    .post_image .blog__item-img {
        height: 170px !important;
    }

    .blog__item .article__info_item {
        /*font-size: 14px !important;*/
    }

    .conclusion-btn {
        justify-content: center;
        padding: 12px 5px 10px
    }

    .conclusion-cancel {
        width: 72px;
        height: 38px
    }

    .nav-items ul div {
        /*font-size: 12px;*/
        line-height: 24px
    }

    .nav-items ul a, .nav-items ul li:first-child div {
        font-size: 12px;
        line-height: 23px
    }

    .filial-wrap {
        padding-right: 10px
    }
}

@media screen and (max-width: 374px) {
    .selectSection .selectric-wrapper {
        height: 45px
    }

    .close-filter {
        right: 307px;
        top: 7px
    }

    .selectSection__wrap {
        height: 410px
    }

    .listItem__img > img {
        width: 90px;
        max-height: 90px
    }

    .listItem__img > a img {
        width: 90px;
        height: 90px
    }

    .listItem__img > a {
        max-width: 90px
    }

    .ourTherapists-item {
        padding: 15px 8px
    }

    .listItem__img {
        margin-right: 10px
    }

    .star-rating {
        font-size: 1.2em;
        width: 4em
    }

    .listItem__reviews {
        font-size: 14px;
        line-height: 20px
    }

    .listItem__info-name {
        font-size: 15px;
        line-height: 16px
    }

    .listItem__info-content {
        font-size: 14px;
        line-height: 18px
    }

    .formsClasses__item-content {
        font-size: 22px;
        line-height: 24px
    }

    .formsClasses__item {
        height: 210px
    }

    .categories__img {
        height: 85px
    }

    .categories__item {
        padding: 10px 8px 0 6px;
        height: 143px
    }

    .cooperate div {
        font-size: 20px;
        line-height: 24px
    }

    .authorization__links-box {
        padding-bottom: 5px
    }

    .section-profile {
        margin: 16px 10px 40px
    }

    .complaint-wrap {
        padding: 20px 15px 10px
    }

    .select__box {
        flex-direction: column
    }

    .profile-sections .reviews-sort {
        margin-right: 0
    }
}

@media screen and (max-width: 356px) {
    .filrer-categor .select-list {
        padding: 20px;
        max-width: 280px
    }

    .blog__item .article__info_item {
        /*font-size: 13px !important;*/
    }


    .close-filter {
        right: 287px;
        top: 7px
    }

    .arcticmodal-container_i2 {
        padding: 0
    }

    .conclusion-modal-logoped, .conclusion-modal-logoped-zenter, .confirm_password-modal, .forgot_password-modal {
        width: 95%
    }

    .conclusion-title {
        font-size: 18px;
        line-height: 20px
    }

    .media-box {
        width: 120px
    }

    .authorization__links-box .authorization__item:after {
        margin-right: 5px
    }

    .authorization__facebook:after, .authorization__fb:after {
        margin-top: 2px
    }

    .settings-img {
        width: 120px
    }

    .selectSection__box-select .xdsoft_input::placeholder {
        font-size: 18px !important
    }

    .selectSection__box-select .xdsoft_input {
        font-size: 18px !important
    }

    .selectSection__box-select .xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
        font-size: 18px;
        line-height: 25px
    }

    .cabinet-data-logZenter .add-number {
        right: -21px
    }

    .cabinet-data-logZenter .input-box input {
        width: 150px
    }

    .address-home {
        margin-left: 7px
    }

    .addres-wrap-town .seniority-item .xdsoft_autocomplete, .addres-wrap .seniority-item .xdsoft_autocomplete {
        width: 203px !important
    }

    .cabinet-data-logZenter {
        margin-top: 0;
        width: 100%;
        max-width: 257px
    }

    .caninet-number {
        font-size: 14px
    }

    .filial-wrap .cancel-filial {
        right: -21px
    }

    .select__box .selectric-sortReviews {
        margin-top: 8px
    }

    .profile__container .reviews-sort {
        margin-right: 0
    }
}

@media screen and (max-width: 340px) {
    .filrer-categor .select-list {
        padding: 20px;
        max-width: 270px
    }

    .promo__list-text {
        max-width: 72%
    }

    .formsClasses__item-content {
        font-size: 18px;
        line-height: 20px
    }

    .complaint-confirm-btn {
        width: 246px;
        font-size: 12px
    }

    .tariff__act .tariff__box-title {
        font-size: 16px
    }

    .conclusion-cancel {
        font-size: 12px
    }

    .complaint-confirm-btn {
        width: 219px
    }

    .close-filter:after {
        content: "";
        height: 30px;
        width: 30px
    }

    .close-filter {
        right: 322px;
        top: 18px;
        width: 30px;
        height: 30px;
        right: 280px;
        top: 7px
    }

    .nav-items ul a {
        font-size: 12px;
        line-height: 23px
    }

    .nav-items ul div {
        /*font-size: 12px;*/
        line-height: 24px
    }

    .profile-wrap .reviews-sort {
        margin-right: 0;
        width: auto
    }
}

.spinerBox {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 3;
    margin-top: 50px;
    visibility: hidden
}

.spinner-catalog {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    border: 5px solid hsla(0, 0%, 83%, .3);
    border-radius: 50%;
    border-top-color: #79b530;
    margin-bottom: 10rem;
    animation: 1s b ease-in-out infinite
}

.act-spiner {
    transition: .3s ease-out;
    visibility: visible
}

.spinerBox:after {
    content: "";
    background: red;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.list-act {
    transition: .3s ease-out
}

.list-act:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff6b;
    display: block;
    position: absolute
}

.select-list .tegs-box {
    flex-direction: column
}

.select-list .age_groups-box {
    width: 100%
}

.select-prev .tegs-box {
    display: none;
    flex-direction: column
}

.select-prev .seniority-box {
    width: 100%
}

@media screen and (max-width: 1020px) {
    .select-prev .tegs-box {
        display: flex
    }

    .katalog .tegs-box .xdsoft_autocomplete {
        width: 100% !important
    }

    .user-not-found {
        margin-top: 20px;
        font-size: 16px
    }

    .reviews-sort {
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.feedbackForm-box .star-rating :checked ~ label {
    color: #ffc107
}

.feedbackForm-box .star-rating :checked ~ label:after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    background-image: url(../img/svg/Star8.svg);
    display: block
}

.profile-body .profile-img {
    border-radius: 5px
}

.profile-footer .social-link a {
    margin-bottom: 0;
    padding-top: 25px
}

.profile-footer .social-link {
    margin-top: -25px
}


.profile-callback {
    margin-bottom: 20px;
    cursor: pointer;
}

.callback-link {
    font-family: Roboto, sans-serif;
    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: #79B530;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px;
}

.profile-callback-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/profile/callback-icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.callback-wrapper {
    display: none;
}

.callback-wrapper.fancybox-content {
    padding: 20px !important;
    max-width: 570px;
    border-radius: 5px;
}

.popup-input{
    padding-left: 20px;
}

.callbackForm__title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #444444;
}

.callbackForm__text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #444444;
    display: block;
    padding: 20px 0;
}

.callbackForm__text_span {
    display: none;
    padding-bottom: 20px;
}

.callback__input-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: #444444;
    padding-bottom: 10px;
}

.callback-wrapper .input-box input {
    border: 1.5px solid #DDDDDD;
    border-radius: 5px;
    height: 60px;
    width: 100%;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
    color: #444;
}

.callback__content .callbackForm__text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: #888888;
}

.callback_button {
    font-family: Nunito, sans-serif;
    background: #DDDDDD;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    color: #444444;
    width: 100%;
    max-width: 245px;
    padding: 15px;
}

.callback_button.callback_button_submit {
    color: #FFFFFF;
    background: #79B530;
}

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

.footer-nav__four {
    /*min-width: 140px;*/
    margin-right: 0;
    margin-top: 5px;
}

.footer-social__item {
    margin-bottom: 10px;
}

.footer-nav__four .footer-social__item:last-child {
    margin-bottom: 0;
}

.footer-social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_social__icon {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.footer_social__icon.tg {
    background-image: url(../img/social-tg.svg);
}

.footer_social__icon.insta {
    background-image: url(../img/svg/social-insta.svg);
}

.footer_social__icon.fb {
    background-image: url(../img/svg/social-fb.svg);
}

.author_articles_wrapper {
    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: 22px 10px 10px;
}

.author_articles_wrapper .profile-subTitle {
    margin-bottom: 0;
}

.all_articles_link {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #79B530;
}

.article__info_item {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 220px;
    margin: 10px 15px 10px 10px;
    background-color: #fff;
}
.article__item_catalog {
    height: 465px;
}

.article__item_profile {
    height: 325px;
}
.article__title {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #444444;
    display: block;
    padding: 5px 0;
}

.article__annotation, .article__annotation p {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

.article__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.article__read-more {
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #79B530;
}

.profile-header.article-box {
    padding: 10px 20px;
}

.article__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


.article__list .article__item:nth-child(3) {
    margin-right: 0;
}

/*.article__list .article__item:nth-child(1) {*/
/*    margin-right: 0;*/
/*}*/

/*.article__list .article__item:nth-child(2) {*/
/*    margin-right: 0;*/
/*}*/
.article__image {
    width: 220px;
    height: 132px;
    border-radius: 5px;
    overflow: hidden;
}

.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.article_published:after {
    width: 3px;
    height: 3px;
    content: "";
    display: block;
    background: #888888;
    margin: 0 5px;
    border-radius: 50%;
}

.article__views_icon:before {
    content: "";
    display: block;
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../img/svg/eye-variant-article.svg);
    margin-right: 5px;
}

.article__views_icon, .article__reviews_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article__reviews_icon:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../img/comment-variant-article.svg);
    margin-right: 5px;
}

.status__callback-text {
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-family: Nunito, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #444;
    padding-right: 24px;

}

.status__callback-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.status__callback-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sections-box .status__callback-item input[type=radio]:not(:checked) + label.status__callback-label,
.sections-box .status__callback-item input[type=radio]:checked + label.status__callback-label {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    line-height: 21px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 400;
    color: #444;
    padding-top: 0;
    position: relative;
}

.status__callback-item {
    margin-bottom: 10px;
}

input[type=radio]:not(:checked) + label.status__callback-label:before,
input[type=radio]:checked + label.status__callback-label:before {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #79b530;
}

.status__callback-item input[type=radio]:not(:checked) + label.status__callback-label:after,
.status__callback-item input[type=radio]:checked + label.status__callback-label:after {
    content: "";
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #79b530;
    left: 3px;
    top: 6px;
    opacity: 0;
}

.status__callback-item input[type=radio]:checked + label.status__callback-label:after {
    opacity: 1;
}

.catalog__article-list .article__item {
    max-width: 370px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 30px 10px 0;
}

.catalog__article-list .article__item:last-child {
    margin-right: 0;
}

.catalog__article-list .article__image {
    width: 370px;
    height: 210px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.catalog__article-list .article__info {
    padding: 10px 20px 0;
}

.catalog__article-list .article__info_item {
    font-size: 16px;
    line-height: 22px;
}

.catalog__article-list .article__reviews_icon {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
}

.catalog__article-list .article__views_icon{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}


.catalog__article-list .article_published:after {
    margin: 0 10px;
}

.catalog__article-list .article__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 20px;
}

.catalog__article-list .article__annotation, .catalog__article-list .article__annotation p {
    font-size: 16px;
    line-height: 22px;
}



.catalog__article-list .article__annotation {
    padding: 0 20px;
}

.catalog__article-list .article__footer {
    padding: 5px 20px 15px;
}

.catalog__article-list .article__read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.catalog__article-list {
    margin-top: 20px;
}

.nav-items ul a, .nav-items ul li:first-child div {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: Nunito, sans-serif;
    color: #79B530;
    position: relative;
}

.nav-items ul li, .nav-items ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 100%;*/

}

.filters__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.filter__selected_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*max-width: 492px;*/
    max-width: 80%;
}

.filter__selected_feature_reset button, .filter__selected_feature button {
    border: 1.5px solid #79B530;
    border-radius: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #444444;
    padding: 6px 15px;
    font-family: Nunito, sans-serif;
}

.filter__selected_feature_reset, .filter__selected_feature {
    margin: 0 10px 10px 0;
}

.selected_features_heading {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #444444;
    font-family: Nunito, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    /* min-width: 200px;*/
}

.filter__selected_feature button {
    border: 1.5px solid #C4C4C4;
}

.filter__selected_feature_item span:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../img/svg/delete-selected-filter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.filter__selected_feature_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    margin-right: 60px;
}

.search__input {
    font-family: Nunito, sans-serif;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding: 20px 50px 20px 20px;
    font-size: 18px;
    line-height: 25px;
}

.search__input::-webkit-input-placeholder {
    color: #C4C4C4;
}

.search__input::-moz-placeholder {
    color: #C4C4C4;
}

.search__input:-ms-input-placeholder {
    color: #C4C4C4;
}

.search__input::-ms-input-placeholder {
    color: #C4C4C4;
}

.search__input::placeholder {
    color: #C4C4C4;
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.search__button {
    position: absolute;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog__categories {
    width: 100%;
    padding: 20px 0 0 0;
}

.blog__categories_title {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #79B530;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    font-family: Nunito, sans-serif;
    position: relative;
    margin-bottom: 5px;
}

.blog__categories_title:after {
    width: 102px;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #79B530;
}

.blog__categories_item {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #444444;
    font-family: Nunito, sans-serif;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog__categories_item a {
    color: #444444;
}

.blog__categories_item:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #79B530;
    margin-right: 15px;
}

.aside .blog__categories_title {
    margin-bottom: 15px;
}

.aside.blog_page .aside__item-text {
    font-weight: 600;
    font-size: 21px;
    line-height: 29px;
    font-family: Nunito, sans-serif;
    padding-bottom: 5px;
}

.blog__category_article {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #C2C2C2;
    font-family: Nunito, sans-serif;
}

.blog__item .article__info, .popular__item .article__info {
    padding-top: 0;
    padding-bottom: 15px;
}

.blog__item .article__info_item {
    font-size: 16px;
    line-height: 22px;
}

.post_image .blog__item-img {
    height: 460px;
    margin-bottom: 20px;
}

.share__post {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    font-family: Nunito, sans-serif;
}

.blog__item .article__views_icon{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.blog__item .article__reviews_icon {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: center;
}

.blog__item .article__info_item a {
    color: #888888;
}

.blog__page-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.popular__blog .popular__item-wrap {
    padding: 20px 25px 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.popular__item .article__info {
    padding-bottom: 4px;
}

.popular__item .article__info_item {
    font-size: 14px;
}

.post__table_contents {
    background: #FCFCFC;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    margin: 5px 0 20px;
}

.post__table_contents_title {
    font-family: Nunito, sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #444444;
    padding-bottom: 5px;
}

.post__table_contents ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.post__table_contents ol li, .post__table_contents ol a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #79B530;
    font-family: Nunito, sans-serif;
}

.post__table_contents ol a {
    padding-left: 5px;
}

.post__table_contents ol li {
    margin-top: 10px;
}

.blog__page-text h2 {
    margin: 25px 0 15px;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #79B530;
    font-family: Nunito, sans-serif;
}

.blog__page-text h3 {
    margin: 25px 0 15px;
    font-size: 19px;
    font-family: Nunito, sans-serif;
    color: #79B530;
}

.author__image img{
    width: 100%;
    max-width: 140px;
    height: 140px;
}
.author__image img{
    border-radius: 5px;
}
.author__info {
    width: 100%;
    max-width: 140px;
}

.link_profile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #79B530;
    border-radius: 5px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: Nunito, sans-serif;
}

.author__info_right h1 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #444444;
    margin-bottom: 10px;
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.author__info_right {
    width: calc(100% - 160px);
}

.author__count_post {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
    font-family: Nunito, sans-serif;
    margin-right: 10px;
}

.author__count {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    max-width: 704px;
    font-family: Nunito, sans-serif;
}

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

.author__posts_list .blog__item-img {
    height: 295px;
}

.author__posts_list .blog-img-link {
    max-width: 470px;
}

.author__post_content {
    width: 100%;
    max-width: calc(100% - 500px);
}

.author__posts_list .blog__item-subtitle {
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 25px;
}

.author__share_link {
    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-right: 10px;
}


.author__share_link img{
    border-radius: 5px;
}


.author__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (max-width: 1230px) {
    .container.catalog__article {
        padding: 0
    }

    .filter__selected_wrapper {
        max-width: 75%;
    }
    .footer-nav__first, .footer-nav__second, .footer-nav__three {
        margin-right: 30px;
    }

    .selected_features_heading {

        font-size: 16px;
        line-height: 19px;
    }
}
@media screen and (max-width: 1024px) {
    .article__list .article__item:nth-child(3){
        display: none;
    }

    .article__list .article__item:nth-child(1){
        margin-right: 20px !important;
    }

    .article__item {
        max-width: 270px;
    }

    .article__item_profile .article__image {
        width: 280px;
        height: 146px;
    }

    .footer-nav__first {
        width: 250px;
        min-width: 0;
    }

    .footer-nav__second {
        width: 295px;
        min-width: 0;
    }

    .footer_social__icon {
        margin-right: 0;
    }

    .footer-nav__first, .footer-nav__second, .footer-nav__three {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 800px) {
    .status__callback-text {
        padding-right: 45px !important;
    }


    .footer-nav li a {
        font-size: 13px;
        line-height: 19px;
        margin-right: 0 !important;
    }

    .footer span > img {
        width: 140px;
    }

    .footer a > img {
        width: 140px !important;
    }

    .footer-nav__first{
        min-width: 0;
        width: 180px;
    }

    .footer-nav__second {
        width: 210px;
        min-width: 0;
    }

    .footer-nav__three {
        width: 75px;
        min-width: 0;
    }

    .footer_social__icon {
        display: none;
    }

    .footer_social__icon_25 {
        display: block !important;
    }

    .footer_social__icon {
        width: 25px;
        height: 25px;
    }
    .footer_social__icon {
        margin-right: 0;
    }


    .article__list .article__item:nth-child(3){
        display: block;
    }

    .article__list .article__item:nth-child(2){
        margin-right: 0 !important;
    }

    .article__list .article__item:nth-child(1) {
        margin-right: 0 !important;
    }

    .article__item {
        max-width: 215px;
    }

    .article__item_profile .article__image {
        width: 215px;
        height: 146px;
    }

    .article__item_profile .article__image .blog__item-img {
        height: 150px;
    }
}
@media screen and (max-width: 768px) {
    .footer-nav__three {
        width: 85px;
    }
    .article__list .article__item:nth-child(3){
        display: block;
    }

    .catalog__article-list .article__item_catalog:nth-child(3){
        display: none;
    }
    .catalog__article-list .article__item_catalog:nth-child(1) {
        margin-right: 35px !important;
    }

    .article__item {
        max-width: 205px;
    }

    .article__item_profile .article__image {
        width: 200px;
        height: 146px;
    }

    .article__item_profile .article__image .blog__item-img {
        height: 150px;
    }
}

@media screen and (max-width: 600px) {
    .article__list .article__item:nth-child(3){
        display: none;
    }
    .article__item {
        max-width: 230px ;
    }

    .article__item_profile .article__image {
        width: 230px;
        height: 146px;
    }

    .article__list .article__item:nth-child(2) {
        margin-right: 5px;
        margin-left: 23px;
    }

    .catalog__article-list .article__item_catalog:nth-child(1) {
        margin-right: 0 !important;
    }

    .catalog__article-list .article__item_catalog:nth-child(3){
        display: block;
    }

    .catalog__article-list .article__item_catalog:nth-child(2){
        margin-left: 0;
    }
}


@media screen and (max-width: 1025px) {
    .catalog__article-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__logo {
        margin-right: 30px;
    }

    .footer-nav li a {
        margin-right: 20px;
    }


}

@media screen and (max-width: 1020px) {
    .status__callback-text {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 905px) {

    .catalog__article-list .article__item {
        max-width: 346px;
    }



    .author__posts_list .blog__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .author__posts_list .blog-img-link {
        max-width: 100%;
    }

    .author__post_content {
        max-width: 100%;
    }
}

@media screen and (max-width: 795px) {
    .catalog__header_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter__selected_wrapper {
        max-width: 68%;
    }

    .selected_features_heading {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 660px) {
    .filter__selected_wrapper {
        max-width: 65%;
    }
}
@media screen and (max-width: 600px) {
    /* Рандомные карточки */
    .article__item_catalog {
        height: 490px;
    }

    .catalog__article-list .article__item {
        max-width: 100% !important;
    }

    .catalog__article-list .article__image {
        width: 100% !important;
        height: 250px;
    }

    .catalog__article-list .article__image .blog__item-img {
        height: 250px;
    }

    /* Статьи автора */

    /*.article__item_profile {*/
    /*    height: 385px !important;*/
    /*    max-width: 100% !important;*/
    /*}*/

    /*.article__list .article__image {*/
    /*    width: 100% !important;*/
    /*    height: 200px !important;*/
    /*}*/

    /*.article__list .article__image .blog__item-img {*/
    /*    height: 200px !important;*/
    /*}*/

    /* конец обоих блоков */


    .callback-wrapper.fancybox-content {
        padding: 20px !important;
    }

    .status__callback-text{
        margin-right: 24px !important;
    }


    .filter__selected_wrapper {
        max-width: 100%;
    }

    .callbackForm__title {
        font-size: 18px;
        line-height: 21px;
    }

    .callbackForm__text {
        font-size: 16px;
        line-height: 19px;
        /*padding: 15px 0;*/
    }

    .callback__input-title {
        font-size: 16px;
        line-height: 19px;
    }

    .callback-wrapper .input-box input {
        height: 40px;
        font-size: 14px;
        line-height: 17px;
    }

    .callback_button {
        font-size: 14px;
        line-height: 19px;
        padding: 10px;
        max-width: 153px;
    }

    .callback__content .callbackForm__text {
        font-size: 16px;
        line-height: 19px;
    }

    .author_articles_wrapper .profile-subTitle {
        margin: 0;
    }

    .article__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*margin: 10px;*/
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .all_articles_link {
        font-size: 14px;
    }

    .sections-box .status__callback-item input[type=radio]:not(:checked) + label.status__callback-label, .sections-box .status__callback-item input[type=radio]:checked + label.status__callback-label {
        font-size: 16px;
        line-height: 18px;
    }

    .catalog__article-list .article__item {
        margin-right: 0;
    }

    .filters__selected {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-nav__four {
        display: block;
    }

    .popular__item .article__info_item {
        font-size: 11px;
    }

    .author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .author__info_right {
        width: 100%;
        padding-top: 15px;
    }
}

@media screen and (max-width: 340px) {
    .callback_button {
        max-width: 100% !important;
        font-size: 14px !important;
    }

    .callback__bottons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .callback_button.callback_button_submit {
        margin-top: 15px;
    }

    .status__callback-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;

        /*flex-direction: column;*/
    }

    .status__callback-text {
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .catalog__article-list .article__info_item {
        font-size: 13px;
    }

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

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

    .blog__item .article__info_item {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 300px) {
    .blog__item .article__info_item {
        font-size: 12px !important;
    }
}
