@charset "UTF-8";

/*
Theme Name: Sadik
Author: Sadik


@font-face {
    font-family: 'Panton';
    src: local('Panton  Regular'), local('Panton--Regular'), url('assets/fonts/Panton-Regular.woff2') format('woff2'), url('assets/fonts/Panton-Regular.woff') format('woff'), url('assets/fonts/Panton-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: local('Panton  Bold'), local('Panton--Bold'), url('assets/fonts/Panton-Bold.woff2') format('woff2'), url('assets/fonts/Panton-Bold.woff') format('woff'), url('assets/fonts/Panton-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    font-family: 'Panton';
}
*/
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Bold.woff') format('woff'),
        url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Regular.woff') format('woff'),
        url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Medium.woff') format('woff'),
        url('assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('assets/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Black.woff') format('woff'),
        url('assets/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Light.woff') format('woff'),
        url('assets/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
        url('assets/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Thin.woff') format('woff'),
        url('assets/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
* {
    font-family: 'Roboto';
}

.header__logo a {
    text-decoration: none;
}

.header__top {
    padding: 31px 0px 39px;
}

.header__subtitle {
    max-width: 176px;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    margin-left: 35px;
}

.header__phone {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #444444;
    text-decoration: none;
    margin-left: 6px;
}

.header__phone:hover {
    color: black;
}

.search {
    position: relative;
}

.search__control {
    border: 1px solid #3792E7;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    padding: 16px 0px 15px 56px;
    max-width: 281px;
    width: 100%;
}

.search__control::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #3792E7;
}

.search__btn {
    border: 0px;
    outline: none;
    background-color: transparent;
    background-image: url(assets/img/search.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background-position: center;
    background-size: 23px;
    position: absolute;
    top: 13px;
    left: 20px;
    padding: 0px;
    margin: 0px;
}

.vision__icon {
    border: 1px solid #3792E7;
    box-sizing: border-box;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.vision__title {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #3792E7;
    max-width: 108px;
}

.vision:hover .vision__title {
    text-decoration: none;
}

.vision {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.single-content {
    padding: 35px 0px 80px;
}

.main-text,
.main-text p {
    font-size: 18px;
    line-height: 26px;
    color: #444444;
}

.caption {
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #444444;
    max-width: 842px;
    margin: auto;
}

.main-nav {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    width: 100%;
    max-width: 748px;
    margin: 0px auto;
}

.main-nav li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    text-decoration: none;
}

.main-nav li a:hover {
    text-decoration: underline;
}

.header__nav {
    padding: 0px;
    /* background: #FFFBF1; */
    z-index: 2;
    position: relative;
}

.main-nav li {
    position: relative;
}

.main-nav>li>a {
    display: block;
    padding: 28px 0px;
}

body:not(.home) .header__nav {
    background: #FFFBF1;
}

.link:hover {
    text-decoration: none;
}

.link {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
}

.link--light,
.link--light:hover {
    color: #FFFFFF;
}

.footer__bottom {
    background: #444444;
    padding: 54px 0px;
}

.footer__middle {
    position: relative;
    width: 100%;
    height: 646px;
}

.footer__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    color: #444444;
}

.footer__info {
    background: #FFFBF1;
    border-radius: 10px;
    padding: 41px 47px 82px;
    width: 100%;
    max-width: 477px;
    margin: 72px 0px 0px;
    position: relative;
    z-index: 1;
}

.footer__list {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 32px;
}

.footer__map {
    width: 100%;
    height: 646px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.contact__item {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    padding: 13px 40px;
    background-repeat: no-repeat;
    background-position: center left;
}

.contact__br {
    height: 18px;
}

.contact__item a:hover {
    text-decoration: underline;
}

.contact__item a {
    color: #444444;
    text-decoration: none;
}

.contact__item--adress {
    background-image: url(/wp-content/themes/sadik/assets/img/adres-contact.svg);
    background-position: top 11px left;
}

.contact__item--phone {
    background-image: url(/wp-content/themes/sadik/assets/img/phone-contact.svg);
}

.contact__item--time {
    background-image: url(/wp-content/themes/sadik/assets/img/time.svg);
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 22px 44px 20px;
    border-radius: 50px;
    min-width: 217px;
}

.btn--main {
    background: #FFE24A;
    color: #444444;
}

.btn--main:hover {
    color: black;
}

.text--bold {
    font-weight: bold;
}

.main-text {
    margin-top: 30px;
}

.center {
    text-align: center;
}

.section {
    padding: 117px 0px 94px;
    position: relative;
}

.news-item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    max-height: 44px;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 18px;
    display: block;
}

.news-item__title:hover {
    color: #444444;
    text-decoration: underline;
}

.news-item__content {
    font-size: 16px;
    line-height: 23px;
    color: #444444;
    max-height: 92px;
    overflow: hidden;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
}

.news-item__link {
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #3792E7;
    position: relative;
    z-index: 1;
}

.news-item__link:hover {
    text-decoration: none;
}

.news-item__container {
    max-width: 356px;
}

.news-item__thumbnail {
    border-radius: 10px;
    margin-bottom: 36px;
    width: 100%;
    /* max-width: 380px; */
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

.news__header {
    margin-bottom: 85px;
}

.news-item {
    margin-bottom: 81px;
}

.section--another {
    background: #ECF7FF;
    padding-top: 70px;
}

.headline {
    width: 100%;
    max-width: 100%;
}

.about__content {
    margin-top: 53px;
}

.about__photo {
    max-width: 90%;
    display: block;
    margin: auto;
    position: relative;
}

.about__photo-content {
    position: relative;
}

.about__content p {
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    margin-bottom: 26px;
    position: relative;
}

.about__content p:last-child {
    margin-bottom: 0px;
}

.about__photo--bg {
    position: absolute;
    top: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 35px;
    padding-bottom: 15px;
    max-width: 100%;
}

section.about.section {
    padding-bottom: 2px;
}

a {
    color: #3792E7;
}

.home-slider__slick .slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.home-slider__slick {
    z-index: 1;
}

.home-slider {
    padding-bottom: 54px;
    background: #FFFBF1;
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
}

.benefits__icon {
    background: url(/wp-content/themes/sadik/assets/img/icon-bg.svg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 106px;
    height: 106px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 18px;
}

.benefits__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.benefits__text {
    width: calc(100% - 124px);
    max-width: 224px;
}

.benefits__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 94px;
}

.benefits__content {
    padding-top: 4px;
    padding-bottom: 73px;
}

.benefits__document p:last-child {
    margin-bottom: 0px;
}

.benefits__document {
    background: #FFFBF1;
    border-radius: 20px;
    padding: 50px 45px;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    position: relative;
}

.benefits.section {
    padding-bottom: 80px;
}

.gallery__slider-for .slick-slide img {
    max-width: 972px;
    height: 368px;
    width: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

.gallery__slider-nav .slick-slide img {
    width: 84px;
    height: 84px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 3px 0px;
}

.gallery__slider-nav .slick-track {
    transform: none !important;
    /* margin: 0 px; */
}

.gallery__slider-nav .slick-slide.slick-current img {
    outline: 3px solid #3792E7;
}

.gallery__slider-nav {
    margin: 12px auto auto;
    max-width: 972px;
}

.gallery__header {
    margin-bottom: 45px;
    position: relative;
}

.particle {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    padding: 30px 40px 40px;
}

button.close {
    border: 0px;
    background: none;
    font-size: 38px;
}

.particle:nth-child(even) {
    -webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
}

.col-particle {
    position: relative;
}

.container-particle {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.main-nav li ul.sub-menu {
    display: none;
    list-style: none;
    padding: 10px 20px;
    margin: 0px;
    position: absolute;
    top: 100%;
    width: calc(100% + 40px);
    left: -20px;
    background: rgb(229, 252, 176);
    background: linear-gradient( 0deg, rgba(229, 252, 176, 1) 0%, rgba(214, 235, 255, 1) 100%);
    min-width: 200px;
}

.main-nav li ul.sub-menu li a {
    font-size: 14px;
    color: #313131;
    padding: 7px 0px;
    display: block;
    line-height: 19px;
}

.main-nav li:hover ul.sub-menu {
    display: block;
}

.kontakty-info {
    margin-top: 40px;
    margin-bottom: 40px;
}

.kontakty-info__title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .kontakty-info {
        margin-top: 20px;
    }
    .header__phone {
        font-size: 20px;
    }
    .vision__title {
        font-size: 13px;
    }
    .vision__icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }
    .vision__icon img {
        width: 20px;
    }
    .header__top {
        padding: 20px 0px;
    }
}

@media (max-width: 992px) {
    .contact__item {
        font-size: 14px;
        line-height: 18px;
        padding: 13px 40px;
    }
    .footer__list {
        margin: 10px 0px 15px;
    }
    .footer__bottom {
        padding: 24px 0px;
    }
    .link {
        font-size: 14px;
        line-height: 17px;
    }
    .caption {
        font-size: 32px;
        line-height: 40px;
    }
    .about__content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .benefits.section {
        padding-bottom: 40px;
    }
    .section {
        padding: 40px 0px 20px;
    }
    .about__content {
        margin-top: 23px;
    }
    .benefits__document {
        padding: 30px 25px;
    }
    .btn {
        font-size: 14px;
        padding: 15px 30px 13px;
    }
    .footer__info {
        padding: 20px 0px 30px;
        max-width: 100%;
        margin: 0px;
    }
    section.news.section {
        padding-bottom: 40px;
    }
    .footer__map {
        height: 200px;
        position: relative;
    }
    .footer__middle {
        height: initial;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
        background: #FFFBF1;
    }
    .header__search {
        display: none;
    }
    .vision {
        display: none !important;
    }
    .news__header {
        margin-bottom: 40px;
    }
    .news-item__thumbnail {
        height: initial;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-item__title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-item__content {
        font-size: 14px;
    }
    .news-item {
        margin-bottom: 40px;
    }
    .gallery__slider-nav .slick-track:before,
    .gallery__slider-nav .slick-track:after {
        display: none;
    }
    .gallery__slider-nav .slick-track {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        margin: 0px;
        width: 100% !important;
    }
    .gallery__slider-nav .slick-slide img {
        width: 50px;
        height: 50px;
    }
    .gallery__slider-nav .slick-track .slick-slide {
        width: 50px !important;
        margin-right: 10px;
        float: initial;
    }
    .gallery__slider-for .slick-slide img {
        height: initial;
    }
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
    }
    .slick-prev:before,
    .slick-next:before {
        background-size: 8px;
    }
    .benefits__text {
        max-width: 100%;
    }
    .benefits__item {
        margin-top: 20px;
    }
    .benefits__content {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .main-nav li a {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    body.cbp-spmenu-push.cbp-spmenu-push-toright main.main {
        max-width: 100vw;
        overflow: hidden;
    }
    .header__logo .d-flex.flex-row.justify-content-start.align-items-center {
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .home-slider {
        padding-top: 0px;
        margin-top: 0px;
    }
    .header__subtitle {
        max-width: 100%;
        width: 100%;
        padding: 13px 0px 5px;
        margin: 0px;
        text-align: center;
    }
    .header__logo img {
        width: 80px;
    }
    .header__nav {
        display: none;
    }
    .header__contact {
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }
}