/*
Theme Name: Vugo child
Template: vugo
 */

/* импортируем стили родительской темы */
@import url("../vugo/style.css");

.header-container {
    max-width: 1428px;
    margin: 0 auto;
    display: flex;
    font-family: 'Roboto';
    align-items: flex-start;
    justify-content: space-between;
    line-height: 1.4;
    padding: 15px 0 3px;
}

.header__logo {
    display: block;
}

.header__logo img {
    width: 311px;
}

.header__logo-wrapper {
    display: flex;
    align-items: flex-start;
}

.header__caption {
    color: #332a81;
    font-size: 14px;
    margin-top: 10px;
    border-left: 1px solid #332a81;
    padding-left: 25px;
    margin-left: 25px;
}

.header__phones {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__phones a {
    text-decoration: none;
    color: #332a81;
    font-weight: bold;
}

.header__work-hours {
    font-size: 12px;
    color: #2a2a2a;
    padding-top: 10px;
    margin-left: 20px;
}

.header__phones-wrapper {
    display: flex;
    margin-top: 16px;
}

.header__collback-btn {
    border: none;
    color: #fff;
    font-size: 16px;
    height: 48px;
    padding: 0 20px 0 60px;
    cursor: pointer;
    background: #bd1616 url('assets/img/callback-btn-logo.png') no-repeat 15px center;
    font-family: 'Roboto';
    margin-top: 11px;
}

.header__mobile-block .header__phones {
    display: none;
    padding: 5px 15px;
}

.page-template-page-home .nav-wrap, .page-template-page-sand .nav-wrap, .page-template-page-sliders .nav-wrap {
    top: 105px;
}

.nav__phones {
    display: none;
}

.news__item-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
}

.news__item-link {
    color: #383089;
    display: block;
    text-decoration: underline;
}

.news__item-link-wrapper {
    text-align: right;
    padding-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.news__item-link-wrapper::after {
    content: '\01F822';
    padding-left: 10px;
    color: #383089;
}

.partners .s-slider {
    padding-bottom: 50px;
}

.clients__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.clients__list:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ccc;
    flex: 1;
}

.clients-item {
    width: 16.6666%;
    box-sizing: border-box;
    padding: 30px 10px;
    border-bottom: 1px solid #ccc;
}

/* menu */

.sub-menu {
    display: none;
}

.menu .sub-menu {
    position: absolute;
    top: 58px;
    background: #f3f8f9;
    /* width: 100%; */
    width: 150px;
    padding: 0 15px;
    box-sizing: content-box;
    left: -15px;
    border-top: 2px solid #332a81;
}

.home .menu .sub-menu {
    background: rgba(255,255,255,.9);
}

.sub-menu .menu-item {
    height: 50px;
    line-height: 50px;
}

.nav-wrap .nav {
    padding: 0 15px;
}

.nav__container {
    padding-top: 0;
    padding-bottom: 0;
}

.menu-item {
    position: relative;
    height: 58px;
    line-height: 58px;
}

.mobile-menu .menu-item {
    height: 52px;
    line-height: 52px;
}

.mobile-menu .menu-item__open {
    height: auto;
}

.menu-item__open .sub-menu {
    display: block;
    position: relative;
}

.mobile-menu a {
    padding: 0;
}

.mobile-menu .sub-menu .menu-item a {
    background: #f3f8f9;
    color: #000;
}

.menu .menu-item:hover .sub-menu {
    display: block;
}

.mobile-menu__toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1px;
    left: calc(50% + 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item__open .mobile-menu__toggle {
    transform: rotate(90deg);
}

.mobile-menu__toggle:after {
    content: '';
    border-left: 5px solid #13132c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.category-description_wide .products__catalog-list {
    padding: 0;
}

.catalog-slider-arrow {
    width: 50px;
    height: 45px;
    position: absolute;
    top: calc(50% - 22px);
    cursor: pointer;
}

.catalog-slider-arrow_prev {
    left: 0;
    background: url('/wp-content/plugins/mpcx-lightbox/public/images/prev.png');
}

.catalog-slider-arrow_next {
    right: 0;
    background: url('/wp-content/plugins/mpcx-lightbox/public/images/next.png');
}

.prices__table td {
    /* padding: 20px 0; */
    width: 25%;
    border-bottom: 1px solid #3a3285;
    height: 60px;
}

.table-last-row td {
    border-bottom: none;
}

.prices__table td:not(:first-child) {
    text-align: center;
}

.prices-table__subtitle td, .prices-table__last-row td {
    border-bottom: none;
}


.prices__table td:first-child {
    padding-left: 35px;
}

.prices-table__subtitle {
    background: #f1f1f3;
    color: #30277f;
    text-transform: uppercase;
}

.prices__table {
    min-width: 550px;
    border-collapse: collapse;
}

.prices-table__header {
    color: #30277f;
}

.prices-table__wrapper {
    overflow: auto;
}

.catalog .news__list .news__item:hover .news__item-title,
.catalog .catalog__list .catalog__item:hover .catalog__title {
    text-decoration: underline;
}

.footer-from__textarea-wrapper.error textarea {
    border-color: red!important;
}

.footer-from__textarea-wrapper.error label {
    color: red!important;
}

.footer-subtitle {
    text-transform: uppercase;
}

.questions__question {
    padding: 26px 25px 25px;
    color: #383084;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.questions__answer {
    padding: 25px;
}

.questions__question, .questions__answer {
    display: flex;
}

.questions__title {
    font-weight: bold;
    color: #000;
    width: 75px;
}

.questions__text {
    flex: 1;
}

.questions__list ul {
    margin-left: 30px;
}

.questions__list ul li {
    list-style: disc;
}

.questions__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .questions__question, .questions__answer {
        display: block;
    }

    .questions__title {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 640px) {
    .page-template-page-home .nav-wrap {
        z-index: 10;
    }
}

@media (max-width: 1200px) {
    .clients-item {
        width: 20%;
    }
}

@media (max-width: 1000px) {
    .clients-item {
        width: 25%;
    }
}

@media (max-width: 800px) {
    .clients-item {
        width: 33.3333%;
    }
}

@media (max-width: 650px) {
    .clients-item {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .clients-item {
        width: 100%;
    }
}

.clients-item__img {
    display: flex;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.clients-item__img img {
    max-width: 100%;
    max-height: 90%;
}

.clients-item__description {
    text-align: center;
}

@media (max-width: 1400px) {
    .header-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1400px) {
    /* .header-container {
        width: 100%;
    } */
    .header__phones-wrapper {
        flex-direction: column;
        margin-top: 0;
    }

    .header__work-hours {
        padding-top: 0;
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .header__collback-btn {
        padding: 0 10px 0 50px;
        background-position-x: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    .header__collback-btn {
        background: #bd1616;
        padding: 0 10px;
    }
}

@media (max-width: 1050px) {
    .header__logo img {
        width: 250px;
    }

    .header__caption {
        font-size: 12px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1050px) {
    .header-container {
        padding: 15px 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .header__caption,
    .header__phones-wrapper,
    .header__collback-btn {
        display: none;
    }

    .header__mobile-block {
        display: flex;
    }

    .header__mobile-block .header__phones {
        display: block;
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .header__mobile-block .header__phones {
        display: none;
        font-size: 18px;
    }
}

.list {
    margin-left: 25px;
}

.list li {
    list-style: disc;
}
.form__item {
    margin-bottom: 40px;
}
.form__label {
    position: relative;
}
.form__label input[required="required"] + span.form__floating-label {
    position: absolute;
    top: -1.2em;
}
.form__label input[required="required"] + span.form__floating-label:after {
    content: " *";
}