.header__soc-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding-inline-start: 0px;
}
.header__soc-item {
    margin-right: 10px;
}
.header__soc-link img {
    width: 30px;
    height: auto;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 37px);
    display: block;
    width: 50px;
    height: auto;
    outline: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 1;
}
.owl-carousel .owl-nav button img {
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.owl-carousel .owl-nav .owl-next {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.modal .modal-content .subtitle {
    font: 18px/25px 'Roboto', sans-serif;
    color: #2B2B2B;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

/*С чего начать?*/
#start .section-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #2B2B2B;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    max-width: 455px;
    margin: 0 auto;
}
#start .section-title:not(.no-seperator):after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #5ED193;
    margin: 30px 0;
    margin-right: auto;
    margin-left: auto;
}
#start .is-title-center {
    text-align: center;
}
#start .section-text {
    margin: 0 auto;
    max-width: 550px;
}
#start .tabs {
    margin-top: 30px;
}
/* Style the tab */
.tab {
    float: left;
    border-right: 1px solid #ededed;
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 5px 20px;
    width: max-content;
    max-width: 390px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #5ed193;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #5ed193;
}

/* Style the tab content */
.tabcontent {
    box-sizing: border-box;
    float: left;
    padding: 0px 50px;
    width: 50%;
    border-left: none;
    height: 500px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}
.tablinks {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: 700;
    margin-bottom: 15px;
}
.content-title {
    color: #000000;
    align-self: flex-start;
}
.content-text {
    color: #000000;
}
.content-img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.gallery .gallery-col .gallery-item {
    margin-bottom: 30px;
}

/*@chalma Почему выбирают нас*/
#why-us {
    background-color: #F8F8F8;
    padding: 100px 0px;
}
#why-us .section-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #2B2B2B;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    max-width: 455px;
    margin: 0 auto;
}
#why-us .section-title:not(.no-seperator):after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #5ED193;
    margin: 30px 0;
    margin-right: auto;
    margin-left: auto;
}
#why-us .is-title-center {
    text-align: center;
}
#why-us .section-text {
    color: #000000;
    margin: 0 auto;
    max-width: 550px;
}
.why-us__info-block {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.why-us__text-block {
    box-sizing: border-box;
    padding: 20px 50px;
    width: 50%;
    border-right: 1px solid #ededed;
}
.why-us__subtitle {
    color: #000000;
}
.why-us__text {
    color: #000000;
}
.why-us__image-block {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 10px;
}
.why-us__image {
    width: calc(100% - 20px);
    height: auto;
}

/*@chalma Наш блог*/
/*@chalma Почему выбирают нас*/
#our-block {
    background-color: #F8F8F8;
    padding: 0px 0px 85px;
}
#our-block.head-padding {
    padding: 85px 0px;
}
#our-block.head-nopadding {

}
#our-block .section-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #2B2B2B;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    max-width: 455px;
    margin: 0 auto;
}
#our-block .section-text {
    color: #2B2B2B;
}
#our-block .section-title:not(.no-seperator):after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #5ED193;
    margin: 30px 0;
    margin-right: auto;
    margin-left: auto;
}
#our-block .is-title-center {
    text-align: center;
}
.our-block__list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
}
.our-block__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.our-block__item img {
    width: 100%;
    height: auto;
}
.our-block__item:nth-child(3n) {
    margin-right: 0px;
}

/*@chalma футер*/
.footer__body .row {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0px;
}
.footer__logo-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.footer__logo {
    width: 250px;
}
.footer__text {
    color: #9B9C9E;
    max-width: 300px;
    font: 16px/26px 'Roboto', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}
.footer__soc-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding-inline-start: 0px;
}
.footer__soc-item {
    margin-right: 10px;
}
.footer__soc-link img {
    width: 50px;
    height: auto;
}

.footer__menu-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__menu-title {
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer__menu-link {
    color: #9B9C9E;
    margin-bottom: 10px;
    text-decoration: none;
}
.footer__menu-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer__info-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__info-title {
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer__info-tel {
    color: #9B9C9E;
    margin-bottom: 10px;
}
.footer__info-mail {
    color: #9B9C9E;
    margin-bottom: 20px;
}
.footer__info-tel:hover,
.footer__info-mail:hover {
    color: #ffffff;
}

.footer__form-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer__form-title {
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-text {
    max-width: 300px;
    margin-top: 20px;
}

#case h2.section-title {
    max-width: 650px;
    margin: 20px auto 0;
}
.case-img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.section .section-title.small {
    font-size: 28px;
}

.section .row {
    margin-right: 0;
    margin-left: 0;
}

#callback-popup2 {
    max-width: 576px;
}
.header_sticky .container {
    position: relative;
}
.head-sox__list {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 12px);
    right: 230px;
}
.head-sox__item:nth-child(2) {
    margin: 0px 10px;
}
.header_sticky.stick2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*background: transparent;*/
    background: #ffffff;
}
.header_sticky.inner_sticky.services {
    background: transparent;
    transition: all .2s;
}
.header_sticky.inner_sticky.services.stick {
    background: #ffffff;
}

