@import "fonts.css";

a:hover,
a:active,
a:focus {
  color: inherit;
}

body {
  min-width: 1200px;
}

.row {
  min-width: 1200px;
}

#top {
  background: url(../images/screen1-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  z-index: 1;
}

.header {
  padding: 21px 0 0;
}

.header__cont {
  display: flex;
  justify-content: space-between;
  padding: 0 64px 14px 82px;
  align-items: center;
}

.header__link {
  font-family: "Fugue";
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
}

.header__link:hover {
  color: #ffffff;
}

.header__link:active {
  color: #ffffff;
}

.header__link:focus {
  color: #ffffff;
}

.color-brown {
  color: #410817;
}

.hover-opacity:hover {
  color: currentColor;
  opacity: 0.6;
}

.header__phone {
  text-align: right;
  padding-top: 5px;
  display: block;
  cursor: pointer;
}

.header__line {
  margin: 0;
}

.top__content {
  padding-top: 149px;
  padding-bottom: 478px;
  z-index: 10;
}

.top__caption {
  font-family: "Fugue";
  font-size: 66px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}

.top__subcaption {
  font-family: "GillSans";
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.9px;
  text-align: center;
  display: block;
}

.top__subcaption:hover,
.top__subcaption:active,
.top__subcaption:focus {
  color: #fff;
  opacity: 0.8;
}

.jar {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.jar__body {
  position: absolute;
  bottom: 0;
  width: 548px;
  left: 50%;
  transform: translateX(-50%);
}

.jar__fruits {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-55%);
  width: 463px;
  z-index: -1;
}

.jar__head {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 216px;
  z-index: -1;
  left: -460px;
  bottom: 170px;
}

#spoon {
  position: relative;
  padding: 105px 0 279px;
}

.spoon-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#spoon:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(#eae2d7, #f8f7f5);
  position: absolute;
  z-index: -999;
}

.spoon__cont-top {
  padding: 0 31px 0 43px;
  position: relative;
}

.spoon__caption {
  font-family: "Fugue";
  font-size: 22px;
  color: #410817;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.spoon__text {
  opacity: 0.8;
  font-family: "GillSans";
  font-size: 15px;
  color: #410817;
  letter-spacing: 0;
  line-height: 22px;
}

.spoon__cont-top .spoon_line {
  position: absolute;
  right: 31px;
  bottom: -110px;
}

.spoon__cont-top .spoon_fruit {
  position: absolute;
  left: -112px;
  bottom: -182px;
}

.spoon__cont-left {
  padding-top: 215px;
  padding-left: 16px;
  position: relative;
}

.spoon__cont-left .spoon__caption,
.spoon__cont-bottom .spoon__caption {
  margin-bottom: 18px;
}

.spoon__cont-left .spoon_line {
  position: absolute;
  bottom: 135px;
  left: 16px;
  max-width: inherit;
  z-index: 1;
}

.spoon__cont-left .spoon_fruit {
  position: absolute;
  right: -168px;
  z-index: 0;
  bottom: 50px;
}

.spoon__cont-bottom {
  position: relative;
  padding-top: 40px;
  padding-left: 21px;
  padding-right: 81px;
}

.spoon__cont-bottom .spoon_line {
  position: absolute;
  top: 23px;
  left: 21px;
}

.spoon__cont-bottom .spoon_fruit {
  position: absolute;
  right: -18px;
  top: -224px;
}

#products {
  background: #f8f7f5;
  padding-bottom: 40px;
}

.products__caption {
  font-family: "Fugue";
  font-size: 35px;
  color: #410817;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.products__subcaption {
  font-family: "GillSans";
  font-size: 18px;
  color: #410817;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  display: block;
  margin-bottom: 39px;
}

.products__cont {
  display: flex;
  justify-content: space-around;
  max-width: 1380px;
  margin: 0 auto;
}

