/* font-family: 'Lobster Two', cursive;*/
/* font-family: 'Poppins', sans-serif;*/
/* font-family: 'Sacramento', cursive;*/
/* font-family: 'Source Sans Pro', sans-serif;*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/*CONTAINER*/
/*===================*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/*BUTTON*/
/*===================*/
.btn {
  background-color: #ff3a2d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 7px;
  border: 2px solid #ff3a2d;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.btn:hover {
  background-color: #a02c24;
}

/*SECTION__HEADER*/
/*===================*/
.section--feature {
  padding-bottom: 180px;
}
.section--about {
  overflow: hidden;
}
.section--delivary {
  padding: 190px 0 200px 0;
  background-image: url("../image/bg/bg__delivary.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.section--main {
  padding: 180px 0 200px 0;
}
.section--stuff {
  padding-bottom: 270px;
  overflow: hidden;
}
.section--feedback {
  background-color: #ffe8e7;
  padding: 130px 0;
  margin-top: 190px;
  overflow: hidden;
}
.section--subscribe {
  background-image: url("../image/bg/bg__subscribe.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 0;
  margin-top: 200px;
}
.section--blog {
  background-color: #ffe8e7;
  padding: 165px 0 200px 0;
  overflow: hidden;
}
.section--maps {
  padding: 180px 0;
}
.section--open {
  padding-bottom: 140px;
}
.section__header {
  font-size: 36px;
}
.section--header {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__header__subtitle {
  color: #ff3a2d;
  font-family: 'Sacramento', cursive;
  font-weight: 400;
}
.section__header__title {
  color: #222;
  font-family: 'Lobster Two', cursive;
  position: relative;
}
.section__header--title {
  color: #fff;
}

/*HEADER*/
/*===================*/
.header {
  min-height: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../image/bg/bg__header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__top {
  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;
  position: relative;
  z-index: 50;
  padding-top: 25px;
  padding-bottom: 30px;
}
.header__logo {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 1;
}
.header__wellcom {
  font-size: 14px;
  padding-left: 130px;
  font-weight: 400;
}
.header__wellcom--text {
  color: #fff;
}
.header__wellcom--link {
  color: #ff3a2d;
}
.header__input {
  position: relative;
}
.header__input input {
  width: 100%;
  max-width: 200px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  background-color: #bdbbba;
  border: 0;
  outline: 0;
  padding: 6px 15px;
  border-radius: 6px;
}
.header__input:after {
  content: "\f002";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #ff3a2d;
  padding: 6px 9px;
  border-radius: 0px 5px 5px 0px;
}
.header__content--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header__login {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 30px;
  padding-left: 20px;
  position: relative;
}
.header__login:before {
  content: "\f08b";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__tel {
  color: #fff;
}

/*MENU*/
/*===================*/
.nav__menu--top {
  background-color: #fff;
  padding: 25px 0;
  position: relative;
  z-index: 3;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__link {
  color: #222222;
  font-size: 14px;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.nav__link:last-child {
  margin-right: 0;
}

.nav__link--cart:before {
  content: "\f07a";
  font-family: 'icomoon';
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__link--btn {
  color: #fff;
  background-color: #ff3a2d;
  padding: 7px 15px;
  border-radius: 0px 6px 0px 6px;
}
.nav__link--btn:hover {
  background-color: #BA2117;
}

/*BURGER*/
/*===================*/
.burger {
  display: none;
  position: relative;
  z-index: 3;
}
.burger__menu {
  font-size: 0;
  border: 0;
  outline: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 30px;
  z-index: 3;
}
.burger__menu:after, .burger__menu:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
}
.burger__menu:after {
  top: 10px;
}
.burger__menu__before {
  bottom: 10px;
}

/*INTRO*/
/*===================*/
.intro {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  margin-top: 200px;
}
.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.intro__subtitle {
  color: #00c5d2;
  font-size: 36px;
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  margin-bottom: 25px;
}
.intro__title {
  color: #fff;
  font-size: 48px;
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
  margin-bottom: 30px;
}
.intro__text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 60px;
}
.intro__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #ff3a2d;
  border-radius: 7px;
  margin-bottom: 120px;
  margin-right: 40px;
}
.intro__btn:hover {
  background-color: #a02c24;
}
.intro__btn:last-child {
  margin-right: 0;
}
.intro--btn {
  background-color: #ff3a2d;
}

/*DOTS*/
/*===================*/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control02 {
  border: 0;
  cursor: pointer;
  border-radius: 50px;
  font-size: transparent;
  outline: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  font-size: 0;
  margin-right: 10px;
}

.slick-active
#slick-slide-control00 {
  background-color: #ff3a2d;
  height: 20px;
}

.slick-active
#slick-slide-control01 {
  background-color: #ff3a2d;
  height: 20px;
}

.slick-active
#slick-slide-control02 {
  background-color: #ff3a2d;
  height: 20px;
}

/*WELLCOM*/
/*===================*/
.wellcom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 130px 0 160px 0;
}
.wellcom__content {
  width: 100%;
  max-width: 660px;
  position: relative;
}
.wellcom__title {
  color: #ff3a2d;
  font-size: 48px;
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
  line-height: 1.3;
}
.wellcom__subtitle {
  color: #222222;
  font-size: 28px;
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-bottom: 20px;
}
.wellcom__subtitle:before {
  content: "";
  width: 180px;
  height: 2px;
  background-color: #ff3a2d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wellcom__text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px;
}
.wellcom__text > p {
  margin-bottom: 30px;
}
.wellcom__text > p:last-child {
  margin-bottom: 0;
}
.wellcom__after {
  width: 100%;
  max-width: 200px;
  color: #1c1c1c;
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  text-align: center;
  margin-top: 65px;
}
.wellcom__after--name {
  font-size: 28px;
}
.wellcom__after--text {
  font-size: 16px;
}
.wellcom__form {
  width: 100%;
  max-width: 370px;
  text-align: center;
  background-color: #ff3a2d;
  position: relative;
  overflow: hidden;
}
.wellcom__form:after {
  content: "";
  width: 100%;
  height: 217px;
  background-image: url("../image/hhh.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -165px;
  bottom: -80px;
  z-index: -20;
}
.wellcom__form--item {
  padding: 30px 20px 30px 20px;
}
.wellcom__form--title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: 'Lobster Two', cursive;
  position: relative;
}
.wellcom__form--title:after, .wellcom__form--title:before {
  content: "";
  background-image: url("../image/icon/icon.png");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wellcom__form--title:after {
  right: 85px;
}
.wellcom__form--title:before {
  left: 85px;
}
.wellcom__form--input, .wellcom__form--select {
  padding: 5px 20px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 20px;
}
.wellcom__form--input {
  width: 100%;
}
.wellcom__form--select {
  width: 100%;
}
.wellcom__btn {
  width: 100%;
  display: inline-block;
  background-color: #2cc9e9;
  color: #fff;
  border: 0;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.wellcom__btn:hover {
  background-color: #208ba1;
}

/*FEATURE*/
/*===================*/
.feature {
  margin-top: 90px;
}
.feature__item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}
.feature__img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.feature__content {
  color: #1c1c1c;
  font-family: 'Lobster Two', cursive;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.feature__cena span {
  font-size: 16px;
  text-decoration: line-through;
}

.slick__btn {
  border: 0;
  outline: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #24d2ea;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 35%;
  z-index: 20;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.slick__btn:hover {
  background-color: #238492;
}

.slick__next {
  right: 12px;
}
.slick__next:before {
  content: "\f061";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick__prev {
  left: 15px;
}
.slick__prev:after {
  content: "\f060";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*ABOUT*/
/*===================*/
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 235px;
}
.about__content {
  width: 100%;
  max-width: 800px;
  color: #808080;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 50px;
}
.about__text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
}
.about__accordion--title {
  color: #222;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.2;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.about__accordion--title:before, .about__accordion--title:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}
.about__accordion--title:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  left: 0;
}
.about__accordion--title:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  left: 7px;
}
.about__accordion--title.active {
  color: #00c5d2;
}
.about__accordion--title.active:before, .about__accordion--title.active:after {
  background-color: red;
}
.about__accordion--title.active:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.about__accordion--title.active:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.about__accordion--text {
  display: none;
  font-size: 14px;
  margin-bottom: 23px;
  padding-left: 15px;
}
.about__img {
  position: absolute;
  right: -265px;
  bottom: -5px;
  z-index: -1;
}

/*DILIVARY*/
/*===================*/
.delivary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 140px;
}
.delivary__item {
  width: 100%;
  max-width: 340px;
  text-align: center;
  padding: 70px 20px 50px 20px;
  background-color: #fff;
  position: relative;
}
.delivary__img {
  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: 100px;
  height: 80px;
  border-radius: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  position: absolute;
  top: -35px;
  left: 125px;
  z-index: 1;
}
.delivary__title {
  color: #ff3a2d;
  font-size: 28px;
  font-family: 'Lobster Two', cursive;
  margin-bottom: 20px;
}
.delivary__text {
  color: #808080;
  font-size: 14px;
  line-height: 1.4;
}

/*MAIN*/
/*===================*/
.main {
  margin-top: 100px;
}
.main__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__link {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-right: 45px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  position: relative;
}
.main__link:hover {
  color: #ff3a2d;
}
.main__link:last-child {
  margin-right: 0;
}
.main__link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ff3a2d;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  -webkit-transition: width .5s linear;
  transition: width .5s linear;
}
.main__link:hover:after {
  width: 100%;
}
.main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.main__content {
  width: 100%;
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.main__content:last-child {
  margin-bottom: 0;
}
.main__img {
  margin-right: 15px;
}
.main__description {
  margin-right: 10px;
  margin-top: 5px;
}
.main__description--title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main__description--text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.main__cena {
  color: #222;
  font-size: 24px;
  font-weight: 600;
}
.main__link--btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}
.main__btn {
  text-transform: uppercase;
}

/*STUFF*/
/*===================*/
.stuff {
  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;
  margin-top: 90px;
  position: relative;
}
.stuff:before {
  content: "";
  width: 320px;
  height: 320px;
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
  border-radius: 50%;
  position: absolute;
  top: -110px;
  left: -175px;
}
.stuff:after {
  content: "";
  width: 165px;
  height: 165px;
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
  border-radius: 50%;
  position: absolute;
  bottom: -80px;
  right: -80px;
  z-index: -2;
}
.stuff__item {
  border: 2px solid #dadada;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  margin-right: 10px;
  margin-left: 10px;
}
.stuff__item:hover .stuff__info {
  opacity: .7;
}
.stuff__col {
  position: relative;
}
.stuff__img img {
  width: 100%;
  height: auto;
}
.stuff__info {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(102, 210, 233, 0.7);
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.stuff__info--icon {
  width: 55px;
  height: 55px;
  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-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  margin-right: 18px;
}
.stuff__content {
  font-family: 'Lobster Two', cursive;
  font-weight: 400;
  text-align: center;
  padding: 30px 0 35px 0;
  background-color: #fff;
}
.stuff__content--name {
  color: #00c5d2;
  font-size: 24px;
  margin-bottom: 5px;
}
.stuff__content--prof {
  color: #808080;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.stuff__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stuff__social--item {
  margin-left: 10px;
}
.stuff__social--icon {
  color: #e7d4d5;
  font-size: 12px;
  background-color: #808080;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.stuff__social--icon:hover {
  background-color: #796c6c;
}
.stuff__btn {
  position: absolute;
  top: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
  cursor: pointer;
  -webkit-transition: background .7s linear;
  transition: background .7s linear;
}
.stuff__btn--prev {
  left: -65px;
}
.stuff__btn--next {
  right: -65px;
}
.stuff__btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to left, #37bce7, #0af3ee);
}
.stuff .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stuff #slick-slide-control20,
.stuff #slick-slide-control21,
.stuff #slick-slide-control22,
.stuff #slick-slide-control23,
.stuff #slick-slide-control24,
.stuff #slick-slide-control25 {
  border: 0;
  font-size: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.stuff .slick-active
#slick-slide-control20 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.stuff .slick-active
#slick-slide-control21 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.stuff .slick-active
#slick-slide-control22 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.stuff .slick-active
#slick-slide-control23 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.stuff .slick-active
#slick-slide-control24 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.stuff .slick-active
#slick-slide-control25 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}

/*EVENT*/
/*===================*/
.event {
  position: relative;
}
.event:before {
  content: "";
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.event:after {
  content: "";
}
.event__img {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event__item {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(33, 30, 31, 0.5);
  position: relative;
  overflow: hidden;
  margin-top: -200px;
}
.event__content {
  padding: 40px 80px 90px 80px;
}
.event__text--free {
  width: 400px;
  padding: 15px 0;
  color: #fff;
  font-size: 21px;
  background-color: #ff3a2d;
  font-weight: 400;
  position: absolute;
  top: 50px;
  left: -85px;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}
.event__title {
  color: #ff3a2d;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 70px;
}
.event__text {
  color: #808080;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.event__info--item {
  width: 100%;
  max-width: 270px;
  font-weight: 600;
}
.event__info--title {
  color: #ff3a2d;
  font-size: 18px;
  margin-bottom: 10px;
}
.event__info--icon {
  margin-right: 20px;
}
.event__info--icon:last-child {
  margin-right: 0;
}
.event__info--text {
  font-size: 16px;
  line-height: 1.5;
}

/*FEEDBACK*/
/*===================*/
.feedback {
  margin-top: 100px;
}
.feedback__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.feedback__item {
  margin-right: 25px;
}
.feedback__content {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(33, 30, 31, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(33, 30, 31, 0.3);
  background-color: #fff;
  padding: 80px;
}
.feedback__icon {
  font-size: 72px;
  color: #ff3a2d;
  margin-bottom: 40px;
}
.feedback__text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 40px 0;
}
.feedback__evalution {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.feedback__evalution span {
  color: #ff3a2d;
}
.feedback__name {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Sacramento', cursive;
}
.feedback__prof {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sacramento', cursive;
}
.feedback .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feedback #slick-slide-control30,
.feedback #slick-slide-control31 {
  border: 0;
  font-size: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.feedback .slick-active
#slick-slide-control30 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.feedback .slick-active
#slick-slide-control31 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}

/*SUBSCRIBE*/
/*===================*/
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscribe__item:last-child {
  margin-right: 15px;
}
.subscribe__content {
  width: 100%;
  max-width: 585px;
  color: #fff;
}
.subscribe__title {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Lobster Two', cursive;
  margin-bottom: 60px;
}
.subscribe__text {
  font-size: 14px;
  line-height: 1.6;
}
.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 505px;
  position: relative;
}
.subscribe__input {
  color: #808080;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 21px 20px;
  background-color: #fff;
  outline: 0;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subscribe__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
  border: 0;
  width: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
  -webkit-transition: linear-gradient .8s ease;
  -webkit-transition: background .8s ease;
  cursor: pointer;
}
.subscribe__button:hover {
  background: -webkit-gradient(linear, right top, left top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to left, #37bce7, #0af3ee);
}
.subscribe__button--icon {
  font-size: 36px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}

/*BLOG*/
/*===================*/
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
}
.blog__item {
  position: relative;
  -webkit-transform: box-shadow .2s linear;
  transform: box-shadow .2s linear;
  margin-right: 12.5px;
  margin-left: 12.5px;
}
.blog__item:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(33, 30, 31, 0.3);
  box-shadow: 0px 1px 10px 0px rgba(33, 30, 31, 0.3);
}
.blog__img {
  width: 100%;
  height: auto;
  display: block;
}
.blog__date {
  color: #fff;
  background-color: #ff3a2d;
  padding: 17px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog__date--number {
  font-size: 24px;
  font-weight: 500;
}
.blog__date--month {
  font-size: 17px;
  font-weight: 400;
}
.blog__content {
  padding: 40px 30px 80px;
  background-color: #fff;
}
.blog__content--title {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.blog__content--title:hover {
  color: #00c5d2;
}
.blog__content--text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.blog__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 16px 30px;
  color: #fff;
  font-size: 14px;
  background-color: #ff3a2d;
}
.blog .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog #slick-slide-control40,
.blog #slick-slide-control41,
.blog #slick-slide-control42,
.blog #slick-slide-control43 {
  border: 0;
  font-size: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog .slick-active
#slick-slide-control40 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.blog .slick-active
#slick-slide-control41 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.blog .slick-active
#slick-slide-control42 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}
.blog .slick-active
#slick-slide-control43 {
  background: -webkit-gradient(linear, left top, right top, from(#37bce7), to(#0af3ee));
  background: linear-gradient(to right, #37bce7, #0af3ee);
}

/*MAPS*/
/*===================*/
.maps {
  margin-top: 110px;
}
.maps__item iframe {
  width: 100%;
  height: 500px;
}

/*OPEN*/
/*===================*/
.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.open__hours {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.open__week {
  width: 100%;
  max-width: 370px;
  margin-top: 60px;
  font-size: 20px;
}
.open__week--title {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.open__week--title:last-child {
  margin-bottom: 0;
}
.open__week--title span {
  color: #808080;
  margin-left: 15px;
}
.open__message {
  -ms-flex-negative: 2;
  flex-shrink: 2;
}
.open__message--form {
  margin-top: 35px;
}
.open__message--input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  outline: 0;
  border: 1px solid #a6a6a6;
  padding: 15px 10px;
  margin-bottom: 35px;
}
.open__message--textarea {
  height: 190px;
  resize: none;
}
.open__message--btn {
  display: block;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
}

.footer {
  min-height: 450px;
  background-image: url("../image/bg/bg__footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__instagram {
  width: 100%;
  max-width: 260px;
  padding-top: 30px;
}
.footer__foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.footer__social--item {
  margin-right: 20px;
}
.footer__social--item:last-child {
  margin-right: 0;
}
.footer__social--icon {
  color: #e7d4d5;
  background-color: #808080;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.footer__social--icon:hover {
  background-color: #796c6c;
}
.footer__title {
  color: #222;
  font-size: 28px;
  font-family: 'Lobster Two', cursive;
  margin-bottom: 15px;
}
.footer__text {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.footer__introduction {
  width: 100%;
  max-width: 480px;
  text-align: center;
  margin-right: 20px;
}
.footer__tag {
  width: 100%;
  max-width: 270px;
  padding-top: 30px;
}
.footer__link {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}
.footer__link:hover {
  background-color: #f1e7e7;
}

/*MEDIA*/
/*====================*/
/*MEDIA 1090px*/
/*====================*/
@media (max-width: 1090px) {
  .section--main {
    padding-bottom: 160px;
  }

  .main__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__content {
    max-width: 100%;
  }
  .main__content:last-child {
    margin-bottom: 40px;
  }
}
/*MEDIA 1060px*/
/*====================*/
@media (max-width: 1060px) {
  .wellcom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wellcom__content {
    margin-bottom: 30px;
  }

  .delivary {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .delivary__item:last-child {
    margin-top: 50px;
  }

  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__introduction {
    /* margin-right: 0;*/
  }
}
/*MEDIA 1000px*/
/*====================*/
@media (max-width: 1000px) {
  .event__info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .event__info--item:last-child {
    margin-top: 20px;
  }
}
/*MEDIA 970px*/
/*====================*/
@media (max-width: 970px) {
  .section--stuff {
    padding-bottom: 100px;
  }

  .about {
    padding-bottom: 100px;
  }
  .about__content {
    max-width: 100%;
  }
  .about__img {
    display: none;
  }

  .event__item {
    margin-top: -150px;
  }

  .subscribe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe__item:last-child {
    margin-right: 0;
    margin-top: 20px;
  }
}
/*MEDIA 920px*/
/*====================*/
@media (max-width: 920px) {
  .section--feature {
    padding-bottom: 80px;
  }
  .section--delivary {
    padding: 100px 0;
  }
  .section--main {
    padding: 100px 0;
  }
  .section--feedback {
    padding-top: 100px;
    margin-top: 100px;
  }
  .section--subscribe {
    margin-top: 100px;
  }
  .section--blog {
    padding: 100px 0;
  }
  .section--maps {
    padding: 100px 0;
  }
  .section--open {
    padding-bottom: 90px;
  }

  .blog {
    margin-top: 60px;
  }

  .maps {
    margin-top: 60px;
  }

  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header__logo {
    top: 20%;
  }
  .header__wellcom {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .header__input {
    margin-bottom: 10px;
  }
  .header__content--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header__login {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .wellcom {
    padding: 80px 0 70px 0;
  }

  .about {
    padding-bottom: 70px;
  }

  .main__link--btn {
    margin-top: 40px;
  }

  .feedback__content {
    padding: 40px;
  }
}
/*MEDIA 830px*/
/*====================*/
@media (max-width: 830px) {
  .header {
    min-height: 755px;
  }

  .nav__menu--top {
    padding: 0;
  }

  .nav__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2000;
    padding: 10px 0;
    background-color: #ff392c;
  }

  .nav__link {
    margin-right: 0;
    margin-bottom: 17px;
    font-size: 17px;
  }

  .menu__show {
    display: none;
  }

  .burger {
    margin-top: 25px;
    display: block;
  }

  .intro {
    z-index: 2;
    margin-top: 50px;
  }
  .intro__btn {
    margin-bottom: 40px;
  }

  .event__title {
    margin-top: 40px;
  }
  .event__text--free {
    width: 100%;
    position: static;
    margin: 15px auto 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .open {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .open__hours {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/*MEDIA 790px*/
/*====================*/
@media (max-width: 790px) {
  .footer__introduction {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .footer__tag {
    max-width: 100%;
    text-align: center;
  }
}
/*MEDIA 770px*/
/*====================*/
@media (max-width: 770px) {
  .section__header {
    font-size: 30px;
  }

  .intro__subtitle {
    font-size: 25px;
  }
  .intro__title {
    font-size: 35px;
  }
  .intro__text {
    font-size: 14px;
  }

  .wellcom__title {
    font-size: 30px;
  }
  .wellcom__subtitle {
    font-size: 22px;
  }

  .feature {
    margin-top: 30px;
  }

  .about__content {
    margin-top: 30px;
  }
}
/*MEDIA 750px*/
/*====================*/
@media (max-width: 750px) {
  .feedback {
    margin-top: 50px;
  }
  .feedback__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .feedback__item {
    margin-right: 0;
  }
  .feedback__img img {
    width: 100%;
    height: auto;
  }
}
/*MEDIA 730px*/
/*====================*/
@media (max-width: 730px) {
  .feature__content {
    margin-top: 12px;
    font-size: 17px;
  }

  .slick__btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .event__info--item {
    margin-bottom: 30px;
  }
  .event__info--item:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  .subscribe__input {
    padding: 12px 17px;
    font-size: 16px;
  }
  .subscribe__button {
    width: 75px;
  }
  .subscribe__button--icon {
    font-size: 26px;
  }

  .open__week {
    font-size: 17px;
  }
  .open__message--input {
    font-size: 14px;
  }
}
/*MEDIA 710px*/
/*====================*/
@media (max-width: 710px) {
  .delivary {
    margin-top: 100px;
  }
  .delivary__item {
    margin-bottom: 40px;
  }
  .delivary__item:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*MEDIA 700px*/
/*====================*/
@media (max-width: 700px) {
  .section--feature {
    padding-bottom: 40px;
  }
  .section--main {
    padding: 40px 0;
  }
  .section--feedback {
    padding: 50px 0;
    margin-top: 40px;
  }
  .section--subscribe {
    margin-top: 40px;
    padding: 60px 0;
  }
  .section--blog {
    padding: 60px 0;
  }
  .section--maps {
    padding: 40px 0;
  }
  .section--open {
    padding-bottom: 40px;
  }

  .wellcom {
    padding: 40px 0;
  }
  .wellcom__text {
    margin-top: 20px;
  }
  .wellcom__text > p {
    margin-bottom: 15px;
  }
  .wellcom__after {
    margin-top: 20px;
  }
  .wellcom__form:after {
    position: inherit;
  }

  .about {
    padding: 40px 0;
  }

  .main {
    margin-top: 50px;
  }
  .main__inner {
    margin-top: 40px;
  }
  .main__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main__link {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main__link--btn {
    margin-top: 0;
  }

  .stuff {
    margin-top: 50px;
  }

  .event:before {
    width: 60px;
    height: 60px;
  }
  .event__item {
    margin-top: -20px;
  }

  .open__week {
    margin-top: 30px;
  }
}
/*MEDIA 570px*/
/*====================*/
@media (max-width: 570px) {
  .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #00c5d2;
    padding: 10px;
  }
  .main__description {
    text-align: center;
    margin: 0;
  }
  .main__cena {
    margin-top: 10px;
  }

  .stuff:before, .stuff:after {
    width: 0;
  }

  .event__content {
    padding: 20px;
  }
  .event__text {
    margin-bottom: 30px;
  }

  .feedback__icon {
    font-size: 40px;
  }

  .subscribe__form {
    width: 100%;
  }
  .subscribe__button--icon {
    right: 7%;
  }

  .maps__item iframe {
    height: 230px;
  }

  .open__week--title {
    margin-bottom: 28px;
  }
  .open__message--input {
    height: 40px;
    font-size: 11px;
    margin-bottom: 15px;
  }
}
/*MEDIA 430px*/
/*====================*/
@media (max-width: 430px) {
  .btn {
    padding: 10px 15px;
  }

  .section__header {
    text-align: center;
  }
  .section--delivary {
    padding: 50px 0;
  }

  .header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    position: inherit;
    left: 20px;
  }

  .intro__subtitle {
    font-size: 20px;
  }
  .intro__title {
    font-size: 27px;
  }
  .intro__text {
    font-size: 12px;
  }
  .intro__btn {
    padding: 10px 15px;
  }

  .wellcom__form--title:after {
    right: 50px;
  }
  .wellcom__form--title:before {
    left: 50px;
  }

  .feature__img {
    width: 270px;
    height: auto;
  }

  .about {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .delivary__title {
    font-size: 22px;
  }
  .delivary__text {
    font-size: 12px;
  }
  .delivary__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main__content {
    margin-bottom: 20px;
  }

  .event__text--free {
    font-size: 18px;
  }
  .event__title {
    font-size: 21px;
  }
  .event__info--icon {
    margin-right: 15px;
  }

  .feedback__text {
    margin: 15px 0;
  }

  .subscribe__title {
    margin-bottom: 30px;
  }
  .subscribe__input {
    padding: 15px 10px;
    font-size: 15px;
  }
  .subscribe__button {
    width: 61px;
  }
  .subscribe__button--icon {
    font-size: 23px;
  }

  .open__week {
    font-size: 15px;
  }
}
/*MEDIA 320px*/
/*====================*/
@media (max-width: 320px) {
  .intro__btn {
    font-size: 12px;
    margin-right: 0;
    padding: 8px 20px;
  }
}
