.loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        display: none;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        z-index: 999999999999999;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% { -webkit-transform: rotate(0deg); }
        100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    div#korobka2 {
        margin-left: 150px;
    }
    div#plus {
        margin-left: 90px;
    }
    div#korobka1 {
        margin-right: 250px;
    }

    @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {


        div#korobka2 {
            margin-left: 25%;
            margin-right: 50%;
        }
        div#plus {
            margin-left: 50%;
            margin-right: 50%;
        }
        div#korobka1 {
            margin-left: 25%;
            margin-right: 50%;
        }

    }

    @media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {


        div#korobka2 {
            margin-left: 25%;
            margin-right: 50%;
        }
        div#plus {
            margin-left: 50%;
            margin-right: 50%;
        }
        div#korobka1 {
            margin-left: 25%;
            margin-right: 50%;
        }

    }
    .mod .sale-product--all{
        font-size: 32px;
    }




/*============ WRAPPER ============*/

.block {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    max-width: 1240px;
    width: 100%;
    /*padding: 0 20px;*/
    margin: 0 auto;
}

.wrap:after,
.wrap:before {
    content: " ";
    display: table;
    clear: both;
}

ul {
    list-style-type: none;
}

.button {
    display: block;
    width: 250px;
    height: 51px;
    line-height: 51px;
    border-radius: 10px;
    background-color: #7e00ff;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.link {
    border-bottom: 1px solid;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #5e5e5e;
}

*::-webkit-scrollbar-thumb {
    outline: 1px solid slategrey;
    background-color: #009bd1;
}

body h2 {
    font-weight: 300;
}

body h2 span {
    font-weight: 700;
}

body h2 span.block {
    display: block;
}

/*============ BLOCK'S ============*/

.block1 {
    background-color: #152838;
    padding: 34px 0 14px;
}

.block1 .items {
    justify-content: space-around;
}

.block1 .item {
    min-width: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.block1 .item img {
    max-height: 90px;
    max-width: 250px;
}

.block1 .item.new img {
    max-width: 70px;
}


.block1 .item.logo-2 {
    padding: 0 30px 
}


.block1 p {
    font-family: 'SFUIDisplay-Thin', sans-serif;
    padding: 0;
}

/****************************************************/

.block2 {
    background: url('../img/bg/header.jpg')/*tpa=http://online24shops.com/free_propatent_3/img/bg/header.jpg*/ no-repeat top center;
    padding: 25px 0;
}

.block2 .sementall-container {
    padding: 30px 0;
}

.block2 h1 {
    margin-bottom: 25px;
}

.block2 h2 {
    max-width: 1000px;
    margin: 0 auto;
}

.block2 .left-block {
    max-width: 470px;
    margin-bottom: 30px;
}

.left-block ul {
    max-width: 400px;
}

.left-block ul li {
    font-size: 18px;
    padding: 14px 0 14px 60px;
    background: url('../img/tick.png')/*tpa=http://online24shops.com/free_propatent_3/img/tick.png*/ no-repeat 10px 10px;
}

.remained-container {
    display: inline-block;
    background-color: #2e323b;
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.12);
    width: 100%;
    box-sizing: border-box;
}

.remained-container p {
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 18px;
    padding: 0;
}

.remained-container .left-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 4px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background-color: #ef1650;
    border-radius: 25px;
}

.sementall-pack {
    width: 100%;
    max-width: 428px;
    height: 380px;
    background: url(../img/box2.png)/*tpa=http://online24shops.com/free_propatent_3/img/box2.png*/ no-repeat center;
    background-size: contain;
    margin-bottom: 30px;
    transform: scale(1);
}

.right-block {
    max-width: 340px;
}

.form-container {
    background-color: #ffffff;
    padding: 18px;
    border-radius: 8px;
}

.form-container .inline-b {
    vertical-align: top;
}

.action-valid {
    background-color: #009bd1;
    padding: 12px 0;
    border-radius: 8px;
    text-align: center;
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 18px;
}

.price,
.action-price {
    width: 50%;
    margin: 8px 0;
}

