.main-banner{
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #fff;
}

.main-banner .col-2{
    width: 50%;
    height: 100%;
    display: inline-block;
}

.main-banner.about .col-2{
    width: 40%;
}
.main-banner.about .col-2.left{
    width: 60%;
}

.main-banner .col-2 .img-content{
    background-image: url(/img/hero/how-to-buy.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.main-banner .col-2 .img-content2{
    background-image: url(/img/hero/deliveryImage.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.main-banner.about .col-2 .img-content{
    background-image: url(/img/hero/about.png);
    position: absolute;
    width: 715px;
}

.main-banner .col-2 .wrap-content{
    padding: 0 50px;
    padding-top: 20%;
}

.largepage h1{
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
}

.main-banner .col-2 .wrap-content p{
    font-size: 1.2em;
}

.largepage .main-banner.about  h1,
.main-banner.about .col-2 .wrap-content p{
    text-align: right;
}
.main-wrap.about{
    width: 90%;
}

.main-wrap.about > div{
    margin: 20px auto;
}
.about .col-2-sm{
    width: 40%;   
    height: 100%;
    display: inline-block;
}

.about .col-2-lg{
    width: 60%;    
    height: 100%;
    display: inline-block;
}

.about .col-2-sm img{
    height: 250px;
    width: auto;
    /*transition: all 300ms ease;*/
        -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
}

.col-2-lg:before,
.col-2-sm:before{  
    content: ' ';
    display: inline-block;
}
.col-2-lg > div,
.col-2-sm > div{
    vertical-align: middle;
}

.about .col-1-wrap{
    text-align: justify;
    padding: 35px;
    border: 1px solid #3687eb;
    border-radius: 7px;
    position: relative;
}

.about .col-1-wrap .wrap-img{
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    background: transparent;
    padding: 0 20px;
    text-align: center;
}

.about .col-1-wrap .wrap-img > div {  
    width: 100px;
    display: block;
    margin: 0 auto;
    background: #f5f5f5;
}

.main-wrap .main-block div.cols{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;  
    padding: 0;
}

.main-wrap .main-block div.cols .col-3{
    width: 30%;
    display: block;
    flex: 0 1 auto; /* Default */
    
    -webkit-box-flex: 0 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;;         /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;          /* Chrome */
    -ms-flex: 0 1 auto;              /* IE 10 */
  
    list-style-type: none;
}

.cols.white-cols .col-3,
.cols .col-4-sm
{
    background: #fff;
    padding: 20px;  
    border-radius: 5px;
}

.cols .col-3 .col-head{
    height: 80px;
    text-align: center;
}

.cols .col-3 .col-head p{
    font-size: 1.6em;
    font-weight: bold;
}

.cols .col-3 .col-head p svg{
    vertical-align: middle;
}

.cols .col-3 .col-head .left-price,
.cols .col-3 .col-head .right-price{
    display: inline-block;
    width: 50%;
    font-weight: bold;
    font-size: 1.1em;
}

.cols .col-3 .col-head .left-price{
    float: left;
    color: #929292;
}

.cols .col-3 .col-head .right-price{
    float: right;
    color: #0588d1;
}

.cols .col-3 .col-head .search{
    border: 2px solid #cecece;
    padding: 5px;
    border-radius: 5px;
    color: #564c4c;
    width: 55%;
    display: inline-block;
}

.cols .col-3 .col-head .search-btn{
    padding: 6px;
    color: #fff;
    background: #0985d4;
    border-radius: 5px;
    display: inline-block;
    width: 30%;
}

.cols .col-3 .col-head .left-price span,
.cols .col-3 .col-head .right-price span{
    font-size: 1.3em;
}

.cols .col-3 .col-text{
    text-align: justify;
}

.largepage .cols .col-3 a{
    color: initial;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.largepage .cols .col-3 a span,
.largepage .cols .col-3 a svg{
    display: block;
    margin: 0 auto;
}

.main-wrap .main-block div.cols.links{
    width: 80%;
}

.main-wrap .main-block div.cols .col-4-sm{
    width: 15%;    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    justify-content: center;
}

.main-wrap .main-block div.cols .col-4-md,
.main-wrap .main-block div.cols .col-4-lg
{
    width: 30%;
    display: block;
    flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;;         /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;          /* Chrome */
    -ms-flex: 0 1 auto;              /* IE 10 */
    list-style-type: none;
    padding: 20px 0;   
}

.main-wrap .main-block div.cols .col-4-lg{
    width: 80%;
    text-align: justify;
}

.cols .col-4-sm p{
    margin: 0;
}

.cols .col-4-sm:first-child p:first-child{
    color: #0588d1;
    font-weight: bold;
}

.cols .col-4-sm span{
    font-weight: bold;
    color: #000;
}

.cols .col-4-md p{
    margin: 0 auto;
    text-align: justify;
}

.cols .col-4-sm svg{
    fill: green !important;
}

.priority-wrap {
    height: auto;
    background: #fff;
    padding: 20px;
}
.largepage .rt-content-inner .priority-wrap h3 {
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
.largepage .ul-brands , .priority-wrap .ul-brands{
    list-style: none;
    text-align: center;
    height: auto;
    margin-bottom: 40px;
}
.largepage .ul-brands2 , .priority-wrap .ul-brands2{
    list-style: none;
    text-align: center;
    height: auto;
    margin-bottom: 40px;
}
.largepage .ul-brands li {
    display: inline-block;
    height: 170px;
    width: 15%;
    vertical-align: top;
    margin: 15px;
    border-radius: 5px;
    position: relative;
    color: inherit;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid transparent;
}
.largepage .ul-brands2 li {
    display: inline-block;
    height: 170px;
    width: 15%;
    vertical-align: top;
    margin: 15px;
    border-radius: 5px;
    position: relative;
    color: inherit;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid transparent;
}
.largepage ul.ul-brands:not([style^="list"]) li:before{
    content: "";
}
.largepage ul.ul-brands2:not([style^="list"]) li:before{
    content: "";
}
.largepage .ul-brands li svg {
    display: block;
    margin: 0 auto;
}
.largepage .ul-brands2 li svg {
    display: block;
    margin: 0 auto;
}
.priority-wrap .ul-brands li span {
    color: #1e359c;
    font-weight: bold;
}
.priority-wrap .ul-brands2 li span {
    color: #1e359c;
    font-weight: bold;
}

.priority-wrap h2,.cols.links span{
    font-style: normal;
}

.transparent{
    background: transparent !important;
}

.main-wrap .main-block div.cols.extra .col-4-sm{
    width: 10%;
    padding: 0;
}

.main-wrap .main-block div.cols.extra .col-4-md{
    width: 35%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-wrap .main-block div.cols .col-2-sm{
    width: 35%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-wrap .main-block div.cols .col-2-md{
    width: 60%;
    display: block;
    flex: 0 1 auto; /* Default */
    -webkit-box-flex: 0 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 auto;;         /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;          /* Chrome */
    -ms-flex: 0 1 auto;              /* IE 10 */
    list-style-type: none;
}

.mrbt{
    margin-bottom: 100px!important;
}

.imgSZBigger{
    height: 115px!important;
}

.mrgH strong,.sposob a{
    color: black;
}

.textUkrpost {
    position: relative;
    top: 70px;
    left: -13%;
    margin-top: -2.5% !important;
    font-size: 12px;
}


.typeName{
    font-size: 17px;
    max-width: 500px!important;
}
.blockItem{
    margin-top:50px !important;
    clear: both;
}

.blockBG{
    background-color: #fff;
    padding: 20px;
}

.topHead{
    font-size: 18px;
    float: left;
    position: absolute;
    margin-top: 8%;
    max-width: 530px;
}

.indnt p {
    text-indent: 20px;
}

.header3{
    text-align: left!important;
    margin-top: 3%!important;
}

.typeHeader{
    list-style-type: disc !important;
}
.typeHeader:not(.returnCol) {
    display: flex;
    flex-direction: column;
}

.headerBlock{
    margin-top: -5%;
    margin-left: 9%;
    max-width: 500px!important;
}

.typeHeader li::before{
    content: ""!important;
}

.returnCol{
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.rtrnStaff{
    text-align: center;
    margin-top: -5%;
    margin-bottom: 5%
}

.imgfloatSM{
    float: left;
    margin-top: 2%;
    margin-right: 11%;
}
.imgfloatN{
    margin-top:0;
}
.imgfloatS{
    margin-top: 1%;
}
.imgfloatMD{
    margin-top: 3%;
}

.imgfloatDeliv{
    margin-right: 6%;
}

.mrg{
    margin-top: 5%;
}

.largepage.ml{
    margin-left: -2%;
}

.imgS{
    height:60px;
    width: 100px;
}
.imgSZ{
    height: 100px;
    width: 100px;
}

.blockItem.indnt.mrg.blockBG.mrbt p{
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px!important;
    margin-bottom: 6px;
}
.blockItem.indnt.mrg.blockBG.mrbt {

    max-width: 1100px!important;
}



@media screen and (max-width: 1715px){
    .main-banner.about{
        height: 330px;
    }
    .main-banner.about .col-2 .img-content{
        height: 330px;
        width: 600px;
    }
}

@media screen and (max-width: 1345px){
    .largepage .ul-brands li , .priority-wrap .ul-brands li{
        width: 25%;
    }
    .largepage .ul-brands li svg , .priority-wrap .ul-brands li svg{
        width: 110px;
    }
    .largepage .ul-brands2 li , .priority-wrap .ul-brands2 li{
        width: 25%;
    }
    .largepage .ul-brands2 li svg , .priority-wrap .ul-brands2 li svg{
        width: 110px;
    }
}

@media screen and (max-width: 1250px){
    .main-wrap .main-block{
        width: 100%;
    }
    .main-wrap .main-block div.cols .col-3{
        width: 33%;
    }
    .main-wrap.about > div{
        margin: 0 auto;
    }
}
@media screen and (max-width: 1780px) and (min-width: 1200px){
    ul.typeHeader li,.typeName{
        margin-left: 20%;
    }
}


@media screen and (max-width: 1400px){
    .headerBlock{
        margin-left: 15%;
    }

    div.indnt.mrg p{
        margin-left: 20%;
    }
    .mrgP{
        margin-top: 25%!important;
    }
    .mailImg{
        float: none!important;

    }
    .imgClock{

        margin-right: 0!important;
        margin-top: 18% !important;
        margin-left: 15% !important;
        float: none!important;
    }
    .nltv{
        margin-top: -19%!important;
    }
}


@media screen and (max-width: 1200px){
    .main-wrap.about{
        width: 100%;
    }
    .main-wrap.about .col-2-wrap.middle .col-2-lg{
        float: none;
    }
    .main-wrap.about .col-2-wrap.middle .col-2-sm{
        float: left;
    }
    .main-wrap.about .col-2-wrap .col-2-sm,
    .main-wrap.about .col-2-wrap .col-2-lg{
        display: block;
        width: 90%;
    }
    .col-2-lg:before,
    .col-2-sm:before{  
        content: none;
    }

    .priority-wrap ul#ulbrnds li{
        width: 25%!important;
    }

    ul.typeHeader li{
        margin-left: 20%;
    }
    .typeName{
        margin-left: 20%;
    }
    .mrgH{
        text-align: center;
    }
    
}

@media screen and (max-width: 1145px){
    .main-wrap .main-block div.cols{
        display: block;
        width: 90%;
    }
    .main-wrap .main-block div.cols .col-3{
        width: 100%;
        margin: 10px auto;
    }
    .main-wrap .main-block div.cols .col-4-sm,
    .main-wrap .main-block div.cols.extra .col-4-sm
    {
        width: 30%;
        display: inline-block;
        margin: 10px 0;
        min-height: 187px;
        min-width: 143px;
        vertical-align: middle;
    }
    .main-wrap .main-block div.cols .col-4-md,
    .main-wrap .main-block div.cols .col-4-lg,
    .main-wrap .main-block div.cols.extra .col-4-md,
    .main-wrap .main-block div.cols.extra .col-4-lg
    {
        display: inline-block;
        width: 65%;
        padding: 20px;
        vertical-align: -webkit-baseline-middle;
    }
    .cols .col-4-sm span{
        margin: 60px auto 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .main-wrap .main-block div.cols.extra .col-4-sm{
        min-height: 0;
        min-width: 0;
        width: 15%;
    }
    .main-wrap .main-block div.cols.extra .col-4-md,
    .main-wrap .main-block div.cols.extra .col-4-lg{
        width: 80%;
    }
    .main-wrap .main-block div.cols .col-2-sm{
        display: block;
        text-align: center;
        width: 100%;       
    }
    .main-wrap .main-block div.cols .col-2-md{
        width: 100%;
    }
    .main-wrap .main-block div.cols.links{
        width: 90%;
    }
    .main-wrap .main-block div.cols.links .col-3{
        width: 30%;
        display: inline-block;
        float: left;
    }
    
    
    .main-banner.about{
        height: auto;
        display: block;
    }
    .main-banner.about .col-2{
        /*display: block;*/
        width: 100%;
        float: left;
    }
    .main-banner.about .col-2.left{
        float:none;
        width: 100%;
        position: relative;
    }
    .main-banner .col-2 .wrap-content{
        padding-top: 0;
    }
    .main-banner.about .col-2 .img-content{
        /*position: relative;*/
        display: inline-block;
        height: 250px;
        background-size: cover;
        width: 100%;
        
    }
    .largepage .main-banner.about  h1, 
    .main-banner.about .col-2 .wrap-content p{
        text-align: center;
    }
    .about .col-2-wrap:first-child img{
        width: 150px;
        height: auto;
        margin-bottom: 50px;
    }
    .main-wrap.about > div.col-1-wrap{
        margin-top: 50px; 
    }
    .main-wrap .col-2-wrap p{
        text-align: justify;
    }
}

@media screen and (max-width: 1000px){

    .headerBlock{
        margin-left: 15%;
    }

    div.topHead {
        font-size: 14px;
        max-width: 420px;
    }

    div.indnt.mrg img{
        margin-left: 5% !important;
    }


    h4.header3{
        margin-top: 9%!important;
    }
}

@media screen and (max-width: 900px){
    .main-banner{
        height:auto;
    }
    .main-banner .col-2{
        width:100%;
    }
    .main-banner .col-2 .wrap-content{
        padding: 20px;
        text-align: center;
    }
    .main-banner .col-2 .img-content{
        height: 250px;
        display: list-item;
    }
    .main-banner .col-2 .img-content2{
        height: 250px;
    }

    .ordersImg{
        text-align: center;
    }
    .ordersImg img{
        float: unset;
    }
    div.indnt.mrg p{
        margin-left: 0;
        text-align: justify;
    }

}

@media screen and (max-width: 1140px) and (min-width: 751px){
    div.blockItem.mrg{
        padding-top: 5%;
    }
    h4.rtrnStaff.obligTitle{
        margin-top: -8%!important;
        padding-bottom: 10%!important;
        margin-left: 25%!important;
    }
    .sposob ul.typeHeader li , .typeName{
        margin-left: 28%;
    }


}

@media screen and (max-width: 1140px) and (min-width: 393px){
    .upImg{
        margin-top: -45% !important;
    }
}

@media screen and (max-width: 1140px) and (min-width: 751px){
    .topHead{
        width: 35%!important;
    }
    .textUkrpost{
        top:70px!important;
        left: -16%;
    }

}


@media screen and (min-width: 1211px){
    .largepage.ml{
        margin-top: -14% !important;
    }
    .largepage ul.typeHeader.returnCol li , .mrgH{
        margin-left: 10px;
        margin-right: 15px;
    }
}





@media screen and (min-width: 751px){
    .sizeImg{
        height: 100px!important;
        width: 100px!important;
    }
    .topHead{
        margin-left: 5%;
    }

    .headerBlock span{
        position: absolute;
        margin-top: 15px;
        margin-left: 70px;
    }
    h4.header3{
        margin-left: -19%!important;
    }


}

@media screen and (max-width: 450px) and (min-width: 320px){
    .textUkrpost{
        position: unset;
        margin-top: -18% !important;
    }
}
@media screen  and (max-width: 600px)and (min-width: 450px){
    .textUkrpost{
        position: unset;
        margin-top: -12% !important;
    }
}
@media screen and (max-width: 700px) and (min-width: 600px){
    .textUkrpost{
        position: unset;
        margin-top: -10% !important;
    }
}
@media screen and (max-width: 750px) and (min-width: 700px){
    .textUkrpost{
        position: unset;
        margin-top: -8% !important;
    }
}


@media screen and (max-width: 750px){

    .topHead{
        text-align: center;
        max-width: 750px!important;
    }
    div.garantyImg{
        text-align: center;
    }
    .garantyImg img{
        margin-top: -25%;
        padding-top: 25%;
        margin-left: 0!important;
    }




    .imgfloatSM{
        float: none;
    }
    .obligTitle,.garantyOblig{
        text-align: center!important;
    }
    .returnCol{
        column-count: auto;
        -webkit-columns: auto;
        -moz-columns: auto;
    }
    .header3{
        margin-top: 7% !important;
        text-align: center!important;
    }
    h4.header3{
        float: left;
        margin-top: -60px!important;

    }

    ul.typeHeader li{
        margin-left: -2%;
    }
    .typeName{
        text-align: left;
    }

    .headerBlock{
        margin-top: 3%;
        margin-left: 0;
    }
    .typeName{
        margin-top: 5%;
        margin-left:0;
    }

    .mrgH{
        margin-top:5%;
        margin-bottom:5%;
    }

    .headerBlock{
        display: table!important;
    }
    .headerBlock span,.headerBlock img{
        display: table-cell!important;
    }
    .headerBlock span{
        vertical-align: middle!important;
    }
    .headerBlock img{
        margin-right: 40px!important;
    }
}


@media screen and (max-width: 450px){
    div.ordersImg img.imgfloatSM.imgfloatN.imgfloatDeliv{
        height: 20%;
        width: 20%;
    }
    .main-banner .col-2 .img-content2{
        height: 275px;
    }
}


@media screen and (max-width: 350px){
    .numt li{
        margin-right: 5%!important;
    }

}


@media screen and (max-width: 320px) {
    .item_block,.item_block#basket a{
        font-size: 14px;
    }
}


.admin-show-when-small
{
    display:none;

}


.table-orders tr.admin-show-when-small td:first-child
{
    border:0;
}

@media screen and (max-width: 850px) and (min-width: 751px){
    div.garantyImg img{
        margin-top: 10% !important;
    }
}

@media screen and (max-width: 953px) and (min-width: 751px){
    div.garantyImg img{
        margin-top: 10% !important;
    }
}

@media screen and (max-width: 1300px) and (min-width: 901px){
    div.ordersImg img.imgfloatSM.imgfloatN.imgfloatDeliv{
        margin-bottom: 16%;
    }

}


@media screen and (max-width: 999px) and (min-width: 953px){
    div.garantyImg img{
        margin-top: 10% !important;
    }
    .textUkrpost{
        top:120px;
        left:-15%;
    }
}

@media screen and (max-width: 1775px) and (min-width: 1140px){
    .textUkrpost{
        left: -16.5%;
    }
}

@media screen and (max-width: 1140px) and (min-width: 1000px){
    div.garantyImg img{
        margin-top: 5%;
    }
}



@media screen and (min-width: 1140px){
    .textUkrpost{
        left: -13.5%;
    }

}

@media screen and (min-width: 1800px){
    .textUkrpost{
        left: -12%;
    }
}
@media screen and (min-width: 721px) and (max-width: 991px){
    .body_how-to-order .main-block div.cols .col-4-sm img{
        width: 100%;
    }
}

@media screen and (max-width: 745px){
    .main-wrap .main-block div.cols .col-4-sm{
        display: block;
        width: 190px;
        margin: 0 auto;
        min-height: 160px;
    }
    .main-wrap .main-block div.cols .col-4-md,
    .main-wrap .main-block div.cols .col-4-lg{
        width: 100%;
    }
    .priority-wrap ul#ulbrnds li{
        width: 40%!important;
    }
}

@media screen and (max-width: 615px){
    .largepage .ul-brands li{
        width: 40%;
        margin: 15px 0;
    }
    .largepage .ul-brands2 li{
        width: 40%;
        margin: 15px 0;
    }
    .largepage .ul-brands li svg{
        width: 90px;
    }
    .largepage .ul-brands2 li svg{
        width: 90px;
    }
    .main-wrap .main-block div.cols.extra .col-4-sm{
        width: 80px;
    }
    .main-wrap .main-block div.cols.extra .col-4-md,
    .main-wrap .main-block div.cols.extra .col-4-lg{
        width: 70%;
    }    
    .main-wrap .main-block div.cols.links .col-3{
        width: 70%;
        display: block;
        float: none;
        margin: 10px auto;
    }
}

@media screen and (max-width: 600px){

    .steps-wrap .cols .col .col-step svg {
        width: 30%;
    }
}
@media screen and (max-width: 500px){
    .priority-wrap ul#ulbrnds li{
        width: 70%!important;
    }
}

@media screen and (max-width: 480px){
    .largepage .ul-brands li{
        width: 70%;
    }
    .main-banner.about h1{
        font-size: 2em;
    }
}
@media screen and (max-width: 480px){
    .largepage .ul-brands2 li{
        width: 70%;
    }
    .main-banner.about h1{
        font-size: 2em;
    }
}