html, body {
  background-color: #fff;
  height: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}


@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: url('/font/Inter-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: url('/font/Inter-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-weight: 900;
  font-style: normal;
  src: url('/font/Inter-Bold.woff2') format('woff2');
  font-display: swap;
}





body {
    margin:0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.2vw;
    overflow-x: hidden;
}
@media (max-width: 1260px) {
  body {
    line-height: 1.6;
    font-size: 2vw;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 3.6vw;
  }
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
h2 {
  font-size: 3.2vw;
  font-weight: 900;
  
  color: #303134;
  margin: 0 0 4vw;
  text-align: center;
}
@media (max-width: 1260px) {
  h2 {
  font-size: 4vw;
  }
}
@media (max-width: 800px) {
  h2 {
  font-size: 6vw;
  }
}


.max_width {
  width:100%;
  max-width:70vw;
  margin:0 auto;
  padding:0;
  box-sizing:border-box;
}
@media (max-width: 1260px) {
  .max_width {
    max-width:94vw;
    padding: 0 1vw;
  }
}
@media (max-width: 800px) {
  .max_width {
    max-width:92vw;
    padding: 0;
  }
}


.header {
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.header nav a {
  padding:1vw 1vw;
  color: #303134;
  text-decoration:none;
  cursor:pointer;
  font-size:1vw;
}
.header .phone {
  padding:1vw 0;
  color:#90a4ad;
  text-decoration:none;
  cursor:pointer;
  /* text-shadow: .1vw 0 .1vw #ddd; */
}
@media (max-width: 1260px) {
  .header nav {
    position: relative;
    top:-.1vw;
  }
  .header nav a {
    padding:1vw 1.6vw;
    font-size:1.6vw;
  }
  .header .phone {
    font-size: 1.8vw;
    padding: .6vw .8vw;
  }
}
@media (max-width: 800px) {
  .header .phone {
    font-size: 4vw;
    padding: 4vw 20vw 4vw 0;
  }
  .header nav {
    display: none;
    position: fixed;
    background-color:#fff;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    z-index: 20;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .open_mobile_menu .header nav {
      display: flex;
  }
  .header nav a {
    padding:4vw 4vw;
    font-size:5vw;
  }
}
.logo {
  position:relative;
  top:0.2vw;
  width:8vw;
}
@media (max-width: 1260px) {
  .logo {
    top:0;
  }
}
@media (max-width: 800px) {
  .logo {
    width: 24vw;
    top:.7vw;
  }
}

.button_mobile_menu {
  display:none;
}
@media (max-width: 800px) {
  .button_mobile_menu {
    display:inline-block;
    outline: none;
    border-width:0;
    position:fixed;
    top:0;
    right:0;
    z-index:30;
    background-color: transparent;
    width: 14vw;
    height: 14vw;
      background-image: url(/img/ico/list.svg);
  cursor: pointer;
      background-position: center;
  background-size: 68%;
  background-repeat: no-repeat;
    
  }
  .open_mobile_menu .button_mobile_menu {
    background-image: url(/img/ico/x-lg.svg);
    background-size: 56%;
  }
}




a {
  color: #49d8c8;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}
a:hover,
a:focus {
  color: #303134;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}



.face {
  background-color:#f3f3f5;
}
.face .max_width {
  display:flex;
  height: 96vh;
  min-height:48vw;
  
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.face img{
  width:52vw;
  position:relative;
  left:6vw;
  top:1vw;
}
.face h1{
  display: none;
  margin:0;
  padding:0;
  font-weight:900;
  font-size: 7vw;
  color:#303134;
  position:absolute;
  margin-top:-10vw;
  text-shadow: .1vw -.1vw 0vw #ccc, .2vw .2vw 30vw #b0b0b0;
}

.face .logo_face {
  margin:-8vw 0 0;
  padding:0;
  position: absolute;

  width: 26vw;
  left: auto;
  top: auto;
  
  opacity:.1;
  
}

.face ul {
  line-height:2.6;
  padding:1vw 2.2vw 2vw;
  color:#90a4ad;
}

@media (max-width: 1260px) {
  .face .max_width {
    max-width: 80vw;
  }
  .face img{
    width:58vw;
  }
  .face .logo_face {
    width: 30vw;
  }
}
@media (max-width: 800px) {
  .face ul {
    display:flex;
    width:100%;
    align-items: center;
    justify-content: space-between;
  }
  .face ul li {
    padding:0;
  }
.face .max_width {
    display:flex;
    max-width: 80vw;
  min-height:160vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  gap:16vw;
  }
  .face img{
    width: 100vw;
    left:0;
    top:0;
  }
  .face .logo_face {
    position: static;
    width: 60vw;
  }
}






.button1 {
  display: inline-block;
  padding: 1.4vw 2.8vw;
  background: transparent;
  color: #49d8c8;
  border: .1vw solid #90a4ad;
  border-radius: 6vw;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 1.6vw;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-shadow: .1vw -.1vw .1vw #eee;
}
.button1:hover{
  text-decoration: none;
}
@media (max-width: 1260px) {
  .box_formFeedback .button1 {
    font-size: 2.6vw;
    padding: 2.6vw 6vw;
  }
}
@media (max-width: 800px) {
  .box_formFeedback .button1 {
    /* margin-top:40vw; */
    font-size: 4vw;
    padding: 3vw 6vw;
  }
}
.button1:hover,
.button1:focus {
  background-color: rgba(144, 164, 173, 0.04);
  border-color: #303134;
  outline: none;
}

/* Mobile адаптация */
@media (max-width: 800px) {
  .button1 {
    font-size: 3.6vw;
    padding: 2.8vw 5.6vw;
    border-width: 1.2px;
    display:block;
    margin:auto;
    width:40vw;
    text-align:center;
  }
}


.aboutIcons ul {
  text-align:center;
  list-style-type: none;
  padding: 0 2vw;
  margin: 0;
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  color: #90a4ad;
  color:#303134;
  margin: 2vw 0;
}

.aboutIcons li {
  /*! background-color: #f5f5f7; */
  width: 16vw;
  padding: 10vw 1vw 12vw;
  border-radius: 2vw;
}
.aboutIcons img {
  width:10vw;
  opacity:0.6;
}
.aboutIcons p {
  padding:0;
  margin:0;
}
@media (max-width: 1260px) {
  .aboutIcons img {
    width:12vw;
  }
  .aboutIcons li {
    width:22vw;
  }
}
@media (max-width: 800px) {
  .aboutIcons ul {
      grid-template-columns: repeat(2, 1fr);
    padding:8vw 0;
  }
  .aboutIcons img {
    width:22vw;
  }
  .aboutIcons li {
    width: 42vw;
  }
}

.catalog {
  /*! text-align: center; */
  display: grid;
  padding: 0 2vw;
  margin: 0;
  align-items: stretch;
  justify-content: space-evenly;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  color: #90a4ad;
  color:#303134;
  margin: 2vw auto;
}

.catalog img {
  width:100%;
}
.catalog .product {
 background: linear-gradient(to bottom, #f5f5f7, white 60%);
 width: 22vw;
 padding: 2vw 0vw;
 border-radius: 2vw;
}
.catalog .name {
  font-weight: 900;
  padding: 0 2vw;
  font-size:1.5vw;
  color: #303134;
}
.catalog .info {
  color: #90a4ad;
  font-size: 1vw;
  padding: 0.6vw 2vw 0;
}
.catalog .buttons {
  text-align: center;
  position: relative;
  z-index: 10;
}
.catalog .buttons button {
  border-style:solid;
  border-width: .14vw;
  border-radius: 10vw;
  background-color: transparent;
  width: 4vw;
  cursor: pointer;
  font-size: 0.8vw;
  padding:.4vw 0;
}
.catalog .img_box {
  height: 18.8vw;
  position: relative;
  top:-1.6vw;
}

@media (max-width: 1260px) {
  .catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 6vw 0;
  }
  .catalog .product {
    width:42vw;
    padding: 2.2vw 0vw;
  }
  .catalog .name {
    font-size:3.2vw;
    padding: 0 4vw;
  }
  .catalog .info {
    font-size:1.8vw;
    padding: 1vw 4vw 0;
  }
  .catalog .buttons button {
    font-size:1.6vw;
    width: 8vw;
    padding:.6vw 0;
  }
  .catalog .img_box {
    top:-3.4vw;
    height: 36vw;
  }
}
@media (max-width: 800px) {
  .catalog {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw 0;
  }
  .catalog .product {
    border-radius:6vw;
    width:86vw;
    padding: 6vw 0vw 12vw;
  }
  .catalog .name {
    font-size:6vw;
    padding: 0 8vw;
  }
  .catalog .info {
    font-size:4vw;
    padding: 4vw 8vw 0;
  }
  .catalog .buttons button {
    font-size:4vw;
    width: 18vw;
    padding:2vw 0;
  }
  .catalog .img_box {
    top:-6vw;
    height: 76vw;
  }
}




.box_foto {
  margin: 8vw 0;
}
.box_foto p {
  color:#90a4ad;
  padding: 0;
  margin: 1vw 0;
}

.gallery {
    display: flex;
    padding: 3vw 2vw;
    margin: 0;
    gap: 2vw;
    justify-content: space-between;
    align-items: stretch;
}
.gallery img {
  width: 30vw;
  border-radius: 2vw;
}
@media (max-width: 1260px) {
  .gallery {
    padding: 4vw;
  }
  .gallery img {
    width: 28vw;
  }
}
@media (max-width: 800px) {
  .gallery {
    display: flex;
    padding: 6vw 3vw;
    flex-direction: column;
    gap: 3vw;
  }
  .gallery img {
    width: 92vw;
  }
}

.w_mint_buttons button {
  border-color:#49d5c4;
}
.catalog .w_mint_buttons .mark {
  background-color:#49d5c4;
  color:#fff;
  text-shadow:0 0 .6vw #358178;
}


.w_mango_buttons button {
  border-color:#f9bd23;
}
.catalog .w_mango_buttons .mark {
  background-color:#f9bd23;
  color:#fff;
  text-shadow:0 0 .6vw #917836;
}


.w_ice_buttons button {
  border-color:#38b6f9;
}
.catalog .w_ice_buttons .mark {
  background-color:#38b6f9;
  color:#fff;
  text-shadow:0 0 .6vw #326c8b;
}


.w_coffee_buttons button {
  border-color:#ad774c;
}
.catalog .w_coffee_buttons .mark {
  background-color:#ad774c;
  color:#fff;
  text-shadow:0 0 .6vw #735137;
}


.container {
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 2vw;
  padding: 2vw 4vw;
  box-shadow: 0 0.6vw 0.8vw rgba(18, 32, 89, 0.08);
  width: 50vw;
}
@media (max-width: 1260px) {
  .container {
    width: 75vw;
    padding: 4vw 6vw;
  }
}
@media (max-width: 800px) {
   .container {
    width: 100%;
    padding: 8vw 8vw;
  }
}






.box_formFeedback a {
  color:#49d8c8;
  text-shadow: .1vw -.1vw .1vw #eee;
}
.box_formFeedback p {
  color: #90a4ad;
  margin: 1vw 0 4vw;
}


.form-group {
  margin-bottom: 1.8vw;
  text-align: left;
}
@media (max-width: 1260px) {
  .form-group {
    margin-bottom: 4vw;
  }
}
@media (max-width: 800px) {
  .form-group {
    margin-bottom: 8vw;
  }
}

.form-group label {
  display: block;
  /*! font-size: 1.4vw; */
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.6vw;
}
.form-group.required label::after {
  content: " *";
  color: #e53e3e;
  font-weight: normal;
}
@media (max-width: 1260px) {
  .form-group label {
    /*! font-size: 2vw; */
    margin-bottom: 1vw;
  }
}
.form-group input {
  width: 100%;
  padding: 1vw 1.4vw;
  font-size: 1.5vw;
  border: 1px solid #ddd;
  border-radius: 0.8vw;
  background: #fdfdfd;
  transition: border-color 0.25s, box-shadow 0.25s;
  outline: none;
}

.form-group select:focus,
.form-group textarea:focus,
.form-group input:focus {
  border-color: #49d8c8;
  box-shadow: 0 0 0 0.2vw rgba(74, 144, 226, 0.2);
}



.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1vw 1.4vw;
  font-size: 1.5vw;
  border: 1px solid #d7d7d7;
  border-radius: 0.8vw;
  background: #fdfdfd;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  transition: border-color 0.25s, box-shadow 0.25s;
  outline: none;
  resize: vertical;
}


.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2390a4ad' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.2vw center;
  background-size: 0.8em auto;
  padding-right: 2.8vw;
}


@media (max-width: 1260px) {
  .form-group select,
  .form-group textarea,
  .form-group input {
    font-size: 3vw;
    padding: 1.4vw 2.4vw;
    border-radius: 1.6vw;
  }
  .form-group select {
    padding-right: 4.8vw;
  }
}
@media (max-width: 800px) {
  .form-group select,
  .form-group textarea,
  .form-group input {
    font-size: 4vw;
    padding: 2.8vw 3.6vw;
    border-radius: 2.4vw;
  }
  .form-group select {
    padding-right: 7.2vw;
  }
}

#feedbackButton {
  margin: 0 auto 2vw;
  display: block;
}
@media (max-width: 800px) {
#feedbackButton {
  margin: 9vw auto 2vw;
  display: block;
}
}


footer {
  color:#90a4ad;
  text-align: center;
  padding: 4vw 2vw;
}
@media (max-width: 1260px) {
  footer {
    padding: 6vw 2vw;
  }
}
@media (max-width: 800px) {
  footer {
    padding: 8vw 2vw;
  }
}








.box_contacts {
  margin:  8vw auto;
}
.box_contacts .container {
  background-image: url(/img/face.png);
  background-size: 50vw;
  background-repeat: no-repeat;
  background-position: 31vw 2vw;
  padding:4vw;
}
.box_contacts .list {
  display: grid;
  grid-template-columns: 2vw 6vw 1fr;
  gap: 4vw 2vw;
  justify-items: start;
  justify-content: start;
  align-items: center;
  align-content: center;
}
.box_contacts .feature-icon img {
   height:2vw;
  opacity:0.4;
  
}
.box_contacts strong {
  font-weight: 500;
  font-size: 1.4vw;
  color: #303134;
  line-height: 1.4;
}
.box_contacts a {
  font-size:1.8vw;
  text-shadow:.1vw -.1vw 0 #b6e7e2;
}
@media (max-width: 1260px) {

  .box_contacts .container {
    padding: 4vw 10vw;
  }
  .box_contacts .list {
  grid-template-columns: 3vw 6vw 1fr;
  }
  .box_contacts .container {
  background-size: 80vw;
  background-position: 31vw 2vw;
  }
}
@media (max-width: 800px) {
  .box_contacts .feature-icon img {
     height:4vw;
    position:relative;
    top:1vw;
  }
  
  .box_contacts .container {
    padding: 8vw 6vw;
  }

  .box_contacts .list {
  grid-template-columns: 6vw 14vw 1fr;
  gap: 8vw 4vw;
  margin: 6vw 0 0;
  }
  .box_contacts strong {
  font-weight: 500;
  font-size: 2.8vw;
  }
  .box_contacts a {
  font-size:3.6vw;
  }
    .box_contacts .container {
  background-size: 100vw;
  background-position: 48vw 20vw;
  }
}



.content h2 {
  text-align: left;
  padding: 0;
  margin: 4vw 0 0;
  font-size: 2vw;
}









