.vdz_success{
    color: green;
}
.vdz_error{
    color: red;
}
#about .bigStone{
    z-index: 5;
}

@media screen  and (max-width: 1600px){
    #about .bigStone{
        left: -220px;
    }
}
@media screen  and (max-width: 1600px){
    body.stone:before{
        top: -30px;
        left: -35px;
    }
}
@media screen  and (max-width: 1460px){
    #about .bigStone{
        left: -260px;
    }
}
@media screen  and (max-width: 1380px){
    #about .bigStone{
        display: none;
    }
}
#about .wrapper-narrow{
    position: relative;
    z-index: 10;
}

.button.backToHome{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.button.backToHome:hover{
    color: #000000 !important;
    background-color: #ffffff !important;
}

/*14-10-2019*/
#about .contacts{
    display: none;
}
nav .buttonBack{
    display: none;
}
#result .backToHome{
    /*display: none;*/
    margin-top: 40px;
    margin-bottom: 50px;
    width: 270px;
    color: #000000 !important;
    background-color: #ffffff !important;
}
#result .backToHome:hover{
    color: #ffffff !important;
    background-color: #000000 !important;
}
#result .share.contacts{
    float: none !important;
}
@media (min-width: 960px){
    .author {
         bottom: -30px !important;
    }
}
body.stone::before{
    z-index: -1;
}
body.stone .aboutLink:hover{
    color: #000;
}
.site-login{
    max-width: 360px;
    margin: 0 auto;
}

body .gallery{
    align-items: center;
    justify-content: center;
}
#number  .gallery{
    align-items: center;
    justify-content: left;
}
nav .mobileMenu{
    z-index: 9000;
}
@media screen and (max-width: 768px){
    .title.vartitle{
        padding: 0 1.5rem;
        font-size: 25px;
        margin: 1.5rem auto;
    }
    .author{
        bottom: -15px;
    }
}
@media screen and (max-width: 960px){
    #result .author{
        text-align: center !important;
    }
}
@media screen and (min-width: 960px){
    #about .form-feedback{
        /*margin-top: 110px;*/
    }
    #result .vdz_center_column{
        /*display: flex;*/
        /*align-items: center;*/
    }
    #result .vdz_center_column > div{
        /*float: none;*/
    }
    #result .vdz_center_column > div.werbImage{
        width: 46%;
    }
    #result .vdz_center_column > div.werbText{
        width: 53%;
        font-size: 22px;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1020px) and (max-width: 1025px){
    section#home{
        min-height: 690px;
    }
}

nav .aboutLink{
    color: #000 !important;
}
nav .aboutLink:hover{
    color: #ffffff !important;
}
.site_end nav .aboutLink{
    color: #37E0C2 !important;
}
.site_end nav .aboutLink:hover{
    color: #000 !important;
}

.site_index .button.vdz_mobile{
    display: none;
}
@media screen and (max-width: 768px){
    .site_index .button.vdz_desktop{
        display: none;
    }
    .site_index .button.vdz_mobile{
        display: block;
    }
    #number .checkIcon{
        height: 60px;
    }
    #number .numberItem{
        line-height: 40px;
        height: 40px;
    }
}

#result .share.vdz_mobile{
    display: none;
}
@media screen and (max-width: 960px){
    #result .vdz_center_column{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #result .vdz_center_column div.werbText{
        margin-bottom: 1.2rem;
    }
    #result .backToHome{
        margin-top: 10px;
        margin-bottom: 25px;
    }
    #result .share.vdz_desktop{
        display: none;
    }
    #result .share.vdz_mobile{
        display: block;
    }
    #result .share.vdz_mobile .social{
        padding: 0 12px;
        display: inline-block;
        margin-left: 10px;
    }
    #result .share.vdz_mobile .socCont{
        display: block;
    }
    .q_count_2 .variantItem .variantImage{
        height: 210px;
    }
}
nav .mobileMenu.active div.contacts{
    display: none;
}

@media screen and (min-width: 1440px){
    #about.about{
        padding-top: 10em;
    }
}

@media (min-width: 1200px){
    .title.vartitle {
        margin: 1.5rem 0 1.5rem !important;
    }
}

@media screen and (max-width: 420px){
    #about.about{
        padding-top: 15em;
    }
}

@media (min-width: 960px){
    .title.vartitle {
        font-size: 56px;
        margin: 1rem 0 1rem;
    }
}
@media (min-width: 1024px) and (max-width: 1080px){
    .title.vartitle {
        font-size: 56px;
        margin: 1rem 0 1rem;
    }
}
@media (min-width: 1024px) and (max-width: 1080px){
    section#number .title.vartitle {
        font-size: 40px;
    }
}
@media (min-width: 1080px){
    .title.vartitle {
        font-size: 56px;
        margin: 2rem 0 2rem;
    }
}

.site_error  footer.variant{
    background: none !important;
}

nav .aboutLink{
    margin-right: 20px;
}

#lang{
    float: right;
    z-index: 10000;
}
#lang ul li{
    display: inline-block;
    margin: 0 5px;
    line-height: 60px;
    font-weight: normal;
    text-transform: lowercase;
}
#lang ul li a:hover,
#lang ul li span{
    text-decoration: underline;
    color: #fff;
}
#lang ul li{
    position: relative;
    display: inline-block;
}
#lang ul li:last-child:before{
    content: '|';
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -1px;
}
#lang ul li:first-child:after{
    content: '|';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -1px;
}
.site_end nav #lang ul li a:hover, .site_end nav #lang ul li span{
    color: #37E0C2 !important;
}
@media (max-width: 960px){
    #lang{
        float: none;
        position: absolute;
        top: 0;
        right: 30px;
    }
    #lang ul li{
        line-height: 80px;
    }
}
@media (max-width: 440px){
    #lang{
        right: 0px;
    }
}
@media (min-width: 960px){
    /*#home.home{*/
    /*    min-height: 100%;*/
    /*}*/
}
#home.home{
    min-height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px){
    body.site_end:before{
        display: none !important;
    }
}
.site_terms-privacy #vdzTerms{
    display: none;
}
#vdzTerms{
    padding: 10px 0;
}
#vdzTerms a{
    color: #6AA289;
}
#vdzTerms a:hover{
    text-decoration: underline;
    color: #000;
}
@media (max-width: 768px){
    #vdzTerms{
        text-align: center;
    }
}
.site-terms{
    padding-top: 30px;
}
.my_text ol{
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}
.my_text ol li{
    padding-bottom: 0.75rem;
}

#lang ul.subMenu li span,
#lang ul.subMenu li a{
    display: inline-block;
    padding: 0 8px;
    line-height: inherit !important;
}
@media (max-width: 768px){
    #lang ul.subMenu li span,
    #lang ul.subMenu li a{
        padding: 0 8px;
    }
    #lang ul li{
        margin: 0 2px;
    }
}
@media (max-width: 400px){
    #lang ul.subMenu li span,
    #lang ul.subMenu li a{
        padding: 0 5px;
    }
}