.topline {
    padding: 16px 0;
}
.topline-cont {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.topline__logo {
    line-height: 1em;
}
.topline__bullits {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    gap: 1.5em;
}
.topbull__item {
    font-size: 13px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    gap: 0.5em;
    line-height: 1em;
}
.topline__button .button {
    width: 200px;
}

/*block1*/
.header {
    background: url(../img/bg1.jpg) no-repeat center center;
    color:#fff;
    height: 747px;
    position: relative;
}
.headercont {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 3em;
    height: 100%;
    position: relative;
}
.header h1 {
    font-size: 44px;
}
.header h1 span {
    color:#ffd974;
    display: block;
 }
p.subtitle {
    font-size: 18px;
    display: block;
    max-width: 420px;
    width: 100%;
}
.toptovar {
    position: absolute;
    right: 0px;
    top: 76px;
    z-index: 2;
}
.bottomlight {
    width: 0px;
    height: 0px;
    border-radius: 50%;

    position: absolute;
    right: 215px;
    top: 340px;
    z-index: 1;
    -webkit-box-shadow: 0 0 240px 110px rgba(255,255,255,1);
    box-shadow: 0 0 240px 110px rgba(255,255,255,1);
}
.bullits {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
    gap: 0.7em;
}
.bullits__item {
    background: rgba(255,217,116,0.1);
    border-radius: 10px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 0.5em;
    padding: 20px 25px;
}
.bullits__item img {
}
.bullits__item span {
    font-size: 18px;
    line-height: 1em;
}
.bullits__item b {
    color:#ffd974;
    font-weight: 900;
    font-size: 26px;
    display: block;
}

.topmagnet {
    position: relative;
    width: 440px;
}
.topmagnet .button {
    margin: 0;
}
.magnetprice {
    position: absolute;
    right: 0;
    top: -7px;
    padding-right: 30px;
    text-align: right;
}
.magnetprice__old {
    font-size: 29px;
    font-weight: 700;
    text-decoration: line-through;
    line-height: 1em;
    opacity: 0.5;
}
.magnetprice__new {
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
}
.magnetprice__sale {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffdc7f;
    color:#000;
    text-align: center;
    border-radius: 10px;
    padding: 5px 8px;
    line-height: 1em;
    position: absolute;
    top: 23px;
    right: -23px;
    transform: rotate(270deg);
}
.topmagnet__note {
    font-size: 13px;
    color:#a4a4a4;
    padding: 20px 0 0 0;
    line-height: 1em;
}
.ups {
    position: absolute;
    top: 121px;
    right: 55px;
    z-index: 3;
}
.c1 {
    position: absolute;
    bottom: -140px;
    left: 0;
}
.c2 {
    position: absolute;
    bottom:-23px;
    right: 80px;
}
/*block2*/
.about {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
    padding: 20px;
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
}
.about__img {
}
.about__body {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
    padding-right: 20px;
}
.about__tlt {
}
.title {
}
.about__text {
}
.about video.video {
    width: 50%;
}
/*block3*/
.feat-title {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;
    gap: 2em;
    margin-bottom: 60px;
}
.feat-title__tlt {
    width: 420px;
    flex-shrink: 0;
}
.feat-title__tlt span {
    font-size: 17px;
    display: block;
    line-height: 1.5em;
}
.feat-title__txt {
}

.feat {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 100px;
}
.feat__item {
    flex-shrink: 0;
    width: 287px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    position: relative;
}
.feat__img {
    display: block;
    border-radius: 40px 40px 0 0;
}
.feat__txt {
    text-align: center;
    padding: 30px 20px 70px;
}
.feat__nmb {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #ffd974;
    color:#fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}
/*block4*/
.block4 {
    background: #f8f8f8;
}
.reviews {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    row-gap: 1.5em;
}
.reviews__item {
    border-radius: 40px;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    width: 470px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    overflow: hidden;
}
.reviews__cont {
    padding: 20px 10px 20px 20px;
}
.reviews__meta {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
    margin-bottom: 10px;
}
.reviews__ava {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #ffecb9;
    line-height: 66px;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    flex-shrink: 0;
}
.reviews__user {
}
.reviews__userame {
    font-weight: 700;
}
.reviews__userrate {
}
.reviews__txt {
    font-size: 14px;
    line-height: 1.4em;
}
.reviews__img {
    flex-shrink: 0;
    width: 198px;
}

.videorev {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 50px;
}
.videorev__item {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 220px;
}
.videorev__placeholder {
    width: 100%;
    height: auto;
    display: block;
}
.videorev__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    z-index: 1;
    background: url(../img/play.png) no-repeat center center;
    width: 78px;
    height: 78px;
}
/*block5*/
.block5 {
    background: url(../img/uni.jpg) no-repeat center center;
}
.block5 h2.title {
    text-align: center;
    color:#fff;
    margin-bottom: 50px;
}
.block5 h2.title span {
    color:#ffd974;
}

.profi {
    color:#fff;
    border: 2px solid #d1b25e;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 50px;
}
.profi__left {
    background: #191919;
    width: 200px;
    flex-shrink: 0;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
    padding: 30px 0 0 0;
}
.profi__meta {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.profi__ava {
    display: block;
    border-radius: 50%;
}
.profi__name {
    font-weight: 700;
}
.profi__about {
    font-size: 14px;
    color:#b3b3b3;
    text-align: center;
    line-height: 1.3em;
    padding: 0 20px;
}
.profi__right {
    background: #0f0f0f;
    padding: 30px 30px 0;
}
.profi__right p {
    margin: 0 0 25px 0;
}
/*block6*/

.char-cont {
    width: 450px;
}
.char {
    margin-bottom: 50px;
}
.char > div:nth-child(odd) {
    background: #ffecb9;
}
.char__item {
    border-radius: 30px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    padding: 10px 20px;
}
.char__name {
    font-weight: 700;
}
.char__val {
    text-align: right;
}
.char-img {
    position: absolute;
    right: 0;
    top: 118px;
        width: 520px;
}
/*block7*/
.block7 {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding-bottom: 210px;
}
.block7 h2.title {
    text-align: center;
    margin-bottom: 100px;
}
.steps {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.steps_item {
    border-radius: 40px;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    position: relative;
    width: 240px;
    text-align: center;
    padding: 50px 30px 30px;
}
.steps__num {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #ffd974;
    color:#fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    position: absolute;
    left: 50%;
    top: -38px;
    transform: translateX(-50%);
    font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}
.steps__txt {
    font-weight: 700;
}
/*block8*/
.block8 {
    background: #0d1b29;
    padding-top: 0;
}  
.block8 h2.title {
    text-align: center;
    margin-bottom: 30px;
}
.order {
    background: #ffd974;
    border-radius: 40px;
    padding: 40px 0 50px;
    z-index: 2;
    position: relative;
    margin-top: -145px;
}
.order-wrap {
    width: 450px;
    margin: 0 0 0 100px;
}
.order-price {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    gap: 1em;
    margin-bottom: 30px;
}
.order-price .magnetprice {
    position: relative;
    top: inherit;
    right: inherit;
}
.order-price .magnetprice__sale {
    background: #e2151f;
    color:#fff;
}
.order-price__action {

}
.order-price__action b {
    line-height: 1.3em;
}
.order-price__action p {
    line-height: 1.3em;
}
/*block9*/
.dopsect {
    position: relative;
}
.dopsect_img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.dop {
    border-radius: 40px;
    -webkit-box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 57px 0 rgba(0,0,0,.1);
    padding: 3em;
    position: relative;
    margin-bottom: -27px;
}
.dop h2 {
      font-size: 30px;
      margin-bottom: 40px;
}
.dopbull {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 1.5em;
    max-width: 420px;
    width: 100%;
    position: relative;
    
}
.dopbull__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
.dopbull__item img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: block;
}
.dopbull__item p {

}
.ded {
    position: absolute;
    bottom: 67px;
    right: -48px;
    width: 550px;
}
/*block10*/
.best {
    color:#fff;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 40px;
}
.best__item {
    border: 2px solid #ff0000;
    border-radius: 40px;
   width: 288px;
}
.best__item.green {
    border-color: #63bc28;
}
.best__item.green span {
    background: #63bc28;
}
.best__img {
    display: block;
    margin:20px auto;
}
.best__name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.best__list {
    padding: 20px;
}
.best__list > div:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.best__list span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff0000;
    display: block;
    flex-shrink: 0;
}
.best__list p {
}
.best-list__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
    line-height: 1.3em;
    padding: 10px 0;
}


