/*Основные стили*/
* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #F73232;
}
a, a:hover {
    color: #0F81C7;
}
ul {
    margin-bottom: 0;
}
.btn-link, .btn-link:hover {
   color: #0F81C7; 
}
.text-primary {
    color: #F73232 !important;
}
.btn-primary {
    background: #F73232;
}
.btn-primary:hover {
    color: #F73232 !important;
    background: transparent;
}
.btn-outline-primary {
    color: #F73232;
}
.btn-outline-primary:hover {
    background: #F73232;
}
.btn-light {
    background: #fff !important;
    color: #2279BA !important;
}
.btn-light:hover {
    background: #66B5FC !important;
    color: #fff !important;
}
.col-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.el-georgia {
    font-family: Georgia;
}
.el-georgia a {
    font-family: Georgia;
}
.hidden {
    display: none !important;
}
.el-left {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    left: -190px;
}
.width-50 {
    width: 50%;
}
.el-clr {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
.figure img {
    margin-bottom: .5rem;
    line-height: 1;
    border-radius: .25rem !important;
}
.modal-open {
    overflow: hidden !important;
}
ul {
    list-style-image: url(/images/img/li.gif);
}
.card {
    background: transparent;
}

/*Модальное окно*/
.el-modal-close {
    background: transparent;
    border: none;
    float: right;
    line-height: 1;
    padding: 0 8px;
}
.el-modal-close span {
    color: #F73232;
    font-size: 2rem;
}
.el-modal-close:hover {
    cursor: pointer;
}
.el-modal-close span:hover {
    color: #9e9e9e;
}
.el-modal-close:focus {
    outline: 0;
}
.modal-body .el-back {
    display: none;
}

/*Стили меню*/
.el-navbar-wrapper {
    position: relative;
}
.el-nav-link {
    color: #636363;
    padding: 0.375rem 0.75rem;
    }
.el-nav-link:hover {
    background: #F73232;
    border-radius: .25rem;
    color: #fff !important;
    padding: 0.375rem 0.75rem;
}
.el-nav-link-active {
    background: #F73232;
    border-radius: .25rem;
    color: #fff !important;
    padding: 0.375rem 0.75rem;
}
.el-nav-link-active:hover {
    color: #fff !important;
}
.el-nav-link-mobile {
    border-bottom: 2px solid transparent;
    color: #636363;
}
.el-nav-link-mobile:hover {
    border-bottom: 2px solid #F73232;
    color: #636363;
}
.el-nav-link-active-mobile {
    border-bottom: 2px solid #F73232;
}
.nav-item {
    margin-right: 35px;
}
.dropdown-item {
    color: #636363;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.dropdown-item:hover {
    color: #636363;
    background-color: transparent;
    border-bottom: 2px solid #F73232;
}
.el-dropdown-item-active {
    border-bottom: 2px solid transparent;
    color: #F73232;
}
.el-dropdown-item-active:hover {
    border-bottom: 2px solid transparent;
    color: #F73232;
}
.dropdown-toggle::after {
    color: #F73232;
}
.dropdown-toggle:hover::after {
    color: #fff;
}
.el-navbar-mobile .dropdown-toggle:hover::after {
    color: #F73232;
}
.el-stickytop-logo {
    display: none;
}
.stickytop {
    background: #fff;
    margin-top: 0 !important;
    padding: 10px 0;
    position:fixed;
    top:0;
    z-index: 100;
    width: 100%;
}
.stickytop .el-main-logo {
    display: none;
}
.stickytop .el-stickytop-logo {
    display: block;
    max-width: 50%;
}
.el-contacts {
    font-size: 22px;
}
.el-contacts a {
    color: #F73232;
    font-size: 28px;
}
.el-contacts a:hover {
    color: #F73232;
    text-decoration: none;
}
.el-contact-mobile:hover {
    color: #F73232;
    text-decoration: none;
}
.el-nav-link-search {
    color: #F73232;
}
.el-nav-link-search:hover {
    color: #F73232;
}


/*Раздел баннера*/
.el-banner {
    background-color: #E2F5FC;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 390px;
    overflow-x: hidden;
}
.el-banner-wrapper {
    height: 390px;
    position: relative;
}
.el-banner-price {
    color: #FF304F;
    font-family: Georgia;
    font-size: 65px;
    font-style: italic;
    position: absolute;
    top: 30%;
    left: 41%;
}
.el-banner-quality {
    position: absolute;
    top: 5%;
    left: 12%;
}
.el-banner-quality-wrapper {
    position: relative;
}
.el-banner-quality-text {
    position: absolute;
    top: 15px;
    left: 150px;
    font-size: 50px;
    color: #fff;
}
.el-banner-buttons {
    position: absolute;
    bottom: 8%;
    left: 39%;
}
.el-banner-btn-price {
    background-color: rgba(255, 255, 255, .7);
}
.el-main-link {
    color: #446ec3;
    text-decoration: underline;
}
.el-main-link:hover {
    color: #446ec3;
    text-decoration: none;;
}


/*Раздел филиалы*/
.el-filials p {
    color: #636363;
}
.el-filials .el-filials-name {
    color: #FF304F;
    font-family: Georgia;
    font-style: italic;
}
.el-filials-link:hover {
    text-decoration: none;
}
.el-filials-link:hover .el-filials-address {
    text-decoration: none;
}
.el-filials-link:hover .el-filials-name {
    text-decoration: underline;
}
.el-filials-link.active .el-filials-name {
    text-decoration: underline;
}
.el-filials img {
    border: 5px solid #FF304F;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.el-filials-link:hover .el-filials-img {
    opacity: .5;
}
.el-filials-link.active .el-filials-img {
    opacity: .5;
}
 

/*Раздел спецпредложения*/
.el-offers {
    background: #E7EAEE;
}
.el-offers .card-body {
    background: #E7EAEE;
    height: 245px;
    overflow: hidden;
}
.el-offers .card-body {
    height: 270px;
    overflow: hidden;
}
.el-offers .card {
    height: 270px;
    width: unset;
    max-width: unset;
}
.el-offers p {
    color: #636363;
}
.el-notice {
    font-size: 12px;
}
.el-card-body {
    display: flex;
    align-items: flex-end;
}

/*Раздел услуги*/
.el-uslugi {
    background: linear-gradient(to right, #06609F, #67B6FD);
    position: relative;
}
.el-uslugi-img-1 {
    background-image: url(/images/img/uslugi1.png);
}
.el-uslugi-img-2 {
    background-image: url(/images/img/uslugi2.png);
}
.el-uslugi-img-3 {
    background-image: url(/images/img/uslugi3.png);
}
.el-uslugi-img-4 {
    background-image: url(/images/img/uslugi4.png);
}
.el-uslugi-img-5 {
    background-image: url(/images/img/uslugi5.png);
}
.el-uslugi-img {
    background-position: 0 0;
    height: 86px;
    width: 114px;
}
.el-uslugi h5 {
    color: #fff;
}
.el-uslugi-text {
    color: #a2d6f9;
}
.el-uslugi-card:hover {
    text-decoration: none;
}
.el-uslugi-card:hover .el-uslugi-text {
    color: #a2d6f9;
}
.el-uslugi-card:hover .el-uslugi-img {
    background-position: 0 86px;
}
.el-uslugi-card:hover .el-uslugi-heading {
    color: #FF304F;
}
.el-uslugi::after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    color: #358ACC;
    font-size: 80px;
    font-weight: 900;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -20px;
    height: 0;
}
.el-all {
    text-align: center;
    color: #358ACC;
    font-weight: bold;
    font-size: 25px;
    font-style: italic;
    display: block;
    padding: 10px;
    margin: -15px;
    margin-top: 15px;
}
.el-all:hover {
    text-decoration: none;
    color: #358ACC;
}


/*Раздел Персонал*/
.swiper-container {
    width: 100%;
    height: 300px;
}
.slick-track {
    display: flex;
    align-items: flex-end;
}
.slick-slide {
    border-radius: 5px;
    width: 550px;
    margin: 0 20px;
    background: linear-gradient(to right, #B9DFEF, #E7F4FA);
    cursor: pointer;
}
.slick-center {
    background: linear-gradient(to right, #06619F, #69B7FF);
    cursor: default;
}
.slick-slide .el-slide-text {
    display: none;
}
.slick-center + .slick-slide img {
    float: left;
}
.slick-slide img {
    height: 300px;
    float: right;
}
.slick-center img {
    height: 350px;
    float: right;
}
.slick-center .el-slide-text {
    display: block;
}
.el-slide-text {
    margin: 20px;
    color: #fff;
}
.el-slide-text h4, 
.el-slide-text h5 {
    color: #fff;
}
.el-slide-text p {
    color: #A9E2FF;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots li button:before {
    color: #999999;
}
.slick-dots li.slick-active button:before {
    color: #999999;
}
.slick-dotted.slick-slider {
    margin-bottom: 90px;
}
.el-personal-img-wrapper{
    position: relative;
}
.el-personal-img-wrapper img {
    position: absolute;
    bottom: -16px;
}
.el-personal-name {
    font-size: 25px;
}

/*Раздел Новости*/
.el-news-main {
    background: #E7EAEE;
}
.el-news p {
    color: #636363;
    font-size: 16px;
}
.el-news-full img {
    float: left;
    margin: 0 20px 20px 0;
    width: 320px;
}

/*Раздел Карта*/
.el-map {
    background: #E7EAEE;
}
.el-map-content {
    height: 500px;
    width: 100%;
}
.el-contact-slider {
    position: relative;
}


/*Раздел Footer*/
.el-footer {
    background: linear-gradient(to right, #B7DEEE, #E6F5F8);
}
.el-fa-vk {
    color: #4A76A8;
    font-size: 40px;
}
.el-fa-vk:hover {
    color: #88BEDC;
}


/*Стили для компонента - Тексты с картинками*/
.el-img-left {
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
}
.el-img-right {
    float: right;
    margin: 0 0 0 20px;
    text-align: center;
}
.el-figure img {
    width: 320px;
}


/*Компонент - Услуги*/
.el-banner-service-white,
.el-banner-service-red {
    position: absolute;
}
.el-banner-service-white {
    top: 15%;
    left: 10%;
}
.el-banner-service-red {
    bottom: 10%;
    right: 10%;
}
.el-banner-service-wrapper {
    position: relative;
}
.el-banner-service-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.el-banner-service-text__red {
    top: 0;
    left: 150px;
    bottom: 0;
}
.el-banner-service-text__red h4 {
    font-size: 55px;
    margin: 0;
    line-height: 1;
}
.el-banner-service-text__red p {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.el-banner-service-text__white {
    color: #fff;
    top: 0;
    bottom: 0;
    left: 60px;
}
.el-banner-service-text__white p {
    font-size: 30px;
    margin: 0;
}
.el-banner-service-text__white span {
    font-size: 55px;
}
.el-banner-service-name {
    color: #fff;
    position: absolute;
    font-size: 55px;
    top: 65%;
    left: 22%;
}
.el-service-offer {
    background: #D8F0FD;
}
.el-banner-service {
    background-image: url(/images/img/banner-ortoped.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.el-service-offer-text {
    background: #fff;
}
.el-service-offer-text p {
    font-family: Georgia !important;
}
.el-service-offer-logo {
    border: 6px solid #D7D9DE;
}
.el-service-offer-logo img {
    padding: 10px;
} 
.el-service-offer-text p {
    color: #1A73B2;
    font-size: 18px;
    line-height: 2;
}
.el-service-offer-text p span {
    font-family: Georgia;
    font-size: 24px;
}
.el-service-offer-price figure {
    background: #FFF;
}
.el-service-offer-price ul li {
    color: #636363;
    font-size: 15px;
}
.el-position-notice i {
    font-size: 100px;
    color: #1A73B2;
}
.el-position-notice p {
    color: #1A73B2;
    font-size: 18px;
}
.el-position-text p {
    color: #636363;
    font-size: 15px;
}
.el-service-slider {
    background: linear-gradient(to right, #06609F, #67B6FD);
    position: relative;
}
.el-service-slider figcaption {
    color: #FFF;
}
.owl-carousel {
    position: static;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    margin: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    background: #fff !important;
    opacity: 0.6;
    outline: none;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-next span,
.owl-prev span {
    color: #ff0a2e;
    font-size: 90px;
}
.owl-prev:focus,
.owl-next:focus {
    outline: none;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.el-service-prices-notice {
    color: #7b7b7b;
    font-size: 15px;
}
.alert .col-2-5 {
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0 1%;
}
.alert .figure {
    margin: 0;
}
.slick-prev {
    display: none;
}
.slick-next {
    display: none;
}
.el-banner-service-text h4.el-long-header {
    font-size: 37px;
}
.el-posts-wrapper {
    width: 100%;
    background: #EFF1F5;
}
.el-figure-posts {
    background: #fff;
}
.el-post-answer, .el-post-theme {
    font-size: 17px;
}
.el-post-message {
    font-size: 15px;
    color: #777980;
}
.el-personal-wrapper {
    background: linear-gradient(to right, #06609F, #67B6FD);
}
.el-personal-text {
    color: #fff;
}
.el-personal-text h4, 
.el-personal-text h5 {
    color: #fff;
}
.el-rounded-circle {
    border-radius: 50%;
    height: 140px;
    width: 140px;
}
.modal-body .el-logo-div {
    display: none !important;
}
.modal-body .my-4 {
    display: none;
}

.nc-search-range {
    margin-bottom: 1em;
}
.nc-search-list {
    margin-bottom: 1.5em;
}
.nc-search-title {
    font-size: 18px;
    margin-bottom: 0.3em;
}
.nc-search-context {
    line-height: 130%;
}
.nc-search-context .matched{
    color: #030303;
}

@media screen and (max-width: 1800px) {
    .el-banner {
        height: 350px;
    }
    .el-banner-wrapper {
        height: 350px;
    }
    .el-banner-quality {
        left: 10%;
        width: 540px;
    }
    .el-banner-quality-text {
        top: 12px;
        left: 125px;
        font-size: 45px;
    }
    .el-banner-price {
        font-size: 60px;
        left: 35%;
    }
    .el-banner-buttons {
        left: 35%;
    }
}

@media screen and (max-width: 1700px) {
    .el-banner-service-white {
        top: 15%;
        left: 5%;
    }
    .el-banner-service-red {
        bottom: 10%;
        right: 5%;
    }
    .el-banner-service-name {
        font-size: 55px;
        top: 65%;
        left: 15%;
    }
}

@media screen and (max-width: 1600px) {
    .el-banner {
        height: 350px;
    }
    .el-banner-wrapper {
        height: 350px;
    }
    .el-banner-quality {
        left: 10%;
        width: 500px;
    }
    .el-banner-quality-text {
        left: 120px;
        font-size: 41px;
    }
    .el-banner-price {
        font-size: 55px;
        left: 35%;
    }
    .el-banner-buttons {
        left: 35%;
    }
}

@media screen and (max-width: 1500px) {
    .el-banner-service-white {
        top: 15%;
        left: 2%;
    }
    .el-banner-service-red {
        bottom: 10%;
        right: 2%;
    }
    .el-banner-service-name {
        font-size: 55px;
        top: 65%;
        left: 10%;
    }
}

@media screen and (max-width: 1400px) {
    .el-banner {
        height: 300px;
    }
    .el-banner-wrapper {
        height: 300px;
    }
    .el-banner-quality {
        left: 10%;
        width: 450px;
    }
    .el-banner-quality-text {
        left: 100px;
        font-size: 38px;
    }
    .el-banner-price {
        font-size: 50px;
        left: 35%;
    }
    .el-banner-buttons {
        left: 35%;
    }
    .el-banner-service-white {
        width: 450px;
    }
    .el-banner-service-text__white {
        top: 0px;
        left: 40px;
    }
    .el-banner-service-text__white span {
        font-size: 50px;
    }
    .el-banner-service-red {
        width: 450px;
    }
    .el-banner-service-text__red {
        left: 130px;
    }
    .el-banner-service-text__red h4 {
        font-size: 45px;
    }
    .el-banner-service-text__red p {
        font-size: 24px;
    }
    .el-banner-service-name {
        font-size: 50px;
        top: 63%;
        left: 17%;
    }
    .el-banner-service-text h4.el-long-header {
       font-size: 29px;
    }
}

@media screen and (max-width: 1200px) {
    .el-left {
        left: -150px;
    }
    .nav-item {
        margin-right: 10px;
    }
    .col-2-5,
    .alert .col-2-5 {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
    .el-banner {
        height: 250px;
    }
    .el-banner-wrapper {
        height: 250px;
    }
    .el-banner-price {
       font-size: 45px;
       left: 35%;
       top: 35%;
    }
    .el-banner-buttons {
        left: 25%;
    }
    .el-banner-service-white {
        width: 400px;
    }
    .el-banner-service-red {
        width: 400px;
    }
    .el-banner-service-text__red {
        left: 113px;
    }
    .el-banner-service-text__red h4 {
        font-size: 40px;
    }
    .el-banner-service-text__red p {
        font-size: 22px;
    }
    .el-banner-service-text__white span {
        font-size: 45px;
    }
    .el-banner-service-text__white p {
        font-size: 20px;
    }
    .el-banner-service-text__white {
        left: 55px;
    }
    .el-banner-service-name {
        font-size: 40px;
    }
    .el-service-offer-text p {
        line-height: 1.5;
    }
    .el-banner-service-text h4.el-long-header {
       font-size: 25px;
    }
    .el-offers .card-body {
        height: unset;
    }
    .el-offers .card img {
        height: auto;
        width: 100%;
    }
    .el-offers-row {
        height: 300px;
        overflow: hidden;
    }
}

@media screen and (max-width: 991px) {
    .el-contacts {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    button:focus {
        outline: none;
    }
    .el-search-form__mobile {
        width: unset;
        margin-right: 5px;
    }
    .width-50 {
        width: 100%;
    }
    .col-2-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .alert .col-2-5 {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .el-banner {
        height: 200px;
    }
    .el-banner-wrapper {
        height: 200px;
    }
    .el-banner-quality {
        width: 400px;
    }
    .el-banner-quality-text {
        font-size: 32px;
    }
    .el-banner-price {
       font-size: 40px;
       left: 38%;
       top: 35%;
    }
    .el-banner-buttons {
        left: unset;
        right: 10px;
        bottom: 10px;
    }
    .el-banner-service-white {
        width: 300px;
    }
    .el-banner-service-red {
        width: 300px;
    }
    .el-banner-service-text__red {
        left: 80px;
    }
    .el-banner-service-text__red h4 {
        font-size: 31px;
    }
    .el-banner-service-text__red p {
        font-size: 17px;
    }
    .el-banner-service-text__white span {
        font-size: 37px;
    }
    .el-banner-service-text__white p {
        font-size: 17px;
    }
    .el-banner-service-text__white {
        left: 30px;
    }
    .el-banner-service-name {
        font-size: 35px;
        left: 12%;
    }
    .el-yandex-map {
        padding-left: 15px;
        padding-right: 15px;
    }
    .el-banner-service-text h4.el-long-header {
       font-size: 20px;
    }
    .el-offers-row {
        height: 225px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .el-img-left {
        float: none;
        margin: 0;
        text-align: center;
    }
    .el-img-right {
        float: none;
        margin: 0;
        text-align: center;
    }
    .el-figure img {
        width: 100%;
    }
    .el-banner {
        height: 200px;
    }
    .el-banner-wrapper {
        height: 200px;
    }
    .el-banner-quality {
        width: 350px;
    }
    .el-banner-quality-text {
        font-size: 28px;
        left: 87px;
        top: 9px;
    }
    .el-banner-price {
       font-size: 35px;
       left: 35%;
       top: 35%;
    }
    .slick-slide {
        width: 500px;
    }
    .slick-dots {
        display: none;
    }
    .slick-center img {
        height: 330px;
    }
    .el-banner-service-white {
        width: 270px;
        top: 10%;
    }
    .el-banner-service-red {
        width: 250px;
    }
    .el-banner-service-text__red {
        left: 64px;
        top: 0;
    }
    .el-banner-service-text__red h4 {
        font-size: 28px;
    }
    /*.el-banner-service-text__red p {
        display: none;
    }*/
    .el-banner-service-text__white span {
        font-size: 28px;
    }
    .el-banner-service-text__white p {
        font-size: 15px;
    }
    .el-banner-service-text__white {
        left: 22px;
    }
    .el-banner-service-name {
        font-size: 30px;
        left: 8%;
        top: 80px;
    }
    .owl-prev, .owl-next {
        width: 40px;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .el-map-content {
        height: 400px;
    }
    .el-footer-warning {
        font-size: 25px;
    }
    .el-banner-service-text h4.el-long-header {
       font-size: 17px;
    }
    .el-personal-img-wrapper img {
        position: static;
        bottom: unset;
    }
    .el-offers-row {
        height: auto;
        overflow: unset;
    }
    .el-offers .card {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 30px;
    }
    .col-2-5,
    .alert .col-2-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .el-section-heading h2 {
        font-size: 25px;
    }
    .el-banner-quality {
        width: 260px;
        left: 3%;
    }
    .el-banner-quality-text {
        font-size: 21px;
        left: 63px;
        top: 5px;
    }
    .el-banner-price {
       font-size: 30px;
       left: 25%;
       top: 30%;
    }
    .el-banner-buttons a {
        font-size: 12px;
    }
    .slick-slide {
        width: 270px;
    }
    .slick-center {
        text-align: center;
    }
    .slick-center img {
        float: none;
        height: auto;
        display: inline-block;
        margin-top: 10px;
    }
    .el-footer-warning {
        font-size: 20px;
    }
}

