* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

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

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h5 {
  font-weight: inherit;
  font-size: inherit;
}

input, textarea, select {
  outline: none;
}

html, body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  font-family: 'Inter';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-answer-success {
  text-align: center;
  width: 350px;
  padding: 15px 0;
  font-size: 1.55rem;
  background-color: #618967;
  border-radius: 10px;
  color: #fff;
}

.form-answer-error {
  text-align: center;
  width: 350px;
  padding: 15px 0;
  font-size: 1.55rem;
  background-color: #85132b;
  border-radius: 10px;
  color: #fff;
}

.container {
  padding: 0 10px;
  width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .container {
    padding: 0 15px;
    width: 720px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .container {
    padding: 0 5px;
    width: 310px;
    margin: 0 auto;
  }
}

.main-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
  color: #2C2C2C;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 100px 0 30px 0;
  border-left: 4px solid #618967;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .main-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    color: #2C2C2C;
    text-transform: uppercase;
    padding: 0 0 0 15px;
    margin: 75px 0 30px 0;
    border-left: 4px solid #618967;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    color: #2C2C2C;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    margin: 50px 0 30px 25px;
    border-left: 4px solid #618967;
  }
}

.header {
  background: #403C3B;
  padding: 25px 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

.header__logo {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo-img {
  width: 48px;
  height: 52px;
  margin: 0 10px 0 0;
}

.header__logo-title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__block-info-list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__block-info-social {
  color: #ffffff;
  margin: 0 20px 0 0;
  font-size: 18px;
  background: #618967;
  padding: 11px 12px;
  border-radius: 30px;
}

.header__block-info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 100px 0 0;
}

.header__block-info-contact-text {
  color: #CFCFCF;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 20px;
}

.header__block-info-contact-link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: #fff;
}

