@font-face {
  font-family: COPPERPLATE; /* Имя шрифта */
  src: url(assets/font/COPRGTB.TTF); /* Путь к файлу со шрифтом */
 }

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

label {
  margin-bottom: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  min-height: 100vh;
  margin: 0;
  color: #333;
  position: relative;
  z-index: 1;
  font-family: "Roboto", "Tahoma", Arial, Helvetica, sans-serif;
/* background-image: url(/assets/img/icons/pattern.png); */
  background-repeat: repeat;
  background-color: #f1f1f18c;
}

/* body::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
 opacity: .4;
  filter: blur(1px);
  z-index: -1;
  background: url(/assets/img/tort.jpg);
  background-repeat: repeat;
} */

p {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "COPPERPLATE", sans-serif;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5em;
}

.h1 {
  font-size: 2.5em;
}

.h2 {
  font-size: 2.25em;
}

.h3 {
  font-size: 1.85em;
}

.h4 {
  font-size: 1.5em;
}

.h5 {
  font-size: 1.25em;
}

.link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

.link:hover, .link:focus, .link:active {
  text-decoration: none;
  opacity: .7;
  color: #333333;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.btn__common {
  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;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.btn__black {
  margin: 1em 0;
  border-radius: 100px;
  padding: 1em;
  background: #000;
  color: #fff !important;
}
.grid {
  display: -ms-grid;
  display: grid;
}

.container {
  padding: 0;
}

.modal-dialog {
  display: flex;
  justify-content: center;
}
.modal-content {
  width: 370px;
  background: #fff;
  border-radius: 0;
  border: none;
}

.modal__header {
  padding: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__header .h5 {
  font-weight: normal;
  color: #000;
}

.modal__header .btn__common {
  background: none;
}

.modal__body {
  padding: 2em 2.5em;
}

.modal__body label, .test__label {
  color: #000;
  text-transform: uppercase;
  font-size: .875em;
}

.modal__body .form__group, .test__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__body .form__group:not(:last-child) {
  margin-bottom: 1.5em;
}

.modal__body .form__input {
  position: relative;
}

.modal__body .form__reg .form__control, .anketa__block .test__control {
  padding: 0;
}

.modal__body .form__control, .test__control {
  max-width: 289px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 42px;
  border: none;
  border-bottom: 1px solid #000;
}
.modal__body .form__control::placeholder, .test__control::placeholder {
  color: #000;
}
.modal__body .form__text {
  margin-top: 1.5em;
  font-size: .875em;
  color: #000;
  text-align: center;
}

.modal__body .form__text .text__link {
  color: #000;
}

.modal__body .btn__black {
  padding: 1em 0;
  margin: 0 0;
}

.modal__body .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
}


.basepage__title {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  margin-bottom: 2em;
}
.header__block {
  background: #ffffff57;
  /* padding: 1em 0; */
  -ms-grid-columns: 300px 1fr 2fr;
      grid-template-columns: 300px 1fr 2fr;
  grid-gap: 1em;
}

.header__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em 0;
}

.header__logo .logo__img {
  margin-right: .75em;
}

.header__logo .logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__logo .logo__title {
  color: #000;
}

.header__logo .logo__desc {
  font-size: .75em;
}

.header__menu {
  /* font-family: "COPPERPLATE", sans-serif; */
  font-family: Arial Black, sans-serif;
  font-size: 1.5em;
}

.header__menu .menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  margin-top: 30px;
}

.header__menu .icon__dot {
  margin-right: 9px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}

.header__info {
  font-family: "COPPERPLATE", sans-serif;
}

.header__info .info__block {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  width: 100%;
}

.header__info .info__item {
  padding-left: 1.5em;
  position: relative;
  margin-top: 30px;
}

.header__info .info__item p {
  width: 130px;
}

.header__info .info__item::before {
  display: block;
  position: absolute;
  width: 1em;
  top: 3px;
  left: 0;
}

.header__info .first__item::before {
  content: url(../img/icons/loc.svg);
}

.header__info .second__item::before {
  content: url(../img/icons/time.svg);
}
.header__info .third__item {
  justify-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Arial Black;
  font-weight: bold;
}
.header__info .third__item img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
/* .header__info .third__item::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: url(../manager/img/iIER3RSSJ.jpg);
  transform: scale(1.2);
  top: 10px;
} */

.header__info .modal__link {
  cursor: pointer;
}

.pageline__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
}

.pageline__list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}

.pageline__list .list__item {
  padding: 15px 16px;
}

.tel {
  font-size: 24px;
}

