/*
Theme Name: Akolit

*/


@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova_regular.ttf');
}


body {
    background: #fff;
    margin: 0 !important;
}

header {
    width: 100%;
}

.header {
    min-height: 100px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1440px;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.header img {
    max-width: 100px;
}


.header .phone p {
    margin: 0;
}

.header .phone a {
    color: #3C3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
}

.header .phone a:hover {
    text-decoration: underline;
}

.header .button {
    min-width: 226px;
    border: 1px solid rgba(254, 96, 44, 1);
    border-radius: 10px;
    text-align: center;
    height: 40px;
    display: grid;
    align-content: center;
}

.header .button a {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
}

.nav {
    min-height: 80px;
    background: #F5F5F5;
    display: grid;
    align-content: center;
}

.nav>ul {
    /*display: grid;
    grid-template-columns: repeat(3, max-content);*/
    list-style: none;
    gap: 50px;
    margin: 0 auto;
    padding: 0;
    width: 100%;

}

.nav ul li a {
    color: #3C3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
}

.nav ul li a:active {
    color: #FE602C;
}

.nav ul li a:hover {
    color: #FE602C;
}

.submenu {
    position: relative;
}

.submenu-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F5F5F5;
    padding: 10px;
    list-style: none;
    margin: 0;
}

.submenu:hover .submenu-list {
    display: block;
}

.submenu-list li {
    margin: 0;
}

.submenu-list a {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    text-decoration: none;
}

.footer {
    min-height: 320px;
    background: #3C3C3C;
}

.footer .inner {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    /*    grid-template-columns: repeat(3, 1fr);*/
    min-height: 320px;
    flex-wrap: wrap;
}


.footer .inner .block {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 740px) {
    .footer .inner .block {
        width: 30%;
    }

    .footer .inner .block.logo {
        justify-content: start;
    }

    .footer .inner .block.logo img {
        width: 200px;
    }
}

@media (max-width: 740px) {
    .footer .inner .block.logo img {
        width: 100px;
    }
}

.footer .inner ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    /*    grid-template-columns: repeat(3, max-content);*/
    list-style: none;
    gap: 50px;
    margin: 0 auto;
    padding: 0;
}

.footer .inner ul.main-menu a {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 23.4px */
    text-decoration: none;
}

