

/* Start:/local/templates/prolaser_v2/css/about-video.css?17625883784290*/
#about-video {
    width: 100%;
    height: 100%;
    min-height: 100lvh;
    padding: 60px;

    background-image: url(/local/templates/prolaser_v2/css/../images/about/about-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;
}

#about-video::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.about-video__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10%;

    height: 100vh;

    position: relative;
    z-index: 1;
}

.about-video__column-left, .about-video__column-right {
    max-width: 45%;
}

.about-video__text-1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
}

.about-video__text-1 span {
    font-style: italic;
}

.about-video__column-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    
    width: 485px;
}

.about-video__text-2 {
    font-weight: 400;

    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: #fff;

    padding-right: 80px;
}

.about-video__take-a-look {
    background: #fff;
    padding: 30px;

    background-image: url(/local/templates/prolaser_v2/css/../images/about/about-video-take-a-look.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-video__take-a-look__text-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.about-video__take-a-look__text-2 {
    padding-top: 10px;

    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

.about-video__take-a-look__video-link {
    padding-top: 40px;

    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #252525;
}

@media (max-width: 960px) {
    #about-video {
        padding: 3.1cqw; /*30px*/

    }

    .about-video__text-1 {
        font-size: 3.3cqw; /*32px*/
    }

    .about-video__wrapper {
        flex-direction: column;
    }

    .about-video__column-right {
        flex-direction: row;
        align-items: end;
        width: 100%;
        max-width: inherit;

        column-gap: 4.2cqw; /*40px*/
    }

    .about-video__text-2 {
        padding: 0;
        width: 35.5cqw; /*340px*/
        font-size: 1.5cqw; /*14px*/
    }

    .about-video__take-a-look {
        padding: 3.1cqw 2.1cqw;

        width: 100%;
        max-width: 35cqw; /*335px*/
    }

    .about-video__take-a-look__text-1 {
        font-size: 1.3cqw; /*12px*/
    }

    .about-video__take-a-look__text-2 {
        padding-top: 1.1cqw; /*10px*/
        font-size: 1.7cqw; /*16px*/
    }

    .about-video__take-a-look__video-link {
        padding-top: 3.1cqw; /*30px*/
        font-size: 1.3cqw; /*12px*/
    }
}

@media (max-width: 575px) {
    #about-video {
        background-image: url(/local/templates/prolaser_v2/css/../images/about/about-video--mobile.jpg);

        padding: 2.9cqw; /*10px*/
        aspect-ratio: 375 / 452;
        min-height: inherit;
    }

    .about-video__wrapper {
        justify-content: end;
        height: 100%;
    }

    .about-video__column-left {
        display: none;
    }

    .about-video__column-right {
        flex-direction: column;
    }

    .about-video__text-2 {
        display: none;
    }

    .about-video__take-a-look {
        max-width: inherit;
        padding: 5.4cqw 4.3cqw; /*20px 16px*/
    }

    .about-video__take-a-look__text-1 {
        font-size: 2.9cqw; /*10px*/ 
    }

    .about-video__take-a-look__text-2 {
        padding-top: 2.9cqw; /*10px*/ 
        font-size: 4.3cqw; /*16px*/
    }

    .about-video__take-a-look__text-2 span {
        font-style: italic;
        color: #911e45;
    }

    .about-video__take-a-look__video-link {
        padding-top: 6.7cqw; /*25px*/
        font-size: 3.2cqw; /*12px*/
    }
    
}
/* End */


/* Start:/local/templates/prolaser_v2/css/about-four-reasons.css?17611422373629*/
#about-four-reasons {
    padding: 60px;
    background-color: #fff;
}

.about-four-reasons__text-1 {
    padding-top: 80px;

    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.about-four-reasons__text-1 span {
    font-style: italic;
    color: #911e45;
}

.about-four-reasons__text-2 {
    padding-top: 20px;
    text-align: center;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.04em;
    color: rgba(37, 37, 37, 0.6);
}

.about-four-reasons__list {
    padding-top: 80px;
}

.about-four-reasons__item {
    border-top: 1px solid rgba(37, 37, 37, 0.3);
    padding: 40px 0;

    display: flex;
    column-gap: 40px;
    justify-content: space-between;

}

.about-four-reasons__item:last-child {
    border-bottom: 1px solid rgba(37, 37, 37, 0.3);
}

.about-four-reasons__item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 450px;
}