.pageline__cart {
  background: #fff;
  border-radius: 20px 0 0 20px;
  padding-left: 5px;
}

.pageline__cart .btn__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 185px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #000;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}

.pageline__cart .btn__cart:hover {
    background: #fff;
    color: #000;
    border: 1px solid;
}

.section__mainslider {
  padding-top: 1em;
}

.section__mainslider .slider__glide {
  background: #fff;
  /* height: 480px; */
  width: 100%;
}

.section__mainslider .slider__item {
  position: relative;
}

.section__mainslider .slider__img {
  width: 100%;
  height: 480px;
}

.section__mainslider .slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__mainslider .slider__text {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "COPPERPLATE", sans-serif;
  text-align: center;
}

.section__mainslider .slider__title {
  line-height: 1.1;
  font-size: 8.5em;
  font-weight: 700;
}

.section__mainslider .slider__desc {
  letter-spacing: 2px;
  font-weight: 200;
}

.wrapper .wrapper__block {
  padding-top: 2em;
  background: #fff;
  -ms-grid-columns: 282px 1fr;
      grid-template-columns: 282px 1fr;
  grid-gap: 2em;
}
.content__inner {
  padding: 0 1em;
  padding-bottom: 2em;
  word-break: break-word;
}
.leftside__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.leftside__menu {
  width: 165px;
  border-bottom: 1px solid #fcf5e5;
}

.leftside__menu .menu__title {
  color: #000;
  text-align: left;
  margin: 0 0 18px 0;
  padding-left: 1em;
  font-size: 1.5em;
}

.leftside__menu .menu__link {
  color: #000;
  display: block;
  font-size: 1.2em;
  padding: .5em 0;
  padding-left: 1em;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  border-radius: 0 25px 25px 0;
}

.leftside__menu .menu__link:hover {
  color: #FFF;
  background: #000;
}

.leftside__cart {
  display: block;
  position: relative;
  margin-top: 2.5em;
  text-align: center;
  padding-bottom: 2em;
}
.leftcart__block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1.5em 2.5em;
  width: 100%;
  /* background: #F5F4D8; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leftcart__title {
  margin-bottom: 1.5em;
}

.leftcart__icon {
  top: -15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}

.leftcart__count {
  color: #000;
  -webkit-text-decoration: underline dashed #000;
          text-decoration: underline dashed #000;
}

.leftcart__btn {
  margin-top: auto;
}

.leftcart__btn .btn__leftcart {
  width: 185px;
  height: 40px;
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}

.leftcart__btn .btn__leftcart:hover, .leftcart__btn .btn__leftcart:focus, .leftcart__btn .btn__leftcart:active {
  background: #fff;
  color: #000;
  border: 1px solid;
}


.section__item:not(:last-child) {
  margin-bottom: 2em;
}

.section__item.insta__section {
  margin-bottom: 0;
}

.section__text {
  text-align: center;
  font-weight: 500;
  padding: 2em 0;
  color: #000;
}

.products__category {
  margin-bottom: 2em;
}

.category__title .h3 {
  font-family: "COPPERPLATE", sans-serif;
  text-align: center;
  color: #000;
  margin: 0 0 18px 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.category__title .h3:before, .category__title .h3:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #0009;
}

.category__title .h3:before {
  left: -10px;
  margin-left: -50%;
  background-image: -o-linear-gradient(right, #0009, #fefcee);
}

.category__title .h3:after {
  left: 10px;
  margin-right: -50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#0009), to(#fefcee));
  background-image: linear-gradient(left, #0009, #fefcee);
}

.category__block {
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 2em;
}

.product__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "COPPERPLATE", sans-serif;
  padding: 1em;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}

.product__item:hover {
  box-shadow: 3px 3px 10px 5px rgb(0 0 0 / 25%);
}

.product__item:hover, .product__item:focus, .product__item:active {
  -webkit-box-shadow: 0 1px 0 0 #00081;
          box-shadow: 0 1px 0 0 #00081;
  -webkit-box-shadow: 0 -1px 0 0 #00081;
          box-shadow: 0 -1px 0 0 #00081;
  -webkit-box-shadow: -1px 0 0 0 #00081;
          box-shadow: -1px 0 0 0 #00081;
  -webkit-box-shadow: 1px 0 0 0 #00081;
          box-shadow: 1px 0 0 0 #00081;
  -webkit-box-shadow: 0 0 0 1px #00081;
          box-shadow: 0 0 0 1px #00081;
}

.product__item .item__img {
  position: relative;
  width: 100%;
  height: 255px;
}

.product__item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__item .item__img .img__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  max-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.product__item .item__img .img__label .text {
  color: #fff;
  -webkit-writing-mode: vertical-rl; 
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.product__item .item__title {
  margin: 1em 0;
}

.product__item .item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__item .item__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5em 0;
}

.product__item .item__value {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  color: #fff;
  background: #000;
  padding: 1px 6px;
  border-radius: 100px;
}

.product__item .item__desc {
  margin-bottom: 1em;
}

.product__item .item__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__item .btn__cart {
  padding: 10px 0;
  width: 85px;
  height: 42px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 10px;
}

.product__item .btn__cart:hover, .product__item .btn__cart:focus, .product__item .btn__cart:active {
  background: #fff;
  color: #000;
/*   border: none; */
}