.orderimg1 {
    position: absolute;
    left: 30px;
    bottom: -60px;
}
.orderimg2 {
       position: absolute;
    right: 68px;
    bottom: 23px;
    width: 220px;
}


.footer {
    text-align: center;
    padding: 40px 0 30px;
    background: #0d1b29;
}
.footer a {
    font-size: 14px;
    color:#ccc;
}

@media screen and (max-width: 1670px) {
    .dopsect_img {
        display: none;
    }
} 
@media screen and (max-width: 979px) {
    
    .topbull__item:last-child {
        display: none;
    }
    .topline__bullits {
        width: 160px;
    }
    .bullits__item span {
        font-size: 16px;
    }
    .bullits__item {
        padding: 10px;
    }
    .header {
        background-image: url(../img/b1_m.jpg);
    }
    .header h1 {
        font-size: 38px;
    }
    .headercont {
        gap: 2em;
    }
    p.subtitle {
        max-width: 380px;
        font-size: 16px;
    }
    /* .bullits {
        flex-direction: column;
    } */
    .toptovar {
        right: 0px;
        top: 226px;
        width: 320px;
    }
    .bottomlight {
        right: 172px;
        top: 456px;
        -webkit-box-shadow: 0 0 221px 85px rgba(255,255,255,1);
        box-shadow: 0 0 221px 85px rgba(255,255,255,1);
    }
    .topmagnet {
        width: 320px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
        gap: 1.5em;
    }
    .topmagnet .magnetprice {
        position: inherit;
        right: inherit;
        top: inherit;
    }
    .topmagnet__note {
        padding: 0;
    }
    .topmagnet .button {
        margin: 0 auto;
    }
    .about {
        flex-direction: column-reverse;
    }
   
    .about video.video {
    width: 100%;
}
    .feat-title {
        flex-direction: column;
        gap: 1.5em;
    }
    .feat-title__tlt {
        width: 100%;
    }
    .ded {
        bottom: -6px;
        right: 40px;
}
    .feat {
        flex-direction: column;
        gap: 4em;
    }
    .feat__item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
    }
    .feat__img {
        border-radius: 40px 0 0 40px;
    }
    .feat__nmb {
        left: 287px;
    }
    .feat__txt {
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        text-align: left;
    }
    .reviews__item {
        width: 100%;
    }

    .videorev {
        justify-content: center;
        gap: 1em;
    }
    .profi {
        flex-direction: column;
        
    }
    .profi__left {
        width: 100%;
        flex-direction: row;
        padding: 20px;
    }
    .profi__meta {
        align-items: stretch;
    }
    .profi__about {
        text-align: left;
        padding: 0;
    }
    .block5 {
        background-size: cover;
    }
    .char-img {
        display: block;
        margin: 0 auto 40px;
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
    }
    .char-cont {
        width: 100%;
    }
    .steps {
        justify-content: center;
        flex-wrap: wrap;
        gap: 4em;
    }
    .c1, 
    .c2, 
    .ups {
        display: none;
    }
    .dopbull {
        width: 100%;
    }
    .dop {
        padding-bottom: 524px;
    }
    .best {
        flex-direction: column;
        gap: 1em;
    }
    .best__item {
        width: 100%;
    }
    .order-wrap {
    margin: 0 auto;
}
    .orderimg1,
    .orderimg2  {

        display: none;
    }  
    
}
@media screen and (max-width: 639px) {
   .topline__button {
    display: none;
   }
   .header {
        background-image: url(../img/b1_s.jpg);
        background-size: cover;
        height: auto;
        overflow-x: inherit;
        padding: 40px 0;
    }   
    .headercont {
        gap: 5em;
    }
    .bullits {
        flex-direction: column;
    }
    .bullits__item {
        padding: 15px;
    }

    .header h1 {
        font-size: 36px;
        text-align: center;
    }
    p.subtitle {
        display: none;
    }
    .toptovar {
        right: 0;
        top: 99px;
        width: 271px;
    }
    .bottomlight {
        right: 224px;
        top: 350px;
        -webkit-box-shadow: 0 0 249px 105px rgba(255,255,255,1);
        box-shadow: 0 0 249px 105px rgba(255,255,255,1);
    }
    .topmagnet {
        width: 69%;
    }
    .topmagnet__note {
        text-align: center;
    }
    .about {
        gap: 1.5em;
    }
    .about__body {
        padding: 20px 20px 0 20px;
        gap: 1.5em;
    }
    h2.title {
        font-size: 24px;
    }
        .ded {
        bottom: 81px;
        width: 90%;
}
    .feat {
        align-items: center;
        gap: 4em;
    }
    .feat__item {
        flex-direction: column;
        width: 287px;
    }
    .feat__img {
        border-radius: 40px 40px 0 0;
    }
    .feat__nmb {
        left: 50%;
    }
    .feat__txt {
        padding: 20px 20px 50px;
    }

    .order-price {
        flex-direction: column;
    }
    .order-wrap {
        width: 400px;
    }
    .dop h2 {
        font-size: 24px;
    }
    .dop {
        padding-bottom: 563px;
    }
    
}





