.tooltip-box {
    background-color: #fff;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    max-width: 250px;
    right: 0;
    top: 80px;
    box-shadow: 0 0 5px 0px #00000030;
    opacity: 0;
    transition: all .5s;
}

.support-box:hover .tooltip-box {
    opacity: 1;
    transition: all .5s;
}

.header-inner {
    position: relative;
}

.support-box {
    display: flex;
    /*display: none !important;*/
    align-items: flex-end;
    justify-content: space-between;
    width: 60%;
    padding: 20px;
    border: 1px solid var(--orange);
    border-radius: 20px;
    margin-left: 20px;
    text-decoration: none;
}

.support-inner {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    column-gap: 10px;
}

.support-box .number {
    display: block;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1;
    color: var(--orange);
}

.support-box p {
    white-space: nowrap;
    font-size: 14px;
    margin: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
}

.support-box svg {
    display: block;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
}

.btn-home-box .support-box {
    display: none;
}

.main-navigation .support-box-m {
    display: none;
}



@media (max-width: 1399px) {
    .support-box {
        padding: 15px;
        align-items: center;
    }
    .support-inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .support-box p {
        font-size: 12px;
    }
    .support-box .number {
        font-size: 22px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .site-branding img {
        max-width: 200px;
    }
    .support-box p {
        font-size: 10px;
        margin-right: 10px;
    }
    .support-box .number {
        font-size: 18px;
    }
    .support-box {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .main-navigation .support-box-m {
        display: flex;
    }
    .support-box-m {
        display: flex;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .menu-menu-1-container {
        width: 100%;
    }
    .main-navigation .support-box-m a {
        color: var(--orange);
        font-weight: 400;
        font-size: 18px;
    }
    .support-box-m .support-inner {
        align-items: flex-end;
        flex-direction: column;
    }
    .support-box-m svg {
        width: 20px;
        height: 20px;
    }


    .btn-home-box .support-box {
        display: flex;
        background-color: #4d4634;
        margin-top: 25px;
        width: 100%;
        margin-left: 0;
    }
    .btn-home-box .support-inner {
        align-items: flex-end;
        flex-direction: column;
    }
    .header-inner>.support-box {
        display: none;
    }
    .btn-home-box {
        width: 100%;
    }

}

/*News*/
.news-list-intro {
    padding: 170px 0 100px 0;
}

.news-list-intro img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #fff;
}

.news-list-intro-info .date {
    color: var(--orange);
    margin-bottom: 20px;
    font-weight: 700;
}

.news-list-intro-info .title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.orange-btn {
    display: block;
    width: fit-content;
    background-color: var(--orange);
    color: #000;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 20px;
    font-weight: 500;
}

.orange-btn:hover {
    color: #000;
}

.mechanic .orange-btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.news-list {
    margin-bottom: 100px;
}

.news-item .news-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.news-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: all .5s;
}

.news-item:hover {
    background-color: var(--orange);
    border: 1px solid var(--orange);
    transition: all .5s;
}

.news-info {
    padding: 30px;
    color: #000;
}

.news-info p {
    font-weight: 500;
    min-height: 108px;
}

.transparent-btn {
    display: block;
    width: fit-content;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 20px;
    font-weight: 500;
    border: 1px solid #000;
}

.transparent-btn:hover {
    color: #000;
}

.news-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-content {
    margin-bottom: 100px;
}

.news-content .images img {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .news-list-intro-info .title {
        font-size: 18px;
    }
    .news-list-intro .align-items-center .col-md-7 {
        order: 2;
    }
    .news-list-intro .align-items-center .col-md-5 {
        order: 1;
    }
    .news-list-intro .align-items-center .col-md-5 img {
        margin-bottom: 20px;
    }
    .news-info p {
        min-height: 50px;
    }
    .news {
        padding: 110px 0 0px;
    }
    .mechanic .orange-btn {
        font-size: 16px;
        padding: 15px 20px;
    }
}


/*start news=========*/
.news {
    padding: 110px 0 100px;
}

.news .title {
    margin: 0 0 30px 0;
}

.news__slider {
    overflow: hidden;
}

.news__item {
    position: relative;
    border-radius: 14.8px;
    background: #f39200;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.news__title {
    position: absolute;
    top: 25px;
    left: 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.news__img {
    width: 100%;
    height: 185px;
    overflow: hidden;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.news__img img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px auto 0;
    width: 99%;
    height: 99%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 13.32px 13.32px 0px 0px;
}

.news__info {
    padding: 20px;
}

.news p {
    margin: 0 0 15px 0;
    color: black;
    font-size: 11.84px;
    font-weight: 300;
    line-height: 150%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 4;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    font-size: 13.32px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 15px 0 0;
}

.news .btn {
    max-width: 170px;
    width: 100%;
    padding: 10px 30px;
    height: 45px;
    font-size: 13.32px;
}

.newss .btn {
    max-width: 170px;
    width: 100%;
    padding: 10px 30px;
    height: 45px;
    font-size: 13.32px;
}

.news .news__slider {
    position: relative;
    height: 500px;
}

.news .swiper-slide-active {
    width: 37.5% !important;
    height: 400px;
}

.news .swiper-slide-active .news__img {
    height: 255px;
}

.news .swiper-slide-active .news__item {
    background-color: #fff;
}

.news .swiper-slide-active p {
    font-size: 16px;
}

.news .swiper-slide-active span {
    font-size: 18px;
}

.news .swiper-slide-active .news__info {
    padding: 30px 20px;
}

.news .swiper-button-prev {
    left: calc(37.5% + 30px);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news .swiper-button-next {
    left: calc(43% + 30px);
}

.news .swiper-button-prev,
.news .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #f39200;
    border-radius: 20px;
    top: auto;
    bottom: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.news .swiper-button-prev::after,
.news .swiper-button-next::after {
    display: none;
}

.news .swiper-button-prev:hover,
.news .swiper-button-next:hover {
    background-color: #fff;
}

.news .container {
    position: relative;
}

.news__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: calc(50% + 30px);
    border: 1px solid #f39200;
    border-radius: 20px;
    color: #f39200;
    height: 60px;
    padding: 20px 70px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.news__btn:hover {
    background-color: #fff;
}

/*end news=========*/


/*start question==========*/
.question {
    padding: 90px 0 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.question h2 {
    margin-bottom: 30px;
}

.question .title {
    margin: 0 0 30px 0;
}

.qaccordion-item {
    overflow: hidden;
    margin: 0 0 50px 0;
    padding: 30px 80px;
    border: 2px solid #f39200;
    border-radius: 20px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.qaccordion-content {
    display: none;
    padding: 40px 80px 0 0;
}

.qaccordion-content p {
    padding: 0 0 0 65px;
    margin: 0 0 15px 0;
    color: #4d4634;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    border-left: 1px solid #4D4634;
}

.qaccordion-item.active .qaccordion-content {
    display: block;
}

.qaccordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #f39200;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
}

.qaccordion-title p {
    margin-bottom: 0;
}

.qaccordion-title span {
    color: #fff;
}

.qaccordion-title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 50px;
}

.qaccordion-item.active {
    background-color: #F9F9F9;
}

.qaccordion-item.active .qaccordion-title {
    color: #000;
}

.qaccordion-item.active .qaccordion-title span {
    color: #000;
}

.qaccordion-item.active .qaccordion-title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qaccordion-item.active .qaccordion-title svg path {
    fill: #000000;
}

@media (max-width: 1600px) {
    .qaccordion-item {
        overflow: hidden;
        margin: 0 0 25px 0;
    }
}
@media (max-width: 1400px) {
    .qaccordion-item {
        padding: 30px 40px;
    }
    .qaccordion-title {
        font-size: 22px;
    }
    .qaccordion-content p {
        font-size: 18px;
    }
    .qaccordion-title {
        font-size: 20px;
    }
    .qaccordion-title svg {
        width: 25px;
    }
}
@media (max-width: 1200px) {
    .qaccordion-item {
        padding: 20px 20px;
        margin: 0 0 25px 0;
    }
}
@media (max-width: 992px) {
    .qaccordion-title {
        font-size: 18px;
    }
    .qaccordion-title br {
        display: none;
    }
    .qaccordion-title p {
        margin: 0;
    }
    .qaccordion-content p {
        padding: 0 0 0 15px;
        font-size: 16px;
    }
    .qaccordion-content {
        padding: 20px 40px 0 0;
    }
}
@media (max-width: 576px) {

}


/*end question==========*/

/*New blocks*/

.num-title-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.num-title-box .num {
    color: var(--orange);
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 20px;
}

.num-title-box .text {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    max-width: 280px;
}

.box-wb {
    padding: 30px 30px 10px 30px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.box-wb .b-text {
    font-weight: 700;
    margin-bottom: 30px;
}

.box-wb .sm-text {
    font-size: 14px;
    margin-bottom: 30px;
}

.list-box-col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
    font-size: 16px;
}

.list-box-col .left, .list-box-col .right {
    width: 50%;
}

.list-box-col .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.list-box-col .item .text {
    margin-bottom: 30px;
    line-height: 1.5;
}

.list-box-col .item img {
    margin-right: 20px;
    margin-top: 3px;
}

.list-box-col .item ul, .box-wb-4 ul {
    padding-left: 1rem;
}

.box-wb .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
}

.box-wb-4 ul {
    font-size: 14px;
    margin-bottom: 10px;
}

.box-wb-4 .sm-text {
    margin-bottom: 10px;
}

.box-wb-3 .box-wb {
    padding-bottom: 60px;
}

.box-wb-4 .num-title-box .text {
    max-width: 350px;
}

.box-wb-3 .num-title-box .text {
    max-width: 150px;
}

.box-wbg {
    width: 80%;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    margin-top: -60px;
    margin-left: 10%;
}

.box-wbg a {
    color: #000;
    font-weight: 700;
}

@media (max-width: 1400px) {
    .news .swiper-button-prev {
        left: calc(31.5% + 90px);
    }
    .news .swiper-button-next {
        left: calc(40% + 90px);
    }
    .news__btn {
        left: calc(50% + 90px);
    }
}

@media (max-width: 992px) {
    .news .swiper-slide-active {
        width: 80% !important;
    }
    .news__btn {
        margin: 20px 0 0 0;
        position: static;
    }
    .news .swiper-button-next,
    .news .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .news .swiper-button-next {
        left: auto;
        right: 0;
    }
    .news .swiper-button-prev {
        left: auto;
        right: 60px;
    }
    .news .btn,
    .newss .btn {
        padding: 10px 15px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .news .swiper-slide-active {
        width: 85% !important;
    }
    .news .swiper-button-prev {
        bottom: 0;
        right: calc(50% + 10px);
    }
    .news .swiper-button-next {
        bottom: 0;
        right: calc(50% - 50px);
    }
    .news .swiper-slide-active .news__info {
        padding: 15px 10px;
    }
    .news .swiper-slide-active p {
        font-size: 14px;
    }
    .news .swiper-slide-active span {
        font-size: 14px;
    }
    .news .btn {
        height: 35px;
        font-size: 13.32px;
    }
    .news .news__slider {
        height: 520px;
    }
    .news .news__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news .swiper-slide-active span {
        margin: 0 0 15px 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .list-box-col .item {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .box-wbg {
        margin-top: -33px;
    }
}

@media screen and (max-width: 767px) {
    .list-box-col {
        flex-direction: column;
    }
    .list-box-col .left, .list-box-col .right {
        width: 100%;
        font-size: 14px;
    }
    .box-wb {
        padding: 20px 20px 10px 20px;
    }
    .num-title-box .num {
        font-size: 50px;
    }
}

/*Prev blocks*/
.simple-page {
    padding: 170px 0 100px 0;
}
.simple-page h1 {
    text-align: center;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.simple-page h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: left;
    color: #F39200;
}
.privacy-policy {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.privacy-policy a {
    text-decoration: underline;
}
.privacy-policy ol {
    list-style: disc;
    padding-left: 1em;
}
.privacy-policy ol li {
    list-style: disc;
}
.orange {
    color: #F39200;
}

.rec-simple-table {
    margin-bottom: 30px;
    width: 100%;
}

.rec-simple-table tr td {
    border: 1px solid #fff;
    padding: 5px 10px;
}

@media screen and (max-width: 767px) {
    .simple-page h1 {
        text-align: center;
        font-size: 28px;
    }
    .simple-page h2 {
        font-size: 21px;
        margin-top: 30px;
    }
}


.messengers {
    color: #848484;
}

/*Accordion start*/
.accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 30px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 48px;
    text-transform: uppercase;
    transition: all 0.4s;
    border-top: 1px solid #fff;
}

.active, .accordion:hover {
    background-color: transparent;
    color: var(--orange);
    transition: all 0.4s;
}

.panel {
    padding: 0 0 30px 0;
    display: none;
    background-color: transparent;
    overflow: hidden;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 100;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}


/*Accordion end*/

.c-box {
    padding: 30px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.c-city {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--orange);
}

.c-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.c-address {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--orange);
}

.c-week {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c-week ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 50%;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .c-week {
        font-size: 16px;
    }
    .c-city {
        font-size: 24px;
    }
    .accordion {
        font-size: 36px;
    }
    .c-address {
        font-size: 21px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    .col-lg-6:nth-child(2n) .c-address {
        margin-top: 30px;
    }
}


@media screen and (max-width: 767px) {
    .c-week {
        flex-direction: column;
    }
    .c-week ul {
        width: 100%;
    }
    .c-city {
        font-size: 24px;
    }
    .c-contact {
        min-height: 33px;
    }
    .accordion {
        font-size: 28px;
        padding: 20px 0;
    }
    .panel {
        padding: 0 0 20px 0;
    }
    .c-address {
        font-size: 18px;
    }
    .col-lg-6:nth-child(2n) .c-address {
        margin-top: 30px;
    }
}







.hblk1 {
    background-image: url("../img/arrows.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc( 100% + 550px ) 0%;
}

.hblk1 h1 {
    margin: 240px 0 150px 0;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.hblk1 h1 span {
    font-weight: 300;
}

.hblk1 .img-box {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    column-gap: 60px;
}

.hblk2 {
    margin: 170px 0;
}

.hblk2 h2 {
    margin-bottom: 30px;
}

.hblk2 .info {
    font-size: 20px;
}

.btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-t {
    display: flex;
    margin-top: 20px;
    margin-right: 10px;
}

.btn-t a {
    text-decoration: none;
}

.btn-t-inner {
    padding: 20px;
    text-align: center;
    color: var(--orange);
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: var(--brown);
    text-transform: uppercase;
    font-weight: 500;
}

.hblk3 .row {
    margin-bottom: 30px;
}

.how-box {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px;
    height: 100%;
}

.how-box .number {
    font-size: 75px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 50px;
    line-height: 1;
}

.how-box .info {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0;
}

.how-testimonial {
    font-size: 36px;
    font-weight: 200;
    display: flex;
    align-items: center;
    height: 100%;
}

.how-testimonial p {
    text-align: right;
}

.hblk4 {
    margin: 100px 0;
}

.hblk4 h2 {
    margin-bottom: 30px;
}

.important-inner {
    background-color: #fff;
    color: var(--brown);
    padding: 70px 100px;
    margin: 0 -100px;
    border-radius: 50px;
}



/*Footer*/
.site-footer {
    background-color: var(--blue);
    padding: 70px 0 150px 0;
    font-size: 22px;
}

.site-footer h2 {
    margin-bottom: 50px;
}

.f-top-text {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.f-bottom-text {
    margin-bottom: 50px;
}

.work-time {
    text-align: right;
}

.work-time p {
    margin-bottom: 0;
}






/*Header*/
.site-header {
    padding: 17px 0;
    border-bottom: 1px solid #fff;
    position: fixed;
    width: 100%;
    background-color: var(--brown);
    z-index: 9999999;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-navigation ul {
    justify-content: flex-end;
}

.main-navigation ul li {
    padding: 0 35px;
}

.main-navigation ul li:last-child {
    padding-right: 0;
}

.main-navigation a {
    color: #fff;
    font-weight: 200;
    font-size: 24px;
}

.header__btn {
    display: none;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/*General*/
:root {
    --brown: #4D4634;
    --orange: #F39200;
    --blue: #111226;
}

.orange {
    color: #F39200;
}

.post, .page {
    margin: 0;
}

body {
    font-family: e-Ukraine;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 200;
    color: #fff;
    background-color: #4D4634;
}

h1 {
    font-family: e-Ukraine;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
    font-family: e-Ukraine;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 500;
}

p {
    margin-bottom: 20px;
}

a {
    color: #F39200;
}

a:hover {
    color: #F39200;
}

.nowrap {
    white-space: nowrap;
}

strong {
    font-weight: 500;
}

@font-face {
    font-family: e-Ukraine;
    src: url(../fonts/e-Ukraine-UltraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: e-Ukraine;
    src: url(../fonts/e-Ukraine-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: e-Ukraine;
    src: url(../fonts/e-Ukraine-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: e-Ukraine;
    src: url(../fonts/e-Ukraine-Bold.ttf);
    font-weight: 600;
}


@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}


@media (min-width: 1400px) and (max-width: 1599px) {
    .important-inner {
        padding: 70px 40px;
        margin: 0 -40px;
    }
    .main-navigation a {
        font-size: 18px;
    }
    .main-navigation ul li {
        padding: 0 20px;
    }
    .hblk1 {
        background-position: calc( 100% + 450px ) 0%;
    }
    .hblk1 h1 {
        margin: 200px 0 130px 0;
        font-size: 75px;
    }
    h2 {
        font-size: 60px;
    }
    body {
        font-size: 18px;
    }
    .hblk2 .info {
        font-size: 18px;
    }
    .btn-t-inner {
        padding: 20px;
    }
    .how-box .info {
        font-size: 16px;
    }
    .how-testimonial {
        font-size: 26px;
    }
    .site-footer {
        font-size: 18px;
        padding: 70px 0 100px 0;
    }
    .f-top-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .important-inner {
        padding: 70px 30px;
        margin: 0 -30px;
    }
    .main-navigation a {
        font-size: 16px;
    }
    .main-navigation ul li {
        padding: 0 10px;
    }
    .hblk1 {
        background-position: calc( 100% + 450px ) 0%;
    }
    .hblk1 h1 {
        margin: 180px 0 100px 0;
        font-size: 60px;
    }
    h2 {
        font-size: 48px;
    }
    body {
        font-size: 16px;
    }
    .hblk2 {
        margin: 120px 0;
    }
    .hblk2 .info {
        font-size: 18px;
    }
    .btn-t-inner {
        padding: 20px;
    }
    .how-box .info {
        font-size: 16px;
    }
    .how-testimonial {
        font-size: 22px;
    }
    .site-footer {
        font-size: 18px;
        padding: 70px 0 100px 0;
    }
    .f-top-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .important-inner {
        padding: 70px 20px;
        margin: 0 -20px;
    }
    .main-navigation a {
        font-size: 16px;
    }
    .main-navigation ul li {
        padding: 0 10px;
    }
    .hblk1 {
        background-position: calc( 100% + 350px ) 0%;
    }
    .hblk1 h1 {
        margin: 150px 0 80px 0;
        font-size: 48px;
    }
    .hblk1 .img-box {
        margin-bottom: 20px;
    }
    .hblk1 .img-box img {
        width: 220px;
    }
    h2 {
        font-size: 48px;
    }
    body {
        font-size: 16px;
    }
    .hblk2 {
        margin: 120px 0;
    }
    .hblk2 .info {
        font-size: 16px;
    }
    .btn-t-inner {
        padding: 10px 20px;
        border-radius: 10px;
    }
    .how-box .number {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .how-box .info {
        font-size: 14px;
    }
    .how-testimonial {
        font-size: 22px;
    }
    .site-footer {
        font-size: 18px;
        padding: 70px 0 100px 0;
    }
    .f-top-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .important-inner {
        padding: 70px 20px;
        margin: 0 -20px;
        border-radius: 30px;
    }
    .main-navigation a {
        font-size: 14px;
    }
    .main-navigation ul li {
        padding: 0 5px;
    }
    .hblk1 {
        background-position: calc( 100% + 350px ) 0%;
    }
    .hblk1 h1 {
        margin: 150px 0 80px 0;
        font-size: 42px;
    }
    .hblk1 .img-box {
        margin-bottom: 0px;
    }
    .hblk1 .img-box img {
        width: 220px;
    }
    h2 {
        font-size: 36px;
    }
    body {
        font-size: 16px;
    }
    .hblk2 {
        margin: 100px 0;
    }
    .hblk2 .info {
        font-size: 14px;
    }
    .btn-t-inner {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 14px;
    }
    .how-box .number {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .how-box .info {
        font-size: 14px;
    }
    .how-testimonial {
        font-size: 22px;
    }
    .site-footer {
        font-size: 16px;
        padding: 50px 0 80px 0;
    }
    .f-top-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .important-inner {
        padding: 50px 10px;
        margin: 0 -10px;
        border-radius: 20px;
    }
    .hblk1 {
        background-position: calc( 100% + 750px ) 0%;
        background-size: cover;
    }
    .hblk1 h1 {
        margin: 140px 0 50px 0;
        font-size: 36px;
    }
    .hblk1 .img-box {
        margin-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .hblk1 .img-box img {
        width: 200px;
    }
    h2 {
        font-size: 32px;
    }
    body {
        font-size: 16px;
    }
    .hblk2 {
        margin: 70px 0;
    }
    .hblk2 .info {
        font-size: 16px;
    }
    .btns {
        flex-direction: column;
    }
    .btn-t-inner {
        padding: 15px 15px;
    }
    .btn-t {
        display: block;
        width: 100%;
    }
    .hblk1 .btn-t {
        margin-right: 0;
    }
    .hblk3 h2 {
        margin-bottom: 30px;
    }
    .how-box .number {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .how-box .info {
        font-size: 16px;
    }
    .how-box {
        height: auto;
    }
    .hblk3 .row {
        margin-bottom: auto;
    }
    .how-testimonial {
        font-size: 21px;
    }
    .how-testimonial p {
        text-align: center;
        margin-bottom: 30px;
    }
    .hblk4 {
        margin: 70px 0;
    }
    .site-footer {
        font-size: 16px;
    }
    .f-top-text {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .f-bottom-text {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .work-time {
        text-align: left;
    }


    .site-branding img {
        width: 200px;
    }
    .header__btn {
        margin: 0 0 0 15px;
        padding: 0;
        display: block;
        width: 20px;
        height: 17px;
        position: relative;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        border: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .header__btn span {
        margin: 0 0 0 auto;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 4px;
        opacity: 1;
    }
    .header__btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 4px;
    }
    .header__btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 4px;
    }
    .header__btn.open span {
        opacity: 0;
    }
    .header__btn.open::before {
        top: 7px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header__btn.open::after {
        bottom: 7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation {
        margin: 0;
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        left: auto;
        width: 100%;
        height: 100vh;
        z-index: 9999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 35px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        overflow: auto;
        background-color: var(--brown);
    }
    .main-navigation.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .main-navigation ul li {
        padding: 10px 0;
    }

}