

/* Start:/bitrix/templates/belmash/css/form.css?17367714848838*/
.bm-form__confirmation-block {
    cursor: pointer;
    position: relative;
    /*margin-top: 11px;*/
    display: flex;
    align-items: start;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bm-form__confirmation-block.bm-form__confirmation-block_invalid .bm-form__invalid-feedback {
    display: block;
    top: 20px;
}

/* The switch - the box around the slider */
.bm-form__confirmation-switch {
    position: relative;
    display: inline-block;
    width: 33px;
    min-width: 33px;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

/* Hide default HTML checkbox */
.bm-form__confirmation-switch input {
    display: none;
}

/* The slider */
.bm-form__confirmation-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E0E0E0;
    -webkit-transition: .4s;
    transition: .4s;
}

.bm-form__confirmation-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
    -moz-box-shadow: 0 .15rem .15rem rgba(0, 3, 2, .12);
    box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
}

.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider {
    background-color: #1A509B;
}


.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.bm-form__remember {
    font-size: 14px;
    font-weight: 400;
}

.btn.bm-form__submit {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

/* Rounded sliders */
.bm-form__confirmation-slider.round {
    border-radius: 34px;
}


.mb-form__login-alternative {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.bm-form__confirmation-slider.round:before {
    border-radius: 50%;
}

.bm-form__note {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 7px;
}

.bm-form__invalid-feedback {
    /*display: none;*/
    font-size: 11px;
    color: #e0020f;
    position: absolute;
    top: 35px;
    left: 5px;
    opacity: 0;
    transition: .3s opacity, .3s top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.bm-form__was-validated .form-control:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated [data-entity=form-control]:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.form-control.invalid ~ .bm-form__invalid-feedback:not(.skipped),
.custom-control-input.invalid ~ .bm-form__invalid-feedback:not(.skipped),
[data-entity=form-control].invalid ~ .bm-form__invalid-feedback:not(.skipped) {
    opacity: 1;
    top: 50px;
}

.bm-form__label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    /*top: 0;
    line-height: 40px;*/
    transition: .3s;
    top: 9px;
    color: #969999;
    font-size: 18px;
    font-weight: 400;
}

.bm-form__label.filled,
.form-control:focus ~ .bm-form__label,
.form-control:not(:focus):valid ~ .bm-form__label {
    /*top: -28px;*/
    top: -18px;
    /*top: -15px;*/
    font-size: 14px;
}

.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback {
    top: -15px;
}

.bm-form__container-wrap {
    max-width: 800px;
    width: 100%;
    margin: 60px auto 120px;
}

.mb-form__container-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 150px 40px;
    position: relative;
    background-color: #fff;
}

.bm-form__title {
    font-size: 30px;
    margin-bottom: 55px;
    margin-top: 0;
    line-height: 1.2;
}

.lk-row {
    margin-bottom: 20px;
    position: relative;
    padding: 0.1px 0;
}

.lk-row:empty {
    margin-bottom: 0;
}

.lk-row textarea {
    padding: 12px 18px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 5px;
    font-size: 18px;
}

.lk-row textarea::-webkit-input-placeholder {
    color: #969999;
}

.lk-row textarea:-moz-placeholder { /* Firefox 18- */
    color: #969999;
}

.lk-row textarea::-moz-placeholder { /* Firefox 19+ */
    color: #969999;
}

.lk-row textarea:-ms-input-placeholder {
    color: #969999;
}

.lk-row textarea::placeholder {
    color: #969999;
}

.bm-form__container-edit-personal-section {
    margin-bottom: 60px !important;
}

.bm-form__container-edit-personal-section .lk-row {
    display: flex;
    flex-direction: column;
}

.lk-row.double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

.lk-row-input {
    margin-bottom: 25px;
    width: 100%;
}

.lk-row-input > .lk-row-input {
    margin: 0 !important;
}


.lk-row input.inputfile {
    min-width: 100px;
    width: auto;
    place-self: flex-start;
    height: 55px;
    position: relative;
    border-radius: 6px;
}

input[type=password].form-control,
input[type=text].form-control,
input[type=tel].form-control,
input[type=email].form-control,
.modal_input {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 12px 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1;
}


input[type=tel].form-control:focus,
input[type=email].form-control:focus,
input[type=password].form-control:focus,
input[type=text].form-control:focus {
    border-bottom: 1px solid #1A509B;
}

.bm-form__was-validated input[type=tel].form-control:invalid,
.bm-form__was-validated input[type=email].form-control:invalid,
.bm-form__was-validated input[type=password].form-control:invalid,
.bm-form__was-validated input[type=text].form-control:invalid,
input[type=tel].form-control.invalid,
input[type=email].form-control.invalid,
input[type=password].form-control.invalid,
input[type=text].form-control.invalid {
    border-bottom: 1px solid #e0020f;
}

.bm-form__login-forget {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #969999;
    transition: .3s;
    /*margin-top: 28px;*/
    /*margin-bottom: 47px;*/
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

.bm-form__login-reset {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #1A509B;
    padding-left: 10px;
    transition: .6s;
}

.bm-form__bottom {
    font-size: 14px;
    margin-top: 50px;
}

.bm-form__login-reset:hover {
    opacity: .7;
    color: #1A509B;
}

.bm-form__sub-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*margin-top: 47px;*/
    margin-top: 20px;
}

.bm-form__sub-title-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #f1f1f1;
}

