/* @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); */

@font-face {
    font-family: FordAntennaRegular;
    /* Имя шрифта */
    src: url(font/FordAntenna/FordAntenna-Regular.ttf);
    /* Путь к файлу со шрифтом */
}

:root {
    --osn: #e41f25;
    --global-box-shadow: 0 2px 6px rgba(41, 77, 174, 0.09), 0 2px 6px rgba(0, 0, 0, 0.25);
}


/* телефоны */
.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;
}

.mail {

    width: 1em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    padding: 1px 1px 10px 25px;
    vertical-align: -.125em;
    /* background-image: url('svgs/sync-alt.svg') ; */
    /* или задать как маску  */
    background-color: var(--osn);
    -webkit-mask: url('svgs/envelope.svg') no-repeat center;
    mask: url('svgs/envelope.svg') no-repeat center;
}

.phone {

    width: 1em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    padding: 1px 1px 10px 25px;
    vertical-align: -.125em;
    /* или задать как маску  */
    background-color: var(--osn);
    -webkit-mask: url('svgs/phone-alt.svg') no-repeat center;
    mask: url('svgs/phone-alt.svg') no-repeat center;
}

/* шрифты */

.font-title {
    font-family: "FordAntennaRegular", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.05;
}

.font-subtitle {
    font-family: "FordAntennaRegular", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.font-textb {
    font-family: "FordAntennaRegular", sans-serif;
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
}

.font-text {
    font-family: "FordAntennaRegular", sans-serif;
    font-size: 1.0rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
}

.font-smoll {
    font-family: "FordAntennaRegular", sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}

.center {
    text-align: center;
}



.font-dark {
    color: var(--osn);
}

.font-light {
    color: var(--osn);
}

.font-black {
    color: #000000;
}

.font-white {
    color: #ffffff;
}

.font-grey {
    color: #869aa7;
}


/* Элементы */
/* 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: 250px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

#headerphones a {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#headerphones a:hover {
    color: var(--osn);
    opacity: 0.6;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #4caf50;
    width: 0%;
}

/* MENU */

.navbar-nav {
    padding: 0 5% 0 0;
}

.nav-link,
.navbar-brand {
    color: var(--osn);
    /* color: #000; */
    cursor: pointer;
}

.nav-link {
    margin-right: 1em !important;
}

.nav-link:hover {
    color: var(--osn);
    opacity: 0.6;
}

.nav-main-link {
    display: block;
    width: 100%;
    /* height: 80px; */
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    color: var(--osn);
    /* color: #000; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
    font-family: "FordAntennaRegular", 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;  */
    opacity: 0.6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--osn);
    font-family: "FordAntennaRegular", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.navbar-collapse {
    justify-content: flex-end !important;
}

.bg-nav {
    font-family: "FordAntennaRegular", 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: 35px;
    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(228,31,37, 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 */


/* <HR> */
/* hr {
    margin: unset;
    color: unset;
    background-color: unset;
    border: unset;
    opacity: unset;
}
hr:not([size]) {
    height: unset;
}

hr {
    margin: 30px auto;
    border-width: 0 0 8px;
    border-style: solid;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="16" height="4"><circle fill="rgb(228, 31, 37)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
    width: 216px;
    opacity: 0.6;
} */


/*=========================
	Slider CSS
===========================*/
.slider {
    background-image: url("img/telemedica1.jpg");
    position: relative;
    z-index: 1;
    width: 100%;
    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;
}

/* 
.slider {
    background-image: url(img/tmL2.jpg);
    
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
  } */


@media (orientation: portrait) {
    .slider {
        background-image: url("img/telemedica1.jpg");
        position: relative;
        z-index: 1;
        /* width: 100%; */
        /* height: 600px; */
    }
}

.slider .header_main {
    position: absolute;
    right: 15%;
    top: 35%;
    padding: 10px;
}




/*=========================
	End Slider CSS
===========================*/

/* COVID */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.covid {
    width: 840px;
    max-width: 90%;
    max-height: 80%;
    /* left: 10%; */
    right: 25%;
    bottom: 25%;
    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;

    /* opacity: 0; */
    /*Элемент полностью прозрачный (невидимый)*/
    /* transition: 1s; */
    /*Скорость перехода состояния элемента*/
    /* animation: show 3s 1; */
    /* Указываем название анимации, её время и количество повторов*/
    /* animation-fill-mode: forwards; */
    /* Чтобы элемент оставался в конечном состоянии анимации */
    /* animation-delay: 1s; */
    /* Задержка перед началом */


}


.covid .btn-close {
    position: absolute;
    right: 15px;
}


/* END Covid */

.ua-btn {
    display: inline-block;
    padding: 15px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    color: gray;
    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: white;
    color: var(--osn);
    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);
}

/* end btn-close */
/* Fake image, just for this example */
.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}

/* Main */
.scrollspy-example-2 {
    position: relative;
    height: 800px;
    overflow: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--osn);
    /* opacity: 0.6; */
}

