﻿
@font-face {
    font-family: 'rabbit';
    src: url('../fonts/rabbit.eot');
    src: url('../fonts/rabbit.eot?#iefix') format('embedded-opentype'), url('../fonts/rabbit.woff') format('woff'), url('../fonts/rabbit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.logo-mobile {
    z-index:9999;
}
body.on-bkg {
    background-image: url(/images/patterns/main.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 60px;
}
.base-color {
    color: #0d99a9;
}
.ordinare-text {
    color:#979797;
}
header {
    position: relative;
    background-color: #00152a;
}
header .header-content {
    z-index:3;
    position:relative;
}
    header .contact-icon {
        width:50px;
    }
    .alert-secondary {
        background-color: #f2f5fb;
    }

.menu-main {
    background-color: #19436b;
}
.language-nav .nav-item a.nav-link {
    color: #707070;
}
    .language-nav .nav-item a.nav-link.active {
        color: #0d99a9;
        text-decoration:underline;
        font-weight:bold;
    }
.bg-rhomb:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f2f5fb;
    z-index: 1;
    width: 500px;
    height: 500px;
    border-radius: 20px;
    top: -132px;
    left: -9%;
}
.elem-1:after {
    content: "";
    position: absolute;
    background-image: url(/images/elem1.png);
    background-repeat: no-repeat;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    top: 300px;
    left: 4%;
    opacity: 0.3;
}
.elem-2:after {
    content: "";
    position: absolute;
    background-image: url(/images/elem2.png);
    background-repeat: no-repeat;
    z-index: 1;
    width: 130px;
    height: 130px;
    right: 0;
    opacity: 0.3;
}
.titul-slider {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
   
    
}
    .titul-slider .slide-subtitle {
        color: #7153d9;
        font-size:16px;
        text-transform:uppercase;
        font-weight:normal;
        
    }
    .titul-slider .slide-title {
        font-size: 50px;
        line-height: 50px;
        font-weight:400;
        padding-bottom:50px;
        
    }
    .titul-slider .slide-description {
        color: #19436b;
    }
    .titul-slider .slide-url {
        padding-top:50px;
    }
        .titul-slider .slide-url .btn {
            color: #ffffff;
            background-color: #d39e00;
            border-color: #c69500;
        }

   
.page-titul {
    position: relative;
    background-color:#ffffff;
}
    .page-titul .titul-img {
        z-index:10;
    }
    /*
.page-titul:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f2f5fb;
    z-index: -1;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    top: 350px;
    right: 150px;
}

.page-titul:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #b6ecf2;
    z-index: -1;
    width: 500px;
    height: 250px;
    border-radius: 20px;
    right: -250px;
    top: 500px;
}
    */

h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 3px;
    position: relative;
    color: rgb(251, 211, 75);
    position: relative;
    font-weight: bold;
    text-shadow: 0px 0 1px #ffffff, 0 1px 1px #ffffff, 0px 0 1px #ffffff, 0 0px 1px #ffffff;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 3px;
    position: relative;
}

h1.on-white {
    color: #19436b;
}

h1 span:first-child, h3 span:first-child {
    color: #19436b;
    
    position: relative;
}

    h1 span:first-child:after {
        bottom: 30px;
        margin-left: -70px;
    }

    h1 span:first-child:before {
        bottom: 20px;
        margin-left: -80px;
    }



.white-color {
    text-shadow: 0 25px 24px rgba(0, 0, 0, 0.11);
    font-family: 'Play', sans-serif;
}

a.lc-data {
    text-decoration: none;
    color: #707070;
}
.lc-slider-title {
    background-color: #ffffff;
    border-top: 4px #0d99a9 solid;
    position: relative;
    top: -43px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 3px 9px rgb(0 0 0 / 18%);
    z-index:999;
}
.lc-slider-category, .lc-slider-dlg {
    font-size: 11px;
    color: #707070;
}
.top-titul-block {
    background-color: #e9edf4;
}
    .top-titul-block .card-img-overlay:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
h3.subtitle {
    color: #7153d9;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
#mapData {
    height:calc(100vw  /4)
}
#offcanvasNavbar .offcanvas-title {
    padding-left:70px;
}
.normal-text {
    color: #707070;
    font-size: 14px;
}
.card.titul-block {
    background-color:transparent;
    border:none;
}
    .card.titul-block .card-img-overlay {
        z-index:3;
       
    }
    .card.titul-block img {
       opacity: 0.7;
    }
.image-title-block {
    position: relative;
    z-index: 500;
}
    .image-title-block img {
        position: relative;
        top:-60px;
    }
    body.account {
        background-image: url(/images/account/login-bkg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
    }
.panel {
    position: fixed;
    background-image: url(/images/account/panel-bkg.png);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 100%;
}
.item-list {
    z-index:999;
}
.promo .step {
    position: absolute;
    font-size: 70px;
    color: #fddebb;
    line-height:60px;
}
.promo .title {
    
    padding-left:40px;
    font-size:30px;
    font-weight:normal;
}
.promo .content {
    padding-top: 20px;
    color: #979797;
}
.adv-panel {
    overflow-x:hidden;
    position:relative;
}
    .adv-panel > .container {
        background-color: #0d99a9;
        position: relative;
        border-radius: 0px 20px 20px 0px;
        border: 1px #0d99a9 solid;
    }
        .adv-panel > .container img {
            border-top-right-radius:20px;
            border-bottom-right-radius:20px;
        }
        .adv-panel:before {
            content: "";
            position: absolute;
            background-color: #0d99a9;
            z-index: 0;
            width: calc(20vw);
            height: 100%;
            left: 0;
        }
    
    
.promo-panel {
    padding-top: 50px;
    position: relative;
}
    .promo-panel:before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        background: #f2f5fb;
        z-index: -1;
        width: 300px;
        height: 204px;
        border-radius: 20px;
        top: 45px;
        left: 36px;
    }
    .promo-panel:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #19436b73;
        z-index: -1;
        width: 300px;
        height: 150px;
        border-radius: 20px;
        top: 66px;
        left: -78px;
    }

.black-bkg {
    background-image: url(/images/black-06.png);
    background-size: cover;
}
.container-title {
    position: relative;
    top: -40px;
}
header .phone-name, footer .phone-name {
    color: #0d99a9;
    font-size: 12px;
}

