/*block1*/

.topline {
  background: #44b4c1;
  padding: 34px 0;
}
.toplinecont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.topline__logo {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.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;
}
.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: #0a0a0a;
  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;
  -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(240, 249, 0, 1) 0%,
    rgba(249, 234, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*block2*/
.block2 {
  background: url(../img/bg1.jpg) no-repeat center top;
  padding: 40px 0;
}
.headergrid {
  display: grid;
  grid-template-columns: 517px 760px;
  grid-template-rows: auto auto auto;
}
.headertovar {
  grid-area: 1/1/3/2;
  margin: 0 auto 20px;
  max-width: 290px;
}
.headertitle {
  font-size: 39px;
  grid-area: 1/2/2/3;
}
.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;
}

.headergrid .mainform-body__btn {
  grid-area: 3/2/4/3;
  width: 500px;
}

.headerprice {
  background: #44b4c1;
  border-radius: 20px;
  grid-area: 3/1/4/2;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 0 70px;
  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: 1.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;
}

/*block3*/
.pain {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-bottom: 70px;
}
.pain__item {
  border-radius: 20px;
  overflow: hidden;
}
.pain__img {
  display: block;
}
.pain__txt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background: #ff0000;
  color: #fff;
  padding: 20px 0;
}
.shadow {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
}

.manpain {
  display: grid;
  grid-template-columns: 516px auto;
  border-radius: 20px;
  overflow: hidden;
}
.manpain__img {
  grid-area: 1/1/2/2;
}
.manpain__img img {
  display: block;
}
.manpain__right {
  grid-area: 1/2/2/3;
  padding: 30px 50px 0;
}
.manpain__right .title {
  margin-bottom: 40px;
}
.manpain__right 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: #44b4c1;
  padding: 0;
}
.promo {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-template-rows: auto;
}
.promo__leftimg {
  grid-area: 1/1/2/2;
  width: 340px;
  margin: 20px 0 0 0;
}
.promo__cont {
  grid-area: 1/2/2/3;
  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;
}
.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_rightimg {
  grid-area: 1/3/2/4;
  margin: 20px 0 0 0;
}
.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*/

.manpay2 {
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 516px;
}

.manpay2__left {
  grid-area: 1/1/2/2;
  padding: 30px 50px 30px;
}
.manpay2__left .title {
  margin-bottom: 40px;
}
.manpay2__left > p {
  margin-bottom: 20px;
}
.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;
}

.manpay2__right {
  grid-area: 1/2/2/3;
  background: url(../img/manpain2.jpg) no-repeat center center / cover;
}

/*block6*/
.block6 {
  background: #44b4c1;
  color: #fff;
}
.block6 h2.title {
  text-align: center;
  margin-bottom: 40px;
}
.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__tlt {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
/*block7*/
.block7 h2 {
  text-align: center;
  margin-bottom: 20px;
}
.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 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;
}
.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__name {
  font-weight: 700;
  line-height: 1em;
}
.comments__head__stars {
  width: 100px;
}
.comments__txt {
  padding: 30px;
}
/*block8*/
.block8 {
  background: url(../img/foot.jpg) no-repeat center top;
  padding: 40px 0 20px;
}
.bott {
  display: grid;
  grid-template-columns: 517px auto;
  grid-template-rows: 90px 160px 303px 90px auto;
}
.bott__img {
  grid-area: 1/1/4/2;
  margin: 0 auto;
  max-width: 290px;
}
.bottprice {
  grid-area: 4 / 1 / 6 / 2;
  background: #44b4c1;
  border-radius: 20px;
  padding: 20px 0;
  margin: 0 68px;
  position: relative;
}
.bottprice .price {
  margin-bottom: 15px;
}
.bottprice .headership {
  right: -610px;
  gap: 3em;
}
.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: 33px;
  grid-area: 1/2/2/3;
  max-width: 540px;
  width: 100%;
}
.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;
}
.operator__text {
  font-weight: 500;
}

