/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.logo-row .logo {width: 140px;}
#mobileheader .logo {width: 106px;}
.mobile-menu-phone {padding: 20px; font-weight: 700;}
.big-banner__list ul li {list-style-type: disc;}
.max-icon img{width: 32px;}
.links-block .links {font-size: 12px;}
.introtext h2{font-size: 24px}

.figureimg {
	display: flex; 
	gap: 10px;
}

.figureimg figcaption{
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 20px;
}

@media (max-width: 991px){.figureimg figcaption{
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	padding-bottom: 10px;
}
}

.aircity {
	background: #f0f8ff;
	height: 70px;
}

.catalog.sections .item .text {
	display: none
}

footer .address b {
    color: white;
}

.logo-row .top-description {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.logo-row .logo {
    max-width: 227px;
}

.logo_and_menu-row .phone {
    white-space: nowrap;
    position: relative;
    left: -18px;
    top: 2px;
}
.logo_and_menu-row .phone .svg {
    left: -4px;
}
.logo_and_menu-row .schedule {
    font-size: 14px;
    color: #a2a2a2;
    letter-spacing: -0.4px;
}

.flex-row {
    display: flex;
    margin: 0 -10px !important;
    padding: 0 !important;
}
.flex-inline-row {
    display: inline-flex;
    margin: 0 -10px !important;
    padding: 0 !important;
    align-items: center;
}
.flex-col {
    padding: 0 10px !important;
}

.header-row {
    align-items: center;
    justify-content: space-between;
}

.flex-col--phone-and_button {
    order: 10;
    margin-left: 50px;
}

.logo_and_menu-row .callback-block.btn {
    padding: 12px 15px 12px;
    margin: 0;
    font-size: 16px;
}

.btn--custom-1 {
    border-radius: 0 !important;
}

.btn--custom-2 {
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 16px 22px !important;
}

.big-banner {
    background-color: #e2e5ec;
    background-image: url("../images/new/head-pc.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.big-banner--no-background {
    background-color: white;
    background-image: none;
}
.big-banner-slider{
    margin: 0 !important;
    position: relative;
}
.big-banner-slider .flexslider{
    height: auto !important;
}
.big-banner-slider .slides{
    height: auto !important;
}
.big-banner-slider .slides > li {
    height: auto !important;
}
.big-banner-slider .flex-control-nav {
    bottom: 65px !important;
}
.big-banner-slider .splide__pagination {
    bottom: 50px;
}
@media (max-width: 991px){
    .big-banner-slider .flex-direction-nav {
        display: block !important;
    }
    .big-banner-slider .flex-control-nav {
        bottom: 20px !important;
    }
    .big-banner-slider .splide__pagination {
        bottom: 20px;
    }
}
@media (max-width: 767px){
    .big-banner-slider .flex-control-nav{
        display: block !important;
    }
    .big-banner-slider__nav {
        /* display: block !important;
        opacity: 1 !important;
        visibility: visible !important; */
    }
    .big-banner-slider .btn {
        margin-top: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.big-banner-slider .splide__pagination__page{
    width: 47px;
    height: 6px;
    background: #e1e1e1;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    border: 0;    
    opacity: 1;
}
.big-banner-slider .splide__pagination__page.is-active{
    background: #0088cc;
    transform: scale(1);
}
.big-banner-slider .splide__pagination__page:hover{
    background: #0088cc;
}
.splide ul li{
    list-style-type: none;
    padding: 0;
}
.splide ul li::before{
    display: none;
}
.big-banner-slider .big-banner__list-item{
    line-height: 1.4;
}
.big-banner-slider {
    position: relative;
}

.big-banner-slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.big-banner-slider .nav-carousel .flex-direction-nav {
   top: 0 !important;
}


.big-banner-slider ol a{
    width: 47px;
    height: 6px;
    background: #e1e1e1;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    border: 0;
}

.big-banner-slider ol a:hover{
    background: #0088cc;
}
.big-banner-slider ol a.flex-active{
    background: #0088cc;
}

.header-wrap {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1392px;
}
.big-banner__inner {
    margin: 0 auto;
    max-width: 1392px;
    padding: 61px 40px;
}

.big-banner-slider .big-banner__inner {
    padding: 40px 40px;
}
.big-banner-slider .splide__arrows {
    position: absolute;
    max-width: 1500px;
    margin: 0 auto;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s;
}

.big-banner-slider:hover .splide__arrows {
    opacity: 1;
}

.big-banner-slider .splide__arrow {
    background: none;
}
.big-banner-slider .splide__arrow svg {
    fill: #0088cc;
}

.big-banner__title {
    color: #252525;
    font-size: 47px;
    line-height: 1.2;
    margin-bottom: 35px;
    font-weight: bold;
}
.big-banner__list {
    margin-bottom: 35px;
}
.big-banner__list-item {
    margin-bottom: 24px;
    font-size: 27px;
    letter-spacing: -0.6px;
    font-weight: 300;
    color: #252525;
    display: flex;
}
.big-banner__icon {
    margin-right: 10px;
}
.big-banner__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px;
}
.big-banner__col{
    padding: 0 20px;
    flex: 1 1 auto;
    flex-basis: 50%;
}
.big-banner__image{
    max-width: 659px;
    height: auto;
    border-radius: 10px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .big-banner__row{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 659px;
        align-items: flex-start;
    } 
    .big-banner__col{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .big-banner__inner{
        display: flex;
        justify-content: center;
    }
    .big-banner__image{
        width: 100%;
    }
}

.flex-col--header-description {
    margin-right: auto;
}
.our-services {
    padding-bottom: 43px !important;
}
.our-services__title .line::after {
    display: none;
}
.our-services__title h3 {
    font-size: 35px !important;
    letter-spacing: 0.5px;
    padding-bottom: 29px !important;
}
.our-services__title .right_link_block {
    display: none;
}
.our-services__text {
    font-size: 17px;
    letter-spacing: -0.4px;
    max-width: 658px;
    margin-bottom: 49px;
    color: black;
}
.our-services__text .btn {
    font-weight: bold;
}
.our-services__text p {
    font-size: 17px;
    letter-spacing: -0.4px;
    color: black;
}
.our-services__text-inner {
    margin-bottom: 20px;
}

div.about.flex-row {
    display: flex !important;
}
.about {
    font-size: 16px;
    margin: 54px 0 !important;
    display: flex !important;
}
.about__title {
    font-size: 36px !important;
    margin-bottom: 40px !important;
}
.about__subtitle {
    font-weight: bold;
    margin-bottom: 26px !important;
}
.about__list-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.about__list-ul {
    list-style-type: none;
    margin-bottom: 25px !important;
}
.about__list-li {
    padding-left: 0 !important;
    margin-bottom: 2px;
}
.about__list-li::before {
    display: none;
}
.about__footer-text {
    margin-bottom: 29px !important;
}
.about__footer-text-bold {
    font-weight: bold;
    margin-bottom: 40px !important;
}
.about p {
    margin-bottom: 20px;
}
.about .flex-col {
    width: 50%;
}
.about__image-wrap{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.about__image {
    width: 100%;
    height: auto;
    display: none;
}
.gallery-bg {
    background-color: #f9f9fa;
    padding: 50px 0;
}
.gallery-wrap {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1392px;
}
.gallery {
    display: flex;
    margin: 0 auto;
}
.gallery__item {
    width: 33.3333%;
    display: inline-flex;
    justify-content: center;
}
.gallery__item img {
    box-shadow: 0 0 14px 4px rgb(0 0 0 / 5%);
    height: 100%;
    width: auto;
    max-width: 100%;
}

.gallery-grid-wrap {
    margin: 48px auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1392px;
}
.gallery-grid__title {
    max-width: 976px;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 49px;
}
.gallery-grid {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}
.gallery-grid__item {
    width: 33.3333%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 20px;
}
.gallery-grid__item img {
    box-shadow: 0 0 14px 4px rgb(0 0 0 / 5%);
    height: 100%;
    width: auto;
    max-width: 100%;
}
.flex-row--social-button {
    align-items: center;
    justify-content: center;
}
.social-buttons-wrap {
    margin: 30px auto 65px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1392px;
}
.social-buttons {
}
.social-buttons--circle {
    justify-content: flex-start;
    margin: 17px -10px 41px -10px !important;
}
.social-buttons__icon {
    margin-right: 20px;
}

.social-buttons__button {
    background: #25d366;
    border-radius: 50px;
    padding: 12px 26px;
    color: white !important;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
}
.social-buttons__button--circle {
    width: 35px;
    height: 35px;
    padding: 8px;
}
.social-buttons__button svg {
    height: 38px;
    margin-right: 26px;
}
.social-buttons__button--circle svg {
    height: auto;
    margin-right: 0;
}
.social-buttons__button--blue {
    background: #0077ff;
}
.footer-menu > .bottom-menu > .items {
    display: flex;
    flex-direction: column;
}
.footer-menu .wrap {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.footer-menu .wrap > .item-link {
    padding: 0 10px;
    width: 25%;
    font-size: 15px;
    letter-spacing: 0.4px;
}
.footer-menu .wrap > .item-link a {
    color: #eee;
    font-weight: 300;
}
.footer-menu .wrap > .item-link .item {
    margin-bottom: 11px;
}
.contacts .svg.inline {
    display: inherit;
}
.contacts .blocks {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 300;
    color: #eee;
}
footer .copy {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
}
footer .info .phones .schedule {
    color: #eee;
    font-size: 16px;
    margin: 0;
}
.contacts .white_middle_text {
    font-size: 16px;
}
footer .bottom-middle {
    padding: 47px 0px 18px;
}
.bottom-menu .items > .item-link {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
}
footer .info .phone {
    margin-bottom: 8px;
}
footer .info .blocks {
    margin-bottom: 10px;
}
.display-inline-block {
    display: inline-block;
}
.news_block.portfolio h3 {
    font-size: 35px !important;
    letter-spacing: 0.5px;
}
@media (min-width: 992px) {
    .float-banners.v1 .item {
        height: 253px;
    }
}
@media screen and (max-width: 1280px) {
    .flex-col--header-description {
        display: none;
    }
    .flex-col--logo {
        margin-right: auto;
    }
    .big-banner {
        background-position: 55% center;
        background-size: cover;
    }
}

@media screen and (max-width: 991px) {
    .news_block.portfolio h3 {
        font-size: 27px !important;
        letter-spacing: 0.5px;
    }
    .gallery-grid__title {
        font-size: 24px;
        margin-bottom: 31px;
    }
    .gallery-grid-wrap {
        margin: 30px auto;
    }
    .gallery-grid__item {
        width: 50%;
    }
    .about {
        padding: 0 6px !important;
        flex-direction: column;
    }

    .about__image-wrap{
        background-image: none !important;
    }
    .about__image{
        display: block;
    }
    .about .flex-col {
        width: 100%;
    }
    /* .about__right {
        display: none;
    } */

    .btn--custom-2 {
        font-size: 14px !important;
        padding: 12px 18px !important;
    }
    .big-banner {
        background-image: url("../images/new/head-mob.jpg");
    }
    .big-banner--no-background {
        background-image: none;
    }
    .big-banner__inner {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }
    .gallery-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }
    .gallery-grid-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }
    .big-banner__title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .big-banner__list {
        margin-bottom: 25px;
    }
    .big-banner__list-item {
        margin-bottom: 18px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .social-buttons-wrap {
        margin: -10px auto 23px;
    }
    .social-buttons-wrap .social-buttons {
        flex-direction: column;
    }
    .social-buttons-wrap .social-buttons__button {
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
    }
    .social-buttons-wrap .flex-col {
        width: 100%;
        max-width: 260px;
    }
    .social-buttons-wrap .social-buttons__button:first-child {
        margin-bottom: 20px;
    }
    .social-buttons-wrap .social-buttons__button svg {
        height: 20px;
        margin-right: 9px;
    }
    .footer-menu .wrap > .item-link {
        width: 50%;
    }
}
