/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.main-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
  padding-bottom: 5px;
  flex-wrap: wrap; }

.big-nav {
  display: none; }

.main-header__logo-container {
  display: flex; }

.main-header__logo {
  height: 40px;
  width: 35px;
  background: url(../img/logo-mobile.svg) no-repeat; }

.main-header__site-name {
  background: url(../img/logo-mobile-header.svg) no-repeat;
  height: 20px;
  width: 105px; }

.main-header__mob-nav {
  border-bottom: 2px solid black;
  height: 20px;
  width: 25px;
  position: relative;
  top: -4px; }
  .main-header__mob-nav:hover {
    cursor: pointer; }
  .main-header__mob-nav::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black; }
  .main-header__mob-nav::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black; }
  .main-header__mob-nav_hide {
    border: 0; }
  .main-header__mob-nav_hide::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: rotate(-46deg); }
  .main-header__mob-nav_hide::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform: rotate(47deg); }

@media (min-width: 768px) {
  .main-header__mob-nav {
    display: none; }
  .main-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px;
    align-items: center;
    padding-bottom: 5px; }
  .main-header__logo-container {
    flex-grow: 3; }
  .main-header__logo {
    height: 65px;
    width: 180px;
    background: url(../img-tablet/logo-tablet.svg) no-repeat; }
  .main-header__site-name {
    display: none; }
  .big-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 2; }
    .big-nav__link {
      font-size: 16px;
      text-decoration: none;
      color: black;
      text-transform: uppercase; }
  .big-nav__link_active {
    border-bottom: 2px solid #68b738; }
  .big-nav__link_active-main {
    border-bottom: 2px solid green; } }

@media (min-width: 1300px) {
  .main-header__mob-nav {
    display: none; }
  .main-header__site-name {
    background: url(../img-desktop/logo-desktop.svg.svg) no-repeat; }
  .main-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 25px; }
  .main-header {
    padding-top: 50px; }
  .main-header__logo-container {
    display: flex;
    flex-grow: 3; }
  .main-header__logo {
    height: 59px;
    width: 202px;
    background: url(../img-desktop/logo-desktop.png) no-repeat; }
  .main-header__site-name {
    display: none; }
  .big-nav {
    display: flex;
    justify-content: space-around;
    flex-grow: 1; }
    .big-nav__link {
      font-size: 16px;
      text-decoration: none;
      color: black;
      text-transform: uppercase; }
  .big-nav__link_active {
    border-bottom: 2px solid green; }
  .big-nav__link_active-main {
    border-bottom: 2px solid white;
    color: white; }
  .big-nav__link_white {
    color: white; } }

.main-header__logo:hover,
.big-nav__link:hover {
  opacity: 0.8; }

.main-header__logo:active,
.big-nav__link:active {
  opacity: 0.3; }

.page-h1 {
  width: 100%;
  font-size: 36px;
  line-height: 60px;
  color: #111111;
  text-align: center; }

.page-h1 + p {
  text-align: center;
  font-size: 20px;
  font-weight: 500; }

@media (min-width: 768px) {
  .page-h1 {
    font-size: 60px;
    text-align: left; }
  .page-h1 + p {
    text-align: left; } }

.hor-line {
  width: 100%;
  height: 1px;
  background-color: gray;
  margin-top: 25px;
  opacity: 0.3;
  margin-left: auto;
  margin-right: auto; }

.hor-line_short {
  width: 80%;
  opacity: 0.6;
  margin-left: auto;
  margin-right: auto; }

.hor-line_noMargin {
  margin-top: 0; }

@media (min-width: 768px) {
  .hor-line {
    display: none; }
  .footer .hor-line_short {
    display: none; } }

.product-item {
  padding-top: 22px; }

.product-item-container__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }

.product-item .hor-line {
  display: none; }

.product-item__img {
  max-height: 96px;
  padding-right: 35px; }