.mainform-body {
  grid-area: 3/2/5/3;
  background: #22808b;
  border-radius: 20px;
  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 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 .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) {
  .topline__txt__one {
    font-size: 20px;
  }
  .topbtn {
    width: 220px;
    font-size: 21px;
  }
  .block2 {
    background: url(../img/bg1_m.jpg) no-repeat center top;
  }
  .headergrid {
    grid-template-columns: 420px auto;
  }
  .headerprice {
    margin: 0 30px 0 0;
  }
  .pain {
    gap: 1em;
  }
  .manpain {
    grid-template-columns: 380px auto;
  }
  .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__cont {
    padding: 20px 0;
  }
  .promo__cont__tlt {
    font-size: 26px;
  }
  .promo__cont__price {
    font-size: 32px;
  }
  .promo {
    grid-template-columns: 20% 50% 30%;
  }
  .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: #f3f3f3;
  }
  /* .botttlt {
        font-size: 34px;
    } */
  .bottprice .headership {
    right: -554px;
    gap: 1em;
  }
}
@media screen and (max-width: 1203px) {
  .topline__txt {
    display: none;
  }
  .topline__logo {
    font-size: 45px;
  }
  .block2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebebeb+0,f4f9fc+100 */
    background: linear-gradient(
      135deg,
      rgba(235, 235, 235, 1) 0%,
      rgba(244, 249, 252, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .headergrid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    gap: 1em;
  }
  .headertitle {
    font-size: 30px;
    grid-area: 1 / 1 / 2 / 2;
  }
  .headerbullits {
    grid-area: 2 / 1 / 3 / 2;
    font-size: 18px;
  }
  .headertovar {
    grid-area: 3 / 1 / 4 / 2;
    margin: 0 auto;
    width: 250px;
  }
  .headerprice {
    grid-area: 4 / 1 / 5 / 2;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 0 20px;
    margin: 0;
  }
  .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 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .manpain__img {
    grid-area: 1 / 1 / 2 / 2;
  }
  .manpain__right {
    grid-area: 2 / 1 / 3 / 2;
  }
  h2.title {
    font-size: 24px;
  }
  .promo {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .promo__leftimg {
    grid-area: 1 / 1 / 2 / 2;
    width: 270px;
    margin: 0 auto;
  }
  .promo__cont {
    grid-area: 2 / 1 / 3 / 2;
  }
  .promo_rightimg {
    grid-area: 3 / 1 / 4 / 2;
    width: 300px;
    margin: 0 auto;
  }
  .block4 {
    padding: 30px 0 0;
  }
  .promo__cont__tlt {
    font-size: 22px;
  }
  .manpay2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .manpay2__right {
    grid-area: 1/1/2/2;
    height: 475px;
  }
  .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(5, auto);
    gap: 2em;
  }
  .botttlt {
    grid-area: 1/1/2/2;
    font-size: 32px;
  }
  .operator {
    grid-area: 2/1/3/2;
  }
  .bottprice {
    grid-area: 3/1/4/2;
    margin: 0;
  }
  .mainform-body {
    grid-area: 4/1/5/2;
  }
  .bott__safe {
    grid-area: 5/1/6/2;
    margin: 0 auto;
  }
}

@keyframes changeOfSize {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes movement {
  to {
    transform: translateX(15px);
  }
}
.preloader {
  position: relative;
  display: none;
  width: 40px;
  height: 10px;
  margin: auto;
  font-size: 20px;
}
.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  animation: 1s ease infinite;
}
.dot1,
.dot2 {
  left: 0;
}

.dot3 {
  left: 15px;
}
.dot4 {
  left: 30px;
}
.dot1 {
  animation-name: changeOfSize;
}
.dot2,
.dot3 {
  animation-name: movement;
}
.dot4 {
  animation-name: changeOfSize;
  animation-direction: reverse;
}
.preloader.preloader-active {
  display: flex;
}