.about-four-reasons__item-right {
    max-width: 640px;
    aspect-ratio: 640/420;
    /* width: 100%; */
}

.about-four-reasons__item-right img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-four-reasons__item-left-top {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #252525;
}

.about-four-reasons__item-left-bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 0.6);
}

@media (max-width: 960px) {
    #about-four-reasons {
        padding: 3.1cqw; /*30px*/
    }

    .about-four-reasons__text-1 {
        padding-top: 7.3cqw; /*70px*/
        font-size: 4.2cqw; /*40px*/
    }

    .about-four-reasons__text-2 {
        padding-top: 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }

    .about-four-reasons__list {
        padding-top: 6.3cqw; /*60px*/
    }

    .about-four-reasons__item {
        padding: 2.1cqw 0;
        flex-direction: row-reverse;
    }

    .about-four-reasons__item-right {
        max-width: 25cqw; /*240px*/
        aspect-ratio: 1;
    }

    .about-four-reasons__item-left {
        max-width: 46.8cqw; /*450px*/
    }

    .about-four-reasons__item-left-top {
        font-size: 2.1cqw; /*20px*/
    }

    .about-four-reasons__item-left-bottom {
        font-size: 1.5cqw; /*14px*/
    }
}

@media (max-width: 575px) {
    #about-four-reasons {
        padding: 2.9cqw; /*10px*/
    }

    .about-four-reasons__text-1 {
        padding-top: 18.7cqw; /*70px*/
        font-size: 7cqw; /*26px*/ 
    }

    .about-four-reasons__text-2 {
        padding-top: 4cqw; /*15px*/
        font-size: 3.2cqw; /*12px*/
        max-width: 61.4cqw; /*230px*/
        margin: 0 auto;
    }

    .about-four-reasons__list {
        padding-top: 10.7cqw; /*40px*/
    }

    .about-four-reasons__item {
        padding: 5.4cqw 0;
        row-gap: 8cqw; /*30px*/
        flex-direction: column-reverse;
    }

    .about-four-reasons__item-right {
        max-width: 40cqw; /*150px*/
    }

    .about-four-reasons__item-left {
        max-width: inherit;
    }

    .about-four-reasons__item-left-top {
        font-size: 4.3cqw; /*16px*/
    }

    .about-four-reasons__item-left-bottom {
        padding-top: 2.9cqw; /*10px*/
        font-size: 3.2cqw; /*12px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/about-reviews.css?17611658803752*/
#about-reviews {
    margin-bottom: -14%;
}

.about-reviews__text-1 {
    padding-top: 80px;

    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(37, 37, 37, 0.6);
}

.about-reviews__text-2 {
    padding-top: 20px;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.about-reviews__text-2 span {
    color: #911e45;
    font-style: italic;
}

.about-reviews__box-1 {
    margin: 60px auto 0 auto;
    aspect-ratio: 981 / 552;
    max-width: 981px;

    padding: 30px;

    position: relative;

    background-image: url(/local/templates/prolaser_v2/css/../images/about/reviews.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .about-reviews__box-1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
} */

.about-reviews__box-1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
}

.about-reviews__btns-list {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: end;
    column-gap: 20px;
    justify-content: center;

    height: 100%;
}

.about-reviews__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 295px;
    height: 56px;
    padding: 20px;

    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.06em;
    color: #fff;

    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.2);

    text-decoration: none;
}

.about-reviews__btn .grade {
    font-size: 28px;
}

.about-reviews__btn:hover, .about-reviews__btn:focus, .about-reviews__btn:active {
    background: rgba(255, 255, 255, 0);
}