header .phone-number {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
footer .phone-number {
    color: #000;
    font-size: 14px;
}
.slider {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s;
}
    .slider > .row {
        
        height: calc(17vw);
        height: -webkit-calc(17vw);
    }
    .slider div.h3 {
        font-size: 40px;
        font-weight: normal;
        width:100%;
    }
    .slider div.h4 {
        font-size: 30px;
        font-weight:normal;
    }
    .slider .slider-image {
        position:relative;
        top:-40px;
        z-index:9999;
    }
    .slider .slider-image > div.slider-image-item {
        opacity: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
.orange-bkg {
    background-image: url(/upload/image/slider/square-orange.png);
    background-repeat: repeat;
}
.logo-header .logo span {
    position: relative;
    left: -21px;
    bottom: 4px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    font-size: 72px;
    margin-bottom: 0;

}
.img-title {
    border-bottom: 3px solid #0d99a9;
}
.page-title {
    background-color: #282828;
}
    .page-title h1 {
        color:#ffffff;
        font-size:28px;
        text-align:center;
        text-transform:uppercase;
    }
.internal-h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    z-index: 1;
    opacity: 1;
    margin: 0;
   
    font-style: italic;

}
    .titul-image {
        background-image: url(/upload/image/homepage/image-main.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

.page-title h2.title {
    font-family: rabbit, sans-serif;
    font-size: 60px;
    color: #0089cb;
    text-shadow: #fff 1px 0 0px, #fff 0 1px 0px, #fff -1px 0 0px, #fff 0 -1px 0px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    letter-spacing: 3px;
}



.titul-block .breadcrumb-item, .titul-block .breadcrumb-item a {
    color: #999999;
    font-size: 12px;
}
    .titul-block .breadcrumb-item.active {
        color: #7153d9;
    }
    .titul-block .breadcrumb-item a i {
        color: #999999;
        font-size: 12px;
        text-decoration: underline;
    }
.picto {
    border: 2px #0d99a9 solid;
    position: absolute;
}
.testimonials-announces .testimonial-announce-item figure {
    margin:unset;
}
.testimonials-announces .testimonial-announce-item .blockquote {
    color: #ffffff;
    font-size: 12px;
    margin: unset;
}
.testimonials-announces .testimonial-announce-item .blockquote-footer {
    color: #ffffff;
    font-size: 12px;
    margin: unset;
    font-style:italic;
}
.news-feed .h1-page-title {
    font-size: 16px;
    font-weight: bold;
}
.news-feed .news-announce {
    font-size: 12px;
    color: #707070;
}
.news-feed .stat-data {
    font-size: 10px;
    color: #707070;
}
.w-20 {
    width: 20% !important;
}
/*-- Animation Keyframes --*/
/*--- title animation off*/
@keyframes blurout {
    0% {
        opacity: 1;
        /*filter: blur(1px);*/
    }

    100% {
        opacity: 0;
        /*filter: blur(20px); */
    }
}
@keyframes blurin {
    0% {
        opacity: 0;
        /*filter: blur(20px);*/
    }
    100% {
        opacity: 1;
        /*filter: blur(1px);*/
    }

   
}
@keyframes rotateout {
    0% {
        transform: perspective(600px) rotateY(0deg);
        /*filter: blur(1px);*/
    }

    100% {
        transform: perspective(600px) rotateY(90deg);
        /*filter: blur(20px); */
    }
}

@keyframes rotatein {
    0% {
        transform: perspective(600px) rotateY(90deg);
        /*filter: blur(20px);*/
    }

    100% {
        transform: perspective(600px) rotateY(0deg);
        /*filter: blur(1px);*/
    }
}
.dropdown-menu {
    width:unset;
}
.dropdown.on-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    
    -webkit-box-shadow: 2px 13px 18px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 13px 18px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 13px 18px -2px rgba(34, 60, 80, 0.2);
}
.dropdown.on-hover:last-child:hover .dropdown-menu-end {
    right: 0;
    left: auto;
}
    .slider-top-image img, .slider-top-image:before {
        transform: perspective(600px) rotateY(90deg);
    }
.slider-content .slide-subtitle,
.slider-content .slide-title,
.slider-content .slide-description,
.slider-content .slide-url {
    opacity: 0;
}
    .slider-content.blur-in .slide-subtitle,
    .slider-content.blur-in .slide-title,
    .slider-content.blur-in .slide-description,
    .slider-content.blur-in .slide-url {
        animation: blurin 1s linear forwards;
        -webkit-animation: blurin 1s linear forwards;
        -moz-animation: blurin 1s linear forwards;
        -o-animation: blurin 1s linear forwards;
    }
   
    .slider-content.blur-out .slide-subtitle,
    .slider-content.blur-out .slide-title,
    .slider-content.blur-out .slide-description,
    .slider-content.blur-out .slide-url {
        animation: blurout 1s linear forwards;
        -webkit-animation: blurout 1s linear forwards;
        -moz-animation: blurout 1s linear forwards;
        -o-animation: blurout 1s linear forwards;
    }
.slider-top-image.rotate-in img {
    animation: rotatein 1s linear forwards;
    -webkit-animation: rotatein 1s linear forwards;
    -moz-animation: rotatein 1s linear forwards;
    -o-animation: rotatein 1s linear forwards;
    animation-delay: 0.4s;
}
.slider-top-image.rotate-in:before {
    animation: rotatein 1s linear forwards;
    -webkit-animation: rotatein 1s linear forwards;
    -moz-animation: rotatein 1s linear forwards;
    -o-animation: rotatein 1s linear forwards;
}
.slider-top-image.rotate-out img {
    animation: rotateout 1s linear forwards;
    -webkit-animation: rotateout 1s linear forwards;
    -moz-animation: rotateout 1s linear forwards;
    -o-animation: rotateout 1s linear forwards;
}
.slider-top-image.rotate-out:before {
    animation: rotateout 1s linear forwards;
    -webkit-animation: rotateout 1s linear forwards;
    -moz-animation: rotateout 1s linear forwards;
    -o-animation: rotateout 1s linear forwards;
    
}

.blur-0 {
    opacity: 0;
}
.slider-content.blur-in .slide-title {
    animation-delay: 0.4s;
}
.slider-content.blur-in .slide-description {
    animation-delay: 0.8s;
}
.slider-content.blur-in .slide-url {
    animation-delay: 1.2s;
}

    .card.slider-promo .card-body h5.card-title {
        font-size: 12px;
        color: #000000;
        font-weight: bold;
    }
div.card-img-top {
    background-repeat: no-repeat;
    background-size: cover;
}
.card.slider-promo .card-body .card-text {
    font-size: 10px;
    color: #000000;
    font-weight: normal;
}

    .social-links {
        list-style: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0;
        padding-left: 0;
    }

    .social-links li {
        float: left;
        padding-right: 5px;
    }

    .top-menu {
        transition: all 400ms ease;
    }

    .top-menu .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

    .top-menu img {
        /*height: 90px;*/
    }
.logo-mobile {
    background-color: #00152a;
}
.top-menu .navbar-brand {
    padding-top: 40px;
}
        .top-menu .rg-name {
            color: #ffffff;
            font-size: 10px;
            padding-left: 65px;
        }


    .menu-main .nav-item .nav-link, .menu-main .nav-item .nav-link:hover, .menu-main .navbar-nav .show > .nav-link {
        color: #ffffff;
    }

    .menu-main .nav-item .nav-link:hover {
        text-decoration: underline;
    }
.room {
    padding-bottom:10px;
}
.room .room-description {
    border-top: 1px solid #004e84;
    padding-top:3px;
    color: #b2cde0;
    font-size:12px;
}
.room .figure.img-thumbnail {
   
    background-color: #b2cde0;
    border: 1px solid #004e84;

}
.room-data {
    font-size: 12px;
    color: #19436b;
    
}
.room-name {
    color: #004e84;
  
}
.room-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .room-card .card-body {
        flex: 1 1 auto; /* растягивает тело карточки */
    }
.room-card .price {
    width: 70px;
    position: absolute;
    margin-top: -80px;
}
    .room-card .price .start-price {
        background-color: #00152a;
        color: white;
        font-size: 10px;
        text-align: center;
    }
    .room-card .price .value-price {
        background-color: #19436b;
        color: #ffc107;
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .room-card .price .tariff-price {
        background-color: #00152a;
        color: white;
        font-size: 10px;
        text-align: center;
    }
    .room-card .card-title {
        font-size: 14px;
        color: #19436b;
    }
.room-card .card-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-bg-normal {
    color: #fff !important;
    background-color: #19436b !important;
}
    .announce-description {
        color: #ffffff;
        font-size: 14px;
    }
.green-bg {
    background-color: #8fbf0e;
}
.border-2-white {
    border:2px solid #ffffff; 
}

.recent-post h5, .pub-record h5, .division-item h5 {
    font-size: 12px;
    margin-bottom: 0;
}
.recent-post p {
    font-size: 12px;
    margin-bottom: 0;
}
.recent-post i, .recent-post a, .recent-post .date-post, .pub-record .date-post, .pub-record i {
    font-size: 10px;
    color: #9f9f9f;
}
.pub-record .card-footer > div, .service-item .card-footer > div {
    border-top: 1px solid #7153d9;
}
.charter-post {
    font-size: 10px;
    color: #7153d9;
    text-transform: uppercase;
    font-weight: normal;
}
.link-details {
    font-size: 10px;
    color: #7153d9;
    font-weight: normal;
    text-decoration: none;
   
}
div.link-details {
    border-top: 1px solid #7153d9;
}
footer {
    border-top: 3px #00152a solid;
    background-color: #19436b;
    position: relative;
    overflow: hidden;
}


footer .logo span {
    position: relative;
    left: -21px;
    bottom: 4px;
    font-size: 20px;
    line-height: 22px;
    font-weight:bold;
}
footer .footer-content .row {
    z-index:10;
    position:relative;
}
    footer .footer-content:before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(134deg);
        background: #a6a6a624;
        z-index: 0;
        width: 200px;
        height: 272px;
        border-radius: 20px;
        top: -120px;
        right: 0px;
    }
    footer .footer-content:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(134deg);
        background: #235380;
        z-index: 0;
        width: 400px;
        height: 400px;
        border-radius: 20px;
        top: 125px;
        left: -265px;
    }
    footer .login-form {
        padding-top: 10px;
    }


    footer .text-footer {
        color: #0d99a9;
    }
    footer .copyright {
        background-color: #00152a;
        font-size: 10px;
        color: #ffffff;
        z-index: 9999;
        position: relative;
    }
    .logo-footer {
        padding-bottom: 5px;
    }


.announce-data {
    border-left: 3px solid #7153d9;
    color: #7153d9;
    padding: 10px;
}
.announces .card.pub-record {
    background-color:transparent;
}
footer .announces .card.pub-record h5 {
    font-size: 14px;
}

footer .announces .post-url a {
    font-size: 12px;
}

footer .announces .card.pub-record .post-announce, footer .announces .card.pub-record .date-post, footer .announces .card.pub-record .date-post i {
    color: #898989;
    font-size: 12px;
}
.logo-footer img {
    /*filter: invert(70%) sepia(99%) saturate(583%) hue-rotate(349deg) brightness(120%) contrast(72%);*/
}


footer h5.area-title {
    color: #ffffff;
    
    text-transform: uppercase;
    font-size: 14px;
}
    .h1-title-divide {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 3px;
        border: 1px solid #ffffff;
        background-color: #006738;
    }

    h1-title-divide-fray {
        height: 1px;
        border: 1px solid #ffffff;
        background-color: #cacaca;
    }

.img-page-title {
    background-position: center;
    background-size: cover;
    padding: 280px 0 40px;
    position: relative;
   z-index:0;
}
    .img-page-title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        background-image: linear-gradient(to top, rgba(0, 0, 0, .4), transparent);
        z-index: -1;
    }