.footer .inner .block.info .phone p {
    margin: 0px;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.footer .inner .block.info .phone a {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    text-decoration: none;
}

.footer .inner .block.info {
    gap: 15px;
}



.footer .inner .block.info .button {
    width: 250px;
    height: 60px;
    flex-shrink: 0;
    background: rgba(254, 96, 44, 1);
    display: grid;
    justify-items: center;
    align-content: center;
    border-radius: 10px;
}

.footer .inner .block.info .button a {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.main-banner {
    width: 100%;
    /*    min-height: 670px;*/
}

.main-banner .block {
    width: 100%;
    /*    min-height: 670px;*/
    min-height: 300px;
    background-size: cover;
    margin-bottom: 60px;

    display: grid;
    justify-items: center;
    align-content: center;
}

.main-banner .block p {
    margin: 0;
    max-width: 1440px;
    color: #fff;

    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.clb-block-14 {
    max-width: 1440px;
    margin: 0 auto;
}

.o-nas {
    max-width: 1440px;
    margin: 80px auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 50% 35%;
    gap: 80px;
}


@media (min-width: 740px) {
    .o-nas .block {
        width: 44%;
    }
}

@media (min-width: 425px) {
    .main-banner {
        min-height: 100px;
    }
}

.o-nas .block .button {
    border-radius: 10px;
    background: #FE602C;
    width: 250px;
    height: 60px;
    display: grid;
    align-content: center;
}

.o-nas .block .button a {
    color: #FFF;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.o-nas .block img {
    width: 100%;
}

.o-nas .block .title {
    color: #3C3C3C;

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 31.2px */
    text-transform: uppercase;
}

.o-nas .block p {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.main-statyi {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 20px;
    padding: 50px 15px;
}

.main-statyi .inner img {
    width: 100%;
    height: 218px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.main-statyi .inner {
    background: #F1F1F1;
    border-radius: 20px;
}

.main-statyi .inner h2 {
    text-align: center;
}

.main-statyi .inner a {
    color: #3C3C3C;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.content-area.single-post {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0px;
}

.content-area.page {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0px;
}

.breadcrumb-container {
    max-width: 1440px;
    margin: 0 auto;
}

.contacts {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 20px;
}

.contacts p a {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 22.4px */
}

.contacts p a {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.contacts p span {
    color: rgba(254, 96, 44, 1);
}

.page404 {
    height: 80vh;
    display: grid;
    align-content: center;
    justify-items: center;
}

.page404 .title {
    font-size: 120px;
}

.page404 .text {
    font-size: 72px;
}

.single-post img {
    height: auto;
}

.entry-thumbnail img {
    width: 100%;
}

.time {
    display: none;
}

@media (max-width: 600px) {
    .header {
        grid-template-columns: 100%;
        justify-items: center;
        gap: 5px;
    }

    .nav>ul {
        grid-template-columns: 100%;
        gap: 10px;
        align-content: center;
        align-items: center;
        margin: 20px 0px;
        width: 100%;
    }

    .o-nas {
        grid-template-columns: 100%;
    }

    .exform_wrapper.style-request {
        width: 90% !important;
        padding: 30px 0px !important;
        position: relative;
    }


    .exform_wrapper.style-request form {
        grid-template-columns: 100% !important;
    }

    .footer .inner {
        grid-template-columns: 100%;
    }

    .main-statyi {
        grid-template-columns: repeat(auto-fit, minmax(320px, 90%));
        justify-items: center;
        justify-content: center;
    }

    .exform_wrapper.style-request .inpt_wrpr {
        grid-template-columns: 80% !important;
    }

    .exform_wrapper.style-request .mf_submit .send_btn {
        width: 90% !important;
    }

    .main-banner {
        width: 100%;
        /*			min-height: 300px;*/
    }

    .main-banner .block {
        width: 100%;
        min-height: 40vh;
    }

    .main-banner .block p {
        font-size: 26px;
        padding: 10px;
        filter: drop-shadow(2px 1px 1px #000);
    }

    .footer .inner {
        grid-template-columns: 100%;
        justify-items: center;
    }

    .footer .inner ul.main-menu {
        justify-items: center;
        gap: 10px;
        margin: 20px 0px;
        grid-template-columns: 100%;
    }

    .exform_wrapper.style-request .exform_header {
        width: 90%;
    }

    .exform_wrapper.callback .inpt_wrpr {
        grid-template-columns: 100% !important;
    }

    .exform_wrapper.callback {
        width: 80% !important;
    }
}

.exform_wrapper.style-request form,
.exform_wrapper.style-request .inpt_wrpr {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.mf_submit {
    width: 250px;
}

.exform_wrapper.callback {
    /* left: 80% !important;
    top: 30% !important;
    position: relative !important;*/
    transform: translate(-50%, 0%);
    margin-top: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
}



.modal-wrap {
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 10;
    display: block;
    margin: 0 auto;
    width: 70%;
    position: fixed;
    padding: 15px;
    z-index: 99999;
}



.exform_wrapper.callback {
    font: 20px 'Montserrat', sans-serif;
    color: #000;
    background: #fff;
    border: none;
    padding: 36px 31px 0;
    border-radius: 15px;
}

.exform_wrapper.callback .exform_header {
    text-align: center;
    font-weight: semibold;
    padding: 5px 0;
    margin: 5px;
    color: #212121;
    text-transform: uppercase;
    font-size: 24px;
}

.exform_wrapper.callback .exform_addmsg {
    text-align: center;
    font-size: 18px;
    margin: auto;
}

.exform_wrapper.callback input[type="text"]:focus,
.exform_wrapper.callback .exform_wrapper textarea:focus {
    background: #ffd;
}

.exform_wrapper.callback .inpt_wrpr {
    margin: 5px 0 5px -10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}

.exform_wrapper.callback input[type="text"],
.exform_wrapper.callback textarea {
    font-size: 18px;
    border: 1px solid #c0c0c0;
    padding: 18px;
    background: none;
    margin: 0;
    border-radius: 0px;
    height: 25px;
    text-align: left;
    width: 90%;
}

.exform_wrapper.callback textarea {
    height: 50px;
    resize: none;
    font-family: Arial;
}

.exform_wrapper.callback div.err {
    height: 0;
    float: right;
    position: relative;
    left: 0;
    top: 11px;
}

.exform_wrapper.callback .mf_submit {
    text-align: center;
    margin-top: 7px;
    width: 45%;
    display: inline-block;
}

.exform_wrapper.callback .mf_submit .send_btn {
    /*opacity: 0.5;*/
    width: 100%;
    border-radius: 0px;
    background-color: rgba(254, 96, 44, 1);
    cursor: default;
    font-size: 18px;
    color: white;
    padding: 11px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.exform_wrapper.callback .mf_submit .send_btn:hover {
    opacity: 70%;
    margin: auto;
}

.exform_wrapper.callback .exf_captcha input[type="text"],
.exform_wrapper.callback .captcha_img {
    float: left;
}

.exform_wrapper.callback .exf_captcha input[type="text"] {
    width: 130px;
}

.exform_wrapper.callback .captcha_img {
    width: 160px;
    height: 34px;
    margin: 2px 0 0 4px;
}

#mf_captcha_callback {
    width: 160px;
    border: solid 1px #ccc;
}

.exform_wrapper.callback .exf_captcha a {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin: 4px -10px 0 0;
    background: url(refresh.png);
}

.exform_wrapper.callback.finmsg {
    width: 400px;
    min-height: 50px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -200px;
}

.exform_wrapper.callback.finmsg p {
    text-align: center;
}

.exf_captcha {
    display: none;
}

.close_btn {
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('/exform/imgs/exit.png') no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

.close_btn:focus {
    outline: none;
}

.lab {
    font-size: 18px;
}

.exform_addmsg a {
    color: #343434;
    text-decoration: underline;
    font-style: italic;
    font-size: 18px;
}

.exform_wrapper.callback .exform_addmsg {
    width: 70%;
}

.exform_wrapper.callback input[type="text"]::-webkit-input-placeholder {
    font-family: 'Montserrat'
}

.exform_wrapper.callback input[type="text"]::-moz-placeholder {
    font-family: 'Montserrat'
}

/* Firefox 19+ */
.exform_wrapper.callback input[type="text"]:-moz-placeholder {
    font-family: 'Montserrat'
}

/* Firefox 18- */
.exform_wrapper.callback input[type="text"]:-ms-input-placeholder {
    font-family: 'Montserrat'
}



@media (max-width: 600px) {
    .exform_wrapper {
        /*position: fixed;
    left: 10px !important;
    top: 10% !important;
    margin-left: 0px !important;
    margin-top: 0px !important; */
        display: block;
    }

    .exform_wrapper.callback {
        width: 90%;
    }

    .exform_wrapper.callback input[type="text"],
    .exform_wrapper.callback textarea {
        width: 100%;
    }

    .exform_wrapper.callback .mf_submit {
        width: 100%;
    }
}


@media(max-width:767px) {
    .exform_wrapper.request {
        width: 90% !important;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%) !important;
        margin-left: unset !important;
        margin-top: -217.5px;
        display: block;
    }

    .exform_wrapper.request input[type="text"],
    .exform_wrapper.request input[type="file"],
    .exform_wrapper.request textarea {
        width: 100% !important;

    }

    .exform_wrapper.request3 div.progress {
        width: 300px !important;
    }

    .custom-checkbox+label {
        bottom: -16px !important;
        left: 20px !important;
    }

}

.table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.buttonmen {
    border: 1px solid rgba(254, 96, 44, 1);
    border-radius: 10px;
    text-align: center;
    height: 40px;
    align-content: center;
    width: 270px;
}

.buttonmen a {
    color: #3C3C3C;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
}

.red-link {
    color: #E63C24
}

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

.image-page img {
    float: left;
    width: 428px;
    height: 525px;
    margin-right: 42px;
    object-fit: cover;
}

/* .entry-content.page-content {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 60px;
} */
.btn-block {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    margin-bottom: 60px;
    margin-top: 40px;
}

.btn_red,
.btn_white {
    width: 240px;
    height: 58px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn_white {
    background: #fff;
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
}

.btn_white:hover {
    background: var(--orange-color);
    color: #fff;
}

.review {
    margin-top: 40px;
}

.review-head {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.review-name-title {
    padding: 25px;
    background: red;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.review-name {
    display: flex;
    gap: 10px;
    line-height: 1;
    font-weight: 900;
    flex-direction: column;
    justify-content: center;
}

span.review-pos {
    font-weight: normal;
}

.review-item {
    margin-bottom: 30px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 35px;
    border-radius: 3px;
}

.review-name img {
    height: 15px;
    width: 97px;
}

@media only screen and (max-width: 480px) {
    .review-name {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1440px) {
    .content-area.page {
        padding: 20px;
    }

    .breadcrumb-container {
        padding: 0 20px;
    }
}

.main-statyi .inner .post-title__uslugi {
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    font-size: var(--font-size-30);
    margin: 25px auto;
}

.main-statyi.cust-grid {
    grid-template-columns: repeat(2, 1fr);
}

.main-statyi.cust-grid-4 {
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width:767px) {
    .main-statyi.cust-grid {
        grid-template-columns: 1fr;
    }

    .main-statyi.cust-grid-4 {
        grid-template-columns: 1fr;
    }
}