.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker,.ui-timepicker-viewport{box-sizing:content-box;height:205px;display:block;margin:0}.ui-timepicker{list-style:none;padding:0 1px;text-align:center}.ui-timepicker-viewport{padding:0;overflow:auto;overflow-x:hidden}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:none}/*# sourceMappingURL=jquery.timepicker.min.css.map */


#layer_window .form {
	display: block;
    height: 100%;

}
#layer_window {
    background-color: #fff;
    position: fixed;
    display: block;
    max-height: 90%;
    overflow-y: scroll;
    height: auto;
	top: 5%;
    width: 70%;
    max-width: 570px;
    padding: 30px;
    left: 32%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 5009;

}
#layer_window .cross {
    font-size: 25px;
    line-height: 25px;
}
#layer_window .cross {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}
#service_form .radio input, #service_form div.radio span {
    width: 24px;
    height: 24px;
}
#service_form div.radio span.checked:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #2EAD68;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.pade-content-wrap .map-block iframe {
    margin-top: 0;
}
.grey-bg {
    background: #F7F7F7;
    padding: 30px;
    border-radius: 6px;
}
.new-post-block h4 {
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 700;
}
.new-post-icon {
    padding-left: 50px;
    position: relative;
}
.new-post-icon:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    background-image: url("/img/service/new-post-red-icon.svg");
    left: 0;
}
.rte ul.grey-dots {
    padding-bottom: 0;
    margin-bottom: -16px;
}
.grey-dots li {
    position: relative;
    padding-left: 40px;
    line-height: 1.4;
}
.rte .grey-dots li:before {
    position: absolute;
    left: 5px;
    top: 5px;
}
#cms.cms-service-center #center_column p.gear-icon {
    margin-top: 50px;
    padding-left: 120px;
    position: relative;
    margin-bottom: 24px;
}
#center_column p.gear-icon:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    background: url("/img/service/gear.svg");
    left: 0;
}
#cms.cms-service-center #center_column p {
    padding-bottom: 8px;

}
.quick-order-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#service_form .step {
    font-size: 20px;
    margin-bottom: 16px;
}
#service_form .form-text {
    font-weight: 600;
    margin-left: 25px;
}
.two-colums>p, .two-colums>div {
    display: inline-block;
    margin-left: 30px;
}
.two-colums>div:first-child {
    margin-left: 0;
}
#layer_window {
    display: none;
}
#cms #center_column #layer_window p.radio {
    margin-top: 10px;
    padding-bottom: 0;

}
.masters-inner {
    padding: 20px;
    background: #F7F7F7;
    border-radius: 16px;
    margin-bottom: 16px;
}
.photo_and_name {
    display: flex;
    align-items: center;
}
.photo_and_name .photo {
    margin-right: 16px;
}
#cms #center_column .photo_and_name .photo img {
    border-radius: 16px;
    width: 150px;
}
.step-block input, #columns .content-inner #center_column .steps-block input.form-control,
.addition_form .form-control, #layer_window textarea.form-control {
    border: 1px solid #DEDFDE !important;
    padding: 7px 15px;
    height: 37px;
}


.steps-block input, .step-block input, .steps-block label, .step-block label, .addition_form .form-control,.addition_form label {
    width: 100%;
}
.two-colums>div.addition_form {
    display: block;
}

