@charset "utf-8";

:root{
  --accent-color: #03A9F4;
  --accent-color2: #f4c82b;
  --accent-color3: #f4c82a;
  --bg-color: #f4fbff;
  --accent-color-font: #fff;
  --font-main: "Open Sans", sans-serif;
  --font-second: "Roboto Condensed", sans-serif;
  --base-shadow: 1px 2px 10px rgba(35,35,35,0.1);
  --base-shadowhov: 1px 2px 10px 0px rgba(147, 156, 176, 0.4);
  --header-shadow: 0px 4px 5px 0px rgba(147, 156, 176, 0.1);
  --beduin-gradient: linear-gradient(90deg, #e2ffd6 10%, #e3f7ff 90%);
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.form-group.first {
    display: none;
}
.reviews .item-text{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media(min-width: 992px) {
    .section_anim{
        opacity: 0;
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    .animated {
        -webkit-animation-duration: 800ms;
        animation-duration: 800ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}
.section_anim{
    padding-top: 0px;
    .white-bg{
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media(max-width: 599px) {
    .section_anim .white-bg{
        padding-top: 0px;
    }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}


.messenger .animation-element {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #f4c82a;
    transition: all 0.3s ease;
    z-index: -1;
}
.messenger {
    display: block;
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 70px;
    height: 310px;
    z-index: 999;
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #f4c82a;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
.messenger-btn img {
    width: 32px;
    height: 32px;
}
.messenger-links {
    position: absolute;
    left: 50px;
    top: 10px;
    width: 70px;
    transform: scale(0);
    transform-origin: 100% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.messenger-links svg {
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border-radius: 28px;    
}
.messenger-links.show {
    left: 0;
    display: inline-block;
    transform: scale(1);
}
.messenger-links a {
    width: 56px;
    margin: 0 auto;
    display: block;
    height: 75px;
}
.messenger-links img {
    max-width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}
.white-bg{
    background: #fff;
}
.header-top-inner .right-col {
    z-index: 99;
}
.mob_up_text{
    display:none;
}
.unfer-line{
    background: linear-gradient(to bottom, #f4fbff 60%, #FFEB3B 40%);
    width: max-content;
}

html{
    font-size: 1rem;
}
body{
    font-family: var(--font-main);
    font-optical-sizing: auto;
    color: #333;
    line-height: 1.6;
    background: var(--bg-color);
}

h1,
.title-h1 {
    font-family: var(--font-second);
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}

h2,
.title-h2 {
    font-family: var(--font-second);
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}

h3,
.title-h3 {
    font-family: var(--font-second);
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 25px;
}

h4,
.title-h4 {
    font-family: var(--font-second);
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

h5,
.title-h5 {
    font-family: var(--font-second);
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

h6,
.title-h6 {
    font-family: var(--font-second);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;
}

h1 span, .title-h1 span,
h2 span, .title-h2 span,
h3 span, .title-h3 span,
h4 span, .title-h4 span,
h5 span, .title-h5 span,
h6 span, .title-h6 span{
    color: var(--accent-color);
}

@media(max-width: 1299px) {
    h1, .title-h1{
        font-size: 3.125rem;
    }
    h2, .title-h2{
        font-size: 2.75rem;
    }
    h3,
    .title-h3 {
        font-size: 2.5rem;
    }
}

@media(max-width: 991px) {
    h1, .title-h1{
        font-size: 2.875rem;
    }
    h2, .title-h2{
        font-size: 2.5rem;
    }
    h3,
    .title-h3 {
        font-size: 2.25rem;
    }
}

@media(max-width: 767px) {
    h1, .title-h1,
    h2, .title-h2{
        font-size: 2.5rem;
    }
    h3,
    .title-h3 {
        font-size: 2rem;
    }
    h4,
    .title-h4 {
        font-size: 1.75rem;
    }
    h5,
    .title-h5 {
        font-size: 1.5rem;
    }
    h6,
    .title-h6 {
        font-size: 1.375rem;
    }
}

@media(max-width: 499px) {
    h1, .title-h1,
    h2, .title-h2{
        font-size: 9vw;
    }
    h3,
    .title-h3 {
        font-size: 7.4vw;
    }
    h4,
    .title-h4 {
        font-size: 6.6vw;
    }
    h5,
    .title-h5 {
        font-size: 6.2vw;
    }
    h6,
    .title-h6 {
        font-size: 6vw;
    }
}


a {
    color: var(--accent-color);
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: var(--accent-color);
}

.btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    color: var(--accent-color-font);
    background: var(--accent-color);
    text-align: center;
    transition: all 300ms ease-out;
}

.btn:hover {
    filter: brightness(115%);
    color: var(--accent-color-font);
}

.btn-dark{
    background: #333;
}

.btn-main{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    justify-content: space-between;
    line-height: 1.3;
    padding: 0 16px 0 24px;
    font-size: 1.125rem;
    height: 56px;
    text-align: left;
}
.btn-main .svg {
    overflow: hidden;
    min-height: 24px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-main span{
    width: calc(100% - 45px);
}
.btn-main:hover .svg path {
    animation: toLeftHideRightShow 0.3s forwards;
}
@keyframes toLeftHideRightShow {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}
.btn-main.btn-arrow{
    padding: 0 16px;
}
.btn-main.btn-arrow .svg{
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

@media(max-width: 399px){
    .btn:not(.not-vw){
        height: 12vw;
        padding: 0 6vw;
        font-size: 4vw;
    }
    .btn.btn-main{
        height: 14vw;
        font-size: 4.5vw;
        padding-left: 8vw;
        padding-right: 6vw;
    }
}

.more {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    font-size: 1rem;
    color: #0e0e0e;
}

.more:after {
    content: "";
    display: inline-block;
    background: url(../images/more-arrow.svg) 50% 50% no-repeat var(--bg-color);
    background-size: 12px 17px;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    border-radius: 4px;
    position: relative;
    transition: all ease-out 100ms;
    left: 0;
}
.more:hover{
    color: var(--accent-color);
}
.more:hover:after {
    left: 5px;
}


.base-template .main-content{
    padding-bottom: 30px;
}
.base-template .main-content.pb0{
    padding-bottom: 0;
}

/* Header */
.header{
    background: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 900;
}
.header-bottom-wrapper{
    padding: 15px 0;
    box-shadow: var(--header-shadow);
}
.header-bottom{
    background: #fff;
    padding: 10px 0;
    position: relative;
}
.header-bottom-push{
    display: none;
}
@media(min-width: 992px){
    .header-bottom.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 600;
        box-shadow: var(--header-shadow);
        padding: 5px 0;
    }
    .header-bottom.fixed + .header-bottom-push{
        display: block;
    }
}

.header-top{
    background: #fff;
    padding: 25px 0 0;
}
.header-top-inner,
.header-bottom-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header .left-col{
    width: 150px;
}

.header-cities-select{
    position: relative;
}
.header-cities-select-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 0 5px 0 15px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}
.header-cities-select-icon{
    line-height: 0;
    display: none;
}
.header-cities-select-list{
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 500;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #D9D9D9;
    max-height: 266px;
    overflow: auto;
}
.header-cities-select-title.active + .header-cities-select-list{
    display: block;
}
.header-cities-select-title-mask{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header-cities-select-title.active .header-cities-select-title-mask{
    display: block;
}
.header-cities-select-list a{
    color: #000;
    display: block;
    padding: 13px 16px;
    font-size: 1rem;
}
.header-cities-select-list a:hover{
    background: var(--bg-color);
    color: var(--accent-color);
}
.header .right-col{
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-contacts{
    width: calc(60% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
}

.header-contacts .item{
    max-width: calc(60% - (160px / 2));
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.header-contacts .item.header-phone{
    max-width: 160px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}
.header-contacts .item:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
}
.header-contacts .item:first-child{
    padding-left: 0;
}
.header-contacts .item:last-child{
    padding-right: 0;
}
.header-contacts .item:last-child:after{
    display: none;
}

.header-schedule span{
    display: block;
}

.header-panel{
    width: calc(40% - 15px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-panel .item{
    margin-left: 25px;
}
.header-panel .item.social-links{
    margin-left: 10px;
}
.social-links{
    display: inline-flex;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}
.social-links a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-right: 1px solid #D9D9D9;
}
.social-links a:last-of-type{
    border-right: none;
}
.social-links a:hover{
    background: var(--bg-color);
}
.spec-version-link,
.search-btn{
    cursor: pointer;
    transition: transform ease-out 300ms;
}
.spec-version-link:hover,
.search-btn:hover{
    transform: scale(1.1);
}


.header-logo img{
    height: 130px;
    max-height: 100%;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.fixed .header-bottom-inner{
    margin-top: auto;
}
.fixed .header-logo img{
    height: 75px;    
}

.mega-menu-btn{
    display: flex;
    width: 164px;
    height: 48px;
    align-items: center;
    padding: 0 65px 0 25px;
    color: #fff;
    font-size: 1.125rem;
    background: var(--accent-color);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all ease-out 300ms;
    font-weight: 600;
}
.mega-menu-btn:after{
    content: "";
    width: 1px;
    position: absolute;
    right: 55px;
    top: 10px;
    bottom: 10px;
    background: rgba(255,255,255,.5);
}
.mega-menu-btn:hover,
.mega-menu-btn.active{
    filter: brightness(115%);
}
.mega-menu-btn .icon-menu-burger{
    width: 14px;
    left: auto;
    right: 25px;
}
.mega-menu-btn .icon-menu-burger:before{
    top: -5px;
    width: 90%;
    background: #fff;
}
.mega-menu-btn .icon-menu-burger:after{
    bottom: -5px;
    width: 70%;
    background: #fff;
}
.mega-menu-btn .icon-menu-burger__line{
    background: #fff;
}
.mega-menu-btn.active .icon-menu-burger{
    transform: rotate(45deg);
    transition: transform 0.2s linear 0.4s;
}
.mega-menu-btn.active .icon-menu-burger__line{
    transform: rotate(90deg);
}
.mega-menu-btn.active .icon-menu-burger:before{
    transition: top 0.2s linear;
    top: 0;
    width: 100%;
}
.mega-menu-btn.active .icon-menu-burger:after{
    transition: bottom 0.2s linear;
    bottom: 0;
    width: 100%;
}


/* top menu */
.top-menu-wrapper{
    width: calc(100% - 164px);
    padding-left: 35px;
}
.top-menu{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
}
.top-menu.loaded{
    overflow: inherit;
    opacity: 1;
}
.top-menu > ul {
    display: flex;
}
.top-menu li{
    position: relative;
    line-height: 1.2;
}
.top-menu a{
    color: #333;
}
.top-menu li.active > a,
.top-menu a:hover{
    color: var(--accent-color);
}
.top-menu > ul > li > a{
    font-size: 1.125rem;
    margin: 0 0 0 30px;
    white-space: nowrap;
}

.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle;
    margin: -5px 0 0 8px;
    transition: all ease-out 300ms;
}
.top-menu ul ul li.down > a{
    position: relative;
    padding-right: 25px;
}
.top-menu ul ul li.down > a:after {
    transform: rotate(-45deg);
    position: absolute;
    right: 12px;
    top: 23px;
}
.top-menu li.down.active > a:after,
.top-menu li.down > a:hover:after{
    border-color: var(--accent-color);
}
.top-menu ul ul {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 30px;
    width: 220px;
    z-index: 500;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #D9D9D9;
}
.top-menu ul ul:before{
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul li:first-of-type > a{
    border-radius: 10px 10px 0 0;
}
.top-menu ul ul li:last-of-type > a{
    border-radius: 0 0 10px 10px;
}
.top-menu ul ul a{
    color: #000;
    display: block;
    padding: 13px 16px;
    font-size: 1rem;
}
.top-menu ul ul a:hover,
.top-menu ul ul li.active > a{
    background: var(--bg-color);
}
.top-menu ul ul ul{
    top: 0;
    left: calc(100% + 5px);
}
.top-menu ul ul ul:before{
    content:"";
    width: 5px;
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
}

.top-menu .top-menu-more-list {
    display: none;
}
.top-menu .top-menu-more-list.active {
    display: block;
}
.top-menu-more-list > li > ul{
    left: auto;
    right: 0;
}
.top-menu-more-list > li:first-of-type {
    width: 40px;
    height: 100%;
}
.top-menu-more-list > li > span {
    display: block;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) right 0 top 50% no-repeat;
}
.top-menu .top-menu-more-list-sublist{
    text-align: right;
}
.top-menu .top-menu-more-list-sublist ul{
    left: auto;
    right: calc(100% + 5px);
}
.top-menu .top-menu-more-list-sublist ul:before {
    left: auto;
    right: -5px;
}
.top-menu .top-menu-more-list-sublist li.down > a {
    padding-left: 25px;
    padding-right: 16px;
}
.top-menu .top-menu-more-list-sublist li.down > a:after {
    transform: rotate(135deg);
    right: auto;
    left: 12px;
}

.top-menu > ul > li:last-of-type > ul{
    left: auto !important;
    right: 0;
    text-align: right;
}
.top-menu > ul > li:last-of-type ul ul{
    left: auto;
    right: calc(100% + 5px);
}
.top-menu > ul > li:last-of-type ul ul:before {
    left: auto;
    right: -5px;
}
.top-menu > ul > li:last-of-type ul li.down > a {
    padding-left: 25px;
    padding-right: 16px;
}
.top-menu > ul > li:last-of-type ul li.down > a:after {
    transform: rotate(135deg);
    right: auto;
    left: 12px;
}
.top-menu li[data-tag] > a{
    position: relative;
}
.top-menu li[data-tag] > a:before {
    position: absolute;
    right: 0;
    top: -15px;
    background: var(--accent-color2);
    color: var(--accent-color-font);
    line-height: 1;
    padding: 2px 5px;
    font-weight: normal;
    font-size: 0.75rem;
    border-radius: 5px;
    text-transform: none;
}
.top-menu li[data-tag="action"] > a:before {
    content: "%";
}
/* /. top menu */

/* search block */
.search-form-section{
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(-130px);
    transition: all ease-out 300ms;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .05);
}
.search-form-section.active{
    transform: translateY(0px);
}
.search-form-block{
    height: 130px;
    display: flex;
    align-items: center;
}
.search-form-block-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    z-index: -100;
    opacity: 0;
    transition: opacity 200ms ease-out;
}
.search-form-section.active + .search-form-block-overlay{
    z-index: 1400;
    opacity: 1;
}
.search-form-block-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.search-close{
    line-height: 1;
    width: 20px;
    cursor: pointer;
    transition: all ease-out 300ms;
}
.search-close:hover path{
    fill: var(--accent-color);
}
.search-form-block-inner form{
    width: calc(100% - 20px);
    padding-right: 15px;
    position: relative;
}
.search-input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    padding: 0 100px 0 15px;
    border: none;
    color: #555;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}
.search-submit-input{
    position: absolute;
    right: 15px;
    top: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    background: var(--accent-color);
    border: none;
    text-transform: uppercase;
    font-size: 0.9375rem;
    transition: all ease-out 300ms;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.search-submit-input:hover{
    filter: brightness(110%);
    color: #fff;
}
@media(max-width: 991px){
    .search-form-block{
        height: 100px;
    }
    .search-input{
        height: 50px;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
    }
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
    }
    .header-push{
        height: 90px;
    }
    .header-logo{
        height: 65px;
    }
}
@media(max-width: 499px){
    .search-input {
        height: 50px;
        line-height: 50px;
        padding: 0 80px 0 10px;
        font-size: 0.9375rem;
    }
    .search-submit-input{
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 0.8125rem;
    }
}
/* /. search block */

@media(max-width: 1299px){
    .top-menu > ul > li > a {
        font-size: 1.0625rem;
        margin: 0 0 0 20px;
    }
    .top-menu ul ul a{
        font-size: 0.9375rem;
    }
    .header-contacts .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-schedule{
       /*  width: 100%; */
        max-width: 100% !important;
        /* margin-top: 15px; */
    }
    .header-schedule span{
        display: inline-block;
    }
    .header-schedule span + span{
        margin-left: 10px;
    }
    .header-address{
        padding-right: 0;
    }
/*     .header-contacts .item{
    max-width: 50%;
} */
    .header-contacts{
        width: calc(60% - 10px);
    }
    .header-panel{
        width: calc(40% - 10px);
    }
    .header-contacts .item:after{
        height: 20px;
        top: calc(50% - 10px);
    }
}
@media(max-width: 1099px){
    .header-top{
        padding-top: 20px;
    }
    .header-bottom-wrapper{
        padding: 10px 0;
    }
    .header-contacts .item{
        padding-right: 15px;
    }
    .header-contacts .item.header-address{
        padding-left: 15px;
    }
    .header-panel .item{
        margin-left: 15px;
    }
    .header-panel .item.spec-version-link{
        margin-left: 0;
    }
    .header-application-btn .btn{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0.875rem;
        height: 36px;
    }
    .social-links a{
        width: 36px;
        height: 36px;
    }
}
@media(max-width: 991px){
    .top-mail{
        color: #747d89;
        text-align: right;
        font-size: 0.9rem;
    }
    .header .header-top .left-col{
        width: 100%;
        padding-right: 15px;
    }
    .header .header-top .right-col {
        display: none;
    }
    .top-menu,
    .mega-menu-btn,
    .header-panel,
    .header-contacts{
        display: none;
    }
    .mob_up_text, .header-address-xs{
        display: block;
        color: #333;
    }
    .header-top{
        padding: 7px 0;
        height: auto;
        background: #F9F9F9;
    }
    .header-bottom-wrapper{
        padding: 0;
    }
    .header-bottom{
        height: 75px;
        border-bottom: 1px solid #eee;
        padding: 5px 0;
    }
    .header-cities-select-title, .header-address-xs{
        height: auto;
        padding: 0;
        border: none;
        justify-content: flex-start;
        font-weight: normal;
    }
    .header .left-col{
        width: 75px;
        padding-right: 15px;
    }
    .header .right-col{
        width: calc(100% - 75px);
        justify-content: flex-end;
        margin: 0 auto;
    }
    .header-phone-xs{
        font-weight: 600;
        line-height: 1.1;
        font-size: 1.1rem;
    }
    .header-panel-xs{
        display: flex;
        align-items: center;
    }
    .header-panel-xs .search-btn{
        line-height: 0;
    }
    .mobile-menu-content {
        padding: 15px 20px 130px;
    }
    .mobile-menu-contacts{
        border-top: 1px solid #eee;
        padding-top: 30px;
    }
    .mobile-menu-schedule span{
        display: block;
    }
    .mobile-menu-contacts .contacts-item{
        margin-bottom: 10px;
        font-size: 0.9375rem;
    }

    .mobile-menu-contacts .social-links{
        border: none;
        border-radius: 0;
    }
    .mobile-menu-contacts .social-links a{
        border: 1px solid var(--accent-color);
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .mobile-menu-contacts .social-links a:last-of-type{
        border-right: 1px solid var(--accent-color);
    }
    .header-cities-select-list{
        right: auto;
        width: 220px;
        top: calc(100% + 7px);
    }
    .header-cities-select-list a {
        padding: 10px 12px;
        font-size: 0.9375rem;
    }
}

@media(max-width: 499px){
    .header .header-top .left-col{
        width: 100%;
        padding-right: 15px;
    }
    .header .header-top .right-col {
        display: none;
    }
    .header-cities-select-title, .header-address-xs{
        font-size: 0.8125rem;
    }
    .header-phone-xs{
        font-size: 1.1rem;
    }
    .header-cities-select-list a {
        padding: 6px 8px;
        font-size: 0.875rem;
    }
}
@media(max-width: 399px){
    .header .header-top .left-col{
        width: 100%;
        padding-right: 15px;
    }
    .header .header-top .right-col {
        display: none;
    }
    .header-cities-select-title, .header-address-xs{
        font-size: 0.75rem;
    }
    .header-phone-xs{
        font-size: 1.1rem;
    }
    .menu-button{
        margin-left: 10px;
    }
}
/* /. Header */


.ui-datepicker{
    font-size: 0.875rem;
}
.ui-datepicker .ui-datepicker-header{
    border: none;
}
.ui-icon-circle-triangle-e{
    background-position: -34px 0;
}
.ui-icon-circle-triangle-w{
    background-position: -98px 0;
}
#ui-datepicker-div{
    border: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    width: 357px;
    z-index: 99999 !important;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: var(--accent-color);
    border: none;
    color: var(--accent-color-font);
    text-align: center;
}
.ui-state-default:hover{
    opacity: 0.8;
}
.ui-state-active{
    background: var(--accent-color2)!important;
}
.ui-widget-header{
    background: var(--accent-color);
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover{
    background: none !important;
    border: none;
}
.ui-datepicker .ui-datepicker-title{
    color: var(--accent-color-font);
}
.ui-datepicker .ui-datepicker-next {
    right: 12px;
    top: 5px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 12px;
    top: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 12px;
    height: 12px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 5px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 0 !important;
    margin-left: 0;
    margin-top: 0;
    width: 12px;
    height: 12px;
    top: 5px;
    cursor: pointer;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(315deg);
}

.ui-datepicker .ui-datepicker-next span {
    transform: rotate(135deg);
}
@media(max-width: 1299px){
    #ui-datepicker-div{
        width: 250px;
    }
}

/* mega-menu */
.mega-menu-section{
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
}
.header-bottom.fixed .mega-menu-section{
    top: calc(100% + 5px);
}
.mega-menu{
    padding: 25px;
    background: var(--bg-color);
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media(min-width: 992px){
    .header .fixed .right-col{
        margin-top: initial;
        margin-bottom: initial;
    }
    .header .right-col{
        margin-top: auto;
        margin-bottom: 6px;
    }
    .header-bottom-inner {
        margin-top: -76px;
    }
    .oh{
        overflow: hidden;
    }
    .mega-menu-overlay{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .7);
        backdrop-filter: blur(10px);
        z-index: -100;
        opacity: 0;
    }
    .mega-menu.active{
        display: flex;
        flex-wrap: wrap;
    }
    .mega-menu-overlay.active{
        opacity: 1;
        z-index: 100;
    }
}
.mega-menu-aside{
    width: 300px;
    padding-right: 25px;
    border-right: 1px solid rgba(0,0,0,.1);
    height: 400px;
    overflow: auto;
}
.mega-menu-main-column{
    width: calc(100% - 300px);
    padding-left: 25px;
}
.mega-menu-tabs a{
    display: flex;
    align-items: center;
    min-height: 60px;
    border-radius: 10px;
    color: #333;
    padding: 20px;
    line-height: 1.3;
}
.mega-menu-tabs li + li{
    margin-top: 5px;
}
.mega-menu-tabs li.active > a,
.mega-menu-tabs li:hover > a{
    background: var(--accent-color);
    color: #fff;
}
.mega-menu-box{
    display: none;
}
.mega-menu-box.active{
    display: flex;
    flex-wrap: wrap;
}
.mega-menu-box-img{
    width: 330px;
}
.mega-menu-box-img a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.mega-menu-box-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.mega-menu-box-img a:hover img{
    transform: scale(1.1);
}
.mega-menu-box-body{
    width: calc(100% - 330px);
    padding-right: 25px;
}
.mega-menu-box-body-inner{
    height: 400px;
    overflow: auto;
}
.mega-menu-box-title{
    font-family: var(--font-second);
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 30px;
}
.mega-menu-box-columns{
    padding-right: 25px;
}
.mega-menu-box-columns > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mega-menu-box-columns > ul > li{
    width: calc(50% - 15px);
    margin-bottom: 25px;
}
.mega-menu-box-columns ul ul {
    display: none;
    padding: 25px 0 0 10px;
    font-size: 0.9375rem;
}
.mega-menu-box-columns ul ul li{
    margin-bottom: 15px;
}
.mega-menu-box-columns li.down{
    padding-right: 30px;
    position: relative;
}
.mega-menu-box-columns .dropdown-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    z-index: 10;
    cursor: pointer;
    transition: all 300ms ease-out;
}
.mega-menu-box-columns .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #474747;
}
.mega-menu-box-columns .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    top: calc(50% - 7px);
    right: 7px;
    background: #474747;
    
}
.mega-menu-box-columns .dropdown-button.active{
    transform: rotate(45deg);
}
.mega-menu-box-columns a{
    color: #333;
}
.mega-menu-box-columns li.active > a,
.mega-menu-box-columns a:hover{
    color: var(--accent-color);
}

@media(max-width: 1199px){
    .mega-menu-box-columns > ul > li{
        width: 100%;
    }
}
@media(max-width: 1099px){
    .mega-menu{
        padding: 20px;
    }
    .mega-menu-aside {
        width: 280px;
        padding-right: 20px;
    }
    .mega-menu-main-column {
        width: calc(100% - 280px);
        padding-left: 20px;
    }
    .mega-menu-box-body {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .mega-menu-box-img{
        width: 300px;
    }
}
@media(max-width: 991px){
    .mega-menu-section{
        display: none !important;
    }
}
/* /. mega-menu */


/* index-intro-section */
.index-intro-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.index-intro-column{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.index-intro-item{
    height: 100%;
    min-height: 690px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: var(--base-shadow);
}
.index-intro-item-top{
    padding-bottom: 50px;
}
.index-intro-section .item-tags{
    margin-bottom: 10px;
}
.index-intro-section .item-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: default;
}
.index-intro-section a.item-tag:hover{
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--accent-color-font);
    cursor: pointer;
}

.index-intro-useful-links{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.index-intro-useful-links .col{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 50%;
}
.index-intro-useful-links .item{
    display: flex;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 12px;
    position: relative;
    overflow: hidden;
}
.index-intro-useful-links div.item{
    cursor: default;
}
.index-intro-useful-links .item-body{
    position: relative;
    z-index: 10;
}
.index-intro-useful-links .item-title{
    font-family: var(--font-second);
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #333;
}
.index-intro-useful-links .item-text{
    transition: all ease-out 300ms;
    opacity: 0;
    line-height: 1.3;
    font-size: 0.875rem;
    color: #747d89;
}
.index-intro-useful-links .item-more {
    position: absolute;
    bottom: 12px;
    left: 12px;
    transition: all ease-out 300ms;
    line-height: 0;
    border: 1px solid var(--accent-color);
    border-radius: 50%;
}

.index-intro-useful-links .item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.5);
    transition: all ease-out 300ms;
    opacity: 0;
}
.index-intro-useful-links .item:hover:after,
.index-intro-useful-links .item:hover .item-text{
    opacity: 1;
}
.index-intro-useful-links .item:hover .item-more{
    opacity: 0;
}

.right-col .index-intro-item .img-block{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.right-col .index-intro-item .img-block img{
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom 0 left 50%;
    border-radius: 10px;
    width: 100%;
}
.index-intro-item-bottom{
    position: relative;
    z-index: 10;
}
.index-intro-actions{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.index-intro-actions .col{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.index-intro-actions-carousel{
    display: block;
}
.index-intro-actions-carousel > div:not(:first-of-type){
    display: none;
}

.index-intro-actions-carousel .slick-track{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.index-intro-actions-carousel .slick-slide{
    height: inherit;
}

.index-intro-actions .item{
    min-height: 200px;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    overflow: hidden;
}
.index-intro-actions .item-title{
    font-family: var(--font-second);
    font-weight: 500;
    /* margin-bottom: 15px; */
    font-size: 1.875rem;
    line-height: 1.2;
}

.index-intro-actions .item-dark{
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
    border-color: transparent;
}
@media(min-width: 992px){
    .index-intro-actions .item:hover{
        transform: translateY(-10px);
    }
}
@media(max-width: 1419px){
    .index-intro-item{
        padding: 20px;
        min-height: 48.6vw;
    }
    .index-intro-actions .item{
        padding: 15px;
        min-height: 125px;
    }
    .index-intro-actions .item-title {
        font-size: 2.112vw;
    }
    .index-intro-actions .btn-main.btn-arrow{
        padding: 0 1.1267vw;
        height: 3.94vw;
    }
    .index-intro-section .item-tag {
        height: 30px;
        padding: 0 10px;
        font-size: 0.8125rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
@media(max-width: 1099px){
    .index-intro-useful-links .item-title {
        font-size: 1rem;
        margin-bottom: 7px;
    }
    .index-intro-useful-links .item-text{
        font-size: 0.8125rem;
    }
}
@media(max-width: 991px){
    .index-intro-item{
        padding: 15px;
    }
    .index-intro-column{
        width: 100%;
    }
    .index-intro-columns .right-col{
        order: 1;
    }
    .index-intro-columns .left-col{
        order: 2;
    }

    .index-intro-actions .item-title {
        font-size: 3vw;
    }
    .index-intro-actions .btn-main.btn-arrow{
        padding: 1.6vw;
        height: 5.6vw;
    }
    .index-intro-useful-links .item-title{
        margin-left: 35px;
        font-size: 1.125rem;
    }
    .index-intro-useful-links .item-text,
    .index-intro-useful-links .item:after{
        opacity: 1;
    }
    .index-intro-useful-links .item-more{
        bottom: auto;
        top: 12px;
    }
    .index-intro-useful-links .item-text{
        font-size: 0.9375rem;
    }
}
@media(max-width: 599px){
    .index-intro-actions .btn-main.btn-arrow{
        padding: 0 10px;
        height: 32px;
    }
    .index-intro-columns{
        padding-top: 0;
    }
}
@media(max-width: 499px){
    .index-intro-useful-links .col{
        width: 100%;
    }
    .index-intro-actions .col{
        width: 100%;
    }
    .index-intro-actions .col + .col{
        margin-top: 10px;
    }
    .index-intro-actions .item-title{
        font-size: 5vw;
    }
    .right-col .index-intro-item{
        min-height: 100vw;
    }

}
/* /. index-intro-section */

/* actions */
.actions{
    display: flex;
    flex-wrap: wrap;
}
.actions .col{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.actions .item {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 10px;
    justify-content: flex-end;
    position: relative;
    box-shadow: var(--base-shadow);
}
.actions .item-body{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    color: #333;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.actions .item-img{
    width: 60%;
    position: relative;
}
.actions .item-img:after {
    content: "";
    background: linear-gradient(90deg, rgb(255 255 255) 5%, rgb(0 0 0 / 6%) 78.79%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.actions .item-img-inner{
    height: 100%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.actions .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 300ms;
}
.actions .item-tag span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-size: 0.875rem;
    color: var(--accent-color-font);
    background: var(--accent-color);
    border-radius: 10px;
    padding: 0 25px;
    line-height: 1;
    font-weight: 500;
}

.actions .item-discount{
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 1;
}
.actions .item-discount + .item-text{
    margin-top: 20px;
}
.actions .item-text{
    font-size: 1.75rem;
    line-height: 1.2;
}
.actions .item-text div{
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding-right: 5px;
    width: fit-content;
}
.actions .item:hover .item-img img{
    transform: scale(1.1);
}
.actions-carousel{
    display: block;
    margin-top: -10px;
}
.actions-carousel > div:not(:first-of-type){
    display: none;
}

@media(max-width: 1419px){
    .actions .item-body{
        padding: 3vw;
    }
    .actions .item-tag span{
        height: 3.52vw;
        font-size: 1.13vw;
        padding: 0 2.112vw;
        border-radius: 0.7vw;
    }
    .actions .item-discount{
        font-size: 4.3vw;
    }
    .actions .item-discount + .item-text{
        margin-top: 1.5vw;
    }
    .actions .item-text{
        font-size: 2vw;
    }
}
@media(max-width: 767px){
    .actions .item-tag span{
        height: 4vw;
        font-size: 1.6vw;
        padding: 0 2.5vw;
        border-radius: 0.8vw;
    }
    .actions .item-discount{
        font-size: 5vw;
    }
    .actions .item-text{
        font-size: 2.2vw;
    }
}
@media(max-width: 599px){
    .actions .col{
        width: 100%;
    }
    .actions .item-body{
        padding: 6.5vw;
    }
    .actions .item-tag span {
        height: 8.33vw;
        font-size: 2.666vw;
        border-radius: 1.666vw;
        padding: 0 5vw;
    }
    .actions .item-discount{
        font-size: 10vw;
    }
    .actions .item-discount + .item-text{
        margin-top: 3.5vw;
    }
    .actions .item-text{
        font-size: 4.7vw;
    }
}
/* /. actions */

/* services */
.services_grid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.services_grid .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.services_grid .item{
    height: 100%;
    padding: 25px;
    background: #fff;
    transition: all 0.2s ease-out;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--base-shadow);
}
.services_grid .item-top{
    flex: 1 0 auto;
}
.services_grid .item-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.services_grid .item-title {
    font-family: var(--font-second);
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
    width: calc(100% - 90px);
    color: #333;
}
.services_grid .item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.services_grid .item-description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #444;
}
.services_grid .item:hover{
    box-shadow: var(--base-shadowhov);
    transform: translateY(-10px);
}
.services_grid .item:hover .more:after{
    left: 5px;
}
.services_grid .item:hover .more{
    color: var(--accent-color);
}
@media(max-width: 1199px){
    .services_grid .item-title{
        font-size: 1.25rem;
    }
}
@media(max-width: 991px){
    .services_grid .item-title{
        font-size: 1.5rem;
    }
    .services_grid .col{
        width: 50%;
    }
}
@media(max-width: 767px){
    .services_grid .item-title{
        font-size: 1.25rem;
    }
}
@media(max-width: 599px){
    .services_grid .col{
        width: 100%;
    }
    .services_grid .item-title{
        font-size: 1.5rem;
    }
}
@media(max-width: 399px){
    .services_grid .item-title{
        font-size: 1.25rem;
    }
}
/* /. services */

/* application */
.application-block {
    background: #fff;
    padding: 70px;
    border-radius: 10px;
    box-shadow: var(--base-shadow);
}
.application-block-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.application-block-title{
    width: 66.6666%;
    padding-right: 10px;

}
.application-block-description{
    width: 33.3333%;
    padding-left: 10px;
    font-size: 1.25rem;
}
.application-form-row{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.application-form-row .form-group{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.application-block .form-control{
    height: 70px;
    font-size: 1.125rem;
}
.application-block .btn{
    height: 70px;
}
.application-block-title{
    margin-bottom: 0;
}
.application-block .agreement{
    margin-top: 0;
    font-size: 1rem;
}
@media(max-width: 1419px){
    .application-block{
        padding: 4.93vw;
    }
    .application-block-header{
        margin-bottom: 3.52vw;
    }
    .application-form-row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .application-block .form-group{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .application-block .agreement{
        margin-top: 10px;
    }
    .application-block-description{
        font-size: 1.125rem;
    }
}
@media(max-width: 1099px){
    .application-block-description{
        font-size: 1rem;
    }
    .application-block .agreement{
        font-size: 0.875rem;
    }
}

@media(max-width: 991px){
    .application-block-title{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .application-block-description{
        width: 100%;
        padding-left: 0;
    }
    .application-block .form-group{
        width: 50%;
    }
    .application-block .form-group.last{
        width: 100%;
        position: relative;
        bottom: -70px;
    }
    .application-block .agreement{
        position: relative;
        top: -80px;
    }
    .application-block .btn{
        box-shadow: 0 0 40px rgba(255,255,255,0.5);
        height: 60px;
        font-size: 1rem;
    }
    .application-block .form-control{
        height: 60px;
        font-size: 0.9375rem;
    }
}
@media(max-width: 767px){
    .application-block .form-group{
        width: 100%;
    }
    .application-block-header{
        margin-bottom: 30px;
    }
    .application-block .form-control{
        font-size: 0.875rem;
    }
}
@media(max-width: 499px){
    .application-block .agreement{
        font-size: 0.75rem;
    }
    .application-block{
        padding: 25px;
    }
}
/* /. application */

/* about-section */
.about-section{
    position: relative;
}
.about-section-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
}
.about-section-main .col{
    width: calc(50% - 15px);
}
.about-section-main .content{
    padding-bottom: 20px;
}
.about-section-main .content p{
    text-align: justify;
}
.about-section-img{
    text-align: center;
}
.about-section-img img {
    border-radius: 10px;
}
.about-section-features{
    background: #fff;
    padding: 40px 40px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    box-shadow: var(--base-shadow);
}
.about-section-features .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.about-section-features .item-icon{
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.about-section-features .item-title{
    font-family: var(--font-second);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--accent-color3);
}
.about-section-features .item-text{
    line-height: 1.3;
}

@media(max-width: 1419px){
    .about-section-features{
        padding: 30px 30px 0;
    }
}
@media(max-width: 991px){
    .about-section-main .col{
        width: 100%;
    }
    .about-section-features .col{
        width: 50%;
    }
}
@media(max-width: 499px){
    .about-section-features .col{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .about-section-features .item{
        display: flex;
        flex-wrap: wrap;
    }
    .about-section-features .item-icon{
        width: 70px;
    }
    .about-section-features .item-body{
        width: calc(100% - 70px);
        padding-left: 15px;
    }
    .about-section-features{
        padding: 30px 25px 0;
    }
}
@media(max-width: 399px){
    .about-section-features .item-icon{
        width: 60px;
        height: 60px;
    }
    .about-section-features .item-body{
        width: calc(100% - 60px);
        padding-left: 10px;
    }
}
/* /. about-section */

/* team */
.team:not(.team-carousel){
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.team .col{
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    margin-bottom: 18px;
    margin-top: 2px;
}
.team .item{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    position: relative;
    height: 100%;
    box-shadow: var(--base-shadow);
}
.team .item-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.team .item-img img{
    transition: all ease-out 300ms;
    width: 100%;
}

.team .item-tags{
    position: absolute;
    left: 25px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #333;
    font-size: 0.8125rem;
}
.team .item-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    line-height: 1;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    margin-right: 7px;
}
.team .item-tag:last-child{
    margin-right: 0;
}
.team .item-tag-icon{
    margin-right: 4px;
}

.team .item-body{
    padding: 25px;
    color: #333;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.team .item-body-top{
    flex: 1 0 auto;
    padding-bottom: 25px;
}
.team .item-title{
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 8px;
    transition: all ease 300ms;
}
.team .item-subtitle{
    font-size: 0.9375rem;
    line-height: 1.3;
    color: #858585;
}
.team .item .btn{
    position: relative;
    z-index: 10;
}
.team-carousel > div:not(:first-of-type){
    display: none;
}
.team-carousel .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-carousel .slick-list, .actions-carousel .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.team-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.team-carousel .slick-slide {
    height: inherit;
}
.team .item:hover{
    box-shadow: 0 0 0 2px var(--accent-color);
}
.team .item:hover .item-title{
    color: var(--accent-color);
}
@media(max-width: 1419px) and (min-width: 1200px){
    .team .item-title{
        font-size: 1.25rem;
    }
    .team .item-subtitle{
        font-size: 0.875rem;
    }
}
@media(max-width: 1199px){
    .team .col{
        width: 33.3333%;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .team .item-body{
        padding: 20px;
    }
    .team .item-body-top{
        padding-bottom: 20px;
    }
    .team .item-title{
        font-size: 2.2vw;
    }
    .team .item-subtitle{
        font-size: 0.875rem;
    }
    .team .item .btn{
        height: 5.6vw;
        font-size: 1.6vw;
        padding-left: 2.4vw;
    }
    .team .item .btn .svg{
        margin-left: 2.4vw;
    }
    .team .item-tags{
        left: 20px;
        bottom: 15px;
        font-size: 0.75rem;
    }
    .team .item-tag{
        height: 24px;
    }
}
@media(max-width: 767px){
    .team .col{
        width: 50%;
    }
}
@media(max-width: 699px){
    .team .item-body{
        padding: 3vw;
    }
    .team .item-body-top{
        padding-bottom: 20px;
    }
    .team .item-title{
        font-size: 3.5vw;
    }
    .team .item-subtitle{
        font-size: 0.875rem;
    }
    .team .item .btn{
        height: 8.4vw;
        font-size: 2.7vw;
        padding-left: 4vw;
        padding-right: 3vw;
    }
    .team .item .btn .svg{
        margin-left: 10px;
        padding-left: 10px;
        width: 31px;
    }
    .team .item-tags{
        left: 3vw;
        bottom: 3vw;
        font-size: 0.6875rem;
    }
    .team .item-tag{
        height: 22px;
        padding: 0 7px;
    }
}
@media(max-width: 399px){
    .team .col{
        width: 100%;
    }
    .team .item-body{
        padding: 25px;
    }
    .team .item-title{
        font-size: 1.375rem;
    }
    .team .item .btn {
        height: 14vw;
        font-size: 4.5vw;
        padding-left: 8vw;
        padding-right: 6vw;
    }
    .team .item .btn .svg{
        padding-left: 16px;
        width: 41px;
    }
    .btn-main span {
        width: calc(100% - 51px);
    }
    .team .item-tags{
        left: 25px;
        bottom: 15px;
        font-size: 0.75rem;
    }
    .team .item-tag{
        height: 24px;
        padding: 0 10px;
    }
}
/* /. team */

/* reviews-section */
.reviews-section-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews-section-header h2{
    width: calc(40% - 15px);
}
.rating-widget{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.rating-widget .col{
    width: 33.3333%;
    padding-left: 20px;
    margin-bottom: 20px;
}
.rating-widget .item{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.rating-widget .item-icon{
    height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.rating-widget .item-icon img{
    max-height: 100%;
}
.rating-widget .item-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: var(--bg-color);
    border-radius: 5px;
}

.rating-widget .item-num{
    padding-right: 20px;
    position: relative;
    font-family: var(--font-second);
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1;
    color: #333;
}
.rating-widget .item-num-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 14px;
    line-height: 0;
}
.rating-widget .item:hover .item-more .btn{
    filter: brightness(115%);
}
.rating-widget .item:hover .item-more .btn .svg path {
    -webkit-animation: toLeftHideRightShow 0.3s forwards;
    -moz-animation: toLeftHideRightShow 0.3s forwards;
    animation: toLeftHideRightShow 0.3s forwards;
}

.rating-widget-simple .col{
    width: auto !important;
}
.rating-widget-simple .item{
    padding: 0 !important;
}
.rating-widget-simple .item-body{
    padding: 15px !important;
    background: #fff;
}
.rating-widget-simple .item-num{
    margin-right: 15px;
}
.rating-widget .item-body .btn .svg{
    width: auto;
}
@media(max-width: 1099px) and (min-width: 992px){
    .rating-widget .item-num{
        font-size: 1.5rem;
    }
    .rating-widget .item-body .btn{
        padding-left: 10px;
        padding-right: 10px;
        height: 42px;
    }
}
@media(max-width: 991px){
    .reviews-section-header h2{
        width: 100%;
    }
    .rating-widget{
        width: 100%;
        justify-content: space-between;
    }
    .rating-widget .col{
        padding-left: 0;
        padding-right: 0;
        width: calc(33.3333% - 10px);
    }

}
@media(max-width: 599px){
    .rating-widget .col{
        width: 100%;
        margin-bottom: 10px;
    }
    .rating-widget .item{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5px 5px 5px 15px;
    }
    .rating-widget .item-icon{
        margin-bottom: 0;
    }
    .rating-widget .item-body{
        padding: 5px 5px 5px 15px;
    }
    .rating-widget .item-num{
        margin-right: 20px;
    }
}
@media(max-width: 399px){
    .rating-widget .item-body .btn{
        padding-left: 5px;
        padding-right: 5px;
        height: 36px;
        border-radius: 5px;
    }
    
    .rating-widget .item-body {
        padding: 5px 5px 5px 10px;
    }
    .rating-widget .item-num{
        margin-right: 10px;
        font-size: 1.5rem;
    }
}

.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.reviews .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.reviews .col.full-width{
    width: 100%;
}
.reviews .item{
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: var(--base-shadow);
}
.fancybox_modal .reviews .item{
     box-shadow: none;    
}
.reviews .item .text-item a{
    text-decoration: underline;    
}
.reviews .item-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.reviews .item-avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1;
    font-family: var(--font-second);
    background: var(--bg-color);
    background-position: center;
}
.reviews .item-header-content{
    width: calc(100% - 60px);
    padding-left: 15px;
}
.reviews .item-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-name{
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 4px;
}
.reviews .item-date{
    color: #c5c5c5;
    font-size: 0.875rem;
}
.reviews .item-body-top{
    padding-bottom: 25px;
}
.reviews .item-more{
    margin-top: 10px;
}
.reviews .item-more a{
    text-decoration: underline;
}
.reviews .item-more a:hover{
    text-decoration: none;
}
.reviews .item-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.reviews .item-rating{
    line-height: 0;
}
.ec-stars{
    display: inline-block;
    position: relative;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 !important;
}
.ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:18px;
    width:auto;
}
.ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:18px;
    white-space:nowrap;
    overflow:hidden;
}
.ec-stars svg{
    display: block;
    margin-left: 4px;
}

.reviews-carousel{
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.reviews-carousel .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}

.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .slick-next{
    top: auto;
    bottom: -72px;
}
.reviews-carousel .slick-prev{
    top: auto;
    bottom: -72px;
}

.reviews-section-more{
    padding: 20px 120px 0 0;
}

.fancybox_modal .reviews .item{
    padding: 0;
}

@media(max-width: 1299px){
    .reviews .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .reviews .item-body-top{
        font-size: 0.875rem;
    }
}
@media(max-width: 767px){
    .reviews .col{
        width: 100%;
    }
    .reviews-carousel .slick-next{
        bottom: auto;
        top: 0;
    }
    .reviews-carousel .slick-prev{
        bottom: auto;
        top: 0;
    }
    .reviews-carousel{
        padding-top: 70px;
    }
}
@media(max-width: 399px){
    .reviews .item{
        padding: 20px;
    }
    .reviews .item-avatar{
        width: 50px;
        height: 50px;
    }
    .reviews .item-header-content {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    .reviews .item-name{
        font-size: 1.125rem;
    }
}
/* /. reviews-section */

/* news */
.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.news .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.news.news-list .col{
    margin-bottom: 50px;
}
.news .item{
    display: block;
    height: 100%;
    color: #333;
    position: relative;
}
.news .item-img{
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--base-shadow);
}
.news .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.news .item-date{
    color: #6A6A6A;
    margin-bottom: 5px;
    font-size: 0.875rem;
}
.news .item-title{
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.news .item:hover{
    color: var(--accent-color);
}
.news .item:hover .item-img img{
    transform: scale(1.1);
}

.news-carousel{
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.news-carousel .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.news-carousel > div:not(:first-of-type){
    display: none;
}

.news-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-carousel .slick-slide {
    height: inherit;
}
.news-carousel .slick-next{
    top: auto;
    bottom: -72px;
}
.news-carousel .slick-prev{
    top: auto;
    bottom: -72px;
}

.news-section-more{
    padding: 20px 120px 0 0;
}

@media(max-width:1299px){
    .news .item-title{
        font-size: 1.25rem;
    }
    .news .item-text{
        font-size: 0.875rem;
    }
}
@media(max-width:991px){
    .news .item-title{
        font-size: 1.125rem;
    }
    .news .item-img{
        margin-bottom: 15px;
    }
    .news .item-date{
        font-size: 0.75rem;
    }
    .news .item-text{
        font-size: 0.8125rem;
    }
}
@media(max-width:767px) and (min-width: 400px){
    .news .col{
        width: 100%;
        margin-bottom: -30px;
    }
    .news .item{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .news .item-img{
        margin-bottom: 0;
        width: 33%;
    }
    .news .item-body{
        width: 67%;
        padding-left: 15px;
    }
}
@media(max-width: 767px){
    .news-carousel .slick-next{
        bottom: auto;
        top: 0;
    }
    .news-carousel .slick-prev{
        bottom: auto;
        top: 0;
    }
    .news-carousel{
        padding-top: 70px;
    }
}
@media(max-width:399px){
    .news .col{
        width: 100%;
        margin-bottom: -20px;
    }
}
/* /. news */

/* contacts-section */
.map-wrapper{
    min-height: 570px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px;
    border-radius: 20px;
    overflow: hidden;
    margin: 40px 0 0;
}
.map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#mapexMap {
    height: 100%;
}

.map-content{
    position: relative;
    z-index: 10;
    width: 440px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}

.map-content .item-flex{
    display: flex;
    flex-wrap: wrap;
}
.map-content .item + .item{
    margin-top: 20px;
}
.map-content .item-icon{
    width: 22px;
    position: relative;
    bottom: -2px;
    line-height: 0;
}
.map-content .item-value{
    font-size: 1rem;
}
.map-content .item-icon + .item-value{
    width: calc(100% - 22px);
    padding-left: 7px;
    
}
.map-content .item-title{
    font-weight: 500;
    font-family: var(--font-second);
    font-size: 1.3125rem;
    line-height: 1.2;
    margin-bottom: 7px;
}

.soc-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.soc-buttons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: var(--accent-color);
    margin-right: 10px;
}
.soc-buttons a:hover{
    animation: 1.5s radial-pulse 0.1s 1; 
}
@keyframes radial-pulse { 0% {box-shadow: 0 0 0 0 rgba(0,0,0, 0.2);} 50% {box-shadow: 0 0 0 20px rgba(0,0,0, 0);} 100% {box-shadow: 0 0 0 20px rgba(0,0,0, 0);} }


@media (max-width: 991px){
    .map-wrapper{
        display: block;
        padding: 0;
    }
    .map {
        position: static;
        height: 400px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    #mapexMap{
        overflow: hidden;
        border-radius: 20px;
    }
    .map-content{
        width: 100%;
        margin-bottom: 50px;
        padding: 20px 20px;
    }
}
@media(max-width: 399px){
    .map-content{
        padding: 20px 20px;
    }
}
/* /. contacts-section */


/* Footer */
.footer{
    background: #fff;
    border-top: 1px solid #fff;
}
.footer-main-top{
    padding: 70px 15px 0;
}
.footer-main-top-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-main-top-left_part{
    width: 440px;
    padding-right: 40px;
}
.footer-logo{
    margin-bottom: 35px;
    max-width: 100%;
}
.footer-main-top-right_part{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 440px);
    justify-content: flex-end;
}
.footer-main-top-right_part a:not(.btn){
    color: #333;
}
.footer-main-top-right_part .col{
    width: 300px;
    padding-right: 40px;
    margin-bottom: 35px;
}
.footer-main-top-right_part .item-title{
    margin-bottom: 12px;
    font-size: 1.3125rem;
    font-weight: 500;
    font-family: var(--font-second);
}
.footer-main-top-right_part nav li:not(:last-of-type){
    margin-bottom: 7px;
}
.footer-main-top-right_part nav a{
    font-size: 0.9375rem;
    line-height: 1.4;
    display: inline-block;
}
.footer-main-top-right_part nav a:hover{
    text-decoration: underline;
}
.footer-schedule{
    font-size: 0.75rem;
    line-height: 2;
}
.footer-main-bottom{
    padding: 28px 15px;
}
.footer-bottom-container{
    padding: 14px 15px;
    font-size: 0.9375rem;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.footer-bottom-container-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-main-bottom-items{
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0.9375rem;
}
.footer-main-bottom-items .item{
    display: flex;
    align-items: center;
    margin: 15px;
    flex-wrap: wrap;
}
.footer-main-bottom-items .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.footer-main-bottom-items .item-icon img{
    width: 100%;
}
.footer-main-bottom-items .item-text{
    width: calc(100% - 42px);
    white-space: nowrap;
}
.footer-main-bottom-items .item a{
    color: #333;
}
.footer-main-bottom-items .item a:hover{
    color: var(--accent-color);
}

.footer-main-top-right_part .item-title-btn{
    display: none;
}
.development{
    margin-right: 30px;
}
.development a:hover{
    text-decoration: underline;
}
.copyright{
    margin-right: auto;
    padding-left: 20px;
}
.footer-text{
    margin-bottom: 30px;
    font-size: 0.9375rem;
}
.footer-bottom-right-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width:1229px){
    .footer-logo .logo-title{
        font-size: 1.25rem;
    }
    .footer-logo .logo-description{
        font-size: 0.875rem;
        line-height: 1.4;
    }
    .footer-logo .logo-text{
        width: calc(100% - 95px);
    }
    .footer-main-top-left_part {
        width: 380px;
        padding-right: 30px;
    }
    .footer-main-top-right_part{
        max-width: calc(100% - 380px);
    }
    .footer-main-bottom-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-main-bottom-items .item{
        font-size: 0.875rem;
    }
}
@media(max-width:1199px){
    .footer-main-top-left_part {
        width: 340px;
        padding-right: 40px;
    }
    .footer-logo .logo-title {
        font-size: 1.0625rem;
    }
    .footer-logo .logo-description{
        font-size: 0.8125rem;
    }
    .footer-main-top-right_part {
        width: calc(100% - 340px);
    }
    .footer-main-top-right_part .col {
        width: 50%;
        padding-right: 2.5vw;
    }
    .footer-text{
        font-size: 0.875rem;
    }
}
@media(max-width:991px){
    .footer-main-top{
        padding-top: 0px;
    }
    .footer-main-top-inner{
        flex-wrap: wrap;
    }
    .footer-main-top-left_part{
        width: 100%;
        padding-right: 0;
    }
    .footer-main-top-right_part{
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }
    .copyright{
        padding-left: 20px;
        margin-right: auto;
    }
}
@media(max-width: 767px){
    .footer-main-bottom-items{
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-main-bottom-items .item{
        margin: 15px 0;
    }
    .footer-main-top{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .footer-main-top-inner,
    .footer-main-top-right_part{
        display: block;
    }

    .footer-main-top-right_part .col{
        margin-bottom: 0;
        padding-right: 0;
        width: 100%;
    }
    .footer-main-top-right_part .col.last{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer-main-top-right_part .dropdown{
        display: none;
        padding: 0 0 25px;
    }
    .footer-main-top-right_part .item{
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
    .footer-main-top-right_part .item-title{
        margin: 0;
        padding: 12px 28px 12px 0;
        position: relative;
        font-size: 1.0625rem;
    }
    .footer-main-top-right_part > div:last-of-type > .item{
        border-bottom: none;
    }
    .footer-main-top-right_part .item-title-btn{
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 48px;
        align-items: center;
        justify-content: center;
    }
    .footer-main-top-right_part .item-title-btn g {
        stroke: #666666;
        transition: all ease-out 200ms;
    }
    .footer-main-top-right_part .color-blue .item-title-btn g{
        stroke: #0075BF;
    }
    .footer-main-top-right_part .color-green .item-title-btn g{
        stroke: #94C245;
    }
    .footer-main-top-right_part .color-brown .item-title-btn g{
        stroke: #5F432B;
    }
    
    .footer-main-top-right_part .item.active .item-title-btn svg{
        transform: rotate(45deg);
    }
    .footer-main-top-right_part nav a {
        font-size: 0.8125rem;
    }
    .footer-bottom-container-inner{
        font-size: 0.75rem;
    }
    .footer-bottom-right-part{
        flex-wrap: wrap;
    }
    .footer-main-bottom,
    .footer-main-top,
    .footer-bottom-container{
        padding-left: 0;
        padding-right: 0;
    }
    .development{
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .copyright{
        padding-left: 20px;
        margin-right: auto;
    }
    .footer-main-top{
        padding-bottom: 0;
    }
    .footer-main-bottom{
        padding-top: 20px;
    }
    .footer-main-bottom-items .item-text{
        white-space: normal;
    }
}
@media(max-width: 460px){
    .copyright{
        width: 240px;
    }
}
@media(max-width: 410px){
    .copyright{
        width: 200px;
    }
}
@media(min-width:768px){
    .footer-main-top-right_part .item .dropdown{
        display: block !important;
    }
}

/* /. Footer */

/* page menu */
.page-menu li{
    display: inline-flex;
}
.page-menu a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 25px;
    background: #fff;
    color: #333;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.page-menu .active > a,
.page-menu a:hover{
    background: var(--accent-color);
    color: #fff;
}

@media(max-width: 767px){
    .page-menu a{
        min-height: 30px;
        padding: 5px 15px;
        margin: 0 5px 5px 0;
        border-radius: 5px;
        font-size: 11px;
    }
}
@media(max-width: 499px){
    .page-menu a{
        min-height: 26px;
        font-size: 8px;
        padding: 5px;
        margin: 0 4px 4px 0;
    }
}
/* /. page menu */


/* Breadcrumbs */
.breadcrumb{
    margin: 35px 0 0;
    font-size: 0.9375rem;
}
.breadcrumb > li {
    display: inline;
    color: #000;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after {
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    margin-right: 0px;
    width: 20px;
    height: 17px;
    position: relative;
    top: -2px;
}
.breadcrumb > li > a:hover{
    color: #000;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
    }
}
@media(max-width: 599px){
    .breadcrumb{
        margin-bottom: 25px;
    }
}
/* /. Breadcrumbs */

.price-section th, 
.price-section td{
    text-align: center;
}
.price-section th:first-of-type,
.price-section td:first-of-type{
    text-align: left;
}


/* doctor page */
.specialist-header-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specialist-header-columns .left-col,
.specialist-header-columns .right-col{
    width: calc(50% - 10px);
}
.specialist-content{
    border-radius: 10px;
    padding: 35px;
    border: 1px solid #ABBBC4;
    height: 100%;
}

.specialist-img{
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.specialist-img img{
    width: 100%;
    border-radius: 10px;
}
.specialist-meta-items{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
}
.specialist-meta-items .col{
    width: calc(33.3333% - 10px);
}
.specialist-meta-items .item{
    background: rgba(255, 255, 255, .5);
    backdrop-filter: blur(50px);
    padding: 15px;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.specialist-meta-items .item-bottom{
    margin-top: 25px;
}
.specialist-meta-items .item-bottom-title{
    font-family: var(--font-second);
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500;
}
.specialist-meta-items .item-bottom-rating{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.specialist-meta-items .item-bottom-rating .item-bottom-title{
    position: relative;
    padding-right: 20px;
}
.specialist-meta-items .item-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 14px;
    line-height: 0;
}
.specialist-meta-items .item-bottom-text{
    font-size: 0.875rem;
}

.specialist-meta-items .col.first .item{
    background: rgba(0, 0, 0, 0.60);
    color: #fff;
}
.specialist-meta-items .col.first .item-title{
    line-height: 1.3;
}
.specialist-header-buttons{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specialist-header-buttons .col{
    width: calc(50% - 5px);
}
.specialist-header-buttons .col.full-width{
    width: 100%;
}

.specialist-content-tags{
    margin-bottom: 30px;
    margin-top: -10px;
}
.specialist-content-tags .item-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.2;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.8);
}
.specialist-content-tags .item-tag:hover{
    background: var(--accent-color);
    color: #fff;
}

.specialist-content-block + .specialist-content-block{
    margin-top: 30px;
}

.specialist-content-block-biography{
    position: relative;
    padding-left: 25px;
    margin-left: 5px;
}
.specialist-content-block-biography:before{
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    border-left: 1px dashed #ccc;
}
.biography-item + .biography-item{
    margin-top: 30px;
}
.biography-item .item-year{
    display: inline-flex;
    align-items: center;
    background: #fdfdfe;
    line-height: 1;
    height: 32px;
    padding: 0 17px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}
.biography-item .item-year span{
    margin-left: 5px;
    font-size: 0.875rem;
}
.biography-item .item-year:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    left: -30px;
}
@media(min-width: 992px){
    .specialist-header-columns .left-col-inner{
        position: sticky;
        top: 100px;
    }
    .specialist-content h1{
        font-size: 2.5rem;
    }
    .specialist-content h2{
        font-size: 2.125rem;
    }
    .specialist-content h3{
        font-size: 1.625rem;
    }
}
@media(min-width: 1300px){
    .specialist-content h1{
        font-size: 3.125rem;
    }
    .specialist-content h2{
        font-size: 2.5rem;
    }
    .specialist-content h3{
        font-size: 1.875rem;
    }
}

@media(max-width: 1299px) and (min-width: 992px){
    .specialist-content{
        padding: 25px;
        font-size: 0.9375rem;
    }
    .specialist-meta-items .item-bottom-title{
        font-size: 1.5625rem;
    }
    .specialist-meta-items{
        left: 10px;
        bottom: 10px;
        right: 10px;
        font-size: 0.875rem;
    }
    .specialist-meta-items .col {
        width: calc(33.3333% - 5px);
    }
    .specialist-meta-items .item{
        padding: 10px;
    }
    .specialist-meta-items .item-bottom-text{
        font-size: 0.75rem;
    }
}
@media(max-width: 991px){
    .specialist-header-columns .left-col,
    .specialist-header-columns .right-col{
        width: 100%;
    }
    .specialist-header-columns .left-col{
        margin-bottom: 40px;
    }
}

@media(max-width: 599px){
    .specialist-content{
        padding: 25px;
        font-size: 0.9375rem;
    }
    .specialist-meta-items .item-bottom-title{
        font-size: 1.5625rem;
    }
    .specialist-meta-items{
        left: 10px;
        bottom: 10px;
        right: 10px;
        font-size: 0.875rem;
    }
    .specialist-meta-items .col {
        width: calc(33.3333% - 5px);
    }
    .specialist-meta-items .item{
        padding: 10px;
    }
    .specialist-meta-items .item-bottom-text{
        font-size: 0.75rem;
    }
    .price-table th{
        display: none;
    }
    .price-table table,
    .price-table tbody,
    .price-table td{
        display: block;
        border: none !important;
        background: transparent;
    }
    .price-table tr{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 10px;
    }
    .price-table td{
        padding: 20px !important;
    }
    .price-table td:nth-of-type(1){
        width: calc(100% - 100px);
        font-size: 0.9375rem;
    }
    .price-table td:nth-of-type(2){
        width: 100px;
        font-family: var(--font-second);
        font-size: 1.3125rem;
        font-weight: 500;
        padding-left: 0 !important;
        white-space: nowrap;
    }
    .price-table td:nth-of-type(3){
        width: 100%;
        text-align: left;
        padding-top: 0 !important;
    }
}
@media(max-width: 499px){
    .specialist-content{
        padding: 15px;
        font-size: 0.875rem;
    }
    .specialist-meta-items{
        position: static;
        background: var(--bg-color);
        margin-top: 20px;
        border-radius: 10px;
        padding: 20px;
    }
    .specialist-header-buttons .col{
        width: 100%;
    }
    .specialist-header-buttons .col + .col{
        margin-top: 10px;
    }
    .specialist-meta-items .col{
        width: calc(50% - 10px);
    }
    .specialist-meta-items .col.first{
        width: 100%;
        margin-bottom: 20px;
    }
    .specialist-meta-items .item-bottom{
        margin-top: 10px;
    }
    .specialist-meta-items .item-bottom-title{
        font-size: 1.25rem;
    }
    .specialist-header-buttons{
        margin-top: 20px;
    }
    .specialist-content-tags .item-tag{
        font-size: 0.6875rem;
        height: 36px;
    }
}
@media(max-width: 399px){
    .specialist-meta-items{
        padding: 10px;
    }
    .specialist-meta-items .col.first{
        margin-bottom: 10px;
    }
    .specialist-meta-items .col {
        width: calc(50% - 5px);
    }
}
/* /. doctor page */

/* nav-services */
.nav-services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px;
}
.nav-services .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}
.nav-services .item{
    padding-left: 45px;
    position: relative;
}
.nav-services .item:before{
    content: "";
    width: 25px;
    height: 5px;
    background: var(--accent-color);
    position: absolute;
    left: 0;
    top: 10px;
}
.nav-services .item-title{
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.nav-services .sub-item{
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.2;
}
.serices-item-hidden-block{
    display: none;
}
.serices-item-hidden-block-more{
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
.serices-item-hidden-block-more span{
    text-decoration: underline;
    margin-right: 5px;
}
.serices-item-hidden-block-more:hover span{
    text-decoration: none;
}
.serices-item-hidden-block-more.active svg{
    transform: rotate(180deg);
}

.nav-services .sub-item.down{
    padding-right: 30px;
    position: relative;
}
.nav-services .sub-item.down .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    width: 14px;
    z-index: 10;
    cursor: pointer;
}
.nav-services .sub-item.down .dropdown-button.active:after,
.nav-services .sub-item.down .dropdown-button.active:before{
    transform: rotate(45deg);
}
.nav-services .sub-item.down .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 0;
    background: var(--accent-color);
    transition: all 300ms ease-out;
}
.nav-services .sub-item.down .dropdown-button:after{
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 1px;
    top: calc(50% - 6px);
    right: 6px;
    background: var(--accent-color);
    transition: all 300ms ease-out;
}
.nav-services .sub-item.down ul{
    padding: 10px 0 0 15px;
    display: none;
}
.nav-services .sub-item.down ul li:not(:last-of-type){
    margin-bottom: 10px;
}

@media(max-width: 1299px){
    .nav-services .col{
        width: 33.3333%;
    }
}
@media(max-width: 991px){
    .nav-services{
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }
    .nav-services .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-services .item{
        padding-left: 35px;
        position: relative;
    }
    .nav-services .item:before{
        width: 20px;
    }
    .nav-services .item-title{
        font-size: 0.9375rem;
    }
    .nav-services .sub-item{
        font-size: 0.8125rem;
    }
    .serices-item-hidden-block-more{
        font-size: 0.8125rem;
    }
}
@media(max-width: 767px){
    .nav-services{
        margin-bottom: 0;
    }
    .nav-services .col{
        width: 50%;
    }
}
@media(max-width: 499px){
    .nav-services .col{
        width: 100%;
    }
}
/* /. nav-services */


/* sub categories */
.sub-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.sub-categories .col{
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    margin-bottom: 20px;
}
.sub-categories .item{
    height: 100%;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--base-shadow);
}
.sub-categories .item-title{
    font-family: var(--font-second);
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
    transition: all ease-out 300ms;
}
.sub-categories .item .more{
    color: #333;
}

.sub-categories .item:hover,
.sub-categories .item.active{
    box-shadow: 0 0 0 2px var(--accent-color);
}
.sub-categories .item:hover .item-title{
    color: var(--accent-color);
}
.sub-categories .item:hover .more{
    color: var(--accent-color);
}
.sub-categories .item:hover .more:after{
    left: 5px;
}

@media(max-width:991px){
    .sub-categories .col{
        width: 33.3333%;
    }
    .service-page-section .sub-categories{
        padding-bottom: 0;
    }
}
@media(max-width:767px){
    .sub-categories .col{
        width: 50%;
    }
}
@media(max-width:499px){
    .sub-categories{
        margin-left: -5px;
        margin-right: -5px;
    }
    .sub-categories .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .sub-categories .item{
        padding: 15px;
        min-height: 90px;
    }
    .sub-categories .item-title{
        font-size: 1.1875rem;
    }
    .sub-categories .more{
        font-size: 0.75rem;
    }
}
@media(max-width:399px){
    .sub-categories .item{
        padding: 12px;
    }
    .sub-categories .item-title{
        font-size: 1.0625rem;
    }
    .sub-categories .more{
        font-size: 0.6875rem;
    }
}

/* /. sub categories */

/** Page-columns **/
.page-columns{
    display: flex;
    flex-wrap: wrap;
}
.page-columns .aside{
    width: 310px;
}
.page-columns .main-column{
    width: calc(100% - 310px);
    padding-left: 30px;
}
.aside-menu-title {
    font-family: var(--font-second);
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1.2;
}
.aside-menu-title span{
    display: none;
}
.aside-menu a {
    display: block;
    color: #333;
    padding: 15px 36px 15px 0;
    line-height: 1.3;
}
.aside-menu li:hover>a,
.aside-menu .open>a,
.aside-menu .active>a {
    color: var(--accent-color) !important;
}
.aside-menu > ul ul {
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.aside-menu .active>ul {
    display: block;
}
.aside-menu>ul li {
    position: relative;
}
.aside-menu>ul>li {
    border-bottom: 1px solid #D9D9D9;
}
.aside-menu>ul>li:first-of-type {
    border-top: 1px solid #D9D9D9;
}
.aside-menu>ul>li:last-of-type{
    border: none;
}
.aside-menu>ul .dropdown-button {
    height: 50px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu>ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #333;
    margin-top: -6px;
}
.aside-menu>ul .dropdown-button.active:after {
    display: none;
}
.aside-menu>ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 17px;
    background: #333;
    margin-right: -6px;
}
.aside-menu>ul ul .dropdown-button {
    height: 37px;
}
.aside-menu ul ul a {
    padding: 10px 0 8px 0;
    font-size: 0.875rem;
    position: relative;
}
/* /. Aside menu */

.page-img{
    margin-bottom: 30px;
}
.page-img img{
    width: 100%;
    border-radius: 10px;
}

@media(min-width: 992px){
    .aside-menu {
        position: sticky;
        top: 100px;
        background: #fff;
        padding: 15px 15px 5px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
    }
}

@media(max-width: 1299px){
    .page-columns .aside{
        width: 260px;
    }
    .page-columns .main-column {
        width: calc(100% - 260px);
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .page-columns .aside{
        display: none;
    }
    .page-columns .aside.no-hidden{
        display: block;
        width: 100%;
    }
    .aside-menu-title{
        position: relative;
        display: flex;
        align-items: center;
        background: #fff;
        padding: 0 70px 0 25px;
        height: 56px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .aside-menu-title:after{
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        top: 18px;
        right: 36px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
    }
    .aside-menu-title.active:after{
        transform: rotate(225deg);
        top: 25px;
    }
    .aside-menu-title span{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .aside-menu > ul{
        display: none;
        background: #fff;
        padding: 25px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;

    }
    .aside-menu .aside-menu-title.active + ul{
        display: block;
        margin-bottom: 20px;
    }
    .aside-menu >ul > li:first-of-type{
        border-top: none;
    }
    .aside-menu >ul > li:last-of-type{
        border-bottom: none;
    }
    .page-columns .main-column {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width: 767px){
    .aside-menu-title{
        padding: 0 60px 0 15px;
    }
    .aside-menu-title:after{
        right: 26px;
    }
}
/** /. Page-columns **/

/* certificats-gallery */
.certificats-gallery{
    display: flex;
    flex-wrap: wrap;
}
.certificats-gallery .col{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 25%;
}
.certificats-gallery .item{
    box-shadow: var(--base-shadow);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.certificats-gallery.certificats-carousel .col{
    margin-bottom: 0;
}
.certificats-carousel{
    margin-bottom: 70px;
}
.certificats-carousel > div:not(:first-of-type){
    display: none;
}
.certificats-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.certificats-carousel .slick-slide {
    height: inherit;
}
.certificats-gallery .item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all ease 300ms;
}
.certificats-gallery .item:before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg);
    z-index: 2;
    opacity: 0;
    transition: all ease 300ms;
    transform: scale(0);
}
.certificats-gallery .item:hover:after{
    opacity: 1;
}
.certificats-gallery .item:hover:before{
    opacity: 1;
    transform: scale(1);
}
.certificats-gallery .item:hover{
    border-color: transparent;
}
@media(max-width:991px){
    .certificats-gallery .col{
        width: 33.33333%;
    }
    .certificats-gallery .col{
        margin-bottom: 20px;
    }
    .certificats-carousel{
        margin-bottom: 60px;
    }
}
@media(max-width:767px){
    .certificats-gallery .col{
        width: 50%;
    }
    .certificats-carousel{
        margin-bottom: 50px;
    }
    .certificats-gallery .item{
        /* padding: 5px; */
    }
}
@media(max-width:599px){
    .certificats-gallery .col{
        margin-bottom: 10px;
    }
}
/* /. certificats-gallery */ 

/* docs */
.docs-list .item{
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-gap:22px;
    padding: 17px 22px;
    margin-bottom: 10px;
    align-items: center;
    transition: all ease-out 300ms;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background: #fff;
}
.docs-list .item:hover{
    background: var(--bg-color);
}
.docs-inner{
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 22px;
}
.doc-content .file {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}
.docs-list .download svg path{
    transition: all 200ms ease-out;
}
.docs-list .download:hover svg path{
    fill:#068f18;
    transition: all 200ms ease-out;
}
.doc-icon{
    background-image:url(../images/docs.svg);
    width: 40px;
    height: 40px;
    background-position: 0 -84px;
}
.doc-icon.pdf{
    background-position: 0 0;
}
.doc-icon.docx,
.doc-icon.doc{
    background-position: -42px 0;
}
.doc-icon.xls,
.doc-icon.xl{
    background-position: -84px 0;
}
.doc-icon.rtf{
    background-position: 0 -42px;
}
.doc-icon.tiff{
    background-position: -84px -42px;
}
.doc-icon.txt {
    background-position: -42px -84px;
}
.doc-icon.bmp {
    background-position: -42px -126px;
}
.doc-icon.ppt {
    background-position: -84px -126px;
}
.docs-list .download-icon{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all ease-out 300ms;
}
.docs-list .download-icon svg path{
    transition: all ease-out 300ms;
}
.docs-list .item:hover{
    box-shadow: 0 0 10px #eee;
}
.docs-list .item:hover .download-icon{
    border-color: var(--accent-color);
    background: var(--accent-color);
}
.docs-list .item:hover .download-icon svg path{
    fill: #fff
}
@media(max-width:767px){
    .docs-list .item {
        grid-template-columns: 1fr 36px;
        grid-gap: 15px;
        padding: 10px 15px;
    }
    .docs-list .doc-content .file {
        line-height: 1.3;
        margin-bottom: 5px;
        font-size: 0.75rem;
    }
    .docs-list .doc-size{
        font-size: 0.75rem;
    }
    .docs-inner{
        grid-gap: 10px;
    }
}
/* /. docs*/

/* gallery */
.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.gallery .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.gallery .item{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery .item img{
    width: 100%;
    transition: all ease-out 300ms;
}
.gallery .item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all ease 300ms;
}
.gallery .item:before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg);
    z-index: 2;
    opacity: 0;
    transition: all ease 300ms;
    transform: scale(0);
}
.gallery .item:hover:after{
    opacity: 1;
}
.gallery .item:hover:before{
    opacity: 1;
    transform: scale(1);
}

@media(max-width: 991px){
    .gallery{
        margin-left: -5px;
        margin-right: -5px;
    }
    .gallery .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .gallery .col{
        width: 50%;
    }
}
/* /. gallery */

/* news page */
.news-page-columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-page-columns .main-column{
    width: calc(100% - 430px);
}
.news-page-columns .sidebar{
    width: 400px;
}
.page-img{
    margin-bottom: 30px;
}
.page-img img{
    width: 100%;
    border-radius: 10px;
}
.page-date{
    color: #777777;
    margin-bottom: 10px;
    font-size: 0.875rem;
}
.page-share{
    margin: 30px 0;
}
.page-share-title{
    color: #222222;
    font-size: 1.125rem;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-top: 0;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    background-repeat: no-repeat;
}
.content{
    line-height: 1.8;
}
.content img{
    width: auto !important;
    height: auto !important;
}

.sidebar-widget{
    margin-bottom: 40px;
}
.sidebar-widget.last{
    margin-bottom: 0;
}
.sidebar-widget.popular-posts{
    position: sticky;
    top: 72px;
}
.top-panel-no-fixed .sidebar-widget.popular-posts{
    top: 20px;
}
.sidebar-widget-title{
    font-family: var(--font-second);
    font-size: 1.820rem;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.3;
}
.sidebar .popular-posts .item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 25px;
}
.sidebar .popular-posts .item-img{
    width: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar .popular-posts .item-img img{
    width: 100%;
    transition: all ease-out 300ms;
}
.sidebar .popular-posts .item-content{
    width: calc(100% - 150px);
    padding-left: 20px;
}
.sidebar .popular-posts .item-date{
    color: #777777;
    margin-bottom: 7px;
    font-size: 0.8125rem;
}
.sidebar .popular-posts .item-title{
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    transition: all ease-out 300ms;
}
.sidebar .popular-posts .item:hover .item-title{
    color: var(--accent-color);
}
.sidebar .popular-posts .item:hover .item-img img{
    transform: scale(1.1);
}
.news-page-template .main-content{
    overflow: initial;
}

@media(max-width:1399px){
    .content{
        font-size: 0.9375rem;
    }
}
@media(max-width:991px){
    .news-page-columns .main-column{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-page-columns .sidebar{
        width: 100%;
    }
}
@media(max-width:767px){
    .sidebar .popular-posts .item-img {
        width: 100px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 0.75rem;
        margin-bottom: 4px;
    }
}
/* /. news page */


/* price page */
.price-category{
    box-shadow: var(--base-shadow);
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
}
.price-category-title{
    font-family: var(--font-second);
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 30px;
}
.price-sub-category-title{
    font-family: var(--font-second);
    font-size: 1.3125rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.price-sub-category + .price-sub-category{
    margin-top: 30px;
}
.price-list .item + .item{
    margin-top: 4px;
}
.price-list .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-color);
    border-radius: 10px;
    line-height: 1;
    min-height: 56px;
    padding: 10px;
}
.price-list .col:first-child{
    width: calc(100% - 140px);
}
.price-list .col:last-child{
    width: 140px;
    text-align: right;
    padding-left: 15px;
}
.price-list .col:last-child .item-value{
    font-family: var(--font-second);
    font-size: 1.3125rem;
    font-weight: 500;
}

@media(max-width: 991px){
    .price-category{
        padding: 25px 25px 35px;
    }
}
@media (max-width: 767px){
    .price-category {
        padding: 15px 15px 25px;
    }
    .price-list .col:first-child .item-value{
        font-size: 0.875rem;
    }
    .price-list .col:last-child .item-value{
        font-size: 1.0625rem;
    }
    .price-list .item {
        min-height: 46px;
    }
}
@media (max-width: 399px){
    .price-list .col:first-child .item-value{
        font-size: 0.8125rem;
    }
    .price-list .col:last-child .item-value{
        font-size: 0.9375rem;
    }
}
/* /. price page */

.rating-stars{
    margin: -10px 0 15px;
}
.rating-stars .item{
    cursor: pointer;
}
.rating-stars .item.active2 path,
.rating-stars .item.active path{
    stroke: var(--accent-color2);
    fill: var(--accent-color2);
}




/* services */
.services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.services .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}
.services .item{
    padding-left: 45px;
    position: relative;
}
.services .item:before{
    content: "";
    width: 25px;
    height: 5px;
    background: #333;
    position: absolute;
    left: 0;
    top: 10px;
}
.services a{
    color: #333;
    text-decoration: underline;
}
.services a:hover{
    text-decoration: none;
}
.services .item-title{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.services .sub-item{
    font-size: 0.875rem;
    margin-bottom: 15px;
    line-height: 1.2;
}
.serices-item-hidden-block{
    display: none;
}
.serices-item-hidden-block-more{
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
.serices-item-hidden-block-more span{
    text-decoration: underline;
    margin-right: 5px;
}
.serices-item-hidden-block-more:hover span{
    text-decoration: none;
}
.serices-item-hidden-block-more.active svg{
    transform: rotate(180deg);
}

.services .sub-item.down{
    padding-right: 30px;
    position: relative;
}
.services .sub-item.down .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    width: 14px;
    z-index: 10;
    cursor: pointer;
}
.services .sub-item.down .dropdown-button.active:after,
.services .sub-item.down .dropdown-button.active:before{
    transform: rotate(45deg);
}
.services .sub-item.down .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 0;
    background: #333;
    transition: all 300ms ease-out;
}
.services .sub-item.down .dropdown-button:after{
    content: "";
    display: block;
    position: absolute;
    height: 13px;
    width: 1px;
    top: calc(50% - 6px);
    right: 6px;
    background: #333;
    transition: all 300ms ease-out;
}
.services .sub-item.down ul{
    padding: 10px 0 0 15px;
    font-size: 0.8125rem;
    display: none;
}
.services .sub-item.down ul li:not(:last-of-type){
    margin-bottom: 10px;
}
@media(max-width: 1299px){
    .services .col{
        width: 33.3333%;
    }
}
@media(max-width: 991px){
    .services{
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 10px;
    }
    .services .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .services .item{
        padding-left: 35px;
        position: relative;
    }
    .services .item:before{
        width: 20px;
    }
    .services .item-title{
        font-size: 0.9375rem;
    }
    .services .sub-item{
        font-size: 0.8125rem;
    }
    .serices-item-hidden-block-more{
        font-size: 0.8125rem;
    }
}
@media(max-width: 767px){
    .services{
        margin-bottom: 0;
    }
    .services .col{
        width: 50%;
    }
}
@media(max-width: 499px){
    .services .col{
        width: 100%;
    }
}
/* /. services */

.simplesearch-results + .simplesearch-paging{
    display: none;
}

.content p.simplesearch-results {
    margin-bottom: 40px;
    background: #f7f7f7;
    border: 1px solid #d0d1d0;
    padding: 30px;
    font-weight: bold;
    font-size: 1.375rem;
    display: block;
}

.simplesearch-paging{
    font-size: 1.625rem;
}

.simplesearch-result h3{
    font-size: 1.375rem;
}
.simplesearch-result h3 a{
    color: #333;
    text-decoration: underline;
}
.simplesearch-result h3 a:hover{
    text-decoration: none;
}
.simplesearch-result + .simplesearch-result{
    margin-top: 40px;
}


/* modal cookie */
.modal-cookie{
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 1500;
}
.modal-cookie.cookie-modal-hide{
    display: none !important;
}
.modal-cookie-inner{
    background: #333;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-cookie-text{
    width: calc(100% - 250px);
    padding-right: 20px;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
}
.modal-cookie-text a{
    color: #fff;
    text-decoration: underline;
}
.modal-cookie-text a:hover{
    text-decoration: none;
}
.modal-cookie-btn{
    width: 250px;
}
#cookie_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 45px;
    border: none;
    font-size: 1rem;
    text-align: center;
    transition: all 300ms ease-out;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
    width: 100%;
    height: 42px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    transition: all ease-out 300ms;
}
#cookie_btn:hover{
    transform: scale(1.05);
}

@media(max-width: 991px){
    .modal-cookie-inner{
        padding: 20px;
    }
    .modal-cookie-text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
        font-size: 0.875rem;
    }
}
@media(max-width: 767px){
    .modal-cookie-text{
        text-align: center;
        font-size: 0.8125rem;
    }
    .modal-cookie-btn{
        width: 100%;
    }
}
/* /. modal cookie */


.fancyboxModalSpecial-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fancyboxModalSpecial-inner .col1{
    width: calc(45% - 15px);
}
.fancyboxModalSpecial-inner .col2{
    width: calc(55% - 15px);
}
.fancyboxModalSpecial-inner .col2.full-width{
    width: 100%;
}
.fancyboxModalSpecial-inner .item-img img{
    width: 100%;
}

@media(max-width: 767px){
    .fancyboxModalSpecial-inner .col1{
        width: 100%;
    }
    .fancyboxModalSpecial-inner .col2{
        width: 100%;
    }
    .fancyboxModalSpecial-inner .col1 + .col2{
        margin-top: 30px;
    }
}











.spec-version-panel{
    display: none;
}

/* spec version panel*/

@media(max-width:991px){
    .spec-version-link{
        display: none;
    }
}
@media(min-width:992px){
    .spec-version .wow{
        animation: none !important;
        visibility: visible !important;
    }
    .spec-version-panel{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
        background-color: #f7f7f7;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
    }
    .spec-version .spec-version-panel{
        display: block;
    }
    .spec-version .spec-version-panel-push{
        height: 100px;
    }
    .spec-version-panel-inner {
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    
    .spec-version-panel .spec-version-link{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.85rem;
        line-height: 125%;
        letter-spacing: -.02em;
        text-transform: uppercase;
        color: #181414;
        transition: all 300ms ease-out;
        height: 42px;
        border: 1px solid #C6C6C6;
        border-radius: 8px;
        padding-left: 12px;
        padding-right: 18px;
        cursor: pointer;
        background: #fff;
    }
    .spec-version-panel .spec-version-link:hover{
        background: #E0E0E0;
        transform: none;
    }
    .spec-version-panel .spec-version-link svg{
        margin-right: 7px;
        position: relative;
        bottom: -2px;
    }
    .spec-version .header-panel .spec-version-link{
        visibility: hidden;
    }
    .item-buttons{
        display: flex;
        align-items: center;
    }
    .spv-btn{
        height: 40px;
        width: 46px;
        border: 3px solid #fff;
        background: #fff;
        border-radius: 5px;
        font-size: 0.875rem;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 1.125rem;
        font-weight: 600;
        cursor: pointer;
        transition: all ease-out 300ms;
        box-shadow: 0 0 0 1px #C6C6C6;
        position: relative;
        line-height: 1;
    }
    .spv-btn:after{
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid transparent;
    }
    .spv-btn:hover{
        background: #E0E0E0;
    }
    .spv-btn.current{
        box-shadow: 0 0 0 1px #000;
        border-color: #000;
    }
    .spv-btn img{
        max-width:20px;
    }
    .spv-item .item-title{
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 1.0625rem;
    }
    .spv-btn.spv-fsz-min{
        font-size: 0.875rem;
    }
    .spv-btn.spv-fsz-big{
        font-size: 1.375rem;
    }
    .spv-btn.spv-theme-black{
        background: #000;
        color: #fff;
        border-color: #fff;
    }
    .spv-btn.spv-theme-black:hover{
        box-shadow: 0 0 0 1px #000;
    }
    .spv-btn.spv-theme-black.current{
        border-color: #000;
    }
    .spv-btn.spv-theme-black.current:after{
        border-color: #fff;
    }
    .spec-version.theme-black .spec-version-panel{
        background: #000;
        border-bottom: 1px solid #fff;
    }
    .spec-version.theme-black .spv-item .item-title{
        color: #fff;
    }
    .spec-version.theme-black .fsz-buttons .spv-btn {
        border: 3px solid #fff;
        background: #000;
        color: #fff;
    }
    .spec-version.theme-black .spv-btn{
        border: 1px solid #ddd !important;
        box-shadow: none;
    }
    .spec-version.theme-black .spv-btn.spv-theme-white{
        color: #000;
    }
    .spec-version.theme-black .spv-btn.current{
        border: 3px solid #ddd !important;
    }
    .spec-version.theme-black .spec-version-link:not(.spec-version-btn) {
        border-color: #fff;
        background: #000;
        color: #fff;
    }
    .spec-version.theme-black .page-menu a{
        background: transparent;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .page-menu .active > a,
    .spec-version.theme-black .page-menu a:hover{
        background: #fff;
        color: #000;
    }
    .spec-version.theme-black .aside-menu{
        background: transparent;
        border-color: #fff;
    }
    .spec-version.theme-blue .aside-menu{
        background: transparent;
        border-color: #143C5A;
    }
    
    .spv-btn.spv-theme-blue{
        background: #9FD7FF;
        color: #143C5A;
        border-color: #143C5A;
        border-width: 1px;
    }
    .spv-btn.spv-theme-blue:hover{
        box-shadow: 0 0 0 1px #9FD7FF;
    }
    .spv-btn.spv-theme-blue.current{
        border-color: #9FD7FF;
    }
    .spv-btn.spv-theme-blue.current:after{
        border-color: #143C5A;
    }
    
    .spec-version.theme-blue .spec-version-panel{
        background: #9FD7FF;
        border-bottom: 1px solid #143C5A;
    }
    .spec-version.theme-blue .spv-item .item-title{
        color: #143C5A;
    }
    .spec-version.theme-blue .fsz-buttons .spv-btn {
        border: 3px solid #143C5A;
        background: #9FD7FF;
        color: #143C5A;
    }
    .spec-version.theme-blue .spv-btn{
        border: 1px solid #143C5A !important;
        box-shadow: none;
    }
    .spec-version.theme-blue .spv-btn.current{
        border: 3px solid #143C5A !important;
    }
    .spec-version.theme-blue .spec-version-link:not(.spec-version-btn) {
        border-color: #143C5A;
        background: #9FD7FF;
        color: #143C5A;
    }
    .spec-version.theme-blue .availimages-buttons .spv-btn{
        background: #9FD7FF;
    }
    .spec-version.theme-blue .right-bar-tooth,
    .spec-version.theme-blue .right-bar,
    .spec-version.theme-blue .right-bar-inner{
        background-color: #143C5A;
    }
}
@media(max-width:1299px){
    .spec-version .first-section-img{
        width: 100%;
        transform: none;
        margin-bottom: 110px;
    }
    .spec-version .first-section-content {
        width: 100%;
    }
}
/* /. spec version panel */


@media(min-width: 992px){
    .spec-version.fsz-normal{
        font-size: 1.125rem;
    }
    .spec-version.fsz-min{
        font-size: 1rem;
    }
    .spec-version.fsz-big{
        font-size: 1.25rem;
    }
    .spec-version.images-false .main-content img{
        opacity: 0;
    }
    .spec-version.images-false .team img,
    .spec-version.images-false .about-section-features .item-icon,
    .spec-version.images-false .rating-widget .item-icon,
    .spec-version.images-false .news .item-img,
    .spec-version.images-false .mega-menu-box-img,
    .spec-version.images-false .page-img,
    .spec-version.images-false .sidebar .popular-posts .item-img,
    .spec-version.images-false .main-content .gallery{
        display: none;
    }
    .spec-version.images-false .team .item-tags{
        position: static;
        padding: 25px;
    }
    .spec-version.images-false .main-content .certificats-gallery img{
        opacity: 1;
        display: block;
    }
    .spec-version.images-false .mega-menu-box-body{
        width: 100%;
        padding-right: 0;
    }
    .spec-version.images-false .sidebar .popular-posts .item-content{
        padding-left: 0;
        width: 100%;
    }
    .spec-version .header-contacts .item.header-phone{
        max-width: inherit;
    }
    .spec-version .footer-main-top-right_part .btn-main .svg{
        display: none;
    }
    .spec-version .footer-main-top-right_part .btn-main span{
        width: 100%;
    }
    .spec-version .footer-main-top-right_part .btn-main{
        padding-right: 24px;
    }
    
    
    /* theme black */
    .spec-version.theme-black body,
    .spec-version.theme-black .header,
    .spec-version.theme-black .header-top,
    .spec-version.theme-black .header-bottom{
        background-color: #000;
        background-image: none;
    }
    .spec-version.theme-black body,
    .spec-version.theme-black a,
    .spec-version.theme-black a:hover,
    .spec-version.theme-black .about-section-features .item-title,
    .spec-version.theme-black .ui-datepicker th,
    .spec-version.theme-black .index-intro-useful-links .item-title,
    .spec-version.theme-black .actions .item-body,
    .spec-version.theme-black .breadcrumb > li,
    .spec-version.theme-black .team .item-body,
    .spec-version.theme-black .team .item:hover .item-title,
    .spec-version.theme-black .sub-categories .item-title,
    .spec-version.theme-black .sub-categories .item:hover .item-title,
    .spec-version.theme-black .rating-widget .item-num,
    .spec-version.theme-black .doc-content .file,
    .spec-version.theme-black .sidebar .popular-posts .item-title{
        color: #fff;
    }
    .spec-version.theme-black .form-control::-moz-placeholder{
        color: #fff;
    }
    .spec-version.theme-black .form-control:-ms-input-placeholder{
        color: #fff;
    }
    .spec-version.theme-black .form-control::-webkit-input-placeholder{
        color: #fff;
    }
    
    .spec-version.theme-black .header-logo{
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }
    .spec-version.theme-black .header-cities-select-icon path{
        fill: #fff;
    }
    .spec-version.theme-black .header-cities-select-list{
        background: #000;
        border: 1px solid #fff;
    }
    .spec-version.theme-black  .header-cities-select-list a:hover{
        color: #000;
    }
    .spec-version.theme-black .social-links a {
        background: #000;
        color: #fff;
    }
    .spec-version.theme-black .search-btn path{
        stroke: #fff;
    }
    .spec-version.theme-black  .search-form-section{
        background: #000;
    }
    .spec-version.theme-black .search-form-block-overlay,
    .spec-version.theme-black .mega-menu-overlay{
        background: rgba(0,0,0,0.8);
    }
    .spec-version.theme-black .search-close path{
        fill: #fff;
    }
    .spec-version.theme-black .btn,
    .spec-version.theme-black .search-submit-input,
    .spec-version.theme-black .mega-menu-btn,
    .spec-version.theme-black .mega-menu,
    .spec-version.theme-black .mega-menu-tabs li.active > a, 
    .spec-version.theme-black .mega-menu-tabs li:hover > a,
    .spec-version.theme-black .top-menu ul ul,
    .spec-version.theme-black .index-intro-item,
    .spec-version.theme-black .index-intro-section .item-tag,
    .spec-version.theme-black .services_grid .item,
    .spec-version.theme-black .application-block,
    .spec-version.theme-black .about-section-features,
    .spec-version.theme-black .team .item,
    .spec-version.theme-black .reviews .item,
    .spec-version.theme-black .reviews .item-avatar,
    .spec-version.theme-black .map-content,
    .spec-version.theme-black .sub-categories .item,
    .spec-version.theme-black .rating-widget-simple .item-body,
    .spec-version.theme-black .specialist-content-tags .item-tag,
    .spec-version.theme-black .biography-item .item-year,
    .spec-version.theme-black .specialist-meta-items .item,
    .spec-version.theme-black #up,
    .spec-version.theme-black  .docs-list .item,
    .spec-version.theme-black .price-category,
    .spec-version.theme-black .price-list .item,
    .spec-version.theme-black .docs-list .item:hover .download-icon,
    .spec-version.theme-black .rating-widget .item,
    .spec-version.theme-black .rating-widget .item-body,
    .spec-version.theme-black .content p.simplesearch-results{
        background: #000;
        color: #fff;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .fancybox_modal .reviews .item{
        border: none;
    }
    .spec-version.theme-black .mega-menu-box-columns li.active > a, 
    .spec-version.theme-black .mega-menu-box-columns a:hover{
        color: #fff;
        text-decoration: underline;
    }
    .spec-version.theme-black .mega-menu-box-columns .dropdown-button:before,
    .spec-version.theme-black .mega-menu-box-columns .dropdown-button:after{
        background: #fff;
    }
    .spec-version.theme-black .fancybox_modal{
        color: #fff;
        background: #000;
    }
    .spec-version.theme-black .form-control{
        background: #000 !important;
        color: #fff !important;
    }
    
    .spec-version.theme-black .agreement input:checked+label:after{
        background: #000;
    }
    .spec-version.theme-black .top-menu li.down > a:after{
        border-color: #fff;
    }
    .spec-version.theme-black .top-menu ul ul a:hover, 
    .spec-version.theme-black .top-menu ul ul li.active > a{
        color: #000;
    }
    .spec-version.theme-black #ui-datepicker-div,
    .spec-version.theme-black .ui-state-default, 
    .spec-version.theme-black .ui-widget-content .ui-state-default, 
    .spec-version.theme-black .ui-widget-header .ui-state-default{
        background: #000;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .ui-widget-header{
        background: #000;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .ui-state-active{
        background: #fff !important;
        color: #000 !important;
    }
    .spec-version.theme-black .top-menu-more-list > li > span {
        background: url(../images/burger-white.svg) right 0 top 50% no-repeat;
    }
    
    .spec-version.theme-black .index-intro-useful-links .item-more{
        display: none;
    }
    .spec-version.theme-black .index-intro-useful-links .item-text{
        opacity: 1;
        color: #fff;
    }
    .spec-version.theme-black .index-intro-actions .item{
        background: #000;
        color: #fff;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .actions .item-img:after {
        background: linear-gradient(90deg, rgb(0 0 0) 5%, rgb(0 0 0 / 6%) 78.79%);
    }
    
    .spec-version.theme-black .actions .item{
        background: #000;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .actions .item-tag span{
        background: #fff;
        color: #000;
    }
    .spec-version.theme-black .slick-prev, 
    .spec-version.theme-black .slick-next{
        background: #000;
        border: 1px solid #fff;
    }
    .spec-version.theme-black .top-menu li.active > a, 
    .spec-version.theme-black .top-menu a:hover{
        color: #fff;
        text-decoration: underline;
    }
    .spec-version.theme-black .breadcrumb a{
        text-decoration: underline;
    }
    .spec-version.theme-black .breadcrumb a:hover{
        text-decoration: none;
    }
    .spec-version.theme-black .services_grid .item-title,
    .spec-version.theme-black .services_grid .item-description{
        color: #fff;
    }
    .spec-version.theme-black .services_grid .item:hover,
    .spec-version.theme-black .team .item:hover,
    .spec-version.theme-black .sub-categories .item:hover,
    .spec-version.theme-black .sub-categories .item.active{
        box-shadow: 0 0 0 2px #fff;
    }
    .spec-version.theme-black .more{
        color: #fff !important;
    }
    
    .spec-version.theme-black .services_grid .item-icon,
    .spec-version.theme-black .about-section-features .item-icon{
        filter: grayscale(100%);
    }
    .spec-version.theme-black .rating-widget .item-icon{
        background: #fff;
        padding: 0 10px;
        display: inline-flex;
        width: auto;
        border-radius: 5px;
    }
    .spec-version.theme-black .footer{
        background: #000;
    }
    .spec-version.theme-black .footer-logo{
        padding: 10px;
        background: #fff;
        border-radius: 10px;
    }
    .spec-version.theme-black .services .item:before{
        background: #fff;
    }
    .spec-version.theme-black .services .sub-item.down .dropdown-button:before,
    .spec-version.theme-black .services .sub-item.down .dropdown-button:after,
    .spec-version.theme-black .aside-menu>ul .dropdown-button:before,
    .spec-version.theme-black .aside-menu>ul .dropdown-button:after{
        background: #fff;
    }
    .spec-version.theme-black .aside-menu li:hover>a, 
    .spec-version.theme-black .aside-menu .open>a, 
    .spec-version.theme-black .aside-menu .active>a{
        color: #fff !important;
        text-decoration: underline;
    }
    .spec-version.theme-black .content table{
        background: #000;
    }
    .spec-version.theme-black .biography-item .item-year path{
        fill: #fff;
    }
    .spec-version.theme-black .biography-item .item-year:before{
        border-color: #fff;
    }
    .spec-version.theme-black .content > ul > li:before{
        background: #fff;
    }
    /* /. theme black */
    
    
    /* theme black */
    .spec-version.theme-blue body,
    .spec-version.theme-blue .header,
    .spec-version.theme-blue .header-top,
    .spec-version.theme-blue .header-bottom{
        background-color: #9FD7FF;
        background-image: none;
    }
    .spec-version.theme-blue body,
    .spec-version.theme-blue a,
    .spec-version.theme-blue a:hover,
    .spec-version.theme-blue .about-section-features .item-title,
    .spec-version.theme-blue .ui-datepicker th,
    .spec-version.theme-blue .index-intro-useful-links .item-title,
    .spec-version.theme-blue .actions .item-body,
    .spec-version.theme-blue .breadcrumb > li,
    .spec-version.theme-blue .team .item-body,
    .spec-version.theme-blue .team .item:hover .item-title,
    .spec-version.theme-blue .sub-categories .item-title,
    .spec-version.theme-blue .sub-categories .item:hover .item-title,
    .spec-version.theme-blue .rating-widget .item-num,
    .spec-version.theme-blue .doc-content .file,
    .spec-version.theme-blue .sidebar .popular-posts .item-title{
        color: #143C5A;
    }
    .spec-version.theme-blue .form-control::-moz-placeholder{
        color: #143C5A;
    }
    .spec-version.theme-blue .form-control:-ms-input-placeholder{
        color: #143C5A;
    }
    .spec-version.theme-blue .form-control::-webkit-input-placeholder{
        color: #143C5A;
    }
    .spec-version.theme-blue .header-cities-select-icon path{
        fill: #143C5A;
    }
    .spec-version.theme-blue .header-cities-select-list{
        background: #9fd7ff;
        border: 1px solid #143C5A;
    }
    .spec-version.theme-blue  .header-cities-select-list a:hover{
        color: #9FD7FF;
        background: #143C5A;
    }
    .spec-version.theme-blue .social-links a,
    .spec-version.theme-blue .social-links{
        border-color: #143c5a;
    }
    .spec-version.theme-blue .search-btn path{
        stroke: #143C5A;
    }
    .spec-version.theme-blue  .search-form-section{
        background: #9FD7FF;
    }
    .spec-version.theme-blue .search-form-block-overlay,
    .spec-version.theme-blue .mega-menu-overlay{
        background: rgba(0,0,0,0.8);
    }
    .spec-version.theme-blue .search-close path{
        fill: #143C5A;
    }
    .spec-version.theme-blue .btn,
    .spec-version.theme-blue .mega-menu-btn{
        background: #143C5A;
        color: #9FD7FF !important;
    }
    .spec-version.theme-blue .mega-menu,
    .spec-version.theme-blue .mega-menu-tabs li.active > a, 
    .spec-version.theme-blue .mega-menu-tabs li:hover > a,
    .spec-version.theme-blue .top-menu ul ul,
    .spec-version.theme-blue .index-intro-item,
    .spec-version.theme-blue .index-intro-section .item-tag,
    .spec-version.theme-blue .services_grid .item,
    .spec-version.theme-blue .application-block,
    .spec-version.theme-blue .about-section-features,
    .spec-version.theme-blue .team .item,
    .spec-version.theme-blue .reviews .item,
    .spec-version.theme-blue .reviews .item-avatar,
    .spec-version.theme-blue .map-content,
    .spec-version.theme-blue .sub-categories .item,
    .spec-version.theme-blue .rating-widget-simple .item-body,
    .spec-version.theme-blue .specialist-content-tags .item-tag,
    .spec-version.theme-blue .biography-item .item-year,
    .spec-version.theme-blue .specialist-meta-items .item,
    .spec-version.theme-blue #up,
    .spec-version.theme-blue  .docs-list .item,
    .spec-version.theme-blue .price-category,
    .spec-version.theme-blue .price-list .item,
    .spec-version.theme-blue .docs-list .item:hover .download-icon,
    .spec-version.theme-blue .rating-widget .item,
    .spec-version.theme-blue .rating-widget .item-body{
        background: #9FD7FF;
        color: #143C5A;
        border: 1px solid #143C5A;
        filter: none !important;
        box-shadow: none;
    }
    .spec-version.theme-blue .fancybox_modal .reviews .item{
        border: none;
    }
    .spec-version.theme-blue .search-submit-input{
        background: #143C5A;
        color: #9FD7FF;
        filter: none !important;
    }
    .spec-version.theme-blue .search-input{
        background: #9FD7FF;
        border-color: #143C5A;
        color: #143C5A;
    }
    .spec-version.theme-blue .search-input::-moz-placeholder {
        color: #143C5A;
    }
    .spec-version.theme-blue .search-input:-ms-input-placeholder {
        color: #143C5A;
    }
    .spec-version.theme-blue .search-input::-webkit-input-placeholder {
        color: #143C5A;
    }
    
    .spec-version.theme-blue .mega-menu-box-columns li.active > a, 
    .spec-version.theme-blue .mega-menu-box-columns a:hover{
        color: #143C5A;
        text-decoration: underline;
    }
    .spec-version.theme-blue .mega-menu-box-columns .dropdown-button:before,
    .spec-version.theme-blue .mega-menu-box-columns .dropdown-button:after{
        background: #143C5A;
    }
    .spec-version.theme-blue .fancybox_modal{
        background: #9fd7ff;
    }
    .spec-version.theme-blue .form-control{
        background: #9fd7ff !important;
        color: #143C5A !important;
        border-color: #143C5A;
    }
    .spec-version.theme-blue .form-control.error{
        border-color: red;
    }
    
    .spec-version.theme-blue .agreement input:checked+label:after{
        background: #143C5A;
    }
    .spec-version.theme-blue .top-menu li.down > a:after{
        border-color: #143c5a;
    }
    .spec-version.theme-blue .top-menu ul ul a:hover, 
    .spec-version.theme-blue .top-menu ul ul li.active > a{
        color: #9FD7FF;
        background: #143C5A;
        text-decoration: none;
    }
    .spec-version.theme-blue #ui-datepicker-div,
    .spec-version.theme-blue .ui-state-default, 
    .spec-version.theme-blue .ui-widget-content .ui-state-default, 
    .spec-version.theme-blue .ui-widget-header .ui-state-default{
        background: #9fd7ff;
        border: 1px solid #143C5A;
        color: #143C5A;
    }
    .spec-version.theme-blue .ui-widget-header{
        background: #143C5A;
    }
    .spec-version.theme-blue .ui-state-active{
        background: #143c5a !important;
        color: #9fd7ff !important;
    }
    .spec-version.theme-blue .ui-datepicker .ui-datepicker-title{
        color: #9FD7FF;
    }
    .spec-version.theme-blue .header-contacts .item:after,
    .spec-version.theme-blue .mega-menu-btn:after{
        background: #9fd7ff;
    }
    .spec-version.theme-blue .index-intro-useful-links .item-more{
        display: none;
    }
    .spec-version.theme-blue .index-intro-useful-links .item-text{
        opacity: 1;
        color: #143C5A;
    }
    .spec-version.theme-blue .index-intro-actions .item{
        background: #143C5A;
        color: #9FD7FF;
    }
    .spec-version.theme-blue .actions .item-img:after {
        background: linear-gradient(90deg, rgb(159 215 255) 5%, rgb(0 0 0 / 6%) 78.79%);
    }
    .spec-version.theme-blue .slick-prev:after, 
    .spec-version.theme-blue .slick-next:after{
        border-color: #9FD7FF;
    }
    .spec-version.theme-blue .actions .item{
        background: #9fd7ff;
        border: 1px solid #143c5a;
    }
    .spec-version.theme-blue .actions .item-tag span{
        background: #143c5a;
        color: #9FD7FF;
    }
    .spec-version.theme-blue .slick-prev, 
    .spec-version.theme-blue .slick-next{
        background: #143C5A;
    }
    .spec-version.theme-blue .top-menu li.active > a, 
    .spec-version.theme-blue .top-menu a:hover{
        color: #143c5a;
        text-decoration: underline;
    }
    .spec-version.theme-blue .breadcrumb a{
        text-decoration: underline;
    }
    .spec-version.theme-blue .breadcrumb a:hover{
        text-decoration: none;
    }
    .spec-version.theme-blue .services_grid .item-title,
    .spec-version.theme-blue .services_grid .item-description{
        color: #143c5a;
    }
    .spec-version.theme-blue .services_grid .item:hover,
    .spec-version.theme-blue .team .item:hover,
    .spec-version.theme-blue .sub-categories .item:hover,
    .spec-version.theme-blue .sub-categories .item.active{
        box-shadow: 0 0 0 2px #143c5a;
    }
    .spec-version.theme-blue .more{
        color: #143c5a !important;
    }
    .spec-version.theme-blue .more:after {
        background-color: #9fd7ff;
    }
    .spec-version.theme-blue .services_grid .item-icon,
    .spec-version.theme-blue .about-section-features .item-icon{
        filter: grayscale(100%);
    }
    .spec-version.theme-blue .footer{
        background: #9fd7ff;
    }
    .spec-version.theme-blue .services .item:before{
        background: #fff;
    }
    .spec-version.theme-blue .services .sub-item.down .dropdown-button:before,
    .spec-version.theme-blue .services .sub-item.down .dropdown-button:after,
    .spec-version.theme-blue .aside-menu>ul .dropdown-button:before,
    .spec-version.theme-blue .aside-menu>ul .dropdown-button:after{
        background: #143C5A;
    }
    .spec-version.theme-blue .aside-menu li:hover>a, 
    .spec-version.theme-blue .aside-menu .open>a, 
    .spec-version.theme-blue .aside-menu .active>a{
        color: #143C5A !important;
        text-decoration: underline;
    }
    .spec-version.theme-blue .content table{
        background: #9fd7ff;
    }
    .spec-version.theme-blue .content table th{
        background: #143C5A;
        color: #9fd7ff;
        border-color: #143C5A;
    }
    .spec-version.theme-blue .content table td{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .biography-item .item-year:before{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .content > ul > li:before{
        background: #143C5A;
    }
    .spec-version.theme-blue .header-cities-select-title{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .mega-menu-btn .icon-menu-burger__line,
    .spec-version.theme-blue .mega-menu-btn .icon-menu-burger:before,
    .spec-version.theme-blue .mega-menu-btn .icon-menu-burger:after{
        background: #9fd7ff;
    }
    
    .spec-version.theme-blue .agreement label:before{
        background: #9FD7FF;
        border-color: #143C5A;
    }
    .spec-version.theme-blue .agreement input.error + label:before{
        border-color: red;
    }
    .spec-version.theme-blue .agreement label:after{
        background: #9fd7ff;
        border: 1px solid #143c5a;
    }
    .spec-version.theme-blue .btn-main .svg{
        border-color: #9FD7FF;
    }
    .spec-version.theme-blue .btn-main .svg path{
        stroke: #9FD7FF;
    }
    .spec-version.theme-blue .index-intro-useful-links .item{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .team .item-subtitle,
    .spec-version.theme-blue .reviews .item-date{
        color: #143C5A;
    }
    .spec-version.theme-blue .aside-menu>ul>li{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .docs-list .download-icon{
        border-color: #143C5A;
        color: #143C5A;
    }
    .spec-version.theme-blue .docs-list .item .download-icon svg path{
        fill: #143C5A;
    }
    .spec-version.theme-blue .docs-list .item:hover .download-icon svg path{
        fill: #143C5A;
    }
    .spec-version.theme-blue .specialist-content{
        border-color: #143C5A;
    }
    .spec-version.theme-blue .certificats-gallery .item{
        border-color: #fff;
        background: #fff;
    }
    .spec-version.theme-blue .content p.simplesearch-results{
        background: #9fd7ff;
        border-color: #143c5a;
    }
    .spec-version.theme-blue .index-intro-actions .btn-main.btn-arrow{
        border: 1px solid #9FD7FF;
    }
    /* /. theme black */
}







