/*!
Theme Name: medrabotnik
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: medrabotnik
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.

medrabotnik 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
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: 'Jura', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #0B466B;
    font-family: 'Jura', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}


abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.sub-menu:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

.header__city,
.header__city select {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #0B466B;
}

.header__city p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.header__city select,
.header__city select option{
    border: none;
    background: transparent;
}

.header__city select {
    outline: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.menu-item-has-children:hover {
    animation: ssmw-hover .3s forwards;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*NEW*/
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.site-branding img {
    width: auto;
    height: 40px;
}

.menu-item a {
    color: #0B466B;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
}

.header-inner {
    display: flex;
    align-items: center;
}

.site-branding {
    width: 20%;
}

.header-social {
    width: 10%;
}

.main-navigation {
    width: 70%;
}

.social-item {
    background: #B3C5D1;
    width: 29px;
    height: 29px;
    display: flex;
    border-radius: 50%;
    transition: all .5s;
}

.social-item:hover {
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
}

.social-item a {
    display: block;
    margin: 4px auto;
}

.social-items {
    max-width: 100px;
    display: flex;
    justify-content: space-evenly;
}

.main-navigation ul {
    justify-content: space-evenly;
}

.site-header {
    display: flex;
    padding: 20px;
    align-items: center;
    background-image: url(/wp-content/uploads/header-bg.jpg);
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}

.polylang-flags {
    width: 55px;
    position: relative;
}

.polylang-flags li:not(.current-lang) {
    display: none;
    position: absolute;
    top: 0;
    transform: translateY(100%);
}

.polylang-flags li {
    cursor: pointer;
}

.polylang-flags li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #0B466B;
}

.polylang-flags .current-lang {
    position: relative;
}


.polylang-flags .current-lang::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    background: url("/wp-content/uploads/arrow-bottom.svg") no-repeat center;
    background-size: contain;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#overlay {
    z-index: 1000000;
    position: fixed;
    background: rgba(11, 70, 107, 0.7);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.popup__block {
    max-width: 600px;
    width: calc(100% - 30px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 1000001;
    padding: 45px;
    background: #fff;
    border-radius: 30px;
}

.popup__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    text-align: center;

    margin-top: 0;

    margin-bottom: 25px;
}

.popup__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popup__wrap button {
    width: calc(50% - 20px);
    margin: 0 10px;
}

.home .site-header {
    background-image: none;
}

.home .entry-content {
    margin-top: 0;
}

#intro-homepage {
    position: relative;
    padding: 75px 0 62px;
    transform-style: preserve-3d;
}

#intro-homepage::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 116px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/wp-content/uploads/welcome-bg.jpg") no-repeat center bottom;
    background-size: 100% 100%;
    transform: translateZ(-1px);
}

.site-header .container {
    width: 70%;
}

.intro-homepage-img {
    position: absolute;
    width: 43%;
    left: 50%;
    bottom: -6px;
}

.header-phone-callback {
    width: 15%;
}

.header-language {
    width: 6%;
}

.header__city {
    width: 9%;
}

.phone-number a {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #0B466B;
    text-decoration: none;
}

.header-callback {
    font-size: 18px;
    line-height: 20px;
    text-decoration-line: underline;
    padding-left: 5px;
}