.master-name {
    font-size: 20px;
    margin-bottom: 16px;
}
.master-position {
    font-weight: 600;
}
.cms-service-center hr {
    border-color: transparent;
    margin-bottom: 30px;
    margin-top: 0px;
}
.service-documents {
    padding-left: 36px;
    position: relative;
}
.service-documents:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-image: url(/img/icon-blog.svg);
}
.master-name-and-position {
    width: calc(100% - 170px);
}
.masters-description {
    min-height: 120px;
    line-height: 22px;
}
#layer_window .confirm {
    display: none;
}
#cms.cms-service-center #center_column h3 {
    color: #333030;
    font-size: 24px;
}
.contact-form-button, #service_form #form_submit  {
    display: inline-block;
    border-radius: 6px;
    padding: 9px;
    text-align: center;
    width: 240px;
    height: 40px;
    color: #fff;
    background: #2EAD68;
    cursor: pointer;
    margin-top: 20px;
}
.contact-form-button:hover {
    background: #3A825B;
}
.acessories-block-inner a {
    display: flex;
    padding: 0px 20px;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #DCDCD4;
    border-radius: 16px;
    text-decoration: none!important;
    height: 120px;
}
.acessories-block-inner a:hover {
    border-color: #2EAD68;
}
.acessories-block-inner a img {
    width: 84px;
}
.adv-inner {
    margin-top: 6px;
    padding: 20px 10px;
    border-radius: 16px;
    background: #F7F7F7;
    text-align: center;
    height: 225px;
    margin-bottom: 20px;
}
.brands-block {
    display: flex;
    justify-content: space-between;
}
.gray-bg-block {
    padding: 16px;
    background: #F7F7F7;
    border-radius: 16px;
    margin-bottom:  0px;
    margin-top: 12px;
}
.sertif-images-block {
    margin-top: 20px;
}
.services-mobile-title {
    display: none;
}
.cms-service-center#cms #center_column .list-group-item img {
    width: 120px;
    margin: 0;
}
.services-item {
    margin-bottom: 20px;
}
.services-item div {
    display: inline-block;
}
.services-item-name {
    width: 60%;
    padding-left: 36px;
    position: relative;
}
.services-item-name:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #919591;
    position: absolute;
    left: 10px;
    top: 5px;
}
.services-item:first-child .services-item-name:before {
    content: none;
}
.services-item:first-child .services-item-name {
    padding-left: 10px;
}
.services-item-price {
    width: 39%;
}
.services-item .h4 {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
}
.services-item-price {
    font-weight: 600;
}
.contact-form-block {
    background: rgba(46, 173, 104, 0.07);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 36px;
}
.phones-block {
    margin-bottom: 20px;
}
.store-round {
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-md-4 .sc-icon {
    font-weight: 400;
}
.col-md-4 .garanti-icon a {
    color: #2EAD68!important;
}
.col-md-4 .garanti-icon a:hover {
    color: #333030!important;
}
.phones-block .ph-phone1 {
    font-size: 18px;
    font-weight: 400;
}
.cms-service-center h2 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}
.acessories-block-inner {
    margin-bottom: 20px;
    margin-top: 6px;
}
.cms-service-center#cms #center_column h3 {
    margin-top: 10px;
    margin-bottom: 6px;
}
.cms-service-center #center_column #service_form input.form-control.error-form {
	border: 1px solid #F03 !important;
	background-color: #f001;
}
.phones-block .free-for-ua {
    top: 3px;
    left: 4px;
}
.phones-block .free-for-ua img {
    position: relative;

}
.masters-description b {
    font-weight: 700;
}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5 {
    cursor: pointer;
    position: relative;
    padding: 10px 0;

}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5 {
    position: relative;
    padding-left: 25px;
}
.accordion h1:before, .accordion h2:before, .accordion h3:before, .accordion h4:before,
.accordion h5:before {
    content: '';
    background-image: url(/img/carret-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    left: 15px;
    top: 15px;
    transform: rotate(270deg);
}
.accordion h1.open:before, .accordion h2.open:before, .accordion h3.open:before,
.accordion h4.open:before, .accordion h5.open:before {
    transform: rotate(0deg);
}
.accordion .accordion-inner {
    display: none;
}
.white-bg-block {
    background: #fff;
    border: 1px solid #E7E7E7;
    padding: 10px 30px 30px 40px;
    border-top: none;
    border-radius: 6px;
    margin-top: -15px;
}
.price-table {
    border: 1px solid #E7E7E7;
    border-radius: 6px;
}

.rte .accordion li:before {
    content: none;
}
.price-table-row {
    display: grid;
    grid-template-columns: 1fr 6fr 2fr;
}
.advice-block .col-md-3 {
    width: 20%;
}
#layer_window textarea.form-control {
    height: 70px;
}
.accordion-inner {
    margin-bottom: 10px;
}
.price-table-row div {
    padding: 10px 15px;

}
.price-table-row .row-title {
    font-weight: 700;
    border-bottom: 1px solid #E7E7E7;
}

