@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);



/* телефоны */
.mts {
    background: url('img/MTS_Logo_rus_w_RGB.svg');
    background-repeat: no-repeat;
    padding: 1px 1px 10px 70px;
    background-size: 66px;
    object-fit: cover;
}

.velcome {
    background: url('img/a1.svg');
    background-repeat: no-repeat;
    padding: 1px 1px 10px 25px;
    background-size: 22px;
}

.gorod {
    background: url('img/phone.svg');
    background-repeat: no-repeat;
    padding: 1px 1px 10px 25px;
    background-size: 22px;
}

.viber {
    background: url('img/viber24.png');
    background-repeat: no-repeat;
    padding: 1px 1px 10px 25px;
    background-size: 22px;
}

.skype {
    background: url('img/skype24.png');
    background-repeat: no-repeat;
    padding: 1px 1px 10px 25px;
    background-size: 22px;
}

/* шрифты */
.font-big {
    font-family: "Rubik", sans-serif;
    font-size: 3rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}

.font-title {
    font-family: "Rubik", sans-serif;
    font-size: 2rem;
    font-weight:450;
    font-style: normal;
    line-height: 1.05;
}

.font-subtitle {
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.font-textb {
    font-family: "Rubik", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
}

.font-text {
    font-family: "Rubik", sans-serif;
    font-size: 1.0rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
}


.font-smoll {
    font-family: "MagistralC", sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}

.font-green {
    /*color: #00b005 !important;*/
    color: #55B150 !important;
}


.font-light {
    color: #1964a5;
}

.font-dark {
    color: #283d78;
}

.font-white {
    color: #ffffff;
}

.font-grey {
    color: #869aa7;
}

.font-light-light {
    color: #9ad6fc;
}

.center {
    text-align: center;
}

/* Элементы */
/* header */


#header {
    padding: 20px 0 10px 0;
}


#lang {
    position: absolute;
    right: 5%;
    box-sizing: content-box;
    padding: 0;
    width: 2em;
    height: 2em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

#lang select {
    text-align-last: center;
    padding: 0;
    background-image: none;
    width: 100%;
    height: 100%;
}

#headerphones ul {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    /* padding-right: 10px; */
    margin: 0;
}

.phone_text {
    font-size: 0.7rem;
    display: none;
}


#headerphones ul li {
    width: 180px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

#headerphones a {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#headerphones a:hover {
    color: #9ad6fc;
}


/* MENU */

.navbar-nav {
    padding: 0 5% 0 0;
}

.nav-link,
.navbar-brand {
    color: #283d77;
    cursor: pointer;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: #1964a5;
}

.nav-main-link {
    display: block;
    width: 100%;
    /* height: 80px; */
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #283d77;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.nav-main-link:hover {
    display: block;
    width: 100%;
    /* height: 80px; */
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #1964a5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1964a5;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.bg-nav {
    font-family: "Rubik", sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    background-color: rgba(241, 237, 237, 0.4);
    backdrop-filter: blur(4px);

}


.navbar-brand img {
    /* height: 30px; */
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* width: 100%; */
}

.black-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,124,192, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem var(--osn);
}

/* END MENU */


/*=========================
	Slider CSS
===========================*/
.slider {
    background-image: url("img/tmL2.jpg");
    position: relative;
    z-index: 1;
    width: 100%;
    height: 760px;
    height: 100%;
}

.overlay-bg {
    background: rgba(255, 255, 255, 0.7);
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 3s ease-out;
}

.overlay:hover {
    opacity: 0.3;
}

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#help {
    height: 350px;
    max-width: 70%;

    background-image: url('img/tmL2.jpg');
    background-repeat: no-repeat;
    background-size: cover;


    border: none;
    border-radius: 1rem;


}

#help .card-img-overlay {
    top: 20%;
}


@media (orientation: portrait) {
    .slider {
        background-image: url("img/udnewP.jpg");
        position: relative;
        z-index: 1;
        /* width: 100%; */
        /* height: 600px; */
    }
}

.slider .header_main {
    position: absolute;
    right: 10%;
    left: 15%;
    top: 35%;
    padding: 10px;
    text-align: center;
}




/*=========================
	End Slider CSS
===========================*/