.header__block-bag {
  width: 150px;
  height: 55px;
  border-radius: 10px;
  background: #618967;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__block-bag-text {
  margin: 0 12px 0px 24px;
  padding: 10px 15px 10px 0;
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header__block-bag-num {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #403C3B;
  background: #fff;
  padding: 6px 8px;
  border-radius: 30px;
}

.header__block-bag-icon {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hamb__field {
    padding: 10px 20px;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 6px 0;
    background-color: #618967;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(97, 137, 103, 0.95);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .popup__open {
    left: 0;
  }
  .popup .menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 50px 0;
    overflow: auto;
  }
  .popup .menu .footer__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamb__field.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
  .header__logo-title {
    font-size: 1.3rem;
  }
  .header__block-info {
    margin: 0 0px;
  }
  .header__block-info-social {
    margin: 0 15px 0 0;
    font-size: 1rem;
    background: #618967;
    padding: 11px 12px;
    border-radius: 30px;
  }
  .header__block-info-contact {
    margin: 0 15px 0 0;
  }
  .header__block-info-contact-text {
    font-size: 10px;
    line-height: 20px;
  }
  .header__block-info-contact-link {
    font-size: 0.825rem;
    line-height: 0.825rem;
  }
  .header__block-bag {
    width: 45px;
    height: 45px;
    position: relative;
  }
  .header__block-bag-text {
    display: none;
  }
  .header__block-bag-num {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #fff;
    background: #403C3B;
    padding: 4px 6px;
    border-radius: 30px;
    position: absolute;
    bottom: 5px;
    right: 3px;
  }
  .header__block-bag-icon {
    display: block;
    color: #fff;
    margin: 0 6px 0px 8px;
    padding: 2px 5px 3px 0;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hamb__field {
    padding: 10px 13px;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 6px auto;
    background-color: #618967;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(97, 137, 103, 0.95);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .popup__open {
    left: 0;
  }
  .popup .menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 50px 0;
    overflow: auto;
  }
  .popup .menu .footer__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamb__field.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
  .header__bar {
    display: block;
    font-size: 1.7rem;
  }
  .header__logo-img {
    width: 40px;
    height: 44px;
  }
  .header__logo-title {
    font-size: 1.3rem;
    display: none;
  }
  .header__block-info {
    margin: 0 0px;
  }
  .header__block-info-social {
    margin: 0 12px 0 0;
    font-size: 1.1rem;
    padding: 12px 13px;
    border-radius: 30px;
  }
  .header__block-info-contact {
    display: none;
  }
  .header__block-info-contact-text {
    font-size: 10px;
    line-height: 20px;
  }
  .header__block-info-contact-link {
    font-size: 0.825rem;
    line-height: 0.825rem;
  }
  .header__block-bag {
    width: 43px;
    height: 43px;
    position: relative;
  }
  .header__block-bag-text {
    display: none;
  }
  .header__block-bag-num {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #fff;
    background: #403C3B;
    padding: 4px 6px;
    border-radius: 30px;
    position: absolute;
    bottom: 5px;
    right: 3px;
  }
  .header__block-bag-icon {
    display: block;
    color: #fff;
    margin: 0 6px 0px 8px;
    padding: 2px 5px 3px 0;
    font-size: 1.65rem;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.slogan {
  background-image: url(../image/bg-header.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slogan__block {
  padding: 240px 0 190px 0;
}

.slogan__dark {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .55;
}

.slogan__title {
  position: relative;
  width: 75%;
  display: block;
  margin: 0 auto;
  z-index: 11;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .slogan__block {
    padding: 190px 0 150px 0;
  }
  .slogan__title {
    position: relative;
    width: 75%;
    display: block;
    margin: 0 auto;
    z-index: 11;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .slogan__block {
    padding: 170px 0 110px 0;
  }
  .slogan__title {
    position: relative;
    width: 70%;
    display: block;
    margin: 0 auto;
    z-index: 11;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
    color: #FFFFFF;
  }
}

.nav {
  margin: 90px auto 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.nav__item {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #2C2C2C;
  padding: 0 0 25px 0;
}

.active-nav {
  border-bottom: 3px solid #69956F;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .nav__item {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.35rem;
    color: #2C2C2C;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .nav {
    margin: 60px auto 25px auto;
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__item {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 15px 20px 0;
    border: 1px solid #CFCFCF;
    color: #2C2C2C;
    padding: 10px;
    border-radius: 20px;
  }
  .active-nav {
    border: 1px solid #618967;
    background: #618967;
    color: #fff;
  }
}

.product-block__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product-block__item {
  width: 300px;
  margin-bottom: 50px;
  margin-right: 30px;
}

.product-block__item-img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.product-block__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-block__item-title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: 500;
}

.product-block__item-weight {
  font-size: 0.75rem;
  color: #2C2C2C;
}

.product-block__item-consist {
  width: 95%;
  font-size: 0.825rem;
  color: #2C2C2C;
  margin: 5px 0 15px 0;
}

.product-block__item-price {
  font-size: 1.25rem;
  color: #2C2C2C;
  font-weight: 500;
}

.product-block__butt {
  border-radius: 10px;
  background: #618967;
  width: 110px;
  height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-block__butt-name {
  font-size: 1rem;
  color: #fff;
}

.product-block__butt-icon {
  font-size: 1.25rem;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .product-block__item {
    width: 300px;
    margin-bottom: 50px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .product-block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-block__item {
    width: 250px;
    margin-bottom: 60px;
    margin-right: 0;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-desc {
  width: 50%;
}

.about-desc__text {
  color: #2C2C2C;
  font-size: 1.5rem;
  margin: 40px 0 0 0;
  line-height: 1.64rem;
  text-align: justify;
}

.about-tiles {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0 0 0;
}

.about-tiles__item {
  width: 240px;
  background: rgba(64, 60, 59, 0.87);
  margin: 0 40px 40px 0;
}

.about-tiles__item-img {
  display: block;
  width: 70px;
  margin: 80px auto 40px auto;
}

.about-tiles__item-text {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-desc {
    width: 100%;
  }
  .about-desc__text {
    color: #2C2C2C;
    font-size: 1.5rem;
    margin: 40px 0 0 0;
    line-height: 1.64rem;
  }
  .about-tiles {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0 0 40px;
  }
  .about-tiles__item {
    width: 240px;
    background: rgba(64, 60, 59, 0.87);
    margin: 0 40px 40px 0;
  }
  .about-tiles__item-img {
    display: block;
    width: 70px;
    margin: 80px auto 40px auto;
  }
  .about-tiles__item-text {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-desc {
    width: 100%;
  }
  .about-desc__text {
    color: #2C2C2C;
    font-size: 1.5rem;
    margin: 40px 10px 0 10px;
    line-height: 1.64rem;
  }
  .about-tiles {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0 0 0;
  }
  .about-tiles__item {
    width: 240px;
    background: rgba(64, 60, 59, 0.87);
    margin: 0 0 40px 0;
  }
  .about-tiles__item-img {
    display: block;
    width: 70px;
    margin: 80px auto 40px auto;
  }
  .about-tiles__item-text {
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 30px 0;
  }
}

.contact {
  margin: 140px auto 350px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-info {
  background: #2C2C2C;
  border-radius: 15px;
  padding: 45px 120px 60px 45px;
}

.contact-info__title {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.contact-info__item-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info__item-icon {
  margin: 0 10px 0 0;
  color: #618967;
  font-size: 1.5rem;
}

.contact-info__item-title {
  color: #CFCFCF;
  font-size: 0.9rem;
}

.contact-info__item-text {
  margin: 10px 0 25px 28px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.contact-info__item-tel {
  font-size: 1.35rem;
  color: #fff;
}

.contact-info__soc-block {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info__soc-block-text {
  margin: 0 20px 0 0;
  color: #fff;
  font-size: 1.2rem;
}

.contact-info__soc-link {
  margin: 0 10px 0 0;
  font-size: 1.3rem;
  color: #fff;
}

.contact-map {
  margin: 0 60px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .contact {
    margin: 80px auto 350px auto;
  }
  .contact-info {
    background: #2C2C2C;
    border-radius: 15px;
    padding: 45px 120px 60px 45px;
  }
  .contact-info__title {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px 0;
  }
  .contact-info__item-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info__item-icon {
    margin: 0 10px 0 0;
    color: #618967;
    font-size: 1.5rem;
  }
  .contact-info__item-title {
    color: #CFCFCF;
    font-size: 0.9rem;
  }
  .contact-info__item-text {
    margin: 10px 0 25px 28px;
    font-size: 1.25rem;
    color: #fff;
    display: block;
  }
  .contact-info__item-tel {
    font-size: 1.35rem;
    color: #fff;
  }
  .contact-info__soc-block {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info__soc-block-text {
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .contact-info__soc-link {
    margin: 0 10px 0 0;
    font-size: 1.3rem;
    color: #fff;
  }
  .contact-map {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .contact {
    margin: 80px auto 350px auto;
  }
  .contact-info {
    background: #2C2C2C;
    border-radius: 15px;
    padding: 45px 10px 60px 10px;
  }
  .contact-info__title {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 40px 0;
  }
  .contact-info__item-block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info__item-icon {
    margin: 0 10px 0 0;
    color: #618967;
    font-size: 1.5rem;
  }
  .contact-info__item-title {
    color: #CFCFCF;
    font-size: 0.9rem;
  }
  .contact-info__item-text {
    margin: 10px 10px 25px 32px;
    font-size: 1.25rem;
    color: #fff;
    display: block;
  }
  .contact-info__item-tel {
    font-size: 1.35rem;
    color: #fff;
  }
  .contact-info__soc-block {
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-info__soc-block-text {
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 1rem;
  }
  .contact-info__soc-link {
    margin: 0 5px 0 0;
    font-size: 1.2rem;
    color: #fff;
  }
  .contact-map {
    display: none;
  }
}

.footer {
  z-index: 1000;
  background: #403C3B;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}

.footer-info {
  width: 250px;
}

.footer-info__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.footer-info__copyright {
  font-size: 0.75rem;
  color: #CFCFCF;
  margin: 15px 0 5px 0;
}

.footer-info__link {
  font-size: 1rem;
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__link {
  font-size: 1.5rem;
  color: #fff;
  margin: 0 80px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .footer {
    background: #403C3B;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0;
  }
  .footer-info {
    width: 250px;
  }
  .footer-info__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  .footer-info__copyright {
    font-size: 0.75rem;
    color: #CFCFCF;
    margin: 15px 0 5px 0;
  }
  .footer-info__link {
    font-size: 1rem;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
  }
  .footer__menu {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .footer {
    background: #403C3B;
  }
  .footer-container {
    display: block;
    padding: 40px 0;
  }
  .footer-info {
    width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-info__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
  }
  .footer-info__copyright {
    font-size: 0.75rem;
    color: #CFCFCF;
    margin: 15px 0 15px 0;
  }
  .footer-info__link {
    font-size: 1rem;
    color: #fff;
    display: block;
    margin: 0 0 20px 0;
  }
  .footer__link {
    display: none;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 30px 0 0;
  }
}

.bag {
  margin-top: 260px;
  margin-bottom: 60px;
}

.bag-item {
  width: 100%;
  background: #618967;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0px;
  margin: 30px 0 0 0;
}

.bag-item__img {
  width: 20%;
  height: auto;
}

.bag-item__block {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bag-item__block-info {
  width: 375px;
}

.bag-item__block-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.bag-item__block-text {
  font-size: 1.1rem;
  color: #fff;
}

.bag-item__block-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bag-item__block-qty-minus {
  background-color: #403C3B;
  color: #fff;
  font-size: 0.9rem;
  padding: 6px 6px;
  border-radius: 40px;
}

.bag-item__block-qty-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 15px;
}

.bag-item__block-qty-plus {
  background-color: #403C3B;
  color: #fff;
  font-size: 0.9rem;
  padding: 6px 6px;
  border-radius: 40px;
}

.bag-item__block-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.bag-item__block-delete {
  background-color: #403C3B;
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 9.5px;
  border-radius: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .bag {
    margin-top: 190px;
    margin-bottom: 40px;
  }
  .bag-item {
    width: 100%;
    background: #618967;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0px;
    margin: 30px 0 0 0;
  }
  .bag-item__img {
    width: 15%;
  }
  .bag-item__block {
    width: 75%;
  }
  .bag-item__block-info {
    width: 270px;
  }
  .bag-item__block-title {
    font-size: 1.25rem;
  }
  .bag-item__block-text {
    font-size: 0.8rem;
  }
  .bag-item__block-qty-minus {
    font-size: 0.65rem;
  }
  .bag-item__block-qty-num {
    font-size: 1.2rem;
  }
  .bag-item__block-qty-plus {
    font-size: 0.65rem;
    padding: 6px 6px;
  }
  .bag-item__block-price {
    font-size: 1.2rem;
  }
  .bag-item__block-delete {
    font-size: 0.8rem;
    padding: 6px 8px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .bag {
    margin-top: 180px;
    margin-bottom: 40px;
  }
  .bag-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 25px 0px;
    margin: 30px 0 0 0;
  }
  .bag-item__img {
    width: 75%;
    height: auto;
  }
  .bag-item__block {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bag-item__block-info {
    width: 90%;
    text-align: center;
  }
  .bag-item__block-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0;
  }
  .bag-item__block-text {
    font-size: 1.1rem;
    color: #fff;
    display: none;
  }
  .bag-item__block-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bag-item__block-qty-minus {
    background-color: #403C3B;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 6px;
    border-radius: 40px;
  }
  .bag-item__block-qty-num {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 15px;
  }
  .bag-item__block-qty-plus {
    background-color: #403C3B;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 6px;
    border-radius: 40px;
  }
  .bag-item__block-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
  }
  .bag-item__block-delete {
    background-color: #403C3B;
    color: #fff;
    font-size: 1.2rem;
    padding: 6px 9.5px;
    border-radius: 40px;
  }
}

.checkout {
  width: 700px;
  height: 150px;
  margin: 0 auto 310px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #618967;
  border-radius: 15px;
}

.checkout-total__text {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.5rem;
}

.checkout-total__num {
  font-size: 1.7rem;
  color: #fff;
}

.checkout-butt {
  background: #403C3B;
  color: #fff;
  padding: 12px 40px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .checkout {
    width: 450px;
    height: 120px;
    margin: 0 auto 200px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #618967;
    border-radius: 15px;
  }
  .checkout-total__text {
    font-size: 1rem;
    color: #fff;
    line-height: 2rem;
  }
  .checkout-total__num {
    font-size: 1.5rem;
    color: #fff;
  }
  .checkout-butt {
    background: #403C3B;
    color: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .checkout {
    width: 300px;
    height: 120px;
    margin: 0 auto 200px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #618967;
    padding: 20px 0;
    border-radius: 15px;
  }
  .checkout-total__text {
    font-size: 1rem;
    color: #fff;
    line-height: 2rem;
  }
  .checkout-total__num {
    font-size: 1.5rem;
    color: #fff;
  }
  .checkout-butt {
    background: #403C3B;
    color: #fff;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
  }
}

.order {
  margin-top: 200px;
  margin-bottom: 380px;
  width: 800px;
}

.bag__title {
  margin-top: 35px;
  margin-bottom: 55px;
}

.order__link {
  margin: 90px 0 35px 0;
  color: #2C2C2C;
}

.order__form {
  width: 100%;
}

.form-block {
  width: 100%;
  background-color: #403C3B;
  border-radius: 10px;
  margin: 0 0 25px 0;
  padding: 30px;
}

.order__form-title {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 35px 0;
  color: #fff;
}

.order__form-row {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__form-input {
  width: 45%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.15rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.order__form-input:not(:last-child) {
  margin: 0 15px 0 0;
}

.order__form-input::before {
  content: '*';
  position: absolute;
  top: 0;
  right: 0;
  color: red;
}

.order__form-input::-webkit-input-placeholder {
  color: #fff;
}

.order__form-input:-ms-input-placeholder {
  color: #fff;
}

.order__form-input::-ms-input-placeholder {
  color: #fff;
}

.order__form-input::placeholder {
  color: #fff;
}

.order__form-checkbox {
  border: 1px solid #618967;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__radiobutt {
  color: #fff;
  padding: 20px 54px;
  display: block;
  cursor: pointer;
}

.order__radiobutt input {
  display: none;
}

.radio-checked {
  background: #618967;
  border-radius: 10px;
}

.order__form-time {
  color: #fff;
}

.order__form-small-title {
  margin: 30px 0 25px 0;
  color: #fff;
}

.input-big {
  width: 67%;
}

.input-small {
  width: 31%;
}

.input-max {
  width: 100%;
}

.order__form-check {
  width: 20px;
  height: auto;
}

.order__form-agreement-text {
  font-size: 0.75;
  color: #fff;
}

.order__form-link {
  color: #618967;
  text-decoration: underline;
}

.order__form-button {
  font-size: 0.8rem;
  color: #fff;
  width: 120px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 30px;
  background: #618967;
  font-weight: 700;
}

.login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-login {
  margin: 225px 0 600px 0;
  width: 430px;
  height: 500px;
  background: #403C3B;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-login__title {
  margin: 50px 0 30px 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.form-login__input {
  width: 300px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.15rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin: 35px 0 0 0;
}

.form-login__button {
  margin: 50px 0 0 0;
  width: 170px;
  height: 45px;
  background: #618967;
  border-radius: 10px;
  font-size: 1.15rem;
  color: #fff;
  cursor: pointer;
  border: none;
}

.header-admin {
  background: #403C3B;
  padding: 25px 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.header-admin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-admin__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-admin__logo-img {
  width: 48px;
  height: 52px;
  margin: 0 40px 0 0;
}

.header-admin__logo-title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.header-admin__exit {
  width: 150px;
  border-radius: 10px;
  background: #618967;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  padding: 15px 0;
  color: #fff;
}

.nav-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 0 0 0;
  position: fixed;
  width: 320px;
  min-height: 100vh;
  background: rgba(97, 137, 103, 0.54);
}

.nav-admin__person-info {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #618967;
  width: 100%;
}

.nav-admin__person-img {
  width: 86px;
  height: 86px;
  border-radius: 100px;
}

.nav-admin__person-text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 19px;
  width: 65%;
  color: #FFFFFF;
}

.nav-admin__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0 0 20px;
}

.nav-admin__link {
  cursor: pointer;
  border: none;
  background: #403C3B;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  width: 240px;
  padding: 10px 0;
  color: #fff;
  margin: 10px 0;
}

.admin-container {
  min-width: 900px;
  max-width: 1200px;
  margin-top: 200px;
  padding: 0 0 0 150px;
}

.active-link {
  width: 280px;
  background: #618967;
  font-weight: 500;
}

.admin-display {
  display: none;
}

.admin-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.admin-product__info-title {
  font-size: 1.5rem;
  font-weight: 500;
}

.admin-product__info-button {
  background: #618967;
}

.admin-product__info-list {
  padding: 18px 14px;
  background: #618967;
  border: none;
  cursor: pointer;
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 1.15rem;
}

.admin-product__info-button-create {
  background: #618967;
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 12px 10px;
  font-size: 1.25rem;
}

.admin-product__table {
  margin: 60px 0 120px 0;
  text-align: center;
  border-collapse: collapse;
}

.admin-product__table-title {
  padding: 15px 65px;
  border: 1px solid #618967;
  font-size: 1.25rem;
}

.admin-product__table-item {
  padding: 15px 60px;
  border: 1px solid #618967;
}

.admin-product__table-link {
  text-decoration: underline;
  color: #274AA1;
  cursor: pointer;
}

.admin-product__table-icon {
  font-size: 1.25rem;
  margin: 0 10px 0 0;
  color: #000;
  cursor: pointer;
}

.admin-order__info-title {
  font-size: 1.35rem;
  font-weight: 500;
}

.admin-order__table {
  margin: 60px 0 120px 0;
  text-align: center;
  border-collapse: collapse;
}

.admin-order__table-row {
  padding: 15px 35px;
  border: 1px solid #618967;
  font-size: 1.15rem;
}

.admin-order__table-title {
  padding: 15px 35px;
  border: 1px solid #618967;
  font-size: 1.25rem;
}

.modal-admin {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  padding: 80px 0 0 0;
}

.modal-admin__close {
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin: 50px 60px 0 0;
  background: none;
  border: none;
}

.admin-product__modal-create-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 25px 0;
  color: #fff;
}

.admin-product__modal-create-text {
  text-align: center;
  font-size: 1.15rem;
  color: #fff;
  margin: 25px 0;
}

.admin-product__modal-form {
  width: 450px;
  height: 700px;
  background: #403C3B;
  border-radius: 0px;
  margin: 0 auto;
  padding: 30px;
  overflow: overlay;
}

.admin-product__modal-create-input {
  width: 340px;
  font-size: 1.15rem;
  height: 30px;
  margin: 0 auto;
  display: block;
  padding: 5px;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.admin-product__modal-create-button {
  width: 220px;
  cursor: pointer;
  display: block;
  margin: 40px auto;
  border: none;
  height: 40px;
  background: #618967;
  font-size: 1.35rem;
  border-radius: 10px;
  color: #fff;
}

.admin-product__modal-create-option {
  font-size: 1.35rem;
  color: #000;
}

.table-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  padding: 80px 0 0 0;
}

.admin-product__table-modal-item {
  width: 450px;
  height: 700px;
  background: #403C3B;
  border-radius: 0px;
  margin: 0 auto;
  padding: 30px;
  overflow: overlay;
}

.admin-product__table-modal-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 25px 0;
  color: #fff;
}

.admin-product__table-modal-image {
  display: block;
  width: 300px;
  height: auto;
  margin: 20px auto;
}

.admin-product__table-modal-text {
  text-align: center;
  font-size: 1.15rem;
  color: #fff;
  margin: 25px 0;
}

.pagination {
  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;
  margin: -50px 0 100px 0;
}

.pagination__link {
  font-size: 1.15rem;
  color: #000;
}

.pagination__num {
  padding: 8px;
  font-size: 1.15rem;
  color: #000;
}

.active-link {
  font-size: 1.15rem;
  padding: 12px;
  background: #618967;
  color: #FFF;
  border-radius: 5px;
}

.admin-product__modal-link {
  font-size: 1.25rem;
  color: #fff;
}

.btn {
  border: none;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modals {
  position: relative;
}

.modal {
  background-color: #fff;
  width: 500px;
  height: 400px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-overlay--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal--visible {
  display: block;
}

.modal-title {
  text-align: center;
  font-size: 1.5rem;
  margin: 90px 20px 50px 20px;
}

.modal__social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__social-link {
  font-size: 4rem;
  color: #618967;
}

.modal__social-link:nth-child(2) {
  margin: 0 50px;
}

.bootbox-confirm {
  width: 300px;
  height: 200px;
  -webkit-box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.29);
}

.bootbox-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 3rem;
}

.bootbox-body {
  position: absolute;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 500;
}

.modal-footer {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-footer .btn {
  background-color: #618967;
  font-size: 1.3rem;
  color: #fff;
  padding: 8px;
}

.btn-danger {
  margin: 0 20px 0 0;
}
/*# sourceMappingURL=style.css.map */