.header-callback a, .footer-callback a {
    background: -webkit-linear-gradient(#34CEE0, #7F88FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.phone-number {
    position: relative;
}

.phone-number:before {
    content: ' ';
    background-image: url(/wp-content/uploads/icons/phone.svg);
    background-size: contain;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -13px;
    background-repeat: no-repeat;
    left: -40px;
}

.current_page_item {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-homepage {
    display: flex;
}

.intro-homepage-desc {
    max-width: 580px;
    width: 100%
}

.ihd-title {
    font-size: 72px;
    line-height: 58px;
}

.ihd-title span {
    font-weight: 600;
}

.ihd-desc {
    max-width: 300px;
    width: 100%;
    margin: 30px 0 30px 22px;
    position: relative;
}

.ihd-desc::after {
    content: '';
    position: absolute;
    width: 76px;
    height: 5px;
    top: 33px;
    border-radius: 10px;
    left: -50px;
    transform: rotate(
            90deg
    );
    background: linear-gradient(
            0.12deg, #34CEE0 2.95%, #7F88FF 98.28%);
}

.ihd-desc span {
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
}

.span-bold {
    font-weight: 600 !important;
}

.buttom-mr, .wpcf7-submit {
    display: flex;
    width: 350px;
    height: 55px;
    color: #fff !important;
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    box-shadow: 0px 0px 50px rgb(52 206 224 / 20%);
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    transition: all .5s;
    border: none;
    cursor: pointer;
}

.buttom-mr:hover {
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    box-shadow: 0px 0px 50px rgba(52, 206, 224, 0.5);
    color: #fff;
}

.ihd-benefits {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
}

.ihd-benefit {
    background: #fff;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    display: flex;
    justify-content: start;
    height: 60px;
    align-items: center;
    margin-bottom: 20px;
}

.ihd-benefit-age {
    font-weight: bold;
    font-size: 50px;
    line-height: 52px;
    background: -webkit-linear-gradient(#34CEE0 37.58%, #7F88FF 76.52%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 20%;
    text-align: center;
}

.ihd-benefit-title {
    font-size: 20px;
    line-height: 21px;
}

.ihd-benefit-title span {
    font-weight: bold;
}

.title {
    font-weight: bold;
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    color: #0B466B;
    margin: 30px auto;
}

#our-services, #testimonials {
    background: rgba(249, 253, 254, 1);
    padding: 1px 0;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    width: 100%;
    max-width: 255px;
    background: #FFFFFF;
    box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 30px;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item .buttom-mr {
    width: 155px;
}

.service-item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 104.8%;
    color: #0B466B;
}

.benefit-inner {
    display: flex;
}

.service-item-desc p {
    line-height: 1.6;
}

.benefit-items {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-evenly;
}

.benefit-img {
    width: 45%;
}

.benefit-item {
    background: #FFFFFF;
    box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
    border-radius: 30px;
    max-width: 300px;
    padding: 15px;
    transition: all .5s;
}

.benefit-item-number {
    transition: all .5s;
}

.benefit-item:hover {
    cursor: pointer;
}

.benefit-item:hover .benefit-item-title, .benefit-item:hover .benefit-item-number {
    background: -webkit-linear-gradient(#34CEE0 37.58%, #7F88FF 76.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefit-item-top {
    display: flex;
    justify-content: space-between;
    color: #0B466B;
    margin-bottom: 20px;
    align-items: center;
}

.benefit-item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    max-width: 200px;
}

.benefit-item-number span {
    font-weight: bold;
    font-size: 30px;
    line-height: 31px;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slick-list {
    overflow: hidden;
}

.slider, .sertificats-slider, .service-slider-items {
    position: relative;
    padding: 0 60px;
}

.slider .slick-arrow, .sertificats-slider .slick-arrow, .service-slider-items .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    width: 15px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin: -17.5px 0 0 0;
}

.slider .slick-prev, .sertificats-slider .slick-prev, .service-slider-items .slick-prev {
    left: 0;
    background: url('/wp-content/uploads/icons/arrow-prew.svg') 0 0 / 100% no-repeat;
}

.slider .slick-next, .sertificats-slider .slick-next, .service-slider-items .slick-next {
    right: 0;
    background: url('/wp-content/uploads/icons/arrow-next.svg') 0 0 / 100% no-repeat;
}

.slider .slick-dots, .sertificats-slider .slick-dots, .service-slider-items .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 0 auto;
    justify-content: space-evenly;
}

.slider .slick-dots li, .sertificats-slider .slick-dots li, .service-slider-items .slick-dots li {
    list-style: none;
    margin: 10px 0;
}

.slider .slick-dots button, .sertificats-slider .slick-dots button, .service-slider-items .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #0B466B;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}

.slider .slick-dots li.slick-active button, .sertificats-slider .slick-dots li.slick-active button, .service-slider-items .slick-dots li.slick-active button {
    width: 24px;
    height: 10px;
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    border-radius: 50px;
}

.slider-item-inner {
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    height: 220px;
}

.sii-img {
    width: 30%;
}

.sii-desc {
    width: 70%;
    width: 70%;
    padding: 15px 15px 15px 30px;
}

.sii-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 104.8%;
    color: #0B466B;
}

.sii-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sii-data {
    margin-top: 10px;
    background: -webkit-linear-gradient(#34CEE0 37.58%, #7F88FF 76.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sii-img img {
    margin-left: 7px;
    margin-top: 7px;
}

.sertificat-si {
    opacity: 0.4;
}

.sertificat-si.slick-center {
    opacity: 1;
}

#callback {
    background-image: url(/wp-content/uploads/bg-form.jpg);
    background-repeat: no-repeat;
    height: 338px;
}

.need-doctor {
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 15px;
}
.need-doctor .title {
    font-size: 42px;
}
.callback .title {
    line-height: 1;
    text-align: left;
    margin: 10px 0 20px 0;
}

.callback .subtitle {
    font-size: 18px;
    line-height: 108.8%;
    margin-bottom: 20px;
    max-width: 380px;
}

.callback-form-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.maa-description .wpcf7-submit {
    margin: 0 auto;
}

.callback-form-inputs input[type="text"], .callback-form-inputs input[type="tel"], .need-doctor-popup input[type="text"], .need-doctor-popup input[type="tel"] {
    background: #FFFFFF;
    border: 1px solid rgba(52, 206, 224, 0.17);
    box-sizing: border-box;
    border-radius: 50px;
    width: 270px;
    height: 55px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 126.8%;
    color: rgba(50, 99, 132, 0.5);
}

.callbak-form input[type="submit"] {
    cursor: pointer;
    margin-top: 30px;
    border: none;
}

.about-clinic-inner, .about-company, .intro-page-service {
    display: flex;
}

.aci-desc, .aci-img, .about-company-desc, .about-company-img {
    flex: 1;
    margin: 55px auto;
    padding-right: 55px;
}

.aci-desc .title, .about-company .title {
    text-align: left;
    position: relative;
    margin: 30px auto 50px;
}

.aci-desc .title:before, .about-company .title:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 5px;
    bottom: -27px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(0.12deg, #34CEE0 2.95%, #7F88FF 98.28%);
}

.read-more a {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}

.read-more {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 165px;
}

.read-more img {
    margin-top: 3.5px;
}

.map-inner {
    display: flex;
    margin-bottom: 50px;
    margin-top: 110px;
}

.map-info {
    max-width: 250px;
    background: linear-gradient(180deg, #36C5DD 0%, #7E87FE 100%);
    border-radius: 30px 0px 0px 30px;
    height: 100%;
}

.map-info-inner {
    padding: 15px;
    color: #FFF;
}

.map-desc a {
    color: #fff;
}

.map-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 104.8%;
    margin-bottom: 15px;
}

.map-subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 126.8%;
    margin-bottom: 7px;
}