@media (max-width: 960px) {
    .about-reviews__text-1 {
        padding-top: 7.3cqw; /*70px*/
        font-size: 1.3cqw; /*12px*/
    }

    .about-reviews__text-2 {
        padding-top: 1.1cqw; /*10px*/
        font-size: 3.3cqw; /*32px*/
    }

    .about-reviews__box-1 {
        margin: 5.2cqw auto 0 auto;
        max-width: 68.8cqw; /*660px*/
        padding: 3.1cqw; /*30px*/
    }

    .about-reviews__btns-list {
        column-gap: 1.1cqw; /*10px*/
    }

    .about-reviews__btn {
        width: 30.7cqw; /*295px*/
        height: 5.8cqw; /*56px*/
        padding: 1.3cqw 2.1cqw; /*12px 20px*/
        font-size: 1.1cqw; /*10px*/
    }

    .about-reviews__btn .grade {
        font-size: 3cqw; /*28px*/
    }
}

@media (max-width: 575px) {
    #about-reviews {
        margin-bottom: -38%;
    }

    .about-reviews__text-1 {
        padding-top: 18.7cqw; /*70px*/
        font-size: 3.2cqw; /*12px*/
    }

    .about-reviews__text-2 {
        padding-top: 2.9cqw; /*10px*/
        font-size: 7cqw; /*26px*/
    }

    .about-reviews__box-1 {
        margin: 10.7cqw auto 0 auto;
        padding: 5.4cqw; /*20px*/
        max-width: 89.2cqw; /*335px*/
        aspect-ratio: 335 / 382;

        background-position-y: bottom;
    }

    .about-reviews__btns-list {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        row-gap: 1.7cqw; /*6px*/
    }
    
    .about-reviews__btn {
        width: 78.6cqw; /*295px*/
        height: 15cqw; /*56px*/
        padding: 3.2cqw 5.4cqw; /*12px 20px*/
        font-size: 2.9cqw; /*10px*/
    }

    .about-reviews__btn .grade {
        font-size: 7.5cqw; /*28px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/lds-ring.css?1762899833845*/
/*<div class="lds-ring"><div></div><div></div><div></div><div></div></div>*/
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/country-clinics.css?17643133409838*/
#country-clinics {
    background: #252525;
    background-image: url(/local/templates/prolaser_v2/css/../images/map-russia-cutted.png);
    background-repeat: no-repeat;
    background-size: contain;

    padding-top: 18%;
    padding-bottom: 100px;
}

.country-clinics__marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;

    width: 100%;
    /* height: 60px; */

    /* background: rgba(255, 255, 255, 0.2); */
    display: flex;

    z-index: 1;
}

.country-clinics__marquee ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    align-items: center;
    animation: scroll-left 25s linear infinite;
}

.country-clinics__marquee ul li {
    display: inline-block;
    padding-right: 30px;

    font-weight: 500;
    font-size: 14px;    
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #fff;
}

.country-clinics__marquee ul li .prolaser-icon {
    width: 17px;
    height: 14px;
}

.country-clinics__text-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);

    margin-top: 60px;
}

.country-clinics__text-2 {
    margin-top: 20px;

    font-weight: 500;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.country-clinics__text-3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: center;
    color: #fff;

    margin-top: 30px;
}

.country-clinics__city-select {
    margin-top: 40px;
}

.country-clinics__city-select .custom-select {
    width: 280px;
    margin: 0 auto;
}

.country-clinics__city-select .custom-select .select-selected {
    border: 1px solid rgba(255, 255, 255, 0.3);

    width: 280px;
    height: 44px;

    display: flex;
    align-items: center;

    padding: 0 20px;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    background: #252525;
}

