*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}

body input:required:valid,
body textarea:required:valid {

}

body {
    font-family: 'Axiforma-Regular';
    font-size: 16px;
    overflow-x: hidden;
    margin: 0;
}
.сontact-text{
    margin-top: 20px;
}
button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.wrapper {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

* {
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
    outline: none;
}

/*img {*/
/*    outline: none;*/
/*    display: block;*/
/*}*/

p {
    padding: 0;
    margin: 0;
}

.main-map {
    width: 100%;
    height: 800px;
    position: relative;
    right: 0;
    transition: all 0.3s;
}

.main-map.active {
    right: 300px;
}

.popup-map {
    width: 268px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    color: #313131;
    box-shadow: 6px 4px 30px rgba(0, 0, 0, 0.17);
}

.popup-map__title {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #65BBE9;
    font-family: 'Axiforma-bold';
}

.contact-phone {
    display: inline-block;
    font-family: 'Axiforma-Regular';
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0 0 30px;
    color: #313131;
}

.contact-phone::before {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(img/ic_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.popup-map__name {
    font-size: 14px;
    line-height: 23px;
    padding-top: 13px;
    padding-bottom: 5px;
    font-family: 'Axiforma-bold';
}

.popup-schedule__line {
    font-family: 'Axiforma-Regular';
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popup-schedule {
    max-width: 125px;
    margin-left: 30px;
}

.contact-location {
    font-family: 'Axiforma-Regular';
    font-size: 12px;
    line-height: 19px;
    position: relative;
    padding-left: 30px;
}

.contact-location::before {
    position: absolute;
    display: block;
    content: " ";
    width: 15px;
    height: 20px;
    background-image: url(img/ic_location.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button-main {
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    padding: 10px 30px 9px;
    background-color: #65BBE9;
    border-radius: 32px;
    font-family: 'Axiforma-bold';
    text-align: center;
    transition: all 0.3s;
    color: #fff;
}

.button-main:hover {
    background-color: #4da3d1;
}

.popup-map .button-main {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ymaps-2-1-77-balloon__close + .ymaps-2-1-77-balloon__content {
    margin: 0 !important;
    padding: 0 !important;
}

/*.main-map [class*="ymaps-2"][class*="-ground-pane"] {*/
/*    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
/*    !* Firefox 3.5+ *!*/
/*    -webkit-filter: grayscale(100%);*/
/*    !* Chrome 19+ & Safari 6+ *!*/
/*}*/

.contact-page {
    position: relative;
}

.modal-map {
    width: 50%;
    height: 100%;
    background-color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

.modal-map__content {
    padding-top: 22px;
    padding-left: 30px;
    max-width: 730px;
}

.modal-map__head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-map__title {
    font-size: 42px;
    line-height: 52px;
    font-family: 'Axiforma-bold';
    color: #65BBE9;
}

.contact-payment {
    position: relative;
    padding-left: 30px;
}

.contact-payment::before {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(img/ic_payment.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 4px;
    bottom: 0;
}

.modal-map .contact-payment,
.modal-map .contact-phone,
.modal-map .contact-location {
    margin-bottom: 10px;
    font-family: 'Axiforma-Regular';
    font-size: 18px;
    line-height: 29px;
}

.modal-map__head .button-main {
    font-size: 16px;
    line-height: 26px;
    padding: 18px 35px 16px;
    white-space: nowrap;
}

.modal-map__name {
    font-size: 24px;
    line-height: 52px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #65BBE9;
    font-family: 'Axiforma-bold';
}

.table-schedule table {
    width: 100%;
    border-spacing: 0;
}

.table-schedule table td {
    padding: 10px 0;
    padding-left: 40px;
}

.table-schedule table td:nth-child(2) {
    width: 270px;
}

.table-schedule table tr:nth-child(odd) td {
    background-color: #F1FCFF;
}

.table-schedule__name {
    font-family: 'Axiforma-Regular';
    font-size: 18px;
    line-height: 30px;
    color: #65BBE9;
}

.table-schedule__time {
    font-family: 'Axiforma-Regular';
    font-size: 16px;
    line-height: 25px;
    padding: 4px 0 0 40px;
    position: relative;
}

.table-schedule__time::before {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(img/ic_time.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
}

.modal-map {
    display: none;
}


/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1400px) {
    .modal-map__title {
        font-size: 36px;
        line-height: 46px;
    }

    .modal-map__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .modal-map__head {
        display: block;
    }

    .modal-map__head .button-main {
        padding: 12px 35px;
        margin-top: 20px;
    }

    .table-schedule table td:nth-child(2) {
        width: 240px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .modal-map {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .main-map.active {
        right: 0;
    }

    .main-map {
        height: 500px;
    }

    .modal-map__content {
        max-width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .modal-map__name {
        font-size: 20px;
        line-height: 31px;
        margin-top: 27px;
        margin-bottom: 15px;
    }

    .modal-map__title {
        font-size: 31px;
        line-height: 40px;
    }

    .table-schedule table td {
        padding-left: 20px;
    }

    .main-map {
        height: 100vh;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .table-schedule__name {
        font-size: 15px;
        line-height: 25px;
    }

    .table-schedule__time {
        font-size: 13px;
        line-height: 22px;
        padding-left: 31px;
    }

    .modal-map__title {
        font-size: 24px;
        line-height: 23px;
    }

    .modal-map .contact-payment, .modal-map .contact-phone, .modal-map .contact-location {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 29px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

@media (min-width: 1600px) {
    .container {
        max-width: 1170px;
    }
}

.page-contact .page__footer {
    margin-top: 0;
}


/***/
/*[class*="ymaps-2"][class*="-ground-pane"] {*/
/*    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
/*    !* Firefox 3.5+ *!*/
/*    -webkit-filter: grayscale(100%);*/
/*    !* Chrome 19+ & Safari 6+ *!*/
/*}*/


.page-contact .section {
    padding-bottom: 0;
}

.page-contact .page__footer {
    margin-top: 0;
}

.section.map {
    padding: 4.125rem 0 0;
}

.contacts__schedule-row {
    justify-content: flex-start;
}

.cursorPointer {
    cursor: pointer;
}

.fz-14 {
    font-size: 14px;
}

.fw_light {
    font-weight: 300;
}

.text-align_center {
    text-align: center;
}

.clinics {
    padding-bottom: 3em;
}

.page-map__section-heading {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 0 25px;
}

.page-map__section-heading h2, .page-map__section-heading .h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    margin: 0 50px 0 7px;
}

.page-map__tabs-wrap {
    display: flex;
    margin-top: 20px;
}

.page-map__tab-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #858585;
    flex-grow: 1;
    padding: 12px 0;
    text-transform: uppercase;
}

.page-map__tab-title span {
    cursor: pointer;
    display: inline-block;
    color: #65bbe9;
    letter-spacing: 0.1em;
    font-size: 14px;
    transition: all 0.2s linear;
}

.page-map__tab-title span:hover {
    color: #858585;
}

.page-map__tab-title.active span {
    position: relative;
    /*background: #65bbe9;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.page-map__tab-title.active span:after {
    content: '';
    background: #65bbe9;
    display: block;
    top: 8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transition: all 0.2s linear;
}

.page-map__tab-title.active span:hover:after {
    background: #858585;
}

.map__button--near:hover {
    background: transparent;
    /*color: #65bbe9;*/
    /* border: 1px solid #F56CA8; */
}

.map__button--near {
    /*transition: background .45s linear;*/
}

.map__button--near:hover svg {
    /*fill: #65bbe9;*/
}

.map__button--near svg {
    fill: #000000;
}

.list__item {
    font-weight: 300;
    color: #2E2E2E;
}

.list__item:nth-child(odd) {
    background-color: rgb(241, 252, 255);
}

.list__item-title {
    font-size: 18px;
}

.list__item-col {
    font-size: 14px;
    line-height: 1.4;
}

.list__item-phone .list__item-col-content {
    font-size: 16px;
    font-weight: 400;
}

a[href^="mailto:"] {
    /*text-decoration: underline;*/
    position: relative;
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 0;
    line-height: 1.5;

}

a[href^="mailto:"]::after {
    opacity: 0;
}

a[href^="mailto:"]:hover::after {
    opacity: 1;
}

a[href^="mailto:"]:after {
    background-color: #65bbe9;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    transition: all 0.3s;
}

a[href^="mailto:"]:hover {
    color: #65bbe9;
}

@media (min-width: 601px) {

    .page-map__tab-title.active span {
        font-weight: 500;
    }
}

@media (min-width: 961px) {
    .page-map__section-heading {
        box-shadow: none;
    }

    .page-map__section-heading .h2 {
        color: #000;
        line-height: 38px;
    }

    .page-map__tab-title.active span:after {
        top: 14px;
    }


    .list__item {
        display: flex;
        align-items: center;
        height: 80px;
        justify-content: space-between;
    }

    .list__item-title {
        flex-basis: 220px;
        margin-right: 75px;
        margin-left: 41px;
    }

    .list__item-schedule {
        padding-right: 30px;
        line-height: 21px;
    }

    .list__item-adress {
        padding-right: 50px;
    }

    .list__item-schedule .list__item-col-content,
    .list__item-adress .list__item-col-content {
        width: 130px;
    }

    .list__item-col {
        display: flex;
        align-items: center;
    }

    .list__item-icon {
        margin-right: 10px;
    }
}

@media (min-width: 1171px) {
    .page-map__section-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 60px;
    }

    .page-map__tabs-wrap {
        margin-top: 0;
        display: block;
    }

    .page-map__tab-title {
        display: inline-block;
    }

    .page-map__tab-title:first-child {
        margin-right: 40px;
    }

    .map__button--near-icon {
        display: inline-block;
    }

    .map__button--near {
        display: flex;
        margin: 0 63px 0 95px;
        align-items: center;
        justify-content: center;
        width: 332px;
        height: 42px;
        border-radius: 21px;
        font-weight: 500;
        font-size: 14px;
        /*color: #FFFFFF;*/
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0.1em;
    }

    .map__button--near:hover:before {
        opacity: 1;
        /*-webkit-transform: scale3d(1, 1, 1);*/
        /*transform: scale3d(1, 1, 1);*/
    }

    .map__button--near:hover:after {
        opacity: 0;
        /*-webkit-transform: scale3d(0.8, 0.8, 1);*/
        /*transform: scale3d(0.8, 0.8, 1);*/
    }

    .map__button--near:before {
        content: '';
        z-index: -1;
        border-radius: inherit;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*-webkit-backface-visibility: hidden;*/
        /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
        /*transition: transform 0.3s, opacity 0.3s;*/
        /*-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);*/
        /*transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);*/
        /*border: 1px solid #65bbe9;*/
        opacity: 0;
        /*-webkit-transform: scale3d(1.2, 1.2, 1);*/
        /*transform: scale3d(1.2, 1.2, 1);*/
    }

    .map__button--near:after {
        content: '';
        z-index: -1;
        border-radius: inherit;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*-webkit-backface-visibility: hidden;*/
        /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
        /*transition: transform 0.3s, opacity 0.3s;*/
        /*-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);*/
        /*transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);*/
        /*background: linear-gradient(90deg, #65bbe9 0%, #65bbe9 100%);*/
    }


    .list__item {
        justify-content: inherit;
    }

    .list__item-title {
        flex-basis: 220px;
        margin-right: 75px;
        margin-left: 41px;
    }

    .list__item-schedule {
        padding-right: 56px;
    }

    .list__item-adress {
        padding-right: 90px;
    }

    .list__item-schedule .list__item-col-content,
    .list__item-adress .list__item-col-content {
        width: 200px;
    }

    .list__item-col {
        display: flex;
        align-items: center;
    }

    .list__item-icon {
        margin-right: 10px;
    }

}

@media (min-width: 320px) and (max-width: 961px) {
    .list__item {
        padding: 0 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .list__item > div {
        flex-basis: 100%;
        flex-grow: 1;
        padding: 15px 0 15px 40px;
        display: none;
    }

    .list__item > div.list__item-title {
        display: block;
        padding: 15px 0;
        position: relative;
    }

    .list__item > div.list__item-title:after {
        content: '';
        width: 8px;
        height: 15px;
        background-image: url('img/clinics_list_dropdown.svg');
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform .35s ease;
    }

    .list__item.toggled > div.list__item-title:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .list__item.toggled > div {
        display: block;
    }

    .list__item.toggled > div.list__item-col {
        display: flex;
        align-items: center;
    }

    .list__item-icon {
        margin-right: 10px;
    }
}