.product__text {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.product__caption {
  font-family: "Fugue";
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
}

.product__count {
  /* 3 вида: */
  font-family: "GillSans";
  font-style: italic;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
  font-weight: 300;
}

.product {
  cursor: pointer;
  margin: 0 10px;
}

.product img {
  transition: 0.4s;
}

.product:hover img {
  -webkit-box-shadow: 0px 27px 96px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 27px 96px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 27px 96px -23px rgba(0, 0, 0, 0.75);
}

#new {
  padding-top: 206px;
  padding-bottom: 288px;
  background-color: #f8f7f5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.new-block {
  padding-top: 40px;
}

.new-block__caption {
  font-family: "Fugue";
  font-size: 35px;
  color: #410817;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

.new-block__text {
  font-family: "GillSans";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 56px;
}

.new-block__btn,
.header__button {
  width: 268px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #410817;
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: "Fugue";
  font-size: 16px;
  color: #410817;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}

.header__button {
  width: 100%;
  text-transform: none;
  border-color: #fff;
  color: #fff;
}

.build {
  background-color: #f8f7f5;
  padding-top: 60px;
  position: relative;
}

.build__main-caption {
  font-family: "Fugue";
  font-size: 35px;
  color: #000000;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}

.build__subcaption {
  font-family: "GillSans";
  font-size: 18px;
  color: #410817;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  max-width: 658px;
  display: block;
  margin: 0 auto;
}

.build__buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 47px;
  margin-bottom: 99px;
}

.build__btn {
  padding-left: 28px;
  padding-right: 28px;
  height: 52px;
  box-sizing: border-box;
  font-family: "Fugue";
  background-color: #f0eced;
  font-size: 22px;
  color: #410817;
  letter-spacing: 0;
  text-align: center;
  line-height: 52px;
  border-radius: 100px;
  cursor: pointer;
}

.build__btn_selected {
  background: #ee6720;
  border-radius: 100px;
  /* Rectangle 12: */
  background: #ee6720;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0px 5px 52px -17px rgba(0, 0, 0, 0.75);
}

.build__block:nth-child(odd) {
  max-width: 723px;
  margin-bottom: 120px;
}

.build__block:nth-child(even) {
  max-width: 620px;
  margin-left: auto;
  margin-bottom: 141px;
}

.build__block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.build__caption {
  font-family: "Fugue";
  font-size: 28px;
  color: #410817;
  letter-spacing: 1.6px;
  line-height: 32px;
  max-width: 310px;
  display: block;
  margin-bottom: 18px;
}

p.build__text {
  /* К.К.Гедройцем было п: */
  font-family: "GillSans";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}

div.build__text {
  margin-left: 30px;
}

.build__block:nth-child(1):after {
  content: url(../images/create-line1.png);
  display: block;
  position: absolute;
  bottom: -169px;
  left: 152px;
}

.build__block:nth-child(2):after {
  content: url(../images/create-line2.png);
  display: block;
  position: absolute;
  bottom: -172px;
  left: 147px;
}

.build__block:nth-child(3):after {
  content: url(../images/create-line3.png);
  display: block;
  position: absolute;
  bottom: -169px;
  left: 142px;
}

.build__block:nth-child(4):after {
  content: url(../images/create-line4.png);
  display: block;
  position: absolute;
  bottom: -152px;
  left: 187px;
}

.build > img:nth-child(1) {
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 193px;
}

.build > img:nth-child(2) {
  position: absolute;
  display: block;
  z-index: 0;
  right: 0;
  top: 50%;
}

.build > img:nth-child(3) {
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  bottom: 193px;
}

.about {
  background-color: #f8f7f5;
  padding-top: 60px;
  position: relative;
  padding-bottom: 97px;
}

.about__caption {
  margin-top: 21px;
  margin-bottom: 24px;
  font-family: "Fugue";
  font-size: 35px;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about__text {
  font-family: "GillSans";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 24px;
  padding-right: 31px;
  display: block;
}

.about__cont {
  position: relative;
  z-index: 1;
}

.about__cont > img {
  position: absolute;
  z-index: 0;
  top: -50px;
  max-width: inherit;
  z-index: 0;
  left: 75%;
  z-index: -1;
}

.contacts {
  position: relative;
  padding-top: 77px;
  padding-bottom: 83px;
  background-color: #f8f7f5;
}

.contacts > img {
  z-index: 0;
  position: absolute;
  left: 40%;
  top: 0;
}

.contacts__caption {
  font-family: "Fugue";
  font-size: 35px;
  color: #410817;
  letter-spacing: 3px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.contacts__text {
  font-family: "GillSans";
  font-size: 18px;
  color: #410817;
  letter-spacing: 0;
  line-height: 28px;
  display: block;
  margin-bottom: 12px;
}

.contacts__cont {
  padding-top: 90px;
}

.contacts__offer {
  margin-top: 30px;
  font-family: "GillSans";
  font-size: 18px;
  color: #410817;
  letter-spacing: 0;
  line-height: 28px;
}

.contacts__btn {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #410817;
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: "Fugue";
  font-size: 16px;
  color: #410817;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  margin-top: 38px;
}

.contacts__image {
  max-width: inherit;
  margin-left: auto;
  display: block;
}

.footer {
  background: #f8f7f5;
}

.footer .header__line {
  background: #410817;
}

.footer .header__cont {
  padding-top: 17px;
}

.footer .header__link {
  color: #410817;
}

.footer .header__phone {
  text-align: right;
  padding-top: 35px;
  display: block;
}

.para {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  overflow: auto;
}

.popup {
  width: 100%;
  max-width: 1200px;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  background: #d7d7d7;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}

.popup-new-product {
  padding: 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  display: none;
}

.popup__cont {
  padding: 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.popup .popup__cont:nth-child(3),
.popup .popup__cont:nth-child(4),
.popup .popup__cont:nth-child(5) {
  display: none;
}

.popup__tabs {
  display: flex;
  justify-content: flex-start;
}

.popup__tab {
  background: #d7d7d7;
  display: inline-block;
  line-height: 75px;
  height: 75px;
  padding: 0 50px;
  font-size: 22px;
  color: #410817;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 16px;
}

.popup__tab_active {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.popup__close {
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
  transition: 0.4s;
}

.popup__close:hover {
  transform: rotate(180deg);
}

.popup__slider {
  max-width: 46%;
}

.popup__block {
  max-width: 50%;
  margin-left: 4%;
  padding-top: 39px;
}

.popup__caption {
  font-family: "Fugue";
  font-size: 32px;
  color: #410817;
  letter-spacing: 0;
  margin-bottom: 31px;
  display: block;
}

.popup__text {
  font-family: "GillSans";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 40px;
  display: block;
}

.popup__value {
  background: #fff;
  border: none;
  margin-bottom: 1.25rem;
  table-layout: auto;
  width: 100%;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #fff;
}

.popup__value td {
  font-family: "GillSans";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}

.popup__value tr td:first-child {
  width: 15%;
  padding-left: 0;
}

.popup__value tr td:last-child {
  width: 15%;
}

.popup__value tr td:nth-child(2) {
  width: 70%;
}

.popup__line {
  background-image: linear-gradient(
    to right,
    black 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}

.new-block__btn,
.contacts__btn,
.header__button {
  transition: 0.3s;
}

.new-block__btn:hover,
.contacts__btn:hover {
  background: #410817;
  color: #fff;
}

.header__button:hover {
  background: #fff;
  color: #000;
}

.new-img-little {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.new-img-big {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.mobile__menu,
.header-mobile {
  display: none;
}

.header-mobile--static {
  position: static !important;
}

.jar-mobile {
  display: none;
}

.show-mobile {
  display: none;
}

.slick-dots {
  bottom: -50px;
}

.info {
  background-color: #f8f7f5;
  padding-top: 50px;
  padding-bottom: 80px;
}

#serts {
  background: #f8f7f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

#serts .build__main-caption {
  margin-bottom: 40px;
}

.serts__item {
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  outline: none;
}

.serts__item img {
  margin: auto;
  outline: none;
}

.arrow__left-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: none;
}

.arrow__left,
.arrow__right {
  height: 136px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
}

.arrow__left-img,
.arrow__right-img {
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.arrow__left-img:hover,
.arrow__right-img:hover {
  width: 50px;
  height: 50px;
  border: 5px solid #f5d7b7;
}
.arrow__left-img:active,
.arrow__right-img:active {
  width: 45px;
  height: 45px;
  border: 5px solid #f5d7b7;
}

.serts__slider {
  margin-bottom: 59px;
}

@media only screen and (max-width: 40em) {
  body {
    min-width: auto;
  }

  .row {
    min-width: auto;
  }

  .header {
    display: none;
  }

  .popup__tabs {
    display: block;
  }

  .header-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__logo {
    width: 54px;
    height: 58px;
  }

  .mobile__menu {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f8f7f5;
    box-sizing: border-box;
    padding-left: 0;
  }
  .mobile__menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/bg-mob-menu.png);
    background-size: cover;
  }

  .mobile-menu__crest {
    position: absolute;
    display: block;
    left: 18px;
    top: 31px;
  }

  .menu-items {
    margin-top: 20%;
    text-align: center;
  }

  .menu-item {
    display: block;
    font-family: "GillSans";
    font-size: 20px;
    color: #410817;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .top__caption {
    font-size: 46px;
  }

  .top__subcaption {
    font-size: 20px;
  }
  .jar {
    display: none;
  }
  .jar-mobile {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 10%;
  }
  .top__content {
    padding-top: 175px;
    padding-bottom: 10px;
  }
  .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .about__cont > img {
    position: static;
    left: 0;
    z-index: 0;
    top: -50px;
    max-width: 100%;
  }
  .contacts__image {
    max-width: 100%;
    margin-left: 40px;
    display: block;
  }
  .footer {
    display: none;
  }
  #top {
    height: 100vh;
  }
  .contacts > img {
    left: 0;
  }

  #spoon {
    padding-top: 58px;
    padding-bottom: 122px;
    background-image: url(../images/mobile-bg2.png) !important;
    background-size: cover;
    background-position: center center;
  }
  .spoon_line {
    display: none;
  }
  .spoon__cont-top {
    padding: 0;
    padding-top: 119px;
  }
  .spoon__cont-top .spoon_fruit {
    left: 0;
    top: 0;
  }

  .spoon__cont-left {
    padding-top: 197px;
    padding-left: 0;
  }

  .spoon__cont-left .spoon_fruit {
    right: auto;
    bottom: auto;
    top: 29px;
    left: 30%;
  }
  .spoon-image {
    display: none;
  }
  .spoon__cont-bottom {
    padding: 0;
    padding-top: 243px;
  }
  .spoon__cont-bottom .spoon_fruit {
    right: 60px;
    top: 15px;
  }
  #products {
    padding-top: 40px;
  }
  .products__caption {
    font-size: 22px;
  }
  .products__subcaption {
    font-size: 15px;
  }
  .products__cont {
    display: block;
    font-size: 0;
  }

  .product {
    display: inline-block;
    width: 46%;
    margin: 2%;
  }

  .product__caption {
    font-size: 15px;
  }

  .product__count {
    font-size: 15px;
  }
  #new {
    padding-top: 95px;
    padding-bottom: 105px;
  }
  .new-img-little {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: 30%;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    display: block;
  }
  .new-block {
    padding-top: 0;
  }
  .new-block__caption {
    font-size: 22px;
    text-align: center;
    margin-bottom: 8px;
  }
  .new-block__text {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 18px;
  }
  .new-block__btn,
  .header__button {
    display: none;
  }
  .new-img-big {
    max-width: 70%;
  }
  .build__main-caption {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .build__subcaption {
    font-size: 15px;
  }
  .build__buttons {
    display: block;
    margin-bottom: 60px;
  }
  .build__btn {
    height: auto;
    line-height: 1;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .build__block {
    display: block;
  }
  div.build__text {
    margin: 0;
  }
  .build__caption {
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .build__text {
    font-size: 15px;
    line-height: 22px;
  }
  .build__image {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }
  .build__block {
    margin-bottom: 60px !important;
  }
  .build__block:after {
    display: none !important;
  }
  .build__block:nth-child(even) {
    text-align: right;
  }
  .slick-slide img.build__image {
    display: inline;
  }
  #about {
    padding-top: 0;
  }
  .about__caption {
    font-size: 22px;
    line-height: 31px;
  }
  .about__text {
    font-size: 15px;
    line-height: 22px;
  }
  .contacts {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contacts__cont {
    padding-top: 0;
  }
  .contacts__image {
    margin-left: 0;
  }
  .contacts__caption {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contacts__text {
    font-size: 15px;
  }
  .popup {
    transform: translateX(0) translateY(0);
    left: 0;
    position: absolute;
    top: 0;
    display: none;
    padding: 0;
    border-radius: 0;
  }

  .popup__tab {
    height: 40px;
    line-height: 1.2;
    border-radius: 0 !important;
    padding: 10px 10px;
    font-size: 16px;
  }

  .popup__slider {
    width: 100%;
    max-width: 100%;
  }

  .popup__block {
    width: 100%;
    margin-left: 0%;
    max-width: 100%;
  }

  .popup__cont {
    display: block;
    padding: 10px;
  }

  .popup__cont:nth-child(3) {
    display: none;
  }

  .popup__value tr td:last-child {
    width: 20%;
  }

  .popup__value tr td:nth-child(2) {
    width: 65%;
  }

  .popup__close {
    top: 5px;
    right: 10px;
  }

  .info .build__main-caption {
    margin-bottom: 25px;
  }
}

.popup__slider .slick-dots li button:before {
  background: #410817;
  font-size: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  width: 380px;
  max-width: 100%;
  display: none;
}

.modal__caption {
  font-size: 28px;
  color: #410817;
  letter-spacing: 0;
  display: block;
  margin-bottom: 35px;
}

.modal__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

input[type="text"].modal__input,
input[type="email"].modal__input {
  margin-bottom: 20px;
  box-shadow: none;
  height: 42px;
  border: 1px solid #d5d4d4;
}

.modal__tip {
  opacity: 0.5;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  display: block;
  margin: 8px 0 14px;
}

.modal__wrap {
  display: flex;
  justify-content: baseline;
  margin-bottom: 33px;
}

.modal__agree a {
  color: #ee6720;
  text-decoration: underline;
}

#modal__agree {
  margin: 3px 0;
}

.modal__button {
  height: 51px;
  width: 100%;
  text-align: center;
  line-height: 51px;
  background: #410817;
  border: 1px solid #410817;
  box-sizing: border-box;
  padding: 0;
  outline: none;
}

.modal__cont {
  transition: 0.5s;
}

.modal__thanks {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  font-size: 28px;
  color: #410817;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  display: none;
  opacity: 0;
  transition: 0.5s;
}

.modal__button:hover,
.modal__button:focus {
  background: #fff;
  color: #410817;
}

@media screen and (max-width: 40em) {
  .header__phone {
    padding-top: 0;
  }
}

.text-page {
  padding-top: 40px;
}

.cookies {
  max-width: 1180px;
  position: fixed;
  z-index: 150;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 24px 0;
  transform: translate(-50%, 100%);
  transition: transform 0.7s cubic-bezier(0.63, 0.61, 0, 1.63);
  pointer-events: none;
}

.cookies.is-visible {
  transform: translate(-50%, 0);
}

@media screen and (max-width: 600px) {
  .cookies.is-visible {
    transform: translate(-50%, -45px);
  }
}
.cookies__info {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 9px 24px;
  overflow: hidden;
  pointer-events: auto;
  background-color: #f2f2f2;
}
@media screen and (max-width: 600px) {
  .cookies__info {
    padding: 12px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 600px) {
  .cookies__info {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.cookies__text {
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .cookies__text {
    font-size: 12px;
    text-align: center;
  }
}
.cookies__text a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .cookies__text a {
    font-size: 12px;
  }
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .cookies__btns {
    width: 100%;
    justify-content: center;
  }
}
.cookies__btn {
  flex-shrink: 0;
  margin: 0 !important;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .cookies__btn {
    flex: auto;
  }
}
.cookies [data-action="close-page"] {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
}