.size {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
}

.size div input[type=radio] {
  display: none;
}
.size div input[type=radio] + label {
  border-right: 1px solid #000;
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--base-color);
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  width: 60px;
}
.size div:last-child input[type=radio] + label {
  border-right: none;
}

.size div input[type=radio]:checked + label {
  background: #000;
  color: #fff;
  cursor: default;
  height: 30px;
  line-height: 30px;
}


.rules__block {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #000;
  color: #fff;
}

.rules__text {
  width: 100%;
  margin: 45px;
}

.rules__text .h3 {
  font-size: 2.5em;
  color: #F5F4D8;
  margin-top: 0;
  margin-bottom: 15px;
}

.rules__text p {
  margin: .5em 0;
}

.iconic-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.iconic-wrap a:not(:last-child) {
  margin-right: 10px;
}
.iconic {
  background: #000;
  width: 30px;
  height: 30px;
}

.insta__block {
  background: #F5F4D8;
  font-family: "COPPERPLATE", sans-serif;
}

.insta__block .insta__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #000;
  padding: 11px 30px;
}

.insta__block .insta__logo {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.insta__block .follow__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  padding: 1em 0;
  width: 150px;
  color: #000;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.insta__block .follow__link:hover, .insta__block .follow__link:focus, .insta__block .follow__link:active {
  background: #046E5D;
  color: #fff;
}

.insta__block iframe {
  height: 457px;
}

footer {
  background: #000;
  color: #fff;
}

.footer__title {
  font-size: 1.2em;
  text-transform: uppercase;
}