.header_sticky.stick2 .container {
    justify-content: space-between;
}

.header_sticky.inner_sticky.services .container .site-menu .menu-elements > li a {
    color: #ffffff;
}
.header_sticky.inner_sticky.services.stick .container .site-menu .menu-elements > li a {
    color: #2B2B2B;
}
.gallery-section-template .gallery-tabs {
    border-bottom: 0px !important;
}
.more {
    display: inline-block;
    background: #5ED193;
    color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 35px;
    border: 2px solid #5ED193;
    font: normal 700 12px/18px 'Roboto', sans-serif;
    -webkit-transition: background-color .5s, color .5s, border .5s;
    transition: background-color .5s, color .5s, border .5s;
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.08em;
}
.more:hover {
    background-color: transparent;
    color: #5ED193;
    border-color: #5ED193;
}

#case {
    padding: 10px 0px;
}

#gallery2 .owl-nav,
#gallery2 .owl-dots {
    display: none;
}

.services-section-template .services .service .service-inner .service-title a {
    font-family: "Ubuntu", sans-serif;
    color: #2b2b2b;
    font-weight: 700
}

.services-section-template .services .service.is-contrast-block .service-inner  .service-title a {
    color: #ffffff;
}

.detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-image-block {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.detail-image-text-block {
    width: fit-content;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.detail-image-title {
    width: 100%;
    text-align: center;
    font: 56px / 64px 'Roboto', sans-serif;
    color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.detail-image-descr {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font: 18px / 29px 'Roboto', sans-serif;
    color: #FFFFFF;
}
.detail-image-btn {
    margin: 0 auto;
    margin-top: 50px;
    display: inline-block;
    background: #5ED193;
    color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 35px;
    border: 2px solid #5ED193;
    font: normal 700 12px / 18px 'Roboto', sans-serif;
    -webkit-transition: background-color .5s, color .5s, border .5s;
    transition: background-color .5s, color .5s, border .5s;
    cursor: pointer;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.08em;
}

.head-sox__img {
    width: 25px;
    height: auto;
}

.header_sticky.inner_sticky {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header_sticky.inner_sticky .site-logo .logo-dark {
    display: none;
}

.header_sticky.inner_sticky.stick .site-logo .logo-dark {
    display: block;
}
.header_sticky.inner_sticky.stick .site-logo .logo-light {
    display: none;
}


.gallery-section.section {
    padding-top: 70px;
}
#service {
    padding-bottom: 0px;
}

#trust_us {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.trust-us__head {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/*.trust-us__head .section-title {*/
/*    margin-right: 200px;*/
/*}*/
.trust-us__head a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #2B2B2B;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    position: absolute;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
}

.trust-us__list {
    width: 100%;
    box-sizing: border-box;
}
.trust-us__list.ticker {
    margin-bottom: 50px;
}
.trust-us__list.ticker.reverse {
    transform:rotate(180deg);
}

.slick-slider.ticker.reverse .slick-track,
.slick-slider.ticker.reverse .slick-list {
    direction: ltr;
}


.trust-us__list .ticker-slide img {
    width: 250px;
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.trust-us__list .ticker-slide:hover img {
    filter: grayscale(0);
}
.trust-us__list .ticker-slide {
    margin: 0 10px;
    cursor: pointer;
}
.trust-us__list.ticker.reverse .ticker-slide {
    transform:rotate(180deg);
}
.header_sticky .container .site-menu .menu-elements > li:not(:first-child) {
    margin-left: 15px;
}

/* Наши сертификаты */
.certificates {
    padding-top: 100px;
}

.certificates-picture {
    width: 100%;
    height: auto;
}

.certificates-picture a {
    width: 100%;
    height: auto;
}

.certificates-picture img{
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .head-sox__list {
        position: static;
        margin-right: 10px;
    }
    .detail-image-title {
        font: 32px / 34px 'Roboto', sans-serif;
    }
    .detail-image-descr {
        font: 16px / 22px 'Roboto', sans-serif;
    }
    .detail-image-block {
        min-height: 100vh;
    }
    .detail-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}
@media (max-width: 1024px) {
    .owl-carousel .owl-nav .owl-next {
        right: -30px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -30px;
    }
    .footer__info-addr {
        max-width: 145px;
    }
}
@media (max-width: 992px) {
    .footer.template3 .footer-second .footer-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -10px;
    }
    .footer.template3 .footer-second .footer-menu .menu-elements {
        max-width: unset;
    }
    .footer.template3 .footer-second .socials {
        margin-top: 30px;
    }
    .footer.template3 .footer-second .copyright {
        margin-top: 0;
    }
    .tab {
        width: 40%;
    }
    .tabcontent {
        width: 60%;
    }
    .tab button {
        padding: 5px 10px;
        box-sizing: border-box;
        max-width: 270px;
    }
    .why-us__info-block {
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }
    .why-us__text-block {
        width: 100%;
        border-right: 0px solid #ededed;
    }
    .why-us__image-block {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .our-block__item {
        width: 46%;
    }
    .our-block__item:nth-child(2n) {
        margin-right: 0px;
    }
    .our-block__item:nth-child(3n) {
        margin-right: 2%;
    }
    .our-block__item:last-child {
        margin-right: 0%;
    }
    .footer__info-block {
        flex-wrap: wrap;
    }
    .footer__info-addr {
        max-width: 235px;
    }
    .footer__logo-block {
        order: 1;
    }
    .footer__form-block {
        order: 2;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .footer__menu-block {
        order: 3;
    }
    .footer__info-block {
        order: 4;
        position: relative;
    }
    .head-sox__list {
        display: none;
    }
}
@media (max-width: 767px) {
    .owl-carousel .owl-nav button {
        width: 35px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    .mobile-content {
        position: relative;
        height: 530px;
        overflow: hidden;
        width: 430px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .mobile-content.open {
        height: max-content;
    }
    .mobile-content .content-text {
        margin-bottom: 30px;
    }
    .content-more {
        display: block;
        width: max-content;
        background-color: #5ed193;
        padding: 10px 50px;
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        margin: 0 auto;
        border-radius: 10px;
        font-weight: 700;
        margin-bottom: 50px;
        border: 0px;
    }
    .why-us__text-block {
        padding: 20px 30px;
    }

    .footer__body .row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer__logo-block {
        order: 1;
    }
    .footer__form-block {
        order: 4;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .footer__menu-block {
        order: 3;
        margin-bottom: 30px;
    }
    .footer__info-block {
        order: 2;
        position: relative;
        left: 0px;
        margin-bottom: 20px;
    }
    .footer__text {
        margin-bottom: 0px;
    }
    .footer__info-mail,
    .footer__info-addr {
        margin-bottom: 0px;
    }
    .detail-image-text-block {
        width: max-content;
    }

    .trust-us__head {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .trust-us__head a {
        position: static;
    }
    .trust-us__head .section-title {
        margin-right: 0;
    }
    .trust-us__head a {
        margin-bottom: 50px;
    }
}
@media (max-width: 577px) {
    .mobile-content {
        width: 320px;
        height: 630px;
    }
    .why-us__text-block {
        padding: 20px 20px;
    }
    .our-block__item {
        width: 100%;
        margin-right: 0px;
    }
    .our-block__item:nth-child(2n) {
        margin-right: 0px;
    }
    .our-block__item:nth-child(3n) {
        margin-right: 0px;
    }
    .our-block__item:last-child {
        margin-right: 0px;
    }
}
@media (max-width: 449px) {
    .content-more {
        padding: 10px 25px;
    }
    .detail-image-btn {
        margin-top: 15px;
    }
    .detail-image-title {
        font: 26px / 28px 'Roboto', sans-serif;
    }
    .detail-image-descr {
        font: 14px / 16px 'Roboto', sans-serif;
    }
}
@media (max-width: 399px) {
    #start .section-title {
        font-size: 22px;
        line-height: 32px;
    }
    .mobile-content {
        width: 250px;
        height: 775px;
    }
    .content-more {
        padding: 10px 10px;
    }

    .detail-image-title {
        font: 16px / 18px 'Roboto', sans-serif;
    }
    .detail-image-descr {
        font: 12px / 14px 'Roboto', sans-serif;
    }
}