.titul-img>img {
    position: relative;
    top: -30px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    z-index:4;
}
.service-item>.card {
    border-top: 4px solid #0d99a9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.service-item .badge.service-price {
    background-color: #7153d9;
}
.service-item h5 {
    font-size:12px;
}
.service-item .service-description {
    font-size: 12px;
    color:#707070;
}
.finding-list h2 {
    font-size: 14px;
    color:#000000;
    margin-bottom:0px;
}
.finding-list .finding-description {
    font-size: 12px;
    color: #707070;
    margin-bottom: 0px;
}
.finding-list .link{
    border-top: 1px solid #707070;
}
.finding-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 10px;
    color: blueviolet;
    margin-bottom: 0px;
}
.finding-breadcrumb .breadcrumb-item + .finding-breadcrumb .breadcrumb-item::before {
    padding-right:1px;
}
.announce {
    border-left: 4px solid rgb(251, 211, 75);
    color: #979797;
    font-family: 'Roboto Condensed', sans-serif;
}
    .outline-black {
        text-shadow: #000 1px 0 0px, #000 0 1px 0px, #000 -1px 0 0px, #000 0 -1px 0px;
    }

    h2.title {
        font-family: rabbit, sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 20px;
        line-height: normal;
    }

    .title-divide {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: 0px;
        border: 1px solid #000000;
    }

    h4.title {
        font-family: rabbit, sans-serif;
        font-size: 30px;
    }

    footer h4 {
        font-family: rabbit, sans-serif;
        font-size: 30px;
    }

    .login {
        background-image: url(/images/login.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }

    .error {
        background-image: url(/images/error.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }

    .forgot-password {
        background-image: url(/images/password.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
    }



    .img-heading {
        border-radius: 50%;
        height: 200px;
        width: 200px;
        position: relative;
        text-align: center;
        display: inline-block;
        background: #fff;
        margin-top: -110px;
        z-index: 0;
    }

    .img-heading:before {
        content: '';
        border-radius: 50%;
        position: absolute;
        top: 10px;
        z-index: -1;
        left: 10px;
        bottom: 10px;
        right: 10px;
        margin: 0 auto;
        border-top: 1px solid #979797;
        border-left: 1px solid #979797;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .announce-title {
        color: #006738;
        text-transform: uppercase;
        font-size: 16px;
        line-height: normal;
    }

    .announce-description {
        color: #505050;
        font-size: 14px;
        line-height: normal;
    }

    .img-circle {
        border-radius: 50%;
    }

    .divider-custom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quote-modern .quote-header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quote-modern .quote-header:before, .quote-modern .quote-header:after {
        border-color: #d1d1d1;
    }

    .divider-custom:before, .divider-custom:after {
        width: 100%;
        content: "";
        display: inline-block;
        border-top: 1px solid #f2f3f8;
    }

    .quote-modern .quote-footer {
        position: relative;
        padding: 30px 15px 15px;
        border-top: 1px solid #d1d1d1;
        color: #9b9b9b;
        font-weight: 700;
    }

    .quote-modern .quote-footer:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 18px 0 18px;
        border-color: #fff transparent transparent transparent;
    }

    .quote-modern .quote-footer:before {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 18px 0 18px;
        border-color: #d1d1d1 transparent transparent transparent;
    }

    .post-blog-modern {
        display: flex;
    }

    .post-blog-modern-top {
        flex: 30%;
        margin-bottom: 14px;
        text-align: center;
    }

    .post-blog-modern .unit {
        display: inline-flex;
    }

    .unit {
        margin-bottom: -15px;
        margin-left: -30px;
        display: flex;
        flex: 0 1 100%;
    }

    .unit > * {
        margin-bottom: 15px;
        margin-left: 30px;
    }

    .unit-left, .unit-right {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .post-blog-modern .post-author-img {
        position: relative;
        z-index: 1;
    }

    .post-blog-modern .post-author-img:before {
        position: absolute;
        top: 50px;
        left: 100%;
        height: 1px;
        width: 300px;
        background-color: #cacaca;
        z-index: -1;
    }

    h4.post-title a {
        color: #006738;
        text-transform: uppercase;
        font-size: 16px;
    }

    .post-blog-comments {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #eaeaea;
        color: #808080;
    }

    .post-blog-comments i {
        color: #808080;
    }

    .img-gallery img {
        cursor: pointer;
    }

    .line {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        position: relative;
        border: 1px solid transparent;
    }

    .line:after {
        content: '';
        display: block;
        width: 92%;
        height: 1px;
        background-color: #cacaca;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        z-index: 0;
    }



    .line span {
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        padding: 0px 10px;
    }

    .semitransparent {
        background-image: url(/images/semitransparent.png);
        background-repeat: repeat;
    }

   

    .content-area .nav-tabs {
        border-bottom: none;
    }

    .content-area .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-bottom: none;
        border-color: #dee2e6 #dee2e6;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        background-color: #252525;
        color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .content-area .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #ffffff;
        background-color: #0089cb;
        border-color: #dee2e6 #dee2e6;
    }


    .top-tabbed .nav-tabs > a {
        position: relative;
    }

    .top-tabbed .nav-tabs > a.active.active:after {
        bottom: -8px;
    }

    .top-tabbed .nav-tabs > a.active:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -8.5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 8.5px 0 8.5px;
        border-color: #0089cb transparent transparent transparent;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
    }

    .under-tab {
        background-color: #0066ad;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 20px;
       
    }



    .dark-background {
        background-color: #004e84;
    }
.adv .title-block-orange > h4 {
    position: relative;
    z-index: 9999;
}
.adv .title-block-orange > img {
    top: -39px;
    z-index: 1;
}
.status {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.price {
    text-align:right;
    font-size:30px;
    font-weight:bold;
}
.waitdiv.bkg-disabled {
    position: fixed;
    z-index: 999999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-color: transparent;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.waitdiv.status {
    padding-bottom: 90px;
    text-align: center;
    vertical-align: middle;
    padding-top: 50px;
    background-color: #ebebeb;
    width: 300px;
    height: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}

.modal-backdrop {
    background-color: transparent;
}

.owl-carousel img {
    cursor: pointer;
}
.job-feed-list .job-title {
    font-size: 14px;
    font-weight:bold;
    color: #000000;
    text-decoration:none;
}
.job-title .icomoon-icon-arrow-down-2 {
    display: inline-block;
}

.job-title .icomoon-icon-arrow-right-3 {
    display: none;
}
.job-title.collapsed .icomoon-icon-arrow-down-2 {
    display: none;
}
.job-title.collapsed .icomoon-icon-arrow-right-3 {
    display: inline-block;
}
.social-link {
    border-radius: 50%;
    border: 1px solid #000000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.s-10 {
    font-size:10px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    header .header-content {
        font-size: 11px;
    }
    .title-div {
        margin-top:90px;
        font-size:20px;
    }
        .title-div .announce {
            font-size: 12px;
        }
    body.on-bkg {
        
        background-position-y: 90px;
    }
    .image-title-block {
        position: relative;
        margin-top: 100px;
    }
    .room-card .price {
        width: 70px;
        position: absolute;
        margin-top: 85px;
        margin-left: -110px;
    }
    header .phone-name, footer .phone-name {
        color: #ffffff;
        font-size: 10px;
    }

    header .phone-number {
        color: #ffc107;
        font-size: 12px;
        font-weight: bold;
    }

    .top-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        padding: 0;
        z-index: 1000;
        background-color: #19436b;
    }

    .language-nav {
        margin-left:70px;
    }

    .language-nav .nav-item a.nav-link {
        color: #ffffff;
    }
        .language-nav .nav-item a.nav-link.active {
            color: #ffffff;
            text-decoration: underline;
            font-weight: bold;
        }
        .top-menu .dropdown-menu {
            width: unset;
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            --bs-dropdown-box-shadow: none;
        }

        .top-menu .navbar-toggler:focus {
            box-shadow: none;
        }
       
        .top-menu .rg-name {
            line-height:10px;
            font-size: 8px;
          
        }
        .top-menu .navbar-brand {
            padding-top: 40px;
        }
        .top-menu #navbarSupportedContent {
            background-color: #0d99a9;
            border: 1px solid #ffffff;
            border-radius: 0.25rem;
        }

    .navbar-toggler {
        border-color: #ffffff;
    }

        .navbar-toggler i {
            color: #ffffff;
        }

    .company-name {
        font-size: 20px;
        font-weight: bold;
    }

    .navbar-brand {
        z-index:9999999;
        padding-top:5px;
        padding-left:5px;
    }



    .navbar-brand img {
        width:65px;
    }

    .navbar-brand .menu-main .icon {
        font-size: 35px;
    }
    #mapData {
        height: calc(100vw)
    }
    .titul-slider {
        display:none;
    }

        .titul-slider .slider-content {
            z-index: 5;
        }

            .titul-slider .slider-content .slide-title {
                font-size: 20px;
                padding-bottom: 10px;
                line-height: normal;
            }

        .titul-slider .slide-subtitle {
            font-size: 12px;
        }

        .titul-slider .slider-content .slide-description {
            padding-left: 0px;
            padding-right: 80px;
            font-size: 12px;
        }

        .titul-slider .slider-top-image {
            position: relative;
            z-index: 5;
            top: -80px;
        }



            .titul-slider .slider-top-image .img1 {
                border-radius: 20px !important;
                box-shadow: 0 1rem 2rem rgb(182 236 242) !important;
            }

            .titul-slider .slider-top-image .img2 {
                content: "";
                position: absolute;
                background: #f2f5fb;
                z-index: -1;
                width: 150px;
                height: 150px;
                border-radius: 20px;
                top: 80%;
                right: 60%;
                background-size: cover;
                box-shadow: 0 1rem 1rem #ffffff !important;
            }

        .titul-slider .slide-url {
            padding-top: 10px;
        }
    .titul-block:after, .titul-block:before {
        display: none;
    }
    .testimonial-record {
        margin-top: 25px;
    }
    .testimonials-feed .client-foto {
        position: absolute;
        top: -35px;
        left: 9px;
        width: 70px;
    }
    .testimonials-announces {
        
        position: relative;
    }

        .testimonials-announces > .container {
            background-color: #19436b;
            position: relative;
            border-radius: 20px 0px 0px 20px;
            background-image: url(/images/testimonials.png);
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: 140px;
            z-index: 10;
        }

        .testimonials-announces .testimonials-icon {
            position: absolute;
            right: 0px;
            top: -70px;
            text-align: right;
            z-index: 99999;
        }

        .testimonials-announces i {
            font-size: 175px;
        }

        .testimonials-announces:after {
            content: "";
            position: absolute;
            background-color: #0d99a9;
            z-index: -1;
            width: calc(20vw);
            height: calc(15vw);
            height: -webkit-calc(15vw);
            right: 0;
            top: 0;
        }

    .contacts {
        font-size: 14px;
        padding-left: 0;
    }

        .contacts i {
            font-size: 20px;
        }

        .contacts .social-links img {
            width: 75%;
        }

        .contacts .social-links li {
            float: left;
            padding-right: 0px;
        }

    .page-title {
        background:none;
        text-align:center;
    }
        .page-title h1 {
            background: none;
        }
        .page-title h1.title {
            font-size: 20px;
            background: none  ;
        }
    
    .img-heading {
        height: 170px;
        width: 170px;
        margin-top: -70px;
    }



    .company-name {
        font-size: 20px;
        font-weight: bold;
    }



    .card.slider-promo .card-body .card-text {
        font-size: 11px;
    }

    .page-announce, .page-text {
        color: #707070;
        font-size: 12px;
    }
    .division-item h5 {
        font-size: 10px;
        margin-bottom: 0;
    }
    .picto {
        max-width: 50px;
        top: 66px;
        left: 35%;
    }

    .promo-panel {
        padding-top: 50px;
        
    }
        .promo-panel:before {
            content: "";
            position: absolute;
            -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
            background: #f2f5fb;
            z-index: -1;
            width: 309px;
            height: 82px;
            border-radius: 20px;
            top: 110px;
            left: -83px;
        }

        .promo-panel:after {
            content: "";
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #b6ecf2;
            z-index: -1;
            width: 300px;
            height: 150px;
            border-radius: 20px;
            top: 150px;
            left: -100px;
        }
    h1.titul-page {
        font-size: 20px;
        font-weight:bold;
    }

    .normal-text {
        font-size: 12px;
    }
    .announsed-memo, .announsed-memo i {
        color: #999999;
        font-size: 12px;
    }
    .lc-slider-title {
        font-size:12px;
    }
    .lc-slider-category, .lc-slider-dlg {
        font-size: .875em;
       
    }

    .card-text-clamp {
        display: -webkit-box; /* включаем flex-контейнер */
        -webkit-line-clamp: 3;
        line-height: 1.4em;
        height: calc(1.4em * 3); /* 3 строки */
        overflow: hidden;
       
    }
    .body-content {
        padding-left:0;
        padding-right:0;
    }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-height: 575.98px) and (orientation: landscape) {
    .container {
        max-width:100%;
    }
    header .header-content {
        font-size: 11px;
    }

    header .phone-name, footer .phone-name {
        color: #707070;
        font-size: 10px;
    }

    header .phone-number {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .top-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        padding: 0;
        z-index: 1000;
        background-color: #0d99a9;
    }

    .language-nav {
        margin-left: 70px;
    }

        .language-nav .nav-item a.nav-link {
            color: #ffffff;
        }

            .language-nav .nav-item a.nav-link.active {
                color: #ffffff;
                text-decoration: underline;
                font-weight: bold;
            }

    .top-menu .dropdown-menu {
        width: unset;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        --bs-dropdown-box-shadow: none;
    }

    .top-menu .navbar-toggler:focus {
        box-shadow: none;
    }

    .top-menu img {
        height: 60px;
    }

    .top-menu .rg-name {
        color: #ffffff;
        font-size: 12px;
        padding-left: 65px;
    }

    .top-menu .navbar-brand {
        padding-top: 40px;
    }

    .top-menu #navbarSupportedContent {
        background-color: #0d99a9;
        border: 1px solid #ffffff;
        border-radius: 0.25rem;
    }

    .navbar-toggler {
        border-color: #ffffff;
    }

        .navbar-toggler i {
            color: #ffffff;
        }

    .company-name {
        font-size: 20px;
        font-weight: bold;
    }

    .navbar-brand {
        z-index: 9999999;
        padding-top: 5px;
        padding-left: 5px;
    }



        .navbar-brand img {
            width: 65px;
        }

        .navbar-brand .menu-main .icon {
            font-size: 35px;
        }

    #mapData {
        height: calc(100vw)
    }
    .titul-block:after, .titul-block:before {
        display: none;
    }
    .titul-slider {
        display: none;
    }

        .titul-slider .slider-content {
            z-index: 5;
        }

            .titul-slider .slider-content .slide-title {
                font-size: 20px;
                padding-bottom: 10px;
                line-height: normal;
            }

        .titul-slider .slide-subtitle {
            font-size: 12px;
        }

        .titul-slider .slider-content .slide-description {
            padding-left: 0px;
            padding-right: 80px;
            font-size: 12px;
        }

        .titul-slider .slider-top-image {
            position: relative;
            z-index: 5;
            top: -80px;
        }



            .titul-slider .slider-top-image .img1 {
                border-radius: 20px !important;
                box-shadow: 0 1rem 2rem rgb(182 236 242) !important;
            }

            .titul-slider .slider-top-image .img2 {
                content: "";
                position: absolute;
                background: #f2f5fb;
                z-index: -1;
                width: 150px;
                height: 150px;
                border-radius: 20px;
                top: 80%;
                right: 60%;
                background-size: cover;
                box-shadow: 0 1rem 1rem #ffffff !important;
            }

        .titul-slider .slide-url {
            padding-top: 10px;
        }

    .titul-block:after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #b6ecf2;
        z-index: 0;
        width: 250px;
        height: 250px;
        border-radius: 20px;
        right: 40px;
        top: 100px;
    }
    .testimonials-feed .client-foto {
        position: absolute;
        top: -35px;
        left: 9px;
        width: 70px;
    }
    .testimonials-announces {
        position: relative;
    }

        .testimonials-announces > .container {
            background-color: #0d99a9;
            position: relative;
            border-radius: 20px 0px 0px 20px;
            background-image: url(/images/testimonials.png);
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: 140px;
            z-index: 10;
        }

        .testimonials-announces .testimonials-icon {
            position: absolute;
            right: 0px;
            top: -70px;
            text-align: right;
            z-index: 99999;
        }

        .testimonials-announces i {
            font-size: 175px;
        }

        .testimonials-announces:after {
            content: "";
            position: absolute;
            background-color: #0d99a9;
            z-index: -1;
            width: calc(20vw);
            height: calc(15vw);
            height: -webkit-calc(15vw);
            right: 0;
            top: 0;
        }

    .contacts {
        font-size: 14px;
        padding-left: 0;
    }

        .contacts i {
            font-size: 20px;
        }

        .contacts .social-links img {
            width: 75%;
        }

        .contacts .social-links li {
            float: left;
            padding-right: 0px;
        }

    .page-title {
        padding-top: 55px;
    }

        .page-title h1.title {
            font-size: 30px;
        }

    .img-heading {
        height: 170px;
        width: 170px;
        margin-top: -70px;
    }



    .company-name {
        font-size: 20px;
        font-weight: bold;
    }



    .card.slider-promo .card-body .card-text {
        font-size: 11px;
    }

    .page-announce, .page-text {
        color: #707070;
        font-size: 12px;
    }

    .division-item h5 {
        font-size: 10px;
        margin-bottom: 0;
    }

    .picto {
        max-width: 50px;
        top: 66px;
        left: 35%;
    }

    .promo-panel {
        padding-top: 50px;
    }

        .promo-panel:before {
            content: "";
            position: absolute;
            -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
            background: #f2f5fb;
            z-index: -1;
            width: 309px;
            height: 82px;
            border-radius: 20px;
            top: 110px;
            left: -83px;
        }

        .promo-panel:after {
            content: "";
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #b6ecf2;
            z-index: -1;
            width: 300px;
            height: 150px;
            border-radius: 20px;
            top: 150px;
            left: -100px;
        }

    h1.titul-page {
        font-size: 20px;
        font-weight: bold;
    }

    .normal-text {
        font-size: 12px;
    }

    .announsed-memo, .announsed-memo i {
        color: #999999;
        font-size: 12px;
    }

    .lc-slider-title {
        font-size: 12px;
    }

    .lc-slider-category, .lc-slider-dlg {
        font-size: .875em;
    }


}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width:100%;
    }
    .body-content {
        font-size:13px;
    }
    header .header-content {
        font-size: 11px;
    }
    .top-menu .rg-name {
        line-height: 10px;
        font-size: 8px;
    }
    header .phone-name, footer .phone-name {
        color: #ffffff;
        font-size: 10px;
    }
    header .phone-number {
        color: #ffc107;
        font-size: 13px;
        font-weight: bold;
    }
    .top-titul-block {
        margin-top: 50px;
    }
    .image-title-block img {
        position: relative;
        top: 10px;
    }
        .top-menu {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
        }

            .top-menu .navbar-brand {
                padding-top: 70px;
            }

            .top-menu #navbarSupportedContent {
                background-color: #0d99a9;
                border: 1px solid #ffffff;
                border-radius: 0.25rem;
            }

        .navbar-toggler {
            border-color: #ffffff;
        }

            .navbar-toggler i {
                color: #ffffff;
            }

        .company-name {
            font-size: 20px;
            font-weight: bold;
        }

    .top-menu {
        padding: 0;
        z-index: 1000;
        background-color: #19436b;
    }

            .top-menu .dropdown-menu {
                width: unset;
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                --bs-dropdown-box-shadow: none;
            }

            .top-menu .navbar-toggler:focus {
                box-shadow: none;
            }

        .navbar-brand span {
            color: #ffffff;
            padding-left: 100px;
            font-size: 15px;
        }

        navbar-brand .menu-main .icon {
            font-size: 35px;
        }

        .titul-slider {
            height: 300px;
        }

            .titul-slider .slider-content {
                z-index: 5;
            }

                .titul-slider .slider-content .slide-title {
                    font-size: 20px;
                    padding-bottom: 10px;
                    line-height: normal;
                }

            .titul-slider .slide-subtitle {
                font-size: 12px;
            }

            .titul-slider .slider-content .slide-description {
                padding-left: 0px;
                padding-right: 80px;
                font-size: 12px;
            }

            .titul-slider .slider-top-image {
                position: relative;
                z-index: 5;
                top: -80px;
            }



                .titul-slider .slider-top-image .img1 {
                    border-radius: 20px !important;
                    box-shadow: 0 1rem 2rem rgb(182 236 242) !important;
                }

                .titul-slider .slider-top-image .img2 {
                    content: "";
                    position: absolute;
                    background: #f2f5fb;
                    z-index: -1;
                    width: 150px;
                    height: 150px;
                    border-radius: 20px;
                    top: 80%;
                    right: 60%;
                    background-size: cover;
                    box-shadow: 0 1rem 1rem #ffffff !important;
                }

            .titul-slider .slide-url {
                padding-top: 10px;
            }

        .testimonials-announces {
            position: relative;
        }

            .testimonials-announces > .container {
                background-color: #0d99a9;
                position: relative;
                border-radius: 20px 0px 0px 20px;
                background-image: url(/images/testimonials.png);
                background-repeat: no-repeat;
                background-position-x: right;
                background-size: 140px;
                z-index: 10;
            }

            .testimonials-announces .testimonials-icon {
                position: absolute;
                right: 0px;
                top: -70px;
                text-align: right;
                z-index: 99999;
            }

            .testimonials-announces i {
                font-size: 175px;
            }

            .testimonials-announces:after {
                content: "";
                position: absolute;
                background-color: #0d99a9;
                z-index: -1;
                width: calc(20vw);
                height: 100%;
                right: 0;
                top: 0;
            }

        .contacts {
            font-size: 14px;
            padding-left: 0;
        }

            .contacts i {
                font-size: 20px;
            }

            .contacts .social-links img {
                width: 75%;
            }

            .contacts .social-links li {
                float: left;
                padding-right: 0px;
            }

        .page-title {
            padding-top: 55px;
        }

            .page-title h1.title {
                font-size: 30px;
            }

        .img-heading {
            height: 170px;
            width: 170px;
            margin-top: -70px;
        }



        .company-name {
            font-size: 20px;
            font-weight: bold;
        }



        .card.slider-promo .card-body .card-text {
            font-size: 11px;
        }

        .page-announce, .page-text {
            color: #707070;
            font-size: 14px;
        }

        .picto {
            max-width: 50px;
            top: 97px;
            left: 40%;
        }

        .promo-panel {
            padding-top: 50px;
            padding-left: 0;
            padding-right: 0;
        }

        h1 {
            font-size: 16px;
        }

        .normal-text {
            font-size: 12px;
        }

        .announsed-memo, .announsed-memo i {
            color: #999999;
            font-size: 12px;
        }
    }


    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) and (max-width: 991.98px) {
        .container {
            width: 100%;
            max-width:100%;
        }
        header .header-content {
            font-size: 11px;
        }

        h1.titul-page {
            font-size: 25px;
        }

        header .phone-name, footer .phone-name {
            color: #ffffff;
            font-size: 10px;
        }

        header .phone-number {
            color: #ffc107;
            font-size: 13px;
            font-weight: bold;
        }

        .top-menu {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
        }

            .top-menu .navbar-brand {
                padding-top: 40px;
            }

            .top-menu #navbarSupportedContent {
                background-color: #0d99a9;
                border: 1px solid #ffffff;
                border-radius: 0.25rem;
            }

        .navbar-toggler {
            border-color: #ffffff;
        }

            .navbar-toggler i {
                color: #ffffff;
            }

        .company-name {
            font-size: 20px;
            font-weight: bold;
        }
        .top-titul-block {
            margin-top:50px;
        }
        .top-menu {
            padding: 0;
            z-index: 1000;
            background-color: #19436b;
        }

            .top-menu .dropdown-menu {
                width: unset;
                border: none;
                box-shadow: none;
                -webkit-box-shadow: none;
                --bs-dropdown-box-shadow: none;
            }

            .top-menu .navbar-toggler:focus {
                box-shadow: none;
            }

        .navbar-brand span {
            color: #ffffff;
            padding-left: 100px;
            font-size: 15px;
        }

        navbar-brand .menu-main .icon {
            font-size: 35px;
        }
        .image-title-block img {
            
            top: 10px;
        }
        .titul-slider {
            height: 400px;
        }

            .titul-slider .slider-content {
                z-index: 5;
            }

                .titul-slider .slider-content .slide-title {
                    font-size: 30px;
                    padding-bottom: 10px;
                    line-height: normal;
                }

                .titul-slider .slider-content .slide-description {
                    padding-left: 0px;
                    padding-right: 80px;
                    font-size: 14px;
                }

            .titul-slider .slider-top-image {
                position: relative;
                z-index: 5;
                top: -80px;
            }



                .titul-slider .slider-top-image .img1 {
                    border-radius: 20px !important;
                    box-shadow: 0 1rem 2rem rgb(182 236 242) !important;
                }

                .titul-slider .slider-top-image .img2 {
                    content: "";
                    position: absolute;
                    background: #f2f5fb;
                    z-index: -1;
                    width: 200px;
                    height: 200px;
                    border-radius: 20px;
                    top: 75%;
                    right: 75%;
                    background-size: cover;
                    box-shadow: 0 1rem 1rem #ffffff !important;
                }

        .testimonials-announces {
            height: calc(15vw);
            height: -webkit-calc(15vw);
            position: relative;
        }

            .testimonials-announces > .container {
                background-color: #19436b;
                position: relative;
                border-radius: 20px 0px 0px 20px;
                
                background-image: url(/images/testimonials.png);
                background-repeat: no-repeat;
                background-position-x: right;
                background-size: 140px;
                z-index: 10;
            }

            .testimonials-announces .testimonials-icon {
                position: absolute;
                right: 0px;
                top: -70px;
                text-align: right;
                z-index: 99999;
            }

            .testimonials-announces i {
                font-size: 175px;
            }

            .testimonials-announces:after {
                content: "";
                position: absolute;
                background-color: #0d99a9;
                z-index: -1;
                width: calc(20vw);
                height: calc(15vw);
                height: -webkit-calc(15vw);
                right: 0;
                top: 0;
            }

        .contacts {
            font-size: 14px;
            padding-left: 0;
        }

            .contacts i {
                font-size: 20px;
            }

            .contacts .social-links img {
                width: 75%;
            }

            .contacts .social-links li {
                float: left;
                padding-right: 0px;
            }

        .page-title {
            padding-top: 55px;
        }

            .page-title h1.title {
                font-size: 30px;
            }

        .img-heading {
            height: 170px;
            width: 170px;
            margin-top: -70px;
        }



        .company-name {
            font-size: 20px;
            font-weight: bold;
        }



        .card.slider-promo .card-body .card-text {
            font-size: 11px;
        }

        .page-announce, .page-text {
            color: #707070;
            font-size: 14px;
        }

        .picto {
            max-width: 50px;
            top: 97px;
            left: 40%;
        }

        .announsed-memo, .announsed-memo i {
            color: #999999;
            font-size: 12px;
        }
    }

    /* Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) and (max-width: 1199.98px) {
        .titul-slider {
            height: 400px;
        }

            .titul-slider .slider-content {
                z-index: 5;
            }

            .titul-slider .slider-top-image {
                position: relative;
                z-index: 5;
            }

                .titul-slider .slider-top-image .img1 {
                    border-radius: 20px !important;
                    box-shadow: 0 4px 9px rgb(25 67 107) !important;
                }

                .titul-slider .slider-top-image .img2 {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    width: 200px;
                    height: 200px;
                    border-radius: 20px;
                    top: 75%;
                    right: 75%;
                    box-shadow: 0 1rem 1rem #ffffff !important;
                }

        .contacts {
            font-size: 14px;
        }

            .contacts i {
                font-size: 25px;
            }

        .page-title {
            padding-top: 60px;
        }
        .image-title-block img {
            position: relative;
            top: -40px;
        }
        .post-blog-modern-top {
            margin-bottom: 0;
            padding: 0 50px;
        }

        .post-blog-modern .post-author-img:before {
            content: '';
            width: 50px;
        }

        .post-blog-modern-comments, .post-blog-modern-views {
            display: inline-block;
            line-height: 1.2;
        }

        .top-menu #navbarSupportedContent {
            background-color: #19436b;
        }

        .company-name {
            font-size: 20px;
            font-weight: bold;
        }

        .top-menu {
            padding: 0;
            z-index: 1000;
        }

            .top-menu .dropdown-menu {
                width: unset;
            }

        .navbar-light .navbar-nav .nav-link {
            color: #ffffff;
        }

        .menu-main .icon {
            font-size: 35px;
        }

        .page-announce, .page-text {
            color: #707070;
            font-size: 14px;
        }

        .content-area {
            margin-top: 100px;
        }

        .card.slider-promo .card-body .card-text {
            font-size: 11px;
        }

        .testimonials-feed .client-foto {
            position: absolute;
            top: -75px;
            left: 25%;
            width: 50%;
        }

        .testimonial-record {
            padding-top: 75px;
        }

            .testimonial-record .card-body {
                padding-top: 75px;
            }

        .picto {
            max-width: 60px;
            top: 80px;
            left: 35%;
        }

        .testimonials-announces {
            height: calc(15vw);
            height: -webkit-calc(15vw);
            position: relative;
        }

        .row-testimonials .title h2 {
            padding-bottom: 30px;
        }

        .testimonials-announces > .container {
            background-color: #19436b;
            position: relative;
            border-radius: 20px 0px 0px 20px;
            height: calc(15vw);
            height: -webkit-calc(15vw);
            background-image: url(/images/testimonials.png);
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: 210px;
            z-index: 10;
        }

        .testimonials-announces .testimonials-icon {
            position: absolute;
            right: 0px;
            top: -70px;
            text-align: right;
            z-index: 99999;
        }

        .testimonials-announces i {
            font-size: 175px;
        }

        .testimonials-announces:after {
            content: "";
            position: absolute;
            background-color: #19436b;
            z-index: -1;
            width: calc(20vw);
            height: calc(15vw);
            height: -webkit-calc(15vw);
            right: 0;
            top: 0;
        }

        .announsed-memo, .announsed-memo i, h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
        }

        h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
            text-transform: none;
            font-weight: normal;
        }
    }
    /* large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        .titul-slider {
            height: 400px;
        }

            .titul-slider .slider-content {
                z-index: 5;
            }

            .titul-slider .slider-top-image {
                position: relative;
                z-index: 5;
            }

                .titul-slider .slider-top-image .img1 {
                    border-radius: 20px !important;
                    box-shadow: 0 4px 9px rgb(25 67 107) !important;
                }

                .titul-slider .slider-top-image .img2 {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    width: 200px;
                    height: 200px;
                    border-radius: 20px;
                    top: 75%;
                    right: 75%;
                    box-shadow: 0 1rem 1rem #ffffff !important;
                }

        .contacts {
            font-size: 14px;
        }

            .contacts i {
                font-size: 25px;
            }

        .page-title {
            padding-top: 60px;
        }

        .post-blog-modern-top {
            margin-bottom: 0;
            padding: 0 50px;
        }

        .post-blog-modern .post-author-img:before {
            content: '';
            width: 50px;
        }

        .post-blog-modern-comments, .post-blog-modern-views {
            display: inline-block;
            line-height: 1.2;
        }

        .top-menu #navbarSupportedContent {
            background-color: #19436b;
        }

        .company-name {
            font-size: 20px;
            font-weight: bold;
        }

        .top-menu {
            padding: 0;
            z-index: 1000;
        }

            .top-menu .dropdown-menu {
                width: unset;
            }

        .navbar-light .navbar-nav .nav-link {
            color: #ffffff;
        }

        .menu-main .icon {
            font-size: 35px;
        }

        .page-announce, .page-text {
            color: #707070;
            font-size: 14px;
        }

        .content-area {
            margin-top: 100px;
        }

        .card.slider-promo .card-body .card-text {
            font-size: 11px;
        }

        .testimonials-feed .client-foto {
            position: absolute;
            top: -75px;
            left: 25%;
            width: 50%;
        }

        .testimonial-record {
            padding-top: 75px;
        }

            .testimonial-record .card-body {
                padding-top: 75px;
            }

        .picto {
            max-width: 60px;
            top: 80px;
            left: 35%;
        }

        .testimonials-announces {
            height: calc(15vw);
            height: -webkit-calc(15vw);
            position: relative;
        }

        .row-testimonials .title h2 {
            padding-bottom: 30px;
        }

        .testimonials-announces > .container {
            background-color: #19436b;
            position: relative;
            border-radius: 20px 0px 0px 20px;
            height: calc(15vw);
            height: -webkit-calc(15vw);
            background-image: url(/images/testimonials.png);
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: 210px;
            z-index: 10;
        }

        .testimonials-announces .testimonials-icon {
            position: absolute;
            right: 0px;
            top: -70px;
            text-align: right;
            z-index: 99999;
        }

        .testimonials-announces i {
            font-size: 175px;
        }

        .testimonials-announces:after {
            content: "";
            position: absolute;
            background-color: #19436b;
            z-index: -1;
            width: calc(20vw);
            height: calc(15vw);
            height: -webkit-calc(15vw);
            right: 0;
            top: 0;
        }

        .announsed-memo, .announsed-memo i, h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
        }

        h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
            text-transform: none;
            font-weight: normal;
        }
    }
    /* Extra large devices (large desktops, 1400px and up)*/
    @media (min-width: 1400px) {
        .titul-slider {
            height: 400px;
        }

            .titul-slider .slider-content {
                z-index: 5;
            }

            .titul-slider .slider-top-image {
                position: relative;
                z-index: 5;
            }

                .titul-slider .slider-top-image .img1 {
                    border-radius: 20px !important;
                    box-shadow: 0 4px 9px rgb(25 67 107) !important;
                }

                .titul-slider .slider-top-image .img2 {
                    content: "";
                    position: absolute;
                    z-index: -1;
                    width: 200px;
                    height: 200px;
                    border-radius: 20px;
                    top: 75%;
                    right: 75%;
                    box-shadow: 0 1rem 1rem #ffffff !important;
                }

        .contacts {
            font-size: 14px;
        }

            .contacts i {
                font-size: 25px;
            }

        .page-title {
            padding-top: 60px;
        }

        .post-blog-modern-top {
            margin-bottom: 0;
            padding: 0 50px;
        }

        .post-blog-modern .post-author-img:before {
            content: '';
            width: 50px;
        }

        .post-blog-modern-comments, .post-blog-modern-views {
            display: inline-block;
            line-height: 1.2;
        }

        .top-menu #navbarSupportedContent {
            background-color: #19436b;
            
        }

        .company-name {
            font-size: 20px;
            font-weight: bold;
        }

        .top-menu {
            padding: 0;
            z-index: 1000;
        }

            .top-menu .dropdown-menu {
                width: unset;
            }

        .navbar-light .navbar-nav .nav-link {
            color: #ffffff;
        }

        .menu-main .icon {
            font-size: 35px;
        }

        .page-announce, .page-text {
            color: #707070;
            font-size: 14px;
        }

        .content-area {
            margin-top: 100px;
        }

        .card.slider-promo .card-body .card-text {
            font-size: 11px;
        }

        .testimonials-feed .client-foto {
            position: absolute;
            top: -75px;
            left: 25%;
            width:50%;
        }

        .testimonial-record {
            padding-top: 75px;
        }

            .testimonial-record .card-body {
                padding-top: 75px;
            }

        .picto {
            max-width: 60px;
            top: 80px;
            left: 35%;
        }

        .testimonials-announces {
            height: calc(15vw);
            height: -webkit-calc(15vw);
            position: relative;
        }

        .row-testimonials .title h2 {
            padding-bottom: 30px;
        }

        .testimonials-announces > .container {
            background-color: #19436b;
            position: relative;
            border-radius: 20px 0px 0px 20px;
            height: calc(15vw);
            height: -webkit-calc(15vw);
            background-image: url(/images/testimonials.png);
            background-repeat: no-repeat;
            background-position-x: right;
            background-size: 210px;
            z-index: 10;
        }

        .testimonials-announces .testimonials-icon {
            position: absolute;
            right: 0px;
            top: -70px;
            text-align: right;
            z-index: 99999;
        }

        .testimonials-announces i {
            font-size: 175px;
        }

        .testimonials-announces:after {
            content: "";
            position: absolute;
            background-color: #19436b;
            z-index: -1;
            width: calc(20vw);
            height: calc(15vw);
            height: -webkit-calc(15vw);
            right: 0;
            top: 0;
        }

        .announsed-memo, .announsed-memo i, h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
        }

        h5.division-name > .division-subname {
            color: #999999;
            font-size: 12px;
            text-transform: none;
            font-weight: normal;
        }
    }
