/*block1*/

.topline {
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 40px 0 rgba(52,134,128,.3);
    box-shadow: 0 0 40px 0 rgba(52,134,128,.3);
}
.toplinecont {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
   
}
.topline__logo {
}
.topline_bullits {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 2em ;
}
.topline_bullits__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 0.5em;
}
.topline_bullits__item img {
}
.topline_bullits__item p {
}
.topline__txt {
    color: #fff;
    text-align: center;
}
.topline__txt__one {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.topline__txt__two {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.topline__txt__two span {
    font-size: 22px;
}
.topline__txt__two img  {
}
.topbtn {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    display: block;
    width: 290px;
    height: 76px;
    line-height: 76px;
    margin: 0 ;
    border: none;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right,  rgba(22,185,122,1) 0%,rgba(6,222,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
    -webkit-box-shadow: 3px 3px 0 0 #00ad6a;
    box-shadow: 3px 3px 0 0 #00ad6a;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.topbtn:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f900+0,f9ea00+100 */
    background: linear-gradient(to right,  rgba(6,222,139,1) 0%,rgba(22,185,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.blockstar {
    width: 310px;
    height: 140px;
    background: #fff;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    position: absolute;
    left: 73px;
    bottom: 6px;
    -moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.blockstar__txt {
    font-size: 19px;
    font-weight: 500;
}
.blockstar__img {
}


/*block2*/
.block2 {
    background: #e4f9f8 url(../img/happy.png) no-repeat center bottom / contain;
    padding: 40px 0 0;
    border-bottom: 5px solid #44b4c1;
}
.headergrid {
    display: grid;
    grid-template-columns: 517px 620px auto;
    grid-template-rows: auto auto auto;
    
}
.headertovar {
    grid-area: 1/3/3/4;
    margin: 0 auto 20px;
}
.headertitle {
    font-size: 39px;
    grid-area: 1/2/2/3;
}
.headertitle span {
    background: #348680;
    color: #fff;
    padding: 0px 10px;
}
.headerbullits {
    grid-area: 2/2/3/3; 
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 0.5em;
}
.headerbullits__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
    gap: 0.5em;
}
.headerbullits__item img,
.manpay2__list__item img  {
    align-self: self-start;
    position: relative;
    top: 3px;
}
.headerbullits__item p {
}
.headergrid .mainform-body__btn {
    grid-area: 3/2/4/3;
    width: 500px;
}

.headerprice {
    background: #44b4c1;
    border-radius: 10px 10px 0 0;
    grid-area: 3/3/4/4;
    height: 150px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    
    position: relative;
}
.price {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
}
.price__old {
    color: #fff;
    text-align: center;
}
.price__old__top {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.price__old__bott {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4em;
}
.price__arrow {
    position: relative;
    top: 12px;
}
.price__new {
    color: #fff000;
    text-align: center;
}
.price__new__top {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.price__new__bott {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.4em;
}

.headership {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: #44b4c1;
    position: absolute;
    bottom: 0px;
    right: -575px;
    border-radius: 0 20px 20px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 3.5em;
    padding: 10px 30px;
}
.headership__item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 0.5em;
}
.headership__icon {
}
.headership__p {
}

/*block3*/
.block3 {
    padding: 60px 0 100px;
}
.aboutgrid {
    display: grid;
    grid-template-columns: 1000px auto;
    gap: 1em;
}

.pain {
    grid-area: 1/2/2/3;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
.pain__item {
    border-radius: 40px;
    overflow: hidden;
    width: 48%;
}
.pain__img {
    display: block;
    width: 100%;
}
.pain__txt {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: #e15a2c;
    color: #fff;
    padding: 20px 0;
}
.shadow {
    -webkit-box-shadow: 0 0 40px 0 rgba(68,180,193,0.3);
    box-shadow: 0 0 40px 0 rgba(68,180,193,0.3);
}

.manpain {
    grid-area: 1/1/2/2;
    border-radius: 40px;
    overflow: hidden;
    padding: 30px 40px 0;
}


.manpain .title {
    margin-bottom: 30px;
}
.manpain .title span {
    color: #44b4c1;
}
.manpain p {
    margin-bottom: 20px;  
}
.mainform-body__btn.bbt {
    width: 260px;
    margin: 0 auto;
}
.mainform-body__btn.bbt span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1em;
}
/*block4*/
.block4 {
    background: #32c2d2;
    padding: 0;
}
.promo {
    padding: 40px 0 40px 500px;
}
.promo__leftimg {
   position: absolute;
   bottom: 0;
   left: 0;
}
.promo__cont {
   
    text-align: center;
    text-transform: uppercase;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 2em;
    padding: 40px;
    background: #0ab0c4;
    border-radius: 40px;
}
.promo__cont__tlt {
    font-size: 31px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
}
.promo__cont__price {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
}
.promo__cont__price span {
    color: #fff000;
}
.promo__cont__price p {
    font-size: 26px;
    font-weight: 500;
}

.promo__cont .mainform-body__btn {
    background: linear-gradient(to right,  rgba(249,234,0,1) 0%,rgba(240,249,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: 3px 3px 0 0 #cfc302;
    box-shadow: 3px 3px 0 0 #cfc302;
    color: #0a0a0a;
}
.promo__cont .mainform-body__btn:hover {
background: linear-gradient(to right,  rgba(240,249,0,1) 0%,rgba(249,234,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
/*block5*/
.block5 {

}
.manpay2 {
    border-radius: 40px;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 516px;
}
.shadow {
}
.manpay2__left {
    grid-area: 1/1/2/2;
    padding: 30px 50px 30px;
}
.manpay2__left .title {
    margin-bottom: 40px;
}
.manpay2__left .title span {
    color: #44b4c1;
}
.manpay2__left > p {
    margin-bottom: 20px;
}
.manpay2__left > p b {
    color: #44b4c1;
}
.manpay2__list {
    margin-bottom: 30px;
}
.manpay2__list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    gap: 0.5em;
}
.mainform-body__btn {
}

.manpay2__right {
    grid-area: 1/2/2/3;
    background: url(../img/manpain2.jpg) no-repeat center center / cover;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.manpay2__right img {
    display: block;
    margin: 0;
    width: 300px;
}


/*block6*/
.block6 {
    background: #e4f9f8;
    color: #0a0a0a;
}
.block6 h2.title {
    text-align: center;
    margin-bottom: 40px;
}
.block6 h2.title span {
    color: #44b4c1;
}
.feat {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.feat__item {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    width: 30%;
    gap: 2em;
    text-align: center;
}
.feat__img {
    border-radius: 30px;
}
.feat__tlt {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.feat__txt {
}
/*block7*/
.block7 {

}
.block7 h2 {
    text-align: center;
    margin-bottom: 20px;
}
.block7 h2 span {
    color: #44b4c1;
}
.subtitle {
    font-size: 27px;
    font-weight: 500;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 0.5em;
    margin-bottom: 80px;
}
.subtitle p {
    
}
.subtitle img {
    position: relative;
    top: -3px;
}

.comments {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.comments__item {
    border-radius: 20px;
    overflow: hidden;
    width: 480px;
    height: max-content;
}
.comments__item > img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}
.comments__head {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    padding: 20px 20px 20px 30px ;
    border-bottom: 1px solid #e5e5e5;
}
.comments__head__left {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
}
.comments__head__ava {
    border-radius: 50%;
}
.comments__head__left__meta {
}
.comments__head__name {
    font-weight: 700;
    line-height: 1em;
}
.comments__head__stars {
    width: 100px;
}
.comments__head__right {
}
.comments__txt {
    padding: 30px;
}
/*block8*/
.block8 {
    background: #e4f9f8 url(../img/happy.png) no-repeat center bottom / contain;
    padding: 40px 0 0;
    border-bottom: 5px solid #44b4c1;
}  
.bott {
    display: grid;
    grid-template-columns: 520px 520px auto;
    grid-template-rows: auto auto auto auto;
}
.bott__img {
    grid-area: 1/3/4/4;
    margin: 0 auto;
}
.bottprice {
    grid-area: 4 / 3 / 5 / 4;
    background: #44b4c1;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    height: 150px;
    margin: 0 68px;
    position: relative;
}
.bottprice .price {
  
}
.bottprice .headership {
    right: -610px;
    gap: 5em;

}
.bottprice__gar {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 5px;
    color: #fff;
}
.bottprice__gartxt {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px 0;
}
.botttlt {
    font-size: 35px;
    grid-area: 1/2/2/3;
    max-width: 540px;
    width: 100%;
}
.botttlt span {
    background: #348680;
    color: #fff;
    padding: 0px 10px;
}
.operator {
    grid-area: 2/2/3/3;
    max-width: 540px;
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 0.5em;
    margin: 20px 0;
}
.operator__ava {
}
.operator__text {
    font-weight: 500;
}

.mainform-body {
    grid-area: 3/2/5/3;
    background: #348680;
    border-radius: 20px 20px 0 0;
    max-width: 540px;
    width: 100%;
    padding: 30px 30px 40px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
.mainform-body label {
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.bott__safe {
    display: block;
    grid-area: 5/2/6/3;
    margin: 10px 0px 56px 100px;
}
/*block9*/
.block9 {

}
.block9 h2 {
    text-align: center;
    margin-bottom: 40px;
}
.faq {
    max-width: 830px;
    width: 100%;
    border-radius: 33px;
    margin: 0 auto 40px;
    padding: 30px 40px;
}

.accordion {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
 }
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    /* color: #008f52; */
  }
  .accordion a:hover::after {
   
  }
  .accordion a.active {
    /* color: #008f52; */
  }
  
  .accordion .content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }
  .accordion .content p {
    font-size: 19px;
    font-weight: 300;
  }
  .accordion .content.active {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }


/*block10*/


.footer {
    text-align: center;
    padding: 40px 0 30px;
    background: #44b4c1;
}
.footer a {
    font-size: 14px;
    color:#fff;
}

@media screen and (max-width: 1549px) {
    .blockstar {
        width: 220px;
        height: 90px;
        left: inherit;
        right: 18px;
        bottom: 149px;
        z-index: 2;
       
    }
    .blockstar__img {
        width: 150px;
    }
    .blockstar__txt {
        font-size: 16px;
    }

    .topline__txt__one {
        font-size: 20px;
    }
    .topbtn {
        width: 220px;
    }
    .block2 {
        background: #e4f9f8 url(../img/bg1_m.png) no-repeat center bottom / contain;
    }
    .headergrid {
        grid-template-columns: 635px auto;
    }
    .headertitle {
        grid-area: 1 / 1 / 2 / 2;
        font-size: 32px;
    }
    .headerbullits {
        grid-area: 2 / 1 / 3 / 2;
        margin: 50px 0;
    }
    .headergrid .mainform-body__btn {
        grid-area: 3 / 1 / 4 / 2;
    }
    .headertovar {
        grid-area: 2 / 2 / 3 / 3;
        margin: 0;
        height: 280px;
        align-self: end;
    }
    .headerprice {
        margin: 0;
        grid-area: 3 / 2 / 4 / 3;
        height: 120px;
    }
    .aboutgrid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 2em;
    }
    .pain {
        grid-area: 1 / 1 / 2 / 2;
    }
    .manpain {
        grid-area: 2 / 1 / 3 / 2;
        padding: 30px;
    }
    .pain__item {
        width: 23%;
    }
    .manpain__img {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
        background: #ccdceb;
    }
    .manpain__right {
        padding: 30px;
    }
    h2.title {
        font-size: 32px;
    }
    .promo__leftimg {
        width: 350px;
    }
    .promo__cont {
        padding: 20px;
    }
    .promo__cont__tlt {
        font-size: 26px;
    }
    .promo__cont__price {
        font-size: 32px;
    }
    .promo {
   
        padding: 40px 0 40px 300px;

    }
    .promo_rightimg {
        margin: 65px 0 0 0;
    }
    .manpay2 {
        grid-template-columns: auto 373px;
    }
    .manpay2__list {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        gap: 1em;
    }
    .comments {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
        gap: 2em;
    }
    .subtitle {
        font-size: 23px;
    }
    .block8 {
        background: #e4f9f8 url(../img/bg1_m.png) no-repeat center bottom / contain;
    } 
    .botttlt {
        font-size: 33px;
        grid-area: 1 / 1 / 2 / 2;
    }
    .bottprice .headership {
        right: -554px;
        gap: 2em;
    }
    .bott {
        grid-template-columns: 520px auto 390px;
    }
    .operator {
        grid-area: 2 / 1 / 3 / 2;
    }
    .mainform-body {
        grid-area: 3 / 1 / 5 / 2;
    }
    .bottprice {
        margin: 0;
    }
    .bott__img {
        grid-area: 2 / 3 / 4 / 4;
        margin: 0;
        height: 280px;
        align-self: end;
    }
}
@media screen and (max-width: 1203px) {
    .topline__txt {
        display: none;
    }
    .topline__logo {
        flex-shrink: 0;
        width: 220px;
    }
    .topbtn,
    .blockstar {
        display: none;
    }
    .topline_bullits > div:nth-child(2) {
        display: none;
    }
    .toplinecont {
        gap: 4em;
    }
    .topline_bullits__item {
        line-height: 1em;
        align-items: flex-start;
    }
    .topline_bullits__item img {
     align-self: baseline;
     margin-top: 3px;
    }
    .block2 {
        background: #e4f9f8;
        padding-bottom: 30px;
    }
    .headergrid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 0em;
    }
    .headertitle {
        font-size: 30px;
        grid-area: 1 / 1 / 2 / 2;
    }
    .headerbullits {
        grid-area: 2 / 1 / 3 / 2;
        font-size: 18px;
        margin: 30px 0;
    }
    .headertovar {
        grid-area: 3 / 1 / 4 / 2;
        margin: 0 auto;
        height: 340px;
    }
    .headerprice {
        grid-area: 4 / 1 / 5 / 2;
        height: 120px;
        overflow: hidden;
        padding: 30px 0 20px;
        margin: 0 40px;
    }
    .headership {
        position: static;
        right: inherit;
        bottom: inherit;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
        gap: 0.5em;
        padding-top: 30px;
    }
    .headergrid .mainform-body__btn {
        grid-area: 5 / 1 / 6 / 2;
        width: 100%;
    }
    .pain {
        flex-wrap: wrap;
    }
    .pain__item  {
        width: 47%;
    }
    .manpain {
       
    }
    .manpain__img {
        grid-area: 1 / 1 / 2 / 2;
    }
    .manpain__right {
        grid-area: 2 / 1 / 3 / 2;
    }
    h2.title {
        font-size: 24px;
    }
    .promo {
        padding: 40px 0 0;
    }
    .promo__leftimg {
       position: static;
       left: inherit;
       bottom: inherit;
       display: block;
       margin: 30px auto 0;
       width: 400px;
    }
    .promo__cont {
        grid-area: 2 / 1 / 3 / 2;
    }
    
    .block4 {
        
    }
    .promo__cont__tlt {
        font-size: 22px;
    }
    .manpay2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    .manpay2__right img {
        width: 270px;
    }
    .manpay2__right {
        grid-area: 1/1/2/2;
        height: 475px;
        background: url(../img/mountainpain.jpg) no-repeat center center / cover;
    }
    .manpay2__left {
        grid-area: 2/1/3/2;
        padding: 30px;
    }
    .feat {
        flex-direction: column;
        gap: 2em;
    }
    .feat__item {
        display: grid;
        grid-template-columns: 150px auto;
        width: 100%;
        gap: 1em;
    }
    .feat__img {
        grid-area: 1/1/2/2;
        align-self: normal;
    }
    .feat__item__cont {
        grid-area: 1/2/2/3;
        text-align: left;
    }
    .subtitle {
        font-size: 18px;
    }
    .bottprice .headership,
    .bott__img {
        display: none;
    }
    .bott {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4,auto);
        gap: 0em;
    }
    .botttlt {
        grid-area: 1/1/2/2;
        font-size: 30px;
    }
    .operator {
        grid-area:2/1/3/2 ;
        margin: 40px 0;
    }
    .bottprice {
        grid-area:3/1/4/2 ;
        margin: 0 50px;
        height: 120px;
    }
    .mainform-body {
        grid-area:4/1/5/2 ;
    }
    .bott__safe {
        grid-area: 5/1/6/2;
        margin: 0 auto;
    }
    .block8 {
        background: #e4f9f8;
    }
    
}