.map-desc {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.map-desc img {
    margin-right: 15px;
}

.map-callback a {
    background: #FFFFFF;
    border: 1px solid rgba(52, 206, 224, 0.17);
    box-sizing: border-box;
    width: 220px;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 126.8%;
    color: #326384;
    margin-bottom: 11.5px;
    margin-top: 20px;
}

#colophon {
    background-image: url(/wp-content/uploads/bg-footer.jpg);
    background-repeat: no-repeat;
}

.footer-inner {
    display: flex;
    padding: 30px 0;
}

.footer-inner a {
    color: #0B466B;
}

.footer-logo {
    width: 40%;
}

.footer-social-icons {
    width: 10%;
}

.footer-nav, .footer-contact {
    width: 25%;
}

.footer-logo-inner {
    max-width: 260px;
}

.footer-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 104.8%;
    margin-bottom: 15px;
}

.footer-nav-inner {
    max-width: 140px;
    margin: 0 auto;
}

.footer-nav ul li {
    padding-bottom: 5px;
}

.footer-nav ul li a:hover {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.footer-phone, .footer-adress {
    display: flex;
    align-items: center;
}

.footer-callback {
    margin-left: 25px;
    font-size: 20px;
}

.site-info {
    position: relative;
}

.footer-up-inner {
    position: absolute;
    right: 110px;
    bottom: 10px;
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    box-shadow: 0px 0px 50px rgb(52 206 224 / 20%);
    border-right-r: 50px;
    width: 150px;
    height: 55px;
    font-weight: bold;
    font-size: 20px;
    line-height: 126.8%;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(90deg);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    cursor: pointer;
}

.footer-up-inner span {
    margin-top: 12px;
    display: block;
    margin-left: -15px;
}

.breadcrumbs {
    text-align: left;
    margin-top: 15px;
}
.breadcrumbs a {
    color: #0B466B;
}
.breadcrumbs a:hover {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb_last {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ips-left, .ips-right {
    flex: 1;
}

.ips-description {
    max-width: 415px;
}

.ips-description .title {
    font-size: 44px;
    line-height: 34px;
    position: relative;
    text-align: left;
    margin: 30px auto 60px;
}

.ips-description .title:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 5px;
    bottom: -40px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(0.12deg, #34CEE0 2.95%, #7F88FF 98.28%);
}

.make-an-appointment {
    background-image: url(/wp-content/uploads/make-an-appointment-bg.png);
    background-repeat: no-repeat;
    height: 340px;
}
.make-an-appointment .title {
    font-size: 42px;
}
.wpcf7 p {
    margin: 0;
}
.maa-description {
    max-width: 575px;
    margin-left: auto;
    margin-right: 95px;
}

.maa-description .title {
    padding-top: 30px;
    margin: 30px auto 15px;
}

.maa-desc {
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;}

.text-block ul {
    margin-left: 30px;
}
.text-block a , .link-blue {
    background: -webkit-linear-gradient(#34CEE0 37.58%, #7F88FF 76.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-block ul li, .page-price-item ul li {
    position: relative;
}

.text-block ul li:after, .page-price-item ul li:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    box-shadow: 0px 0px 20px rgba(52, 206, 224, 0.7);
    border-radius: 50px;
    left: -20px;
    top: 10px;
}

.page-service-table-price table {
    box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
    border-radius: 30px;
    margin: 0;
    border-collapse: collapse;
     overflow: hidden
}
tbody .column-1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 104.8%;
}

.row-2 .column-2, .row-3 .column-2, .row-4 .column-2, .row-5 .column-2 {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    font-weight: bold;
    font-size: 25px;
    line-height: 104.8%;
    text-align: center!important;
}
.tablepress tbody td {
    vertical-align: middle!important;
    text-align: center;
}
.page-service-table-price table td {
    border: 1px solid #EFF3F6;
    padding: 10px;
}
.name-table-service {
    font-weight: bold;
    font-size: 20px;
    line-height: 104.8%;
}
.title-table-service, .oldprice-table-service {
    font-weight: 600;
    font-size: 18px;
    line-height: 108.8%;
    color: #0B466B;
}

.oldprice-value {
    background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 25px;
    line-height: 104.8%;
}

.newprice-value {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conditions-value {
    font-weight: normal;
    font-size: 18px;
    line-height: 108.8%;
}

.service-slider-items .service-item {
    margin: 10px;
    height: 410px;
    box-shadow: 5px 5px 7px rgb(5 25 15 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-slider {
    margin-bottom: 40px;
}

.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 25px;
    padding: 20px;
    top: 25px;
}

.sub-menu li {
    padding-left: 20px;
    padding-bottom: 10px;
}

#popmake-177, #popmake-273 {
    background-image: url(/wp-content/uploads/popup-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ndp-submit {
    height: 50px;
}
.ndp-title {
    font-style: normal;
    font-weight: bold;
    font-size: 47px;
    line-height: 52px;
    text-align: center;
    color: #0B466B;
    margin-bottom: 20px;
}

.ndp-subtitle {
    font-size: 16px;
    line-height: 108.8%;
    color: #0B466B;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 25px;
}

.ndp-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-doctor-popup input[type="text"], .need-doctor-popup input[type="tel"] {
    width: 400px;
    margin-bottom: 20px;
}

.need-doctor-popup input[type="submit"] {
    margin: 0 auto;
    width: 400px;
}

#rmp_menu_trigger-256 {
    background: linear-gradient(96.99deg, #34CEE0 37.58%, #7F88FF 76.52%);
    box-shadow: 0px 0px 50px rgb(52 206 224 / 20%);
    border-radius: 50px 0px 0px 50px;
}

#rmp_menu_trigger-256 .responsive-menu-pro-inner, #rmp_menu_trigger-256 .responsive-menu-pro-inner::before, #rmp_menu_trigger-256 .responsive-menu-pro-inner::after,
#rmp_menu_trigger-256 .responsive-menu-pro-inner, #rmp_menu_trigger-256 .responsive-menu-pro-inner::before, #rmp_menu_trigger-256 .responsive-menu-pro-inner::after {
    color: #fff;
}

.footer-copyright-inner {
    display: flex;
    justify-content: space-around;
    padding: 7px 0;
}

.developer a {
    margin-left: 10px;
}

#sertificats {
    display: none;
}
.ips-description p {
    word-break: break-word;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #7F88FF;
    background-color: #7F88FF;
    color: #FFF;
}
#callnowbutton span {
    display: none!important;
}
/*Responsive*/
@media (max-width: 1600px) {
    .header-language {
        width: 3%;
    }

    .header-phone-callback {
        width: 17%;
    }

    .site-header .container {
        width: 80%;
    }
}

@media (max-width: 1500px) {
    #callback {
        background-position-x: 25%;
    }

    .need-doctor .title {
        text-align: center;
    }

    .need-doctor .subtitle {
        margin: 20px auto;
    }

    .callbak-form input[type="submit"] {
        margin: 0px auto;
    }

    .header-social {
        display: none;
    }

    .site-branding {
        width: 26%;
    }

    .main-navigation {
        width: 74%;
    }

    .footer-up-inner {
        right: -20px;
    }

    .site-header {
        padding: 10px;
    }
    .intro-homepage-img {
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .header-language {
        display: none;
    }

    .header-phone-callback {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .benefit-inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    #intro-homepage::after {
        background-size: cover;
    }

    .benefit-items {
        width: 100%;
        flex-wrap: wrap;
    }

    .benefit-img {
        width: 100%;
    }

    .benefit-img img {
        display: block;
        margin: 0 auto;
    }

    .benefit-item {
        max-width: 100%;
        margin-bottom: 20px;
        width: 48%;
    }

    #our-services, #testimonials {
        padding: 20px 0;
    }

    .phone-number a {
        font-size: 18px;
    }

    .header-callback {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-clinic-inner, .about-company, .intro-page-service {
        flex-direction: column;
    }

    .aci-desc, .aci-img, .about-company-desc, .about-company-img {
        flex: auto;
        margin: 0 30px;
        padding-right: 0;
    }

    .about-company-img img {
        display: block;
        margin: 0 auto;
    }

    .service-item {
        width: 49%;
        max-width: 100%;
        height: auto;
    }

    #callback {
        background-position-x: center;
    }

    .main-navigation, .header-phone-callback {
        display: none;
    }

    .site-header .container, .site-branding {
        width: 100%;
    }

    .site-header {
        background-image: none;
        box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
    }

    #rmp-menu-title-256 {
        display: none;
    }

    #rmp-menu-additional-content-256 {
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 0%;
        padding-right: 0%;
    }

    .top-popup-menu {
        display: flex;
        background-color: #fff;
        background-image: none;
        box-shadow: 10px 10px 50px rgb(11 70 107 / 10%);
        height: 66px;
        align-items: center;
    }

    .top-popup-menu-item.logo {
        margin-right: 20px;
    }

    .top-popup-menu-item.logo img {
        width: auto;
        height: 65px;
        padding: 5px;
    }

    .top-popup-menu-item.social-icons {
        max-width: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .top-popup-menu-item.social-icons .social-item a {
        display: flex;
    }

    #rmp-menu-wrap-256 {
        background-image: url(/wp-content/uploads/banner-bg-intro.jpg);
        background-repeat: no-repeat;
        background-position-x: right;
    }

    #rmp-menu-wrap-256 .rmp-menu-item-link {
        color: #0B466B;
        font-weight: normal;
        font-size: 22px;
        line-height: 26px;
    }

    #rmp-menu-wrap-256 .rmp-menu-current-item .rmp-menu-item-link {
        background: -webkit-linear-gradient(#34CEE0 0%, #7F88FF 100.02%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rmp-search-box {
        background-color: #F0F4F6;
    }

    .mobile-phone-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mpi-left-phone {
        display: flex;
        align-items: center;
    }

    .mpi-left-phone a {
        font-weight: bold;
        font-size: 18px;
        line-height: 126.8%;
        color: #0B466B;
    }

    #rmp-search-box-256 {
        display: block;
        padding-top: 3%;
        padding-bottom: 3%;
    }

    #rmp-container-256 {
        background: rgba(11, 70, 107, 0.7);
        backdrop-filter: blur(10px);
    }

    .maa-description {
        margin-right: 20px;
    }

    .make-an-appointment {
        height: auto;
        background-size: inherit;
    }
    .top-popup-menu-item.lang {
       width: 100px; 
    }
    .top-popup-menu-item.lang .polylang-flags .current-lang::after {
        right: -5px;
        top: 64%;
    }
    .top-popup-menu-item.lang .polylang-flags li:not(.current-lang) {
        left: 11px;
    }
    #masthead .header__city {
        display: none;
    }
    .popup-menu-med .header__city {
        max-width: 100px;
        width: 100%;
    }
    .popup-menu-med .header__city p {
        margin: 0;
    }
    .top-popup-menu-item.social-icons .social-item:nth-child(1) {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    .ihd-title {
        font-size: 48px;
        line-height: 34px;
    }

    .popup__title {
        font-size: 32px;
    }

    .popup__block {
        padding: 35px 20px;
    }
    

    .title {
        font-size: 38px;
    }

    .aci-desc, .aci-img, .about-company-desc, .about-company-img {
        margin: 0 auto;
    }

    .callback-form-inputs {
        flex-direction: column;
        align-items: center;
    }

    .callback-form-inputs input[type="text"], .callback-form-inputs input[type="tel"], .need-doctor-popup input[type="text"], .need-doctor-popup input[type="tel"] {
        width: 350px;
    }

    #callback {
        height: auto;
        background-size: cover;
    }

    .need-doctor {
        max-width: 375px;
    }

    .map-inner {
        flex-direction: column;
    }

    .map-info {
        max-width: 100%;
    }

    .map-info {
        border-radius: 30px 30px 0px 0px;
        height: 100%;
        z-index: 99
    }

    .map-img {
        margin-top: -17px;
        z-index: 1;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo, .footer-social-icons, .footer-nav, .footer-contact {
        width: 100%;
    }

    .footer-logo-inner, .footer-inner .social-items {
        margin: 0 auto 30px;
    }

    #colophon {
        height: auto;
        background-size: cover;
    }

    .footer-contact {
        max-width: 210px;
        margin: 20px auto 0;
    }

    .maa-description .title {
        padding-top: 10px;
    }

    .maa-desc {
        margin: 0 auto 20px;
        text-align: center;
        max-width: 375px;
    }

    .buttom-mr, .wpcf7-submit {
        margin: 0 auto;
    }

    .ips-left, .ips-right {
        flex: auto;
        width: 100%;
    }

    .ips-right {
        margin-bottom: 50px;
    }

    .ips-left img {
        margin: 0 auto;
        display: block;
    }

    .ips-description .title {
        font-size: 38px;
    }
    .make-an-appointment {
        height: auto;
        background-size: cover;
        border-radius: 30px;
    }

    .footer-copyright-inner {
        flex-direction: column;
        align-items: center;
    }

    .intro-homepage-img {
        position: absolute;
        display: none;
    }

    #intro-homepage {
        padding: 25px 0 0;
    }

    .intro-homepage .ihd-title {
        font-size: 40px;
        line-height: 42px;
    }

    .ihd-desc {
        margin: 28px 0 183px;
        padding-left: 21px;
    }

    .ihd-desc::after {
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        transform: none;
    }

    .ihd-button a {
        width: 100%;
    }

    .ihd-benefits {
        max-width: 500px;
        margin: 37px 0 0;
        position: relative;
        left: -15px;
        width: calc(100% + 30px);

        background: #F9FDFE;
        padding: 40px 15px;
    }

    .ihd-benefits::before {
        position: absolute;
        height: 294px;
        content: '';
        display: block;
        width: calc(100% + 24px);
        left: 15px;
        top: 41px;
        transform: translateY(-100%) translateZ(-1px);
        background: url("/wp-content/uploads/vrach-mob.png") no-repeat center bottom;
        background-size: contain;
        z-index: 2;
    }

    .ihd-benefits::after {
        content: '';
        display: block;
        width: 59px;
        height: 331px;
        background: url("/wp-content/uploads/benefits-decot.png") no-repeat 100% 100%;
        background-size: contain;
        position: absolute;
        top: -1px;
        right: 0;
        transform: translateY(-100%) translateZ(-1px);
        z-index: 1;
    }

    .ihd-benefit {
        background: #FFFFFF;
        box-shadow: 10px 10px 50px rgba(11, 70, 107, 0.1);
        border-radius: 30px;
    }

    .ihd-benefit:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .pum-theme-169 .pum-container {
        width: 375px!important;
        height: 440px!important;
    }
    .need-doctor-popup input[type="submit"] {
        width: 350px;
    }
    .need-doctor-popup .ndp-title {
        font-size: 32px;
        line-height: 32px;
    }

}

