.mainText {
    text-align: center;
    font-family: villeroy-boch;
    font-size: 40px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.secondText {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
    font-size: 16px;
    margin-top: 0px;
}

.customCollection p.article {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    font-family: villeroy-boch;
    color: #43474a;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 10px;
}

.customCollection p {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

.bottomTextSale {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.6;
}

.textLinkShop .article {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.textLinkShop .subheadline {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
}

.textLinkShop .collectionShop {
    width: 245px;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.collectionShop a {
    position: relative !important;
}

@media (max-width: 1539px) {
    .category-image {
        width: 100%;
    }
}

@media (min-width: 1540px) {
    .category-image {
        /*margin-right: -200px;*/
        /*margin-left: -200px;*/
    }
}

.overlay-auth-sms, .overlay-auth-city {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-auth-sms .modal_head {
    font-family: villeroy-boch, "Times New Roman", Times, serif;
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.modal-auth-sms {
    position: relative;
    background-color: whitesmoke;
    width: 80%;
    /* height: 80%; */
    margin: 10% auto;
    min-width: 300px;
    max-width: 380px;
    min-height: 200px;
    max-height: 450px;
    padding: 25px 30px;
}

.modal-auth-sms input {
    width: 100%;
    padding: 0 15px;
    height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #989fa5;
    outline: none;
}

.modal-auth-sms button {
    margin: 0px 0px 10px 0px;
    width: 100% !important;
}

.modal-auth-sms .mask-phone {
    width: 100%;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 5px 10px 0px 10px
}

.modal-auth-sms .password-phone {
    width: 100%;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 5px 10px 0px 10px
}
.auth-block-city .modal_city_block {
    display: flex;
    justify-content: space-around;
}
.modal_city_block > a:hover {
    color: white;
    background-color: #5991dc;
    text-decoration: none;
}

.get-code-sms {
    margin-bottom: 10px;
}

.auth-additional-block-sms {
 /*   margin-top: 25px;	*/
	text-align: center;
    display: inline-block;
    width: 100%;
}
.auth-additional-block-sms .btn--default {
    text-align: center;
    width: calc(50% - 5px);
    float: left;
}
.auth-additional-block-sms .btn--default:first-child {
	width:calc(50% - 5px);
    margin-right: 10px;
}

.get-code-sms {
    height: 42px;
    text-align: center;
}

.get-code-sms:hover {
    background-color: #0458b9;
}

.container-mask-phone {
    position: relative;
}

.container-mask-phone span {
    position: absolute;
    top: 1px;
    background-color: white;
    left: 10px;
    font-size: 12px;
    color: #b1b9c2;
}

.confirm-code-sms {
    text-align: center;
}


.actions {
    text-align: center;
}

.fast-but.link {
    background: none;
    color: #5991dc;
    text-transform: unset;
    width: unset;
    display: inline;
    float: unset;
    font-size: 15px;
    margin-top: 15px;
}

.fast-but.link span, .fast-but.link {
    height: 30px;
    line-height: 30px;
}

.fast-but.link:hover span {
    color: #3779d2;

}
.teaser__wrapper:hover .add-product, .teaser__wrapper:hover .substract-product{
    display: block;
}
.notDestop
{
    display: none;
    float: left!important;
    margin-right: 10px;
}
.yesDestop
{
    display: block;
    float: left!important;
    margin-right: 10px;
}
@media (max-width: 768px)
{
    .auth-additional-block-sms {
        display: flex;
        justify-content: space-between;
    }
    .auth-additional-block-sms > a {
        float: unset!important;
        width: 45%!important;
        margin: unset!important;
        padding: unset;
        padding-left: unset!important;
    }
    #yandex-id {
        margin-top: 50px;
    }

    .notDestop
    {
        display: block;
    }
    .yesDestop
    {
        display: none;
    }
}
.registratsiya-success{
    text-align: center;
    min-height: 500px;
}
.registratsiya-success .checkmark{
    display: inline-block;
    width: 50px;
    height: 50px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.registratsiya-success .checkmark .checkmark_stem{
    position: absolute;
    width: 15px;
    height: 45px;
    background-color: #a5784f;
    left: 11px;
    top: 26px;
}
.registratsiya-success .checkmark .checkmark_kick{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #a5784f;
    left: -3px;
    top: 56px;
}