/* COVID */
.covid {
    width: 650px;
    max-width: 80%;
    max-height: 60%;
    /* left: 10%; */
    right: 5%;
    bottom: 3%;
    position: absolute;
    /*bottom: 10%; */
    border-radius: 15px;
    padding: 15px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.4);
    background: #fafbfd;
    z-index: 99;
    overflow: auto;
}


.covid .btn-close {
    position: absolute;
    right: 15px;
}

@media (max-width: 750px) {
    .covid {
        position: sticky;
        align-self: center;
        max-width: 80%;
        left: 30%;
    }

    .phone_text {
        display: none;
    }

    #headerphones a {
        text-align: start;
    }

   #help {
        max-width: unset;
    }

    #help .card-img-overlay {
        top: unset;
    }

}

/* END Covid */

.ua-btn {
    display: inline-block;
    padding: 15px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    /*color: #ffffff;*/
    box-shadow: 2px 2px 4px #999;
    margin-bottom: 10px;
    /*background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto 35px;*/
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}

.ua-btn:hover {
    background-color: #1964a5;
    color: #ffffff;
    text-decoration: none;
}

/* btn-close */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}


.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: #283d77;
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.2;
}


.btn-close-white {
    filter: blur(2px);
}

/* .footer {
   width: 100%;
  padding: 20px;
  text-align: center;
  background: #ddd;
} */

/* end btn-close */
/* Fake image, just for this example */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Main */
a {
    text-decoration: none;
}

a:hover {
    color: #9ad6fc;
}

.page {
    padding: 100px 0px 50px 0px;
}

/* Страница About*/
#about {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}

main li:not(.page-item) {
    /* list-style:  square; */
    list-style: none;
    /* Убираем исходные маркеры */
    background: url(img/udicon.svg) no-repeat 0 8px;
    /* Параметры фона */
    padding-left: 20px;
    /* Смещаем текст вправо */
}

.file {
    background-repeat: no-repeat;
    padding: 3px 10px 0px 0px;
    /*background-size: 22px;*/
}

.file::before {
    display: inline-block;
    width: 1em;
    content: url('svgs/file-import-white.svg');
}

.file:hover::before {
    content: url('svgs/file-import.svg');
}

/* Страница Tarif*/
#tarif {
    background-color: #1964a5;
    padding: 50px 0px 50px 0px;
}

/* Страница Biodoctor*/
#biodoctor {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}

#biologo img {
    width: 350px;
}

@media (max-width: 750px) {
    #biologo img {
        width: 60%;
    }
}

#obrashenye {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}
/* МедЭкспресс */
#medexpress {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}
#medabonement {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}
#medcontrol {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}




/* Страница Tarif2*/
/* #tarif2 {
    padding: 50px 0px 50px 0px;
} */


/* Страница Uslugi*/
#uslugi {
    background-color: #1964a5;
    background-position: center center;
    background-size: cover;
}


/* Страница Medcentr*/



#editable-select {
    background-color: white;
}

#medcentr {
    /* background-color: #1964a5; */
    background-position: center center;
    background-size: cover;
}

#medcentr img {
    max-height: 70pt;
    max-width: 100%;
}

.mcblock {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #1964a5; */
}

.mcblock a {
    padding: 5px;
}

.mcblock .mcbox {
    padding: 5px;
}

.mcblock .mc {
    width: 250px;
    padding: 10px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.mc.disabled {
    /* background-color: rgb(241, 235, 235); */
    opacity: 0.1;
}

.mc img {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.mcname {
    display: block;
    text-align: start;
    color: #1964a5;
    font-size: 15px;
    bottom: 15px;
}



/* Страница Kontakt*/
#kontakt .container {
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.4);
    /* border: #283d77; */

}

#kontakt {
    background-color: #1964a5;
    background-position: center center;
    background-size: cover;
}

#kontakt ul li {
    list-style: none;
    /* width: 300px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap; */
}

.box {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.4);
    background: #1964a5;
    transition: 0.4s;
}
.boxsm {
    padding: 5px;
    margin-bottom: 5px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.4);
    background: #1964a5;
    transition: 0.4s;
}

#map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* height: 600px; */
}

@media (max-width:750px) {

    #map {
        width: 90%;
        height: 380px;
    }

    #carousel {
        display: none;
    }
}

/* End Main */