/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.page-not-found {
  width: 100%;
}
.page-not-found__block {
  aspect-ratio: 3.71;
  position: relative;
  width: 100%;
}
.page-not-found__background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.page-not-found__video {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 39%;
  z-index: 2;
}
.page-not-found__video video {
  width: 100%;
}
.page-not-found__img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 39%;
  z-index: 1;
}
.page-not-found__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 12px;
  text-align: center;
}
.page-not-found__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 32px;
  text-align: center;
}
.page-not-found__btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.info-block {
  background: #DFDBD7;
  padding: 20px 32px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 530px) {
.info-block {
    padding: 20px 16px;
}
}
.info-block--promo {
  background: #272727;
  padding-left: 130px;
  position: relative;
}
@media only screen and (max-width: 670px) {
.info-block--promo {
    padding: 20px 16px;
}
}
.info-block--promo .info-block__promo-text-box {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 670px) {
.info-block--promo .info-block__promo-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.info-block--promo .info-block__text .btn {
  min-width: 243px;
  text-decoration: none;
}
@media only screen and (max-width: 670px) {
.info-block--promo .info-block__text .btn {
    margin-top: 16px;
    max-width: 100%;
    width: 100%;
}
}
.info-block__promo-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 30px;
}
@media only screen and (max-width: 670px) {
.info-block__promo-text {
    padding-right: 0;
}
}
.info-block__tooltip {
  margin-left: 13px;
}
.info-block__promo-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 0;
}
.info-block__promo-img img {
  height: 100%;
  max-width: unset;
}
.info-block__promo-text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-block--promo .info-block__text {
  width: 100%;
}
.info-block--promo .info-block__text a {
  color: #fff;
}
.info-block--promo .info-block__text a:hover {
  color: #272727;
}
.info-block a {
  cursor: pointer;
  text-decoration: underline;
}
.info-block a.btn {
  text-decoration: none;
}
.info-block--min {
  padding: 20px 16px;
}
.info-block--min .info-block__text {
  font-size: 14px;
}
.info-block--none {
  font-size: 16px;
  line-height: 150%;
  padding: 0;
}
.info-block--transparent {
  background: transparent;
}
.info-block--red {
  background: #F0D8D6;
}
.info-block--green {
  background: rgba(39, 174, 96, 0.1);
  color: #27AE60;
}
.info-block--red .info-block__text {
  color: #272727;
}
.info-block a {
  cursor: pointer;
  text-decoration: underline;
}
.info-block--min {
  padding: 20px 16px;
}
.info-block--min .info-block__text {
  font-size: 14px;
}
.info-block--red {
  background: #F0D8D6;
}
.info-block--red .info-block__text {
  color: #272727;
}
.info-block__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info-block__icon {
  height: 20px;
  margin-right: 22px;
  width: 20px;
}
@media only screen and (max-width: 530px) {
.info-block__icon {
    margin-right: 12px;
}
}
.info-block__text {
  font-size: 16px;
  line-height: 150%;
  width: calc(100% - 44px);
}
@media only screen and (max-width: 768px) {
.info-block__text {
    font-size: 14px;
    line-height: 150%;
}
}
.info-block__text a {
  color: #272727;
  display: inline-block;
  margin-right: -4px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.payment-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  padding: 0;
}
.payment-methods__item {
  margin-bottom: 15px;
  width: 48px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.payment-methods__item {
    width: 40px;
}
}
.payment-methods__item:last-child {
  margin-right: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.smooth-block {
  opacity: 0;
}
.smooth-block--show {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.smooth-block--showTranslate-two {
  opacity: 1;
  -webkit-animation: fadeInAndMove 0.1s linear;
          animation: fadeInAndMove 0.1s linear;
}
.smooth-block--showTranslate-six {
  opacity: 1;
  -webkit-animation: fadeInAndMove 0.6s linear;
          animation: fadeInAndMove 0.6s linear;
}
@-webkit-keyframes fadeInAndMove {
from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes fadeInAndMove {
from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.delivery-card {
  background: #fff;
  margin: 0 auto;
  max-width: 1056px;
  padding: 56px 136px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.delivery-card {
    padding: 36px 32px;
}
}
@media only screen and (max-width: 768px) {
.delivery-card {
    padding: 36px 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card {
    padding: 24px 16px;
}
}
.delivery-card__box {
  margin-bottom: 48px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box {
    margin-bottom: 36px;
}
}
.delivery-card__box-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}
}
.delivery-card__box-text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-text {
    margin-bottom: 12px;
}
}
.delivery-card__box-table {
  width: 100%;
}
.delivery-card__box-table table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr {
    border-bottom: 1px solid #fff;
}
}
.delivery-card__box-table table tr.sub td {
  background: transparent;
  border-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr.sub td {
    font-size: 14px;
}
}
.delivery-card__box-table table tr th {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 32px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-table table tr th {
    font-size: 14px;
    padding: 8px 32px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr th {
    display: none;
}
}
.delivery-card__box-table table tr td {
  background: #DFDBD7;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 32px;
}
@media only screen and (max-width: 960px) {
.delivery-card__box-table table tr td {
    font-size: 16px;
}
}
@media only screen and (max-width: 590px) {
.delivery-card__box-table table tr td {
    font-size: 14px;
    padding: 12px 16px;
}
}
.delivery-card__additional-service-list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0 !important;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 960px) {
.delivery-card__additional-service-list {
    font-size: 16px;
}
}
.delivery-card__additional-service-list:last-child {
  margin-bottom: 0;
}
.delivery-card__additional-service-list li {
  list-style: none;
}
.delivery-card__additional-service-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0 !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.delivery-card__additional-service-left span {
  padding-right: 12px;
}
.delivery-card__additional-service-right {
  background: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.delivery-card__additional-service-center {
  border-bottom: 1px solid #828282;
  bottom: 27px;
  display: inline-block;
  height: 20px;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  width: 100%;
  z-index: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.other-pages {
  width: 100%;
}
.other-pages .bread-crumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.other-pages .bread-crumbs {
    padding-left: 16px;
    padding-right: 16px;
}
}
.other-pages h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
.other-pages h2 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 28px;
}
}
@media only screen and (max-width: 590px) {
.other-pages h2 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 32px;
}
}
.other-pages h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin: 48px 0 24px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
.other-pages h3 {
    font-size: 20px;
    line-height: 150%;
    margin: 48px 0 16px;
}
}
@media only screen and (max-width: 590px) {
.other-pages h3 {
    font-size: 18px;
    margin: 32px 0 12px;
}
}
.other-pages .delivery-card {
  padding: 0;
}
.other-pages .delivery-card ul.delivery-card__additional-service-list li:before {
  content: none;
}
.other-pages__banner {
  aspect-ratio: 3.26;
  margin-bottom: 56px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 960px) {
.other-pages__banner {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 590px) {
.other-pages__banner {
    margin-bottom: 24px;
}
}
.other-pages__banner picture {
  width: 100%;
}
.other-pages__banner picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.other-pages__content {
  background: #fff;
  margin: 0 auto;
  max-width: 1328px;
  padding: 80px 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
.other-pages__content {
    padding: 48px 0;
}
}
@media only screen and (max-width: 590px) {
.other-pages__content {
    padding: 32px 0;
}
}
.other-pages__content p {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (max-width: 590px) {
.other-pages__content p {
    font-size: 16px;
}
}
.other-pages__content ul {
  padding-left: 0;
}
.other-pages__content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 150%;
  list-style: none;
  margin-bottom: 16px;
}
@media only screen and (max-width: 590px) {
.other-pages__content ul li {
    font-size: 16px;
}
}
.other-pages__content ul li:before {
  background: #272727;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 3px 8px 0 0;
  width: 4px;
}
.other-pages__content-box {
  margin: 0 auto;
  max-width: 1056px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.other-pages__content-box {
    padding-left: 16px;
    padding-right: 16px;
}
}
.other-pages .info-block {
  margin-top: 32px;
}