.country-clinics__city-select .custom-select .select-selected::after {
    border: 0 none;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/prolaser_v2/css/../icons/custom-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;

    top: inherit;
    right: 15px;

    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.country-clinics__city-select .custom-select .select-selected.select-arrow-active::after {
    transform: rotate(180deg);
}

.country-clinics__city-select .custom-select .select-items div {
    display: flex;
    align-items: center;

    padding: 0 20px;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    background: #252525;

    height: 44px;
}

.country-clinics__city-select .custom-select .select-items div:hover {
    opacity: 0.7;
}

.country-clinics__branches {
    margin-top: 47px;
    padding: 0 30px;

    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.branches-slide {
    background: #303030;

    display: flex !important;
    flex-direction: column;
    justify-content: space-between;

    max-width: 50%;
    margin: auto;
}

.branches-slide__card {
    padding: 15px;
}

.branches-slide__card-image {
    aspect-ratio: 410 / 209;
    display: flex;

}

.branches-slide__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branches-slide__card-city {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.5);
}

.branches-slide__card-address {
    margin-top: 10px;
    min-height: 30px;

    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.branches-slide__details {
    margin-top: 11px;
}

.branches-slide__details > a {
    display: block;
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.05);
    padding-left: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;

    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #fff;
}

.branches-slide__details > a::after {
    content: '';
    border-left: 1px solid rgba(255, 255, 255, 0.3);;
    /* aspect-ratio: 1;
    width: 100%;
    height: auto; */
    width: 54px;
    height: 54px;
    background-image: url(/local/templates/prolaser_v2/css/../icons/branche-details-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 960px) {
    #country-clinics {
        padding-bottom: 8.4cqw; /*80px*/
    }

    .country-clinics__marquee ul li {
        font-size: 1.3cqw; /* 12px*/
        padding-right: 2.2cqw; /*20px*/
    }

    .country-clinics__text-1 {
        margin-top: 5.3cqw; /*50px*/
        font-size: 1.3cqw; /*12px*/
    }

    .country-clinics__text-2 {
        margin-top: 2.3cqw; /*20px*/
        font-size: 3.4cqw; /*32px*/
    }

    .country-clinics__text-3 {
        margin-top: 3.2cqw; /*30px*/
        font-size: 1.5cqw; /*14px*/
    }

    .country-clinics__city-select {
        margin-top: 3.2cqw; /*30px*/
    }

    .country-clinics__city-select .custom-select {
        width: 29.2cqw; /*280px*/
    }

    .country-clinics__city-select .custom-select .select-selected {
        width: 29.2cqw; /*280px*/
        height: 4.6cqw; /*44px*/
        font-size: 1.5cqw; /*14px*/
        padding: 0 2.2cqw;/*20px*/
    }

    .country-clinics__city-select .custom-select .select-selected::after {
        width: 2.6cqw; /*24px*/
        height: 2.6cqw; /*24px*/
        right: 1.6cqw; /*15px*/
        background-size: contain;
    }

    .country-clinics__city-select .custom-select .select-items div {
        padding: 0 2.2cqw;/*20px*/
        font-size: 1.5cqw; /*14px*/
        height: 4.6cqw; /*44px*/
    }

    .country-clinics__branches {
        margin-top: 5cqw; /*47px*/
        padding: 0 3.2cqw; /*0 30px*/
    }

    .branches-slide__card {
        padding: 1.6cqw; /*15px*/
    }

    .branches-slide__card-city {
        margin-top: 2.1cqw; /*20px*/
        font-size: 1.3cqw; /*12px*/
    }

    .branches-slide__card-address {
        margin-top: 1.1cqw; /*10px*/
        font-size: 1.5cqw; /*14px*/
        min-height: 2.5cqw; /*24px*/
    }

    .branches-slide__details {
        margin-top: 1.1cqw; /*10px*/
    }

    .branches-slide__details > a {
        height: 4.6cqw; /*44px*/
        padding-left: 1.6cqw; /*15px*/
        font-size: 1.3cqw; /*12px*/
    }

    .branches-slide__details > a::after {
        width: 4.6cqw; /*44px*/
        height: 4.6cqw; /*44px*/
    }
}

@media (max-width: 575px) {
    #country-clinics {
        padding-top: 50%;
        padding-bottom: 18.7cqw; /*70px*/

        background-image: url(/local/templates/prolaser_v2/css/../images/map-russia.svg);
        background-position-y: 30%;
    }

    .country-clinics__marquee ul li {
        font-size: 3.3cqw; /*12px*/
        padding-right: 4cqw; /*15px*/
    }

    .country-clinics__text-1 {
        margin-top: 8cqw; /*30px*/
        font-size: 3.3cqw; /*12px*/
    }

    .country-clinics__text-2 {
        margin-top: 2.8cqw; /*10px*/
        font-size: 7cqw; /*26px*/
    }

    .country-clinics__text-3 {
        margin-top: 2.8cqw; /*10px*/
        font-size: 3.3cqw; /*12px*/
    }

    .country-clinics__city-select {
        margin-top: 8cqw; /*30px*/
    }

    .country-clinics__city-select .custom-select {
        width: 69.4cqw; /*260px*/
    }

    .country-clinics__city-select .custom-select .select-selected {
        width: 69.4cqw; /*260px*/
        height: 11.8cqw; /*44px*/
        font-size: 3.8cqw; /*14px*/
        padding: 0 4cqw; /*15px*/
    }

    .country-clinics__city-select .custom-select .select-selected::after {
        width: 5.4cqw; /*20px*/
        height: 5.4cqw; /*20px*/
        right: 4cqw; /*15px*/
    }

    .country-clinics__city-select .custom-select .select-items div {
        height: 11.8cqw; /*44px*/
        font-size: 3.8cqw; /*14px*/
        padding: 0 4cqw; /*15px*/
    }

    .country-clinics__branches {
        margin-top: 40px;
        padding: 0 20px;
    }

    .branches-slide {
        max-width: inherit;
    }

    .branches-slide__card {
        padding: 2.2cqw; /*8px*/
    }

    .branches-slide__card-image {
        aspect-ratio: 242 / 160;
    }
    
    .branches-slide__card-city {
        margin-top: 4cqw; /*15px*/
        font-size: 3.3cqw; /*12px*/
    }

    .branches-slide__card-address {
        margin-top: 1.1cqw; /*4px*/
        font-size: 3.8cqw; /*14px*/
        min-height: 8.5cqw;
    }

    .branches-slide__detail.branches-slide__details {
        margin-top: 0;
    }

    .branches-slide__details > a {
        height: 10.8cqw; /*40px*/
        font-size: 3.3cqw; /*12px*/
        padding-left: 3.8cqw; /*14px*/
    }

    .branches-slide__details > a::after {
        width: 10.8cqw; /*40px*/
        height: 10.8cqw; /*40px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/about-clients.css?17612123071131*/
#about-clients {
    background-color: #fff;
    padding-top: 160px;
    padding-bottom: 90px;
}

.about-clients__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

#about-clients-slider {
    padding-top: 60px;
}