.product-item__characters {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

.product-item__amount {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.product-item__name {
  font-weight: 600;
  margin-bottom: 15px; }

.product-item__taste {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.product-item__price {
  width: 100%;
  display: flex;
  justify-content: space-between; }

@media (min-width: 768px) {
  .product-item {
    min-height: 434px;
    width: 324px;
    position: relative;
    background-color: #f2f2f2;
    margin-top: 90px; }
  .product-item__name {
    align-self: center; }
  .product-item-container__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 262px; }
  .product-item__characters {
    flex-basis: auto;
    font-size: 20px;
    width: 85%; }
  .product-item__img {
    position: relative;
    top: -16px;
    max-height: 300px;
    padding-right: 0; }
  .product-item__amount {
    margin-top: 10px; }
  .product-item__price {
    margin-top: 10px; }
  .product-item__img-wrapper {
    height: 141px;
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
  .product-item .button {
    margin-top: 30px;
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .product-item .hor-line {
    background-color: black;
    display: flex;
    margin-top: 15px;
    width: 100%;
    margin: 5px auto; } }

@media (min-width: 1300px) {
  .product-item {
    min-height: 434px;
    width: 245px;
    background-color: #f2f2f2;
    margin: 0 10px;
    margin-top: 90px; }
  .product-item .button {
    margin-top: 30px;
    width: 175px;
    margin-left: auto;
    margin-right: auto; }
  .product-item__img {
    padding-right: 0; } }

.button {
  width: 100%;
  max-width: 400px;
  background-color: #68b738;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  margin: 0 auto;
  margin-top: 15px; }
  .button:hover {
    cursor: pointer; }

.button_gray {
  background-color: #f2f2f2;
  color: #444444; }

@media (min-width: 768px) {
  .button {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1300px) {
  .button {
    max-width: 250px;
    margin: 0 0; } }

.showMore-items {
  text-align: center;
  padding-top: 25px; }

.showMore-items__text2 {
  opacity: 0.7; }

@media (min-width: 768px) {
  .showMore-items {
    margin-top: 91px;
    min-height: 513px;
    box-sizing: border-box;
    width: 324px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .showMore-items__text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    width: 160px; }
  .showMore-items__text2 {
    font-size: 20px;
    width: 160px; }
  .showMore-items .button {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px; } }

@media (min-width: 1300px) {
  .showMore-items {
    min-height: 456px;
    margin-top: 120px;
    width: 245px;
    margin-top: 88px;
    margin-left: 10px;
    margin-right: 10px; }
  .showMore-items .button {
    width: 175px;
    margin-top: 79px; } }

.cross {
  margin: 0 auto;
  height: 32px;
  position: relative;
  width: 32px; }
  .cross::before {
    position: absolute;
    top: 0;
    left: 15px;
    content: "";
    height: 32px;
    width: 2px;
    background-color: gray; }
  .cross::after {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    height: 2px;
    width: 32px;
    background-color: gray; }

@media (min-width: 768px) {
  .cross {
    margin: 0 auto;
    height: 60px;
    position: relative;
    width: 60px; }
    .cross::before {
      position: absolute;
      top: 0;
      left: 30px;
      content: "";
      height: 60px;
      width: 2px;
      background-color: gray; }
    .cross::after {
      position: absolute;
      top: 30px;
      left: 0;
      content: "";
      height: 2px;
      width: 60px;
      background-color: gray; } }

.additional-products {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.additional-product {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 2px solid #D9D9D9;
  box-sizing: border-box; }

.additional-product:last-child {
  border-bottom: 2px solid #D9D9D9; }

.additional-products__present {
  margin: 30px auto;
  background: url(../img/gift-photo-mobile.png) no-repeat;
  height: 291px;
  background-position: center;
  position: relative; }

.additional-products__present-icon {
  background: url(../img/gift.png) no-repeat;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  top: 60px; }

.additional-products__present-text {
  position: relative;
  top: 126px;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 18px; }

@media (min-width: 768px) {
  .additional-products .hor-line {
    display: flex;
    width: 100%; }
  .additional-product {
    border: 2px solid #D9D9D9;
    padding: 30px 35px;
    border-bottom: 0; }
  .additional-product:last-child {
    margin-bottom: 2px solid #D9D9D9; }
  .additional-products__present {
    margin: 0px auto;
    background: url(../img-tablet/gift-photo-tablet.png) no-repeat;
    flex-grow: 1;
    background-position: center;
    position: relative; }
  .additional-products__present-icon {
    position: relative;
    top: 119px;
    left: 96px;
    display: inline-block;
    width: 60px;
    height: 60px; }
  .additional-products__present-text {
    position: relative;
    top: 127px;
    left: 306px;
    height: 60px;
    width: 200px;
    margin: 0 auto;
    text-align: left;
    display: inline-block; } }

@media (min-width: 1300px) {
  .additional-products {
    display: flex;
    align-items: center;
    margin-bottom: 80px; }
  .additional-product {
    border-left: 0px;
    border-right: 0px;
    padding-left: 0px;
    padding-top: 17px;
    padding-bottom: 17px; }
  .additional-products__present {
    background: url(../img-desktop/gift-photo-desktop.png) no-repeat;
    margin-left: 50px; }
  .additional-products__present-icon {
    position: relative;
    top: 72px;
    left: 96px;
    display: inline-block;
    width: 60px;
    height: 60px; }
  .additional-products__present-text {
    position: relative;
    top: 171px;
    left: -29px;
    height: 60px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: inline-block; }
  .additional-product__packaging {
    padding-right: 20px; } }

.additional-product {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.additional-product__name {
  font-size: 16px;
  margin: 5px 0;
  font-family: "Arial"; }

.additional-product__packaging {
  margin: 5px 0;
  opacity: 0.6;
  display: flex;
  justify-content: space-between;
  font-family: "Arial"; }

@media (min-width: 768px) {
  .additional-product__packaging {
    justify-content: flex-start;
    position: relative;
    top: 0;
    left: 0; }
  .additional-product {
    display: flex; } }

@media (min-width: 1300px) {
  .additional-product {
    flex-direction: row;
    width: 900px;
    align-items: center;
    justify-content: space-between; }
  .additional-product__packaging {
    width: 300px;
    justify-content: space-between; }
  .additional-product__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0;
    width: 300px;
    font-family: Oswald; } }

.contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f2f2f2;
  overflow: hidden; }

.contacts_bg-color {
  background-color: transparent; }

.contacts__diller-invitationals {
  flex-basis: 140px;
  font-size: 16px;
  margin: 31px 0;
  font-weight: bold;
  text-align: center; }

.contacts__adress {
  flex-basis: 140px;
  margin: 31px 0;
  opacity: 0.8;
  font-size: 14px;
  padding-top: 5px;
  font-family: arial; }

@media (min-width: 768px) {
  .contacts {
    justify-content: space-between;
    width: 708px;
    margin: 0 auto; }
  .contacts_bg-color {
    background-color: transparent; }
  .contacts__diller-invitationals {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 70px; }
  .contacts__adress {
    font-size: 16px;
    margin-right: 55px; } }

@media (min-width: 1300px) {
  .contacts-map-flex-wrapper {
    position: relative; }
  .contacts {
    box-shadow: 0px 2px 13px -2px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 120px;
    left: -15px;
    z-index: 100;
    width: 565px;
    height: 200px;
    background-color: white;
    justify-content: space-around; }
  .contacts__diller-invitationals {
    margin: 0px;
    align-self: center;
    text-align: left; }
  .contacts__adress {
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    align-self: center;
    font-size: 16px;
    line-height: 20px; } }

.map-container {
  min-height: 350px;
  width: 100%;
  display: flex;
  position: relative;
  min-width: 280px;
  overflow: hidden; }

.map {
  flex-grow: 1;
  background: url(../img/map.png) no-repeat;
  background-position: center;
  background-size: cover; }

iframe {
  width: 100%;
  position: relative; }

@media (min-width: 768px) {
  iframe {
    width: 100%;
    position: relative; } }

@media (min-width: 768px) and (min-width: 1300px) {
  iframe {
    width: 1350px;
    margin-left: -25px;
    z-index: 0;
    position: relative; }
  .map-container {
    width: 1350px;
    margin-left: -25px;
    overflow: hidden; } }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f2f2;
  min-width: 280px; }

.footer__logo {
  padding-top: 40px;
  margin-bottom: 5px; }

.footer__social {
  width: 128px;
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.footer__creator {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }

.footer__developer {
  opacity: 0.7; }

@media (min-width: 768px) {
  .footer {
    padding: 40px 30px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .footer .hor-line {
    display: none; }
  .footer__logo {
    padding-top: 0;
    margin-bottom: 0; }
  .footer__social {
    padding-top: 0; }
  .footer__creator {
    width: 170px;
    padding: 0;
    justify-content: space-between; } }

@media (min-width: 1300px) {
  .footer {
    box-sizing: border-box;
    width: 1350px;
    margin-left: -25px; } }

@media (min-width: 768px) {
  .product-item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media (min-width: 1300px) {
  .product-item-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; } }

@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Light.ttf); }

.form-input {
  padding: 10px;
  display: flex; }

.form-input span {
  align-self: center;
  margin-right: 10px; }

.form-input_input {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-grow: 1; }

.form-goal {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.form-goal input {
  visibility: hidden;
  margin-left: 10px; }

.form-goal label {
  position: relative;
  line-height: 45px; }

.form-goal label::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid grey;
  border-radius: 50px;
  left: -30px;
  top: -2px; }

.form-goal label::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: transparent;
  left: -24px;
  top: 4px;
  border-radius: 50px; }

.form-goal input:checked + label::after {
  background-color: green; }

.form-flex-wrapper {
  display: flex;
  flex-direction: column; }

.flex-container {
  padding: 10px;
  flex-grow: 1; }

.form-input__input {
  flex-grow: 1;
  padding: 10px 0 10px 10px;
  width: 100%; }

@media (min-width: 1200px) {
  .form-flex-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .flex-container {
    flex-grow: 1; } }

.line-styled {
  min-width: 100%;
  margin: 0;
  margin-top: 20px;
  font-size: 21px;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px; }
  .line-styled__h2 {
    font-family: Oswald;
    font-size: 24px;
    display: inline-block;
    position: relative;
    font-size: 26px;
    z-index: 3;
    background-color: white;
    padding-right: 15px; }
  .line-styled__line {
    min-height: 2px;
    width: 100%;
    background-color: #68b738;
    position: absolute;
    top: 37px;
    z-index: 1; }

@media (min-width: 768px) {
  .line-styled__line {
    width: 105%;
    left: -40px; } }

.contact-data__item input {
  padding: 10px;
  flex-grow: 1;
  margin-right: 15px; }

.contact-data__item span {
  align-self: center;
  margin-right: 10px; }

.contact-data__item {
  margin: 10px;
  display: flex; }

@media (min-width: 1300px) {
  .contact-data {
    display: flex;
    flex-direction: row; }
    .contact-data__item {
      flex-grow: 1; } }

.animal-comments {
  width: 100%;
  display: flex;
  justify-content: center; }

.animal-comments__input {
  height: 200px;
  resize: none;
  width: 80%;
  margin-top: 20px; }

.additional-options {
  display: flex;
  flex-direction: column; }

.additional-options-square {
  height: 28px;
  width: 28px;
  border: 1px solid grey;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -4px;
  top: -1px;
  margin-right: 10px; }

.additional-options__checkbox {
  visibility: hidden;
  position: relative; }

.additional-options__label {
  font-family: Oswald;
  font-weight: 600;
  position: relative;
  line-height: 45px;
  font-size: 16px;
  text-transform: uppercase; }

.additional-options__label::before {
  content: "";
  position: absolute;
  height: 23px;
  width: 2px;
  background-color: transparent;
  transform: rotate(37deg);
  left: 14px;
  top: -1px; }

.additional-options__label::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 2px;
  background-color: transparent;
  transform: rotate(-45deg);
  left: 3px;
  top: 9px; }

.additional-options__checkbox:checked + .additional-options__label::before {
  background-color: greenyellow; }

.additional-options__checkbox:checked + .additional-options__label::after {
  background-color: greenyellow; }

@media (min-width: 768px) {
  .additional-options {
    flex-direction: row;
    flex-wrap: wrap; }
  .additional-options__option {
    flex-basis: 50%; } }

@media (min-width: 1300px) {
  .additional-options {
    flex-direction: row; }
  .additional-options__option {
    flex-basis: 0%;
    flex-grow: 1; } }

.send-button-block {
  margin: 30px 0;
  margin-bottom: 50px; }

.send-button-block__info {
  text-align: center;
  padding: 10px; }

@media (min-width: 768px) {
  .send-button-block {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .send-button-block__button {
    margin: 0px 0px; } }

@media (min-width: 1300px) {
  .send-button-block {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .send-button-block__info {
    justify-content: flex-start; }
  .send-button-block__button {
    max-width: 550px;
    margin-right: 70px; } }

.functional-food__desktop-background,
functional-food__desktop-background2 {
  display: none; }

.functional-food {
  background: url(../img/index-background-mobile.png) no-repeat;
  text-align: center;
  background-size: contain;
  margin: 0 auto;
  color: white;
  height: auto;
  margin-top: 10px;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  min-width: 280px;
  max-width: 320px; }

.functional-food h1 {
  margin: 0 auto;
  padding-top: 35px; }

.functional-food p {
  font-size: 14px; }

.functional-food__img {
  margin-top: 5px; }

.functional-food__button {
  max-width: 280px;
  margin: 0 auto;
  font-size: 13px; }

@media (min-width: 768px) {
  .functional-food {
    background-image: url("../img-desktop/index-can.png");
    width: 100%;
    height: 829px;
    background-position: bottom;
    max-width: 768px; }
  .functional-food h1 {
    color: black;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-left: 85px;
    font-family: Oswald; }
  .functional-food p {
    margin-top: 35px;
    margin-bottom: 20px;
    color: black;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-left: 90px;
    font-weight: 600; }
  .functional-food__button {
    margin-left: 85px;
    width: 250px;
    height: 55px;
    font-size: 20px;
    line-height: 20px; } }

@media (min-width: 1300px) {
  .functional-food {
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("#");
    max-width: 1300px; }
  .functional-food h1 {
    margin-top: 40px; }
  .functional-food__desktop-background {
    display: block;
    position: absolute;
    background: url(../img-desktop/index-background-desktop.png) no-repeat;
    top: -124px;
    right: -65px;
    height: 696px;
    width: 720px;
    z-index: -1; }
  .functional-food__desktop-background2 {
    display: block;
    background-image: url("../img-desktop/index-can.png");
    background-size: auto;
    height: 499px;
    width: 552px;
    position: absolute;
    top: 18px;
    left: 700px;
    z-index: 5;
    margin-left: -276px; } }

.weight-option-flex-wrapper {
  overflow: hidden; }

.weight-option {
  height: 305px;
  width: 100%;
  margin: 0 auto;
  background-color: #F2F2F2;
  margin-top: 25px;
  padding: 20px;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  max-width: 320px;
  min-width: 280px; }

.weight-option__header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  padding: 20px 0; }

.weight-option__icon {
  background: url(../img/Ellipse%201%20copy.png) no-repeat;
  height: 55px;
  width: 55px;
  background-position: center;
  position: relative; }

.puma-seat::before {
  content: "";
  position: absolute;
  display: block;
  height: 50px;
  width: 36px;
  background: url(../img/Vector%20Smart%20Object.png) no-repeat;
  top: -2px;
  left: 13px; }

.puma-walk::before {
  content: "";
  position: absolute;
  display: block;
  height: 33px;
  width: 72px;
  background: url(../img/Vector%20Smart%20Object%20copy%202.png) no-repeat;
  top: 14px;
  left: -6px; }

.weight-option__h2 {
  align-self: auto;
  margin-left: 20px; }

.weight-option__text {
  width: 235px;
  height: 108px;
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-family: "Arial";
  margin-top: 10px; }

.weigth-option__href {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px; }

.weigth-option__href a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: black;
  top: 8px;
  left: 120px; }

.weigth-option__href a::after {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-left: 10px solid black;
  top: 4px;
  left: 140px; }

.weigth-option__href a {
  text-decoration: none;
  color: black;
  padding-right: 50px; }

@media (min-width: 768px) {
  .weight-option {
    width: 100%;
    padding-left: 50px;
    max-width: 768px; }
  .weight-option__icon {
    background: url(../img-tablet/Ellipse%201%20copy.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 423px;
    height: 200px;
    width: 200px; }
  .puma-seat::before {
    content: "";
    position: absolute;
    display: block;
    height: 195px;
    width: 145px;
    background: url(../img-tablet/cat-seat.svg) no-repeat;
    top: -8px;
    left: 33px; }
  .puma-walk::before {
    content: "";
    position: absolute;
    display: block;
    height: 113px;
    width: 270px;
    background: url(../img-tablet/cat-walk.svg) no-repeat;
    top: 38px;
    left: -36px; }
  .weight-option__text {
    width: 340px;
    font-size: 16px;
    line-height: 24px; }
  .weight-option__hr {
    display: none; }
  .weight-option__h2 {
    font-size: 36px;
    line-height: 37px;
    margin-left: 0; }
  .second {
    width: 300px; }
  .weigth-option__href {
    font-size: 20px;
    line-height: 20px; } }

@media (min-width: 1300px) {
  .weight-option-flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .weight-option {
    width: 580px;
    height: 370px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    max-width: 1300px; }
  .weight-option__text,
  .second {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  .weight-option__icon {
    background: url(../img-desktop/Ellipse%201.png) no-repeat;
    height: 100px;
    width: 102px;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 65px; }
  .puma-seat::before {
    content: "";
    position: absolute;
    display: block;
    height: 97px;
    width: 70px;
    background: url(../img-desktop/cat-seat.svg) no-repeat;
    top: -6px;
    left: 16px; }
  .puma-walk::before {
    content: "";
    position: absolute;
    display: block;
    height: 56px;
    width: 134px;
    background: url(../img-desktop/cat-walk.svg) no-repeat;
    top: 22px;
    left: -16px; }
  .weigth-option__href {
    margin-top: 0; } }

.how-it-works-list {
  margin: 0 auto;
  width: 280px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.how-it-works-list__item {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start; }

.how-it-works-list__header {
  width: 280px;
  height: 47px;
  font-size: 36px;
  line-height: 60px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 30px; }

.how-it-works-list__image {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #67B737;
  margin-right: 20px; }

.advantage1::before {
  content: "";
  height: 29px;
  width: 26px;
  position: absolute;
  background-position: center;
  background: url(../img/advantage-1.png.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -14.5px;
  margin-left: -13px; }

.advantage2::before {
  content: "";
  height: 31px;
  width: 29px;
  position: absolute;
  background: url(../img/andvantage-2.png.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -15.5px;
  margin-left: -14.5px; }

.advantage3::before {
  content: "";
  height: 30px;
  width: 23px;
  position: absolute;
  background: url(../img/advantage-3.png.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -11.5px; }

.advantage4::before {
  content: "";
  height: 31px;
  width: 26px;
  position: absolute;
  background: url(../img/advantage-4.png.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -15.5px;
  margin-left: -13px; }

.how-it-works-list__text {
  font-size: 14px;
  line-height: 18px;
  width: 200px;
  font-family: "Arial"; }

@media (min-width: 768px) {
  .how-it-works-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .how-it-works-list__item {
    height: 235px;
    width: 50%;
    display: flex;
    flex-direction: column; }
  .how-it-works-list__header {
    font-size: 60px;
    line-height: 60px;
    width: 100%; }
  .how-it-works-list__image {
    height: 80px;
    width: 80px; }
  .how-it-works-list__text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Arial";
    width: 250px;
    font-weight: 500; }
  .item1::before {
    content: "";
    height: 228px;
    width: 71px;
    position: absolute;
    background: url(../img-tablet/1.png) no-repeat;
    left: 127px;
    top: 0;
    z-index: -1; }
  .item2::before {
    content: "";
    height: 230px;
    width: 114px;
    position: absolute;
    background: url(../img-tablet/2.png) no-repeat;
    left: 127px;
    top: 0;
    z-index: -1; }
  .item3::before {
    content: "";
    height: 233px;
    width: 113px;
    position: absolute;
    background: url(../img-tablet/3.png) no-repeat;
    left: 127px;
    top: 0;
    z-index: -1; }
  .item4::before {
    content: "";
    height: 228px;
    width: 121px;
    position: absolute;
    background: url(../img-tablet/4.png) no-repeat;
    left: 127px;
    top: 0;
    z-index: -1; } }

@media (min-width: 1300px) {
  .how-it-works-list__item {
    height: 235px;
    width: 25%;
    display: flex;
    flex-direction: column; } }

.live-example {
  min-height: 500px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 0 20px;
  flex-basis: 320px;
  margin-left: -20px;
  margin: 0 auto;
  min-width: 280px; }

.live_example__header {
  font-size: 36px;
  font-weight: 600;
  padding-top: 25px;
  height: auto; }

.live-example__text {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-family: "Arial"; }

.live-example__food-costs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }

.live-example__item {
  box-sizing: border-box;
  width: 120px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 10px 0;
  position: relative;
  margin-bottom: 30px; }

.live-example__item-value {
  font-size: 24px;
  line-height: 24px; }

.live-example__item-text {
  position: absolute;
  background-color: #F2F2F2;
  width: 60px;
  bottom: -38%;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-family: "Arial"; }

.live-example__sum {
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
  text-align: center; }

.live-example__img1 {
  background-image: url(../img/before-mobile.png);
  background-repeat: no-repeat;
  height: 232px;
  margin: 0 auto;
  margin-top: 40px;
  background-position: center; }

.live-example__was-is {
  position: relative; }

.live-example__was {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2; }

.live-example__was img {
  width: 240px;
  position: relative;
  left: 50%;
  transform: translateX(-120px); }

.live-example__is {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-120px); }

.live-example__is img {
  width: 240px; }

.live-example__toggler {
  margin: 0 10px;
  height: 10px;
  width: 80px;
  background-color: white;
  border-radius: 100px;
  position: relative; }

.live-example__toggler::before {
  content: "";
  background-color: green;
  border-radius: 100px;
  width: 35px;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -3px; }

.live-example__was-is-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600; }

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.live-example__was-is {
  height: 201.81px; }

.slider2 {
  width: 100px;
  height: 8px;
  background-color: white;
  border-radius: 100px;
  border: 1px solid #EAEAEA; }

.thumb2 {
  background-color: green;
  width: 40px;
  height: 5px;
  border-radius: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-2.5px); }

.slider {
  display: none; }

.thumb {
  display: none; }

.was {
  cursor: pointer;
  display: none; }

.is {
  cursor: pointer;
  display: none; }

.was2 {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transform: translateX(-20px); }

.is2 {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transform: translateX(20px); }

.was-anim {
  left: 40px;
  transition: left 1s; }

@media (min-width: 768px) {
  .live-example {
    width: 100%;
    padding: 0px;
    background-color: transparent; }
  .live_example__header {
    font-size: 60px;
    line-height: 60px; }
  .live-example__text {
    font-size: 16px;
    line-height: 24px; }
  .live-example__food-costs {
    justify-content: flex-start;
    position: relative; }
  .live-example__item {
    margin-right: 40px; }
  .live-example__item-text {
    background-color: white; }
  .live-example__sum {
    text-align: right;
    flex-grow: 0;
    width: 128px;
    position: absolute;
    right: 0; }
  .live-example__wrap2 {
    background-color: transparent;
    position: relative;
    overflow: hidden; }
  .live-example__img1 {
    background-image: url(../img-tablet/before-tablet.png);
    background-repeat: no-repeat;
    height: 620px;
    width: 708px;
    position: relative;
    margin-top: 0;
    left: -9px; }
  .live-example__img2 {
    background-image: url(../img-tablet/after-tablet.png);
    background-repeat: no-repeat;
    height: 620px;
    width: 693px;
    position: absolute;
    top: 0;
    left: 106px; }
  .live-example__toggler {
    width: 425px;
    height: 6px;
    background-color: #DCDCDC; }
  .live-example__toggler::before {
    content: "";
    background-color: white;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px; }
  .live-example__toggler::after {
    position: absolute;
    border-radius: 100px;
    content: "";
    background-color: green;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px; }
  .slider-container {
    width: 425px;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 20;
    margin: 0 auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-212.5px); }
  .live_example__is-img-container:before {
    content: "";
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: gray; }
  .live-example__was-is {
    margin-top: 175px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex; }
  .live-example__was {
    height: 400px;
    width: 50%;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    left: auto;
    transform: translateX(0); }
  .live-example__was-img {
    margin-top: -200px;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .live-example__was-img:before {
    content: "";
    height: 38%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white; }
  .live-example__was-img img {
    width: auto;
    transform: translateX(-13px);
    position: relative;
    left: auto; }
  .live-example__is {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #EAEAEA;
    transform: translateX(0); }
  .live-example__is img {
    width: auto;
    transform: translate(10px, -195px); }
  .live-example__was-container {
    z-index: 100;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 12px;
    max-width: 800px; }
  .live-example__is-container {
    position: absolute;
    right: 0px;
    width: 800px; }
  .slider {
    display: block;
    width: 425px;
    height: 6px;
    border-radius: 5px;
    background-color: #d9d9d9; }
  .slider2 {
    display: none; }
  .thumb2 {
    display: none; }
  .thumb {
    display: block;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 100px;
    position: absolute;
    transform: translate(0px, -13px);
    left: 46.25%;
    border: 1px solid #dcdcdc; }
  .thumb:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    background-color: #68b738;
    top: 50%;
    left: 50%;
    transform: translate(-4px, -4px); }
  .was {
    cursor: pointer;
    position: absolute;
    left: -60px;
    top: 24px;
    display: block; }
  .is {
    cursor: pointer;
    position: absolute;
    right: -65px;
    top: 24px;
    display: block; }
  .was2, .is2 {
    display: none; } }

@media (min-width: 1300px) {
  .live-example__main-wrap {
    width: 1350px;
    height: 460px;
    margin-top: 75px;
    display: flex;
    align-items: flex-start;
    background-color: #F2F2F2;
    justify-content: space-between;
    position: relative;
    margin-left: -65px;
    box-sizing: border-box;
    padding-left: 65px; }
  .live-example__wrap1 {
    width: 750px; }
  .live-example__wrap2 {
    position: relative;
    top: -210px;
    z-index: 100;
    min-height: 620px; }
  .live-example__text {
    margin-top: 70px;
    font-size: 16px;
    line-height: 24px; }
  .live-example__item {
    width: 160px;
    margin-bottom: 60px; }
  .live-example__food-costs {
    margin-top: 68px;
    display: flex;
    flex-direction: row; }
  .live-example__item-text {
    font-size: 14px;
    line-height: 14px;
    background-color: #F2F2F2;
    width: auto;
    bottom: -12%;
    left: 28%; }
  .first {
    left: 38%; }
  .live-example__item-value {
    font-size: 30px;
    line-height: 37px; }
  .live-example__sum {
    flex-grow: 1;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600; }
  .live-example__sum span {
    padding-left: 60px; }
  .live-example__was-is {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex; }
  .live-example__was {
    height: 100%;
    width: 50%;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    left: auto; }
  .live-example__was-img {
    margin-top: -200px;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .live-example__was-img:before {
    content: "";
    height: 37.2%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: white; }
  .live-example__was-img img {
    transform: translateX(30px); }
  .live-example__is {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #EAEAEA; }
  .live-example__is img {
    transform: translate(55px, -192px); }
  .live-example__was-container {
    z-index: 100;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 12px;
    max-width: 800px; }
  .live-example__is-container {
    position: absolute;
    right: 0px;
    width: 800px; }
  .live_example__was-img-container:before {
    content: "";
    width: 100%;
    height: 34%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white; }
  .live_example__is-img-container:before {
    content: "";
    width: 100%;
    height: 66%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EAEAEA; }
  .live-example__background-mask {
    background-color: #f2f2f2;
    height: 66%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .live-example__background-mask2 {
    background-color: white;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1; }
  .slider-container {
    width: 425px;
    height: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 20;
    margin: 0 auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-212.5px); }
  .thumb {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 100px;
    position: absolute;
    transform: translate(0px, -13px);
    left: 46.25%;
    border: 1px solid #dcdcdc; }
  .thumb:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 5px;
    background-color: #68b738;
    top: 50%;
    left: 50%;
    transform: translate(-4px, -4px); }
  .was {
    cursor: pointer;
    position: absolute;
    left: -60px;
    top: 24px; }
  .is {
    cursor: pointer;
    position: absolute;
    right: -85px;
    top: 24px; } }

body {
  font-family: Oswald; }

.w-100 {
  width: 100%; }

.wrapper {
  max-width: 768px;
  margin: 0 auto; }

.container {
  padding: 0 25px;
  margin: 0 auto; }

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none; }

.nav__links {
  text-decoration: none;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0; }

.nav_hidden {
  display: flex; }

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 1440px;
    margin: 0 auto; }
  .container {
    max-width: 708px;
    margin: 0 auto; } }

@media screen and (min-width: 1300px) {
  .wrapper {
    width: 1300px;
    margin: 0 auto; }
  body {
    overflow-x: hidden; }
  .container {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px; } }