.page {
    padding: 100px 0px 10px 0px;
}

/* Страница About*/
#about {
    /* background-color: var(--osn); */
    background-position: center center;
    background-size: cover;

}

/* #about li,#when li,#use li,#zarubej li,#medcontrol li,#usepc li,#usemc li */
main li:not(.page-item) {
    /* list-style:  square; */
    list-style: none;
    /* Убираем исходные маркеры */
    background: url(img/tmicon.svg) no-repeat 0 8px;
    /* Параметры фона */
    padding-left: 20px;
    /* Смещаем текст вправо */
}




/* #about.scrolled {
       margin-top: 150px;
    } */

.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 {
    padding: 50px 0px 50px 0px;
}

/* Страница Use */
#use {
    /* background-color: var(--osn); */
    background-position: center center;
    background-size: cover;
}

/* Страница When */
#when {
    /* background-color: var(--osn); */
    background-position: center center;
    background-size: cover;
    padding-left: 15%;
}

/* Страница Medcentr*/
#medcentr {
    /* background-color: var(--osn); */
    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;
}

.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: center;
    color: black;
    font-size: 15px;
    margin-top: 10px;
}

.mccity {
    display: block;
    text-align: start;
    color: var(--osn);
    opacity: 0.8;
    font-size: 13px;
    bottom: 13px;
}



/* Страница Kontakt*/
#kontakt {
    background-color: var(--osn);
    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: var(--osn);
    transition: 0.4s;
}

#map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* height: 600px; */
}

#kontakt a {
    text-decoration: none;
}

#kontakt a:hover {
    font-weight: bold;
    color: white;
    opacity: 1;
}

#kontaktstyle {
    position: absolute;
    right: 20px;
    width: 50px;

}

#logostyle svg {
    fill: white;
    position: absolute;
    bottom: 15px;
}




#help {
    height: 350px;
    max-width: 70%;

    background-image: url('img/telemedicasm1.jpg');
    background-repeat: no-repeat;
    background-size: cover;


    border: none;
    border-radius: 1rem;


}

#help .card-img-overlay {
    top: 20%;
}



@media (max-width: 915px) {

    .covid {
        position: sticky;
        width: 915px;
        align-self: center;
        max-width: 100%;
        max-height: 60%;
        /* right: 0%; */
        /* z-index: 1000; */
    }
    .navbar {
        visibility: hidden;

    }

/* .covid {
    width: 840px;
    max-width: 80%;
    max-height: 80%;
    right: 25%;
    bottom: 30%;
    position: absolute;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.4);
    background: #fafbfd;
    z-index: 99;
    overflow: auto;
} */

    .phone_text {
        display: none;
    }

    #headerphones a {
        text-align: start;
    }

    #help {
        max-width: unset;
    }

    #help .card-img-overlay {
        top: unset;
    }

}




/* End Main */

/* форма */
.sync-alt {

    width: 1em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    /* background-image: url('svgs/sync-alt.svg') ; */
    /* или задать как маску  */
    background-color: var(--osn);
    -webkit-mask: url('svgs/sync-alt.svg') no-repeat center;
    mask: url('svgs/sync-alt.svg') no-repeat center;
}


.btn:hover {
    box-shadow: var(--global-box-shadow);
}

#Politica,
#PoliticaCookie,
#AgreementModal,
#СookieBannerModal {
  z-index: 100000;
}
/* end форма */