#about-clients-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.about-clients-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
    #about-clients {
        padding-top: 10.4cqw; /*100px*/
        padding-bottom: 9.3cqw; /*90px*/
    }

    .about-clients__title {
        font-size: 3.3cqw; /*32px*/
    }

    #about-clients-slider {
        padding-top: 5.2cqw; /*50px*/
    }
}

@media (max-width: 575px) {
    #about-clients {
        padding-top: 21.2cqw; /*80px*/
        padding-bottom: 10.7cqw; /*40px*/
    }

    .about-clients__title {
        font-size: 7cqw; /*26px*/
    }

    #about-clients-slider {
        padding-top: 10.7cqw; /*40px*/
    }
}
/* End */


/* Start:/local/templates/prolaser_v2/css/need-consultation.css?17673497275968*/
#need-consultation {
    margin-top: 90px;
    margin-bottom: 180px;
    margin-left: 30px;
    margin-right: 30px;
}

.need-consultation__wrapper {
    max-width: 1230px;
    padding: 100px 120px;
    margin: 0 auto;

    background: #eceae9;
    background-image: url(/local/templates/prolaser_v2/css/../images/need-consultation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.need-consultation__text-1 {
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
}

.need-consultation__text-1 span {
    font-style: italic;
    color: #911e45;
}

.need-consultation__text-2 {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form {
    padding-top: 80px;
}

.need-consultation-form__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
}

#need-consultation-form input[type=text],
#need-consultation-form input[type=tel] {
    font-family: 'Montserrat', sans-serif;

    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    width: 100%;
    height: 64px;
    border: 0 none;
    padding: 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 1);
}

#need-consultation-form input[type=text].error,
#need-consultation-form input[type=tel].error {
	background: rgba(145, 30, 69, 0.1);
	color: #911e45;
}

#need-consultation-form input[type=text]::placeholder,
#need-consultation-form input[type=tel]::placeholder {
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form button[type=submit] {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    background: #911e45;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    /* text-align: center; */
    color: #fff;
    border: 0 none;

    width: 100%;
    height: 64px;

    cursor: pointer;
}

#need-consultation-form button[type=submit]:hover {
    opacity: 0.7;
}

#need-consultation-form .confirm-box {
    padding-top: 10px;

    display: flex;
    align-items: center;
    column-gap: 10px;

    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(37, 37, 37, 0.6);
    position: relative;
}

