.hide{
display:none!important;    
}

.pageBackground {
    background-color: #b5b3b3;
}

h1, h2, h3 {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 15px 0;
    padding: 10px 5px;
    text-align: center;
}

p {
    margin-bottom: 10px;
    padding: 0 5px;
}

a {
    color: #555555;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #353535;
    line-height: 1.4;
    background-color: #90908b;
}

ol, ul {
    margin-bottom: 10px;
    padding-left: 40px;
    line-height: 25px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

/* table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #CDCDCD;
    margin: 10px 0px 15px 0px;
    width: 99%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

th {
    background-color: #E6EEEE;
    border: 1px solid #FFFFFF;
    padding: 4px;
    color: #3D3D3D;
}

td {
    color: #3D3D3D;
    background-color: #FFFFFF;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}

tr:nth-child(even) td {
    background-color: #F0F0F6;
}

tr:hover td {
    background-color: #D0D0D6;
    transition: .5s;
} */

.pageBodyMaxWidth {
    background: #fff;
    max-width: 1170px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.56);
    margin: 0 auto;
}

.headerContainer {
    display: flex;
    flex-direction: column;
}

.headerLogoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    padding-bottom: 0;
    background: #eee;
}

.headerLogoContainer a {
    color: inherit;
    text-decoration: none;
}

.headerLogoInner {
    flex-direction: row;
    display: flex;
    margin-bottom: 10px;
}

.headerLogoText {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    font-size: 18px;
}

.headerSiteName {
    font-size: 1.3em;
    text-align: center;
    text-shadow: 1px 1px 2px #b9b9b9, 0 0 1em #fff;
}

.headerSiteLogo {
    font-size: 35px;
    letter-spacing: 3px;
    /*margin-top: 20px;*/
    /*margin-bottom: 10px;*/
    text-shadow: 1px 1px 2px #b9b9b9, 0 0 1em #fff;
}

.headerPhoneInner {
    text-align: right;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    line-height: 1.6;
    font-size: 12px;
}


.headerPhoneMobile {
    display: none;
}

.headerEmail {
    font-weight: bold;
}

.headerBackground {
    background-image: url(/assets/template/betabeton/images/headerBackground.jpg);
    min-height: 145px;
    padding: 0 16px;
    display: flex;
}

.headerInfoSlogan {
    font-size: 1.4em;
}

.headerInfoSloganItalic {
    font-weight: 600;
    font-size: 1em;
    font-style: italic;
}

.headerInfo {
    text-shadow: 1px 1px 2px #ffffff, 1em 0 2em #fff;
    display: flex;
    align-self: end;
    justify-self: flex-end;
    align-items: center;
    max-width: 861px;
    width: 100%;
    justify-content: space-between;
    margin: 15px 0 15px auto;
}

.headerInfo__text {
    display: flex;
    flex-direction: column;

}


.headerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
    outline: none;
}

.headerMenuInner {
    padding: 2px 3px;
    text-align: center;
    width: 25%;
    list-style-type: none;
    font-size: 1.5em;
}

.headerMenuInner a {
    color: #333333;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    white-space: nowrap;
}

.headerMenuInner a:hover, .headerMenuInner.active a {
    color: #fff;
    background-color: #555555;
    border-radius: 2px;
    transition: .15s ease;
}

.headerMenu {
    border-bottom: 1px solid #eee;
}

.mainPage {
    display: flex;
    flex-direction: row;
}

.leftMenu {
    width: 25%;
    margin-top: 10px;
}

.leftMenu a {
    color: inherit;
}

.leftMenu li {
    position: relative;
}

.leftMenu li ul {
    position: absolute;
    display: none;
    background-color: #555555;
    width: 100%;
    left: 100%;
    top: 0;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
    z-index: 100;
}

.leftMenu li ul a {
    color: white;
}

.leftMenu li ul a:hover {
    color: white;
}

.leftMenu li:hover > ul {
    display: block;
}

.leftMenu li.active a {
    background-color: #555555;
    color: white;
}

.mainPageContent {
    width: 75%;
    margin-bottom: 20px;
}

