/*!
Theme Name: myderm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myderm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

myderm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
.destinations-item__img-block img {
    max-width: 264px;
    max-height: 140px;
}

.ui-timepicker-wrapper {
    width: 200px !important;
}

.ui-timepicker-list li {
    letter-spacing: 2px !important;
    padding: 4px 12px 4px 36px !important;
    position: relative;
}

.ui-timepicker-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 13px;
    background-color: #F87373;
    border-radius: 50%;
}

.ui-timepicker-list li:after {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 17px;
    background-color: #F87373;
}

.ui-timepicker-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.ui-timepicker-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
    background-color: #F87373;
}

.fixed {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.desctop_lang {
    display: block;
    position: relative;
}

.mobile_lang {
    display: none !important;
}

.mobile_btn {
    display: none !important;
}

.mobile_btn_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.lang.mobile_lang {
    margin-right: 0px;
    /* margin-bottom: 5px; */
}

.lang_burger_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone_wrapper_phones {
    display: none !important;
}

.phones_item {
    color: #00386D;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}

@media screen and (max-width: 1199px) {
    .desctop_lang {
        display: none;
    }

    .mobile_lang {
        display: block !important;
    }

    .mobile_btn {
        display: block !important;
        width: 150px !important;
    }

    .lang::after,
    .phones-drop::after {
        display: none;
    }

    .language_flag_container img {
        width: 22px !important;
        height: 16px !important;
    }

    .language_flag_container {
        margin-top: 5px !important;
    }

    .phone_wrapper_phones {
        display: block;
        margin-top: 17px !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .header-bottom .nav-menu {
        min-height: 430px !important;
    }

    .main-bg,
    .services-destinations-bg,
    .single-service-bg,
    .doc-screen-bg,
    .price-screen-bg,
    .analysis-bg,
    .news-page,
    .contacts-page,
    .specialists-page {
        margin-top: 140px;
    }
}

#swal2-title {
    display: none !important;
}

.swal2-popup #swal2-content {
    text-align: center !important;
    font-size: 16px !important;
    color: #001932 !important;
}

.swal_title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #00386D !important;
    font-size: 36px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #b0e095 !important;
}

.swal2-success-circular-line-left {
    display: none !important;
}

.swal2-success-line-tip {
    display: none !important;
}

.swal2-success-line-long {
    display: none !important;
}

.swal2-success-ring {
    display: none !important;
}

.swal2-success-fix {
    display: none !important;
}

.swal2-success-circular-line-right {
    display: none !important;
}

.swal2-icon.swal2-success {
    border: 1px solid transparent !important;
    background-image: url('./img/checked.png');
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.swal2-popup {
    background-color: #c8e5ff !important;
    border-radius: 30px !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #f87373 !important;
    border: 1px solid #f87373 !important;
    border-radius: 50px !important;
    min-width: 130px !important;
    font-size: 14px !important;
    line-height: 24px;
    text-transform: capitalize;
}

.swal2-popup .swal2-styled.swal2-confirm:active,
.swal2-popup .swal2-styled.swal2-confirm:focus {
    border: 1px solid #f87373 !important;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon {
    margin: 5px auto 5px !important;
}

.workers_tupes {
    display: none;
}

.swal2-popup .swal2-actions {
    margin: 1.25em auto 20px !important;
}

.show {
    display: block;
}

.doctor_name_1_wrapper {
    display: none;
}

.single-service-filter_new {
    background: #D5EBFF;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* max-height: 470px; */
    overflow-y: auto;
    border: 1px solid #C8E5FF;
    position: relative;
    min-width: 255px;
}

.single-service-filter_new::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.single-service-filter_new::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.single-service-filter_new::-webkit-scrollbar-thumb {
    background-color: #135279;
}

.single-service-filter_new_header_wrapper {
    display: none;
}

.single-service-filter__item__new {
    border-bottom: 1px solid #E1F1FF;
    padding: 14px 24px;
}

.single-service-filter__item__new a {
    font-family: 'Ubuntu-Medium';
    color: #00386D;
    font-size: 16px;
    line-height: 19px;
}

.single-service-filter__item__new:last-child {
    border-bottom: 1px solid transparent;
}

.single-service-filter_new_header_text {
    font-family: 'Ubuntu-Medium';
    color: #00386D;
    font-size: 18px;
    line-height: 26px;
}

.single-service-filter_new_header_btn {
    position: relative;
    width: 40px;
    height: 40px;
}

.single-service-filter_new_header_btn::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(./img/price-drop-down.svg);
    width: 34px;
    height: 34px;
    -webkit-transition: .9s;
    transition: .9s;
}