@media (max-width: 480px) {
    .service-item, .benefit-item {
        width: 100%;
        text-align: center;
    }

    .slider, .sertificats-slider, .service-slider-items {
        padding: 0px 25px;
    }

    .slider-item-inner {
        flex-direction: column;
        height: auto;
    }

    .sii-img {
        width: 33%;
    }

    .title {
        font-size: 38px;
    }

    #rmp-search-box-256 {
        padding: 3%;
    }

    .service-item-img img {
        display: block;
        margin: 0 auto 20px;
    }

    .footer-up-inner {
        right: -40px;
    }
    .pum-theme-169 .pum-container {
        width: 325px!important;
        height: 450px!important;
    }
    .need-doctor-popup input[type="submit"] {
        margin: 0 0 0 -10px;
        width: 300px;
    }
    .need-doctor-popup input[type="text"], .need-doctor-popup input[type="tel"] {
        width: 300px;
    }
    .maa-description {
        margin-right: 0;
    }
    .callback-form-inputs input[type="text"], .callback-form-inputs input[type="tel"], 
    .need-doctor-popup input[type="text"], .need-doctor-popup input[type="tel"],
    .buttom-mr, .wpcf7-submit {
        width: 300px;
    }
    .make-an-appointment .title {
        font-size: 28px;
    }
    .top-popup-menu-item.social-icons {
        display: none;
    }
}
