.main {
  background-image: url(img/body.jpg);
  padding: 15px 0 35px
}

.section-title {
  color: #905400;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  position: relative
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -45px;
  width: 481px;
  height: 8px;
  background-color: #905400;
  left: 0;
  right: 0;
  opacity: .2;
  margin: 0 auto
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.logo p {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px
}

.main__list {
  font-size: 28px;
  margin-top: 30px
}

.main__list li {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 30px 8px 8px;
  background: rgba(255, 255, 255, .5);
  border-radius: 100px
}

.main__list img {
  margin-right: 19px;
  height: 80px
}

.main__list span {
  font-size: 24px;
  color: #000
}

.main__title {
  text-shadow: 0 0 20px #d8d8d8;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-top: 10px;
  line-height: 40px;
  font-weight: 500
}

.main__title span {
  color: #ffd337;
  font-size: 45px
}

.main__wrapper {
  position: relative;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.prod1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

.prices {
  width: 325px;
  height: 146px;
  margin-top: 50px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.prices__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  padding: 10px 0;
  color: #000;
  text-align: center;
  background-color: #ffd337
}

.price__new {
  background-color: #ff3d3d;
  font-size: 58px;
  font-weight: 900;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #fff
}

.price__new:after {
  position: absolute;
  content: '';
  right: -20px;
  top: 0;
  height: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ff3d3d;
  border-bottom: 20px solid transparent
}

@media (min-width:992px) and (max-width:1199px) {
  .main__list span {
    font-size: 22px
  }
  .main__list img {
    height: 40px;
    margin-right: 10px
  }
  .main__title {
    font-size: 28px
  }
  .prod1 {
    width: 400px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .main__wrapper {
    margin-top: 0
  }
  .logo p {
    font-size: 16px
  }
  .main__list span {
    font-size: 14px
  }
  .main__list img {
    height: 40px;
    margin-right: 10px
  }
  .main__title {
    font-size: 20px;
    line-height: normal;
    margin-top: 27px
  }
  .main__title span {
    font-size: 30px
  }
  .prod1 {
    width: 400px
  }
}

.footer {
  padding: 50px 0 20px;
  text-align: center
}

.footer a {
  display: block
}

@media (max-width:767px) {
  .main {
    background-image: url(img/body_mob.jpg)
  }
  .main__title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 40px
  }
  .main__title span {
    font-size: 35px
  }
  .main__list {
    margin-top: 0
  }
  .main__list img {
    margin-right: 10px;
    height: 48px
  }
  .main__list span {
    font-size: 16px
  }
  .main__list li {
    margin-bottom: 8px
  }
  .main__wrapper {
    display: block;
    margin-top: 0
  }
  .prod1 {
    position: static;
    width: 100%;
    margin-top: 30px
  }
  .prices {
    width: 100%;
    margin-top: 25px
  }
  .price__new:after {
    margin: 0 auto;
    left: 0;
    width: 40px;
    right: 0;
    top: auto;
    bottom: -45px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid #ff3d3d
  }
  .section-title:after {
    width: 100%;
    height: 4px
  }
  .footer {
    padding-top: 10px
  }
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  margin: 0 5px;
  border-radius: 30px;
  background-color: #c1c1d1!important;
  display: inline-block
}

.owl-dots .owl-dot.active {
  background-color: #905400!important
}

.owl-nav {
  position: relative;
  margin-top: 15px
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  height: 19px;
  width: 10px;
  background-repeat: no-repeat!important
}

.forma {
  background-color: #fff;
  padding: 14px;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  width: 342px
}

.form__list input, .form__list select {
  margin-bottom: 10px;
  display: block;
  background-color: #eee;
  padding-left: 35px;
  border: none;
  height: 40px;
  width: 100%
}

.form__list input::-webkit-input-placeholder {
  color: #817f7d;
  font-size: 16px
}

.form__list input::-moz-placeholder {
  color: #817f7d;
  font-size: 16px
}

.form__list input:-ms-input-placeholder {
  color: #817f7d;
  font-size: 16px
}

.form__list input::-ms-input-placeholder {
  color: #817f7d;
  font-size: 16px
}

.form__list input::placeholder {
  color: #817f7d;
  font-size: 16px
}

.form__btn {
  color: #fff;
  width: 100%;
  height: 60px;
  background-color: red;
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 700;
  border: none;
  font-size: 24px
}

.pri {
  text-align: center;
  color: #000;
  opacity: .5;
  margin-top: 15px
}

@media (min-width:992px) and (max-width:1199px) {
  .forma {
    width: 280px
  }
}

@media (max-width:767px) {
  .forma {
    width: 100%;
    margin-top: 15px
  }
}

.problems {
  padding: 60px 0
}

.problems .section-title:after {
  opacity: 1
}

.problems .section-title span {
  color: red;
  font-size: 56px
}

.problems__text {
  margin-top: 80px;
  text-align: center;
  color: #905400;
  font-size: 32px;
  padding: 0 60px
}

.problems__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}

.problems__item {
  width: 272px;
  position: relative
}

.problems__item img {
  width: 100%
}

.problems__item p {
  position: absolute;
  color: red;
  font-size: 20px;
  font-weight: 700;
  left: 24px;
  bottom: 24px
}

.problems__text2 {
  margin-top: 120px
}

.problems__text2 p {
  background-color: #ffd337;
  font-weight: 900;
  font-size: 32px;
  color: #000;
  line-height: normal;
  padding: 20px 10px 20px 120px;
  border-radius: 20px
}

.problems__text2 p span {
  color: red
}

.prod2 {
  position: relative
}

.prod2 img {
  position: absolute;
  left: 65px;
  top: -30px;
  z-index: 1
}

@media (min-width:992px) and (max-width:1199px) {
  .problems__text {
    padding: 0
  }
  .problems__item {
    width: 225px
  }
  .problems__item p {
    font-size: 16px
  }
  .prod2 img {
    left: 0
  }
  .problems__text2 p {
    font-size: 30px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .problems__text {
    padding: 0;
    font-size: 25px
  }
  .problems__item {
    width: 170px
  }
  .problems__item p {
    left: 10px;
    font-size: 14px;
    bottom: 10px
  }
  .problems__text2 {
    margin-top: 50px
  }
  .problems__text2 p {
    font-size: 30px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center
  }
}

@media (max-width:767px) {
  .problems {
    padding-top: 30px
  }
  .problems .section-title {
    text-align: left;
    font-size: 20px
  }
  .problems .section-title span {
    font-size: 20px
  }
  .problems__text {
    padding: 0;
    font-size: 21px;
    text-align: left
  }
  .problems__item {
    margin: 20px auto 0
  }
  .problems__text2 {
    margin-top: 80px
  }
  .problems__text2 p {
    font-size: 20px;
    padding-left: 38px;
    padding-top: 105px
  }
  .prod2 img {
    left: 15px;
    top: -55px;
    width: 270px
  }
}

.sila {
  padding-top: 90px
}

.sila .section-title {
  padding: 0 165px;
  margin-bottom: 90px
}

.sila__text p {
  font-size: 24px;
  line-height: 40px
}

.sila__img img {
  -webkit-filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, .25));
  filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, .25));
  border-radius: 20px
}

