@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Medium.woff2") format("woff2"), url("../fonts/Comfortaa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.woff2") format("woff2"), url("../fonts/Comfortaa-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Regular.woff2") format("woff2"), url("../fonts/Comfortaa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Light.woff2") format("woff2"), url("../fonts/Comfortaa-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-SemiBold.woff2") format("woff2"), url("../fonts/Comfortaa-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover, a {
  text-decoration: none;
}
:focus {
  outline: 0;
}
ul {
  list-style-type: none;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: "Comfortaa";
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #40485c;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
.container {
  width: 100%;
  max-width: 1204px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
header {
  width: 100%;
  background: #40485c url(../images/header-bg.svg) 50% 50% repeat-x;
}
.header-content {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-content__left {
  display: flex;
  align-items: center;
}
.header-content__right {
  display: flex;
  align-items: center;
}
.logo {
  margin-right: 60px;
  display: block;
}
@media (max-width: 768px) {
  .logo {
    display: none;
  }
}
.logo img {
  width: 160px;
}
.logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .logo-mobile {
    margin-right: 30px;
    display: block;
  }
}
.logo-mobile img {
  width: 34px;
}
@media (max-width: 768px) {
  .header-phone {
    display: none;
  }
}
.header-phone a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #ffffff;
}
.header-phone a:hover .icon img {
  transform: scale(1.2);
}
.header-phone a .icon {
  margin-right: 16px;
}
.header-phone a .icon img {
  width: 17px;
  transition: 0.5s;
}
.shopping-cart-btn {
  display: block;
  margin-left: 40px;
}
.shopping-cart-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(230, 230, 230, 0.35);
  position: relative;
}
.shopping-cart-btn a span {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 12px;
  right: 10px;
  background: #ff6f36;
}
.shopping-cart-btn a:hover img {
  transform: scale(1.2);
}
.shopping-cart-btn a img {
  width: 16px;
  height: 20px;
  transition: 0.5s;
}
.shopping-cart-btn-link {
  pointer-events: none !important;
}
.shopping-cart-btn-link-active {
  pointer-events: all !important;
}
.shopping-cart-btn-qty {
  display: none !important;
}
.shopping-cart-btn-qty-active {
  display: flex !important;
}
.language-selection {
  border: 1px solid rgba(230, 230, 230, 0.35);
  border-radius: 35px;
  width: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .language-selection {
    width: 50px;
    border: 0;
  }
}
.language-selection:hover {
  border-radius: 23px;
  background: #40485c;
  top: 17px;
  border: 1px solid #7a7f8c;
}
@media (max-width: 768px) {
  .language-selection:hover {
    border-radius: 0;
    border: 0;
    top: 9px;
    background: transparent;
  }
}
.language-selection:hover .language-selection__submenu {
  display: block;
}
.language-selection:hover .language-selection__link:before {
  transform: rotate(-180deg);
  top: calc(50% - 6px);
}
.language-selection__link {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 20px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .language-selection__link {
    padding: 15px 0;
  }
}
.language-selection__link:before {
  content: "";
  background: url(../images/select-arrow.svg) 0 0 no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  transition: 0.5s;
}
@media (max-width: 768px) {
  .language-selection__link:before {
    right: 8px;
    opacity: 0.5;
  }
}
.language-selection__submenu {
  display: none;
  padding: 0px 20px 15px 20px;
}
@media (max-width: 768px) {
  .language-selection__submenu {
    padding: 0;
  }
}
.language-selection__submenu a {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.language-selection__submenu a:hover {
  text-decoration: underline;
}
main {
  padding: 50px 0 90px 0;
}
@media (max-width: 768px) {
  main {
    padding: 35px 0 70px 0;
  }
}
.content--side-padding {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .content--side-padding {
    padding-left: 0;
  }
}
.postal-machine {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .postal-machine {
    margin-bottom: 40px;
    padding-left: 56px;
  }
}
@media (max-width: 768px) {
  .postal-machine--small {
    padding-left: 0;
  }
}
.postal-machine__title-back {
  position: relative;
  font-size: 36px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .postal-machine__title-back {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.postal-machine__title-back .back-link {
  position: absolute;
  left: -100px;
  top: 10px;
  background: url(../images/back-arrow.svg) 0% 50% no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 17px;
}
@media (max-width: 768px) {
  .postal-machine__title-back .back-link {
    left: -56px;
    top: 4px;
    background: url(../images/arrow-back-mobile.svg) 50% 50% no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 16px;
  }
}
.postal-machine__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 20px;
}
.postal-machine__content {
  position: relative;
  width: 100%;
  max-width: 460px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 115%;
  color: #40485c;
  padding: 5px 30px;
  background: #fef6f2;
  border-radius: 35px;
  min-height: 60px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .postal-machine__content {
    min-height: 54px;
    font-size: 13px;
    line-height: 150%;
  }
}
.postal-machine__content .icon {
  margin-right: 16px;
}
.postal-machine .machine-choice-link {
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
  transition: 0.5s;
}
.postal-machine .machine-choice-link:hover {
  opacity: 0.5;
}
h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
.machine-content {
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .machine-content {
    margin-bottom: 60px;
  }
}
.machine-item {
  display: flex;
  margin-bottom: 55px;
  position: relative;
}
@media (max-width: 768px) {
  .machine-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .machine-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.machine-item__delete {
  position: absolute;
  left: -100px;
  top: calc(50% - 14px);
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .machine-item__delete {
    left: auto;
    right: 0;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .machine-item__delete img {
    width: 15px;
    height: 15px;
  }
}
.machine-item__delete:hover {
  opacity: 0.5;
}
.machine-item__number {
  font-weight: 400;
  font-size: 92px;
  line-height: 115%;
  color: #ff6f36;
  display: block;
  width: 108px;
  text-align: right;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .machine-item__number {
    width: 50px;
    margin-right: 16px;
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .machine-item__text {
    width: calc(100% - 66px);
    padding-right: 20px;
  }
}
.machine-item__text-item {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 14px;
}
.machine-item__text-item span {
  color: #858585;
  padding-left: 20px;
}
.machine-item__text-item:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .machine-item__text-item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.btn-center {
  display: flex;
  justify-content: center;
}
.btn-center--mb {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .btn-center--mb {
    margin-bottom: 30px;
  }
}
.btn {
  height: 70px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 35px;
  color: #ffffff;
  transition: 0.5s;
  position: relative;
}
.btn span {
  position: relative;
  padding-right: 24px;
}
.btn .icon {
  position: absolute;
  right: -10px;
  top: 1px;
  color: #fff;
}
@media (max-width: 480px) {
  .btn {
    height: 56px;
    font-size: 16px;
    width: 100%;
  }
}
.btn.disabled {
  background: rgba(24, 26, 89, 0.15) !important;
  pointer-events: none;
  color: #acacac;
}
.btn.disabled .icon {
  color: #acacac;
}
.btn--plus:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  right: 33px;
  top: calc(50% - 0.5px);
  position: absolute;
}
.btn--plus:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  right: 40px;
  top: calc(50% - 7.5px);
  position: absolute;
}
.btn--long {
  padding: 0 55px;
}
.btn--sm {
  height: 60px;
  font-size: 16px;
}
.btn--md {
  height: 54px;
  font-size: 16px;
}
.btn--blue {
  background: #ff6f36;
}
.btn--blue:hover {
  background: #ff8454;
}
.btn--green {
  background: #ff6f36;
}
.btn--green:hover {
  background: #ff8454;
}
.btn--dark {
  background: #40485c;
}
.btn--dark:hover {
  background: #5e677d;
}
.btn--dark-active {
  background: #fff;
  border: 1px solid #40485c;
  color: #40485c;
}
.btn--dark-active:hover {
  background: #fff;
  border: 2px solid #40485c;
  color: #40485c;
}
.btn--dark-active_selcted {
  background: #40485c;
  border: 1px solid #40485c;
  color: #fff;
}
.btn--dark-active_selcted:hover {
  background: #40485c;
  border: 1px solid #40485c;
  color: #fff;
}
.service-charge {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .service-charge {
    margin-bottom: 50px;
    padding-left: 66px;
  }
}
.service-charge p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #858585;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service-charge p {
    font-size: 14px;
  }
}
.service-charge span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  color: #40485c;
}
@media (max-width: 768px) {
  .service-charge span {
    font-size: 14px;
  }
}
.total-sum {
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .total-sum {
    margin-bottom: 26px;
    font-size: 14px;
  }
}
.total-sum span {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  color: #ff6f36;
  margin: 0 20px;
}
.track-number__title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .track-number__title {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}
.track-number-form {
  width: 100%;
  max-width: 618px;
  background: #fef6f2;
  border-radius: 35px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .track-number-form {
    margin-bottom: 35px;
  }
}
.track-number-form.error .error-text {
  display: block;
}
.track-number-form input {
  font-family: "Comfortaa";
  width: calc(100% + 30px);
  margin-right: -30px;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  padding: 0 40px;
  border: 1px solid transparent;
  border-right: 0;
  border-radius: 35px 0 0 35px;
  color: #40485c;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .track-number-form input {
    height: 56px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.track-number-form input::placeholder {
  color: #858585;
}
.track-number-form input:focus {
  border-color: #ff6f36;
}
.track-number-form button {
  font-family: "Comfortaa";
  min-width: 200px;
  padding: 0;
  width: 200px;
  height: 70px;
  border-radius: 35px;
  background: #40485c;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .track-number-form button {
    width: 56px;
    height: 56px;
    background: #40485c url(../images/btn-arrow.svg) 50% 50% no-repeat;
    text-indent: -9999px;
    min-width: 56px;
  }
}
.track-number-form .checked {
  background: rgba(24, 26, 89, 0.15) url(../images/btn-check.svg) 50% 50% no-repeat !important;
  text-indent: -9999px;
  pointer-events: none;
}
.track-number-form .error-text {
  display: none;
  position: absolute;
  left: 40px;
  bottom: -24px;
  font-weight: 700;
  font-size: 12px;
  color: #ff6f36;
}
.track-number-form-icon {
  display: none;
}
.track-number-form-text {
  padding-right: 0 !important;
}
.track-number-form-submit-active {
  background: #40485c !important;
}
.postal-machine-bottom p {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  color: #40485c;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .postal-machine-bottom p {
    font-size: 16px;
    line-height: 150%;
  }
}
.custom-check {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .custom-check {
    padding-left: 50px;
  }
}
.custom-check input[type="checkbox"] {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.custom-check-elem, .custom-check-label {
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: #40485c;
  position: relative;
}
@media (max-width: 768px) {
  .custom-check-elem, .custom-check-label {
    font-size: 14px;
  }
}
.custom-check-elem {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
  width: 26px;
  height: 26px;
  background: url(../images/checkbox.svg);
  border-radius: 6px;
  transition: 0.5s;
}
.custom-check-elem:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.custom-check-input:checked + .custom-check-elem:before, .custom-check-input.checked + .custom-check-elem:before {
  display: block;
  background: url(../images/checkbox-hover.svg) 0 0 no-repeat;
  background-size: 26px 26px;
  border-radius: 6px;
  opacity: 1;
}
footer {
  width: 100%;
  background: #40485c url(../images/header-bg.svg) 50% 50% repeat-x;
}
@media (max-width: 768px) {
  footer {
    background: #40485c url(../images/header-bg.svg) 50% 50% repeat;
  }
}
.footer-content {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
}
.footer-content__links {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-content__links {
    justify-content: center;
  }
}
.footer-content__links span {
  display: block;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .footer-content__links span {
    margin: 0 20px;
  }
}
.footer-content__links span:last-child {
  margin-bottom: 0;
}
.footer-content__links span a {
  font-weight: 300;
  font-size: 12px;
  line-height: 115%;
  text-decoration: underline;
  color: #ffffff;
}
.footer-content__links span a:hover {
  text-decoration: none;
}
.footer-content__right {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-content__right {
    flex-direction: column;
    justify-content: center;
    order: -1;
    margin-bottom: 50px;
  }
}
.copy {
  font-weight: 300;
  font-size: 12px;
  line-height: 115%;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .copy {
    display: block;
    text-align: center;
  }
}
.telegram {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 115%;
  text-decoration: underline;
  color: #ffffff;
}
.telegram .icon {
  margin-right: 21px;
}
.telegram .icon img {
  width: 20px;
}
.telegram:hover {
  text-decoration: none;
}
.footer-btn {
  width: 235px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.5s;
  border: 2px solid #ff6f36;
  margin-left: 185px;
}
@media (max-width: 992px) {
  .footer-btn {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .footer-btn {
    order: -1;
    margin: 0 0 40px 0;
  }
}
.footer-btn:hover {
  background: #ff6f36;
}
.postal-machine-inner {
  display: flex;
  padding-left: 100px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .postal-machine-inner {
    padding-left: 40px;
    align-items: center;
  }
}
.postal-machine-inner__back {
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/back-arrow.svg) 0% 50% no-repeat;
  background-size: 35px auto;
  width: 35px;
  height: 17px;
}
@media (max-width: 768px) {
  .postal-machine-inner__back {
    left: 0px;
    top: calc(50% - 8px);
    background: url(../images/arrow-back-mobile.svg) 50% 50% no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 16px;
  }
}
.postal-machine-inner__image {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .postal-machine-inner__image {
    margin-right: 15px;
  }
}
.postal-machine-inner__image img {
  width: 70px;
}
@media (max-width: 768px) {
  .postal-machine-inner__image img {
    width: 30px;
  }
}
.postal-machine-inner__title {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .postal-machine-inner__title {
    display: none;
  }
}
.postal-products {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .postal-products {
    flex-direction: column;
  }
}
.product-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .product-item {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
  }
  .product-item:last-child {
    border-bottom: 0;
  }
}
.product-item__number {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  background: #ff6f36;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .product-item__number {
    width: 30px;
    height: 30px;
    font-size: 12px;
    top: -2px;
    right: -2px;
  }
}
.product-item__company {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 15px;
}
.product-item__company-logo {
  width: 40px;
  display: block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .product-item__company-logo {
    margin-right: 10px;
    width: 30px;
  }
}
.product-item__company-logo img {
  max-width: 40px;
}
.product-item__char {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-item__char {
    display: none;
  }
}
.product-item__char-item {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  margin-bottom: 10px;
}
.product-item__image-block {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  background: #40485c;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 54px;
}
@media (max-width: 768px) {
  .product-item__image-block {
    width: 80px;
    height: 80px;
    margin: 0 30px 0 0;
  }
}
.product-item__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.25;
}
.product-item__icon img {
  width: 70%;
}
.product-item__image {
  margin-bottom: -36px;
  position: relative;
  z-index: 6;
}
@media (max-width: 768px) {
  .product-item__image {
    margin-bottom: -16px;
  }
}
.product-item__image img {
  width: 140px;
}
@media (max-width: 768px) {
  .product-item__image img {
    width: 70px;
  }
}
.product-item__content {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product-item__content {
    max-width: 100%;
    width: calc(100% - 110px);
    margin: 0;
  }
}
.product-item__title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-item__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.product-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #858585;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-item p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.product-item__weight {
  display: none;
}
@media (max-width: 768px) {
  .product-item__weight {
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #858585;
    display: block;
  }
}
.product-item__cost {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .product-item__cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.product-item__cost > span {
  width: 150px;
  height: 54px;
  background: rgba(255, 111, 54, 0.07);
  border-radius: 35px;
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item__cost > span small {
  width: auto;
  font-size: 14px;
  margin-right: 7px;
}
.product-item__cost > span > span {
  margin-right: 7px;
}
.product-item__cost > span > span:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .product-item__cost > span {
    width: 105px;
    height: 55px;
    font-size: 16px;
  }
}
.modal {
  padding: 0;
}
@media (max-width: 768px) {
  .modal {
    width: 100%;
  }
}
.modal--lg {
  max-width: 905px;
  background: #ffffff;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .modal--lg {
    border-radius: 25px 25px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
.modal--sm {
  max-width: 550px;
  background: #ffffff;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .modal_confirmation {
    bottom: 20px;
    left: 20px;
    border-radius: 20px;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    max-width: calc(100% - 40px);
  }
}
.modal__confirm {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .modal__confirm {
    flex-direction: column;
  }
}
.modal__confirm-btn {
  margin-right: 30px;
  flex-grow: 1;
}
.modal__confirm-btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .modal__confirm-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../images/modal-close.svg) 50% 50% no-repeat;
}
@media (max-width: 768px) {
  .modal a.close-modal {
    top: 5px;
    right: 5px;
  }
}
.modal-content {
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .modal-content {
    padding: 30px 15px;
  }
}
.modal-content p {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .modal-content p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.modal-content__mail-numbers {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-content__mail-numbers {
    color: #fff;
    font-size: 12px;
  }
}
.center {
  text-align: center;
}
.mail-main {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.mail-main__image-block {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  background: #40485c;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 35px 0 0;
}
.mail-main__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail-main__icon img {
  width: 80px;
  opacity: 0.25;
}
.mail-main__image {
  margin-bottom: -36px;
  z-index: 2;
  position: relative;
}
.mail-main__image img {
  width: 100px;
}
.mail-main__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .mail-main__title {
    font-size: 18px;
  }
}
.mail-main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: #242667;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .mail-main p {
    font-weight: 400;
    font-size: 14px;
  }
}
.mail-main__cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  display: block;
}
@media (max-width: 768px) {
  .mail-main__cost {
    font-size: 16px;
  }
}
.selec-options {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .selec-options {
    margin-bottom: 40px;
  }
}
.selec-options__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .selec-options__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .selec-options .btn {
    width: 145px;
    height: 44px;
    font-size: 12px;
    padding: 0;
  }
}
.additionally__content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .additionally__content {
    margin-bottom: 50px;
  }
}
.additionally__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.additionally__numbers {
  margin: 0 10px;
}
.additionally__btn {
  margin: 0 10px;
}
.additionally__btn .btn {
  width: 380px;
  height: 60px;
}
@media (max-width: 768px) {
  .additionally__btn .btn {
    width: 196px;
    height: 50px;
  }
  .additionally__btn .btn:before, .additionally__btn .btn:after {
    display: none;
  }
}
.additionally_nospace {
  margin: 0;
}
.add-item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.add-item input[type="radio"] {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.add-item-elem, .add-item-label {
  cursor: pointer;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: block;
  color: #858585;
  position: relative;
  padding: 0 5px;
}
.add-item-elem span, .add-item-label span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #40485c;
}
@media (max-width: 768px) {
  .add-item-elem span, .add-item-label span {
    font-size: 12px;
    padding-top: 8px;
  }
}
.add-item-elem small, .add-item-label small {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #40485c;
}
@media (max-width: 768px) {
  .add-item-elem, .add-item-label {
    font-size: 12px;
  }
}
.add-item-elem {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  opacity: 0.7;
}
.add-item-elem:before {
  content: "";
  display: none;
  width: 44px;
  height: 44px;
  background: url(../images/check-disc.svg);
  position: absolute;
  top: -5px;
  right: -20px;
}
@media (max-width: 768px) {
  .add-item-elem:before {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    right: -10px;
  }
}
.add-item-elem img {
  width: 70px;
  object-fit: contain;
}
.blocker {
  padding: 0;
  z-index: 9;
}
.add-item-input:checked + .add-item-elem {
  opacity: 1;
  transform: scale(1.2);
}
.add-item-input:checked + .add-item-elem .icon {
  color: #fff;
}
.add-item-input:checked + .add-item-elem:before {
  display: block;
}
.input-number {
  position: relative;
  width: 160px;
  height: 60px;
  background: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #40485c;
}
@media (max-width: 768px) {
  .input-number {
    width: 120px;
    height: 50px;
  }
}
.order-up {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order-up {
    right: 5px;
  }
}
.order-up:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000000;
  right: calc(50% - 7.5px);
  top: calc(50% - 0.5px);
  position: absolute;
}
.order-up:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000000;
  right: calc(50% - 0.5px);
  top: calc(50% - 7.5px);
  position: absolute;
}
.order-down {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order-down {
    left: 5px;
  }
}
.order-down:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #000000;
  right: calc(50% - 7.5px);
  top: calc(50% - 0.5px);
  position: absolute;
}
.input-number input[type="number"] {
  font-family: "Comfortaa";
  width: calc(100% - 80px);
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 20px;
  color: #242667;
  text-align: center;
  pointer-events: none;
}
.input-number input[type="number"]::-webkit-inner-spin-button, .input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 768px) {
  .input-number input[type="number"] {
    width: calc(100% - 60px);
  }
}
.tooltip {
  border-radius: 20px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .tooltip .modal-content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .tooltip a.close-modal {
    display: none;
  }
}
.tooltip .modal-title {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 115%;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .tooltip .modal-title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .tooltip {
    position: fixed;
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
    background: rgba(64, 72, 92, 0.8);
    border-radius: 20px;
    padding: 12px 20px;
  }
  .tooltip p {
    font-weight: 700;
    font-size: 12px;
    line-height: 170%;
    text-align: center;
    color: #ffffff;
  }
}
.postal-machines {
  position: relative;
}
.postal-machines__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.postal-machines__title {
  font-weight: 700;
  font-size: 52px;
  line-height: 115%;
  color: #181a59;
}
@media (max-width: 768px) {
  .postal-machines__title {
    font-weight: 700;
    font-size: 42px;
  }
}
.postal-machines__search {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 768px) {
  .postal-machines__search {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: calc(100%);
    z-index: 9;
  }
}
.postal-machines__search-text {
  color: #ff6f36;
  margin-left: 40px;
  margin-top: 10px;
  display: none;
}
@media (max-width: 768px) {
  .postal-machines__search-text {
    margin-left: 30px;
    margin-top: -25px;
    margin-bottom: 35px;
  }
}
.postal-machines__map {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .postal-machines__map {
    width: calc(100% + 40px);
    margin: 0 -20px -90px -20px;
  }
}
.postal-machines__map #map {
  width: 100%;
  height: 100%;
}
.search {
  width: 100%;
  max-width: 460px;
  background: #fef6f2;
  border-radius: 35px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .search {
    margin-bottom: 35px;
    background: #fff;
  }
}
.search.error .error-text {
  display: block;
}
.search input {
  font-family: "Comfortaa";
  width: calc(100% + 30px);
  margin-right: -30px;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 115%;
  padding: 0 40px;
  border: 1px solid transparent;
  border-right: 0;
  border-radius: 35px 0 0 35px;
  color: #40485c;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .search input {
    height: 56px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.search input::placeholder {
  color: #858585;
}
.search input:focus {
  border-color: #ff6f36;
}
.search button {
  font-family: "Comfortaa";
  min-width: 165px;
  padding: 0;
  width: 165px;
  height: 70px;
  border-radius: 35px;
  background: #ff6f36;
  border: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search button {
    width: 56px;
    height: 56px;
    background: #ff6f36 url(../images/btn-arrow.svg) 50% 50% no-repeat;
    text-indent: -9999px;
    min-width: 56px;
  }
}
@media (max-width: 768px) {
  .search button span {
    padding-right: 0;
  }
  .search button span svg {
    display: none;
  }
}
.search .checked {
  background: rgba(24, 26, 89, 0.15) url(../images/btn-check.svg) 50% 50% no-repeat !important;
  text-indent: -9999px;
  pointer-events: none;
}
.search .error-text {
  display: none;
  position: absolute;
  left: 40px;
  bottom: -24px;
  font-weight: 700;
  font-size: 12px;
  color: #ff6f36;
}
.popover {
  width: 380px;
  padding: 20px;
  box-shadow: none;
  border-radius: 35px;
  background: #fff;
  position: absolute;
  margin: 102px 0 0 140px;
}
@media (max-width: 480px) {
  .popover {
    width: 280px;
    margin: 102px 0 0 90px;
  }
}
.popover .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  font-size: 0;
  height: 20px;
  background: url(../images/modal-close.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
}
.popover .popover-title {
  padding-left: 60px;
  background: url(../images/post-map-icon.svg) 0 0 no-repeat;
  min-height: 40px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #40485c;
}
.btn-map {
  width: 132px;
  height: 54px;
  font-weight: 700;
  font-size: 14px;
  margin-left: 60px;
}
.links-list li {
  margin-bottom: 20px;
}
.links-list li a {
  font-size: 20px;
  color: #40485c;
}
.cursor-pointer {
  cursor: pointer;
}