.price p,
.action-price p {
    padding: 3px 0;
}



.left-pack {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    background-color: #009bd1;
    border-radius: 4px;
}

.shit {
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 15px;
    padding-left: 28px;
    background: url('../img/shit.png')/*tpa=http://online24shops.com/free_propatent_3/img/shit.png*/ no-repeat 0 50%;
    margin: 0 5px;
    color: #8a8a8a;
/*    text-align: center;*/
}

/****************************************************/

.block3 .px36 {
    padding: 40px 0 40px;
}

.circle-container {
    align-items: flex-start;
}

.circle-container div {
    text-align: center;
}

.block3 .circle-container div {
    max-width: 191px;
    margin: 0 5px;
}

.block3 .circle-container div p {
    font-family: 'SFUIDisplay-Light', sans-serif;
    font-size: 20px;
}

.plashka {
    position: relative;
    max-width: 90%;
    padding: 40px 40px 40px 125px;
    margin: 30px  auto;
    background-color: #0e1821;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.plashka p {
    font-family: 'SFUIDisplay-Light', sans-serif;
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.plashka .button {
    
}

.plashka:before {
    content: url('../img/att.png')/*tpa=http://online24shops.com/free_propatent_3/img/att.png*/;
    position: absolute;
    left: -50px;
    top: 0;
}

/****************************************************/

.block4 .px34 {
    padding: 40px 0 40px;
}

.block4 .circle-container {
    justify-content: space-around;
}

.block4 .circle-container div {
    max-width: 350px;
}

.block4 .circle-container div p {
    text-align: left;
    /*    padding-top: 30px;*/
}

.block4 .circle-container div p span {
    display: block;
    margin-bottom: 10px;
}

/****************************************************/

.table {
    min-width: 280px;
    max-width: 100%;
    overflow: auto;
    margin: 50px auto;
    display: block;
}

.tg td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tg td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: 'SFUIDisplay-Light', sans-serif;
    padding: 16px 24px;
    overflow: hidden;
    word-break: normal;
}

.tg th img {
    max-width: 100%;
    width: auto;
}