.single-service-filter_new.open_header .single-service-filter_new_header_btn::after {
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media screen and (max-width: 1199px) {
    .single-service-filter_new {
        border: 1px solid transparent;
    }

    .single-service-filter_new_header_wrapper {
        background: rgb(242 249 255);
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 60px;
        padding: 0 30px;
    }

    .single-service-filter__item__new {
        opacity: 0;
        padding: 0px 24px;
        -webkit-transition: .9s;
        transition: .9s;
    }

    .single-service-filter_new {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        max-height: 60px;
        overflow: hidden;
        -webkit-transition: .9s;
        transition: .9s;
    }

    .single-service-filter_new.open_header {
        max-height: none;
        overflow: visible;
        -webkit-transition: .9s;
        transition: .9s;
    }
}

.open_header .single-service-filter__item__new {
    opacity: 1;
    padding: 14px 24px;
    -webkit-transition: .9s;
    transition: .9s;
}

@media screen and (max-width: 1199px) {
    .destinations-item:hover .destinations-item__show {
        background: transparent !important;
    }
}

@media screen and (max-width: 640px) {
    .callback-modal__window {
        max-width: 90% !important;
    }
}

.lang::after,
.phones-drop::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114444 0.334315L0.348838 0.110943C0.422606 0.0411838 0.520751 0.00275299 0.625643 0.00275299C0.730478 0.00275299 0.828739 0.0411838 0.902507 0.110943L3.57631 2.64154L6.25321 0.108135C6.32686 0.0383758 6.42512 0 6.52995 0C6.63479 0 6.73311 0.0383758 6.80682 0.108135L7.04127 0.330131C7.19393 0.474494 7.19393 0.709649 7.04127 0.854012L3.85411 3.88118C3.78046 3.95089 3.68231 4 3.57655 4H3.57533C3.47043 4 3.37229 3.95083 3.29864 3.88118L0.114444 0.862216C0.0406756 0.792512 0.000184059 0.69682 6.77109e-05 0.597605C6.77109e-05 0.498334 0.0406756 0.403964 0.114444 0.334315Z' fill='%23F87373'/%3E%3C/svg%3E%0A");
    display: none;
}

.lang {
    padding: 0 !important;
}

.language_flag_wrapper_new {
    position: relative;
    width: 30px;
    text-transform: uppercase;
    width: 80px;
    padding-left: 0px;
}

.language_flag_wrapper_new.open {
    padding-top: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(0 28 52 / 10%);
    border-radius: 4px;
    margin-top: 40px;
    padding-bottom: 5px;
}

.language_flag_wrapper_new.open .language_flag_wrapper_new_main {
    padding-top: 5px;
}

/* .language_flag_wrapper_new::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 4px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114444 0.334315L0.348838 0.110943C0.422606 0.0411838 0.520751 0.00275299 0.625643 0.00275299C0.730478 0.00275299 0.828739 0.0411838 0.902507 0.110943L3.57631 2.64154L6.25321 0.108135C6.32686 0.0383758 6.42512 0 6.52995 0C6.63479 0 6.73311 0.0383758 6.80682 0.108135L7.04127 0.330131C7.19393 0.474494 7.19393 0.709649 7.04127 0.854012L3.85411 3.88118C3.78046 3.95089 3.68231 4 3.57655 4H3.57533C3.47043 4 3.37229 3.95083 3.29864 3.88118L0.114444 0.862216C0.0406756 0.792512 0.000184059 0.69682 6.77109e-05 0.597605C6.77109e-05 0.498334 0.0406756 0.403964 0.114444 0.334315Z' fill='%23F87373'/%3E%3C/svg%3E%0A");
} */
.phones-drop__item_wrapper {
    position: relative;
}

.phones-drop__item_wrapper::after {
    content: '';
    position: absolute;
    right: 7px;
    top: 33%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 4px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114444 0.334315L0.348838 0.110943C0.422606 0.0411838 0.520751 0.00275299 0.625643 0.00275299C0.730478 0.00275299 0.828739 0.0411838 0.902507 0.110943L3.57631 2.64154L6.25321 0.108135C6.32686 0.0383758 6.42512 0 6.52995 0C6.63479 0 6.73311 0.0383758 6.80682 0.108135L7.04127 0.330131C7.19393 0.474494 7.19393 0.709649 7.04127 0.854012L3.85411 3.88118C3.78046 3.95089 3.68231 4 3.57655 4H3.57533C3.47043 4 3.37229 3.95083 3.29864 3.88118L0.114444 0.862216C0.0406756 0.792512 0.000184059 0.69682 6.77109e-05 0.597605C6.77109e-05 0.498334 0.0406756 0.403964 0.114444 0.334315Z' fill='%23F87373'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1199px) {
    .lang {
        padding-bottom: 6px !important
    }

    .language_flag_wrapper_new::after {
        right: 20px;
    }
}

