.about-slider {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap
}

.slide-left {
    left: -100%
}

.about-arrow {
    cursor: pointer
}

.about-slider>div {
    flex-shrink: 0;
    width: 100%
}

.about-slider-indicator {
    width: 10.5vw;
    height: 5px;
    background-color: #4d4c4c;
    border-radius: 10px;
    cursor: pointer;
    transition: width .3s
}

.about-slider-indicator-inactive {
    width: 3.6vw;
    background-color: #a2a1a1
}

.centrificator {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.slider-holder {
    overflow: hidden
}

.offer-slide {
    height: 100%;
    display: inline-block
}

.carousel-indicators li {
    width: 30px;
    height: 12px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #fff
}

.carousel-indicators {
    justify-content: flex-end;
    background-color: #bdbdbd2e;
    padding: 6px;
    margin: 30px 0;
}

.block-2 {
    padding-top: 6vw
}

.mtop-10 { margin-top: 10vw;}
.mtop-5 {margin-top: 5vw;}
.mtop-3 {margin-top: 3vw;}
.mtop-2 {margin-top: 2vw;}



#laser-cosmetology {
    background-size: contain;
    background-position: center;
    background-image: url(/imgs/laser-cosmetology-bg.png);
    background-repeat: no-repeat
}

#laser-cosmetology2 {
    background-size: contain;
    background-position: center;
    background-image: url(/imgs/laser-cosmetology-bg2.png);
    background-repeat: no-repeat
}


#laser-cosmetology-offset {
    margin-right: 30px;
    margin-bottom: 40px
}

input {
    font-family: UniBold;
    width: 240px;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #4d4c4c;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    box-sizing: border-box
}

input::placeholder {
    font-family: Regular
}

input: {
    background-color: #4d4c4c
}

.submit-laser {
    color: #fff;
    background-color: #4d4c4c;
    cursor: pointer
}

.dark {
    color: #4d4c4c !important;
    font-size: 2rem
}

.staff-cell {
    font-family: Regular;
    border-radius: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 8px;
    border: 7px solid white;
}

.staff-cell img {border-radius: 6px;}

.specimg {    max-width: 100%;
    height: auto;
    border: 5px dotted #d96e6e;
    padding: 10px;}

.recent-img {border-right: 5px solid #c51718;
    border-radius: 100px 0 0 20px;}

.hrecent {padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 4px dotted #eae5e5;}
.brecent {border-right: 4px dotted #e9e9e9;
    background-color: #f7f7f7;
    border-radius: 0 20px 50px 0;}

.spectext {}


.socheading {    text-align: center;
    color: #f5f7ff;
    background: url(/imgs/bg13.jpg) 0 6px #c51718;
    border: 7px solid #6f0c0c;
    border-radius: 40px;
    font-family: inherit;
    font-size: 33px;
    font-weight: bold;
margin-bottom: 45px;}


.staff-cell p {
color: #2a2626;
    font-size: 17px;
    font-family: 'Days One';
    padding-top: 10px;
height: 42px;}

.name {color: #2a2626;
    font-size: 18px;
    font-family: 'Days One';
    line-height: normal;}

.nameq {    font-size: 17px;
    font-weight: bold;
    padding: 7px 0;
    color: #c51718;
    border-top: 1px solid #c51718;
}

.laser-red-bg .carousel-inner {border:0;
    border-radius: 0;
    padding: 0;}

.carousel-inner {border: 4px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px;}

.staff-cell a { color: #fff;}

.brecent button {background-color: white;
    border: 3px solid #e7e7e7;
    border-radius: 10px;
    margin-top: 10px;}

button {
    box-sizing: border-box;
    padding: 10px 40px;
    color: #4d4d4c;
    background-color: #f7f6f6;
    border: none;
    cursor: pointer;
}

.redline {border-bottom: 4px solid #c51718;}
.redline h2 { color: #c51718;}
.redlineh2 { color: #c51718; border-bottom: 4px solid #c51718;}

.grayline {border-bottom: 15px solid #f6f6f6;}
.grayline h2 { color: #6c6868;}
.graylineh2 { color: #6c6868; border-bottom: 4px solid #c0c0c0;}



.socicon img {max-width: 120px;}

#socials-block {
    background: linear-gradient(to right, #282828, #282828)
}

#socials-block a {
    color: #fff;
    text-decoration: underline
}

#address-block {
    background-color: #fff;
    border: 10px solid #f7f6f6;
    border-radius: 20px;
}

#yandex-map {
    min-height: 600px
}

.fa-question-circle {
    position: relative;
    left: -2.5rem;
    color: #c51718
}


.graybox {background-color: #f7f7f7;
    padding: 20px 0;
    margin-bottom: 10px;}



.service-picker-bottom-links {
    border-radius: 5px;
    padding: .5rem 2rem;
    background: linear-gradient(to right, #e8b005, #eed200);
    color: #fff;
    font-family: UniBold
}

.service-picker-bottom-links:hover {
    color: #fff
}

.service-picker-bottom-links:first {
    background-image: url(/imgs/offers-link.png);
    background-size: contain
}

