<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&amp;family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400&amp;display=swap");
@font-face {
  font-family: "CrystalSky";
  src: url("../fonts/CrystalSkyRegular/CrystalSkyRegular.woff"), url("../fonts/CrystalSkyRegular/CrystalSkyRegular.woff2"), url("../fonts/CrystalSkyRegular/CrystalSkyRegular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo/MuseoSansCyrl300.woff"), url("../fonts/Museo/MuseoSansCyrl300.woff2"), url("../fonts/Museo/MuseoSansCyrl300.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo/MuseoSansCyrl500.woff"), url("../fonts/Museo/MuseoSansCyrl500.woff2"), url("../fonts/Museo/MuseoSansCyrl500.ttf");
  font-weight: 500;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
*::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
*::placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  min-width: 320px;
  position: relative;
  line-height: 1.7;
  font-family: "Roboto", sans-serif; /*старый шрифт Ubuntu*/
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; /*уменьшает отступ снизу картинки*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul, ol, menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

  iframe {
	margin: 20px 0;
	max-width: 100%;
	max-height: 100%;
  }

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

input {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  resize: none;
}
.block{
	display:block;
}
.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  width: 100%;
  max-width: 1440px;
}
.title_base{
	font-size:46px;
	line-height:54px;
	letter-spacing:0.03em;
	font-weight:500;
}
.line1 {
  background-color: #ece6e0;
  padding: 8px 0;
}
.line1__link-wrap {
  text-align: center;
  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;
}
.line1__link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-right: 19px;
  position: relative;
}
.line1__link:hover {
	/*text-decoration:underline;*/
	opacity:0.7;
}
.line1__link::after {
  content: "";
  position: absolute;
  top: 9px;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  right: 0;
  width: 11px;
  height: 5px;
  background: url(../img/arrow1.webp) center/cover no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.line1__link:hover:after {
	opacity:0.7;
}

.header {
  padding: 30px 0 22px;
}
.header .container {
  max-width: 1740px;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  max-width: 231px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo-img {
  max-width: 30px;
  width: 100%;
  line-height: 0;
}
.header__logo:hover {
  opacity:0.8;
}
.header__logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
}
.header__nav-container {
  margin-left: auto;
  margin-right: 18px;
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav {
  margin-right: 56px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header__menu &gt; li {
  margin-right: 30px;
}
.header__menu &gt; li:last-child {
  margin-right: 0;
}
.header__menu &gt; li &gt; a, .root1 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__soc {
 /* margin-right: 18px;*/
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(66, 66, 66, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(66, 66, 66, 0.25);
  padding: 10px 0;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header--fixed .container {
  max-width: 1400px; /*1095*/
}
.header--fixed .header__logo {
  max-width: 157px;
}
.header--fixed .header__logo-text {
  font-size: 12px;
}
.header--fixed .header__menu &gt; li &gt; a, .header--fixed .root1 {
  font-size: 13px;
}
.header--fixed .submenu-wrap &gt; .root1 {
  padding-right: 13px;
}
.header--fixed .header__menu &gt; li {
  margin-right: 34px;
}
.header--fixed .submenu-wrap &gt; .root1::after {
  width: 6px;
}
.header--fixed .header__nav {
  margin-right: 18px;
}
.header--fixed.fixed {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.toggle {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.toggle__icon {
  width: 15px;
  height: 11px;
  position: relative;
  z-index: 100;
  margin-right: 10px;
}
.toggle__icon-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle__icon-line::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle__icon-line::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle.active .toggle__icon-line {
  background-color: transparent;
}
.toggle.active .toggle__icon-line::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle.active .toggle__icon-line::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle__text {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.submenu-wrap {
  position: relative;
}
.submenu-wrap &gt; .root1 {
  padding-right: 23px;
  position: relative;
}
.submenu-wrap &gt; .root1::after {
  content: "";
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 6px;
  background: url(../img/arrow2.webp) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.submenu-wrap &gt; .root1.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.submenu {
  position: absolute;
  z-index: 11;
  left: -20px;
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(66, 66, 66, 0.1);
  box-shadow: 0px 0px 18px 2px rgba(66, 66, 66, 0.1);
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submenu a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 0.12em;
  color: #373737;
  padding: 10px;
  padding-left: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.soc-list i{
	font-size:16px;
}
.soc-list li {
  margin-right: 18px;
}
@media(max-width:480px){
	.soc-list i{
	font-size:20px;
	}
	.soc-list li {
	  margin-right: 24px;
	}
}
.soc-list li:last-child {
  margin-right: 0;
}
.soc-list a {
  display: block;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.search {
  position: relative;
}
.search__btn {
  width: 14px;
  height: 14px;
  cursor: pointer;
 /* background: url(../img/search-icon.webp) center/contain no-repeat;*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
 display: flex;
  align-items: center; 
}
.search__btn i{
	font-size:16px;
}
.search__wrap {
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  width: 270px;
  display: none;
}
.search__form {
  position: relative;
}
.search__form-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: url(../img/search-icon.webp) center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.input1 {
  border: 1px solid #000;
  letter-spacing: 0.04em;
  font-size: 15px;
  padding: 5px 10px;
  padding-right: 40px;
}

.mainscreen {
  padding-top: 71px;
  padding-bottom: 60px;
}
.mainscreen .container {
  max-width: 1340px;
}
.mainscreen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainscreen__wrap1 {
  width: 43%;
  margin-top: 70px;
}
.mainscreen__title {
  position: relative;
  z-index: 2;
  width: 668px;
  font-size: 60px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 16px 10px 16px 0;
  background-color: #fff;
  margin-bottom: 25px;
}
.mainscreen__text {
  font-size: 22px;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
.mainscreen__wrap2 {
  width: 55.4%;
}
.mainscreen__img-wrap {
  position: relative;
  z-index: 1;
}
.mainscreen__img-wrap::after, .mainscreen2__img-wrap::after    {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -30px;
  left: 30px;
  bottom: 30px;
  background-color: #ece6e0;
}
.mainscreen__img {
  padding-top: 100%;
  position: relative;
}
.mainscreen__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.link1 {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.04em;
  padding-right: 32px;
  position: relative;
}
.link1::after {
  content: "";
  position: absolute;
  top: 16px;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  right: -3px;
  width: 20px;
  height: 7px;
  background: url(../img/arrow3.webp) center/contain no-repeat;
}
.link1::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: calc(100% - 32px);
  height: 3px;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.link1--mob i {
  font-style: normal;
}
.link1--mob span {
  display: none;
}

.articles {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.articles::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 28%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.articles__title-wrap {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 49px;
  margin-bottom: 50px;
  position: relative;
}
.articles__title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.articles__title {
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.articles__subtitle {
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 22px;
}
.articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -20px;
  margin-top: -70px;
}
.articles__col {
  width: 25%;
  padding: 0px 20px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.articles__link1 {
  font-size: 20px;
  margin-top: 51px;
  /*padding-right: 27px;*/
}
.articles__link1::before {
  height: 3px;
  bottom: -6px;
}

.articles-item {
  display: block;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.articles-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -20px;
  bottom: 20px;
  left: 20px;
  background-color: #ece6e0;
  -webkit-transform: translate(-20px, 20px);
  -ms-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.articles-item__img {
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}
.articles-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles-item__title {
  min-height: 112px;
  padding: 12px; /*было 6*/
  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;
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.profit {
  padding-top: 102px;
  padding-bottom: 114px;
}
.profit__title-wrap {
  text-align: center;
  margin-bottom: 46px;
}
.profit__title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 31px;
}
.profit__subtitle1 {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.profit__subtitle2 {
  font-family: "CrystalSky", sans-serif;
  font-size: 120px;
  line-height: 1.2;
  color: #454545;
  letter-spacing: 2.7px;
}
.profit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -38px;
}
.profit__col {
  width: 25%;
  padding: 0px 10px;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profit__col:nth-child(2) .profit-item__text1, .profit__col:nth-child(7) .profit-item__text1, .profit__col:nth-child(9) .profit-item__text1 {
  background-color: #fee0c1;
}
.profit__col:nth-child(3) .profit-item__text1, .profit__col:nth-child(6) .profit-item__text1, .profit__col:nth-child(12) .profit-item__text1 {
  background-color: #f5f5f5;
}
.profit__col:nth-child(5) .profit-item__text1, .profit__col:nth-child(8) .profit-item__text1, .profit__col:nth-child(11) .profit-item__text1 {
  background-color: #ece6e0;
}

.profit-item {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.profit-item__text1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-width: 175px;
  background-color: #dadada;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 15px 31.4px;
  border-radius: 300px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.plan {
/*  background-color: #d6dfdc;*/
}
.plan-background{
	background:url(/images/constructor.png) no-repeat left center #d6dfdc;
	max-height:750px;
	background-position: -70px 0px;
}
.plan .container {
  padding-top: 206px;
  padding-bottom: 203px;
  max-width: 1440px;
}
.plan__wrap1 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
}
.plan__subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.plan__title {
  font-size: 46px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 44px;
}
.plan__list {
  margin-bottom: 53px;
}
.plan__list li {
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 34px;
  position: relative;
  margin-bottom: 13px;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 15px;
  background: url(../img/check-icon.webp) center/contain no-repeat;
}
.plan__link1 {
  font-size: 20px;
  /*padding-right: 27px;*/
}
.plan__link1::before {
  height: 3px;
  bottom: -6px;
}
.plan__img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 750px;
}
.plan__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipes {
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
}
.recipes::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 20%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.recipes__title {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 49px;
  padding-bottom: 45px;
  position: relative;
}
.recipes__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.recipes__link1 {
  margin-top: 49px;
  font-size: 20px;
  font-weight: 400;
  /*padding-right: 27px;*/
}
.recipes__link1::before {
  height: 3px;
  bottom: -6px;
}

.interesting {
  padding-top: 57px;
  padding-bottom: 119px;
  background-color: #f5f5f5;
}
.interesting-padding-large{
  padding-top: 150px;	
}
.interesting__title-wrap {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 47px;
}
.interesting__title, .blog-interesting-title {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 3px;
}
.interesting__title1 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.interesting__subtitle {
  font-family: "CrystalSky", sans-serif;
  font-size: 120px;
  letter-spacing: 2.7px;
  line-height: 1.2;
  color: #454545;
}
.interesting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px -5px;
  margin-top: -90px;
}
.interesting__col {
  width: 33.333%;
  padding: 0px 5px;
  margin-top: 90px;
  text-align: center;
}

.interesting-item {
  display: inline-block;
  padding-top: 139px;
  position: relative;
}
.interesting-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.interesting-item__text {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.interesting-item__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ece6e0), color-stop(100%, #ece6e0), to(transparent));
  background: linear-gradient(transparent 65%, #ece6e0 65%, #ece6e0 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about {
  padding-top: 91px;
  padding-bottom: 443px;
  position: relative;
}
.about__title {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
}
.about__title-img {
  display: block;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about__wrap1 {
  width: 58%;
}
.about__text1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 42px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.about__text2 p {
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 20px;
}
.about__text2 p:last-child {
  margin-bottom: 0;
}
.about__text2--mob {
  display: none;
  padding: 0 20px 20px 20px;
}
.about__wrap2 {
  width: 36.5%;
}
.about__img {
  max-width: 412px;
  width: 100%;
}
.about__img img {
  width: 100%;
}
.about__title-mob {
  width: 100%;
  display: none;
  font-size: 80px;
  line-height: 1.2;
  font-family: "CrystalSky", sans-serif;
  padding: 0px 20px;
  margin-bottom: 25px;
}

.footer {
  background-color: #222;
  color: #9f9f9f;
  position: relative;
}
.footer .container {
  max-width: 1480px;
}
.footer__bg {
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-44%);
  -ms-transform: translateX(-44%);
  transform: translateX(-44%);
  width: 1523px;
}
.footer__nav {
  padding-top: 93px;
  padding-bottom: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3c3c3c;
}
.footer__menu-mob {
  display: none;
}
.footer__menu-mob li {
  text-align: center;
}
.footer__menu-mob li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.footer__nav-wrap {
  width: 24%;
}
.footer__nav-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9f9f9f;
  margin-bottom: 27px;
}
.footer__menu1-item {
  margin-bottom: 10px;
  line-height: 0;
}
.footer__menu1-item:last-child {
  margin-bottom: 0;
}
.footer__menu1-link {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #9f9f9f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__menu1-link-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  line-height: 0;
  width: 13px;
  text-align: center;
}
.footer__menu2 li {
  line-height: 0;
  margin-bottom: 10px;
}
.footer__menu2 li:last-child {
  margin-bottom: 0;
}
.footer__menu2 li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #9f9f9f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__link1 {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-transform: translateX(79px);
  -ms-transform: translateX(79px);
  transform: translateX(79px);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__link1 img {
  vertical-align: middle;
  position:relative;
  top:-2px;
}
.footer__wrap2 {
  padding-top: 33px;
  padding-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__copy {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.footer__text1 {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mainscreen1 {
  padding-top: 40px;
  padding-bottom: 17px;
}
.mainscreen1 + .popular {
  padding-top: 186px;
  padding-bottom: 43px;
}
.mainscreen1 + .popular .container {
  max-width: 1540px;
}
.mainscreen1 + .popular .popular-item {
  display: block;
  max-width: 232px;
}
.mainscreen1 + .popular .popular-item__img {
  margin-bottom: 25px;
}
.mainscreen1 + .popular::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.mainscreen1__wrap {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mainscreen1__title {
  font-family:"Ubuntu", sans-serif;
  font-size: 76px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 43px;
}
.mainscreen1__title i {
  letter-spacing: 0.07em;
}
.mainscreen1__text1 {
  font-family:"Ubuntu", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #222;
  margin-bottom: 32px;
}
.mainscreen1__text2 {
  font-family:"Ubuntu", sans-serif;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 0.1em;
}

.popular {
  padding-top: 30px;
  padding-bottom: 82px;
  position: relative;
}
.popular .container {
  max-width: 1340px;
}
.popular__title-wrap {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 44px;
}
.popular__title-wrap .popular__title {
  margin-bottom: 39px;
}
.popular__title {
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 52px;
}
.popular__subtitle {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.popular__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -5px;
  margin-top: -20px;
  padding-bottom: 81px;
  position: relative;
}
.wave{
	position:relative;
padding-bottom: 50px;
  margin-top: 82px;
}
.wave::before {

  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.popular__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.popular__col {
  width: 16.6666%;
  padding: 0px 5px;
  margin-top: 20px;
}

.popular-item {
  display: block;
  max-width: 192px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popular-item__img {
  padding-top: 100%;
  position: relative;
  margin-bottom: 9px;
}
.popular-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.popular-item__text {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
}

.info1 {
  padding-top: 41px;
  padding-bottom: 35px;
  background-color: #f5f5f5;
}
.info1--bg1 {
  background-color: transparent;
  position: relative;
  padding-bottom: 106px;
}
.info1--bg1::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: -60%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.info1--bg1 .info1__container {
  padding-bottom: 0;
}
.info1--bg1 .info1__container::after {
  display: none;
}
.info1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 93px;
  position: relative;
}
.info1__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.info1__wrap1 {
  width: 44.3%;
  margin-top: 16px;
}
.info1__title1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.info1__title {
  font-family: "CrystalSky", sans-serif;
  font-size: 130px;
  letter-spacing: 2.7px;
  line-height: 1.2;
  color: #454545;
  text-align: right;
  margin-bottom: 35px;
}
.info1__text p {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.info1__text p:last-child {
  margin-bottom: 0;
}
.info1__text p a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #d8cfc6), color-stop(100%, #d8cfc6), to(transparent));
  background: linear-gradient(transparent 65%, #d8cfc6 65%, #d8cfc6 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info1__wrap2 {
  width: 50.7%;
  max-width:678px;
  max-height:516px;
}
.info1__img {
  padding-top: 76%;
  position: relative;
}
.info1__img::before {
  content: "";
  position: absolute;
  right: -25px;
  top: -25px;
  bottom: 25px;
  left: 25px;
  background-color: #ece6e0;
}
.info1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info1__link1 {
  font-size: 20px;
  letter-spacing: 0.02em;
  /*padding-right: 27px;*/
  margin-top: 39px;
}
.info1__link1::before {
  height: 3px;
  bottom: -6px;
}

.navigation {
  padding-top: 32px;
  padding-bottom: 69px;
  background-color: #f5f5f5;
}
.navigation__title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 56px;
}
.navigation__list-wrap {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -8px;
  margin-top: -25px;
}
.navigation__col {
  width: 16.666%;
  padding: 0px 8px;
  margin-top: 25px;
}

.navigation-item {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.navigation-item__img {
  width: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.navigation-item__text {
  font-size: 13px;
  line-height: 1.23;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #333;
}

.present {
  padding-top: 79px;
  padding-bottom: 109px;
}
.present__title {
  text-align: center;
  font-family: "CrystalSky", sans-serif;
  font-size: 140px;
  letter-spacing: 2.7px;
  line-height: 1.2;
  color: #454545;
  margin-bottom: 26px;
}
.present__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -40px;
}
.present__col {
  width: 25%;
  padding: 0px 10px;
  margin-top: 40px;
}
.present__col:nth-child(1) .present-item__img img {
  -webkit-transform: translate(-15px, 20px);
  -ms-transform: translate(-15px, 20px);
  transform: translate(-15px, 20px);
}
.present__col:nth-child(2) .present-item__img img {
  -webkit-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  transform: translateX(-55px);
}
.present__col:nth-child(3) .present-item__img img {
  -webkit-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  transform: translateX(-55px);
}

.present-item {
  position: relative;
  padding-top: 407px;
  max-width: 312px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.present-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
}
.present-item__img img {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.present-item__title {
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 29px;
}
.present-item__list {
  margin-bottom: 43px;
}
.present-item__list li {
  font-size: 19px;
  line-height: 1.26;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
}
.present-item__list li:last-child {
  margin-bottom: 0;
}
.present-item__list li::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 15px;
  background: url(../img/check-icon.webp) center/contain no-repeat;
}
.present-item__link1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  /*padding-right: 27px;*/
}
.present-item__link1::before {
  height: 3px;
  bottom: -6px;
}

.info2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ece6e0;
}
.info2 .container {
  max-width: 1490px;
}
.info2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info2__container--revert .info2__wrap1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.info2__wrap1 {
  width: 45.5%;
}
.info2__img {
  padding-top: 71.5%;
  position: relative;
}
.info2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.info2__wrap2 {
  width: 49.3%;
}
.info2__subtitle {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
}
.info2__title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 31px;
}
.info2__text {
  margin-bottom: 38px;
}
.info2__text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.info2__text p:last-child {
  margin-bottom: 0;
}
.info2__text p a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #d8cfc6), color-stop(100%, #d8cfc6), to(transparent));
  background: linear-gradient(transparent 65%, #d8cfc6 65%, #d8cfc6 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info2__link1 {
  font-size: 20px;
  font-weight: 500;
  /*padding-right: 27px;*/
}
.info2__link1::before {
  height: 3px;
  bottom: -6px;
}

.links {
  padding-top: 45px;
  padding-bottom: 35px;
}
.links__title {
  text-align: center;
  font-size: 46px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 37px;
  padding-bottom: 58px;
  position: relative;
}
.links__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.links .container {
  max-width: 1540px;
}
.links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -25px;
  padding-bottom: 90px;
}
.links__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.links__col {
  width: 16.666%;
  padding: 0px 10px;
  margin-top: 25px;
  max-width:252px;
}

.links-item {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.links-item__img {
  padding-top: 100%;
  position: relative;
  margin-bottom: 9px;
}
.links-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.links-item__title {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #333;
}

.popularcourses {
  padding-top: 193px;
  padding-bottom: 112px;
  position: relative;
}
.popularcourses::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: -3.5%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.popularcourses__title-wrap {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 61px;
}
.popularcourses__title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.popularcourses__subtitle {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.popularcourses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/
  margin: 0px -20px;
  margin-top: -85px;
-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.popularcourses__col {
  width: 50%;
  padding: 0px 20px;
  margin-top: 85px;
}

.popularcourses-item {
  padding-top: 418px;
  position: relative;
}
.popularcourses-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.popularcourses-item__title {
  font-size: 26px;
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.02em;
  max-width: 545px;
  text-align: center;
  padding-left: 35px;
  margin-bottom: 39px;
}
.popularcourses-item__list {
  margin-bottom: 50px;
}
.popularcourses-item__list li {
  font-size: 19px;
  line-height: 1.26;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
}
.popularcourses-item__list li:last-child {
  margin-bottom: 0;
}
.popularcourses-item__list li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 15px;
  background: url(../img/check-icon.webp) center/contain no-repeat;
}
.popularcourses-item__link1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  /*padding-right: 27px;*/
}
.popularcourses-item__link1::before {
  height: 3px;
  bottom: -6px;
}

.about1 {
  padding-top: 110px;
  padding-bottom: 130px;
}
.about1 .container {
  max-width: 1160px;
}
.about1__title {
  font-family: "CrystalSky", sans-serif;
  font-size: 130px;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #454545;
  text-align: center;
  margin-bottom: 25px;
}
.about1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.about1-item:last-child {
  margin-bottom: 0;
}
.about1-item:nth-child(2n) .about1-item__wrap1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about1-item__wrap1 {
  width: calc(100% - 470px);
}
.about1-item__title {
  font-size: 44px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.about1-item__text p {
  /*font-size: 20px;*/
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.about1-item__text p:last-child {
  margin-bottom: 0;
}
.about1-item__wrap2 {
  max-width: 412px;
  width: 100%;
}
.faq {
  padding-top: 147px;
  padding-bottom: 378px;
  position: relative;
}
.faq .container {
  max-width: 1115px;
}
.faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  top: -3.5%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
.faq__title {
  text-align: center;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
}
.faq-item {
  margin-bottom: 49px;
    -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item__title {
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  cursor:pointer;
}
.faq-item__text {
  letter-spacing: 0.03em;
  display:none;
    -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-item.active .faq-item__text{
	display:block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
}
.faq-item.active i, .faq-item:hover i{
	transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
}
.faq-item__text p {
  margin-bottom: 16px;
}
.faq-item__text p:last-child {
  margin-bottom: 0;
}
.faq-item__text a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #e6dfd8), color-stop(100%, #e6dfd8), to(transparent));
  background: linear-gradient(transparent 65%, #e6dfd8 65%, #e6dfd8 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-item__text b {
  font-weight: 400;
}

.recipes1, .header_block {
  padding-top: 53px;
  padding-bottom: 30px;
  position: relative;
}
.recipes1 .container, .header_block .container{
  max-width: 1605px;
}
.recipes1::after,  .header_block::after  {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 42%;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
}
.recipes1__title1-wrap, .header_block_title_wrap {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 55px;
  padding-bottom: 61px;
  position: relative;
}
.recipes1__title1-wrap{
	
	text-align:left;
}
.recipes1__title1-wrap::after, .header_block_title_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.recipes1__title1 {
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  text-transform:lowercase;
}
.global-section .recipes1__title1{
  font-size: 64px;	
  text-align:center;
}
.recipes1__title1 i {
  font-style: normal;
  display: none;
}
.recipes1__subtitle p {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.recipes1__subtitle p:last-child {
  margin-bottom: -14px;
}
.recipes1__subtitle p a {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ece6e0), color-stop(100%, #ece6e0), to(transparent));
  background: linear-gradient(transparent 65%, #ece6e0 65%, #ece6e0 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recipes1__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -13px;
  margin-top: -26px;
  padding-bottom: 74px;
  margin-bottom: 69px;
  position: relative;
}
.recipes1__list1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.recipes1__col1 {
  width: 16.6666%;
  padding: 0px 13px;
  margin-top: 26px;
}
.recipes1__col1 .articles-item__img {
  padding-top: 100%;
}
.recipes1__col1 .articles-item__title {
  font-size: 16px;
  min-height: 75px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.recipes1__col1 .articles-item::after {
  top: -15px;
  bottom: 15px;
  right: -15px;
  left: 15px;
  -webkit-transform: translate(-15px, 15px);
  -ms-transform: translate(-15px, 15px);
  transform: translate(-15px, 15px);
}
.recipes1__title2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.recipes1__container {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recipes1__wrap1 {
  width: 46.3%;
  margin-top: 18px;
}
.recipes1__form {
  position: relative;
}
.recipes1__form-input2 {
  font-size: 16px;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 300px;
  padding: 20.5px 34px;
  padding-right: 60px;
}
.recipes1__form-input2::-webkit-input-placeholder {
  color: #747474;
}
.recipes1__form-input2::-moz-placeholder {
  color: #747474;
}
.recipes1__form-input2:-ms-input-placeholder {
  color: #747474;
}
.recipes1__form-input2::-ms-input-placeholder {
  color: #747474;
}
.recipes1__form-input2::placeholder {
  color: #747474;
}
.recipes1__form-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 86px;
  background: url(../img/arrow5.webp) center no-repeat;
}
.recipes1__wrap2 {
  width: 47%;
}
.recipes1__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -20px;
  margin-top: -40px;
}
.recipes1__col2 {
  width: 25%;
  padding: 0px 20px;
  margin-top: 40px;
}

.seasons {
  padding-top: 78px;
  padding-bottom: 70px;
}
.seasons .container {
  max-width: 1280px;
}
.seasons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seasons__wrap1 {
  max-width: 338px;
  width: 100%;
}
.seasons__title-wrap {
  font-size: 0;
}
.seasons__wrap2 {
  width: calc(100% - 360px);
}
.seasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -5px;
  margin-top: -35px;
}
.seasons__col {
  width: 25%;
  padding: 0px 5px;
  margin-top: 35px;
}

.banner1 {
  padding: 70px 0;
}
.banner1__img {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.callback1 {
  background-color: #fff;
}
.callback1 .container {
  padding-top: 161px;
  padding-bottom: 152px;
}
.callback1__img {
  position: absolute;
  bottom: 0;
  left: -97px;
  width: 589px;
}
.callback1__text-wrap {
  max-width: 765px;
  width: 100%;
  margin-left: auto;
}
.callback1__title {
  font-family:"Ubuntu", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 49px;
}
.callback1__text {
  margin-bottom: 58px;
}
.callback1__text p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.callback1__text p:last-child {
  margin-bottom: 0;
}
.callback1__link1 {
  font-size: 22px;
  font-weight:500;
  letter-spacing: 0.05em;
  /*padding-right: 27px;*/
}
.callback1__link1::before {
  height: 3px;
  bottom: -6px;
}

.recipe {
  padding-top: 44px;
  padding-bottom: 103px;
  position: relative;
}
.recipe + .about {
  padding-top: 31px;
  padding-bottom: 54px;
}
.recipe + .about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.recipe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 198px;
  height: 12px;
  background: url(../img/line1.webp) center/contain no-repeat;
}
.recipe .container {
  max-width: 1220px;
}
.recipe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recipe__wrap1 {
  width: calc(100% - 320px);
  padding-left: 0px;/*50*/
  padding-right: 0px;/*80*/
}
.recipe__title {
  font-size: 46px;
  line-height: 1.17;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 27px;
}
.recipe__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}
.recipe__date {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 22px;
}
.recipe__wrap2 {
  max-width: 300px;
  width: 100%;
  margin-top: 47px;
}
.recipe__info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0px;
  margin-bottom: 81px;
}
.recipe__info1-text1 {
  font-size: 14px;
  letter-spacing: 0.034em;
  color: #999898;
}
.recipe__info1-text2 {
  font-size: 14px;
  letter-spacing: 0.034em;
  color: #999898;
}
.recipe__info1-text2 b {
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs__list li {
  font-size: 12px;
  margin-right: 4px;
}
.breadcrumbs__list li:last-child {
  margin-right: 0;
}
.breadcrumbs__list li:last-child::after {
  display: none;
}
.breadcrumbs__list li::after {
  content: "»";
  display: inline-block;
  letter-spacing: 0.1em;
  margin-left: 4px;
}
.breadcrumbs__list li a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: #ece6e0;
  padding: 1px 10px;
  border-radius: 300px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*.articles1 {
  margin-bottom: 224px;
}*/
.articles1__img {
  /*margin-left: -50px;
  margin-right: -80px;*/
  margin-bottom: 46px;
}
.articles1 p {
  margin: 30px 0;
  letter-spacing: 0.03em; /*было 0.3*/
  font-weight: 300;
}  
.articles1 p b {
  font-size: 19px;
 /* line-height: 1.82;*/
  font-weight: 500;
}
.articles1 ul ul{
	margin-top:10px;
	margin-bottom:10px;
}
.articles1 ul ul li{

}
.articles1 h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-bottom: -6px;
}
.articles1 h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 40px;
  margin-bottom: -10px;
}
.articles1 h4 {
  font-size: 24px;	
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-bottom: -10px;  
}
.articles1 h5 {
  font-size: 21px;	
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 0px;
  margin-bottom: -10px;  
}
.articles1 h6 {
  font-size: 20px;	
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0em;
  margin-top: 40px;
  margin-bottom: -10px;  
}
.articles1 a{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ece6e0), color-stop(100%, #ece6e0), to(transparent));
  background: linear-gradient(transparent 65%, #ece6e0 65%, #ece6e0 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;	
  font-weight:500;
}
.articles1 a:hover{
	background:#ece6e0;
}
.articles1__nav {
  background-color: #f5f5f5;
  padding: 30px 30px 40px 30px;
  margin-top: 45px;
  margin-bottom: 61px;
  margin-right: -30px;
}
.articles1__nav-title {
  letter-spacing: 0.04em;
  margin-bottom: 9px;
}
.articles1__menu {
  padding-left: 24px;
}
.articles1__menu li {
  padding-left: 21px;
  position: relative;
}
.articles1__menu li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.articles1__menu li a {
  font-size: 18px;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ece6e0), color-stop(100%, #ece6e0), to(transparent));
  background: linear-gradient(transparent 65%, #ece6e0 65%, #ece6e0 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recipeitem {
  border: 3px solid #f4f4f4;
  margin-bottom: 9px;
  margin-right: -30px;
}
.recipeitem__wrap1 {
  background-color: #f4f4f4;
  padding: 108px 20px 56px 20px;
  position: relative;
  text-align: center;
}
.recipeitem__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #fff;
}
.recipeitem__img img {
  border-radius: 50%;
}
.recipeitem__title1 {
  font-size: 30px;
  line-height: 1.27;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.recipeitem__subtitle1 {
  line-height: 1.6;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
}
.recipeitem__text1 {
  letter-spacing: 0.04em;
}
.recipeitem__btn1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.recipeitem__wrap2 {
  padding: 117px 30px 0 30px;
}
.recipeitem__text-wrap {
  margin-bottom: 30px;
}
.recipeitem__text-wrap h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.recipeitem__text-wrap h2:first-child {
  margin-top: 0;
}
.recipeitem__text-wrap h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.recipeitem__text-wrap h3:first-child {
  margin-top: 0;
}
.recipeitem__text-wrap ul {
  padding-left: 8px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.recipeitem__text-wrap ul li {
  font-size: 19px;
  line-height: 1.79;
  font-weight: 300;
  letter-spacing: 0.04em;
  padding-left: 16px;
  position: relative;
}
.recipeitem__text-wrap ul li::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.recipeitem__text-wrap ol {
  counter-reset: myCounter;
  margin-top: 20px;
  margin-bottom: 50px;
}
.recipeitem__text-wrap ol li {
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.035em;
  margin-bottom: 20px;
}
.recipeitem__text-wrap ol li:last-child {
  margin-bottom: 0;
}
.recipeitem__text-wrap ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  margin-right: 11px;
}
.recipeitem__info1 {
  font-size: 14px;
  color: #717171;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 7px;
}
.recipeitem__info1 b {
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
  margin-right: 16px;
}
.recipeitem__info2 {
  margin-bottom: 37px;
  line-height: 1.53;
}
.recipeitem__info2 i {
  font-size: 18px;
  color: #717171;
  letter-spacing: 0.03em;
  margin-right: 19px;
}
.recipeitem__info2 ul {
  display: inline;
}
.recipeitem__info2 ul li {
  display: inline-block;
  font-size: 14px;
  color: #717171;
  margin-right: 11px;
}
.recipeitem__info2 ul li:last-child {
  margin-right: 0;
}
.recipeitem__info2 ul li b {
  font-weight: 400;
  text-transform: uppercase;
}
.recipeitem__share {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 24px 21px 24px;
  margin: 0px -30px;
}
.recipeitem__share-wrap1 {
  max-width: 80px;
  width: 100%;
}
.recipeitem__share-wrap2 {
  width: calc(100% - 100px);
}
.recipeitem__share-text1 {
  line-height: 1.2;
  letter-spacing: 0.034em;
  margin-bottom: 10px;
}
.recipeitem__share-text2 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.034em;
}

.rate {
  margin-bottom: 13px;
}
.rate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rate__list li {
  line-height: 0;
  margin-right: 8px;
}
.rate__list li:last-child {
  margin-right: 0;
}

.btn1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 14px 63px;
  border-radius: 300px;
  background-color: #3f3f3f;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.recipecategory {
  text-align: center;
}
.recipecategory__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
}
.recipecategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
}
.recipecategory__list li {
  margin: 0px 3px;
  margin-top: 10px;
}
.recipecategory__list li a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: #ece6e0;
  padding: 4px 8px;
  border-radius: 300px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.about2 {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 48px 20px 20px 20px;
  position: relative;
  margin-bottom: 20px;
}
.about2__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 156px;
  border: 8px solid #fff;
  border-radius: 50%;
}
.about2__img img {
  border-radius: 50%;
}
.about2__title {
  position: relative;
  font-family: "CrystalSky", sans-serif;
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 1;
  color: #454545;
  margin-bottom: 18px;
}
.about2__text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.about2__link1 {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-right: 30px;
}
.about2__link1::before {
  bottom: 1px;
  height: 2px;
}
.about2__link1.link1:after{
	top: 9px;
}
.othersections {
  padding: 20px 20px 32px 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 15px;
}
.othersections__title {
  max-width: 195px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 12px;
}
.othersections__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -15px;
  margin-top: -22px;
}
.othersections__col {
  width: 50%;
  padding: 0px 15px;
  margin-top: 22px;
}

.othersections-item {
  display: block;
  text-align: center;
  padding-top: 42px;
  position: relative;
}
.othersections-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.othersections-item__title {
  font-size: 13px;
  line-height: 1.23;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #333;
}
.othersections-item__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ece6e0), color-stop(100%, #ece6e0), to(transparent));
  background: linear-gradient(transparent 65%, #ece6e0 65%, #ece6e0 100%, transparent 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner2__img {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.banner2__img img {
  width: 100%;
  border-radius: 5px;
}

.comments {
  padding-top: 91px;
  padding-bottom: 55px;
}
.comments .container {
  max-width: 1140px;
}
.comments__wrap {
  max-width: 760px;
  width: 100%;
}
.comments__title1 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 93px;
}
.comments__list {
  margin-bottom: 79px;
}
.comments__list &gt; .comments__col {
  margin-bottom: 35px;
}
.comments__list &gt; .comments__col:last-child {
  margin-bottom: 0;
}
.comments__list &gt; .comments__col &gt; .comments-item1 {
  padding: 0;
}
.comments__list &gt; .comments__col &gt; .comments-item1 .comments-item1__wrap {
  padding: 0;
  border: none;
}
.comments__list &gt; .comments__col &gt; .comments-item1 .comments__comment {
  border: 1px solid #f2f2f2;
}
.comments__list &gt; .comments__col &gt; .comments__col {
  padding-left: 30px;
}
.comments__list &gt; .comments__col &gt; .comments__col .comments__comment {
  border: 1px solid #f2f2f2;
}
.comments__list &gt; .comments__col &gt; .comments__col .comments-item1__wrap {
  border-right: none;
  border-top: none;
  padding-right: 0;
}
.comments-item1 .comments__comment.admin {
  background-color: #f5f5f5;
  border: none;
}
.comments__list &gt; .comments__col &gt; .comments__col &gt; .comments__col {
  margin-left: 30px;
  margin-right: -30px;
}
.comments__title2 {
  margin-bottom: 27px;
}
.comments__name {
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.comments__date {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #595959;
}
.comments__comment {
  padding: 30px 30px 30px 30px;
}
.comments__comment-text {
  margin-bottom: 35px;
}
.comments__comment-text p {
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
}
.comments__comment-text p:last-child {
  margin-bottom: 0;
}
.comments__comment-btn {
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #99a3a1;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.comments__form .input2 {
  max-width: 440px;
}
.comments__form-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.comments-item1__wrap {
  border: 1px solid #f2f2f2;
  padding: 30px 30px 30px 30px;
}

.textarea1 {
  height: 270px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 10px 17px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 10px;
}
.textarea1::-webkit-input-placeholder {
  color: #757575;
}
.textarea1::-moz-placeholder {
  color: #757575;
}
.textarea1:-ms-input-placeholder {
  color: #757575;
}
.textarea1::-ms-input-placeholder {
  color: #757575;
}
.textarea1::placeholder {
  color: #757575;
}

.input2 {
  background-color: #fafafa;
  border: 1px solid #cccccc;
  padding: 10px 17px;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 10px;
}
.input2::-webkit-input-placeholder {
  color: #757575;
}
.input2::-moz-placeholder {
  color: #757575;
}
.input2:-ms-input-placeholder {
  color: #757575;
}
.input2::-ms-input-placeholder {
  color: #757575;
}
.input2::placeholder {
  color: #757575;
}

.btn2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #f7f7f7;
  padding: 12px 21px;
  background-color: #666;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/*.no-touch .line1__link:hover:after {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}*/ /*приседающая стрелка при наведении*/

.no-touch .header__menu &gt; li &gt; a:hover, .header__menu &gt; li &gt; .root1:hover,
.no-touch .submenu a:hover,
/*.no-touch .footer__link1:hover,*/
.no-touch .footer__menu1-link:hover,
.no-touch .footer__menu2 li a:hover {
  color: #c7b39f;
}
.footer__link12:hover{
  color: #c7b39f;	
}
.no-touch .submenu-wrap:hover &gt; .root1:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.no-touch .submenu-wrap:hover .submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.no-touch .soc-list a:hover,
.no-touch .search__btn:hover,
.no-touch .search__form-btn:hover {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.no-touch .link1:hover:before {
  width: 0;
}
.no-touch .articles-item:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.no-touch .profit__col:nth-child(n) .profit-item__text1:hover,
.no-touch .popular-item:hover,
.no-touch .navigation-item:hover,
.no-touch .links-item:hover,
.no-touch .banner1__img:hover,
.no-touch .banner2__img:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.no-touch .faq-item__text a:hover:after,
.no-touch .info1__text p a:hover:after {
  height: 21px;
}
.no-touch .recipes1__subtitle p a:hover,
.no-touch .interesting-item:hover .interesting-item__text span,
.no-touch .othersections-item:hover .othersections-item__title span,
.no-touch .articles1__menu li a:hover {
  background-color: #ece6e0;
}
.no-touch .info2__text p a:hover,
.no-touch .info1__text p a:hover {
  background-color: #d8cfc6;
}
.no-touch .faq-item__text a:hover {
  background-color: #e6dfd8;
}
.no-touch .breadcrumbs__list li a:hover,
.no-touch .recipecategory__list li a:hover {
  background-color: #e6dfd8;
}
.no-touch .btn1:hover,
.no-touch .btn2:hover {
  background-color: #000;
}
.no-touch .comments__comment-btn:hover {
  color: #e6dfd8;
}

@media only screen and (max-width: 1600px) {
  .plan__wrap1 {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1350px) {
  .plan__wrap1 {
    max-width: 400px;
  }
  .plan__img {
    width: 650px;
  }
}
@media only screen and (max-width: 1300px) {
  .info1__title {
    font-size: 82px;
  }
  .present__col {
    width: 50%;
  }
  .callback1__img {
    left: -200px;
  }
  .callback1__text-wrap {
    max-width: 574px;
  }
}
@media only screen and (max-width: 1200px) {
  .plan__img {
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .plan__img img {
    position: static;
  }
  .plan .container {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .plan__wrap1 {
    max-width: none;
    padding-bottom: 40px;
	margin-top: 280px;
	
  }
  .recipes1__col1 {
    width: 33.3333%;
  }
  .plan-background{
	background-size: contain;
	background-position: top;
	max-height:initial;	
  }
}
@media only screen and (min-width: 1101px) {
  .header__nav-container,
  .submenu {
    display: block !important;
  }
  .desc-display-none {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .body-overflow {
    overflow: hidden;
  }
  .header__nav-container {
    position: fixed;
    z-index: 50;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    overflow: auto;
    margin-right: 0;
    background-color: #fff;
    padding: 35px 20px;
    padding-bottom: 80px;
    display: none;
  }
  .header--fixed .header__nav-container {
    top: 50px;
    height: calc(100vh - 50px);
  }
  .header__menu &gt; li &gt; a, .root1 {
    font-size: 13px;
    font-weight: 500;
  }
  .header__nav {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .header__menu &gt; li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .header__menu &gt; li:last-child {
    margin-bottom: 0;
  }
  .submenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0;
    padding-left: 20px;
    padding-top: 30px;
    -webkit-transition: none;
    transition: none;
  }
  .submenu li {
    margin-bottom: 30px;
  }
  .submenu li:last-child {
    margin-bottom: 0;
  }
  .submenu a {
    padding: 0;
    color: #515151;
    font-size: 12px;
    letter-spacing: 0.14em;
    font-weight: 500;
  }
  .search {
    margin-left: auto;
    margin-right: 36px;
  }
  .mainscreen {
    padding-top: 15px;
    padding-bottom: 45px;
  }
  .articles {
    padding-bottom: 55px;
  }
  .articles__col {
    width: 33.333%;
  }
  .articles__subtitle {
    display: none;
  }
  .articles__title-wrap {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .articles__title {
    font-size: 34px;
    line-height: 1.24;
    position: relative;
  }
  .articles-item__title {
    font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    min-height: 100px;
  }
  .articles::after {
    top: 38%;
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .articles__link1 {
    margin-top: 40px;
  }
  .profit {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .profit__title {
    font-size: 34px;
    line-height: 1.24;
    letter-spacing: -0.01em;
  }
  .profit__subtitle1 {
    letter-spacing: 0.03em;
    font-weight: 300;
  }
  body {
    line-height: 1.6;
  }
  .profit__subtitle2 {
    font-size: 46px;
    letter-spacing: 0.5px;
  }
  .profit__col {
    width: 33.333%;
  }
  .profit-item__text1 {
    min-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    font-size: 12px;
  }
  .plan .container {
    padding-top: 60px;
  }
  .plan__subtitle {
    font-size: 14px;
    font-weight: 400;
  }
  .plan__title {
    font-size: 34px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
  }
  .plan__list li {
    font-size: 19px;
    line-height: 1.89;
    letter-spacing: 0.03em;
  }
  .plan__list li::after {
    top: 11px;
  }
  .recipes__title {
    font-size: 34px;
    letter-spacing: 1.24px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .recipes__title::after {
    width: 200px;
    height: 14px;
  }
  .recipes {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .interesting {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .interesting__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .interesting__subtitle {
    font-size: 54px;
  }
  .interesting-item__img {
    width: 70px;
  }
  .interesting-item {
    padding-top: 85px;
  }
  .interesting__list {
    margin-top: -40px;
  }
  .interesting__col {
    margin-top: 40px;
  }
  .interesting__title-wrap {
    margin-bottom: 30px;
  }
  .interesting-item__text {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: 0.08em;
  }
  .interesting-item__text::after {
    display: none;
  }
  .about__wrap2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }
  .about__title {
    display: none;
  }
  .about__title-mob {
    display: block;
  }
  .about__text1,
  .about__text2 {
    display: none;
  }
  .about__text2--mob {
    display: block;
  }
  .about__container {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
  }
  .about__wrap1 {
    width: 100%;
  }
  .about__text2 p {
    font-size: 19px;
    line-height: 1.58;
  }
  .footer__bg {
    width: 142%;
  }
  .about {
    padding-top: 62px;
    padding-bottom: 320px;
  }
  .recipes::after {
    top: 38%;
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .line1__link {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .about__img {
    max-width: none;
  }
  .mainscreen1__title {
    font-size: 42px;
    line-height: 1.22;
    margin-bottom: 30px;
  }
  .mainscreen1__text1 {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .mainscreen1__text2 {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mainscreen1 + .popular {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .mainscreen1 + .popular::after {
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .popular__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .popular__col {
    width: 33.333%;
  }
  .popular__list {
    padding-bottom: 60px;
  }
  .info1__img::before {
    right: -10px;
    top: -10px;
    left: 10px;
    bottom: 10px;
  }
  .info1__wrap2 {
    max-width: 678px;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 50px;
  }
  .info1__wrap1 {
    width: 100%;
    margin-top: 0;
  }
  .info1__title {
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
  }
  .navigation {
    padding-bottom: 45px;
  }
  .present__title {
    font-size: 84px;
  }
  .present {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .info2__subtitle {
    font-size: 13px;
  }
  .info2__title {
    font-size: 34px;
  }
  .info2 {
    padding-top: 25px;
  }
  .links__col {
    width: 33.333%;
  }
  .popularcourses::after {
    top: 0;
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .links__list {
    padding-bottom: 65px;
  }
  .popularcourses {
    padding-top: 85px;
    padding-bottom: 75px;
  }
  .popularcourses__col {
    width: 100%;
  }
  .popularcourses__title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .popularcourses-item {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .popularcourses-item__title {
    padding-left: 0;
  }
  .popularcourses__title-wrap {
    margin-bottom: 45px;
  }
  .about1__title {
    display: none;
  }
  .about1 {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .faq::after {
    top: 0;
    -webkit-clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .faq {
    padding-top: 80px;
    padding-bottom: 320px;
  }
  .faq__title,
  .popular__title {
    font-size: 34px;
    line-height: 1.06;
  }
  .recipes1__title1, .global-section .recipes1__title1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
  
  .recipes1__title1-wrap, .header_block_title_wrap {
    text-align: left;
    padding-bottom: 47px;
    margin-bottom: 30px;
  }
  .recipes1__subtitle{
	  display:none;
  }
  .recipes1__subtitle p {
    font-size: 18px;
  }
  .recipes1__col1 .articles-item__title {
    font-size: 12px;
    min-height: 50px;
  }
  .recipes1__list1 {
    padding-bottom: 60px;
    margin-bottom: 45px;
  }
  .recipes1__wrap1 {
    margin-top: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .recipes1__wrap2 {
    width: 100%;
  }
  .recipes1__title2 {
    margin-bottom: 30px;
  }
  .links__title {
    font-size: 34px;
  }
  .seasons,
  .recipes1,
  .header_block{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .recipes1__subtitle p a {
    white-space: initial;
  }
  .recipes1__title1 span {
    display: none;
  }
  .recipes1__title1 i {
    display: inline;
  }
  .profit--order-last {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .info1__title1 {
    font-size: 34px;
    letter-spacing: -0.01em;
    text-align: center;
  }
  .mob-display-none {
    display: none;
  }
  .recipes1::after {
    top: 36%;
  }
  .info1--bg1::after {
    top: -76%;
    -webkit-clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
  }
  .recipe__wrap2 {
    display: none;
  }
  .recipe__wrap1 {
    width: 100%;
    padding: 0;
  }
  .articles1__img {
    margin: 0;
    margin-bottom: 30px;
  }
  .articles1__nav,
  .recipeitem,
  .recipe__info1 {
    margin-right: 0;
  }
  .recipe__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .articles1 p {
    font-size: 19px;
    margin: 30px 0;
  }
  .articles1 p b {
    font-size: 20px;
  }
  .articles1__nav {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .articles1 h2 {
    font-size: 30px;
    margin-bottom: -12px;
  }
  .articles1 h3 {
    font-size: 28px;
    margin-bottom: -12px;
  }
  .articles1 {
    margin-bottom: 175px;
  }
  .recipeitem__list1 li {
    width: 100%;
    margin: 0;
  }
  .recipeitem__wrap1 {
    padding: 108px 10px 56px 10px;
  }
  .recipeitem__wrap2 {
    padding: 77px 10px 0 10px;
  }
  .recipeitem__text-wrap ol li {
    font-size: 19px;
  }
  .recipeitem__share {
    position: relative;
    padding: 30px 10px;
    margin: 0 -10px;
  }
  .recipeitem__share-wrap1 {
    position: absolute;
    top: 20px;
    left: 10px;
  }
  .recipeitem__share-wrap2 {
    width: 100%;
  }
  .recipeitem__share-text1 {
    padding-left: 90px;
  }
  .recipe {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .recipe::after {
    display: none;
  }
  .recipe + .about {
    padding-top: 25px;
    padding-bottom: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .mainscreen__title {
    font-size: 38px;
    line-height: 1.21;
    width: auto;
    padding: 0;
    margin-bottom: 35px;
  }
  .mainscreen__text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 35px;
  }
  .link1 {
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #fff;
    background-color: #222;
    border-radius: 300px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 20px;
  }
  .link1::before {
    display: none;
  }
  .link1::after {
    position: static;
    width: 18px;
    height: 16px;
    background: url(../img/arrow4.webp) center/contain no-repeat;
    margin-left: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .link1 {
    text-transform: lowercase;
  }
  .link1--mob i {
    display: none;
  }
  .link1--mob span {
    display: inline;
  }
  .mainscreen__img-wrap::after {
    display: none;
  }
  .mainscreen__wrap1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 25px;
  }
  .mainscreen__wrap2 {
    max-width: 720px;
    width: 100%;
  }
  .info2__wrap1,
  .info2__container--revert .info2__wrap1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 660px;
    width: 100%;
  }
  .info2__wrap2 {
    width: 100%;
    margin-top: 27px;
  }
  .seasons__wrap1 {
    max-width: none;
    margin-bottom: 40px;
  }
  .seasons__title-img {
    display: none;
  }
  .seasons__title-wrap {
    font-size: 20px;
  }
  .seasons__title {
    font-family: "CrystalSky", sans-serif;
    font-size: 82px;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
  }
  .seasons__wrap2 {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .navigation__col {
    width: 33.333%;
  }
  .about1-item__wrap1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
    text-align: center;
  }
  .about1-item {
    margin-bottom: 65px;
  }
  .about1-item__wrap2 {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav-wrap {
    display: none;
  }
  .footer__menu-mob {
    display: block;
  }
  .footer__nav {
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer__copy,
  .footer__text1 {
    width: 100%;
  }
  .footer__link1 {
    margin: 20px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer__wrap2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .present__col {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .profit__col {
    width: 50%;
  }
  .about,
  .faq,
  .recipe + .about {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 650px) {
  .popularcourses-item {
    max-width: 335px;
    padding-top: 225px;
  }
  .recipe__date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .articles1__img {
    margin: 0px -20px;
    margin-bottom: 30px;
  }
  .recipe__info1-text1 {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .header__logo {
    max-width: 150px;
  }
  .header__logo-text {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2.2px;
  }
  .search__wrap {
    width: 220px;
  }
  .articles__col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
  }
  .articles__list {
    margin: 0px -12px;
    margin-top: -10px;
  }
  .popular__col {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .navigation__col {
    width: 50%;
  }
  .links__col {
    width: 50%;
  }
  .recipes1__col1 {
    width: 50%;
  }
  .recipes1__col2 {
    width: 50%;
  }
  .seasons__col {
    width: 50%;
  }
  iframe {
	width: 100% !important;
	height: 309px;
	max-height: 309px;
  }
}
@media only screen and (max-width: 414px) {
	iframe {
	height: 197px;
	max-height: 197px !important;
  }	
  .articles__list{
	  margin-left:0px;
	  margin-right:0px;
  }
   .articles__col {
	   width:100%;
	   margin-bottom:5px;
   }
   .articles-item__title{
	   min-height: 90px;
   }
}
@media only screen and (max-width: 375px) {
	iframe {
	height: 189px;
	max-height: 189px !important;
  }	
}
@media only screen and (max-width: 374px) {
  .search {
    margin-right: 10px;
  }
  .link1 {
    font-size: 17px;
  }
  .interesting__col {
    width: 50%;
  }
  .line1__link {
    font-size: 11px;
  }
  .mainscreen__title {
    font-size: 32px;
  }
  .articles__title,
  .plan__title {
    font-size: 28px;
  }
  .recipes__title,
  .info2__title {
    font-size: 26px;
  }
  .about__title-mob {
    font-size: 70px;
  }
  .present__title {
    font-size: 60px;
  }
  .mainscreen1__title {
    font-size: 33px;
  }
  .mainscreen1__text1 {
    font-size: 14px;
  }
  .info1__title {
    font-size: 68px;
  }
  .info1__text p,
  .faq-item__title {
    font-size: 18px;
  }
  .links-item__title {
    font-size: 14px;
  }
  .info2__text p,
  .popularcourses__subtitle,
  .about1-item__text p,
  .faq-item__text p {
    font-size: 18px;
  }
  .popularcourses-item {
    max-width: 280px;
    padding-top: 190px;
  }
  .popularcourses__title {
    font-size: 28px;
  }
  .popularcourses-item__title {
    font-size: 22px;
  }
  .popularcourses-item__list li {
    font-size: 17px;
  }
  .popularcourses-item__list li::after {
    top: 2px;
  }
  .about1-item__title {
    font-size: 32px;
  }
  .faq__title {
    font-size: 28px;
  }
  .popular__subtitle {
    font-size: 18px;
  }
  .profit__subtitle2 {
    font-size: 38px;
  }
  .profit-item__text1 {
    font-size: 11px;
  }
  .interesting__title1 {
    font-size: 26px;
  }
  .articles1 p,
  .articles1 p b,
  .articles1__nav-title,
  .recipeitem__subtitle1,
  .recipeitem__text-wrap ul li,
  .recipeitem__text-wrap ol li,
  .recipeitem__share-text1,
  .recipeitem__share-text2,
  .about__text2 p {
    font-size: 17px;
  }
  .recipe__title,
  .articles1 h2,
  .recipeitem__title1,
  .recipecategory__title {
    font-size: 26px;
  }
  .articles1__menu {
    padding-left: 0;
  }
  .articles1 h3 {
    font-size: 23px;
  }
  .recipeitem__text-wrap ul li::after {
    top: 13px;
  }
    iframe {
	height: 158px;
	max-height: 158px !important;
  }
}
img.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


@media(max-width:600px){
	.comments{
		padding-top:0;
	}
}

@media(min-width:1024px){
	.comments .container{
		padding:0;
		max-width: 1220px;
	}
}</pre></body></html>