@font-face { 
  font-family: "Gilroy-Light";
  src: url(font/Gilroy-Light.ttf) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "Gilroy-Regular";
  src: url(font/Gilroy-Regular.ttf) format("truetype");
       font-display: swap;
}
@font-face { 
  font-family: "Gilroy-Medium";
  src: url(font/Gilroy-Medium.ttf) format("truetype");
       font-display: swap;
}
body {
  font-family: "Gilroy-Regular";
  padding: 0;
  margin: 0;
  color: #c7c7c7;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
}
.bold {
  font-weight: 600;
}
p {
  margin-bottom: 5px;
}
ul {
  padding-left: 0;
}
a:hover {
  text-decoration: none;
}
.main {
  background: #070707;
  background-image: url(./img/bg-table.png);
  background-position: center -70px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  overflow: hidden;
}
header {
  padding-top: 60px;
}
.header-wrap, .main-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}
.header-logo, .header-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo__img img {
  height: 80px;
}
.header-logo__desc {
  padding-left: 30px;
}
.header-logo__desc p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .5px;
  font-family: "Gilroy-Light";
  margin-bottom: 0;
}
.btn-top {
  height: 60px;
  width: 270px;
  background: rgba(61, 61, 61, .2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 18px;
  color: #c7c7c7;
  border: none;
  outline: none;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
.btn-top:hover,.btn-top:focus  {
  background: rgba(61, 61, 61, .5);
  box-shadow: none;
  border: none;
  outline: none;
}
.btn {
  max-width: 400px;
  width: 100%;
  height: 80px;
  background: url(./img/btn-main.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #11312c;
  font-family: "Gilroy-Medium";
  font-weight: 700;
  position: relative;
  text-align: left;
  padding-left: 25px;
  border-radius: 10px;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-btns {
  position: relative;
}
.form-btns img {
  position: absolute;
  right: 5px;
  bottom: 1px;
  width: 95px;
}
.btn:hover {
  box-shadow: 0 0 20px rgba(100, 195, 180, .2);
}
.header-contact__phone {
  text-align: right;
  padding-left: 40px;
}
.header-contact__mail {
    color: #c7c7c7;
    display: block;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}
.header-contact__mail:hover {
    color: #fff;
}
.header-contact__link {
  font-size: 22px;
  letter-spacing: .5px;
  line-height: 28px;
  color: #fff;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
.header-contact__link:hover {
  color: #aadfd7;
}
.header-contact__time {
  font-size: 13px;
  margin-bottom: 0;
  color: #919191;
}
.main-block {
  margin-top: 60px;
}
.main-block__title h1 {
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  font-family: "Gilroy-Light";
  letter-spacing: .5px;
}
.main-block__title span {
  font-family: "Gilroy-Medium";
  color: #aadfd7;
}
.main-block__bullits {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 800px;
}
.main-block_item {
  width: 300px;
  margin-top: 20px;
  z-index: 20;
}
.main-block__item-img {
  width: 115px;
  height: 100px;
}
.main-block_item:nth-child(1) .main-block__item-img {
  background: url(./img/icon-cacke.png) no-repeat left bottom;
  background-size: 80%;
}
.main-block_item:nth-child(2) .main-block__item-img {
  background: url(./img/icon-delivery.png) no-repeat left center;
  background-size: 90%;
}
.main-block_item:nth-child(3) .main-block__item-img {
  background: url(./img/icon-shef.png) no-repeat left bottom;
  background-size: 80%;
}
.main-block_item:nth-child(4) .main-block__item-img {
  background: url(./img/icon-freez.png) no-repeat left bottom;
  background-size: 75%;
}
.main-block__item-text {
  width: 90%;
}
.main-block__item-text p {
  color: #919191;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.main-block__item-text .bold-white {
  font-family: "Gilroy-Medium";
  color: #fff;
}
.main-block__item-el {
  font-size: 14px;
  color: #7d7d7d;
  font-family: "Gilroy-Light";
  line-height: 18px;
  display: inline-block;
}
.main-block__blue {
  color: #aadfd7;
  border-bottom: 1px solid #aadfd7;
  position: relative;
  z-index: 20;
}
.main-block__blue .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #444444;
  border-radius: 9px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  bottom: 120%;
  z-index: 1;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.main-block__blue:hover .tooltiptext {
  visibility: visible;
}
.main-block__form {
  position: relative;
}
.main-block__form-box {
  width: 450px;
  height: 600px;
  background: url(./img/bg-form.png) no-repeat center;
  background-size: cover;
  padding-top: 30px;
  box-shadow: 0 50px 50px -50px rgba(11, 11, 11, 1);
  position: relative;
  z-index: 10;
}
.main-block__donats {
  position: absolute;
  left: -420px;
  bottom: -70px;
  width: 700px;
  height: 700px;
  background: url(./img/donats.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 1;
}
.main-block__mint {
  position: absolute;
  left: -150px;
  bottom: -60px;
  width: 268px;
  height: 166px;
  background: url(./img/pict-mint.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 11;
}
.main-block__form form {
  max-width: 370px;
  display: block;
  margin: auto;
}
.main-block__form-title {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.main-block__form-desc {
  font-size: 16px;
  margin-bottom: 0;
  color: #7d7d7d;
  text-align: center;
}
.main-block__form-text {
    color: #919191;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}
.main-block__form-text .blue {
    border-bottom: 1px solid #aadfd7;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}
.main-block__form-text .blue:hover {
    color: #aadfd7;
    border-bottom: 1px solid transparent;
}
.blue {
  color: #aadfd7;
}
.form-group {
  margin-top: 20px;
}
.form-group-two {
  margin-top: 10px;
}
.form-group .form-label {
  color: #c7c7c7;
  font-size: 18px;
  padding-bottom: 5px;
}
.form-control {
  background: url(./img/form-rectangle.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  height: 70px;
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: 1.5px;
}
.form-control:focus {
  background: url(./img/form-rectangle.png) no-repeat center;
  background-size: 100% 100%;
  box-shadow: none;
  color: #fff;
  letter-spacing: 1.5px;
}
::placeholder {
  color: #495057;
}
.form-confid p {
  padding-top: 15px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #7d7d7d;
}
.form-confid a {
  color: #7d7d7d;
  line-height: 20px;
  border-bottom: 1px solid #7d7d7d;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  position: relative;
  z-index: 20;
}
.form-confid a:hover {
  border-bottom: 1px solid transparent;
  color: #c7c7c7;
}
.form-icons__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.form-icons__item {
  text-align: center;
  padding: 0 10px;
}
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio img {
  display: block;
  height: 35px;
  margin: 0 auto 7px;
}
.custom-radio>span {
  font-size: 16px;
  color: #7d7d7d;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
.custom-radio>span img {
  opacity: .5;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
input:not(:disabled):not(:checked)+span:hover {
  color: #aadfd7;
}
input:not(:disabled):not(:checked)+span img:hover {
  opacity: 1;
}
input:not(:disabled):active+span {
  color: #aadfd7;
}
input:not(:disabled):active+span img {
  opacity: 1;
}
input:focus+span {
  color: #aadfd7;
}
input:focus+span img {
  opacity: 1;
}
input:focus:not(:checked)+span {
  color: #7d7d7d;
}
input:focus:not(:checked)+span img {
  opacity: .5;
}
input:checked+span {
  color: #aadfd7;
}
input:checked+span img {
  opacity: 1;
}
input:disabled+span {
  color: #7d7d7d;
}
input:disabled+span img {
  opacity: 1;
}
.modal-big .modal-dialog {
  max-width: 800px;
  width: 100%;
  color: #333;
}
.modal-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal-header {
  border: none;
}
.modal-opisanie {
  font-size: 16px;
  color: #333;
}
.modal-bg .close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: auto;
  height: auto;
  padding: 0;
  color: #fff;
  font-weight: 300;
  transform: scaleX(1.5);
  outline: none;
  -webkit-transform: scaleX(1.5);
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -o-transform: scaleX(1.5);
}
.modal-big .close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: auto;
  height: auto;
  padding: 0;
  color: #444;
  font-weight: 300;
  transform: scaleX(1.5);
  outline: none;
  -webkit-transform: scaleX(1.5);
  -moz-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  -o-transform: scaleX(1.5);
}
.modal-bg .modal-content {
  background: url(./img/bg-form.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 0 0 30px;
}
.modal-catalog .modal-content-catalog {
    position: relative;
    height: 100px;
    overflow: hidden;
}
.modal-catalog .modal-content {
    padding: 0;
}
.modal-catalog .modal-content-catalog img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
}
.modal-bg form {
  max-width: 350px;
  width: 100%;
  margin: auto;
}
.modal-bg .btn {
  text-align: center;
}
.mobile-block__btn {
  display: none;
}
.footer {
    background: #070707;
    padding: 30px 0;
}
.link-insta {
    display: block;
    transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
.link-insta:hover {
    color: #aadfd7;
}
.link-insta img {
    height: 15px;
    margin-right: 3px;
    opacity: .6;
    transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}
.link-insta:hover img {
    opacity: 1;
}
.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-block {
    width: 33,333%;
}
.footer-block p, .footer-block a {
    color: #c7c7c7;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.footer-block .blue {
    border-bottom: 1px solid #aadfd7;
}
.footer-block:nth-child(2) {
    text-align: center;
}
.footer-block:nth-child(3) {
    text-align: right;
}
@media screen and (max-width: 1700px) {
  .main {
    background-position: center bottom;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1200px) {
  .main-block__title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .main-block_item {
    width: 250px;
  }
  .main-block__blue .tooltiptext {
    width: 200px;
  }
  .main-block__donats {
    width: 600px;
    height: 600px;
    left: -250px;
  }
  .main-block__mint {
    width: 180px;
    height: 100px;
    left: -50px;
  }
}
@media screen and (max-width: 992px) {
  .main {
    background-image: url(./img/bg-table.png), url(./img/bg-light.png);
    background-position: center bottom, top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }
  header {
    padding-top: 30px;
  }
  .header-logo {
    justify-content: flex-start;
  }
  .main-block__wrap {
    display: block;
    z-index: 12;
  }
  .header-contact__phone {
    text-align: center;
    padding-left: 0;
  }
  .header-logo__desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .header-logo__desc {
    padding-left: 15px;
  }
  .header-logo__img img {
    position: relative;
    z-index: 20;
    height: 60px;
  }
  .header-logo__desc p {
    z-index: 20;
    position: relative;
  }
  .btn-top {
    margin: 60px 0 30px;
  }
  .header-contact__mail {
      padding: 10px 0;
  }
  .main-block_item {
    width: 50%;
  }
  .main-block__form-box {
    margin: 50px auto;
  }
  .main-block__donats {
    left: -40px;
    bottom: -30px;
  }
  .header-contact {
    display: none;
  }
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-350px, 0, 0);
      visibility: visible;
      -webkit-transform: translate3d(-350px, 0, 0);
      -moz-transform: translate3d(-350px, 0, 0);
      -ms-transform: translate3d(-350px, 0, 0);
      -o-transform: translate3d(-350px, 0, 0);
}
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-350px, 0, 0);
      visibility: hidden;
      -webkit-transform: translate3d(-350px, 0, 0);
      -moz-transform: translate3d(-350px, 0, 0);
      -ms-transform: translate3d(-350px, 0, 0);
      -o-transform: translate3d(-350px, 0, 0);
}
  }
  body:after {
    background: #070707;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
  body.open {
    overflow: hidden;
  }
  body.open:after {
    opacity: 1;
    visibility: visible;
  }
  .b-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    text-align: center;
    background: #070707;
    z-index: 15;
  }
  .b-nav:not(.open) {
    visibility: hidden;
  }
  .b-nav .btn-top, .b-nav .header-contact__phone {
    transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
}
  .b-nav .btn-top:not(.open), .b-nav .header-contact__phone:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: slideOutLeft;
  }
  .b-nav.open {
    visibility: visible;
  }
  .b-nav.open .btn-top,.b-nav.open .header-contact__phone {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: slideInLeft;
  }
  .b-menu {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    margin-top: 17.5px;
    position: relative;
    transition: all 0.4s ease;
    user-select: none;
    width: 28px;
    z-index: 22;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
  .b-bun {
    background: #fff;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
  .b-bun--top {
    height: 2px;
    top: 0;
    width: 28px;
  }
  .b-bun--mid {
    height: 2px;
    top: 8px;
    width: 28px;
  }
  .b-bun--bottom {
    height: 2px;
    top: 16px;
    width: 28px;
  }
  .b-container {
    height: 60px;
    display: block;
    width: 33px;
  }
  .b-container:hover:not(.open) .bun-top, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-bottom {
    background: white;
  }
  .b-container.open .b-bun--top {
    background: #fff;
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
  .b-container.open .b-bun--mid {
    opacity: 0;
  }
  .b-container.open .b-bun--bottom {
    background: #fff;
    top: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
  .b-nav, .mobile-block__btn {
    display: block;
  }
  .mobile-block__btn {
    z-index: 31;
    position: relative;
  }
  .mobile-block__btn .btn {
    padding-left: 0;
    text-align: center;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 31;
    position: relative;
  }
  .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
   .footer-block {
       width: 100%;
       padding: 15px 0;
       text-align: center;
   }
   .footer-block p, .footer-block a {
       color: #919191;
   }
   .footer-block:nth-child(3) {
       text-align: center;
   }
}
@media screen and (max-width: 576px) {
  .header-logo__desc br, .main-block__title h1 br {
    display: none;
  }
  .header-logo__desc p {
    font-size: 12px;
    line-height: 16px;
    padding-right: 30px;
  }
  .main-block__title h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .main-block__item-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .main-block_item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main-block__item-img {
    width: 85px;
    height: 80px;
  }
  .main-block_item:nth-child(4) .main-block__item-img, .main-block_item:nth-child(3) .main-block__item-img, .main-block_item:nth-child(2) .main-block__item-img, .main-block_item:nth-child(1) .main-block__item-img {
    background-position: center;
  }
  .main-block__item-text {
    width: 100%;
    padding-left: 11px;
    position: relative;
  }
  .main-block__blue .tooltiptext {
    left: auto;
    right: -50px;
  }
  .main-block__form-box {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 25px 15px;
  }
  .main-block__form-title {
    font-size: 24px;
    line-height: 32px;
  }
  .custom-radio img {
    height: 30px;
  }
  .custom-radio>span {
    font-size: 15px;
  }
  .form-btns img, .main-block__donats {
    display: none;
  }
  .btn {
    padding-left: 0;
    text-align: center;
    height: 70px;
  }
  .main-block__mint {
    left: 0;
    width: 100px;
    height: 50px;
    bottom: -30px;
  }
  .main-block__blue .tooltiptext {
    width: 250px;
  }
  .modal-title {
    font-size: 26px;
    line-height: 32px;
  }
}