

/* Start:/local/templates/med-vlaekan/components/bitrix/news.list/solutions_list/style.css?175093802251857*/
/*banner*/
.solutions_banner .bx-breadcrumb{
    margin: 60px 0 100px;
}
.page_header .header_wrapper {
    border: none !important;
}

.banner_block__left_text__title_main{
    font-family: 'Montserrat';
    font-size: 54px;
    font-weight: 500;
    line-height: 65px;
    color: #212121;
    max-width: 706px;
    margin-bottom: 60px;
}

.banner_block__left_text__arr_btn {
    width: 40px;
    height: 60px;
    position: relative;
    border: solid 2px black;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_block__left_text__arr_btn::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='31' viewBox='0 0 16 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 30.7071C7.68342 31.0976 8.31658 31.0976 8.70711 30.7071L15.0711 24.3431C15.4616 23.9526 15.4616 23.3195 15.0711 22.9289C14.6805 22.5384 14.0474 22.5384 13.6569 22.9289L8 28.5858L2.34314 22.9289C1.95262 22.5384 1.31946 22.5384 0.928931 22.9289C0.538407 23.3195 0.538407 23.9526 0.928931 24.3431L7.29289 30.7071ZM7 -4.37114e-08L7 30L9 30L9 4.37114e-08L7 -4.37114e-08Z' fill='%23212121'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 31px;
}

.banner_block__left_text__arr_btn::before {
    transition: all 2s ease;
    animation: moved_el 2s linear infinite;
}

.banner_block {
    background: #F3FBFE;
    position: relative;
}

