@media screen and (min-device-width: 1023px)  {
    
.wrapper-body {
    width: 80%;
    margin: 0 auto;
    /*height: 100em;*/
    height: auto;
    font-family: sans-serif;
    margin-top: 32px;
}

.wrapper-body-mobile {
    display: none;
}

#uk-short-info {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: right;
}

#uk-short-info {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
    width: 100%;
    font-size: small;
}

.wrapper-body-textblock-3cols {
    width: 100%;
    background-color: rgb(227, 229, 234);
}

.wrapper-body-textblock-3cols tr {
}

.wrapper-body-textblock-3cols tr td {
    width: 30%;
    padding-bottom: 48px;
    padding-top: 48px;
}

.wrapper-body-textblock-3cols a {
    text-decoration: none;
    color: inherit;
}

.wrapper-body-textblock-3cols a:hover {
    text-decoration: underline;
    color: inherit;
}


form[name=form-login-account-cabinet] {
    color: rgb(0,0,128);
}

form[name=form-login-account-cabinet] input[type=text], input[type=password] {
    display: inline-block;
    color: rgb(0,0,128);
    width: 230px;
}

.arrow-spoiler {
    margin-right:  23px;
}

.how-to {
    margin-top: 23px;
}

.spoller-text {
    font-size: larger;
}

li {
    margin-top: 12px;
}

.main-slider-1 {
    width: 98%;
    height: 720px;
    padding-top: 120px;
    padding-right: 2%;
    background: url("/img/facad-background.png") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    text-align: right;
    font-family: sans-serif;
    font-size: 64px;
    font-weight: bold;
    color: white;
}

}