.language_flag_wrapper_new.open::after {
    transform: rotate(180deg);
    top: 18px;
}

.language_flag_wrapper_new .language_flag_wrapper_new_container {
    display: none;
    padding-top: 10px;
    padding-bottom: 5px;
}

.language_flag_wrapper_new.open .language_flag_wrapper_new_container {
    display: block;
}

.phones-drop__item_wrapper_area {
    content: '';
    position: absolute;
    right: -3px;
    top: 33%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.phones-drop {
    padding: 0 !important;
    line-height: 30px !important;
    height: 50px !important;
}

.phones-drop__item_wrapper {
    padding: 10px 20px;
    margin-top: 0px;
    width: 202px;
}

.phones-drop .phones-drop__item_first {
    opacity: 1 !important;
}

.phones-drop:hover .phones-drop__item_sesond {
    opacity: 0 !important;
}

.phones-drop.phones_drop_open .phones-drop__item_sesond {
    opacity: 1 !important;
}

.phones-drop.phones_drop_open .phones-drop__item_wrapper::after {
    transform: rotate(180deg);
    top: 28%;
}

.phones-drop.phones_drop_open .phones-drop__item_wrapper {
    margin-top: 10px;
    padding: 5px 20px;
}

.phones-drop.phones_drop_open .phones-drop__item_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 28, 52, 0.1);
    border-radius: 4px;
}

.phones-drop.phones_drop_open .phones-drop__item {
    margin-bottom: 10px;
}

.phones-drop.phones_drop_open .phones-drop__item:first-child {
    margin-top: 26px;
}

.single-service-filter__item__new_desctop {
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    background: rgb(242 249 255);
    position: absolute;
    width: 254px;
}

.new_desctop_worker {
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    background: rgb(242 249 255);
    position: absolute;
    width: 100%;
}

#sidebar_servises .single-service-filter__item__new:nth-child(3) {
    padding-top: 64px;
}

#sidebar_workers .single-service-filter__item__new:nth-child(3) {
    padding-top: 64px;
}

@media screen and (max-width: 1199px) {
    .header-bottom {
        min-height: 98px !important;
    }

    .new_desctop_worker {
        -webkit-border-radius: none;
        border-radius: none;
        background: none;
        position: relative;
        width: auto;
    }

    .language_flag_wrapper_new.open {
        padding-top: 5px;
        margin-right: 0px;
    }

    #sidebar_servises .single-service-filter__item__new:nth-child(3) {
        padding-top: 14px;
    }

    #sidebar_workers .single-service-filter__item__new:nth-child(3) {
        padding-top: 14px;
    }

    .language_flag_wrapper_new.open {
        box-shadow: none;
    }

    .language_flag_wrapper_new.open {
        margin-top: 26px;
    }

    .single-service-filter__item__new_desctop {
        display: none;
    }
}

.language_flag_wrapper_new_main,
.language_flag_wrapper_new_container {
    cursor: pointer;
}

.blob {
    transform: scale(1);
    animation: pulse 0.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

#modal_form .form-wrap p:nth-child(2n-1) {
    margin-bottom: 5px;
}

#bloc_form p:nth-child(2n-1) {
    margin-bottom: 5px;
}

#policy_text {
    padding-left: 40px;
    top: 0px;
    color: #F87373;
    font-weight: 600;
}

.btn_submit_wrapper {
    position: relative;
    margin-top: -26px;
}

.btn_submit_wrapper_cover {
    position: absolute;
    top: 18px;
    left: 0;
    width: 200px;
    height: 43px;
    cursor: not-allowed;
}

.btn_submit_wrapper_cover.hide {
    display: none;
}

/* #select_form_second {
  position: relative;
}

.select_form_second_dis {
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 43px;
  z-index: 1;
}

.select_form_second_dis.hide {
  display: none;
} */
.desctop_lang_arow {
    position: absolute;
    top: 0;
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114444 0.334315L0.348838 0.110943C0.422606 0.0411838 0.520751 0.00275299 0.625643 0.00275299C0.730478 0.00275299 0.828739 0.0411838 0.902507 0.110943L3.57631 2.64154L6.25321 0.108135C6.32686 0.0383758 6.42512 0 6.52995 0C6.63479 0 6.73311 0.0383758 6.80682 0.108135L7.04127 0.330131C7.19393 0.474494 7.19393 0.709649 7.04127 0.854012L3.85411 3.88118C3.78046 3.95089 3.68231 4 3.57655 4H3.57533C3.47043 4 3.37229 3.95083 3.29864 3.88118L0.114444 0.862216C0.0406756 0.792512 0.000184059 0.69682 6.77109e-05 0.597605C6.77109e-05 0.498334 0.0406756 0.403964 0.114444 0.334315Z' fill='%23F87373'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    cursor: pointer;
}