.banner_block::after {
    content: '';
    width: 100%;
    height: 100px;
    background: white;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.banner_block__left_text__subtitle {
    color: #212121;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 60%;
    margin-bottom: 10px;
}

.banner_block__wrapper {
    display: flex;
    background: white;
}

.banner_block__left {
    box-sizing: border-box;
    margin-bottom: 100px;
    flex: 1;
    background: #F3FBFE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner_block__right {
    box-sizing: border-box;
    flex: 1;
    z-index: 3;
    position: relative;
}

.banner_block__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_block__right_banner_mobile {
    display: none;
}

.banner_block__left_text {
    padding-bottom: 60px;
    max-width: 90%;
}

/*banner*/
.solutions_list{
    overflow-x: clip;
    transition: 1s;
}
.solutions_list__item {
    display: flex;
    position: relative;
    gap: 170px;
}

.solutions_list__item:nth-child(even) {
    flex-direction: row-reverse;
}

.solutions_list__item_img__item {
    padding: 65px 60px 45px 80px;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    height: 1080px;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_title__name,
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_prev,
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_title__number_val,
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_text_advantage
{
    color: #212121;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_title__name::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='16' viewBox='0 0 41 16' fill='none'%3E%3Cpath d='M40.7071 8.70711C41.0976 8.31658 41.0976 7.68342 40.7071 7.29289L34.3431 0.928932C33.9526 0.538408 33.3195 0.538408 32.9289 0.928932C32.5384 1.31946 32.5384 1.95262 32.9289 2.34315L38.5858 8L32.9289 13.6569C32.5384 14.0474 32.5384 14.6805 32.9289 15.0711C33.3195 15.4616 33.9526 15.4616 34.3431 15.0711L40.7071 8.70711ZM0 9H40V7H0V9Z' fill='%23212121'/%3E%3C/svg%3E");
}

.solutions_list__item_img_col {
    width: 60%;
}

.solutions_list__item_img__item_img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.solutions_list__item_img__item_wrapper {
    position: relative;
}

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

.solutions_list__item_img__item_img img {
    width: 100%;
}

.solutions_list__item_img__item_title__name {
    font-family: 'Playfair Display';
    font-size: 54px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    display: block;
    padding: 15px 40px 17px 45px;
    text-decoration: none;
    box-shadow: 5px 5px 20px 0px #2121215b;
    border-radius: 100px;
    position: relative;
    padding-right: 100px;
    box-sizing: border-box;
    background: #ffffff2b;
    width: fit-content;
    max-width: 72%;
}

.solutions_list__item_img__item_title__name::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.7071 8.20711C41.0976 7.81658 41.0976 7.18342 40.7071 6.79289L34.3431 0.428932C33.9526 0.0384078 33.3195 0.0384078 32.9289 0.428932C32.5384 0.819457 32.5384 1.45262 32.9289 1.84315L38.5858 7.5L32.9289 13.1569C32.5384 13.5474 32.5384 14.1805 32.9289 14.5711C33.3195 14.9616 33.9526 14.9616 34.3431 14.5711L40.7071 8.20711ZM0 8.5H40V6.5H0V8.5Z' fill='white'/%3E%3C/svg%3E%0A");
    display: block;
    width: 41px;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.solutions_list__item_img__item_title {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.solutions_list__item_img__nav {
    position: absolute;
    right: 60px;
    top: 137px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
}
.solutions_list__item_img__item_title__number_val {
    box-sizing: border-box;
}

.solutions_list__item_img__item_title__nav_prev,
.solutions_list__item_img__item_title__nav_next {
    cursor: pointer;
    border: solid 2px #ffffff;
    border-radius: 100px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: transparent;
    margin: 0;
}

.solutions_list__item_img__item_title__number {
    font-family: 'Montserrat';
    font-size: 54px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #ffffff96;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}
.problems-progress-ring {
    position: absolute;
    fill: none;
    width: 86px;
    height: 86px;
    z-index: 3;
    box-sizing: border-box;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

.problems-progress-ring__circle {
stroke-width: 3px;
stroke: white;
}
.solutions_list__item_img__item.--black_text .problems-progress-ring__circle{    
    stroke: #212121;
}

.problems-progress-ring__circle.static{
stroke: #ffffff96;
} 
.solutions_list__item_img__item.--black_text .problems-progress-ring__circle.static{
    stroke: #2121216c;
}
.solutions_list__item_img__item_prev {
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    margin: 30px 0 13px;
    max-width: 84%;
    min-height: 100px;
}

.solutions_list__item_text_col__name {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
}

.solutions_list__item_text_col {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.solutions_list__item_text_col__wrapper {
    padding-left: 100px;
}

.solutions_list__item:nth-child(even) .solutions_list__item_text_col__wrapper {
    padding-left: unset;
    padding-right: 100px;
}

.solutions_list__item_text_col__prev {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.solutions_list__item_img__item_icon_advantage {
    width: 50px;
    height: 50px;
}

.solutions_list__item_img__item_text_advantage {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: white;
}

.solutions_list__item_text_col__line {
    width: 80px;
    height: 1px;
    background: #212121;
    margin: 40px 0 10px;
    box-sizing: border-box;
}

.solutions_list__item_img__item_icon {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: fit-content;
    max-width: 270px;
    gap: 20px;
}

.solutions_list__item_img__item_icon::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat !important;
    background-position: cover !important;
    display: block;
}

.solutions_list__item_img__item_icon:nth-child(1) {
    top: 50px;
    left: 50px;
}

.solutions_list__item_img__item_icon:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='49' viewBox='0 0 50 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1C1.5 0.723858 1.27614 0.5 1 0.5C0.723858 0.5 0.5 0.723858 0.5 1H1.5ZM1 46H0.5V46.5H1V46ZM44.3333 46C44.3333 47.4728 45.5272 48.6667 47 48.6667C48.4728 48.6667 49.6667 47.4728 49.6667 46C49.6667 44.5272 48.4728 43.3333 47 43.3333C45.5272 43.3333 44.3333 44.5272 44.3333 46ZM0.5 1V46H1.5V1H0.5ZM1 46.5H47V45.5H1V46.5Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 49px;
    bottom: -60px;
    left: 50%;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_icon:nth-child(1)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='49' viewBox='0 0 50 49' fill='none'%3E%3Cpath d='M1.5 1C1.5 0.723858 1.27614 0.5 1 0.5C0.723858 0.5 0.5 0.723858 0.5 1H1.5ZM1 46H0.5V46.5H1V46ZM44.3333 46C44.3333 47.4728 45.5272 48.6667 47 48.6667C48.4728 48.6667 49.6667 47.4728 49.6667 46C49.6667 44.5272 48.4728 43.3333 47 43.3333C45.5272 43.3333 44.3333 44.5272 44.3333 46ZM0.5 1V46H1.5V1H0.5ZM1 46.5H47V45.5H1V46.5Z' fill='%23212121'/%3E%3C/svg%3E");
    width: 50px;
    height: 49px;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_icon:nth-child(2)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='49' viewBox='0 0 50 49' fill='none'%3E%3Cpath d='M48.5 1C48.5 0.723858 48.7239 0.5 49 0.5C49.2761 0.5 49.5 0.723858 49.5 1H48.5ZM49 46H49.5V46.5H49V46ZM5.66667 46C5.66667 47.4728 4.47276 48.6667 3 48.6667C1.52724 48.6667 0.333332 47.4728 0.333332 46C0.333332 44.5272 1.52724 43.3333 3 43.3333C4.47276 43.3333 5.66667 44.5272 5.66667 46ZM49.5 1V46H48.5V1H49.5ZM49 46.5H3V45.5H49V46.5Z' fill='%23212121'/%3E%3C/svg%3E");
    width: 50px;
    height: 49px;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_icon:nth-child(3)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='49' viewBox='0 0 84 49' fill='none'%3E%3Cpath d='M1.5 48C1.5 48.2761 1.27614 48.5 1 48.5C0.723858 48.5 0.5 48.2761 0.5 48H1.5ZM1 3H0.5V2.5H1V3ZM78.3333 3C78.3333 1.52724 79.5272 0.333332 81 0.333332C82.4728 0.333332 83.6667 1.52724 83.6667 3C83.6667 4.47276 82.4728 5.66667 81 5.66667C79.5272 5.66667 78.3333 4.47276 78.3333 3ZM0.5 48V3H1.5V48H0.5ZM1 2.5H81V3.5H1V2.5Z' fill='%23212121'/%3E%3C/svg%3E");
    width: 84px;
    height: 49px;
}
.solutions_list__item_img__item.--black_text.--v1 .solutions_list__item_img__item_icon:nth-child(3)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='49' viewBox='0 0 159 49' fill='none'%3E%3Cpath d='M1.5 1C1.5 0.723858 1.27614 0.5 1 0.5C0.723858 0.5 0.5 0.723858 0.5 1H1.5ZM1 46H0.5V46.5H1V46ZM153.333 46C153.333 47.4728 154.527 48.6667 156 48.6667C157.473 48.6667 158.667 47.4728 158.667 46C158.667 44.5272 157.473 43.3333 156 43.3333C154.527 43.3333 153.333 44.5272 153.333 46ZM0.5 1V46H1.5V1H0.5ZM1 46.5H156V45.5H1V46.5Z' fill='%23212121'/%3E%3C/svg%3E");
    width: 159px;
    height: 49px;
}
.solutions_list__item_img__item.--black_text .solutions_list__item_img__item_icon:nth-child(4)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='159' height='82' viewBox='0 0 159 82' fill='none'%3E%3Cpath d='M157.5 81C157.5 81.2761 157.724 81.5 158 81.5C158.276 81.5 158.5 81.2761 158.5 81H157.5ZM158 3H158.5V2.5H158V3ZM5.66667 3C5.66667 1.52724 4.47276 0.333336 3 0.333336C1.52724 0.333336 0.333328 1.52724 0.333328 3C0.333328 4.47276 1.52724 5.66666 3 5.66666C4.47276 5.66666 5.66667 4.47276 5.66667 3ZM158.5 81V3H157.5V81H158.5ZM158 2.5H3V3.5H158V2.5Z' fill='%23212121'/%3E%3C/svg%3E");
    width: 159px;
    height: 82px;
    
}
.solutions_list__item_img__item.--v2 .solutions_list__item_img__item_icon:nth-child(3)::before{
    top: -60%;
    left: 30%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='49' viewBox='0 0 84 49' fill='none'%3E%3Cpath d='M1.5 48C1.5 48.2761 1.27614 48.5 1 48.5C0.723858 48.5 0.5 48.2761 0.5 48H1.5ZM1 3H0.5V2.5H1V3ZM78.3333 3C78.3333 1.52724 79.5272 0.333332 81 0.333332C82.4728 0.333332 83.6667 1.52724 83.6667 3C83.6667 4.47276 82.4728 5.66667 81 5.66667C79.5272 5.66667 78.3333 4.47276 78.3333 3ZM0.5 48V3H1.5V48H0.5ZM1 2.5H81V3.5H1V2.5Z' fill='white'/%3E%3C/svg%3E");
    width: 84px;
    height: 49px;
}
.solutions_list__item_img__item.--black_text.--v2 .solutions_list__item_img__item_icon:nth-child(3)::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='84' height='49' viewBox='0 0 84 49' fill='none'%3E%3Cpath d='M1.5 48C1.5 48.2761 1.27614 48.5 1 48.5C0.723858 48.5 0.5 48.2761 0.5 48H1.5ZM1 3H0.5V2.5H1V3ZM78.3333 3C78.3333 1.52724 79.5272 0.333332 81 0.333332C82.4728 0.333332 83.6667 1.52724 83.6667 3C83.6667 4.47276 82.4728 5.66667 81 5.66667C79.5272 5.66667 78.3333 4.47276 78.3333 3ZM0.5 48V3H1.5V48H0.5ZM1 2.5H81V3.5H1V2.5Z' fill='%23212121'/%3E%3C/svg%3E");
}
.solutions_list__item_img__item.--v2 .solutions_list__item_img__item_icon:nth-child(1) {
    top: 0;
    left: 0;
}
.solutions_list__item_img__item.--v2 .solutions_list__item_img__item_icon:nth-child(2) {
    top: 20%;
    right: 0;
    /* max-width: 150px; */
}
.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(1) {
    top: 0;
    left: 22%;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(1)::before {
    bottom: -60px;
    left: 50%;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(1) {
    max-width: 250px;
    top: 70px;
}

.solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(1) {
    left: 13%;
}

.solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(1),
.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(1) {
    max-width: 172px;
}

.solutions_list__item_img__item_icon:nth-child(2) {
    top: 208px;
    right: 0;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(2) {
    max-width: 169px;
}

.solutions_list__item_img__item_icon:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='49' viewBox='0 0 50 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.5 1C48.5 0.723858 48.7239 0.5 49 0.5C49.2761 0.5 49.5 0.723858 49.5 1H48.5ZM49 46H49.5V46.5H49V46ZM5.66667 46C5.66667 47.4728 4.47276 48.6667 3 48.6667C1.52724 48.6667 0.333332 47.4728 0.333332 46C0.333332 44.5272 1.52724 43.3333 3 43.3333C4.47276 43.3333 5.66667 44.5272 5.66667 46ZM49.5 1V46H48.5V1H49.5ZM49 46.5H3V45.5H49V46.5Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 49px;
    bottom: -55px;
    left: 11%;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(2) {
    max-width: 218px;
}

.solutions_list__item_img__item_icon:nth-child(3) {
    bottom: 140px;
    left: 0;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(2) {
    top: 60px;
    right: 110px;
}

.solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(2) {
    right: 7%;
}

.solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(2) {
    right: 10%;
}

.solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(2)::before,
.solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(2)::before {
    left: -50px;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(3) {
    bottom: 40px;
    left: 0;
    max-width: 244px;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(3) {
    bottom: 210px;
    left: 7%;
}

.solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(3) {
    left: 6%;
}

.solutions_list__item_img__item_icon:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='49' viewBox='0 0 159 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1C1.5 0.723858 1.27614 0.5 1 0.5C0.723858 0.5 0.5 0.723858 0.5 1H1.5ZM1 46H0.5V46.5H1V46ZM153.333 46C153.333 47.4728 154.527 48.6667 156 48.6667C157.473 48.6667 158.667 47.4728 158.667 46C158.667 44.5272 157.473 43.3333 156 43.3333C154.527 43.3333 153.333 44.5272 153.333 46ZM0.5 1V46H1.5V1H0.5ZM1 46.5H156V45.5H1V46.5Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 159px;
    height: 49px;
    top: 110%;
    left: 40%;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='49' viewBox='0 0 84 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 48C1.5 48.2761 1.27614 48.5 1 48.5C0.723858 48.5 0.5 48.2761 0.5 48H1.5ZM1 3H0.5V2.5H1V3ZM78.3333 3C78.3333 1.52724 79.5272 0.333332 81 0.333332C82.4728 0.333332 83.6667 1.52724 83.6667 3C83.6667 4.47276 82.4728 5.66667 81 5.66667C79.5272 5.66667 78.3333 4.47276 78.3333 3ZM0.5 48V3H1.5V48H0.5ZM1 2.5H81V3.5H1V2.5Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 84px;
    height: 49px;
    top: -60%;
    left: 28%;
}

.solutions_list__item_img__item_icon:nth-child(4) {
    right: 0;
    bottom: 20px;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(4) {
    right: 100px;
    bottom: 20px;
}

.solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(4) {
    bottom: 20px;
    right: 6%;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(4) {
    max-width: 223px;
}

.solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(4) {
    right: 13%;
}

.solutions_list__item_img__item_icon:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='159' height='82' viewBox='0 0 159 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M157.5 81C157.5 81.2761 157.724 81.5 158 81.5C158.276 81.5 158.5 81.2761 158.5 81H157.5ZM158 3H158.5V2.5H158V3ZM5.66667 3C5.66667 1.52724 4.47276 0.333336 3 0.333336C1.52724 0.333336 0.333328 1.52724 0.333328 3C0.333328 4.47276 1.52724 5.66666 3 5.66666C4.47276 5.66666 5.66667 4.47276 5.66667 3ZM158.5 81V3H157.5V81H158.5ZM158 2.5H3V3.5H158V2.5Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 159px;
    height: 82px;
    right: 0;
    top: -30px;
}

.solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(4)::before,
.solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(4)::before {
    left: 10%;
}

/*skin*/
.solutions-achor__skin-style {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.solutions-achor__skin-style-text {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solutions-achor__skin-style-item--bg_blue .solutions-achor__skin-style-text {
    position: relative;
    display: block;
    text-decoration: none;
}

.solutions-achor__skin-style-item {
    position: relative;
    width: fit-content;
    height: fit-content;
    display: block;
}

.brand-detail__circle-image {
    width: 100%;
    height: 100%;
}

.solutions-achor__skin-style-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.solutions-achor__skin-style-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2 / 3;
    right: -40%;
    top: -20%;
}

.solutions-achor__skin-style-item:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
    top: 30%;
    left: 30%;
}

.solutions-achor__skin-style-item:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
    top: -30%;
    left: -22%;
}

.solutions-achor__skin-style-item:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
    bottom: -50%;
    left: -30%;
}

.solutions-achor__skin-style-item:nth-child(6) {
    grid-row: 3;
    grid-column: 3;
    right: -30%;
}

.brand-detail__skin-type-columns {
    padding-bottom: 40px;
}

.solutions-achor__skin-style-item--bg_blue {
    border-radius: 100%;
    background-color: #7DA5D2;
    width: 180px;
    height: 180px;
    text-decoration: none;
}

.solutions-achor__skin-style-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-detail__skin-type-help {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #939396;
}

.solutions-achor__skin-style-text {
    width: 90%;
}

/*skin*/
.solutions-achor__skin-style-text {
    padding: 0;
    margin: 0;
}
.solutions_list__item_text_col__nav_counter {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 110px;
}

span.solutions_list__item_text_col__nav_counter_line {
    width: 116px;
    height: 1px;
    background: #212121;
}

.solutions_list__item_img__item_title__show_btn {
    display: none;
}

.solutions_list__item_text_col__nav_counter--white {
    display: none;
}
.solutions_list__item_img__item_img__active.mobile{
    display: none;
}
@media (max-width: 1720px) {
    .brand_page .bx-breadcrumb {
        margin: 60px 0 120px;
    }

    .banner_block {
        padding-bottom: 60px;
    }

    .banner_block__left {
        margin-bottom: 40px;
    }
    section.brand-detail__skin-type.brand-detail__skin-type--solutions{
        padding: 98px 0 94px;
    }

    .solutions-achor__skin-style-item:nth-child(4) {
        top: -20%;
    }

    .solutions_list__item_text_col__wrapper {
        padding-left: 60px;
    }

    .solutions_list__item:nth-child(even) .solutions_list__item_text_col__wrapper {
        padding-left: unset;
        padding-right: 60px;
    }

    .solutions_list__item {
        gap: 150px;
    }

    .solutions_list__item_img_col {
        width: 57%;
    }

    .solutions_list__item_img__item_prev {
        max-width: unset;
        font-size: 16px;
        line-height: 26px;
    }

    .solutions_list__item_img__item_img {
        max-width: 660px;
    }

    .solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(4) {
        right: 0%;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(4) {
        right: -7%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(4) {
        right: 5%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(3) {
        bottom: 27%;
        left: -4%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(1) {
        top: 3%;
        left: 6%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(2) {
        top: 60px;
        right: 0%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(2)::before {
        left: -29%;
    }

    .solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(3) {
        left: -1%;
    }

    .solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(2) {
        right: -6%;
        max-width: 190px;
        top: 22%;
    }

    .solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(4) {
        right: 10%;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(2) {
        right: 1%;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(1) {
        top: 12%;
        left: 6%;
    }
    .solutions_list__item_img__item{
        height: 1050px;
    }
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(3){
        left: -5%;
    }
    .solutions_list__item_img__item_icon {
        max-width: 220px;
    }

    .solutions_list__item_img__item.skinovage-purifying .solutions_list__item_img__item_icon:nth-child(2),
    .solutions_list__item_img__item.skinovage-calming .solutions_list__item_img__item_icon:nth-child(2),
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(2){
        right: -5%;
        max-width: 180px;
    }
}
@media (min-width: 1399px) and (max-width: 1681px){
    .solutions_list__item_img__item.skinovage-purifying .solutions_list__item_img__item_icon:nth-child(1){
        left: -5%;
    }
    .solutions_list__item_img__item.skinovage-purifying .solutions_list__item_img__item_icon:nth-child(3)::before{
        top: -40%;
    }
    .solutions_list__item_img__item.clarity-serum .solutions_list__item_img__item_icon:nth-child(1)
    {
        top: 10%;
    }
    .solutions_list__item_img__item.shineless-cream .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.clear-mask .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.active-pureness .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.hsr-lifting .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.lifting-cellular .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.cell-id-serum .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.humidify-cream .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.revive-and-renew .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.ampuly-doctor-babor-vitamin-c .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.ampuly-doctor-babor-retinol .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.simply-brilliant-serum .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.pudra-pure-c .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.revert-serum .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.glow-mask .solutions_list__item_img__item_icon:nth-child(1)
    .solutions_list__item_img__item.refining-enzyme-vitamin-c-cleanser .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.purity-detox-scrub .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.pure-enzymes-mask .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.active-pureness--for-pores .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.skinovage-calming .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.couperose-serum .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.couperose-cream .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.c-p-r-serum .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.crystal-cleanse .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.rescue-mask--for-redness .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.remedy .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.heliocare-360-md-a-r-emulsion .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.biretix-isorepair-cream .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.rescue-mask .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.obnovlyayushchaya-maska-cleanformance .solutions_list__item_img__item_icon:nth-child(1)
    {
        top: 30px;
    }
    .solutions_list__item_img__item.pudra-pure-c .solutions_list__item_img__item_icon:nth-child(1){
        left: 0;
    }
    .solutions_list__item_img__item.lifting-cellular .solutions_list__item_img__item_icon:nth-child(2),
    .solutions_list__item_img__item.hsr-lifting .solutions_list__item_img__item_icon:nth-child(2),
    .solutions_list__item_img__item.active-pureness--for-pores .solutions_list__item_img__item_icon:nth-child(2){
        right: -6%;
    }
    .solutions_list__item_img__item.lifting-cellular .solutions_list__item_img__item_icon:nth-child(1)::before,
    .solutions_list__item_img__item.pudra-pure-c .solutions_list__item_img__item_icon:nth-child(1)::before,
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(1)::before{
        left: 30%;
    }
    .solutions_list__item_img__item.remedy .solutions_list__item_img__item_icon:nth-child(3)::before{
        left: 20%;
    }
    .solutions_list__item_img__item.remedy .solutions_list__item_img__item_icon:nth-child(3){
        max-width: 180px;
    }
    .solutions_list__item_img__item.hsr-lifting .solutions_list__item_img__item_icon:nth-child(1)::before,
    .solutions_list__item_img__item.hsr-lifting .solutions_list__item_img__item_icon:nth-child(1)::before{
        left: 30%;
    }
    .solutions_list__item_img__item.lifting-cellular .solutions_list__item_img__item_icon:nth-child(3)::before{
        left: 10%;
    }
    .solutions_list__item_img__item.ampuly-doctor-babor-vitamin-c .solutions_list__item_img__item_icon:nth-child(2)
    {
        right: -5%;
        max-width: 180px;
    }
    .solutions_list__item_img__item.pudra-pure-c .solutions_list__item_img__item_icon:nth-child(2){
        right: -7%;
        max-width: 180px;
    }
    .solutions_list__item_img__item.ampuly-doctor-babor-retinol .solutions_list__item_img__item_icon:nth-child(2){
        right: -5%;
    }
    .solutions_list__item_img__item.pore-refiner .solutions_list__item_img__item_icon:nth-child(2){
        top: 10%;
    }
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(4){
        right: -6%;
    }
    .solutions_list__item_img__item.heliocare-mineral-tolerance-fluid .solutions_list__item_img__item_icon:nth-child(1){
        left: 20%;
    }
    
}
@media (max-width: 1500px) {
    .brand_page .bx-breadcrumb {
        margin: 60px 0;
    }

    .banner_block__left_text__title_main{
        font-size: 40px;
        line-height: 48px;
    }

    .banner_block::after {
        content: none;
    }

    .solutions-achor__skin-style-item:nth-child(2) {
        right: -50%;
        top: -20%;
    }

    .solutions-achor__skin-style-item:nth-child(3) {
        top: 30%;
        left: 45%;
    }

    .solutions-achor__skin-style-item:nth-child(4) {
        top: -33%;
        left: -36%;
    }

    .solutions-achor__skin-style-item:nth-child(5) {
        bottom: -50%;
        left: -60%;
    }

    .brand-detail__skin-type-title {
        max-width: 530px;
    }

    .brand-detail__skin-type-title br {
        display: block;
    }

    .solutions_list__item_img__item_title__name {
        font-size: 28px;
        line-height: 43px;
    }

    .solutions_list__item_img__item {
        padding: 65px 60px 45px 60px;
    }

    .solutions_list__item_img__item_prev {
        font-size: 16px;
        line-height: 26px;
    }

    .solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(4) {
        right: 0%;
    }

    .solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(2) {
        max-width: 178px;
        right: -3%;
        top: 18%;
    }

    .solutions_list__item_img__item_img {
        max-width: 580px;
    }

    .solutions_list__item_img_col {
        width: unset;
        max-width: 820px;
    }

    .solutions_list__item_text_col__prev {
        font-size: 20px;
        line-height: 32px;
    }

    .solutions_list__item_text_col__name {
        font-size: 36px;
        line-height: 50px;
    }

    .solutions_list__item_img__item_title__number {
        width: 74px;
        height: 74px;
        font-size: 40px;
        line-height: 48px;
    }

    .solutions_list__item {
        gap: 136px;
    }

    .solutions_list__item_img__nav {
        top: 102px;
    }

    .solutions_list__item_img__item.biretix .solutions_list__item_img__item_icon:nth-child(1) {
        top: 3%;
        left: 2%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(3) {
        bottom: 20%;
        left: -4%;
    }

    .solutions_list__item_img__item.endocare .solutions_list__item_img__item_icon:nth-child(4) {
        right: 2%;
    }

    .solutions_list__item_img__item_icon:nth-child(3)::before {
        background-image: url("data:image/svg+xml,%3Csvg width='104' height='49' viewBox='0 0 104 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1C1.5 0.723858 1.27614 0.5 1 0.5C0.723858 0.5 0.5 0.723858 0.5 1H1.5ZM1 46H0.5V46.5H1V46ZM98.3333 46C98.3333 47.4728 99.5272 48.6667 101 48.6667C102.473 48.6667 103.667 47.4728 103.667 46C103.667 44.5272 102.473 43.3333 101 43.3333C99.5272 43.3333 98.3333 44.5272 98.3333 46ZM0.5 1V46H1.5V1H0.5ZM1 46.5H101V45.5H1V46.5Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 104px;
        height: 49px;
    }

    .solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(1) {
        left: 0;
        top: 12%;
    }

    .solutions_list__item_img__item.neoretin .solutions_list__item_img__item_icon:nth-child(3) {
        left: -1%;
        bottom: 20%;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(2) {
        right: 0%;
        top: 24%;
        max-width: 140px;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(4)::before {
        left: 0;
    }

    .solutions_list__item_img__item.heliocare .solutions_list__item_img__item_icon:nth-child(4) {
        right: -10%;
    }

    .solutions_list__item_text_col__wrapper {
        padding-left: 40px;
    }

    .solutions_list__item:nth-child(even) .solutions_list__item_text_col__wrapper {
        padding-left: unset;
        padding-right: 40px;
    }

    .solutions-achor__skin-style-item:nth-child(1) {
        top: -34%;
    }
    .problems-progress-ring {
        width: 76px;
        height: 76px;
    }
    circle.problems-progress-ring__circle {
        cx: 38px;
        cy: 38px;
    }

    .solutions_list__item_img__item .solutions_list__item_img__item_icon{
        max-width: 200px;
    }
    .solutions_list__item_img__item.--v1 .solutions_list__item_img__item_icon:nth-child(2) {
        top: 20%;
    }
    .solutions_list__item_img__item.--v2 .solutions_list__item_img__item_icon:nth-child(3) {
        bottom: 0;
        left: 0;
    }
    .solutions_list__item_img__item .solutions_list__item_img__item_icon:nth-child(4) {
        max-width: 180px;
        bottom: 0;
    }
    .solutions_list__item_img__item_prev {
        min-height: 60px;
    }
    .solutions_list__item_img__item_title__name{
        max-width: 62%;
    }
    .solutions_list__item_img__item.--black_text .solutions_list__item_img__item_icon:nth-child(4)::before{

    }
    .solutions_list__item_img__item{
        height: 900px;
    }
    .solutions_list__item_img__item_text_advantage{
        font-size: 14px;
    }
    .skinovage-purifying .solutions_list__item_img__item_icon:nth-child(4),
    .skinovage-calming .solutions_list__item_img__item .solutions_list__item_img__item_icon:nth-child(4){
        right: -3%;
    }
    .solutions_list__item_img__item.remedy .solutions_list__item_img__item_icon:nth-child(2){
        right: -5%;
    }
    .solutions_list__item_img__item.skinovage-calming .solutions_list__item_img__item_icon:nth-child(2),
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(2){
        right: -10%;
    }
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(1),
    .solutions_list__item_img__item.sublime-skin .solutions_list__item_img__item_icon:nth-child(3){
        left: -5%;
    }
    .solutions_list__item_img__item.skinovage-purifying .solutions_list__item_img__item_icon:nth-child(1){
        max-width: 180px;
        left: -3%;
    }
}

@media (max-width: 1400px) {
    .solutions_banner .bx-breadcrumb{
        margin: 40px 0 ;
    }
    .banner_block__right {
        max-height: 688px;
    }

    .brand-detail__skin-type-circle.solutions__skin-type-circle {
        max-width: 550px;
    }

    .brand-detail__skin-type-circle.solutions__skin-type-circle img.brand-detail__circle-image {
        width: 550px;
        height: 550px;
    }

    .solutions__skin-type-circle .brand-detail__skin-type-title {
        font-size: 24px;
        max-width: 400px;
    }

    .solutions_list__item_img__item_prev {
        text-align: center;
    }

    .solutions_list__item_img__item_icon {
        max-width: unset !important;
        flex-direction: row;
        align-items: center;
        position: relative;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        margin-bottom: 30px;
    }

    .solutions_list__item_img__item_text_advantage {
        font-size: 24px;
        line-height: 34px;
    }

    .solutions_list__item_img__item_icon:before {
        content: none !important;
    }

    .solutions_list__item_img__item_img__wrapper {
        display: none;
        position: absolute;
        top: -40px;
        left: 0;
    }

    .solutions_list__item_img__item_img {
        max-width: 500px;
        padding-bottom: 20px;
    }

    .solutions_list__item_img__item {
        padding: 40px 60px 45px 60px;
    }

    .solutions_list__item_img_col {
        max-width: 782px;
    }

    .solutions_list__item_img__item_title__number {
        display: none;
    }

    .solutions_list__item_img__item_title__show_btn {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        border: solid 3px white;
        border-radius: 50%;
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .solutions_list__item_img__item_title__show_btn::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1422_4553)'%3E%3Cpath d='M13.4974 10.5026V0H10.5026V10.5026H0V13.4974H10.5026V24H13.4974V13.4974H24V10.5026H13.4974Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1422_4553'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 24px;
        height: 24px;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .solutions_list__item_img__item_title__show_btn.open::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.5029V13.4977H24V10.5029H0Z' fill='white'/%3E%3C/svg%3E%0A");
    }

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

    .solutions_list__item_img__item_img__active {
        transition: .5s;
    }

    .solutions_list__item_text_col__nav_counter {
        display: none;
    }

    .solutions_list__item_text_col__nav_counter--white {
        color: white;
        display: flex;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 14px;
    }
    .solutions_list__item_text_col__nav_counter--white .solutions_list__item_text_col__nav_counter_line {
        background: white;
    }

    .solutions-achor__skin-style-item:nth-child(4) {
        left: -30%;
        top: -35%;
        width: 180px;
        height: 180px;
    }

    .solutions-achor__skin-style-item:nth-child(2) {
        top: -20%;
        left: 25%;
        width: 120px;
        height: 120px;
    }

    .solutions-achor__skin-style-item:nth-child(1) {
        left: -20%;
        top: -26%;
        width: 240px;
        height: 240px;
    }

    .solutions-achor__skin-style-item:nth-child(3) {
        width: 160px;
        height: 160px;
        top: 30%;
        left: 35%;
    }

    .solutions-achor__skin-style-item:nth-child(5) {
        width: 170px;
        height: 170px;
        bottom: -51%;
        left: -88%;
    }

    .solutions-achor__skin-style-item:nth-child(6) {
        width: 160px;
        height: 160px;
        right: 10%;
    }

    .banner_block__left_text {
        max-width: 80%;
    }

    .brand-detail__skin-type-columns {
        padding-bottom: 70px;
    }

    .solutions_list__item_img__item {
        height: 768px;
    }
    .problems-progress-ring{
        display: none;
    }
    .solutions_list__item_img__item_title__name{
        max-width: fit-content;
        flex: 1;
    }
}

@media (max-width: 1300px) {
    .banner_block__right {
        max-height: 590px;
    }
    .solutions_list__item {
        gap: 121px;
    }

    .solutions_list__item_img_col {
        max-width: 732px;
    }

    .solutions_list__item_img__item {
        height: 800px;
    }
}

@media (max-width: 1100px) {
    .banner_block__left_text__title_main{
        font-size: 36px;
        line-height: 43px;
    }

    .banner_block .banner_block__right,
    .banner_block .banner_block__left {
        flex: initial;
    }

    .banner_block .banner_block__right {
        max-width: 462px;
    }

    .banner_block__right {
        flex: 1.4;
        max-height: unset;
    }

    .banner_block {
        padding-bottom: 40px;
    }

    .solutions_list__item_img__item_title__name {
        font-size: 23px;
        line-height: 38px;
    }

    .solutions_list__item_text_col__name {
        font-size: 28px;
        line-height: 39px;
    }

    .solutions_list__item_img__item {
        height: 768px;
    }

    .solutions_list__item_img_col {
        max-width: 582px;
    }

    .solutions_list__item {
        gap: 101px;
    }

    .solutions_list__item_img__item_text_advantage {
        font-size: 20px;
        line-height: 28px;
    }

    .solutions_list__item_img__item_img__wrapper {
        top: -70px;
    }
    .solutions_list__item_img__item_img {
        max-width: 430px;
    }
    .solutions_list__item_img__item_prev {
        min-height: 100px;
    }
}

@media (max-width: 1023px) {
    .brand-detail__skin-type {
        display: none;
    }

    .solutions_list__item,
    .solutions_list__item:nth-child(even) {
        flex-direction: column;
    }

    .solutions_list__item_img__item {
        height: 960px;
    }

    .solutions_list__item_img_col {
        max-width: unset;
    }

    .solutions_list__item_img__item_img {
        max-width: unset;
    }

    .solutions_list__item {
        gap: 60px;
    }
}

@media (max-width: 900px) {
    .banner_block__right_banner_mobile {
        display: block;
    }

    .banner_block__right_banner {
        display: none;
    }

    .banner_block .banner_block__right {
        max-width: initial;
    }

    .brand_page__block {
        padding-bottom: 50px;
    }

    .banner_block__wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .banner_block__back_btn {
        order: 1;
    }

    .banner_block__back_btn .btn_back {
        margin: 40px 0 0;
    }

    .banner_block__guides_item__link {
        opacity: 1;
    }

    .banner_block {
        padding-bottom: 0;
    }

    .banner_block__left_text__subtitle {
        letter-spacing: 0.4em;
    }

    .banner_block__left_text__title_main{
        max-width: unset;
    }

    .banner_block__left_text {
        max-width: unset;
        padding-bottom: 0;
    }

    .solutions_list__item_text_col__wrapper,
    .solutions_list__item:nth-child(even) .solutions_list__item_text_col__wrapper {
        padding: 0;
    }

    .solutions_list__item_text_col__wrapper {
        width: calc(100% - 40px);
        margin: 200px auto 0;
    }

    .solutions_list__item_text_col__prev {
        font-size: 16px;
        line-height: 26px;
    }

    .solutions_list__item_text_col {
        align-items: unset;
    }

    .solutions_list__item_img__item_img__wrapper {
        top: -40px;
    }
}

@media (max-width: 800px) {
    .brand_page__block .banner_block__wrapper {
        padding-top: 0;
    }

    .banner_block__left_text__subtitle {
        max-width: unset;
    }

    .solutions_list__item_img__item {
        background-position: 100% !important;
    }
}

@media (max-width: 600px) {
    .banner_block__right {
        height: 450px;
    }

    .banner_block__left_text__title_main{
        font-size: 32px;
        line-height: 38.4px;
    }

    .banner_block__wrapper.--container {
        width: calc(100% - 20px);
    }

    .banner_block {
        padding-bottom: 42px;
    }

    .solutions_list__item_img__item_title__name {
        font-size: 24px;
        line-height: 28px;
        max-width: fit-content;
        flex: 1;
    }

    .solutions_list__item_text_col__wrapper {
        margin: 100px auto 0;
    }

    .solutions_list__item_img__item {
        height: 800px;
    }

    .solutions_list__item_img__item_title__show_btn {
        width: 40px;
        height: 40px;
        border: solid 2px white;
    }

    .solutions_list__item_img__item_title__show_btn::before {
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.43585 6.56415V0H6.56415V6.56415H0V8.43585H6.56415V15H8.43585V8.43585H15V6.56415H8.43585Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 15px;
        height: 15px;
    }

    .solutions_list__item_img__item_title__show_btn.open::before {
        background-image: url("data:image/svg+xml,%3Csvg width='15' height='3' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.43585 0.564453H6.56415H0V2.43616H6.56415H8.43585H15V0.564453H8.43585Z' fill='white'/%3E%3C/svg%3E%0A");
        width: 15px;
        height: 3px;
    }

    .solutions_list__item_img__item_img {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .solutions_list__item_img__item {
        padding: 40px 20px 45px 20px;
    }

    .solutions_list__item_img__item_text_advantage {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }

    .solutions_list__item_img__item_icon_advantage {
        width: 40px;
        height: 40px;
    }

    .solutions_list__item_img__item_img__wrapper {
        top: -70px;
    }
}

@media (max-width: 500px) {
    .banner_block__left_text__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .subtitle br {
        display: none;
    }
    .solutions_list__item_img__item_img__active.desctop{
        display: none;
    }
    .solutions_list__item_img__item_img__active.mobile{
        display: block;
    }
    .skinovage-purifying .solutions_list__item_img__item_title__name{
        padding: 15px 90px 17px 32px;
    }
    .skinovage-purifying .solutions_list__item_img__item_title__name::after{
        right: 30px;
    }
}
@media (max-width: 450px) {
    .solutions_list__item_img__item_title__name{
        font-size: 21px;
    }
}
@media (max-width: 400px) {
    .banner_block__right {
        height: 330px;
    }

    .banner_block__left_text__title_main{
        font-size: 24px;
        line-height: 29px;
    }

    .banner_block {
        padding-bottom: 31px;
    }

    .brands_slider__title br {
        display: block;
    }

    .solutions_list__item_img__item_title__name {
        font-size: 14px;
        line-height: 21px;
    }

    .solutions_list__item_img__item_text_advantage {
        font-size: 14px;
        line-height: 20px;
    }

    .solutions_list__item_img__item_prev {
        font-size: 12px;
        line-height: 22px;
        min-height: 70px;
    }

    .solutions_list__item_img__item_title__name {
        padding: 11px 30px 13px 35px;
        padding-right: 60px;
    }

    .solutions_list__item_img__item_title__name::after {
        width: 21px;
        right: 20px;
        background-position: 100%;
    }

    .solutions_list__item_img__item {
        height: 568px;
    }

    .solutions_list__item_img__item_img {
        padding-top: 10px;
    }

    .solutions_list__item_text_col__nav_counter--white {
        justify-content: space-between;
        width: calc(100% - 40px);
        margin: auto;
    }

    .solutions_list__item_text_col__nav_counter--white .solutions_list__item_text_col__nav_counter_line {
        width: 100%;
    }
    .skinovage-purifying .solutions_list__item_img__item_title__name{
        padding: 15px 60px 17px 25px;
    }
    .skinovage-purifying .solutions_list__item_img__item_title__name::after{
        right: 20px;
    }
}

.bx-breadcrumb {
    margin: 40px 0 100px;
}
.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 12px;
    color: #939396;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}
.bx-breadcrump-item-separator{
    margin-right: 6px;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child .bx-breadcrump-item-separator{
    margin-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; text-decoration: none; color: #939396;} 
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/js/feedback/feedback/dist/feedback.bundle.css?174789244141126*/
div#application {
  height: 100%;
  min-height: 1000px;
  position: relative;
}
.feedback {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback--open-popup{
  background-color: #7DA5D2;
  padding: 50px 0;
}
.advantages {
  z-index: 1;

  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(12, 1fr);
  text-align: center;
  z-index: 10;

  height: 100%;
  width: 100%;
  max-height: 1080px;
}
.advantages__row:nth-child(1) {
  grid-column: 6 / 11;
  grid-row: 3 / 4;
}
.advantages__row:nth-child(1) > p.advantages__text {
  left: -55px;
  top: 8px;
}
.advantages__row:nth-child(2) {
  position: relative;
  grid-column: 3 / 9;
  grid-row: 5 / 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__row:nth-child(3) {
  grid-column: 1 / 6;
  grid-row: 8 / 10;
}
.advantages__row:nth-child(3) > p.advantages__text {
  top: 0px;
  right: 116px;
}
.advantages__row:nth-child(4) {
  grid-column: 1 / 6;
  grid-row: 10 / 12;
}
.advantages__row:nth-child(5) {
  grid-column: 6 / 10;
  grid-row: 10 / 12;
}
.advantages__row:nth-child(5) > p.advantages__text {
  left: 30px;
  top: -10px;
}
p.advantages__title {
  font-family: Playfair Display;
  font-size: 36px;
  line-height: 1.2;
  width: 580px;
  text-align: center;
  letter-spacing: 3.6px;
}
p.advantages__text {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  max-width: 480px;
  position: absolute;
}
span.advantages__text--blue {
  color: #7da5d2;
  font-weight: 600;
}
.advantages__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  position: relative;
  top: -15px;
}
.advantages__circle {
  position: absolute;
  z-index: -1;
}
.advantages__row {
  position: relative;
}
.advantages__subtitle {
  font-size: 14px;
  color: #939396;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Montserrat";
  word-spacing: 11px;
}
.advantages-training .advantages__row:nth-child(1) p.advantages__text {
  top: 28px;
}
.advantages__title--uppercase{
  text-transform: uppercase;
}
@media screen and (min-height: 1000px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    left: -55px;
    top: 38px;
}
.advantages__row:nth-child(5) > p.advantages__text {
  top: -30px;
}
}
@media screen and (min-width: 2000px) and (min-height: 1200px) {
  .advantages__row:nth-child(1) p.advantages__text {
    top: 88px;
  }
  .advantages__row:nth-child(3) > p.advantages__text {
    top: -20px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    top: -70px;
  }
  .advantages-training .advantages__row:nth-child(1) p.advantages__text{
    top: 108px;
  }
  .advantages__feedback-btn {
    top: -65px;
}
}
@media screen and (min-width: 1501px) and (min-height: 1200px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    left: -55px;
    top: 101px;
}
.advantages__row:nth-child(5) > p.advantages__text{
  top: -73px;
}
.advantages__row:nth-child(3) > p.advantages__text {
  top: -19px;
}
.advantages-training .advantages__row:nth-child(1) p.advantages__text {
  top: 108px;
}
}
@media screen and (min-width: 1500px) and (min-height: 1250px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    top: 118px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    top: -90px;
  }
  .advantages__row:nth-child(3) > p.advantages__text {
    top: -10px;
  }

}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1366px) {
  p.advantages__text {
    font-size: 18px;
  }
  p.advantages__text {
    max-width: 430px;
  }
  .advantages__row:nth-child(1) > p.advantages__text {
    left: -92px;
    top: 38px;
  }
  .advantages__row:nth-child(3) > p.advantages__text {
    top: 15px;
    left: 40px;
  }
  span.advantages__subtitle {
    word-spacing: 7px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    left: 10px;
    top: -5px;
  }
}
@media screen and (max-width: 1500px) and (min-height: 1100px) {
  .advantages__row:nth-child(1) > p.advantages__text{
    top: 120px;
  }
  .advantages__row:nth-child(5) > p.advantages__text{
    top: -95px;
  }
}

@media screen and (max-width: 1280px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    max-width: 438px;
  }
  .advantages__row:nth-child(3) {
    grid-column: 1 / 8;
  }
}
@media screen and (max-width: 1024px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    left: -82px;
   
  }
  .advantages__row:nth-child(3) > p.advantages__text {
    top: 5px;
    left: 30px;
  }
  .advantages__row:nth-child(5) {
    grid-column: 6 / 11;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    left: 75px;
    top: -12px;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-training .advantages__row:nth-child(1) p.advantages__text {
    top: 98px;
}
  .advantages__row:nth-child(1) > p.advantages__text {
    top: 58px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    top: -32px;
}
.advantages-training .advantages__row:nth-child(1) p.advantages__text {
  top: 58px;
}
}
@media screen and (max-width: 1025px) and (min-height: 1100px) {
  .advantages__row:nth-child(1) > p.advantages__text{
    top: 128px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    top: -86px;
  }
  .advantages__row:nth-child(3) > p.advantages__text {
    top: -24px;
  }
  .advantages-training .advantages__row:nth-child(3) > p.advantages__text{
    top: 7px;
  }
}
@media screen and (max-width: 991px) {
  p.advantages__text {
    font-size: 16px;
  }
  p.advantages__title {
    font-size: 32px;
  }
  .advantages__row:nth-child(4) {
  }
}
@media screen and (max-width: 1020px) and (min-height: 1250px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    top: 128px ;
}
.advantages__row:nth-child(5) > p.advantages__text {
  top: -86px ; 
}
}
@media screen and (min-width: 900px) and (min-height: 1200px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    top: 48px;
}
.advantages__row:nth-child(5) > p.advantages__text {
  top: -36px;
}
.advantages-training .advantages__row:nth-child(1) p.advantages__text {
  top: 58px;
}
.advantages__row:nth-child(5) > p.advantages__text {
  top: -26px;
}
}
@media screen and (max-width: 900px) {
  .advantages__row:nth-child(1) > p.advantages__text {
    top: 58px;
    left: 40px;
}
  .advantages__row:nth-child(3) > p.advantages__text {
    top: 5px;
    left: 10px;
  }
  .advantages__row:nth-child(5) > p.advantages__text {
    top: -25px;
}
  p.advantages__text {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .advantages__text {
    display: none;
  }

  svg.advantages__circle path {
    d: path(
      "M698.5 349.5C698.5 542.247 542.247 698.5 349.5 698.5C156.753 698.5 0.5 542.247 0.5 349.5C0.5 156.753 156.753 0.5 349.5 0.5C542.247 0.5 698.5 156.753 698.5 349.5Z"
    );
  }
  .advantages {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .advantages__row:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .advantages__row:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 3 / 3;
  }
  .advantages {
    row-gap: unset;
  }

  .advantages__circle {
    width: 600px;
    height: 600px;
    left: 11px;
  }

  div#application {
    min-height: 200px;
  }
  p.advantages__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .advantages__circle {
    width: 440px;
    height: 440px;
  }
  p.advantages__title {
    font-size: 24px;
    width: 420px;
    letter-spacing: 2px;
  }
  .advantages__row:nth-child(4) {
    grid-column: 2 / 3;
  }
}
@media screen and (max-width: 479px) {
  .advantages__circle {
    width: 300px;
    height: 300px;
  }
  span.advantages__subtitle {
    font-size: 12px;
    word-spacing: 4px;
  }
  p.advantages__title {
    font-size: 18px;
    letter-spacing: 1.6px;
    width: 300px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 400px) {
  .advantages__row:nth-child(4) {
  }
}

.advantages__circle.--mobile-visible{
  display: none;
}
@media (max-width: 600px) {
  .advantages__circle.--desktop-visible{
    display: none;
  }
  .advantages__circle.--mobile-visible{
    display: initial;
  }
}

.advantages__video{
    position: absolute;
    width: 100%;
    height: 100%;
}
.advantages__video > video{
    position: relative;
    width: 100%;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.advantages__video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#F3FBFE), to(rgba(243, 247, 249, 0)));
    background: -o-linear-gradient(top, #F3FBFE 0%, rgba(243, 247, 249, 0) 100%);
    background: linear-gradient(180deg, #F3FBFE 0%, rgba(243, 247, 249, 0) 100%);
    top: -1px;
    z-index: 1;
}
.advantages__video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#F3FBFE), color-stop(90%, rgba(243, 247, 249, 0)));
    background: -o-linear-gradient(bottom, #F3FBFE 0%, rgba(243, 247, 249, 0) 90%);
    background: linear-gradient(360deg, #F3FBFE 0%, rgba(243, 247, 249, 0) 90%);
    top: 0;
    left: 0;
}


.advantages__feedback-btn {
  border: unset;
  background-color: #7da5d2;
  color: #fff;
  min-width: 200px;
  min-height: 200px;
  border-radius: 50%;
  font-size: 18px;
  text-transform: uppercase;
  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;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: -40px;
  right: 70px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.advantages__feedback-btn:hover {
  background-color: #8bc9fc;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.advantages__feedback-btn > span {
  display: block;
  max-width: 170px;
}
.feedback__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
input.feedback__privacy-checkbox {
  display: none;
}
input.feedback__privacy-checkbox:checked + span.feedback__privacy-custom {
  background-image: url(/local/js/feedback/feedback/assets/images/feedback-check-icon.svg);
}
span.feedback__privacy-custom {
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 12px;
}
.feedback__privacy-text {
  font-size: 16px;
  color: #f3fbfe;
}
p.feedback__privacy-text > a {
  font-size: 16px;
  color: #f3fbfe;
}
.feedback__message.feedback__item--right-side {
  height: 100%;
  z-index: 100;
}
.feedback__message-title {
  font-size: 54px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.feedback__message-description {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.feedback__message .feedback__circle-info {
  max-width: 570px;
}
.feedback__circle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.feedback--field .advantages__feedback-btn{
  position: relative;
  right: unset;
  top: unset;
  min-height: unset;
  min-width: unset;
  background-color: unset;
}
.feedback--field .advantages__feedback-btn > span{
  max-width: unset;
  color: #212121;
}
button.advantages__popup-close{
  z-index: 100;
}
@media screen and (max-height: 1000px) {
  .advantages__feedback-btn {
    top: -40px;
  }
}
@media screen and (max-width: 1366px) {
  .advantages__feedback-btn {
    right: 85px;
  }
}
@media screen and (max-width: 650px) {
  .advantages__feedback-btn {
    min-width: 180px;
    min-height: 180px;
    font-size: 14px;
  }
  .advantages__feedback-btn > span {
    max-width: 120px;
  }
  .advantages__feedback-btn {
    right: 20px;
    top: -90px;
  }
}
@media screen and (max-width: 479px) {
  .advantages__feedback-btn {
    min-width: 140px;
    min-height: 140px;
  }
}

.advantages__popup.advantages__popup--close{
  position: absolute;
  height: 100%;
  overflow: hidden;
}
label.feedback__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
input.feedback__input {
    outline: none;
    border: none;
    border-bottom: 1px solid #FFF;
    background-color: #7DA5D2;
    padding: 20px 0;
    font-size: 16px;
    color: #FFF;
    font-family: Montserrat, sans-serif;
    padding-left:1em;
    
}
label.feedback__field:hover  input.feedback__input{
    background: #FFF;
    border-radius: 100px;
    z-index: 2;
}

label.feedback__field:hover .feedback__field-placeholder{
    color: #B9BCBE;
    padding-left: 1em;
    cursor: text;
    z-index: 10;
}

span.feedback__field-placeholder {
    position: absolute;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
}
label.feedback__field.active span.feedback__field-placeholder
{
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    color: #FFF;
    font-size: 12px;
    padding-left:1em;
}
label.feedback__field.text span.feedback__field-placeholder{
    -webkit-transform: translateY(-25px) !important;
        -ms-transform: translateY(-25px) !important;
            transform: translateY(-25px) !important;
    color: #FFF !important;
    font-size: 12px !important;
    padding-left:1em !important;
}
input.feedback__input:focus ~ span.feedback__field-placeholder{
    padding-left:1em;
}

input.feedback__input:focus{
 
    border: 1px solid #FFF;
    border-radius: 100px;
}
label.feedback__field.active input.feedback__input:hover
{
    background-color: #7DA5D2;
    border-radius: 0;
}
label.feedback__field.text input.feedback__input:hover{
    background-color: #7DA5D2 !important;
    border-radius: 0 !important;
}
label.feedback__field.active input.feedback__input:hover:focus
{
    border-radius: 100px;
}
label.feedback__field.text input.feedback__input:hover:focus{
    border-radius: 100px !important;
}

.feedback__row {
    margin-top: 35px;
}
.feedback__row:has(input[type="hidden"]){
    display: none;
}
.feedback__row:has(.custom-select){
    display: block !important;
}

.advantages__popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: #7da5d2;

  overflow-y: scroll;
}
.slide-enter-active {
  -webkit-animation: 0.5s ease-out slide-show;
          animation: 0.5s ease-out slide-show;
}
.slide-leave-active {
  -webkit-animation: 0.5s ease-out slide-hide;
          animation: 0.5s ease-out slide-hide;
}
.slide-hide-enter-active {
  -webkit-animation: 0.5s ease-out slide-show;
          animation: 0.5s ease-out slide-show;
}
.slide-hide-leave-active {
  -webkit-animation: 0.5s ease-out slide-hide;
          animation: 0.5s ease-out slide-hide;
}

@-webkit-keyframes slide-show {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-show {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-hide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slide-hide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
.advantages__popup-inner {
  padding: 50px 100px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feedback__popup {
  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;

  width: 100%;
}
.feedback__item {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}
.feedback__item.feedback__item--right-side {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
span.advantages__subtitle--white {
  color: #fff;
}
p.feedback__item-description {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #fff;
  z-index: 10;
  line-height: 1.6;
}
svg.feedback__circle {
  position: relative;
}
p.feedback__title {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.feedback__circle-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 480px;
}
button.advantages__popup-close {
  position: absolute;
  top: 40px;
  right: 100px;
  background: transparent;
  border: unset;
  cursor: pointer;
}
button.advantages__popup-close > svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  button.advantages__popup-close > svg {
    width: 30px;
    height: 30px;
  }
  button.advantages__popup-close{
    top: 20px;
  }
}
button.advantages__popup-close svg:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.advantages__feedback-btn--send {
  position: absolute;
  color: #7da5d2;
  background-color: #fff;

  bottom: 40px;
  left: 5px;
  top: unset;
  right: unset;

  min-width: 150px;
  min-height: 150px;
}
.advantages__feedback-btn--send:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #5d81a8;
}
.advantages__feedback-btn--send:disabled {
  background-color: #7da5d2;
  border: 1px solid #5d81a8;
  color: #5d81a8;
}
.feedback__message-description {
  line-height: 1.6;
}
.feedback__message-title {
  margin-bottom: 51px;
  position: relative;
}
.feedback__message-title:before {
  position: absolute;
  content: "_______";
  bottom: 0;
  width: 100%;
  font-weight: 300;
  font-size: 46px;
  height: 1px;
}

@media screen and (max-width: 1800px) {
  .feedback__popup {
    -webkit-column-gap: 7em;
       -moz-column-gap: 7em;
            column-gap: 7em;
  }
  p.feedback__title {
    margin: 0;
  }
  .feedback__item--left-side {
    -webkit-box-flex: 0.6;
        -ms-flex: 0.6;
            flex: 0.6;
  }
  feedback__item--right-side {
    -webkit-box-flex: 0.4;
        -ms-flex: 0.4;
            flex: 0.4;
  }
  .advantages__popup-inner {
    padding: 2em 60px;
  }
}
@media screen and (max-width: 1550px) {
  svg.feedback__circle {
    width: 536px;
    height: 536px;
  }
  p.feedback__item-description {
    font-size: 18px;
  }
  .advantages__feedback-btn--send {
    bottom: -5px;
    left: 70px;
  }
  .advantages__subtitle--white {
    word-spacing: 8px;
  }
  .feedback__message-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .feedback__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .feedback__popup {
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
  }

  p.feedback__item-description {
    font-size: 18px;
  }
  .advantages__feedback-btn--send {
    min-width: 150px;
    min-height: 150px;
    font-size: 16px;
  }
  .feedback__circle-info {
    max-width: 385px;
  }

  .feedback__message-title {
    font-size: 32px;
  }
  .feedback__message-description {
    font-size: 16px;
  }
  .feedback__message .feedback__circle-info {
    max-width: 410px;
  }
  .advantages__feedback-btn--send {
    left: 25px;
  }
}
@media screen and (max-width: 1366px) {
  p.feedback__title {
    font-size: 36px;
  }
  svg.feedback__circle {
    width: 512px;
    height: 512px;
  }
  .advantages__popup-inner {
    padding: 2em 40px;
  }
}
@media screen and (max-width: 1280px) {
  svg.feedback__circle {
    width: 488px;
    height: 488px;
  }
}
@media screen and (max-width: 1279px) {
  p.feedback__title {
    font-size: 32px;
  }
  .feedback__privacy-text,
  p.feedback__privacy-text > a {
    font-size: 14px;
  }
  .feedback__popup {
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .feedback__popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__circle-info,
  .feedback__circle {
    display: none;
  }
  .feedback__message .feedback__circle-info,
  .feedback__message .feedback__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .advantages__feedback-btn--send {
    position: relative;
    margin-top: 60px;
  }
  .feedback__item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .advantages__popup {
    overflow-y: scroll;
    height: 100%;
  }
  .advantages__popup-inner {
    min-height: 100%;
    height: unset;

    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;
  }
  button.advantages__popup-close {
    right: 60px;
  }
  .feedback__popup {
    padding: 3em 0;
  }

  p.feedback__title {
    margin-top: 4em;
  }
  p.feedback__title {
    font-size: 32px;
    max-width: 500px;
  }
  .advantages__popup-inner {
    padding: 2em 80px;
  }
  .feedback__item {
    width: 100%;
  }
  .feedback__item.feedback__item--right-side {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .advantages__feedback-btn--send {
    left: unset;
  }
  .feedback__item.feedback__message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feedback--open-popup .feedback__popup {
    gap: unset;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .feedback--open-popup .advantages__feedback-btn--send {
    bottom: unset;
  }
  .feedback--open-popup {
    background-color: #7da5d2;
    padding: 80px 0;
    position: relative;
    display: block;
  }
  .feedback--open-popup p.feedback__title {
    margin-top: unset;
  }
  div#application {
    min-height: 1200px;
  }
}
@media screen and (max-height: 600px) {
  p.feedback__title {
    margin-top: 11em;
  }
}
@media screen and (max-width: 768px) {
  svg.feedback__circle {
    width: 460px;
    height: 460px;
  }
  .feedback__message .feedback__circle-info {
    max-width: 320px;
  }
  .feedback__message-title {
    font-size: 24px;
  }
  .feedback__message-title:before {
    position: absolute;
    content: "_____";
    bottom: 0;
    width: 100%;
    font-weight: 300;
    font-size: 46px;
    height: 1px;
  }
  .feedback--open-popup {
    padding: 64px 0;
  }
}
@media screen and (max-width: 650px) {
  .advantages__popup-inner {
    padding: 2em 20px;
  }
  button.advantages__popup-close {
    right: 20px;
  }
  svg.feedback__circle {
    width: 440px;
    height: 440px;
  }
  .feedback--open-popup {
    padding: 64px 0;
  }
}
@media screen and (max-width: 550px) {
  p.feedback__title {
    font-size: 28px;
  }
  div#application {
    min-height: 1100px;
  }

}
@media screen and (max-width: 480px) {
  p.feedback__title {
    margin-top: 0 !important;
    font-size: 22px;
  }

  svg.feedback__circle {
    width: 300px;
    height: 300px;
  }
  .feedback__message .feedback__circle-info {
    max-width: 260px;
  }
  div#application {
    min-height: 1000px;
  }
  .feedback--open-popup {
    padding: 60px 0;
  }
  .advantages__popup-inner {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  p.feedback__title {
    font-size: 20px;
    margin-top: 4em;
  }
  button.advantages__popup-close > svg {
    width: 30px;
    height: 30px;
  }
  button.advantages__popup-close {
    top: 20px;
  }
  .feedback__privacy-text,
  p.feedback__privacy-text > a {
    font-size: 14px;
  }
  .advantages__feedback-btn--send {
    margin-top: 40px;
  }
  .feedback__message-title {
    font-size: 20px;
  }
  .feedback__message-description {
    font-size: 14px;
  }
  .feedback--open-popup {
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .feedback__popup {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.custom-select {
    position: relative;
    width: 100%;
    text-align: left;
    outline: none;
    height: 47px;
    line-height: 47px;
  }
  
  .custom-select .selected {
    background-color: #0a0a0a;
    border-radius: 6px;
    border: 1px solid #666666;
    color: #fff;
    padding-left: 1em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .custom-select .selected.open {
    border: 1px solid #ad8225;
    border-radius: 6px 6px 0px 0px;
  }
  
  .custom-select .selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 1em;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  .selectHide {
    display: none;
  }

  .custom-select .items {
    position: absolute;
    max-width: 250px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    border: unset;
    padding: 10px 25px;
    top: 75px;
    right: 0;
    left: unset;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 200px;
    overflow-y: scroll;
}
.custom-select .items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.custom-select .items::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: darkgray;
  -webkit-box-shadow: 0 0 1px white;
}
.custom-select .items div{
    color: #212121;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
    font-weight: 500;
}
.custom-select .items div:hover{
    color: #7DA5D2;
    font-weight: 700;
}
.custom-select .feedback__input{
    outline: none;
    border: none;
    border-bottom: 1px solid #FFF;
    background: #FFF;
    border-radius: 100px;
    z-index: 2;
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    padding: 10px 22px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    cursor: pointer;
  }
.custom-select .feedback__input:before{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cg clip-path='url(%23clip0_3096_4670)'%3E%3Cpath d='M7.41 9.09L12 13.67l4.59-4.58L18 10.5l-6 6-6-6 1.41-1.41z' fill='%237DA5D2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3096_4670'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    content: "";
    right: 20px;
    height: 25px;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.custom-select .feedback__input.open:before{
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}
.fade-enter-active {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .fade-leave-active {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .fade-enter-from,
  .fade-leave-to {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .custom-select .items div + div{
    border-top: 1px solid #E8E8E8;
  }
.feedback__checkboxes_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 18px;
}
.feedback__checkboxes {
    border-bottom: 1px solid #7DA5D2;
    border-radius: 0 0 20px 20px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    position: absolute;
    padding: 25px 20px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translate(0, 86%) scaleY(0);
        -ms-transform: translate(0, 86%) scaleY(0);
            transform: translate(0, 86%) scaleY(0);
    z-index: 5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.feedback__checkboxes.--row-6{
    grid-template-rows: repeat(6, auto);
}
@media (max-width: 1180px) {
    .feedback__checkboxes.--row-6{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.feedback__checkboxes.open{
    -webkit-transform: translate(0, 87%) scaleY(1);
        -ms-transform: translate(0, 87%) scaleY(1);
            transform: translate(0, 87%) scaleY(1);
}
.feedback__checkboxes.open.--row-6{
    -webkit-transform: translate(0, 91%) scaleY(1);
        -ms-transform: translate(0, 91%) scaleY(1);
            transform: translate(0, 91%) scaleY(1);
}
.feedback__checkboxes.open.--sd-fix{
    -webkit-transform: translate(0, 85%) scaleY(1);
        -ms-transform: translate(0, 85%) scaleY(1);
            transform: translate(0, 85%) scaleY(1);
}
@media (max-width: 600px) {
    .feedback__checkboxes.open{
        -webkit-transform: translate(0, 91%) scaleY(1);
            -ms-transform: translate(0, 91%) scaleY(1);
                transform: translate(0, 91%) scaleY(1);
    }
    .feedback__checkboxes.open.--row-6{
        -webkit-transform: translate(0, 95%) scaleY(1);
            -ms-transform: translate(0, 95%) scaleY(1);
                transform: translate(0, 95%) scaleY(1);
    }
    .feedback__checkboxes.open.--sd-fix{
        -webkit-transform: translate(0, 84%) scaleY(1);
            -ms-transform: translate(0, 84%) scaleY(1);
                transform: translate(0, 84%) scaleY(1);
    }
}
@media (max-width: 980px) {
    .feedback__checkboxes {
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        grid-template-rows: repeat(4, auto);
    } 
}
@media (max-width: 600px) {
    .feedback__checkboxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    } 
}
@media (max-width: 400px) {
    .feedback__checkboxes {
        grid-template-columns: repeat(1, -webkit-max-content);
        grid-template-columns: repeat(1, max-content);
        grid-template-rows: repeat(7, auto);
        -webkit-transform: translate(0, 90%) scaleY(0);
            -ms-transform: translate(0, 90%) scaleY(0);
                transform: translate(0, 90%) scaleY(0);
    } 
    .feedback__checkboxes.open{
        -webkit-transform: translate(0, 90%) scaleY(1);
            -ms-transform: translate(0, 90%) scaleY(1);
                transform: translate(0, 90%) scaleY(1);
    }
}
.feedback__checkbox_item{
    position: relative;
}
.feedback__checkbox_item .feedback__checkbox_item_main_checkbox{
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}
.feedback__checkbox_item_label{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    cursor: pointer;
}
.feedback__checkbox_item_checkbox{
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    background-color: #7DA5D2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.feedback__checkbox_item_checkbox::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.feedback__checkbox_item_name{
    color: #212121;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
@media (max-width: 430px) {
    .feedback__checkbox_item_name{
        font-size: 14px;
    }
}
.feedback__checkbox_item .feedback__checkbox_item_main_checkbox:checked + label .feedback__checkbox_item_checkbox::before{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Crect x='.5' width='24' height='24' rx='12' fill='%237DA5D2'/%3E%3Cpath d='M17.982 7.5l-7.097 6.996-3.867-3.8L5.5 12.191l5.385 5.308L19.5 9.007 17.982 7.5z' fill='%23fff'/%3E%3C/svg%3E");
}

.feedback__field-error{
    pointer-events: none;
    opacity: 0;
    position: absolute;
    bottom: -15px;
    left: 20px;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    color: #F20101;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.feedback__input.valid{
    border-radius: 100px;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cg clip-path='url(%23clip0_6424_6828)'%3E%3Cpath d='M9 16.7l-4.2-4.2-1.4 1.4L9 19.5l12-12-1.4-1.4L9 16.7z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6424_6828'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
label.feedback__field.text input.feedback__input.valid:hover{
    border-radius: 100px !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cg clip-path='url(%23clip0_6424_6828)'%3E%3Cpath d='M9 16.7l-4.2-4.2-1.4 1.4L9 19.5l12-12-1.4-1.4L9 16.7z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6424_6828'%3E%3Cpath fill='%23fff' transform='translate(0 .5)' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}


.feedback__input.error{
    border-radius: 100px;
    border: 1px solid #F20101;
}

.feedback__input.error ~ .feedback__field-error{
    opacity: 1;
}
.feedback__input.error ~ .feedback__field-error.feedback__field-validate-error{
    opacity: 0;
}

.feedback__input.error.validate-error ~ .feedback__field-error{
    opacity: 0;
}
.feedback__input.error.validate-error ~ .feedback__field-error.feedback__field-validate-error{
    opacity: 1;
}


.feedback__input.error ~ span.feedback__field-placeholder{
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    color: #FFF;
    font-size: 12px;
    padding-left: 1em;
}

.feedback__checkboxes_field_select{
    color: #212121;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 24px 20px;
    border-radius: 30px;
    background: #FFF;
    position: relative;
    z-index: 2;
    cursor: pointer;
    max-height: 22px;
}
@media (max-width: 430px) {
    .feedback__checkboxes_field_select{
        font-size: 11px;
        max-height: 16px;
    }
}
@media (max-width: 400px) {
    .feedback__checkboxes_field_select{
        padding: 22px 10px;
    }
}
.feedback__checkboxes_field_select::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23clip0_6424_5745)'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z' fill='%237DA5D2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6424_5745'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 400px) {
    .feedback__checkboxes_field_select::before{
        right: 10px;
    }
}
.feedback__checkboxes_field_select.open::before{
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
}

.feedback__checkboxes_wrapper{
    position: relative;
}

.feedback__row:has(.feedback__checkboxes_wrapper){
    display: block !important;
}

.feedback__checkbox_item_input{
    border: none;
    border-bottom: 1px solid black;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    height: 30px;
    padding: 5px;
    color: #212121;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.feedback__checkbox_item_input:focus{
    outline: none;
}

/* End */
/* /local/templates/med-vlaekan/components/bitrix/news.list/solutions_list/style.css?175093802251857 */
/* /local/js/feedback/feedback/dist/feedback.bundle.css?174789244141126 */
