/* 
    Created on : 23.11.2021, 19:38:13
    Author     : Глеб
*/
[class*=flex-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-betwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.flex-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-srethc {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-item .desc {
    max-width: 540px;
}
figure.image figcaption{
    font-weight: bold;
    font-size: 18px;
}
img{
    max-width: 100%;
    height: auto ;
}
.item-list-wlex-wrap img{
    width: 100%;
}
.item-list-wlex-wrap .image{
    height: 250px;
}
.item-list-wlex-wrap .image img{
    height: 100%;
    object-fit: cover;
}
.item-list-wlex-wrap .item{
    width: 48%;
}
.pt-100{
    padding-top: 100px;
}
.item-doposle-wrap .title {
    font-weight: bold;
    color: #e84e1c;
    padding-bottom: 40px;
    font-size: 20px;
}
.item-list-wlex-wrap .item  .title-image{
    -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 7%);
    box-shadow: 0 4px 40px rgb(0 0 0 / 7%);


    padding: 10px;
    font-style: oblique;
    font-size: 18px;
}
.bottom-content table{
    width: 100%;
    border-collapse: collapse;
}
.bottom-content table tr td{
    border: 1px solid #ccc;
    padding: 10px;
}
.bottom-content table tr:nth-child(odd){
    background: #ccffcc;
}
.orange{
    color:#e84e1c;
}
.rasrochka-block{
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/zuby.png) no-repeat 20px/contain,#868686;
    border-radius: 20px;
    background-size: 19%;
    color: #fff;
}
.rasrochka-block .flex-betwen .left {
    width: 30%;
}
.rasrochka-block .flex-betwen .right {
    width: 70%;
}
.rasrochka-block .flex-betwen .right .title{
    font-size: 24px;
    font-weight: bold;
}
.rasrochka-block .flex-betwen .left  span.percent {
    display: block;
    font-size: 110px;
    margin-left: 40%;
    color: #e64f29;
    font-weight: bold;
}
.rasrochka-block .flex-betwen .right .price {
    font-weight: bold;
    margin-left: 20px;
    padding-top: 10px;
    font-size: 18px;
    color: #000;
}
.personal-slider .personal-item img{
    width: 100%;
}
.personal-slider .personal-item{
    padding: 10px;
}
.text-center{
    text-align: center;
}
.h2 {
    font-size: 34px;

    margin: 30px 0px;
    padding-top: 20px;
    font-weight: bold;
}
.personal-slider .personal-item .title{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #e84e1c;
}
.colapse-wrap-item .collapse-body{
    display: none;
}
.collapse-title a{
    display: block;
    padding: 10px;
    margin-bottom: 1px;
    border:1px solid #ccc;
    text-decoration: none;
    color: #000;
    transition: 0.5s;
    border-radius: 100px;
}
.collapse-title a:hover,
.collapse-title.active a{
    color: #fff;
    background: #e84e1c;
}
.menu-sidebar .work-time{
    width: 137px;
    font-size: 11px;
    text-align: right;
    color: #949494;
}
.menu-sidebar .work-time span{
    display: block;
}
.tl-contacts .work-time{
    font-size: 12px;
    text-align: right;
    color: #444;
    margin-top: 8px;
}
.tabs-wrapper .links-tab{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: table;
}
.tabs-wrapper .links-tab>li{
    display: table-cell;

}
.tabs-wrapper .links-tab>li>a{
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 14px 14px 0 0;
    margin-right: 10px;
    transition: 0.5s;
}
.tab-contents>.tab-content{
    display: none;
    visibility: hidden;
    opacity: 0;

}
.tab-contents>.tab-content.fade{
    transition: 0.5s;
    visibility: visible;
    display: block;
}
.tab-contents>.tab-content.fade.in{
    opacity: 1;
}
.tab-contents>.tab-content .h3{
    font-weight: 800;
    font-style: normal;
    color: #111f2c;
    font-size: 24px;
}
.tabs-wrapper .links-tab>li>a.active,
.tabs-wrapper .links-tab>li>a:hover{
    color: #fff;
    background: #e64f29;
}
.tabs-wrapper  .will-preim-wrap .contet-block{
    width: 73%;
}
.tabs-wrapper  .will-preim-wrap .image-block{
    width: 25%;
}
.tabs-wrapper  .will-preim-wrap .image-block img{
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #e64f29;
}
.flex-will .item-will-preim{
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-will .item-will-preim:before{
    content: "✓";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 30px;
    color: #e64f29;
}
.tabs-wrapper  .tab-contents {
    margin-bottom: 20px;
    background: #f4f4f4;
}
.flex-will{
    padding-top: 40px;
    border-top:1px solid #58bfde;
}
.flex-will .item-will-preim{
    position: relative;
    padding-left: 40px;
}
.will-preim-wrap .contet-block .title{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    bottom: -20px;
    background: #f4f4f4;
    padding-right: 20px;
    position: relative;
}
.will-preim-wrap .contet-block .title:before{
    content: "✓";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #e84e1c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.will-preim-wrap .contet-block{
    margin-right: 20px;
}
.will-preim-wrap .contet-block .title-will{
    font-weight: bold;
}
.will-preim-wrap .contet-block .desc{
    font-size: 14px;
    color: #938f8f;
    padding-top: 5px;
}
.pt-20{
    padding-top: 20px;
}
.pt-40{
    padding-top: 40px;
}
.tab-content .price-block {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px;
    padding-bottom: 40px;
}
.padding-tabs{
    padding: 40px;
}
.tabs-block-lists{
    -webkit-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.2);
    padding-top: 40px;
    border-radius: 20px;
}
.tabs-block-lists .tabs-links-block {
    padding-left: 20px;
}
.tab-content .price-block{
    -webkit-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.08) inset;
    -moz-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.08) inset;
    box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.08) inset;
}
.tab-content .price-block .title {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;

    background: #f4f4f4;
    padding-right: 20px;
    position: relative;
}
.tab-content .price-block .title:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: url(../images/svg-icons/icon-coshel.svg) no-repeat center/contain,#111f2c;
    margin-right: 10px;
    background-size: 40%;
    transform: translateY(13px);
}
.tab-content .price-block .old-price{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #868686;

}
.tab-content .price-block .old-price strike{

    text-decoration-line: line-through;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: #e64f29;
}
.tab-content .price-block .old-price:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: url(../images/svg-icons/sale.svg) no-repeat center/contain;
    margin-right: 10px;

    transform: translateY(5px);  
}
.tab-content .price-block .price:after,
.tab-content .price-block .old-price:after{
    content: "₽";
    display: inline-block;
    margin-left: 10px;
}
.toltype{
    position: relative;

}
.toltype .content-toltype{
    position: absolute;
    top: 40px;
    font-weight: lighter;
    padding: 10px;
    background: #fff;
    width: 250px;
    -webkit-box-shadow: 0px 6px 18px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 18px 0px rgb(34 60 80 / 20%);
    left: -125px;
    margin-left: 75%;
    font-size: 14px;
    color: #96918f;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.toltype:hover .content-toltype{
    visibility: visible;
    opacity: 1;  
}
.toltype .content-toltype:before{
    content: "";
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -20px;
    top: -40px;
}
.toltype .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #e84e1c;
    text-align: center;
    font-family: cursive;
    line-height: 20px;
    font-size: 12px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer;
}
.specialist  .special-wrap {
    -webkit-box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    margin-bottom: 20px;
}
.specialist .h1{
    position: relative;
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 500;
}
.specialist .special-wrap .image-block{
    width: 40%;
}
.specialist .special-wrap .image-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.specialist .special-wrap .haracter-content{
    width: 60%;
    background: #f4f4f4;
    padding: 20px;
}
.specialist .special-wrap .haracter-content .har-list{
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.specialist .special-wrap .haracter-content .har-list .label{
    font-weight: bold;
    background: #f4f4f4;
    transform: translateY(5px);
}
.specialist .special-wrap .haracter-content .har-list .value{

    text-align: right;
    background: #f4f4f4;
    transform: translateY(5px);
}
.har-list.flex-wrap.flex-betwen.stage {
    color: #e64f29;
    font-size: 20px;
    border-bottom: 1px dashed #e64f29;
}
.specialist .special-wrap .haracter-content .intro-text {
    margin-bottom: 20px;
    background: #fff;
    padding: #e64f29;
    padding: 20px;
    -webkit-box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    box-shadow: -7px 5px 8px 0px rgb(34 60 80 / 20%);
    position: relative;
    overflow: hidden;
}
.specialist .special-wrap .haracter-content .intro-text:before{
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    right: -25px;
    top: -25px;
    height: 50px;
    background: #e64f29;
    transform: rotate(45deg);
}
.is-works-wrap>.list-works-item{
    width: 31%;
    margin-right: 2%;
    margin-bottom: 90px;
    box-sizing: border-box;
    background: #f4f4f4;
    position: relative;
    padding-bottom: 80px
}
.is-works-wrap{
    padding-top: 40px;
}
.is-works-wrap .doposle-wrap-slider img{
    width: 100%;
}
.is-works-wrap>.list-works-item:nth-child(2n+2){
    /*margin-right: 0%;*/
}
.is-works-wrap .slick-arrow {
    border: 2px solid #e64f29;
    top: 20px;
    z-index: 10;
    background: url(../images/nav.svg) no-repeat center center,#fff;
}
.is-works-wrap>.list-works-item .title-works {
    font-size: 24px;
    padding-top: 20px;
}
.is-works-wrap>.list-works-item .title-works a{
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
}
.sotrudnik-wrap .spec-work-wrap {
    margin-bottom: 10px;
    border-radius: 100px;
    background: #ccc;
    margin-top: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sotrudnik-wrap .spec-work-wrap .image-link {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 1000px;
    overflow: hidden;
    border: 1px solid #e64f29;
}
.sotrudnik-wrap .spec-work-wrap .desc{
    display: block;
    padding: 10px;
    padding-top: 20px;
width: calc(100% - 80px);
}
.sotrudnik-wrap .spec-work-wrap:before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e84e1c;
    transition: 0.5s;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.9, 0, 0.1, 1);
    transition: -webkit-transform 1s cubic-bezier(0.9, 0, 0.1, 1);
    -o-transition: transform 1s cubic-bezier(0.9, 0, 0.1, 1);
    transition: transform 1s cubic-bezier(0.9, 0, 0.1, 1);
    transition: transform 1s cubic-bezier(0.9, 0, 0.1, 1), -webkit-transform 1s cubic-bezier(0.9, 0, 0.1, 1);
}
.sotrudnik-wrap .spec-work-wrap:hover:before{
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.sotrudnik-wrap .spec-work-wrap .desc .spec {
    display: block;
    font-size: 12px;
    font-style: oblique;
    transition: 0.5s;
}
.sotrudnik-wrap .spec-work-wrap:hover .desc .spec {
    color: #fff;
}
.list-works-item .content-work {
    padding: 20px 10px;

}
.sotrudnik-wrap .spec-work-wrap .desc .name{
    font-size: 14px;
    color: #000;
}
.is-works-wrap a.btn-more {
    display: block;
    margin-top: 20px;
    display: inline-block;
    padding: 20px 40px;
    background: #e64f29;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 20px;
    transition: 0.5s;
}
.is-works-wrap a.btn-more:hover{
    background: #000;
    text-decoration: none;
}
.flex-content-tem-wrap .left-wrap{
    width: 64.666%;
    margin-right: 2%;
}
.flex-content-tem-wrap .left-wrap .item-doposle-wrap{
    width: 48%;
    margin-right:2%;
}
.flex-content-tem-wrap .left-wrap .image-container{
    position: relative;
}
.flex-content-tem-wrap .left-wrap .image-container .do-posle {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    background: #e84e1c;
    color: #fff;
    bottom: 0px;
}
.flex-content-tem-wrap .right-wrap .contents p {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
}
.flex-content-tem-wrap .left-wrap .item-doposle-wrap:nth-child(2n+2){
    margin-right: 0;
}
.flex-content-tem-wrap .right-wrap{
    width: 33.333%;
}
.hover-link{
    position: relative;
    overflow: hidden;
    display: block;
}
.hover-link:before{
    position: absolute;
    content: "";
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}
.hover-link:hover:before{
    opacity: 1;
}
.hover-link img{
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.hover-link:hover img{
    transform: scale(1.1) ;
}
.hover-link:after{
    content: "+";
    font-size: 80px;
    position: absolute;
    width: 40px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #000;
    border-radius: 100px;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    transform: scale(0) rotate(360deg);
    transition: 0.5s;
}
.hover-link:hover:after{
    transform: scale(1) rotate(0deg); 
}
.item-doctors-wrap .doctors-item{
    margin-top: 40px;
    -webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
}
.image-styles-block{
    position: relative;
}
.image-styles-block .styles-border{
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;  
    transform: scale(0.3);
    transition: 0.5s;
}
.image-styles-block:hover .styles-border{
    transform: scale(1);
}
.image-styles-block *>.styles-border:nth-child(1){
    left: 0px;
    bottom: 0px;
    border-left: 4px solid #e64f29;
    border-bottom:  4px solid #e64f29;
    transform-origin: bottom left;
}
.image-styles-block  *>.styles-border:nth-child(2){
    right: 0px;
    top: 0px;
    border-right: 4px solid #e64f29;
    border-top:  4px solid #e64f29;
    transform-origin: top right;
}
.item-doctors-wrap .doctors-item .desc-doctor {
    padding-left: 40px;
}
.item-doctors-wrap .doctors-item  .top-style{
    font-weight: bold;
    margin-bottom: 20px;

}
.item-doctors-wrap .doctors-item  .top-style:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #e84e1c;
    transform: translateY(-3px);
    margin-right: 10px;
}
.item-doctors-wrap .doctors-item .name {
    font-size: 40px;
}
.item-doctors-wrap .doctors-item .special{
    font-style: oblique;
    font-size: 12px;
}
.item-doctors-wrap .doctors-item .buttons {
    padding-top: 40px;
}
.item-doctors-wrap .doctors-item .buttons .btn-orange {
    display: block;
    margin-top: 20px;
    display: inline-block;
    padding: 20px 40px;
    background: #e64f29;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.item-doctors-wrap .doctors-item .buttons .btn-orange:hover{
    background: #000;
    text-decoration: none;
}
.item-doctors-wrap .doctors-item .buttons .btn-black {
    display: block;
    margin-top: 20px;
    display: inline-block;
    padding: 20px 40px;
    background: #000;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.item-doctors-wrap .doctors-item .buttons .btn-black:hover{
    background: #e64f29;
    text-decoration: none;
}
.scrins-reviews {
    margin-top: 80px;
}
.scrins-reviews .title{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #3d3d3d;
}
.scrins-reviews .slick-arrow{
    z-index: 10;
    top: 10px;
}
.pricing-items .pricing-col {
    width: 100%;
}
.wrap-list-uslugi .list-item-wrap .image-block{
    width: 20%;
}
.wrap-list-uslugi .list-item-wrap{
    font-size: 16px;
}
.wrap-list-uslugi .list-item-wrap .image-block img{
    width: 100%;
}
.wrap-list-uslugi .list-item-wrap .price-block{
    width: 20%;
}
.wrap-list-uslugi .toltipe-wrap{
    position: relative;
}

.wrap-list-uslugi  .list-item-wrap {
    margin-bottom: 20px;
    border: 1px solid #eee;

    border-radius: 20px;
}
.wrap-list-uslugi   .name-service {
    padding: 10px;
    padding-left: 20px;
    width: 60%;
}
.wrap-list-uslugi .price span{
    display: block;
    width: 110px;
}
.price {
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.wrap-list-uslugi .price .old-price{
    font-size: 18px;
    text-decoration-line: line-through;
    text-decoration-color: #e84e1c;
    color: #ccc;
    font-weight: 500;
}
.wrap-list-uslugi .price .old-price:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: url(../images/svg-icons/sale.svg) no-repeat center/contain;
    margin-right: 10px;
    transform: translateY(5px);
}
.price-actual{
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
.wrap-list-uslugi .price .old-price:after{
    content: "₽";
    margin-left: 10px;
}
.price-actual:after{
    content: "₽";
    margin-left: 10px;
}

.wrap-list-uslugi .name-service-value{
    font-size: 18px;
    color: #e84e1c;
    font-weight: 500;
}
.wrap-list-uslugi .garant_service {
    font-size: 13px;
    color: #878686;
    font-style: italic;
    margin-top: 10px;
}
.wrap-list-uslugi .desc {
    padding-top: 20px;
}
.wrap-list-uslugi .toltipe-wrap{
    cursor: pointer;
}
.wrap-list-uslugi .toltipe-wrap .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #e84e1c;
    text-align: center;
    font-family: cursive;
    line-height: 20px;
    font-size: 12px;
    margin-left: 20px;
    border-radius: 100px;
    cursor: pointer;
}
.wrap-list-uslugi .toltipe-wrap .toltipe-desc{
    position: absolute;
    top: 40px;
    font-weight: lighter;
    padding: 10px;
    background: #fff;
    width: 250px;
    -webkit-box-shadow: 0px 6px 18px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 6px 18px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 18px 0px rgb(34 60 80 / 20%);
    left: -125px;
    margin-left: 75%;
    font-size: 14px;
    color: #96918f;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 2;
}
.wrap-list-uslugi .toltipe-wrap .toltipe-desc:before {
    content: "";
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -20px;
    top: -40px;
}
.wrap-list-uslugi .toltipe-wrap:hover .toltipe-desc {
    visibility: visible;
    opacity: 1;
}
.wrap-list-uslugi .bold {
    font-weight: bold;
    color: #000;
}
.multi-price.wrap-list-uslugi {
    margin-top: 40px;
}
.multi-price.wrap-list-uslugi .desc-service.grow {
    width: 60%;
    padding-left: 40px;
}
.multi-price.wrap-list-uslugi .price-block .desc{
    padding-top: 0px;
}
.multi-price.wrap-list-uslugi .name-service-item {
    padding-top: 20px;
}
.category-items a span.price-link {
    font-weight: bold;
    color: #ea6b41;
}
.section.m-sertificates .titles {
    position: relative;
    float: none;
    width: auto;
}
@media only screen and (max-width: 1080px),only screen and  (max-device-width: 1080px) {
    .table-responsive{
        width:100%;
        overflow-x: auto;
    }
    .rasrochka-block .flex-betwen .left {
        width: 100%;
        margin-bottom: 20px;

    }
    .rasrochka-block .flex-betwen .right {
        width: 100%;
    }
    .rasrochka-block{
        background-position-y: 10px;
        background-size: 80%;
    }
    .rasrochka-block a.btn{
        font-size: 12px;
    }
    .collapse-title a{
        padding: 10px 20px;
        font-size: 12px;
    }
    .specialist .special-wrap .image-block {
        width: 100%;
    }
    .specialist .special-wrap .haracter-content {
        width: 100%;
    }
    .haracter-content .btn{
        font-size: 7px;
    }
    .specialist .special-wrap .haracter-content .har-list .value{
        text-align: left;
    }
    .specialist .special-wrap .haracter-content .har-list{
        display: block;
    }
    .specialist .special-wrap .haracter-content .har-list {
        border-bottom:none;
    }
}
@media only screen and (max-width: 800px),only screen and  (max-device-width: 800px) {
    .tabs-wrapper .links-tab>li {
        display: block;
    }
    .will-preim-wrap .contet-block .title {
        font-size: 14px;
    }
    .flex-will .item-will-preim {
        width: 100%;
        font-size: 12px;
    }
    .will-preim-wrap .contet-block .desc {
        font-size: 12px;
    }
    .tabs-wrapper .will-preim-wrap .image-block {
        width: 100%;
        margin-top: 40px;
    }
    .tab-content .price-block .title {
        font-size: 10px;
    }
    .tab-content .price-block .price ,
    .tab-content .price-block .old-price {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 25px;
        display: inline-block;
    }
    .wrap-list-uslugi .list-item-wrap .image-block {
        width: 30%;
        margin: auto;
    }
    .wrap-list-uslugi .name-service {

        width: 100%;
    }
    .multi-price.wrap-list-uslugi .desc-service.grow {
        width: 100%;
        padding-left: 0px;
    }
    .wrap-list-uslugi .list-item-wrap .price-block {
        width: 100%;
    }
    .nonebox .close {
        right: 0px;
    }
    a.btn.order-btn {
        font-size: 14px;
    }
    .contacts-box .title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 460px),only screen and  (max-device-width: 460px) {
    .wrap-list-uslugi .list-item-wrap .image-block {
        width: 50%;
    }
}
.sotrudnik-wrap .flex-start {
	    align-items: center;
}
.sotrudnik-wrap .flex-start.flex-wrap.spec-work-wrap img {
	height: 100%;
}
.sotrudnik-wrap .spec-work-wrap .desc {
	    padding-top: 5px;
}