.footer__content {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bw__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bw__text {
  margin-right: .5em;
  font-weight: 500;
  font-size: .85em;
}

.rights__line {
  position: relative;
  background: #000;
  padding: 0.5em;
  color: rgba(255, 255, 255, 0.5);
}

.rights__line .link {
  color: white;
}

.rights__line .rights__filter {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.lessons__block {
  padding-bottom: 50px;
}
.lessons__block .left-sidebar {
  margin-top: 30px;
}
.promo__block {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lessons__item {
  color: #333;
  padding: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;  
  /* height: auto; */
}

.lessons__img {
  height: 280px;
  width: 100%;
}
.lessons__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lessons__desc {
  height: auto;
}
.lessons__desc .desc__item {
  margin-bottom: 20px;
}

.lessons__desc .desc__item:last-child {
  margin-bottom: 0;
}

.lessons__desc .lessons__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lessons__desc .publish-date {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 200;
  background: #000;
  color: #fff;
  border-radius: 25px;
}

.lessons__desc .btn-sign {
  display: block;
  width: 130px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 100px;
  transition: .24s ease-in-out all;
}

.lessons__desc .btn-sign:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.lessons__desc .lessons__price {
  font-size: 24px;
}

.page__title {
  margin: 30px 0; 
  text-align: center;
}



/* корзина */

.btn-danger {
  background: #000;
  border-color: #000;
  transition: .3s;
}
.form-submit {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.btn-submit {
  width: 200px;
  border-radius: 100px;
}
.btn-danger:hover {
  background: #D73B1E
  border-color: #D73B1E;
}
.mscart-title {
  color: #000;
  text-align: left;
  margin-bottom: 2em;
  font-size: 1.5em;
}
.mscart-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.mscart-row:nth-of-type(odd) {
  background: #fcf7e9;
}
.mscart-col.title {
  grid-column: 1/4;
}
.mscart-col {
  padding: 1em;
}

.mscart-col.title a {
  color: inherit;
  transition: .3s;
}
.mscart-col.title a:hover {
  color: #046E5D;
  text-decoration: none;
}
.mscart-col.count,
.mscart-col.weight,
.mscart-col.price,
.mscart-col.remove {
  display: flex;
  justify-content: center;
}
.mscart-col .title-block {
  display: flex;
}
.mscart-col .title-block .image {
  /* padding: 1em; */
  margin-right: 1em;
  flex: 0 0 120px;
  height: 90px;
}

.mscart-col .title-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mscart-footer {
  display: flex;
  justify-content: flex-start;
  padding: 1em;
}

.footer__menu hr {
  margin-top: .5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 50%);
  width: 30%;
}

.footer__menu .info__item {
  padding-left: 1.5em;
  position: relative;
  margin-top: 10px;
}

.footer__menu .info__item p {
  max-width: 240px;
}

.footer__menu .info__item::before {
  display: block;
  position: absolute;
  width: 1em;
  top: 3px;
  left: 0;
}
.pp1::before{
    display: block;
  position: absolute;
  width: 1em;
  top: 25px;
  left: 0;
   content: url(../img/icons/call-phone.svg);
}
.footer__menu .first__item::before {
  content: url(../img/icons/loc.svg);
}

.footer__menu .third__item::before {
  content: url(../img/icons/call-phone.svg);
}

.footer__menu .second__item::before {
  content: url(../img/icons/time.svg);
}


@media (max-width: 1199px) {
  .section__mainslider .slider__img {
    height: 440px;
  }
  .insta__block iframe {
    height: 385px;
  }
}

@media (max-width: 992px) {
  .header__block {
    background: #ffffff57;
    /* padding: 1em 0; */
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
  }
  .header__item.header__logo {
    grid-row: span 2;
  }
  .header__menu .menu__block {
    margin-top: 0;
  }
  .header__info {
    padding: 1em;
  }
/*   .header__info .info__block {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
} */
  .header__info .info__item {
    margin-bottom: .5em;
    padding-left: 0;
    position: relative;
    margin-top: 0;
  }
  .iconic-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pageline__cart {
    background: #fff;
    border-radius: 20px 0 0 20px;
    padding-left: 5px;
  }
  .pageline__cart .btn__cart {
    border-radius: 30px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .section__mainslider {
    padding-top: 1em;
    background: #fff;
  }
  .section__mainslider .slider__img {
    height: 320px;
  }
  .section__mainslider .slider__title {
    line-height: 1.1;
    font-size: 4em;
    font-weight: 500;
  }
  .section__mainslider .slider__desc {
    letter-spacing: 0;
    font-weight: 200;
  }
  .wrapper .wrapper__block {
    padding-top: 2em;
    background: #fff;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2em;
  }
  .insta__block iframe {
    height: 290px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .header__block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .header__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu {
    /* padding-left: 1em; */
    justify-content: center;
  }
  .section__mainslider .slider__img {
    height: 210px;
  }
  .header__info .info__item p {
    width: auto;
  }
  .pageline__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageline__cart {
    background: #fff;
    border-radius: 0;
    padding-left: 0;
  }
  .pageline__cart .btn__cart {
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 1.5em 0;
  }
  .insta__block iframe {
    height: 217px;
  }
  .footer__content {
    padding: 1em;
  }
  .leftside__cart {
    padding: 0 1em;
  }
  
  .header__menu .menu__block {
    margin-top: 0;
  }
  
  .footer__menu div {
    padding-top: 1em;
  }
  
  .mscart-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .mscart-col.title {
    grid-column: auto;
    grid-row: 1/5;
  }
  
  .mscart-col .title-block {
    display: flex;
    flex-direction: column;
  }
  .mscart-col .title-block .image {
    margin-right: 0;
    flex: 0 0;
    height: auto;
  }
  .mscart-col .title-block .title {
    margin-top: 1em;
  }
  .mscart-col.count,
  .mscart-col.weight,
  .mscart-col.price,
  .mscart-col.remove {
    display: flex;
    justify-content: flex-start;
  }
  
  .footer__content, .footer__menu {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .section__mainslider .slider__img {
    height: 190px;
  }
  .category__block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 2em;
    padding: 1em;
  }
  .insta__block .insta__header {
    padding: 1.5em;
  }
  .insta__block .insta__logo {
    text-align: center;
    margin-bottom: 1em;
  }
  .rules__text {
    width: auto;
    margin: 2em;
  }
  .lessons__item {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  #msOrder>.row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .section__mainslider .slider__img {
    height: 160px;
  }
}
@media (max-width: 420px) {
  .section__mainslider .slider__img {
    height: 140px;
  }
}
@media (max-width: 420px) {
  .section__mainslider .slider__img {
    height: 130px;
  }
}

/*# sourceMappingURL=main.css.map */