.only-desctop .city-block {
    display: inline-block;
    width: 24%;
    margin: 0 0.5%;
}
#cms #center_column .accordion-inner h4 img{
    max-width: 100px;
}
.only-desctop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.city-block .city-inner {
    padding: 15px 15px 9px 15px;
    background: #F7F7F7;
    z-index: 10;
    border-radius: 16px;
}
#cms #center_column .only-desctop .city-block h3 {
    font-size: 20px;
    font-weight: 500;
}
.cms-service-center#cms #center_column .servises h3 {

    padding: 17px 16px 17px 45px;
    background: #F0F9F4;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-bottom: 5px;
}
#cms .rte .city-inner li {
margin-bottom: 0;
}
.cms-service-center#cms #center_column .servises h3:hover {
    background: #dbf8e8;
}
.cms-service-center#cms #center_column .servises h3.open {
    color: #fff;
    background: #2EAD68;
}
.cms-service-center#cms #center_column .servises h3.open:before {
    background-image: url("/img/service/carret-down-white.svg");
}
.servises .accordion h3:before {
    top: 23px;
}
.servises .accordion h4:before {
    top: 22px;
}
.servises .accordion h5:before {
    top: 22px;
}

.cms-service-center .servises h4 {
    background: #E7E7E7;
    padding: 17px 16px 17px 40px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
border-radius: 6px;
}
.cms-service-center .servises h4:hover {
    background: #d5d5d5;
}
.cms-service-center .servises h5 {
    background: #fff;
    border-radius: 6px;
    padding: 18px 16px 12px 40px;
    height: 54px;
    font-weight: 500;
    border: 1px solid #E7E7E7;
    margin-bottom: 5px;
}
.cms-service-center .servises h5.open {
    border-bottom: none;
}
.cms-service-center .servises h5:hover {
    font-weight: 700;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-image {
    width: 197px;
    margin: 10px;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 10%;
    top: 5%;
    width: 80%;
    height: 90vh;
    overflow: auto;
    background-color: rgba(255,255,255,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close-button {
    position: absolute;
    top: 25px;
    right: 35px;
    cursor: pointer;
    opacity: 0.8;
}

.close-button:hover,
.close-button:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}
#cms #center_column #modalImage {
    margin: 10px auto;
    max-height: 90%;
    width: auto;
}
ul.garanty-list {
    margin-top: 16px;
    padding-bottom: 0;
}
.accordion-inner p {
    margin-top: 16px;
}
ul.garanty-list li {
    position: relative;
}
ul.garanty-list li:after  {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #919591;
    position: absolute;
    top: 7px;
    left: -18px;
}
.only-mobile {
    display: none;
}
.rte .city-inner li:before {
    content: none;
}
#cms #center_column .remark-block p {
    font-style: italic;
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
}
.form-group label, .form-group textarea, .form-group button  {
    margin-left: 16px;
}
.only-desctop {
    margin-bottom: 26px;
}
.addition_form {
    margin-left: 30px;
    margin-bottom: 24px;
    font-size: 14px;
    padding: 10px;
    background: rgba(46, 173, 104, 0.07);
    border-radius: 16px;
}
.addition_form a {
    color: #2EAD68!important;
    text-decoration: underline;
}
.addition_form a:hover {
    color: #333030!important;
}
.warranty .h4, .warranty .h3 {
    margin-top: 20px;
}
.store-round span {
    
    color: #919591;
    display: inline-block;
    line-height: 1.6;
}
@media(max-width: 768px) {
    .only-mobile {
        display: block;
    }
    .only-desctop {
        display: none;
    }
    .masters-inner {
        margin-bottom: 10px;
    }
    #cms.cms-service-center #center_column h3 {
        font-size: 20px;
    }
    .acessories-block-inner {
        margin-bottom: 10px;
    }
    .brands-block {
        flex-wrap: wrap;
    }
    .brands-block a {
        width: 30%;
        margin-bottom: 10px;
    }
    .services-mobile-title {
        display: block;
        position: relative;

    }
    .services-mobile-title img {
        width: 120px;
    }
    .services-mobile-title:before {
        content: "";
        background-image: url(/img/carret-down.svg);
        display: block;
        width: 16px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 25px;
    }
    .services-item .h4 {
        font-size: 16px;
    }
    .services-content {
        display: none;
        margin-top: 15px;
    }
    .show .services-content {
        display: block;
    }
    #service_form .step {
        font-size: 16px;
    }
    .two-colums>p, .two-colums>div, .steps-block {
        margin-left: 0;
    }
    .masters-description {
        min-height: 1px;
        margin-top: 16px;
    }
    #cms #center_column h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .master-name {
        font-size: 18px;
    }
    .phones-block .ph-phone1 {
        font-size: 16px;
    }
    .col-md-4 .phones-block div {
        margin-bottom: 6px;
    }
    #layer_window {
        width: 90%;
        left:5%;
        top: 8%;
    }
    .sertif-images-block .gallery{
        overflow: scroll;
        flex-wrap: nowrap;
    }
    #cms #center_column .sertif-images-block img {
        max-width: 100%;
        margin: 0 5px;
    }
    .advice-block .col-md-3 {
        width: 100%;
    }
    .price-table-row {
        grid-template-columns: 1fr 5fr 2fr;
    }
    .price-table-row div {
        padding: 10px 5px;
    }
    .accordion .city-block {
        width: 100%;
        margin: 0;
    }
    .city-block .accordion-inner {
        position: static;
    }
    .grey-bg {
        padding: 16px;
    }
    .new-post-icon:before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
    .rte ul.grey-dots {
        margin-bottom: 0;
    }
    .new-post-icon {
        padding-left: 40px;
    }
    .grey-dots li {
        padding-left: 30px;
    }
    .rte .grey-dots li:before {
        left: 0;
    }
    #center_column p.gear-icon:before {
        content: none;
    }
    #cms.cms-service-center #center_column p.gear-icon {
        padding-left: 0;
        margin-top: 16px;
        margin-bottom: 10px;
    }
    #cms.cms-service-center #center_column .only-mobile h3 {
        font-size: 18px;
        font-weight: 500;
        padding: 10px 10px 20px 40px;
        border-bottom: 1px solid #E7E7E7;
    }
    .only-mobile .accordion-inner {
        padding: 16px;
        border-radius: 6px;
        background: #F7F7F7;
    }
    .cms-service-center#cms #center_column .servises h3{
        font-size: 18px;
    }
    .cms-service-center .servises h4 {
        font-size: 16px;
    }
    .white-bg-block {
        padding: 10px 10px 16px 16px;
    }
    .adv-inner {
        height: auto;
        margin-top: 6px;
    }
    .contact-form-block {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    #cms.cms-service-center #center_column .only-mobile h3.last-child {
        border-bottom: none;
    }
    .map-block, .new-post-block {
        margin-bottom: 16px;
    }
    .cms-service-center .servises h5 {
        min-height: 54px;
        height: auto;

    }
    .white-bg-block {
        margin-top: -5px;
    }
    .modal {
        left: 5%;
        top: 10%;
        width: 90%;
    }
    .close-button {
        right: 0px;
    }
    #cms #center_column #modalImage {
        margin: 30px auto;
    }
    .form-group label {
        margin-bottom: 5px;
    }
    .quick-order-form-title {
        font-size: 18px;
    }
    .master-name-and-position {
        width: calc(100% - 130px);
    }
    .photo_and_name .photo {
        max-width: 120px;
    }
    .phones-block .free-for-ua img {
        top: 5px;
    }
    .phones-block .free-for-ua {
        top: -5px;

    }
}