.sila__wrapper {
  background: url(img/woman.png) right center no-repeat #bc9661;
  position: relative;
  border-radius: 20px;
  margin-top: 67px;
  height: 288px
}

.sila__wrapper img {
  position: absolute;
  right: 188px;
  bottom: -15px
}

.sila__wrapper p {
  color: #fff;
  font-weight: 700;
  margin-left: 37px;
  margin-top: 29px;
  width: 620px;
  font-size: 32px
}

.sila__title {
  background-color: #ffd337;
  width: 900px;
  font-size: 32px;
  font-weight: 700;
  padding: 25px 0;
  position: relative;
  color: #000;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center
}

.sila__title:after {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  border-top: 25px solid #ffd337;
  border-right: 30px solid transparent
}

@media (min-width:992px) and (max-width:1199px) {
  .sila__wrapper img {
    right: 145px
  }
  .sila__wrapper p {
    margin-left: 30px;
    width: 460px;
    font-size: 25px;
    margin-top: 49px
  }
  .sila__title {
    width: 710px;
    font-size: 25px
  }
  .sila .section-title {
    padding: 0 140px
  }
  .sila__img img {
    width: 100%
  }
  .sila__text p {
    font-size: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .sila .section-title {
    padding: 0
  }
  .sila__img img {
    width: 100%
  }
  .sila__text p {
    line-height: normal;
    font-size: 17px
  }
  .sila__wrapper img {
    right: 145px
  }
  .sila__wrapper p {
    margin-left: 30px;
    width: 460px;
    font-size: 25px;
    margin-top: 49px
  }
  .sila__title {
    width: 500px;
    font-size: 18px
  }
}

@media (max-width:767px) {
  .sila {
    padding-top: 0
  }
  .sila .section-title {
    padding: 0;
    font-size: 29px;
    text-align: left
  }
  .sila__text p {
    font-size: 19px;
    margin-top: 32px;
    line-height: 32px
  }
  .sila__wrapper {
    height: 255px;
    margin-top: 35px;
    background-image: url(img/woman_mob.png);
    background-position: right 10px bottom 0
  }
  .sila__wrapper p {
    width: 100%;
    margin-left: 0;
    padding-left: 19px;
    margin-top: 10px;
    font-size: 17px
  }
  .sila__title {
    width: 100%;
    border-radius: 20px;
    text-align: left;
    padding-bottom: 21px;
    line-height: normal;
    padding-top: 21px;
    font-size: 20px;
    padding-left: 19px
  }
  .sila__title:after {
    display: none
  }
}

.secret {
  padding-top: 100px;
  padding-bottom: 50px
}

.secret .section-title {
  padding: 0 240px
}

.secret__text {
  font-size: 24px;
  text-align: center;
  padding: 0 95px;
  margin-top: 80px
}

.secret__wrapper {
  position: relative
}

.prod4 {
  position: absolute;
  left: 0;
  top: 40px;
  right: 0;
  margin: 0 auto
}

.secret__wrapper {
  margin-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.sec__item>img {
  margin-right: 24px;
  height: 104px
}

.sec__item span {
  color: #905400;
  font-size: 20px;
  font-weight: 700
}

.sec__item p {
  font-size: 16px;
  line-height: 24px;
  height: 120px;
  margin-top: 8px
}

.sec__text {
  width: 225px;
  position: relative
}

.sec__text:after {
  position: absolute;
  width: 84px;
  height: 41px;
  content: '';
  background: url(img/str.png) no-repeat
}

.sec__right .sec__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right
}

.sec__right .sec__item>img {
  margin-right: 0;
  margin-left: 24px
}

.sec1 .sec__text:after {
  top: -3px;
  right: -45px
}

.sec2 .sec__text {
  width: 260px
}

.sec2 .sec__text p {
  padding-right: 20px
}

.sec2 .sec__text:after {
  top: 60px;
  right: -30px;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.sec3 {
  margin: 0 auto;
  width: 420px
}

.sec3 .sec__text {
  width: 100%
}

.sec3 .sec__text:after {
  top: -50px;
  left: -68px;
  -webkit-transform: rotate(-115deg);
  transform: rotate(-115deg)
}

.sec4 .sec__text:after {
  top: -12px;
  left: -30px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.sec5 .sec__text:after {
  top: 50px;
  left: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:992px) and (max-width:1199px) {
  .secret__text {
    padding: 0
  }
  .secret .section-title {
    padding: 0 180px
  }
  .prod4 {
    width: 240px;
    top: 45px
  }
  .sec__item img {
    height: 90px;
    margin-right: 15px
  }
  .sec3 .sec__text:after {
    left: 45px;
    top: -70px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .sec__text {
    width: 215px
  }
  .secret__text {
    padding: 0;
    font-size: 20px
  }
  .secret .section-title {
    padding: 0 35px
  }
  .sec__text:after {
    display: none
  }
}

@media (max-width:767px) {
  .secret {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .secret .section-title {
    padding: 0;
    font-size: 31px;
    text-align: left
  }
  .secret__text {
    padding: 0;
    text-align: left;
    font-size: 20px
  }
  .prod4 {
    position: static;
    width: 100%;
    margin: 30px 0
  }
  .secret__wrapper {
    display: block;
    margin-top: 30px
  }
  .sec__text {
    width: 100%
  }
  .sec__text:after {
    display: none
  }
  .sec__item {
    display: block;
    text-align: center;
    margin-bottom: 0
  }
  .sec__item img {
    margin-right: 0
  }
  .sec2 .sec__text p {
    padding-right: 0
  }
}

.skills {
  background-image: url(img/skills.jpg);
  padding: 70px 0
}

.skills .section-title {
  color: #fff
}

.skills .section-title:after {
  background-color: #fff
}

.skills__wrapper {
  position: relative
}

.woman2 {
  position: absolute;
  right: 120px;
  z-index: 1;
  top: -129px
}

.skills__list {
  margin-top: 152px
}

.skills__list li {
  background: #fff;
  font-size: 24px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  position: relative;
  width: 491px;
  margin-bottom: 16px
}

.skills__list li:after {
  position: absolute;
  content: '';
  width: 285px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -285px;
  height: 5px;
  background-color: #fff
}

.skills__list li img {
  margin: 8px 22px 8px 8px
}

.skills__list li:first-child {
  margin-left: 60px
}

.skills__list li:nth-child(2) {
  margin-left: 45px
}

.skills__list li:nth-child(3) {
  margin-left: 15px
}

@media (min-width:768px) and (max-width:991px) {
  .woman2 {
    right: 0
  }
  .skills .section-title {
    font-size: 37px
  }
  .skills__list {
    margin-top: 115px
  }
  .skills__list li {
    margin: 15px auto!important
  }
  .skills__list li:after {
    display: none
  }
}

@media (max-width:767px) {
  .skills .section-title {
    font-size: 30px
  }
  .skills__list {
    margin-top: 80px
  }
  .skills__list li {
    width: 100%;
    margin: 0 0 8px!important;
    font-size: 16px;
    padding: 5px 30px 5px 0
  }
  .skills__list li:after {
    display: none
  }
  .skills__list li img {
    height: 56px;
    margin-right: 10px
  }
}

.reviews {
  padding-bottom: 30px
}

.reviews .section-title {
  margin-top: 140px;
  text-transform: uppercase;
  color: red;
  margin-bottom: 100px
}

.rev__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#915400), to(rgba(223, 191, 145, 0))), #bc9661;
  background: linear-gradient(180deg, #915400 0, rgba(223, 191, 145, 0) 100%), #bc9661;
  border-radius: 20px;
  padding: 34px 50px 40px 48px;
  color: #fff;
  margin-bottom: 24px
}

.rev__item>span {
  font-size: 24px;
  font-weight: 700
}

.rev__item p {
  font-size: 20px;
  margin-top: 14px;
  line-height: 32px
}

.rev__item p span {
  font-weight: 700
}

@media (max-width:767px) {
  .reviews .section-title {
    text-align: left;
    font-size: 35px;
    margin-top: 50px
  }
  .rev__item {
    padding: 25px
  }
  .rev__item>span {
    display: block;
    text-align: center
  }
  .rev__item p {
    font-size: 16px;
    line-height: 24px
  }
}

.expert {
  padding-bottom: 40px
}

.expert .section-title {
  margin-bottom: 100px
}

.vrach {
  -webkit-filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, .25));
  filter: drop-shadow(20px 20px 50px rgba(0, 0, 0, .25));
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 0 auto;
  width: 464px
}

.vrach__text {
  background-color: #bf9a65;
  color: #fff;
  padding: 16px 29px
}

.vrach__text span {
  font-size: 20px;
  font-weight: 700
}

.vrach__text p {
  font-size: 16px
}

.expert__text {
  font-size: 19px;
  line-height: 32px
}

.expert__text span {
  font-weight: 700
}

@media (min-width:992px) and (max-width:1199px) {
  .woman2 {
    right: 0
  }
  .vrach, .vrach img {
    width: 100%
  }
  .expert__text {
    line-height: 1.4
  }
}

@media (min-width:768px) and (max-width:991px) {
  .reviews .section-title {
    font-size: 35px;
    margin-top: 50px
  }
  .vrach, .vrach img {
    width: 100%
  }
  .expert__text {
    line-height: 1.4;
    font-size: 16px
  }
}

@media (max-width:767px) {
  .expert .section-title {
    text-align: left;
    font-size: 30px
  }
  .vrach, .vrach img {
    width: 100%
  }
  .expert__text {
    margin-top: 20px;
    line-height: 1.4
  }
}

.zakaz {
  padding-bottom: 70px;
  padding-top: 50px
}

.zakaz .section-title {
  margin-bottom: 100px
}

.zakaz .sila__wrapper p {
  font-size: 25px;
  margin-top: 45px
}

.zakaz .sila__title {
  text-align: left;
  padding-left: 37px
}

.zakaz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.zakaz__item {
  width: 300px;
  text-align: center
}

.zakaz__item span {
  display: block;
  margin: 20px 0 9px;
  font-size: 24px;
  font-weight: 700
}

.zakaz__item p {
  font-size: 20px;
  padding: 0 20px
}

.zakaz__text {
  width: 621px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 64px auto 88px;
  background-color: #ffae3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px
}

.zakaz__text p {
  color: #fff;
  font-weight: 700;
  margin-left: 35px;
  font-size: 20px;
  padding-right: 35px
}

@media (min-width:992px) and (max-width:1199px) {
  .zakaz .sila__wrapper p {
    font-size: 19px;
    margin-top: 60px
  }
  .zakaz__item p {
    padding: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .zakaz .sila__wrapper p {
    font-size: 19px;
    margin-top: 60px
  }
  .zakaz__item {
    width: 175px
  }
  .zakaz__item img {
    width: 150px
  }
  .zakaz__item span {
    font-size: 18px
  }
  .zakaz__item p {
    padding: 0;
    font-size: 15px
  }
}

@media (max-width:767px) {
  .zakaz .section-title {
    text-align: left;
    font-size: 30px
  }
  .zakaz .sila__title {
    padding-left: 19px
  }
  .zakaz .sila__wrapper {
    height: 232px
  }
  .zakaz .sila__wrapper p {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 19px;
    padding-right: 15px;
    font-size: 15px
  }
  .zakaz__items {
    display: block
  }
  .zakaz__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    width: 100%
  }
  .zakaz__item img {
    width: 88px
  }
  .zak__text {
    text-align: left;
    margin-left: 16px
  }
  .zak__text span {
    margin-top: 0;
    font-size: 19px
  }
  .zak__text p {
    padding: 0;
    font-size: 16px
  }
  .zakaz__text {
    width: 100%;
    padding: 12px 0 12px 12px;
    margin: 48px 0 80px
  }
  .zakaz__text img {
    width: 46px
  }
  .zakaz__text p {
    margin-left: 12px;
    padding-right: 0;
    font-size: 15px
  }
}

.form__item {
  position: relative
}

i {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto
}

p {
  margin: 0
}

a {
  text-decoration: none!important
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

button {
  outline: 0
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: 0;
  -moz-appearance: none;
  appearance: none
}

body {
  font-family: Roboto, sans-serif;
  background: url(img/body.jpg) center top no-repeat;
  margin: 0
}

section {
  background-repeat: no-repeat;
  background-position: center top
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px
}

footer {
  text-align: center;
  padding: 20px 0
}

footer a {
  display: block
}

@media (max-width:767px) {
  body {
    background: 0 0
  }
  .container {
    width: 320px
  }
  .logo {
    display: block;
    text-align: center
  }
  .logo p {
    font-size: 19px;
    margin-bottom: 8px
  }
  .price__new{
    font-size: 47px;
  }
}