.contacts-emails {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.contacts {
    display: flex;
    width: 100%;
    flex-wrap: wrap;


}

.contacts__left {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

.contacts__left p {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.contacts__left p span {
    font-weight: bold;
    margin-top: 5px;
}

.contacts__left p a {
    width: max-content;
}

.contacts__right {
    padding-right: 10px;
    width: 100%;
    min-width: 285px;
    max-width: 550px;
}

.contacts__right iframe, .map-container iframe {
    width: 100%!important;
    height: 340px!important;
}

.contacts__phone, .contacts__phone-region {
    text-decoration: none;

}

.contacts__phone::after {
    content: '[[++spb_phone]] (Спб)';
    display: flex;
    height: 16px;
    align-items: center;
    line-height: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    position: relative;
    margin-top: 2px;
    font-weight: bold;
}

.contacts__phone-region::after {
    content: '+7 (81369) 733-35 ([[++region_name_ip]])';
    display: flex;
    height: 16px;
    align-items: center;
    line-height: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    position: relative;
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: bold;
}


.leftMenuInnerHeader {
    font-size: 1.5em;
    text-align: center;
    background: #eee;
    padding: 15px;
}

.leftMenuInnerHeader span {
    font-size: 16px;
}


.leftMenuInner {
    padding: 0 10px;
}

.leftMenuInnerNav ul {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
}

.leftMenuInnerNav li {
    background: url("leftpoint.gif") no-repeat 0 15px;
    border-bottom: 1px solid #f0f0f0;
    list-style-type: none;
}

.leftMenuInnerNav li a:hover {
    /*text-decoration: underline;*/
    border-radius: 2px;
    transition: .5s;
    color: #000;
}

.leftMenuInnerNav > ul > li:hover {
    background: #eee;
}

.leftMenuInnerNav li ul li:hover > a {
    color: black;
}

.leftMenuInnerNav li ul li:hover {
    background: #eee;
}

.leftMenuInnerNav a {
    color: #666;
    padding: 8px 0 8px 13px;
    display: block;
    width: 100%;
    font-size: 13px;
    text-decoration: none;
}

.leftMenuInnerNav {
    padding: 19px 15px 18px;
}

.leftMenuInnerNav li:last-child {
    border-bottom: none;
}

.footerContainer {
    padding: 30px 0;
    background-color: #555;
    color: #fff;
}

.footerContainerInner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 5px;
    /* display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center; */
    display: flex;
    justify-content: space-between;
}

.footerMenu {
    width: 100%;
    max-width: max-content;
    /* padding-left: 70px; */
}

.footerMenu ul {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.footerMenu li {
    padding: 0 10px;
    flex-shrink: 0;
    text-align: center;
    font-size: 12px;
}

.footerMenu li a {
    text-decoration: none;
    color: #fff;
}

.footerMenu li a:hover {
    text-decoration: underline;
    transition: .5s;
}

.breadcrumbs {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin-left: -35px;
    margin-top: 5px;
    margin-bottom: -10px;
    font-size: 11px;
}

.breadcrumbs-sep {
    margin-left: 5px;
    margin-right: 5px;
}

.headerMenu > li ~ li {

    border-left: 1px solid #EEF;

}

.work-scheme__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 270px;
    margin: 29px 0 50px 5px;
}

.work-scheme__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 128px;
    max-width: 420px;
}

.work-scheme__step:nth-of-type(1) img {
    margin-left: 10px;
}

.work-scheme__step:nth-of-type(2) img {
    margin-left: 10px;
    margin-right: 20px;
}

.work-scheme__step:nth-of-type(3) img {
    margin-left: 10px;
    margin-right: 7px;
}

.work-scheme__step:nth-of-type(4) img {
    margin-right: 20px;
}

.step__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.step__img {
    top: 50px;
    left: 100px;
}

.img-container {
    width: 128px;
    height: 121px;
}


/* ADVANTAGES------------------------------------------------------------------------------------- */

.advantages {
    padding: 0 5px;
    margin-bottom: 50px;
}

.advantages__items {
    /*   padding: 0 5px; */
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}

.advantages__item {
    margin-bottom: 20px;
    position: relative;
    height: 281px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.advantages__item-header {
    margin-top: 84px;
    margin-bottom: 3px;
}

.advantages__item-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.advantages__item img {
    position: absolute;
    top: 0px;
}

.advantages__item-img {
    width: 111px;
    height: auto;
}

.calculator__download-prices {
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.advantages__item h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.advantages__info {
    width: 210px;
    height: 235px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.sitemap-item {
    list-style-type: none;
}

.sitemap-item a {
    text-decoration: none;
    color: #666;
}

.sitemap-item a:hover {
    text-decoration: none;
    border-bottom: 1px solid #666;
}

.mobile-header {
    display: none;
}

.headerBackground-mobile {
    display: none;
}

.menu.menu-inner a:hover {
    color: #fff;
    background-color: #555555;
    border-radius: 2px;
    transition: .15s ease;
}

.menu-item.active > a {
    color: #fff;
    border-radius: 2px;
    transition: .15s ease;
}

.menu-item a {
    width: max-content;
}

.menu-item.active {

    background-color: #555555 !important;

}


/* NEW TABLES ---------------------------------------------------------------------------------------------------------*/
.price-table-container {
    margin-bottom: 20px;
    padding: 0 5px;
    position: relative;
}

.price-table__header {
    text-align: center;
    clear: both;
}

.basket-die__wrapper {
    display: flex;
    justify-content: flex-end;
}

.table__info.sticked {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 7px 3px #777777;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.price-table-container .table__info.sticked .table__info-quantity,
.price-table-container .table__info.sticked .table__info-summ,
.price-table-container .table__info.sticked .table__info-button {
    border-radius: initial;
}

.price-table-container .table__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-table-container .table__info > * {
    padding: 15px 30px;
}

.price-table-container .table__info span {
    font-weight: bold;
}

.price-table-container .table__info-quantity, .price-table-container .table__info .table__info-summ {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}

.price-table-container .table__info-button {
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #FDAA25;
    border-radius: 5px 5px 5px 0px;
}

.price-table-container table {
    position: relative;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.price-table-container table thead {
    width: 100%;
    height: 50px;
    color: white;
}

.price-table-container table thead th {
    vertical-align: middle;
    max-width: 250px;
    background: #555555;
    /* padding: 15px 30px;*/
     padding: 10px;
}

.price-table-container table thead th:first-of-type {
    border-radius: 5px 0px 0px 0px;
}

.price-table-container table thead th:last-of-type {
    border-radius: 0 5px 0 0;
}

.price-table-container table tbody td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 10px 30px; */
     padding: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.price-table-container table tbody td:not(:last-of-type) {
    border-right: 1px solid #EFEFEF;
}

.price-table-container table tbody td:nth-of-type(1) {
    background: #DFDFDF;
}

.price-table-container table tbody td:nth-of-type(3) {
    background: #DFDFDF;
}

.price-table-container table tbody td a {
    color: black;
}

.price-table-container table tbody td input {
    text-align: center;
    width: 40px;
    height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.price-table-container table tbody td button {
    border: none;
    background: #A2A9B0;
    min-width: 32px;
    height: 25px;
}

.price-table-container table tbody td .table__minus {
    border-radius: 2px 0 0 2px;
}

.price-table-container table tbody td .table__plus {
    border-radius: 0 2px 2px 0;
}

.price-table-container table tbody td .table__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.price-table-container table tbody tr:hover {
    background: #eeeeee;
}

.price-table-container table tbody tr:hover td {
    background: #eeeeee;
    /* font-weight: bold; */
    border-right: 1px solid #DFDFDF;
}

.price-table-container table tbody tr:hover td input {
    font-weight: bold;
}

.price-table-container table tbody tr:hover button {
    color: white;
    background: #555555;
}

.checkbox__input:checked,
.checkbox__input:not(:checked) {
    position: absolute;
    display: none;
}

.checkbox__input:checked + label,
.checkbox__input:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
}

.checkbox__input:checked + label:before,
.checkbox__input:not(:checked) + label:before {
    content: "";
    position: absolute;
    background: #F9F9F9;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 1px solid #DFDFDF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    mix-blend-mode: normal;
}

.checkbox__input:checked + label:after,
.checkbox__input:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox__input:checked + label:after,
.checkbox__input:not(:checked) + label:after {
    left: 6px;
    top: 6px;
    width: 11px;
    height: 6px;
    border-radius: 2px;
    border-left: 4px solid #A2A9B0;
    border-bottom: 4px solid #A2A9B0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox__input:not(:checked) + label:after {
    opacity: 0;
}

.checkbox__input:checked + label:after {
    opacity: 1;
}

.map-container {
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .price-table-container table tbody td {
        padding: 10px;
        white-space: nowrap;
    }

    .price-table-container table thead th {
        /*max-width: 160px;*/
        padding: 10px;
    }

    .price-table-container {
        overflow-x: scroll;
    }

    .price-table-container::-webkit-scrollbar {
        appearance: none;
        -webkit-appearance: none;

    }

    .price-table-container::-webkit-scrollbar:horizontal {
        height: 10px

    }

    .price-table-container::-webkit-scrollbar-track {
        border-radius: 2px;
        background: #DFDFDF;

    }

    .price-table-container::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 2px;
        border: 3px solid #DFDFDF;
    }
}

/* NEW BLOCKS======================================================================================================== */
input.error, textarea.error {
    border: 1px solid red !important;
}

.popup_container {
    background: #EEEEEE !important;
    display: none;
    padding: 25px 44px 0 44px;
    -webkit-box-shadow: 0px 0px 50px rgba(191, 191, 191, 0.4);
    box-shadow: 0px 0px 50px rgba(191, 191, 191, 0.4);

}

.bsu-map {
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.bsu-map__container {
    width: 100%;
    height: 400px;
}

.callback__form input, .footer__form input {
    border: none;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    padding: 14px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.callback__form input:hover, .footer__form input:hover {
    border: 1px solid #555555;
}

.callback__form input:active, .footer__form input:active {
    outline: none;
    border: 1px solid #555555;
}

.callback__form input:focus, .footer__form input:focus {
    outline: none;
    border: 1px solid #555555;
}

.callback__form-button, .footer__form button, .calculator__callback, .calculator__form-bottom-button {
    width: 100%;
    background: #FDAA25;
    border-radius: 2px;
    padding: 14px 25px;
    border: none;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    color: #333333;
}

.callback__form-button:hover, .footer__form button:hover, .calculator__callback:hover, .calculator__form-bottom-button:hover {
    background: #EA9F26;
}

.callback__form-button:active, .footer__form button:active, .calculator__callback:active, .calculator__form-bottom-button:active {
    outline: none;
    opacity: 0.85;
}

.callback__form-button:focus, .footer__form button:focus, .calculator__callback:focus, .calculator__form-bottom-button:focus {
    outline: none;
}

body {
    margin: 0;
}

.callback__button {
    background: #FDAA25;
    border-radius: 2px;
    padding: 14px 25px;
    border: none;
    font-weight: bold;
    font-size: 1em;
}

.callback__button:hover {
    background: #EA9F26;
}

.callback__button:active {
    outline: none;
    opacity: 0.85;
}

.callback__button:focus {
    outline: none;
}

.callback__form {
    max-width: 300px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.callback__form-container {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #EEEEEE;
    /*-webkit-box-shadow: 0px 0px 50px rgba(191, 191, 191, 0.4);*/
    /*box-shadow: 0px 0px 50px rgba(191, 191, 191, 0.4);*/
    border-radius: 5px;
    max-width: 480px;
}

.callback__form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.callback__form-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.callback__form-text {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}

.callback__form-checkbox {
    margin-top: 10px;
}

.callback__form-checkbox label {
    color: #A2A9B0;
    font-size: 12px;
}

.popup_container {
    display: none;
}

.checkbox__input:checked,
.checkbox__input:not(:checked) {
    position: absolute;
    display: none;
}

.checkbox__input:checked + label,
.checkbox__input:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
}

.checkbox__input:checked + label:before,
.checkbox__input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid #A2A9B0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    mix-blend-mode: normal;
    background: white;
}

.checkbox__input:checked + label:after,
.checkbox__input:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox__input:checked + label:after,
.checkbox__input:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 7px;
    height: 4px;
    border-radius: 1px;
    border-left: 3px solid #A2A9B0;
    border-bottom: 3px solid #A2A9B0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox__input:not(:checked) + label:after {
    opacity: 0;
}

.checkbox__input:checked + label:after {
    opacity: 1;
}

.wrapper {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.calculator {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    padding: 20px;
    background: #555555 url("/assets/template/betabeton/images/footer-bg3.jpg") repeat;
    /* background-size: cover; */
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer__logo {
    max-width: 225px;
}

.footer__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__logo-link img {
    margin-bottom: 15px;
}

.footer__nav {
    width: 100%;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__nav ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    list-style: none;
    margin: 30px 15px 15px 15px;
}

.footer__nav-list-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
}

.footer__nav-item {
    line-height: 14px;
    margin-bottom: 10px;
}

.footer__nav-item a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__nav-item a:hover {
    border-bottom: none;
}

.footer__form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
    max-width: 240px;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__form-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.footer__form input {
    font-size: 12px;
    padding: 12px;
    margin-bottom: 5px;
}

.footer__form-checkbox {
    margin-top: 10px;
}

.footer__form-checkbox label {
    color: #A2A9B0;
    font-size: 12px;
}

.footer__contacts {
    max-width: 250px;
    min-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__contacts-title {
    text-transform: uppercase;
    font-weight: bold;
}

.footer__contacts > *:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer__contacts a, .footer__contacts span {
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .footer__logo {
        max-width: 180px;
    }

    .footer__nav-list-prod {
        -webkit-columns: 1;
        columns: 1;
    }
}

@media screen and (max-width: 860px) {
    .footer__nav-list-prod {
        -ms-flex-negative: unset;
        flex-shrink: unset;
    }

    .footer__form {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .popup_container {
        padding: 24px !important;
    }

    .footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__nav-list-menu a {
        font-size: 14px;
        font-weight: bold;
    }

    .footer__form {
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 250px;
    }
}

.calculator__form-top input, .calculator__form-top select, .calculator__form-additives select {
    padding: 12px;
    width: 100%;
    background: white;
    color: #000000;
    font-size: 13px;
    border: 1px solid white;
    border-radius: 2px;
}

.calculator__form-top input:hover, .calculator__form-top select:hover, .calculator__form-additives select:hover {
    border: 1px solid black
}

.checkbox__input-mini:checked,
.checkbox__input-mini:not(:checked) {
    position: absolute;
    display: none;
}

.checkbox__input-mini:checked + label,
.checkbox__input-mini:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.checkbox__input-mini:checked + label:before,
.checkbox__input-mini:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 1px solid #A2A9B0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1px;
    mix-blend-mode: normal;
    background: white;
}

.checkbox__input-mini:checked + label:after,
.checkbox__input-mini:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox__input-mini:checked + label:after,
.checkbox__input-mini:not(:checked) + label:after {
    left: 3px;
    top: 3px;
    width: 5px;
    height: 3px;
    border-radius: 1px;
    border-left: 2px solid #A2A9B0;
    border-bottom: 2px solid #A2A9B0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox__input-mini:not(:checked) + label:after {
    opacity: 0;
}

.checkbox__input-mini:checked + label:after {
    opacity: 1;
}

.calculator {
    margin-bottom: 40px;
    padding: 0 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calculator * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.calculator__questions {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 80px 0;
    margin: 60px 0 40px 0;
}

.calculator__questions img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 14px;
    width: 70%;
}

.calculator__questions-content {
    z-index: 2;
    max-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calculator__questions-title {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.calculator__questions span {
    font-size: 16px;
}

.calculator__phone {
    text-decoration: none;
    color: inherit;
}

.calculator__callback {
    margin-top: 15px;
    font-size: 14px;
    text-transform: inherit;
    padding: 12px 15px;
    max-width: 300px;
}

.calculator__form {
    -ms-flex-item-align: center;
    align-self: center;
    width: 95%;
    background: #EEEEEE;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.calculator__form-title {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.calculator__form-top {
    background: #555555 url(/assets/template/betabeton/images/footer-bg3.jpg) repeat;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 62px 30px 62px;
    width: 118%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator__form-top > * {
    width: 100%;
    max-width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.calculator__form-top label {
    font-weight: bold;
    margin-bottom: 10px;
}

.calculator__form-checklist {
    margin-top: 30px;
    width: 100%;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator__form-checklist > * {
    width: 100%;
    max-width: 195px;
}

.calculator__form-equipment-more {
    font-size: 11px;
    margin-top: 10px;
}

.calculator__form-equipment-more > * {
    margin-bottom: 5px;
}

.calculator__form-equipment-more span {
    display: block;
    margin-bottom: 5px;
}

.calculator__form-additives select {
    margin-top: 10px;
}

.calculator__form-bottom {
    margin-top: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator__form-bottom-button {
    max-width: 180px;
    font-size: 14px;
}

.calculator__form-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
}

.calculator__form-bottom-content span {
    font-weight: bold;
    font-size: 20px;
}

.calculator__form-summ span {
    font-size: 20px;
    margin-left: .3em;
}

.show-block {
    display: block;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
    .calculator__form-top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calculator__form-top > * {
        margin-bottom: 10px;
    }
}


#attention_msg {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    background: orange;
    height: 3.5em;
    font-size: 16px;
    color: white;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}


#attention_msg .close-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    right: .5em;
    width: 32px;
    height: 32px;
    opacity: 0.55;
    cursor: pointer;
    margin-left: 1em;
}

#attention_msg .text {
    width: 100%;
    text-align: center;
}

#attention_msg.transition {
    transition: .7s;
}

#attention_msg.hidden {
    margin-top: -3.5em;
}

#attention_msg .close-btn:hover {
    opacity: 1;
}

#attention_msg .close-btn:before, #attention_msg .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 3px;
    background-color: #333;
}

#attention_msg .close-btn:before {
    transform: rotate(45deg);
}

#attention_msg .close-btn:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 1060px) {
    .price-table-container table {
        table-layout: auto;
    }
}

@media screen and (max-width: 767px) {
    .headerContainer {
        display: none;
    }


    #attention_msg {
        display: flex;
        font-size: 3.75vw;
        height: initial;
    }

    #attention_msg.hidden {
        /* margin-top: calc(-4.8em + 50px); */
        margin-top: -4.8em;
    }

    #attention_msg .text {
        box-sizing: border-box;
        padding: .3em;
        text-align: left;
    }

    #attention_msg .close-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 1.5em;
        right: .5em;
    }

    #attention_msg .close-btn:before, #attention_msg .close-btn:after {
        left: initial;
    }

    .calculator {
        padding: 0;
    }

    .calculator__questions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .calculator__questions img {
        width: 100%;
        max-width: 435px;
        position: static;
    }

    .calculator__form {
        width: 100%;
        max-width: 450px;
        padding: 25px 14px;
    }

    .calculator__form-top {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }

    .calculator__form-top > * {
        margin-bottom: 10px;
    }

    .calculator__form-checklist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .calculator__form-checklist > * {
        margin-bottom: 10px;
    }

    .calculator__form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calculator__form-bottom-content {
        margin-bottom: 10px;
    }
}

.banner-mobile {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 15px 20px;
    background: #DFDFDF url(../images/mobile-zavod.jpg) no-repeat bottom right;
    background-size: auto 150px;
    background-position-y: 80px;
    height: 250px;
}

.banner-mobile__title {
    color: #443B39;
    line-height: 120%;
    margin-bottom: 57px;
    font-size: 26px;
    font-weight: bold;
    white-space: pre-line;
}

.banner-mobile__subtitle {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 120px;
}

.banner-mobile__logo {
    color: #353535;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.banner-mobile__logo-text {
    margin-left: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-mobile__logo-text span {
    font-size: 24px;
}

.banner-mobile__logo-text p {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .banner-mobile {
        display: none;
    }
}

/*# sourceMappingURL=main.css.map */
