/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1799px) {
  body {
    font-size: 15px;
  }
  .form__field input, .form__field textarea {
    font-size: 16px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form__field input {
    height: 46px;
    line-height: 46px;
  }
  .header {
    padding: 12px 0;
  }
  .logo {
    font-size: 15px;
  }
  .logo img {
    width: 150px;
  }
  .logo span {
    padding-top: 18px;
  }
  .logo span:before {
    height: 46px;
  }
  .search {
    max-width: 360px;
  }
  .search .form__field input {
    padding-right: 45px;
  }
  .search__btn {
    width: 20px;height: 20px;
  }
  .nav__list li a {
    font-size: 16px;
  }
  .nav__link a {
    width: 310px;
    font-size: 18px;
    padding-left: 65px;
    border-radius: 20px;
  }
  .nav__link a:before {
    left: 15px;
    width: 34px;height: 28px;
  }
  .banners {
    width: 300px;
  }
}

@media only screen and (max-width : 1569px) {
  .nav {
    width: 300px;
  }
  .nav__link a {
    width: 100%;
  }
  .page .container {
    max-width: 100%;
    padding-left: 350px;
  }
  .banners {
    top: 750px;left: 20px;right: auto;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
  .notification {
    min-height: auto;
    padding-left: 30px;
  }
  .notification:before,
  .notification p br {
    display: none;
  }



  .gift__price {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gift__data {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn--second {
    font-size: 18px;
  }
  .btn--tertiary {
    font-size: 16px;
  }
  .table__cell {
    font-size: 16px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  .main {
    padding-top: 35px;
  }
  .nav,
  .banners {
    width: 270px;
  }
  .nav {
    margin-top: 35px;
  }
  .nav__list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .nav__list li a {
    height: 36px;
    font-size: 14px;
    border-radius: 10px;
  }
  .nav__list li a:before {
    width: 22px;height: 19px;
  }
  .nav__link {
    margin-top: 20px;
  }
  .nav__link a {
    height: 64px;
    font-size: 16px;
    padding-left: 55px;
  }
  .nav__link a:before {
    left: 10px;
    width: 30px;height: 25px;
  }
  .nav__link a > span > span {
    font-size: 10px;
  }
  .nav__link a > span > span span {
    font-size: 12px;
  }
  .page .container {
    padding-left: 320px;
  }
  .heading {
    font-size: 12px;
  }
  .heading span i {
    width: 6px;height: 12px;
  }
  .page__body h1 {
    margin-bottom: 25px;
  }
  .page__body h2 {
    margin: 35px 0 25px;
  }
  .page__body p, .page__body ul,
  .gift > p {
    margin-top: 20px;
  }
  .page__body img,
  .mb-banner {
    margin-top: 25px;
  }
  .page__body img+p {
    margin-top: 8px;
  }
  .notification {
    margin-top: 40px;
  }
  .notification p {
    font-size: 17px;
  }
  .banners {
    top: 600px;
  }
  .footer {
    padding: 65px 0 30px;
  }
  .footer__nav {
    margin-top: 20px;
  }



  .gift .row [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gift h1 + p {
    margin-top: 15px;
  }
  .gift__cont {
    margin-top: 20px;
  }
  .gift__img-show {
    width: 20px;height: 13px;
  }
  .gift__price {
    margin-top: 20px;
    border-radius: 20px;
  }
  .gift__price p {
    font-size: 18px;
  }
  .gift__data {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gift__data-item {
    min-height: 42px;
  }
  .gift__panel {
    margin-top: 20px;
  }
  .btn--big {
    height: 50px;
  }
  .gift__links {
    margin-top: 20px;
  }
  .gift__links-group {
    margin-top: 15px;
    justify-content: center;
  }
  .gift__links-group a:not(:last-child) {
    margin-right: 20px;
  }
  .gift__links-group a {
    width: 48px;height: 48px;
  }
  .gift__views {
    margin-top: 40px;
  }
  .gift__views h2 {
    margin-bottom: 20px;
  }
  .tabs__nav {
    margin-bottom: 20px;
  }
  .tabs__nav-link {
    height: 34px;
    font-size: 16px;
  }
  .tabs__nav-link:not(:last-child) {
    margin-right: 15px;
  }
  .table__body {
    padding: 0 10px 15px;
  }
  .table__cell {
    font-size: 14px;
  }
  .table__head .table__cell {
    height: 40px;
  }
  .table__item {
    border-radius: 20px;
  }
  .table__item .table__cell {
    padding: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .form__field input, .form__field textarea {
    font-size: 14px;
  }
  .form__field input {
    height: 40px;
    line-height: 40px;
  }
  .header {
    padding: 10px 0;
  }
  .logo {
    font-size: 13px;
  }
  .logo img {
    width: 110px;
  }
  .logo span {
    margin-left: 8px;
    padding-top: 14px;
  }
  .logo span:before {
    height: 31px;
  }
  .nav {
    width: 100%;
    display: none;
    margin-top: 0;
    background: #fff;
    padding: 15px 15px 28px;
    top: 100%;left: 0;right: 0;
    -webkit-box-shadow: 0 5px 21px rgb(0 0 0 / 10%);
            box-shadow: 0 5px 21px rgb(0 0 0 / 10%);
  }
  .search {
    z-index: 2;
    display: none;
    position: absolute;
    top: 50%;left: 50%;
    max-width: calc(100% - 26px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search__btn {
    width: 18px;height: 18px;
  }
  .page .container {
    padding-left: 15px;
  }
  .notification {
    padding: 30px 15px;
  }
  .notification__btns {
    display: block;
  }
  .notification__btns .btn {
    width: 100%;
  }
  .notification__link {
    margin: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banners {
    display: none;
  }



  .gift__img-inner {
    height: 280px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .gift__price-list {
    font-size: 12px;
  }
  .btn--second {
    font-size: 16px;
  }
  .btn--tertiary {
    font-size: 14px;
  }
  .tabs__nav-link:not(:last-child) {
    margin-right: 5px;
  }
  .gift .tabs__body {
    margin-left: -15px;
    margin-right: -15px;
  }
  .table {
    overflow-x: auto;
  }
  
   .table__item > a {
    border-radius: 20px;
  }
  
  .table__body {
    /*width: 470px;*/

    padding-left: 0;
    padding-right: 0;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .container {max-width: 750px;}
  .container--max {padding: 0 20px;}

  .nav,
  .search {
    display: block !important;
  }
  .open-search,
  .navbar-toggle,
  .mb-banner {
    display: none !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {max-width: 970px;}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {max-width: 894px;}
}