.bm-form__sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    /*line-height: 28px;*/
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    text-align: center;
}


.fancybox-popup__wrap .bm-form__container-wrap {
    margin: 0;
}

.fancybox-popup__wrap .bm-form__bottom {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.fancybox-popup__wrap .bm-form__sub-title-wrap {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    padding-top: 0;
}

@media (max-width: 1023px) {
    .lk-row {
        flex-direction: column;
    }

    .lk-row input[type='checkbox'] {
        width: auto;
    }
}

@media (max-width: 767px) {
    .lk-row.double {
        flex-wrap: wrap;
    }

    .lk-row.double .lk-row-input:first-child {
        margin-right: 0;
    }

    .mb-form__container-inner {
        padding: 50px 15px 25px;
    }

    .bm-form__container-edit-personal-section .lk-row input {
        width: 100% !important;
    }

    .lk-row input {
        width: calc(100% - 40px);
    }

    .mb-form__login-alternative {
        flex-direction: column;
    }

    .bm-form__container-wrap {
        margin-top: 0;
    }

    .bm-form__login-forget {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .bm-form__sub-title-wrap{
        margin-top: 0;
    }

    .bm-form__bottom{
        margin-top: 20px;
    }

    .bm-form__sub-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .bm-form__title {
        font-size: 24px;
    }
}

/* End */


/* Start:/bitrix/templates/belmash/css/form_old.css?17367714841053*/
.lk-row span {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin-bottom: 13px;
}

.lk-row input {
    padding: 10px 20px;
    border: 2px solid #eee;
    box-sizing: border-box;
}

/* Hide the browser's default checkbox */
.lk-row input[type="checkbox"] {
    position: relative;
    opacity: 1;
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: block;
}

/* Create a custom checkbox */
.lk-row input[type="checkbox"]:before {
    content:'';
    pointer-events: none;
    position: absolute;
    display: inline-block;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background: #fff;
    z-index: 1;
}
.lk-row input[type="checkbox"]:checked:after {
    content:'';
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #1a509b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/news.list/howto/style.css?17543991361819*/
.guide-block {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 50px 25px 70px 25px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000;
}

.guide-block.guide-block-red {
    border: #ed2524 1px solid;
}

.guide-block.guide-block-blue {
    border: #1a509b 1px solid;
}

.guide-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr ;*/
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 30px;
    margin-bottom: 100px;
    grid-gap: 30px;
}

.guide-grid.guide-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.guide-grid.guide-grid-1 {
    grid-template-columns: 1fr;
}

.guide-block_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.guide-block_row p {
    padding-right: 50px;
}

.guide-block__title {
    font-weight: bold;
    font-size: 20px;
    /* line-height: 28px; */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
}

.guide-block__text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    /*margin-top: 25px;*/
    color: #000;
}

.guide-block__text .align-center {
    text-align: center;
    padding: 0 20px;
}

.guide-block__text .button {
    border-radius: 4px;
    height: 4em;
}

/*@media (max-width: 1023px) {
    .guide-block__text .align-center{
        padding: 0;
    }
}*/
@media (max-width: 1023px) {
    .guide-block_row p {
        padding-right: 0;
    }

    .guide-grid {
        grid-template-columns: 1fr;
    }

    .guide-grid.guide-grid-2 {
        grid-template-columns: 1fr;
    }

    .guide-block_row {
        flex-direction: column;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.google.system/templates/.default/style.css?173677149330*/
.bx-google-map {color: black;}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/news.list/service-center/style.css?17367714833980*/
.geo-list__item-info {
    flex: 9;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    font-size: 16px;

    padding: 25px 15px 25px 10px;
}

.geo-list__item-info span {
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.geo-list__item-info p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.geo-list__items_4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.geo-list__search input {
    background: #fff;
    border: 2px solid #eee;
    box-sizing: border-box;
    padding: 15px 25px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.6);
    margin: 15px 0;
}

.geo-list__tabs {
    display: flex;
    margin: 15px 0;
}

.geo-list__tab {
    margin-right: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.geo-list__tab.active {
    color: #1A509B;
}


.popblock {
    font-size: 14px;
    color: #333;
}

.shop-adress {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

#shops-map {
    width: 100%;
    height: 490px;
}

.links-line-block {
    display: none;
}

.shoes-cr {
    position: relative;
    margin: 30px 0 0 0;
}

.shoes-cr ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: block;
}


.shoes-cr ul:after {
    content: '';
    clear: both;
    display: table;
}


.shoes-cr ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.shoes-cr ul li:nth-child(4n + 1) {
    clear: left;
}

.geo-list__item {
    background: #fff;
    cursor: pointer;
    display: flex;
}


.geo-list__item > svg {
    margin-top: 15px;
    padding: 0 0 0 10px;
    margin-left: 5px;
}

.geo-list__items {
    display: grid;
    grid-gap: 20px;
    margin: 15px 0 100px 0;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
    .geo-list__items {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 980px) {
    .shoes-cr ul li {
        float: left;
        width: 33.33%;
        padding: 0 10px;
    }

    .shoes-cr ul li:nth-child(3n + 1) {
        clear: left;
    }

    .shoes-cr ul li:nth-child(4n + 1) {
        clear: none;
    }
}

@media (max-width: 720px) {
    .shoes-cr ul li {
        width: 50%;
    }

    .shoes-cr ul li:nth-child(2n + 1) {
        clear: left;
    }

    .shoes-cr ul li:nth-child(3n + 1) {
        clear: none;
    }

    .geo-list__items {
        margin: 15px 0 70px 0;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .shoes-cr ul li {
        float: both;
        width: 100%;
        padding: 0 10px;
    }

    .shoes-cr ul li:nth-child(2n + 1) {
        clear: none;
    }
}


.shop-office a {
    font-size: 18px;
    font-weight: 600;
    color: #333;

}

.shop-office {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: relative;
    cursor: pointer;
}

.shop-metro {
    background: url(/bitrix/templates/belmash/components/bitrix/news.list/service-center/images/shop-metro.png) no-repeat left top 2px;
    height: 18px;
    padding: 0 0 0 25px;
}

.img-hov {
    display: none;
    height: 200px;
    overflow: hidden;
}

.shop-office:hover .img-hov {
    display: block;
    position: absolute;
    z-index: 10;
    left: -40px;
    top: -220px;
    box-shadow: 2px 2px 8px black;
}

.bgloader {
    background: url(/bitrix/templates/belmash/components/bitrix/news.list/service-center/images/showmore.png) no-repeat center center;
    position: relative;
    margin-left: 50%;
    min-width: 250px;
    height: 55px;
    vertical-align: bottom;
    float: left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

a.loader {
    margin: 0 auto;
    position: relative;
    left: 34%;
    top: 19%;
    color: #666;
    text-transform: uppercase;
}

.service-action {
    background: #fff;
    padding: 10px;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1736771490666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/templates/belmash/css/form.css?17367714848838 */
/* /bitrix/templates/belmash/css/form_old.css?17367714841053 */
/* /bitrix/templates/belmash/components/bitrix/news.list/howto/style.css?17543991361819 */
/* /bitrix/components/bitrix/map.google.system/templates/.default/style.css?173677149330 */
/* /bitrix/templates/belmash/components/bitrix/news.list/service-center/style.css?17367714833980 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1736771490666 */