.language_flag_wrapper_new .open_arrow_new {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.114444 0.334315L0.348838 0.110943C0.422606 0.0411838 0.520751 0.00275299 0.625643 0.00275299C0.730478 0.00275299 0.828739 0.0411838 0.902507 0.110943L3.57631 2.64154L6.25321 0.108135C6.32686 0.0383758 6.42512 0 6.52995 0C6.63479 0 6.73311 0.0383758 6.80682 0.108135L7.04127 0.330131C7.19393 0.474494 7.19393 0.709649 7.04127 0.854012L3.85411 3.88118C3.78046 3.95089 3.68231 4 3.57655 4H3.57533C3.47043 4 3.37229 3.95083 3.29864 3.88118L0.114444 0.862216C0.0406756 0.792512 0.000184059 0.69682 6.77109e-05 0.597605C6.77109e-05 0.498334 0.0406756 0.403964 0.114444 0.334315Z' fill='%23F87373'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    display: none;
}

.language_flag_wrapper_new.open .open_arrow_new {
    display: block;
    transform: rotate(180deg);
}

.language_flag_wrapper_new_main {
    width: 200px;
    display: block;
    padding-left: 20px;
}

.language_flag_wrapper_new_container li a {
    width: 200px;
    display: block;
    padding-left: 20px;
}

/* 11111 */
.time_item option {
    letter-spacing: 2px !important;
    padding: 4px 12px 4px 36px !important;
    position: relative !important;
}

.time_item::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 13px;
    background-color: #F87373;
    border-radius: 50%;
}

.time_item::after {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 17px;
    background-color: #F87373;
}

.time_item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.time_item::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.time_item::-webkit-scrollbar-thumb {
    background-color: #F87373;
}

.price-table__line_head {
    padding: 15px 60px 15px 15px !important;
}

.single-service .price-table__line_head,
.doc-screen .price-table__line_head {
    min-height: 64px;
    max-height: 100px !important;
}

@media screen and (max-width: 414px) {
    .doc-screen .price-table__line_head {
        padding-right: 60px !important;
    }
}

.single-service .price-table__line_head::after,
.doc-screen .price-table__line_head::after {
    background: url(./img/price-drop-down.svg) !important;
}

.single-service .price-table__item.active .price-table__line_head::after,
.doc-screen .price-table__item.active .price-table__line_head::after {
    background: url(./img/price-drop-down.svg) !important;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
}

@media screen and (max-width: 1199px) {
    .single-service-slider-wrap .slick-dots {
        bottom: -60px !important;
    }
}

@media screen and (max-width: 414px) {
    .single-service-slider-wrap .slick-dots {
        bottom: -70px !important;
    }
}

.footer_logo_red_wrapper {
    margin-top: 16px;
}

.footer_logo_red {
    width: 110px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer_logo_red_text {
    color: #fff;
    font-weight: 300;
}

.footer_logo_red_logo a {
    display: block;
    width: 79px;
    height: 30px;
    background-image: url('./img/logo_3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.footer-logo-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pay_text {
    max-width: 214px;
    height: auto;
    color: #fff;
    margin-top: 20px;
    line-height: 25px;
}

.pay_btn {
    background-color: #009231;
    width: 167px;
    height: 40px;
    font-family: Ubuntu-Bold;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    line-height: 38px;
    margin-top: 20px;
}

.pay_logo {
    width: 190px;
    height: 56px;
    margin-top: 30px;
    background-image: url('./img/pay.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.pay_btn_content_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_green {
    background-color: #009231;
    color: #fff;
    font-weight: 500;
}

.pay_btn_content {
    font-family: Ubuntu-Bold;
    background-color: #009231;
    width: 167px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    line-height: 38px;
    margin-top: 0px;
}

.pay_btn_table {
    font-family: Ubuntu-Bold;
    background-color: #009231;
    width: 110px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    line-height: 38px;
    margin-top: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 760px) {
    .pay_btn_table {
        font-family: Ubuntu-Bold;
        background-color: #009231;
        width: 76px;
        height: 40px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        border-radius: 20px;
        line-height: 38px;
        margin-top: 0px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -20px;
    }
}

.pay_btn:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    transition: .3s;
}

.pay_btn_table:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    transition: .3s;
}

.pay_btn_content:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    transition: .3s;
}

@media screen and (min-width: 760px) {
    .spaser_dectop_30 {
        height: 30px;
    }
}

.price-table__item.active .price-table__line {
    max-height: 500px;
    padding: 20px 160px 20px 40px !important;
    transition: .3s;
}

/* @media screen and (max-width: 1024px) {
  #header_slider_wrapper_container {
    padding: 40px 60px;
  }
} */