.main-wrap .main-block{
    display: block;
    margin: 0 auto;
    width: 95%;
}

.main-wrap .main-block div{
    display: block;
    width: 100%;
}

.main-wrap .main-block > div{
    margin: 30px auto;
}

.largepage ul.ul-list:not([style^="list"]) li:before{
    content: "";
}
.largepage .ul-list {
    text-align: center;
    width: 100%;
}
.largepage .ul-list li {
    display: inline-block;
    width: 20%;
}
.largepage .ul-list.li-wide li{
    margin: 0 20px;
}
.largepage .ul-list li span{
    font-weight: bold;
}
.largepage .ul-list li p{
    text-transform: uppercase;
    margin: 15px auto;
    font-style: italic;
}
.largepage .ul-list li svg {
    display: block;
    margin: 0 auto;
}

.callback-form{
    margin-top: 120px !important;
    height: auto;
    background: #20329e;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    margin: 50px auto;
}
.callback-form form{
    display: block;
    margin: 0 auto;
    width: 100%;

}
.callback-form input{
    padding: 10px;
    font-size: 1em;
    width: 30%;
    border-radius: 5px;
    margin: 0 10px;
}
.callback-form input[name="name"]{
    margin-left: 0;
}

.callback-form #submit{
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
    /*-webkit-border-radius: 0;*/
}
.callback-form.largepage-device-page-class #submit,.callback-form.largepage-brand-device-page-class #submit,
.callback-form.largepage-courier-page-class #submit{
    float: unset;
    cursor: unset;
    -webkit-appearance: unset;
    /*-webkit-border-radius: 0;*/
}

.callback-form input[type="button"]{
    margin-right: 0;
    background: #3a87eb;
    color: #fff;
}

.callback-form p{
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0px;
}

.callback-form #submit.img-spin{
    background: url(/img/spin_small.gif) center no-repeat rgb(58, 135, 235);
    background-size: 25px;
    background-position-x: 92%;
}

@media screen and (max-width: 720px){
    .largepage .ul-list li{
        width:40%;
    }
    .largepage .ul-list li svg{
        width: 40%;
    }
    .callback-form{
        height: 250px;
    }
    .callback-form input{
        width: 100%;
        margin: 10px auto;
    }
}
@media screen and (min-width: 721px) and (max-width: 991px){
    .callback-form form{
        display: flex;
        flex-direction: column;
    }
    .callback-form {
        width: 100% !important;
    }
}
/*** callback form modal ***/
header #callback-form {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}