.tg th {
    padding: 10px 10px;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-gqdk {
    vertical-align: bottom
}

.tg .tg-cpfu {
    background-color: #152838;
    color: #ffffff;
    vertical-align: top
}

.tg .tg-bibl {
    font-family: 'SFUIDisplay-Regular', sans-serif;
    font-size: 22px;
    background-color: #222a41;
    color: #ffffff;
    vertical-align: top
}

.tg .tg-72q0 {
    background-color: #222a41;
    color: #ffffff;
    vertical-align: top
}

.tg .tg-2kqv {
    font-size: 100%;
    color: #ffffff;
    vertical-align: top
}

.tg .tg-2jwr {
    background-color: #152838;
    color: #ffffff;
    vertical-align: top
}

.tg td:first-child {
    font-family: 'SFUIDisplay-Bold', sans-serif;
    color: #888e94;
}

/****************************************************/

.block6 {
    background: url('../img/bg/components.jpg')/*tpa=http://online24shops.com/free_propatent_3/img/bg/components.jpg*/ no-repeat center;
    background-size: cover;
    padding: 40px 0 40px;
}

.block6 .items {
    align-items: flex-start;
}

.block6 .items .item {
    max-width: 280px;
    width: 100%
}

.block6 .items .item .img{
    max-width: 250px;
    margin: 0 auto;
    height: 200px;
    display: flex;
    align-items: center;
}

.block6 .items .item .text {
    max-width: 450px;
    text-align: center
}

.block6 .items .item .text p {
    line-height: 25px;
}

.block6 .items .item .img img{
    max-width: 100%;
}

/****************************************************/

.block7 {
    background-color: #ffffff;
    padding: 20px 0 60px;
}

.block7 .px36 {
    padding: 40px 0 40px;
}

.block7 .circle-container {
    align-items: flex-start;
}

.block7 .circle-container div {
    max-width: 190px;
    margin: 0 5px;
}

.block7 .circle-container div p {
    font-family: 'SFUIDisplay-Light', sans-serif;
    font-size: 20px;
    color: #152838;
    padding-top: 24px;
}

/****************************************************/

.block8 {
    background: #142e40 url('../img/bg/girl.jpg')/*tpa=http://online24shops.com/free_propatent_3/img/bg/girl.jpg*/ no-repeat center right;
    padding: 50px 0;
    background-size: auto;
}

.block8 .scan {
    color: #009cce;
    border-bottom: 1px solid #009cce;
}

.block8 .review-container {
    width: 82%;
    min-width: 280px;
    margin: 30px auto 0;
    padding: 12px;
    border-radius: 10px;
    background: #eeeeee;
}

.block8 .left.brand {
    color: #3a9001;
    font-size: 14px;
    padding-left: 16px;
    line-height: 12px;
    background: url(../img/dot-m.png)/*tpa=http://online24shops.com/free_propatent_3/img/dot-m.png*/ no-repeat 0 50%;
}

.block8 .right.refresh {
    background: url(../img/refresh.png)/*tpa=http://online24shops.com/free_propatent_3/img/refresh.png*/ no-repeat 0 50%;
    padding-left: 20px;
    color: #a0a0a0;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
}

.block8 .content {
    margin-top: 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.block8 .content .left {
    width: 100%;
    max-width: 670px;
}

.block8 .content .right {
    width: 100%;
    min-width: 250px;
    max-width: 330px;
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}

.block8 .content .right .right-cont {
    padding: 5px;
}

.block8 .content .right p {
    color: #000;
    padding: 6px 0;
}

.block8 .content .right .gray {
    color: #8e8e8e;
}

.block8 .content .right .green {
    color: #3a9100;
}

.block8 .content .right .repa p {
    font-size: 15px;
}

.block8 .content .right img {
    margin: 10px 0;
}

.block8 .content .right .hash {
    display: inline-block;
    padding: 8px 8px;
    border: 1px solid #969696;
    border-radius: 4px;
    margin: 0 2px;
    color: #767676;
}

.block8 .content .right .about-bs {
    position: absolute;
    right: 6px;
    bottom: 6px;
    background: #eeeeee;
    font-size: 10px;
    border-radius: 10px;
    padding: 6px 10px;
}

.block8 .otziv .av img {
    width: 50px;
}

.block8 .otziv {
    width: 100%;
    overflow-y: auto;
    height: 330px;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #dadada;
}

.block8 .otziv::-webkit-scrollbar {
    width: 10px;
}

.block8 .otziv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.block8 .otziv::-webkit-scrollbar-thumb {
    background-color: #8e8e8e;
    outline: 1px solid slategrey;
    border-radius: 50px;
}

.block8 .otziv ul li {
    width: 100%;
    color: #2c2c2c;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #cbcbcb;
}

.block8 .otziv ul li div {
    display: table-cell;
    vertical-align: top;
}

.block8 .otziv ul li .date {
    color: #b2b2b2;
    padding-left: 6px;
}

.block8 .otziv ul li .text {
    padding-left: 10px;
}

.block8 .otziv ul li p {
    line-height: 140%;
}

/****************************************************/

.block9 {
    background-color: #ffffff;
    padding: 60px 0;
}

.block9 ul li {
    width: 100%;
    max-width: 350px;
    margin: 35px 0 0;
    font-family: 'SFUIDisplay-Light', sans-serif;
    font-size: 20px;
    color: #0679a4;
    padding: 25px;
    padding-left: 75px;
    background: url('../img/tick2.png')/*tpa=http://online24shops.com/free_propatent_3/img/tick2.png*/ no-repeat 0;
    box-sizing: border-box;
}


/****************************************************/

.block10 {
    background-color: #0c283a;
    padding: 40px 0 50px;
}

.block10 .wrap {
    height: 100%;
}

.block10 .zavod-container {
    align-items: flex-start;
}

.block10 .zavod-container .block-1 {
    max-width: 850px;
}

.block10 .zavod-container .img {
    margin-top: 30px;
}

.block10 .zavod-container .img img{
    max-width: 100%;
}

.block10 .zavod-container .items {
    align-items: flex-start;
}

.block10 .zavod-container .items .item {
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}

.block10 .zavod-container .items .item p {
    font-size: 18px;
}

.block10 .zavod-container .items .item .img {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block10 .zavod-container .items .item img {
    max-height: 80px;
}

.block10 .zavod-container img {
    max-width: 100%;
}


/****************************************************/

.block11 {
    background: url('../img/bg/footer.jpg')/*tpa=http://online24shops.com/free_propatent_3/img/bg/footer.jpg*/ no-repeat center;
    background-size: cover;
}

.block11 .px40 {
    padding: 40px 0 40px;
}

.block11 .left-block {
    max-width: 470px;
}

.block11 .sementall-container{
    padding: 0 0 40px;
}

.dol {
    font-family: 'SFUIDisplay-Bold', sans-serif;
    font-size: 15px;
    padding-left: 25px;
    background: url('../img/dol.png')/*tpa=http://online24shops.com/free_propatent_3/img/dol.png*/ no-repeat 0 50%;
    margin: 0 5px;
    color: #8a8a8a;
}

/****************************************************/

.block12 {
    background: #0c283a;
    padding: 30px 0;
    height: auto;
}

.block12 p {
    color: #b6b7b8;
}


/*============ FOOTER ============*/

/*============ start promotions block ============*/

.promotions{
    background-color: #fff;
}
.promotions-block{
    display: flex;
    padding: 50px 0px 60px 0px;
}
.promotions-text{
    font-size: 45px;
    color: #303f92;
    text-transform: uppercase;
    font-weight: 800;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 26px;
}
.promotions-text .number{
    font-size: 66px;
    color: #eb204f;
}
.promotions-block .box1, .promotions-block .box2{
    width: 50%;
}
.promotions-text .ending{
    font-size: 45px;
    color: #eb204f;
    text-transform: initial;
}
.box1 .cont{
    margin-right: 104px;
    margin-bottom: -55px;
}
.box2 .cont {
    display: flex;
    position: relative;
    margin-top: -110px;
    margin-left: -30px;
}
.box1 img, .box2 img{
    max-width: 570px;
}
.box2 .cont .price-block{
    background-image: url(../img/krugi.png)/*tpa=http://online24shops.com/free_propatent_3/img/krugi.png*/;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 400px;
    height: 400px;
    display: flex;
    position: absolute;
    bottom: -95px;
    right: 0px;
    justify-content: center;
    align-items: center;
}
.box2 .cont .price-number{
    font-size: 200px;
    font-weight: 900;
    color: #fff;
    line-height: 200px;
    margin-bottom: 0px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.box2 .cont .price-number:after{
    content: "";
    position: absolute;
    font-size: 29px;
    line-height: 29px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    bottom: -20px;
    left: 1px;
    text-align: center;
    right: 0;

}
.landing___price__old_value.strw_old_price.rel.price-lt.sft.px30.dblue{
    display: inline-block;
}


.box2 .cont .price-number{
    font-size: 29px;
}
.mod span {
    font-size: 21px !important;
}
.mod .sale-product--all {
    font-size: 15px !important;
}
/*============ end promotions block ============*/
/* STYLE CSS END */
@media screen and (max-width: 1000px){
    .input-form {
        padding: 0 !important;
        height: 47px !important;
        font-size: 17px !important;
    }
}
.mod .form-center--all:before{
    background: url(../img/box2.png)/*tpa=http://online24shops.com/free_propatent_3/img/box2.png*/ no-repeat 0 0 !important;
    top: 64px !important;
    background-size: contain !important;
}
@media screen and (max-width: 1170px){
    .box2 .cont .price-block{
        width: 200px;
        height: 200px;
    }
    .box2 .cont .price-block {
        right: 83px !important;
    }
    .box2 .cont .price-number {
        font-size: 18px;
    }
}
@media only screen and (max-width: 670px){
    .box2 .cont .price-block {
        width: 150px;
        height: 150px;
        bottom: 0px;
        right: -7px !important;
    }
}
.ordering-sub{
    color: #000;
    text-align: center;
}