.input-number {
  width: 30px;
  padding: 0 6px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 30px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 20px;
  line-height: 26px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

body .header .header-left p {
  padding-left: 30px;
}
body .header .header-right {
  padding-right: 20px;
  right: 15px;
}
body .header .header-bottom {
  margin-bottom: 20px;
}
body .header .header-bottom .head-menu li {
  margin-right: 30px;
}
body .header .header-bottom .head-menu li .active {
  color: #ed1e1e;
}
body .header .header-bottom .head-menu li.drop-down {
  margin-right: 40px;
}
body .section.section-index .wrap.wrap-fluid h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .section.food.section-index .wrap .paragraph p {
  font-size: 45%;
}
body .section.about.section-index .wrap.wrap-fluid h3 {
  margin-top: 70px;
  font-size: 25px;
}
body .section.about.section-index .wrap.wrap-fluid ul {
  margin-left: 130px;
}
body .section.about.section-index {
  margin-top: 70px;
}
body .section.about.section-index center span {
  line-height: 1.2;
  font-size: 18px;
  font-family: "Gotham Pro Bold", serif;
}
@media screen and (min-width: 1600px) {
  body .section.about.section-index center span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.about.section-index center span {
    font-size: 32px;
  }
}
body .section.about.section-index .paragraph {
  line-height: 1.2;
  font-size: 17px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1600px) {
  body .section.about.section-index .paragraph {
    font-size: 20px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.about.section-index .paragraph {
    font-size: 28px;
  }
}
body .section.wishlist {
  padding-top: 30px;
}
body .section.wishlist .wrap.wrap-fluid center p {
  padding-bottom: 25px;
}
body .section.wishlist .wrap.wrap-fluid center p a {
  color: #000000;
}
body .section.wishlist .wrap.wrap-fluid h1 {
  font-size: 18px;
  margin-bottom: 25px;
}
body .section.wishlist .wrap.wrap-fluid ul {
  margin-bottom: 30px;
}
body .section.wishlist .wrap.wrap-fluid ul li a img {
  width: 30px;
  height: 30px;
}
body .section.wishlist .wrap.wrap-fluid .way a {
  font-size: 14px;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .add-btn {
  padding: 0;
  margin: 0;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .product-info .product-name {
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 14px;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .product-info .price {
  padding-bottom: 40px;
  font-size: 16px;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .select-size {
  font-size: 15px;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .select-size h5 {
  font-size: 15px;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .select-size .select-menu select {
  font-size: 15px;
  height: auto;
}
body .section.wishlist .wrap.wrap-fluid .wishlist-list li .product-card .select-size .select-menu select option {
  font-size: 15px;
}
body .section.swimwear {
  padding-bottom: 25px;
  padding-top: 25px;
}
body .section.swimwear .wrap.wrap-fluid h1 {
  font-size: 18px;
  margin-bottom: 25px;
}
body .section.swimwear .wrap.wrap-fluid .breadcrumbs-filter .way {
  font-size: 14px;
  padding-bottom: 15px;
}
body .section.swimwear .wrap.wrap-fluid .breadcrumbs-filter .catalog-menu li select {
  font-size: 14px;
}
body .section.swimwear .wrap.wrap-fluid .all-catalog .catalog li .product-card .product-info {
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 14px;
  padding-left: 70px;
}
body .section.swimwear .wrap.wrap-fluid .all-catalog .catalog li .product-card center .price {
  padding-bottom: 40px;
}
body .section.product {
  padding: 30px 20px 0 20px;
}
body .section.product .wrap.wrap-wider .way {
  font-size: 14px;
}
body .section.product .wrap.wrap-wider .product-content {
  justify-content: space-evenly;
}
body .section.product .wrap.wrap-wider .product-content .product-left {
  margin-right: 10px;
  max-width: 640px;
}
@media screen and (min-width: 1920px) {
  body .section.product .wrap.wrap-wider .product-content .product-left {
    max-width: 40%;
  }
}
body .section.product .wrap.wrap-wider .product-content .product-right {
  margin-left: 10px;
}
body .section.product .wrap.wrap-wider .product-content .product-right .product-top h3 {
  font-size: 19px;
}
body .section.product .wrap.wrap-wider .product-content .product-right .product-top .product-price {
  font-size: 18px;
}
body .section.product .wrap.wrap-wider .product-content .product-right .product-top .product-price .sizes {
  bottom: 10px;
}
body .section.product .wrap.wrap-wider .product-content .product-right .product-top .product-price .sizes a {
  font-size: 14px;
}
body .section.product .wrap.wrap-wider .product-content .product-right form select {
  font-size: 15px;
}
body .section.product .wrap.wrap-wider .product-content .product-right form select option {
  font-size: 15px;
}
body .section.product .wrap.wrap-wider .product-content .product-right form .buttons {
  font-size: 14px;
}
body .section.product .wrap.wrap-wider .product-content .product-right form .buttons .add {
  font-size: 17px;
}
body .section.product .wrap.wrap-wider .product-content .product-right form .buttons .wish-list {
  min-width: 96px;
  margin-left: 5px;
}
body .section.product .wrap.wrap-wider .product-content .product-right > p {
  font-size: 17px;
}
body .section.product .wrap.wrap-wider .product-content .product-right > a {
  font-size: 17px;
  color: #000000;
}
body .section.swimwear.product-swimwear {
  padding-bottom: 25px;
  padding-top: 25px;
}
body .section.swimwear.product-swimwear h1 {
  font-size: 18px;
  margin-bottom: 50px;
}
body .section.swimwear.product-swimwear .all-catalog .arrivals-slider .arrivals-slide .product-card .product-info {
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 14px;
  padding-left: 70px;
}
body .section.swimwear.product-swimwear .all-catalog .arrivals-slider .arrivals-slide .product-card center .price {
  padding-bottom: 40px;
}
body .footer .wrap.wrap-wider .footer-top .footer-left {
  margin-left: 60px;
}
body .footer .wrap.wrap-wider .footer-top .footer-left ul:first-child li {
  font-size: 14px;
  margin-bottom: 10px;
}
body .footer .wrap.wrap-wider .footer-top .footer-left ul:first-child li:first-child {
  margin-bottom: 16px;
  font-size: 10px;
}
body .footer .wrap.wrap-wider .footer-top .footer-left ul:last-child li {
  font-size: 15px;
}
body .footer .wrap.wrap-wider .footer-top .footer-left ul:last-child li:first-child {
  font-size: 14px;
  margin-bottom: 16px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right {
  margin-right: 180px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right p {
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 17px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right .form-footer {
  font-size: 14px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right .form-footer .email-input {
  background-color: #f3f3f3;
}
body .footer .wrap.wrap-wider .footer-top .footer-right .ul-1 li a img {
  width: 30px;
  height: 30px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right .ul-2 li a img {
  width: 40px;
  height: 29px;
  padding-bottom: 2px;
}
body .footer .wrap.wrap-wider .footer-top .footer-right .ul-2 li:last-child a img {
  width: 40px;
  height: 29px;
  padding-bottom: 2px;
}
body .post-footer {
  background: url(.../img/footer.png) ;
  padding-bottom: 20px;
  font-size: 14px;
}

.body-additional:before {
  content: "";
  display: block;
  height: 150px;
  width: 100%;
}

.bag-window_active {
  margin: 0 !important;
}
.bag-window_active .header {
  display: none !important;
}
.bag-window_active .bag-window {
  display: flex !important;
}

body .header {
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}
body .header .menu-btn-block {
  display: none;
}
body .header .header-left {
  align-items: normal;
}
body .header .header-left p {
  margin-top: 34px;
}
body .header .header-bottom ul li {
  margin-right: 30px;
}
body .header .header-bottom ul li:nth-child(2), body .header .header-bottom ul li:nth-child(6), body .header .header-bottom ul li:nth-child(7) {
  margin-right: 40px;
}
body .header .header-bottom ul li:nth-child(6) a {
  color: #ed1e1e;
}
@media screen and (max-width: 768px) {
  body .header .menu-btn-block {
    display: flex;
    align-items: center;
    width: 20%;
  }
  body .header .wrap {
    flex-direction: row;
  }
  body .header .header-left {
    width: 60%;
  }
  body .header .header-left a {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  body .header .header-left a img {
    margin: 0;
  }
  body .header .header-right {
    width: 20%;
  }
}
@media screen and (min-width: 1400px) {
  body .header .header-bottom .head-menu li {
    margin-right: calc(30px + 2vw);
  }
  body .header .header-bottom .head-menu li:nth-child(2), body .header .header-bottom .head-menu li:nth-child(6), body .header .header-bottom .head-menu li:nth-child(7) {
    margin-right: calc(40px + 2vw);
  }
  body .header .header-bottom .head-menu li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1900px) {
  body .header .header-bottom ul li a {
    font-size: 18px;
  }
  body .header .header-right p a {
    font-size: 18px;
  }
  body .header .menu .menu-item a, body .header .menu .menu-item.price a {
    font-size: 22px;
  }
  body .header .menu .menu-item a img, body .header .menu .menu-item.price a img {
    width: 40px;
    height: 40px;
  }
  body .header ul {
    display: flex;
    justify-content: center;
  }
  body .header .header-left p, body .header .header-right p {
    font-size: 22px;
  }
}
@media screen and (min-width: 2200px) {
  body .header .header-bottom ul li a {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  body .section .wrap-fluid, body .header .wrap-fluid {
    max-width: calc(100% - 40px);
  }
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide {
    padding: 20px;
  }
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info {
    display: block;
    text-align: center;
  }
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info .arrival-info-item-name, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info .arrival-info-item-name {
    margin: 6px 0 10px 0;
  }
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info span, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1900px) {
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info span, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide .arrival-info span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body .section .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide img, body .header .wrap-fluid .arrivals-slider .slick-list .slick-track .arrivals-slide img {
    width: 100%;
    height: auto;
  }
}
body .wrap-wider {
  max-width: 1920px;
}
body .section.food {
  padding: 20px 0;
}
body .section.food .wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body .section.food .wrap .paragraph {
  font-size: 40px;
  width: 50%;
}
@media screen and (min-width: 1920px) {
  body .section.food .wrap .paragraph {
    font-size: 80px;
  }
}
body .section.food .wrap img {
  height: auto;
  width: 50%;
}
body .section.about ul {
  margin: 0 0 60px 0 !important;
}
body .section.about ul li {
  margin: 0 !important;
}
body .section.about ul li div {
  display: block;
}
@media screen and (min-width: 1600px) {
  body .section.about ul li div {
    min-width: 140px;
  }
  body .section.about ul li div h3 {
    font-size: 50px;
  }
  body .section.about ul li div img {
    max-height: 140px;
    max-width: 140px;
    height: auto;
    width: 100%;
  }
  body .section.about ul li div h4 {
    font-size: 30px;
  }
  body .section.about ul li div p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.about ul li div {
    min-width: 300px;
  }
  body .section.about ul li div img {
    max-height: 300px;
    max-width: 300px;
    height: auto;
    width: 100%;
  }
  body .section.about ul li div h4 {
    font-size: 40px;
  }
  body .section.about ul li div p {
    font-size: 26px;
  }
}
body .section.create .wrap {
  width: 420px;
}
body .section.create .wrap h2 {
  font-size: 19px;
  padding-top: 25px;
}
body .section.create .wrap form .create-input input {
  font-size: 15px;
  height: 40px;
}
body .section.create .wrap form .name {
  margin-bottom: 25px;
}
body .section.create .wrap form .name .create-input::before {
  display: none;
}
body .section.create .wrap form .politic {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
}
body .section.create .wrap .create-bottom {
  font-size: 16px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  body .section.create .wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  body .section.create .wrap h2 b {
    font-size: 24px;
  }
  body .section.create .wrap form .create-input input {
    font-size: 20px;
    height: 40px;
  }
  body .section.create .wrap form .politic {
    font-size: 16px;
  }
  body .section.create .wrap form .button-submit {
    height: 40px;
    font-size: 24px;
  }
  body .section.create .wrap .create-bottom {
    font-size: 20px;
  }
}
@media screen and (min-width: 2000px) {
  body .section.create .wrap {
    width: 500px;
  }
  body .section.create .wrap h2 b {
    font-size: 30px;
  }
  body .section.create .wrap form .create-input input {
    font-size: 26px;
    height: 60px;
  }
  body .section.create .wrap form .politic {
    font-size: 24px;
  }
  body .section.create .wrap form .button-submit {
    height: 60px;
    font-size: 30px;
  }
  body .section.create .wrap .create-bottom {
    font-size: 22px;
  }
}
body .section.login .wrap {
  font-size: 19px;
  padding-top: 25px;
  margin-bottom: 40px;
  width: 420px;
}
body .section.login .wrap form .login-input input {
  font-size: 20px;
  height: 40px;
}
body .section.login .wrap form .block {
  margin-bottom: 20px;
}
body .section.login .wrap form .robot {
  margin-bottom: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .section.login .wrap form .robot a {
  font-size: 19px;
}
body .section.login .wrap form .forgot a {
  font-size: 15px;
}
body .section.login .wrap .login-bottom p {
  font-size: 16px;
  padding-bottom: 50px;
}
body .section.login .wrap .login-bottom p a {
  font-size: 16px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  body .section.login .wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  body .section.login form .politic {
    font-size: 20px;
  }
  body .section.login form .button-submit {
    height: 40px;
    font-size: 24px;
  }
  body .section.login .login-bottom p,
body .section.login .login-bottom p a {
    font-size: 20px;
  }
}
@media screen and (min-width: 2000px) {
  body .section.login .wrap {
    width: 500px;
  }
  body .section.login .wrap h1 {
    font-size: 34px;
  }
  body .section.login .wrap form .login-input input {
    font-size: 26px;
    height: 60px;
  }
  body .section.login .wrap form .politic {
    font-size: 24px;
  }
  body .section.login .wrap form .button-submit {
    height: 60px;
    font-size: 30px;
  }
  body .section.login .wrap .login-bottom p,
body .section.login .wrap .login-bottom p a {
    font-size: 22px;
  }
}
body .paypal-background-color {
  width: 50%;
  position: fixed;
  z-index: -1;
  height: 100%;
  left: 50%;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  body .paypal-background-color {
    display: none;
  }
}
body .header.paypal-head {
  background-color: transparent;
}
body .section.paypal .wrap .way {
  font-size: 16px;
}
body .section.paypal .wrap .way a {
  padding-right: 5px;
  padding-left: 5px;
}
body .section.paypal .wrap .way span {
  padding-left: 5px;
}
body .section.paypal .wrap .paypal-all .paypal-left {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  body .section.paypal .wrap .paypal-all .paypal-left {
    width: 100%;
    background-color: #fff;
  }
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-checkout .account .acc-info .log-out {
  padding-top: 5px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-checkout .account .acc-info .log-out a {
  font-size: 15px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-checkout .on-border {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-left: 0;
  left: 0;
  background-color: transparent;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-checkout .on-border span {
  background-color: white;
  padding: 0 6px;
  font-size: 16px;
  font-weight: bold;
  font-family: "GothamPro-Bold", sans-serif;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform .on-border-block {
  display: flex;
  justify-content: center;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform .on-border-block .on-border {
  margin-left: 0;
  margin-top: -53px;
  position: static;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform .paypal-contact-top h3 {
  font-size: 17px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform form .keep-block {
  display: flex;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform form .keep-block input[type=checkbox] {
  display: block;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform form .keep-block .check {
  padding-top: 10px;
  font-size: 15px;
  padding-left: 10px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form .contact-inform form .keep-block .check::before {
  display: none;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form h3 {
  font-size: 17px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .billing_shipping {
  display: flex;
  align-items: center;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .billing_shipping input {
  display: block;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .billing_shipping label {
  font-size: 14px;
  padding-left: 8px;
  position: static;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .fifty-fifty .select label {
  font-size: 13px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .fifty-fifty .select select {
  padding-top: 7px;
  background-color: transparent;
  font-size: 13px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .fifty-fifty .select select option {
  font-size: 13px;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .fifty-fifty .select::before {
  z-index: -1;
}
body .section.paypal .wrap .paypal-all .paypal-left .paypal-form form .form-bottom a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
body .section.paypal .wrap .paypal-all .paypal-right {
  margin-top: -500px;
  width: 50%;
  padding: 500px 20px 0 20px;
  background-color: #F6F6F6;
}
@media (max-width: 767px) {
  body .section.paypal .wrap .paypal-all .paypal-right {
    padding-top: 0;
    margin-top: 10px;
    width: 100%;
  }
}
body .section.paypal .wrap .paypal-all .paypal-right .gift-card form input:last-child {
  padding: 0 5px;
}
body .section.paypal .wrap .paypal-all .paypal-right .shopping-list li .shopping-item .shopping-list-left .item-info .item-name {
  font-size: 16px;
}
body .section.paypal .wrap .paypal-all .paypal-right .shopping-list li .shopping-item .shopping-list-left .item-info .size {
  font-size: 15px;
}
body .section.paypal .wrap .paypal-all .paypal-right .shopping-list li .shopping-item .price {
  font-size: 18px;
}
body .section.paypal .wrap .paypal-all .paypal-right .total .total-left .layer span.bold {
  font-size: 18px;
}
body .section.paypal .wrap .paypal-all .paypal-right .total .total-left .layer p span.bold {
  font-size: 25px;
}
body .section.paypal .wrap .paypal-all .paypal-right .message-form label {
  font-size: 16px;
  padding-bottom: 6px;
}
body .section.paypal .wrap .paypal-all .paypal-right .post-message-form {
  font-size: 16px;
  padding-bottom: 35px;
}
body .section.bag {
  margin-bottom: 25px;
}
body .section.bag .wrap.wrap-extensive h2 {
  margin-top: 25px;
  font-size: 18px;
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-top {
  padding-bottom: 15px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-top span {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info a img {
  width: 92px;
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .name-item {
  padding-bottom: 10px;
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .name-item a {
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .name-item a {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .color {
  padding-bottom: 6px;
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .color span {
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .color span {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .size span {
  color: #000;
  font-size: 16px;
  padding-top: 3px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .size span {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .size select {
  font-size: 16px;
  color: #000;
  height: auto;
  width: auto;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .size select {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .size select option {
  font-size: 16px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .left-info .info-item .remove input {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .right-info .price span, body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .right-info .total span {
  font-size: 18px;
}
@media screen and (min-width: 2000px) {
  body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .right-info .price span, body .section.bag .wrap.wrap-extensive form .bag-list .bag-items li .bag-item .right-info .total span {
    font-size: 130%;
  }
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics {
  width: 300px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics p {
  font-size: 14px;
  margin-top: 30px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .layer span {
  font-size: 18px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .layer .stat-input input {
  font-size: 14px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .layer .price {
  font-size: 18px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .layer p {
  font-size: 14px;
  margin-top: 20px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .stats-bottom .check {
  font-size: 16px;
  margin-bottom: 10px;
}
body .section.bag .wrap.wrap-extensive form .stats-all .statistics .stats-bottom span a {
  font-size: 16px;
}
body .section.gift .way {
  padding: 10px;
}
body .section.gift .way a {
  font-size: 14px;
}
body .section.gift .wrap.wrap-extensive {
  padding-top: 30px;
}
body .section.gift .wrap.wrap-extensive .gift-content {
  justify-content: space-evenly;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-left {
  width: auto;
  flex-basis: content;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-left .gift-card {
  height: 300px;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right {
  width: auto;
  flex-basis: content;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top {
  height: 150px;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top h1 {
  font-size: 19px;
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top h1 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top h1 {
    font-size: 28px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top .gift-price {
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top .gift-price {
    font-size: 19px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top .gift-price {
    font-size: 21px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top .gift-price {
    font-size: 24px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right .gift-top .gift-price {
    font-size: 26px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
  font-size: 15px;
  height: auto;
  padding: 6px 15px;
}
@media screen and (min-width: 1920px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
    font-size: 17px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
    font-size: 19px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
    font-size: 22px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select, body .section.gift .wrap.wrap-extensive .gift-content .gift-right form select option {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input {
    font-size: 17px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input {
    font-size: 19px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input {
    font-size: 22px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input {
    font-size: 24px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input.add {
  height: auto;
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input.add {
    font-size: 17px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input.add {
    font-size: 19px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input.add {
    font-size: 22px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons input.add {
    font-size: 24px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right form .buttons .add {
  font-size: 17px;
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right h4 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right h4 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right h4 {
    font-size: 26px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right > p {
  font-size: 18px;
}
@media screen and (min-width: 1600px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right > p {
    font-size: 19px;
  }
}
@media screen and (min-width: 1900px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right > p {
    font-size: 21px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right > p {
    font-size: 24px;
  }
}
@media screen and (min-width: 2300px) {
  body .section.gift .wrap.wrap-extensive .gift-content .gift-right > p {
    font-size: 26px;
  }
}
body .section.gift .wrap.wrap-extensive .gift-content .gift-right .code {
  margin-bottom: 50px;
}
body .section.contact .wrap.wrap-narrow {
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  body .section.contact .wrap.wrap-narrow {
    width: 100%;
  }
}
body .section.contact .wrap.wrap-narrow h1 {
  font-size: 16px;
  margin-top: 25px;
}
body .section.contact .wrap.wrap-narrow .contact-top h4 {
  font-size: 18px;
}
body .section.contact .wrap.wrap-narrow .contact-top p {
  font-size: 18px;
  padding-top: 15px;
}
body .section.contact .wrap.wrap-narrow form textarea {
  font-size: 16px;
  color: #787878;
}
body .section.contact .wrap.wrap-narrow form input {
  background-color: #fff;
  height: 50px;
  font-size: 16px;
}
body .section.contact .wrap.wrap-narrow form .submit {
  color: #000;
  background-color: #e8e8e8;
}
body .section.contact .wrap.wrap-narrow p {
  font-size: 18px;
}
body .section.contact .wrap.wrap-narrow .live-chat {
  padding-bottom: 15px;
}
body .bag-window {
  display: none;
  flex-direction: row-reverse;
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
body .bag-window .bag-window__aside {
  width: 400px;
  background-color: #fff;
  border-left: 1px solid #000;
}
body .bag-window .bag-window__aside .bag-window__header {
  margin: 30px 0 10px 0;
  text-align: center;
  font-weight: bold;
}
body .bag-window .bag-window__aside .bag-window__info {
  text-align: center;
}
body .bag-window .bag-window__aside .bag-window__close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
body .bag-window .bag-window__aside .bag-window__close .bag-window__close_btn {
  font-weight: bold;
  width: 40px;
  height: 40px;
  font-size: 24px;
  border: 0;
  background-color: transparent;
}
body .bag-window .bag-window__aside .bag-window__close .bag-window__close_btn p {
  margin: 0;
  padding-bottom: 8px;
}
body .bag-window .bag-window__aside .bag-list .list-item {
  margin: 0 10px;
  border-bottom: 1px solid #CDCDCD;
  display: flex;
}
body .bag-window .bag-window__aside .bag-list .list-item .image {
  flex-grow: 0;
  width: 100px;
}
body .bag-window .bag-window__aside .bag-list .list-item .image img {
  padding: 10px 20px 10px 0;
  width: 100%;
  height: auto;
}
body .bag-window .bag-window__aside .bag-list .list-item .info {
  padding-right: 10px;
  flex-grow: 1;
}
body .bag-window .bag-window__aside .bag-list .list-item .info .row-1 {
  padding: 10px 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .bag-window .bag-window__aside .bag-list .list-item .info .row-1 span {
  font-size: 14px;
}
body .bag-window .bag-window__aside .bag-list .list-item .info .row-1 .title {
  font-weight: bold;
}
body .bag-window .bag-window__aside .bag-list .list-item .info .row-2 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
body .bag-window .bag-window__aside .total-price {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
body .bag-window .bag-window__aside .total-price .price-title {
  font-weight: bold;
  margin-bottom: 10px;
}
body .bag-window .bag-window__aside .buttons {
  margin: 30px 10px 0 10px;
}
body .bag-window .bag-window__aside .buttons button {
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0;
  border: 2px solid #000;
}
body .bag-window .bag-window__aside .buttons .checkout-button {
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
}
body .bag-window .bag-window__aside .buttons .view-bag {
  background-color: #fff;
  color: #000;
}
body .section.size-table {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
body .section.size-table .size-table-wrap {
  max-width: 800px;
  min-width: 800px;
  width: 100%;
}
body .section.size-table .size-table-wrap h2 {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 24px;
}
body .section.size-table .size-table-wrap .tip {
  margin-top: 20px;
}
body .section.size-table .size-table-wrap table {
  width: 100%;
  font-size: 16px;
  border: 2px solid #ADADAD;
}
body .section.size-table .size-table-wrap table tr td {
  padding: 8px 20px;
  width: 20%;
  text-align: center;
}
body .section.size-table .size-table-wrap table tr td:first-child {
  text-align: left;
  font-weight: bold;
}
body .section.size-table .size-table-wrap table tr:first-child {
  font-weight: bold;
}
body .section.size-table .size-table-wrap table tr:first-child td {
  padding: 12px 20px;
}
body .section.size-table .size-table-wrap table .subdivision {
  border-bottom: 2px solid #ADADAD;
}
@media screen and (min-width: 1800px) {
  body .section.size-table .size-table-wrap {
    max-width: 1000px;
  }
  body .section.size-table .size-table-wrap table {
    font-size: 18px;
  }
}
@media screen and (min-width: 2100px) {
  body .section.size-table .size-table-wrap {
    max-width: 1200px;
  }
  body .section.size-table .size-table-wrap table {
    font-size: 20px;
  }
}

.d-none {
  display: none !important;
}

.wrap.wrap-fluid .breadcrumbs-filter {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
}
.wrap.wrap-fluid .breadcrumbs-filter .catalog-menu {
  position: static;
  padding-left: 60px;
}
.wrap.wrap-fluid .breadcrumbs-filter .catalog-menu .fir select {
  margin-top: -3px;
  height: auto;
}
@media (max-width: 479px) {
  .wrap.wrap-fluid .breadcrumbs-filter .catalog-menu {
    width: 100%;
    padding-left: 30px;
  }
}
.wrap.wrap-fluid center {
  width: 100%;
}
.wrap.wrap-fluid .product-info {
  padding: 0 !important;
}
.wrap.wrap-fluid .product-info a {
  width: 100%;
  text-align: center !important;
}

.section .wrap.wrap-wider .product-center {
  height: auto;
}

@media screen and (min-width: 1600px) {
  .wrap.wrap-extensive {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1900px) {
  .wrap.wrap-extensive {
    max-width: 1400px;
  }
}
@media screen and (min-width: 2100px) {
  .wrap.wrap-extensive {
    max-width: 1600px;
  }
}
@media screen and (min-width: 2300px) {
  .wrap.wrap-extensive {
    max-width: 1800px;
  }
}

.wrap.wrap-narrow {
  width: 700px;
}
@media screen and (min-width: 1600px) {
  .wrap.wrap-narrow {
    width: 900px;
  }
}
@media screen and (min-width: 1900px) {
  .wrap.wrap-narrow {
    width: 1060px;
  }
}
@media screen and (min-width: 2100px) {
  .wrap.wrap-narrow {
    width: 1300px;
  }
}
@media screen and (min-width: 2300px) {
  .wrap.wrap-narrow {
    width: 1440px;
  }
}

/*# sourceMappingURL=override.css.map */
