

/* Start:/local/templates/remont-tsena.ru/components/b-topmenu/assets/css/style.css?1681881000956*/


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.navbar-collapse {
    width: 100%;
}

.collapsing {
    border: none!important;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}



/* End */


/* Start:/local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_216/style.css?16852582985350*/
table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(/local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_216/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_216/images/icon_warn.gif);
}

/*forma s palcem*/
button.img-outer {
    vertical-align: middle;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}

.b-sale {
    padding: 50px;
    box-sizing: border-box;
    margin: 30px auto 30px auto;
    /*padding: 50px;*/
    width: 798px;
}

.b-sale.fon._2 {
    padding: 50px 0 40px 300px;
    background: transparent url(/img/palec-fon2.jpg) no-repeat scroll left center;
    background-size: cover;
}

.b-sale__block {
    display: flex;
    justify-content: center;
}

.b-sale.fon .light {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.b-sale-input {
    border: 1px solid #acacac;
    vertical-align: top;
    width: 349px;
    height: 80px;
    display: inline-block;
    background-color: #fff;

    text-align: left;
}

.b-sale-input input {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    border: 0;
    background: none;
}

.b-sale-input input:-moz-placeholder {
    color: #000;
}

.b-sale-input input::-webkit-input-placeholder {
    color: #000;
}

.b-sale .light {
    font-size: 22px;
    line-height: 1.2;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 0px;
    width: 440px;
    margin: auto;
}

.ModalOK21 .modal-desc {
    width: 90%;
    margin: 20px auto
}

.ModalOK21 .modal-desc span {
    display: block
}

@media (max-width: 900px) {
    .b-sale.fon._2 {
        padding: 50px;
        background: transparent url(/img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale {
        width: 535px;
        position: relative
    }

    .b-sale-fon {
        position: relative
    }

    .b-sale:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 10px
    }
}

@media (max-width: 560px) {
    .b-sale.fon._2 {
        padding: 30px 5px;
        background: transparent url(/css/../img/palec-fon2.jpg) no-repeat scroll left center;
        background-size: cover;
    }

    .b-sale {
        width: 100%;
    }

    .b-sale-input {
        width: 225px;
        height: 60px;
    }

    .b-sale-input input {
        font-size: 16px;
    }

    .b-sale_btn img {
        width: 60px;
    }

    .b-sale .light {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px; font-size: 19px
    }


}

.img-outer {
    position: relative
}

.template_palec__count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 56px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -moz-animation: cssAnimation 0s ease-in 3s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 3s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 3s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 3s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.error-red {
    color: yellow
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

@media (max-width: 560px) {
    .template_palec__count {
        font-size: 44px;
    }
}

@media (max-width: 550px) {
    .ModalOK21 .modal-desc span {
        display: inline
    }
}

/*forma s palcem end*/
@media (max-width: 550px) {
.ModalOK21 .modal-desc span {display: inline}
	.ModalOK21 .b-form__line {font-size:19px}
.ModalOK21 .b-form__ok {   width: 90%;height: auto;background-image: none; background-color: white;    padding: 0 20px 0 20px;
    box-sizing: border-box; }
.ModalOK21 .b-form__ok .b-form__firstline {
    font-size: 32px; margin: 0px;
    padding-top: 35px;}
}

/*forma s palcem end*/
.ModalOKPalec .b-form .b-form__ttl {
    font-size: 26px;
    margin-left: 0!important;
}
.ModalOKPalec .b-form.ok .b-form_info {
    font-size: 20px;
    padding-left: 0px;
}

.ModalOKPalec .b-form.ok .b-form_info:before {
    content: none!important;
}

.ModalOKPalec .modal-header {
    min-height: 0;
}

@media (max-width: 480px) {
    .ModalOKPalec .b-form .b-form__ttl {
        font-size: 18px;
        margin-left: -18px!important;
        padding-bottom: 21px;
    }

    .ModalOKPalec .b-form.ok .b-form_info {
        font-size: 16px;
        padding-left: 0px;
    }
    .ModalOKPalec .b-form.ok .btn {
        margin-top: 15px;
    }
}

/* End */
/* /local/templates/remont-tsena.ru/components/b-topmenu/assets/css/style.css?1681881000956 */
/* /local/templates/remont-tsena.ru/components/bitrix/form.result.new/web_form_216/style.css?16852582985350 */
