/* Wordpress Hide Admin Panel */
#wpadminbar {
  /*display: none !important;*/
}

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    body,
    html {
        height: 100%;
        background-color: #fff;
    }
    
    body {
        font-family: 'Roboto', sans-serif;
        margin: 0;
    }
    
    #main-cnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        margin-top: 10px;
    }
    
    main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        background-color: #fff;
        background: url('../img/700-min.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .wrapper {
        max-width: 1100px;
        display: block;
        margin: 0 auto;
    }
    
    .single-page {
        padding: 20px 0;
    }
    /******
    *HEADER
    ******/
    
    header {
        width: 100%;
    }
    
    .header-top {
        width: 100%;
        padding: 15px 10px;
        background-color: #fdcb6e;
    }
    
    .header-top-cnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header-top-cnt-call {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header-top-cnt-call a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #bd1622;
        font-size: 18px;
        font-family: 'Lobster', cursive;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .header-top-cnt-call a i {
        color: #fff;
        font-size: 25px;
        padding-right: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .header-top-cnt-call a:first-child {
        margin-right: 15px;
    }
    
    .header-top-cnt-call a:hover {
        color: #fff;
    }
    
    .header-top-cnt-call a:hover i {
        color: #bd1622;
    }
    
    .header-top-cnt-time {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .header-top-cnt-time p {
        text-align: right;
        color: #bd1622;
        font-size: 18px;
        font-family: 'Lobster', cursive;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header-top-cnt-time p i {
        padding-right: 10px;
        color: #fff;
        font-size: 25px;
    }
    
    .header-center {
        width: 100%;
        padding: 10px;
        background-color: #fff;
    }
    
    .header-fixed-center {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        transition: all .3s ease;
    }
    
    .fixed-menu-show {
        visibility: visible;
        opacity: 1;
        transition: all .3s ease;
    }
    
    .header-center-cnt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header-logo {
        width: 33.333%;
    }
    
    .header-logo img {
        height: 90px;
        width: auto;
    }
    
    .header-call {
        width: 33.333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .header-call a {
        text-decoration: none;
        background-color: #bd1622;
        color: #fff;
        border: 2px solid #bd1622;
        padding: 15px 25px;
        border-radius: 25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 18px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
	    overflow: hidden;
    }
    
     .header-call a:hover:{
        /*background-color: #fff;*/
        color: #bd1622;
    }
    
  
    
    .header-call a:after{
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
	filter: blur(20px);
    transform: rotate(45deg);
    transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-delay: 0.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    }
    
    @keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

    .ms_booking {
    	position: relative;
    	transition: 1s;
    }
    
    .haeder-social {
        width: 33.333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .haeder-social a {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #fdcb6e;
        text-decoration: none;
        margin-left: 15px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .haeder-social a i {
        color: #bd1622;
        font-size: 24px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .haeder-social a:hover {
        background-color: #fdcb6e;
        border: 2px solid #bd1622;
    }
    
    .header-bottom-cnt {
        width: 100%;
        padding: 0 15px;
        background-color: #bd1622;
        -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.75);
    }
    
    .menu-main {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    
    .menu-main>li {
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    
    .menu-main>li>a {
        display: block;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        text-decoration: none;
        font-weight: 300;
        padding: 15px 0;
        padding-top: 17px;
        border-bottom: 2px solid #bd1622;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .menu-main>li>a:hover {
        border-bottom: 2px solid #fff;
    }
    
    .menu-main>li>ul {
        border: 1px solid #bd1622;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        padding: 15px;
        width: auto;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 0;
        z-index: 20;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .menu-main>li>ul li {
        padding: 10px;
    }
    
    .menu-main>li>ul li a {
        color: #555;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .menu-main>li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    
    .menu-main>li>ul li a:hover {
        color: #bd1622;
    }
    /******
    *FOOTER
    ******/
    
    footer {
        width: 100%;
        padding: 20px;
        background-color: #e17055;
    }
    
    .footer-cnt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .footer-about,
    .footer-menu,
    .footer-services {
        width: 25%;
        padding-right: 15px;
    }
    
    .footer-contact {
        width: 25%;
    }
    
    .footer-about h3,
    .footer-menu h3,
    .footer-services h3,
    .footer-contact h3 {
        margin: 0;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
    }
    
    .footer-about img {
        width: 40%;
        height: auto;
    }
    
    .footer-about p {
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
        padding-right: 20px;
    }
    
    .footer-menu ul,
    .footer-services ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-menu ul li,
    .footer-services ul li {
        padding-bottom: 15px;
    }
    
    .footer-menu ul li a,
    .footer-services ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .footer-menu ul li a i,
    .footer-services ul li a i {
        font-size: 5px;
        padding-right: 10px;
        color: #bd1622;
    }
    
    .footer-contact>a {
        color: #fff;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .footer-contact>a i {
        padding-right: 10px;
        font-size: 20px;
        color: #fff;
    }
    
    .footer-contact p {
        color: #fff;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    .footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .footer-social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #bd1622;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .footer-social a i {
        color: #fff;
        font-size: 20px;
    }
    
    .footer-social a:hover {
        background-color: #e17055;
    }
    
    .footer-social a:hover i {
        color: #bd1622;
    }
    
    .footer-copyright {
        margin-bottom: 0;
        margin-top: 10px;
        color: #fff;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
    }
    /************
    *CONTACT PAGE
    ************/
    
    .contact-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .contact-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .contact-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .contact-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .contact-info {
        width: 30%;
    }
    
    .contact-info-item {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .contact-info-item p:first-child {
        color: #555;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .contact-info-item p {
        color: #222;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
        margin-top: 10px;
    }
    
    .contact-info-item a {
        display: block;
        text-decoration: none;
        color: #222;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-top: 10px;
    }
    
    .contact-info-item a:hover {
        color: #bd1622;
    }
    
    .contact-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px;
    }
    
    .contact-social a {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 20px;
        border: 2px solid #fdcb6e;
        margin-right: 10px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .contact-social a i {
        color: #bd1622;
        font-size: 20px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .contact-social a:hover {
        background-color: #fdcb6e;
    }
    
    .contact-social a:hover i {
        color: #fff;
    }
    
    .contact-form {
        width: 70%;
        padding-left: 40px;
    }
    
    .contact-form-map {
        width: 100%;
        height: 250px;
        border-radius: 20px;
        border: 2px solid #e17055;
        overflow: hidden;
        -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
        margin-bottom: 15px;
    }
    
    .contact-form-map iframe {
        width: 100%;
        height: 250px;
    }
    
    .contact-form-map:nth-child(3) {
        margin-bottom: 20px;
    }
    
    .contact-form>p {
        color: #555;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
    }
    
    .contact-num,
    .contact-app {
        width: 100%;
    }
    
    .contact-num p,
    .contact-app p {
        color: #bd1622;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
        font-size: 24px;
        text-align: center;
    }
    
    .contact-num-wrapper,
    .contact-app-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .contact-num-wrapper a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        border: 2px solid #e17055;
        color: #bd1622;
        text-decoration: none;
        margin: 0 10px;
        transition: all .3s ease;
    }
    
    .contact-num-wrapper a i {
        color: #bd1622;
        font-size: 50px;
        transition: all .3s ease;
    }
    
    .contact-num-wrapper a:hover {
        background-color: #fdcb6e;
        border: 2px solid #bd1622;
    }
    
    .contact-app-wrapper a {
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-decoration: none;
        border: 2px solid #e17055;
        color: #bd1622;
        border-radius: 15px;
        padding: 10px 15px;
        font-size: 18px;
        transition: all .3s ease;
    }
    
    .contact-app-wrapper a i {
        color: #bd1622;
        font-size: 25px;
        padding-right: 10px;
        transition: all .3s ease;
    }
    
    .contact-app-wrapper a:first-child {
        margin-right: 10px;
    }
    
    .contact-app-wrapper a:last-child {
        margin-left: 10px;
    }
    
    .contact-app-wrapper a:hover {
        background-color: #e17055;
        border: 2px solid #bd1622;
        color: #fff;
    }
    
    .contact-app-wrapper a:hover i {
        color: #fff;
    }
    /*******
    *GALLERY
    *******/
    
    .gallery-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .gallery-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .gallery-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .gallery-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }
    
    .gallery-btn-item,
    .gallery-btn-item-mob {
        text-decoration: none;
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        padding: 10px 25px;
        font-weight: 500;
        color: #e17055;
        border: 2px solid #777;
        border-radius: 25px;
        margin: 5px 10px;
        background-color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .gallery-btn-item:hover,
    .gallery-btn-item-mob:hover {
        background-color: #bd1622;
        color: #fff;
        -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
    }
    
    .gallery-btn-item.active,
    .gallery-btn-item-mob.active {
        background-color: #bd1622;
        color: #fff;
        -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.75);
    }
    
    .gallery-wrapper {
        width: 100%;
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
    }
    
    .gallery-wrapper-item {
        position: relative;
        width: 32%;
        height: 300px;
        margin-bottom: 15px;
        border: 2px solid #e17055;
        border-radius: 20px;
        overflow: hidden;
        text-decoration: none;
    }
    
    .gallery-wrapper-item img {
        width: 100%;
        height: 300px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    
    .gallery-wrapper-item:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .gallery-wrapper-item-shadow {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(225, 112, 85, 0.5);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .gallery-wrapper-item-shadow i {
        color: #fff;
        font-size: 45px;
    }
    
    @-webkit-keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    .gallery-wrapper-item:hover .gallery-wrapper-item-shadow {
        visibility: visible;
        opacity: 1;
    }
    /****
    *TEAM 
    ****/
    
    .team-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .team-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .team-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .team-desc {
        width: 100%;
        margin-top: 15px;
    }
    
    .team-desc p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    .team-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 100px;
    }
    
    .team-item {
        width: 32%;
        margin-bottom: 80px;
        position: relative;
        padding: 20px;
        padding-top: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
    }
    
    .team-item img {
        position: absolute;
        width: 100px;
        height: 100px;
        z-index: 20;
        border-radius: 50px;
        border: 2px solid #bd1622;
        top: -50px;
        left: 37%;
        display: block;
        object-fit: cover;
    }
    
    .team-item h3 {
        margin-top: 60px;
        text-align: center;
        color: #666;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }
    
    .team-item h4 {
        margin-top: 10px;
        color: #e17055;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
    }
    
    .team-item p {
        color: #777;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }
    
    .team-item-social {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .team-item-social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 2px solid #e17055;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .team-item-social a i {
        color: #bd1622;
        font-size: 20px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .team-item-social a:hover {
        background-color: #e17055;
    }
    
    .team-item-social a:hover i {
        color: #fff;
    }
    /****
    *BLOG
    ****/
    
    .news-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .news-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .news-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .news-wrapper {
        display: block;
        width: 100%;
        padding-top: 30px;
    }
    
    .news-wrapper>h2 {
        text-align: center;
        font-size: 40px;
        font-family: 'Montserrat', sans-serif;
        color: #bd1622;
        margin-top: 0;
    }
    
    .news-wrapper-cnt {
        margin-top: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .news-item {
        width: 32%;
        position: relative;
        padding: 20px;
        margin-bottom: 100px;
        padding-top: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
    }
    
    .news-item img {
        width: 80%;
        height: 240px;
        position: absolute;
        z-index: 20;
        top: -80px;
        left: 10%;
        right: 10%;
        border-radius: 20px;
        border: 2px solid #e17055;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .news-item-name {
        margin-top: 180px;
        display: block;
        text-decoration: none;
        text-align: center;
        color: #bd1622;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
    }
    
    .news-item p {
        color: #555;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.4;
        text-align: center;
    }
    
    .news-item-link {
        width: 80%;
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        background-color: #fdcb6e;
        color: #bd1622;
        border-radius: 20px;
        border: 2px solid #bd1622;
        text-decoration: none;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .news-item-link:hover {
        background-color: #e17055;
        color: #fff;
        border: 2px solid #e17055;
    }
    
    .news-item span {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
        text-align: center;
        color: #555;
    }
    
    .pagination {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .pagination li {
        display: inline-block;
        margin: 0 10px;
    }
    
    .pagination li a {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-color: #fff;
        text-decoration: none;
        display: flex;
        color: #bd1622;
        font-size: 16px;
        border: 2px solid #e17055;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        transition: all .3s ease;
    }
    
    .pagination li a i {
        color: #bd1622;
        font-size: 30px;
    }
    
    .pagination li a:hover {
        background-color: #bd1622;
        color: #fff;
    }
    
    .pagination li a:hover i {
        color: #fff;
    }
    
    .pagination li.active a {
        background-color: #bd1622;
        color: #fff;
    }
    
    .pagination li.active a i {
        color: #fff;
    }
    /*****
    *SERTS
    *****/
    
    .serts-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .serts-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .serts-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .serts-desc {
        width: 100%
    }
    
    .serts-desc p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    .serts-wrapper {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 40px;
    }
    
    .serts-wrapper a {
        display: block;
        width: 32%;
        margin: 0 15px;
        height: 400px;
        border-radius: 25px;
        -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.75);
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .serts-wrapper a img {
        width: 100%;
        height: 400px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .serts-wrapper .slick-prev:before,
    .serts-wrapper .slick-next:before {
        color: #e17055;
    }
    /*****
    *ABOUT
    *****/
    
    .about-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .about-cnt>p {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .about-cnt>p span {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #555;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 2px solid #777;
    }
    
    .about-desc {
        width: 100%
    }
    
    .about-desc p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    p.about-features-title {
        font-size: 26px;
        font-family: 'Montserrat', sans-serif;
        color: #e17055;
        margin-bottom: 30px;
        font-weight: 700;
    }
    
    .our-features {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    .our-features-item {
        width: 32%;
        padding-bottom: 20px;
        padding-top: 0;
        position: relative;
        margin-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
    }
    
    .our-features-item-img {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        background-color: #fdcb6e;
        border: 2px solid #e17055;
        top: -25px;
        left: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .our-features-item-img i {
        color: #fff;
        font-size: 35px;
    }
    
    .our-features-item-img img {
        width: 50px;
        height: 50px;
        display: block;
        object-fit: contain;
    }
    
    .our-features-item h3 {
        text-align: center;
        margin-top: 65px;
        font-size: 25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    
    .our-features-item>img {
        width: 100%;
        height: 120px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .our-features-item p {
        color: #666;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    
    .our-features-main {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        backdrop-filter: blur(3px);
    }
    
    .about-uslugi {
        width: 100%;
        padding: 20px 0;
    }
    
    .about-uslugi-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .about-uslugi-item {
        display: block;
        width: 31%;
        height: 250px;
        position: relative;
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        border-radius: 15px;
        margin-bottom: 50px;
    }
    
    .about-uslugi-item img {
        width: 100%;
        height: 250px;
        display: block;
        border-radius: 15px;
        object-fit: cover;
        filter: grayscale(60%);
        transition: all .3s ease;
    }
    
    .about-uslugi-item:hover img {
        filter: grayscale(0%);
    }
    
    .about-uslugi-item p {
        padding: 15px;
        position: absolute;
        left: 0;
        top: 40%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        z-index: 100;
        margin: 0;
        transition: all .3s ease;
    }
    
    .about-uslugi-item:hover p {
        top: 0;
        background-color: rgba(189, 22, 34, 0.6);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    .about-uslugi-item a {
        position: absolute;
        z-index: 100;
        bottom: -25px;
        display: block;
        width: 80%;
        left: 10%;
        border: 2px solid #e17055;
        border-radius: 15px;
        padding: 15px 20px;
        text-decoration: none;
        color: #bd1622;
        font-family: 'Montserrat', sans-serif;
        background-color: #fff;
        font-weight: 700;
        text-align: center;
        font-size: 18px;
        transition: all .3s ease;
    }
    
    .about-uslugi-item:hover a {
        color: #fff;
        background-color: #bd1622;
    }
    
    .about-osnov {
        width: 100%;
        padding: 20px 0;
    }
    
    .about-osnov-cnt {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .about-osnov-wrapper {
        display: flex;
        flex-direction: row;
    }
    
    .about-osnov-img {
        width: 40%;
        height: 600px;
        position: relative;
    }
    
    .about-osnov-img img {
        width: 70%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 15px;
        border: 2px solid #e17055;
        z-index: 10;
        display: block;
        object-fit: cover;
        object-position: center;
    }
    
    .about-osnov-img img:last-child {
        right: 0;
        left: auto;
        top: 270px;
        z-index: 12;
    }
    
    .about-osnov-text {
        width: 60%;
        padding-left: 40px;
    }
    
    .about-osnov-text p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.3;
        font-size: 18px;
        color: #fff;
    }
    
    .about-osnov-text p:first-child {
        margin-top: 0;
    }
    /******
    *USLUGA
    ******/
    
    .usluga-name {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 45px;
        color: #555;
        margin-bottom: 10px;
    }
    
    .usluga-name+hr {
        width: 80px;
        border-top: 2px dashed #bd1622;
    }
    
    .usluga-name+hr+p {
        text-align: center;
        color: #222;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 18px;
        width: 350px;
        margin: 15px auto;
    }
    
    .usluga-slider {
        width: 100%;
        height: 500px;
        position: relative;
    }
    
    .usluga-slider-item {
        width: 100%;
        position: relative;
    }
    
    .usluga-slider-item img {
        width: 100%;
        height: 500px;
        display: block;
        object-fit: cover;
    }
    
    .usluga-slider-item-text {
        position: absolute;
        top: 33%;
        height: 33%;
        bottom: 33%;
        width: 100%;
        left: 0;
        background-color: rgba(256, 256, 256, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .usluga-slider-item-text a {
        padding: 15px 25px;
        text-decoration: none;
        background-color: #e17055;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 18px;
        border: 2px solid #bd1622;
        border-radius: 25px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .usluga-slider-item-text a:hover {
        -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.75);
    }
    
    .usluga-desc {
        width: 100%;
        padding: 30px 0;
    }
    
    .usluga-desc p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    .usluga-feature {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 0;
    }
    
    .usluga-feature-item {
        width: 23%;
    }
    
    .usluga-feature-item-img {
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fdcb6e;
        border: 1px solid #e17055;
        border-radius: 50px;
        margin: 0 auto;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .usluga-feature-item-img img {
        width: 50px;
        height: 50px;
        display: block;
        object-fit: contain;
    }
    
    .usluga-feature-item-img i {
        color: #fff;
        font-size: 50px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .usluga-feature-item p {
        text-align: center;
        font-size: 25px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #bd1622;
    }
    
    .usluga-feature-item:hover .usluga-feature-item-img {
        background-color: #fff;
    }
    
    .usluga-feature-item:hover .usluga-feature-item-img i {
        color: #bd1622;
    }
    
    .usluga-prod {
        width: 100%;
        padding: 40px 0;
    }
    
    .usluga-color-1 {
        background-color: #f6f6e9;
    }
    
    .usluga-color-2 {
        background-color: #fff;
    }
    
    .usluga-prod-cnt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .usluga-prod-main {
        width: 30%;
        background-color: #fff;
        padding: 20px;
        border-radius: 15px;
    }
    
    .usluga-prod-info {
        width: 70%;
        padding-left: 30px;
    }
    
    .usluga-prod-main img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto;
        border: 2px dashed #e17055;
        -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.75);
    }
    
    .usluga-prod-main h2 {
        text-align: center;
        font-size: 24px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #555;
    }
    
    .usluga-prod-main-info {
        width: 100%;
    }
    
    .usluga-prod-main-info p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        color: #666;
        font-size: 16px;
    }
    
    .usluga-prod-main-info p i {
        color: #bd1622;
        padding-right: 0px;
        font-size: 24px;
    }
    
    .usluga-prod-main>p {
        text-align: center;
        margin-bottom: 0;
        color: #666;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }
    
    .usluga-prod-info-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .usluga-prod-info-btn a {
        text-decoration: none;
        display: block;
        color: #555;
        font-size: 16px;
        margin: 0 15px;
        padding: 10px 0;
        border: 2px solid #e17055;
        border-top: 2px solid #f6f6e9;
        border-left: 2px solid #f6f6e9;
        border-right: 2px solid #f6f6e9;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .usluga-prod-info-btn a:hover {
        border: 2px solid #e17055;
        padding: 10px;
    }
    
    .usluga-prod-info-btn a.active {
        border: 2px solid #e17055;
        padding: 10px;
    }
    
    .usluga-prod-info-text {
        display: none;
        width: 100%;
        padding: 20px 0;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
    }
    
    .usluga-prod-info-text p {
        color: #666;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }
    
    .usluga-color-2 .usluga-prod-main {
        background-color: #f6f6e9;
    }
    
    .usluga-color-2 .usluga-prod-info-btn a {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    
    .usluga-color-2 .usluga-prod-info-btn a:hover {
        border: 2px solid #e17055;
    }
    
    .usluga-color-2 .usluga-prod-info-btn a.active {
        border: 2px solid #e17055;
    }
    
    .usluga-prod-main-info-price {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .usluga-prod-main-info-price p:first-child {
        margin-right: 0px;
        padding-right: 8px;
        border-right: 2px solid #bd1622;
    }
    
    .usluga-prod-main-info-price p:last-child {
        padding-left: 5px;
    }
    
    .usluga-before {
        width: 80%;
        padding: 30px;
        margin: 0 auto;
    }
    
    .usluga-before-item {
        width: 100%;
        height: 450px;
    }
    
    .usluga-before-item img {
        width: 100%;
        height: 450px;
        display: block;
        object-fit: cover;
    }
    
    .usluga-before .slick-dots li button:before {
        font-size: 10px;
    }
    /*****
    *INDEX
    *****/
    
    .main-slider {
        width: 100%;
        height: 500px;
    }
    
    .main-slider-item {
        width: 100%;
        height: 500px;
        position: relative;
    }
    
    .main-slider-item img {
        width: 100%;
        height: 500px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .main-slider-prod {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        padding: 20px 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .main-slider-prod+.main-slider-item-text {
        display: none;
    }
    
    .main-slider-prod a {
        outline: none;
        display: block;
        position: relative;
        text-decoration: none;
        border-radius: 15px;
        width: 24%;
        height: 200px;
        border: 2px solid #e17055;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
    }
    
    .main-slider-prod a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 15px;
        transition: all .3s ease;
    }
    
    .main-slider-prod a span {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 40%;
        padding: 10px;
        background-color: rgba(256, 256, 256, 0.6);
        text-align: center;
        color: #222;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        transition: all .3s ease;
    }
    
    .main-slider-prod a:hover span {
        bottom: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    .main-slider-item-text {
        position: absolute;
        padding: 20px;
        background-color: rgba(256, 256, 256, 0.7);
        width: 25%;
        height: 100%;
        top: 0;
        left: 15%;
    }
    
    .main-slider-item-text h3 {
        text-align: center;
        color: #222;
        font-size: 24px;
        font-family: 'Montserrat', sans-serif;
        margin-top: 50px;
    }
    
    .main-slider-item-text p {
        text-align: center;
        color: #555;
        font-size: 18px;
        line-height: 1.3;
    }
    
    .main-slider-item-text a {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        padding: 10px 15px;
        background-color: #e17055;
        border: 2px solid #bd1622;
        color: #fff;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
        border-radius: 15px;
        margin: 0 auto;
        transition: all .3s ease;
    }
    
    .main-slider-item-text a:hover {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    }
    
    .main-slider .slick-prev {
        left: 30px;
        z-index: 100;
    }
    
    .main-slider .slick-next {
        right: 45px;
        z-index: 100;
    }
    
    .main-slider .slick-prev::before,
    .main-slider .slick-next::before {
        font-size: 40px;
    }
    
    .main-about {
        width: 100%;
        padding: 20px 0;
    }
    
    .main-about h3,
    .about-cnt>h3,
    .team-cnt>h3,
    .gallery-cnt h3 {
        color: #bd1622;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .about-cnt>h3+hr {
        margin-bottom: 40px;
    }
    
    .main-about h3+hr,
    .about-cnt h3+hr,
    .team-cnt h3+hr,
    .gallery-cnt h3+hr {
        width: 80px;
        border-top: 2px dashed #e17055;
    }
    
    .main-about p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    .gallery-index {
        width: 100%;
        padding: 20px 0;
        background-color: #f6f6e9;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .reviews-cnt {
        width: 100%;
        padding: 20px 0;
    }
    
    .reviews-cnt h3 {
        color: #bd1622;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .reviews-cnt h3+hr {
        width: 80px;
        border-top: 2px dashed #e17055;
    }
    
    .reviews-wrapper {
        width: 100%;
        margin-top: 40px;
    }
    
    .reviews-item {
        outline: none;
        margin: 0 10px;
        padding: 20px;
        background-color: #f6f6e9;
        border: 2px dashed #fdcb6e;
    }
    
    .reviews-item img {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        border: 2px solid #e17055;
    }
    
    .reviews-item h4 {
        color: #555;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .reviews-item span {
        display: block;
        text-align: center;
        color: #666;
        font-size: 16px;
    }
    
    .reviews-item p {
        margin-top: 10px;
        color: #666;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500;
    }
    /***********
*CALL BUTTON
***********/
    /******
*TO TOP
******/
    
    #to-top {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 20px;
        bottom: 50px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        border: 2px solid #bd1622;
        background-color: #e17055;
        color: #fff;
        z-index: 1000;
        text-align: center;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    }
    
    #to-top.show {
        opacity: 1;
        visibility: visible;
    }
    
    #to-top i {
        font-size: 45px;
        margin-bottom: 10px;
    }
    
    #to-top:hover {
        background-color: #fff;
        color: #bd1622
    }
    
    .index-call {
        width: 100%;
        height: 300px;
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .index-call-cnt {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .index-call-cnt h3 {
        color: #fff;
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 10px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .index-call-cnt p {
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }
    
    .index-call-cnt form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }
    
    .index-call-cnt input {
        display: block;
        width: 250px;
        padding: 15px 25px;
        color: #555;
        font-size: 18px;
        border-radius: 25px;
        margin: 0 10px;
        outline: none;
        border: 2px solid #bd1622;
    }
    
    .index-call-cnt input::-webkit-input-placeholder {
        color: #bd1622;
    }
    
    .index-call-cnt input:-ms-input-placeholder {
        color: #bd1622;
    }
    
    .index-call-cnt input::-ms-input-placeholder {
        color: #bd1622;
    }
    
    .index-call-cnt input::placeholder {
        color: #bd1622;
    }
    
    .index-call-cnt button {
        cursor: pointer;
        display: block;
        width: 250px;
        padding: 15px 25px;
        color: #fff;
        font-size: 18px;
        border-radius: 25px;
        margin: 0 10px;
        outline: none;
        background-color: #e17055;
        border: 2px solid #bd1622;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .index-call-cnt button:hover {
        background-color: #fff;
        color: #e17055;
    }
    /*************
    *MOBILE HEADER
    *************/
    
    .mobile-header {
        display: none;
        background-color: #fff;
        padding: 15px;
        flex-direction: row;
        align-items: center;
        border-bottom: 2px solid #bd1622;
    }
    
    .mobile-header-btn {
        width: 10%;
    }
    
    .mobile-header-btn i {
        color: #bd1622;
        font-size: 25px;
    }
    
    .mobile-header-logo {
        width: 30%;
    }
    
    .mobile-header-logo a {
        text-decoration: none;
    }
    
    .mobile-header-logo a img {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .mobile-header-call {
        width: 60%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    
    .mobile-header-call a {
        text-decoration: none;
        padding: 10px 15px;
        color: #bd1622;
        border: 2px solid #bd1622;
        border-radius: 15px;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    
    .mobile-menu {
        position: fixed;
        top: 0;
        width: 70%;
        height: 100%;
        left: -75%;
        z-index: 1000;
        background-color: #fff;
        padding: 20px;
        padding-top: 10px;
        border-right: 2px solid #e17055;
        transition: all .3s ease;
        overflow: auto;
    }
    
    .mobile-menu-show {
        left: 0;
    }
    
    #menu-mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #menu-mobile-menu>li {
        padding: 10px 0;
    }
    
    #menu-mobile-menu>li:first-child {
        padding-top: 0;
    }
    
    #menu-mobile-menu>li>a {
        text-decoration: none;
        color: #bd1622;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    
    #menu-mobile-menu>li>ul {
        display: none;
        list-style: none;
        padding: 0;
        padding-left: 30px;
        margin: 0;
    }
    
    #menu-mobile-menu>li>ul li {
        padding: 10px 0;
    }
    
    #menu-mobile-menu>li>ul li a {
        text-decoration: none;
        color: #bd1622;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .mobile-menu p {
        width: 100%;
        text-align: right;
        margin: 0;
    }
    
    .mobile-menu p i {
        color: #555;
        font-size: 24px;
    }
    
    .mobile-menu>a {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    
    .mobile-menu>a img {
        width: 35%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .mob-menu-social {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .mob-menu-social a {
        text-decoration: none;
        width: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 50px;
        border-radius: 25px;
        border: 2px solid #bd1622;
        background-color: #fff;
        margin: 0 5px;
    }
    
    .mob-menu-social a i {
        font-size: 25px;
        color: #fff;
    }
    /**************
    *GALLERY MOBILE
    **************/
    
    .mobile-gallery {
        width: 100%;
        display: none;
        visibility: hidden;
        opacity: 0;
        padding: 20px 0;
        background-color: #f6f6e9;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .mobile-gallery-cnt {
        width: 80%;
        margin: 0 auto;
        height: 380px;
        position: relative;
    }
    
    .mobile-gallery-item {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        height: 380px;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
    }
    
    .mobile-gallery-item .slick-prev:before,
    .mobile-gallery-item .slick-next:before {
        color: #e17055;
    }
    
    @-webkit-keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes fadeEffect {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    .mobile-gallery-item img {
        width: 100%;
        display: block;
        height: 380px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 15px;
        margin: 0 10px;
        border: 2px solid #e17055;
    }
    
    .single-page p {
        color: #222;
        font-size: 18px;
        line-height: 1.4;
        font-family: 'Montserrat', sans-serif;
    }
    
    .commentmetadata a {
        text-decoration: none;
        color: #e17055;
        font-size: 14px;
    }
    
    .comment-author cite {
        color: #bd1622;
        font-size: 15px;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
    }
    
    .comment-reply-link {
        color: #333;
        padding: 5px 10px;
        font-size: 16px;
        background-color: #fff;
        border: 2px solid #bd1622;
        border-radius: 10px;
        text-decoration: none;
        transition: all .3s ease;
    }
    
    .comment-reply-link:hover {
        background-color: #bd1622;
        color: #fff;
    }
    
    .commentlist {
        list-style-type: none;
    }
    
    #comments {
        font-family: 'Montserrat', sans-serif;
    }
    
    .comment {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e17055;
    }
    
    .logged-in-as a {
        padding: 5px 10px;
        background-color: #e17055;
        color: #fff;
        border-radius: 10px;
        border: 2px solid #bd1622;
        text-decoration: none;
    }
    
    .comment-form-comment {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    
    .comment-form-comment textarea {
        width: 400px;
        height: 150px;
        resize: none;
        border-radius: 15px;
        border: 1px solid #fdcb6e;
        padding: 10px;
        color: #333;
        font-size: 16px;
    }
    
    .single-page p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .single-page p input {
        border-radius: 15px;
        border: 1px solid #fdcb6e;
        padding: 10px;
        font-size: 16px;
        color: #333;
    }
    
    .single-page p label {
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
    }
    
    p.comment-notes {
        flex-direction: row;
        align-items: center;
    }
    /***********
    *SIDE SOCIAL
    ***********/
    
    .side-social {
        position: fixed;
        top: 30%;
        left: 0;
        background-color: #fff;
        border: 2px solid #bd1622;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: none;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        z-index: 500;
    }
    
    .side-social a {
        transition: all .3s ease;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    
    .side-social a i {
        transition: all .3s ease;
        font-size: 24px;
    }
    
    .side-social a:hover {
        background-color: #fdcb6e;
    }
    
    .usluga-before .slick-prev:before,
    .usluga-before .slick-next:before {
        color: #e17055;
    }
    
    .side-social-mob-list,
    .side-social-mob {
        display: none;
    }
    /********
    *404 PAGE
    ********/
    
    .error-page {
        padding: 20px 0;
    }
    
    .error-page h1 {
        color: #bd1622;
        text-align: center;
        font-size: 70px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .error-page p {
        text-align: center;
        width: 50%;
        font-size: 22px;
        color: #555;
        margin: 0 auto;
    }
    
    .error-page a {
        text-decoration: none;
        display: block;
        width: 30%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
        background-color: #e17055;
        color: #fff;
        border: 2px solid #bd1622;
        font-size: 20px;
        border-radius: 15px;
        padding: 15px 25px;
        transition: all .3s ease;
    }
    
    .error-page a:hover {
        background-color: #bd1622;
        color: #fff;
    }
    /******
    *MOBILE
    ******/
    
    @media(max-width: 1120px) {
        .wrapper {
            padding: 0 10px;
        }
        .main-slider-item-text {
            width: 40%;
        }
    }
    
    @media(max-width: 800px) {
        .news-item {
            width: 48%;
        }
        .usluga-prod-main {
            width: 40%;
        }
        .usluga-prod-info {
            width: 60%;
        }
        .serts-wrapper a {
            width: 48%;
        }
        .main-slider-prod {
            display: none;
        }
        .main-slider-prod+.main-slider-item-text {
            display: block;
        }
    }
    
    @media(max-width: 730px) {
        header {
            display: none;
        }
        main {
            padding-top: 100px;
        }
        .mobile-header {
            display: flex;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
        }
        #main-cnt {
            margin-top: 0;
        }
        .our-features-item,
        .team-item,
        .gallery-wrapper-item {
            width: 48%;
        }
        .footer-cnt {
            flex-wrap: wrap;
        }
    }
    
    @media(max-width: 700px) {
        .footer-about,
        .footer-menu,
        .footer-services,
        .footer-contact {
            width: 50%;
        }
        .footer-about,
        .footer-menu {
            margin-bottom: 20px;
        }
        .contact-wrapper {
            flex-wrap: wrap;
        }
        .contact-info {
            width: 100%;
            margin-bottom: 30px;
        }
        .contact-form {
            width: 100%;
            padding: 0;
        }
        .contact-info-item p:first-child,
        .contact-info-item p,
        .contact-info-item a {
            text-align: center;
        }
        .contact-social {
            justify-content: center;
        }
        .about-osnov-wrapper {
            flex-wrap: wrap;
        }
        .about-osnov-img {
            width: 100%;
            margin-bottom: 20px;
        }
        .about-osnov-text {
            width: 100%;
            padding: 0;
        }
        .about-uslugi-item {
            width: 48%;
        }
        .usluga-feature {
            flex-wrap: wrap;
        }
        .usluga-feature-item {
            width: 48%;
            margin-bottom: 20px;
        }
        .usluga-prod-main {
            width: 100%;
            margin-bottom: 20px;
        }
        .usluga-prod-info {
            width: 100%;
            padding: 0;
        }
        .usluga-prod-cnt {
            flex-wrap: wrap;
        }
        .usluga-prod-info-btn a {
            margin: 10px 15px;
        }
        .side-social {
            display: none;
        }
    }
    
    @media(max-width: 600px) {
        .serts-wrapper a {
            width: 100%;
        }
        .gallery-index {
            display: none;
        }
        .mobile-gallery {
            display: block;
            visibility: visible;
            opacity: 1;
        }
        .pagination {
            justify-content: center;
        }
        .usluga-before {
            width: 100%;
            padding: 30px 0;
        }
        .usluga-before-item {
            width: 100%;
            height: 350px;
        }
        .usluga-before-item img {
            width: 100%;
            height: 350px;
            display: block;
            object-fit: cover;
        }
        main {
            background-image: none;
        }
        .single-page {
            overflow-x: auto;
        }
        .serts-wrapper {
            width: 80%;
            margin: 0 auto;
            margin-top: 40px;
        }
        .reviews-wrapper,
        .usluga-before {
            width: 80%;
            margin: 0 auto;
        }
        .reviews-wrapper .slick-prev:before,
        .reviews-wrapper .slick-next:before {
            color: #e17055;
        }
        .header-fixed-center {
            visibility: hidden !important;
            opacity: 0 !important;
        }
        #to-top {
            visibility: hidden !important;
            opacity: 0 !important;
        }
        .side-social-mob {
            position: fixed;
            top: 50%;
            left: 0;
            padding: 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            border: 2px solid #bd1622;
            background-color: #fff;
            border-left: none;
            z-index: 500;
        }
        .side-social-mob i {
            color: #bd1622;
            font-size: 24px;
        }
        .side-social-mob-list {
            position: fixed;
            bottom: 50%;
            left: -50px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            border: 2px solid #bd1622;
            border-left: none;
            border-bottom: none;
            background-color: #fff;
            z-index: 500;
            transition: all .3s ease;
        }
        .side-social-mob-list a {
            display: flex;
            width: 100%;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            text-decoration: none;
        }
        .side-social-mob-list a i {
            color: #bd1622;
            font-size: 24px;
        }
        .side-social-mob-list-show {
            left: 0;
        }
        .error-page p {
            width: 100%;
        }
        .error-page a {
            width: 100%;
            margin-bottom: 30px;
        }
    }
    
    @media(max-width: 500px) {
        .our-features-item,
        .team-item,
        .gallery-wrapper-item {
            width: 100%;
        }
        .footer-about,
        .footer-menu,
        .footer-services,
        .footer-contact {
            width: 100%;
            margin-bottom: 20px;
        }
        .footer-about img {
            display: block;
            margin: 0 auto;
        }
        .footer-about p {
            text-align: center;
        }
        .footer-menu,
        .footer-services {
            width: 50%;
        }
        .footer-contact h3,
        .footer-about h3 {
            text-align: center;
        }
        .footer-contact>a,
        .footer-social {
            justify-content: center;
        }
        .footer-contact p {
            text-align: center;
        }
        .about-uslugi-item {
            width: 100%;
        }
        .news-item {
            width: 100%;
        }
        .usluga-feature-item {
            width: 100%;
        }
        #call-btn span {
            font-size: 13px;
            left: 8px;
            top: 34px;
        }
        .contact-num-wrapper {
            flex-wrap: wrap;
        }
        .contact-num-wrapper a {
            margin-bottom: 15px;
        }
        .main-slider-item-text {
            width: 80%;
            left: 10%;
            right: 10%;
        }
        .comment-form-comment textarea {
            width: 100%;
        }
    }