#need-consultation-form .confirm-box a {
    color: rgba(37, 37, 37, 0.6);
}

#need-consultation-form .confirm-box input[type="checkbox"] {
    display: none;
}

#need-consultation-form .confirm-box label {
    display: block;
    border-radius: 2px;
    width: 37px;
    height: 37px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

#need-consultation-form .confirm-box input[type="checkbox"]:checked ~ label {
    background-image: url(/local/templates/prolaser_v2/css/../icons/checkbox-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

@media (max-width: 960px) {
    #need-consultation {
        margin-top: 9.3cqw; /*90px*/
        margin-bottom: 10.4cqw; /*100px*/
        margin-left: 3.1cqw; /*30px*/
        margin-right: 3.1cqw; /*30px*/
    }

    .need-consultation__wrapper {
        padding: 10.4cqw 3.6cqw; /*100px 35px*/
    }

    .need-consultation__text-1 {
        font-size: 3.3cqw; /*32px*/
    }

    .need-consultation__text-2 {
        padding-top: 2.1cqw; /*20px*/
        font-size: 1.5cqw; /*14px*/
    }

    #need-consultation-form {
        padding-top: 5.2cqw; /*50px*/
    }

    .need-consultation-form__grid {
        column-gap: 1.1cqw; /*10px*/
    }

    #need-consultation-form input[type="text"], #need-consultation-form input[type="tel"] {
        height: 5.2cqw; /*50px*/
        font-size: 1.5cqw; /*14px*/
        padding: 1.5cqw; /*15px*/
    }

    #need-consultation-form button[type="submit"] {
        height: 5.2cqw; /*50px*/
        font-size: 1.5cqw; /*14px*/
    }

    #need-consultation-form .confirm-box {
        font-size: 1.5cqw;
    }

    #need-consultation-form .confirm-box label {
        width: 3.1cqw; /*30px*/
        height: 3.1cqw; /*30px*/
    }
}

@media (max-width: 575px) {
    #need-consultation {
        margin-top: 10.7cqw; /*40px*/
        margin-bottom: 21.2cqw; /*80px*/
        margin-left: 2.9cqw; /*10px*/
        margin-right: 2.9cqw; /*10px*/
    }

    .need-consultation__wrapper {
        padding: 18.7cqw 5.4cqw 17.2cqw 5.4cqw; /*70px 20px 65px 20px*/
    }

    .need-consultation__text-1 {
        font-size: 7cqw; /*26px*/
    }
    
    .need-consultation__text-2 {
        padding-top: 4cqw; /*15px*/
        font-size: 3.2cqw; /*12px*/

        width: 95%;
        margin: 0 auto;
    }

    #need-consultation-form {
        padding-top: 7.5cqw; /*28px*/
    }

    .need-consultation-form__grid {
        display: flex;
        flex-direction: column;
        row-gap: 2.9cqw; /*10px*/
    }

    #need-consultation-form input[type="text"], #need-consultation-form input[type="tel"] {
        height: 11.7cqw; /*44px*/
        font-size: 3.2cqw; /*12px*/
        padding: 3.7cqw; /*14px*/
    }

    #need-consultation-form button[type="submit"] {
        height: 11.7cqw; /*44px*/
        font-size: 3.2cqw; /*12px*/
    }

    #need-consultation-form .confirm-box {
        font-size: 2.9cqw; /*10px*/
        letter-spacing: -0.06em;
    }

    #need-consultation-form .confirm-box label {
        width: 6.7cqw; /*25px*/
        height: 6.7cqw; /*25px*/
    }
}
/* End */
/* /local/templates/prolaser_v2/css/about-video.css?17625883784290 */
/* /local/templates/prolaser_v2/css/about-four-reasons.css?17611422373629 */
/* /local/templates/prolaser_v2/css/about-reviews.css?17611658803752 */
/* /local/templates/prolaser_v2/css/lds-ring.css?1762899833845 */
/* /local/templates/prolaser_v2/css/country-clinics.css?17643133409838 */
/* /local/templates/prolaser_v2/css/about-clients.css?17612123071131 */
/* /local/templates/prolaser_v2/css/need-consultation.css?17673497275968 */
