@charset "UTF-8";
@font-face {
  font-family: "Futura PT Medium";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/FuturaPT-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Futura PT Heavy";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/FuturaPT-Heavy.woff2) format("woff2");
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot?zihij6);
  src: url(../fonts/icomoon.eot?zihij6#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?zihij6) format("truetype"), url(../fonts/icomoon.woff?zihij6) format("woff"), url(../fonts/icomoon.svg?zihij6#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.payment-error {
  color: #e3342f;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

/* @media mixin */
.preloader-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  z-index: 3;
  padding: 0 20px;
  display: none;
}

.preloader-container.active {
  display: block;
}

.preloader-container p {
  font-size: 19px;
}

.preloader-container img {
  width: 50px;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 344px) {
  .preloader-container p {
    font-size: 17px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.paymentFormsContainer {
  position: relative;
  height: 100%;
  min-height: 245px;
  max-height: 460px;
}

@media screen and (max-width: 520px) {
  .paymentFormsContainer {
    max-height: 485px;
  }
}
.paymentFormsContainer .preloader-container {
  position: absolute;
}

.paymentPelecardErrorContainer {
  color: red;
  font-weight: 700;
}

#payment_error_popup {
  visibility: unset;
}

@media screen and (max-width: 768px) {
  #payment_error_popup {
    top: 30%;
  }
}
#payment_error_popup .paymentErrorBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

#payment_error_popup .inner {
  z-index: 3;
  background-color: #fff;
}

.step_2 .payment-issue {
  padding: 10px 0px 20px;
  display: block;
  font-size: 16px;
}

.step_2 .payment-issue-link {
  color: #f58140;
  text-decoration: underline;
  font-weight: 800;
  white-space: nowrap;
}

.payment-error-container {
  min-height: 245px;
  max-height: 460px;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payment-error-container img.refresh-icon {
  width: 25px;
}

.payment-error-container p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 19px;
}

.payment-error-container.active {
  display: flex;
}

/* RESET */
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  font-family: Montserrat;
  color: #1C2B47;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: center top;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a img {
  border: none;
  background: none;
}

/* Gets rid of IE's blue borders  */
img {
  vertical-align: middle;
  border: none;
}

a {
  outline: none;
  color: #00cdf3;
  display: inline;
}

a:hover {
  color: #00fff0;
  text-decoration: underline;
}

input,
textarea {
  outline: none;
  resize: vertical;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* RESET */
/*CLASS */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.clearRight {
  clear: right;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.just {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.relat {
  position: relative;
}

.over {
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.through {
  text-decoration: line-through;
}

.hide_mob {
  display: none;
}

.show_mob_850 {
  display: block;
  margin-bottom: 30px;
}

.hide_mob_850 {
  display: none;
}

.textCenter {
  text-align: center;
}

.p20 {
  padding-top: 20px;
}

.m30 {
  margin-bottom: 30px;
}

.redText {
  color: red;
}

@media only screen and (min-width: 768px) {
  .hide_mob {
    display: block;
  }
}
@media only screen and (min-width: 850px) {
  .show_mob_850 {
    display: none;
    margin-bottom: 0px;
  }
  .hide_mob_850 {
    display: block;
  }
}
/*CLASS */
/*typo*/
h3.page_title {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

h1.page_title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
}

.resign_type_block > h2,
h2.page_title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .resign_type_block > h2,
  h2.page_title {
    font-size: 32px;
  }
  h3.page_title {
    font-size: 32px;
  }
  h1.page_title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
  }
}
/*typo*/
/*structure ---------------------------------------- */
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.none-float {
  float: none !important;
  margin: 0 auto;
}

.step_1 {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 20px 20px;
  background: #747474;
  border-radius: 25px 0px;
  position: relative;
}

.step_3 {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

.step_3 .step_3_inner {
  padding: 20px 20px;
  background: #747474;
  border-radius: 25px 0px;
}

.step_4 {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 0px 20px;
}

.step_2 {
  position: relative;
  display: inline-block;
  padding: 20px 15px 0;
  width: 100%;
  max-width: 450px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.1);
  border-radius: 25px 0px;
}

/*structure ---------------------------------------- */
/*header*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 50px;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 850px) {
  .header {
    min-height: 75px;
  }
}
.header_wrapp {
  padding: 10px 20px 10px;
  text-align: right;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header_wrapp > .inner {
  position: relative;
}

.header_wrapp .logo_link img {
  max-width: 100%;
  display: inline;
}

.header_wrapp .logo_link {
  position: absolute;
  width: 46px;
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 449px) {
  .header_wrapp .logo_link {
    top: -5px;
    background: url(../images/logo.png);
    background-size: 100%;
    padding: 20px;
    width: 150px;
    background-repeat: no-repeat;
  }
  .header_wrapp .logo_link img {
    display: none;
  }
}
@media only screen and (min-width: 450px) {
  .header_wrapp .logo_link {
    width: 150px;
    top: -5px;
  }
}
@media only screen and (min-width: 850px) {
  .header_wrapp .logo_link {
    top: 5px;
  }
}
@media only screen and (min-width: 900px) {
  .header_wrapp .logo_link {
    width: 190px;
    top: 0;
  }
}
.header.nav-classic .mobile_menu_button {
  background-color: #aecb23;
}

.header.nav-classic ul.desktop_menu li a {
  padding: 0 20px;
  text-decoration: none;
  color: #1c2b47;
  font-size: 16px;
  font-family: "Futura PT Medium";
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.header.nav-classic ul.desktop_menu li a:hover {
  color: #ff6d1c;
  text-decoration: none;
}

.header.nav-modern-classic .logo_link {
  position: initial;
}

.header.nav-modern-classic .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header.nav-modern-classic .inner .desktop_menu {
  padding: 0px;
}

.header.nav-modern-classic .mobile_button {
  display: none !important;
}

.header.nav-modern-classic .header_wrapp ul.desktop_menu {
  display: block !important;
}

.header.nav-modern-classic .header_wrapp ul.desktop_menu li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  font-family: "Montserrat";
}

@media screen and (max-width: 1100px) {
  .header.nav-classic ul.desktop_menu li a {
    padding: 0px 7px;
  }
}
.header_wrapp ul.desktop_menu {
  display: none;
  padding-top: 14px;
  padding-right: 5px;
}

.header_wrapp ul.desktop_menu li {
  display: inline-block;
}

.header_wrapp ul.desktop_menu li a {
  color: #1c2b47;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  padding: 0 7px;
  letter-spacing: 0.5px;
  word-break: break-word;
  max-width: 125px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: auto;
}

@media only screen and (min-width: 1000px) {
  .header_wrapp ul.desktop_menu li a {
    max-width: 100%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1000px) {
  .header_wrapp ul.desktop_menu li a {
    letter-spacing: 0;
  }
}
.header_wrapp ul.desktop_menu li a:hover {
  text-decoration: underline;
  color: #347DC0;
}

.header_wrapp .mobile_menu_button {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  float: right;
  margin-left: 5px;
  font-size: 15px;
}

.header_wrapp .mobile_menu_button {
  padding: 10px 10px;
}

@media only screen and (min-width: 850px) {
  .header_wrapp .mobile_menu_button {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .header_wrapp ul.desktop_menu {
    display: inline-block;
  }
  .header_wrapp .mobile_menu_button {
    display: none;
  }
}
/*logo ---------------------------------------- */
/*fixed_menu*/
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all ease-in-out 0.3s;
}

#overlay .over_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}

#overlay.active {
  z-index: 99999;
  opacity: 1;
}

#fixed_menu {
  position: fixed;
  z-index: 9999;
  right: 0px;
  background: #000;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  overflow: hidden;
  transition: transform ease-in-out 0.3s;
  transform: translate(100%, 0);
  text-align: left;
  padding-left: 40px;
  padding-right: 15px;
  padding-top: 40px;
}

#fixed_menu .menu-title {
  display: none;
  color: #ff6d1c;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

#fixed_menu.nav-classic {
  background: #fff;
  max-width: 250px;
}

#fixed_menu.nav-classic .close:before, #fixed_menu.nav-classic .close:after {
  background: #1c2b47;
}

#fixed_menu.nav-classic ul li a {
  color: #1c2b47;
  font-size: 22px;
  font-weight: 500;
  font-family: "Futura PT Medium";
  text-transform: uppercase;
}

#fixed_menu.nav-classic ul li a:hover {
  color: #ff6d1c;
}

#fixed_menu.nav-classic .menu-title {
  display: block;
}

#fixed_menu.active {
  transform: translate(0, 0);
  z-index: 99999;
}

body.fixed {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

#fixed_menu .close {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  top: 15px;
  right: 15px;
}

#fixed_menu .close::before,
#fixed_menu .close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

#fixed_menu .close::before {
  transform: rotate(45deg);
}

#fixed_menu .close::after {
  transform: rotate(-45deg);
}

#fixed_menu ul li a {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 15px;
  text-decoration: none;
  line-height: 1.8;
}

/*fixed_menu*/
/*greetings*/
.greetings {
  text-align: center;
}

.greetings .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  text-transform: uppercase;
  color: #000;
  padding: 25px 20px 0px;
}

.greetings .inner h2 {
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-weight: 300;
}

.greetings .inner p.blue {
  color: #0c5687;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 400;
}

.greetings .inner p.first {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-weight: 400;
}

.greetings .inner p.last {
  font-size: 20px;
  line-height: 1.4em;
}

.greetings .inner p {
  margin-bottom: 10px;
}

/*greetings*/
/*dop_info*/
.dop_info .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

.dop_info .signs {
  font-size: 0;
}

.dop_info .signs span {
  width: 50%;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: top;
}

.dop_info .signs span img {
  width: 100%;
}

/*dop_info*/
/*form ---------------------------------------- */
.form_container {
  position: relative;
  overflow: hidden;
  min-height: 130px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.form_container input[type=text],
.form_container input[type=password] {
  font-weight: 400;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 7px 10px 7px 4px;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-family: Montserrat;
}

.form_container .offset {
  margin-right: 20px;
}

.form_container input.small_input {
  width: 60px;
}

.form_container .has-error input[type=email],
.form_container .has-error input[type=text],
.form_container .has-error input[type=password] {
  border-color: #a00;
  background: #ffbea9;
}

.form_container input[type=checkbox] {
  display: inline-block;
  zoom: 2.5;
  vertical-align: top;
  margin-left: 3px;
}

.form_container .redText {
  display: inline-block;
  margin-bottom: 20px;
}

.form_container label.for_checkbox {
  width: calc(100% - 50px);
}

.form_container .checkbox_label {
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  line-height: 19px;
}

.form_container .checkbox_label a {
  border-bottom: 1px solid #F58140;
  color: #fff;
  text-decoration: none;
}

.form_container .checkbox_label a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.form_container .has-error input[type=checkbox].big {
  outline: 3px solid #a00;
}

.form_container .error_form {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.form_container .error_form p {
  color: #a00;
  text-align: center;
}

.form_container .error_form label.error {
  text-transform: none;
  font-style: normal;
  display: block;
}

.form_container .has-error.check label {
  color: #a00;
}

.form_container label.error {
  color: #a00;
  font-style: italic;
  font-size: 14px;
}

.form_container .no_label label.error {
  display: none !important;
}

.form_container span label {
  margin-right: 5px;
}

.form_container textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 56px;
  font-family: Montserrat;
  padding: 7px 10px 7px 4px;
  font-size: 16px;
  resize: vertical;
}

.form_container .select2-container {
  width: 100% !important;
  height: 40px !important;
}

.form_container .select2-selection__rendered {
  line-height: 36px !important;
}

.form_container .select2-container .select2-selection--single {
  height: 40px !important;
  border: 2px solid #ccc !important;
  outline: none;
  border-radius: 3px !important;
}

.form_container .has-error .select2-container .select2-selection--single {
  border-color: #a00 !important;
  background: #ffbea9 !important;
}

.form_container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px !important;
}

.form_container .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 5px !important;
}

.select2-results__option {
  text-align: left;
}

.select2-results__option img {
  width: 20px;
  border-radius: 50%;
}

.form_container .month_sel {
  width: 55px;
  display: inline-block;
}

.form_container .year_sel {
  width: 55px;
  display: inline-block;
}

.form_container .month_sel,
.form_container .year_sel {
  text-align: center;
}

.form_container .delim {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  font-size: 26px;
}

.form_container label {
  display: inline-block;
  margin-bottom: 2px;
  color: #fff;
  text-align: left;
}

.form_container label.hid {
  display: none;
  position: absolute;
  top: -22px;
}

.form_container label.fix_margin {
  position: absolute;
  top: -22px;
}

.form_container label.hid.active {
  display: block !important;
}

.form_container .form-group {
  position: relative;
  text-align: left;
}

.form_container p {
  margin-bottom: 28px;
}

.form_container p.highlight {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ed5a2e;
}

.form_container .page_title {
  font-size: 23px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1.3;
  text-transform: uppercase;
}

.form_container h1.page_title {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #282828;
}

.form_container .step_3_inner h1.page_title {
  color: #fff;
}

.form_container .page_title_small {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.03em;
}

.form_container #descr {
  color: #fff;
}

.form_container #shiping_form_wrapp h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.form_container #order_full_info td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 12px;
}

.form_container .form-title-payment .title {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .form_container #order_full_info td {
    font-size: 15px;
    max-width: 120px;
    overflow-x: auto;
  }
  .form_container .checkbox_label {
    font-size: 17px;
    line-height: 23px;
  }
}
.payment_method_selector,
.currency_selector {
  text-align: center;
}

.currency_selector .payment_info_message {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 0;
}

.currency_selector .payment_info_message span {
  color: #F58140;
}

.currency_selector,
.payment_method_selector {
  text-align: left;
  font-size: 0;
  margin-bottom: 20px;
}

.currency_selector .title_col,
.payment_method_selector .title_col {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.currency_selector .buttons_col,
.payment_method_selector .buttons_col {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  .currency_selector .title_col,
  .payment_method_selector .title_col {
    display: inline-block;
    width: 140px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 0;
  }
  .currency_selector .buttons_col,
  .payment_method_selector .buttons_col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
    text-align: left;
  }
}
.payment_method_selector h4,
.currency_selector h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  word-break: break-word;
}

.payment_method_selector .col {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.payment_method_selector .col div.img {
  margin-bottom: 5px;
}

.currency_selector .col,
.payment_method_selector .col {
  display: inline-block;
  text-align: center;
  padding: 0 3px;
}

.currency_selector .col:first-child,
.payment_method_selector .col:first-child {
  padding-left: 0px;
}

.currency_selector .col .curr_button {
  padding: 8px 9px;
  border: 1px solid #CCCCCC;
  border-radius: 35px;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px;
}

.currency_selector .currencyItem.active .currencyButton,
.currency_selector .currencyItem:hover .currencyButton {
  background: linear-gradient(118.45deg, #98B523 16.21%, #B7DA2A 83.79%);
  color: #fff;
}

.payment_method_selector .col .type_button {
  padding: 10px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 35px;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 10px;
}

.payment_method_selector .col .type_button img {
  max-height: 19px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

.payment_method_selector .paymentTypeItem.active .paymentTypeButton,
.payment_method_selector .paymentTypeItem:hover .paymentTypeButton {
  background: linear-gradient(118.45deg, #98B523 16.21%, #B7DA2A 83.79%);
  color: #fff;
}

.currency_selector .col .curr_button span {
  font-size: 12px;
}

.form_container .paymentPaypalForm {
  padding-bottom: 30px;
  padding-top: 20px;
}

.form_container .paymentPaypalForm h3 {
  margin-bottom: 20px;
}

/*form ---------------------------------------------------*/
/*resign*/
.resign_box {
  padding-top: 20px;
}

.resign_center_text {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.success_img {
  margin-bottom: 25px;
}

.success_title {
  text-transform: uppercase;
  color: #B4C948;
  font-size: 25px;
  line-height: 150%;
  margin-bottom: 25px;
  font-weight: bold;
}

.success_accept {
  color: #1C2B47;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}

.success_notice {
  border: 2px solid #B4C948;
  border-radius: 25px;
  padding: 20px 20px;
  margin-bottom: 20px;
  text-align: left;
}

.success_notice p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1C2B47;
  font-weight: bold;
  line-height: 1.5;
}

.success_notice p.last {
  margin-bottom: 0px;
}

.order_info_title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (min-width: 850px) {
  .resign_box {
    padding-top: 60px;
  }
  .success_title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .success_img {
    margin-bottom: 25px;
  }
  .success_accept {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
  .success_notice {
    padding: 20px 40px;
  }
  .success_notice p {
    margin-bottom: 28px;
    font-size: 23px;
    color: #1C2B47;
    font-weight: bold;
    line-height: 1.3;
  }
  .order_info_title {
    font-size: 20px;
    line-height: 1.4;
  }
}
/*button---*/
.button {
  background: #F58140;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  max-width: 393px;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  padding: 0.8em 2em 0.8em;
  line-height: 1;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  border: none;
  outline: none;
}

.button:hover {
  background: #ed5a2e;
  color: #fff;
  text-decoration: none;
}

.button.blue {
  background: #0c5687;
}

.button.blue:hover {
  background: #0C5662;
}

.button.green {
  background: #6b814a;
}

.button.green:hover {
  background: #6b814a;
}

.button.big {
  height: auto;
  font-size: 40px;
  line-height: 1.4;
  padding: 20px;
  border-radius: 10px !important;
}

.button.auto {
  width: auto;
  max-width: 420px;
}

.button.no_transform {
  text-transform: none;
}

.button.margin {
  margin-bottom: 30px;
}

.button_wrapp.center {
  text-align: center;
}

.buttons_group_wrapp {
  font-size: 0;
}

.buttons_group_wrapp .col {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .buttons_group_wrapp .col {
    width: 33.333%;
    vertical-align: top;
  }
}
.buttons_group_wrapp .col .button {
  height: auto;
  padding: 10px;
  line-height: 1.6;
}

.change_button {
  outline: none;
  color: #ffffff;
  display: inline;
  border-radius: 5px;
  padding: 1px 6px 6px 6px;
  text-decoration: none;
  background-color: #ed5a2e;
  margin-left: 3px;
  box-shadow: 0 -3px #a24023 inset;
}

.change_button:hover {
  box-shadow: 0 3px #ed5a2e inset;
  text-decoration: none;
  color: #fff;
}

/*preloader*/
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background: #fff;
  z-index: 99999;
  padding: 0 20px;
}

.preloader_rel {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background: #fff;
  z-index: 3;
  padding: 0 20px;
}

.preloader_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  background: #fff;
  z-index: 999999;
  padding: 0 20px;
}

.preloader-fix-new {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}

.preloader-fix-new .preloader-fix-new-main {
  width: 445px;
}

.preloader-fix-new .preloader-fix-new-inner {
  display: flex;
  background: #F4F5F6;
  padding: 20px 25px;
  align-items: center;
  border-radius: 15px;
  margin-top: 25px;
  font-size: 16px;
}

.preloader-fix-new .preloader-fix-new-inner img {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .preloader-fix-new .preloader-fix-new-inner {
    padding: 10px;
    font-size: 14px;
  }
}
.preloader-fix-new .preloader-fix-new-outer {
  display: flex;
  background: #FFF0D4;
  padding: 20px 25px;
  align-items: center;
  border-radius: 15px;
  margin-top: 25px;
  font-size: 16px;
}

.preloader-fix-new .preloader-fix-new-outer img {
  margin-right: 15px;
}

@media (max-width: 500px) {
  .preloader-fix-new .preloader-fix-new-outer {
    padding: 10px;
    font-size: 14px;
  }
}
.preloader-fix-new .preloader-fix-new-title-wrapper {
  text-align: center;
  margin-top: 20px;
}

.preloader-fix-new .preloader-fix-new-title-wrapper .preloader-fix-new-title-sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.preloader-fix-new .preloader-fix-new-title-wrapper .preloader-fix-new-title-main {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 600;
}

.preloader-fix-new .preloader-fix-new-loader-wrapper {
  position: relative;
  text-align: center;
}

.preloader-fix-new .preloader-fix-new-loader-wrapper img {
  position: absolute;
  right: calc(50% - 19px);
  top: 33px;
}

.preloader-fix-new .preloader-fix-new-loader-wrapper .preloader-fix-new-loader {
  width: 107px;
  height: 107px;
  border: 13px solid #8AB72B;
  border-bottom-color: #F4F5F6;
  border-right-color: #F4F5F6;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader p {
  font-size: 19px;
}

#preloader_pelecard img {
  width: 50px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.preloader_fix .inner {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -45px;
}

.preloader_fix .inner_t {
  display: table;
  width: auto;
  max-width: 450px;
  padding: 20px;
  height: 100%;
  margin: 0 auto;
}

.preloader_fix .inner_tc {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.preloader_fix .inner_tc img {
  margin-bottom: 15px;
}

/*preloader*/
/*faq_box*/
.faq_box .item {
  margin-bottom: 30px;
}

.faq_box .item h4 {
  font-weight: 700 !important;
}

.faq_box .item ul li {
  list-style: inside disc;
}

/*faq_box*/
/*greetings*/
.greetings_bottom {
  text-align: center;
  margin-bottom: 50px;
}

.form_container .greetings_bottom .page_title {
  color: #1C2B47;
}

/*greetings*/
/*thickbox*/
.thickbox_cont,
.thickbox_cont_static {
  position: fixed;
  background-color: #fff;
  z-index: 100000;
  visibility: hidden;
  display: none;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.thickbox_cont.payment-error-popup,
.thickbox_cont_static.payment-error-popup {
  border-radius: 20px;
}

.thickbox_cont.payment-error-popup .payment-error-main-title,
.thickbox_cont_static.payment-error-popup .payment-error-main-title {
  color: #F7520C;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .thickbox_cont.payment-error-popup .payment-error-main-title,
  .thickbox_cont_static.payment-error-popup .payment-error-main-title {
    font-size: 20px;
    padding: 0px 40px;
  }
}
.thickbox_cont.payment-error-popup .payment-error-subtitle,
.thickbox_cont_static.payment-error-popup .payment-error-subtitle {
  color: #202327;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.thickbox_cont.payment-error-popup .payment-error-button-wrapper,
.thickbox_cont_static.payment-error-popup .payment-error-button-wrapper {
  display: grid;
  max-width: 390px;
  margin: 0 auto;
  row-gap: 8px;
}

.thickbox_cont.payment-error-popup .payment_error_popup_btn,
.thickbox_cont_static.payment-error-popup .payment_error_popup_btn {
  background: #EE7537;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thickbox_cont.payment-error-popup .payment_error_popup_btn:hover,
.thickbox_cont_static.payment-error-popup .payment_error_popup_btn:hover {
  background: #ed5a2e;
}

.thickbox_cont ol, .thickbox_cont ul, .thickbox_cont li,
.thickbox_cont_static ol,
.thickbox_cont_static ul,
.thickbox_cont_static li {
  list-style: none;
}

.thickbox_cont:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about),
.thickbox_cont_static:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about) {
  left: 5%;
  width: 90%;
  margin-left: 0;
  height: 90%;
  margin-top: 0;
  top: 5%;
}

.thickbox_cont#terms, .thickbox_cont#policy, .thickbox_cont#shipping, .thickbox_cont#refund, .thickbox_cont#referral-about,
.thickbox_cont_static#terms,
.thickbox_cont_static#policy,
.thickbox_cont_static#shipping,
.thickbox_cont_static#refund,
.thickbox_cont_static#referral-about {
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  border-radius: 10px;
}

.thickbox_cont_static.thickbox_cont_static_modern {
  border-radius: 20px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner {
  padding: 55px 70px !important;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-icon {
  text-align: center;
  margin-bottom: 20px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-icon img {
  display: inline-block;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-link {
  color: #8AB72B;
  font-size: 18px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button_wrapp {
  text-align: center;
  margin-top: 50px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 26px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button {
  border-radius: 10px !important;
  background: #FE8A20;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button:hover {
  background: #c46b18;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  font-family: Montserrat;
  margin-bottom: 20px;
}

.thickbox_cont_static.auto {
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .thickbox_cont:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about):not(#payment_issue),
  .thickbox_cont_static:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about):not(#payment_issue) {
    width: 740px;
    height: 560px;
    top: calc(50% - 280px);
    left: calc(50% - 370px);
  }
  .thickbox_cont#payment_issue,
  .thickbox_cont_static#payment_issue {
    width: 740px !important;
    height: 720px !important;
    top: calc(50% - 360px) !important;
    left: calc(50% - 370px) !important;
  }
  .thickbox_cont.thickbox_cont_static_modern,
  .thickbox_cont_static.thickbox_cont_static_modern {
    width: 630px !important;
    left: calc(50% - 315px);
  }
}
@media only screen and (max-width: 400px) {
  .thickbox_cont_static#resign_popup_discount h2 {
    font-size: 14px;
  }
}
.thickbox_cont.active,
.thickbox_cont_static.active {
  visibility: visible;
  display: block !important;
}

.thickbox_cont .top_bar,
.thickbox_cont_static .top_bar {
  background: #ebebeb;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.thickbox_cont .top_bar > span,
.thickbox_cont_static .top_bar > span {
  font-weight: 600;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 39px);
}

.thickbox_cont .inner,
.thickbox_cont_static .inner {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  height: calc(100% - 29px);
  overflow-x: hidden;
}

.thickbox_cont_static .inner {
  padding: 20px;
}

.thickbox_cont#terms .inner p, .thickbox_cont#policy .inner p,
.thickbox_cont_static#terms .inner p,
.thickbox_cont_static#policy .inner p {
  text-indent: 30px;
}

.thickbox_cont .inner ul li,
.thickbox_cont_static .inner ul li {
  list-style: disc inside;
}

.thickbox_cont .inner ul li a,
.thickbox_cont_static .inner ul li a {
  -ms-word-break: break-all;
  word-break: break-all;
}

.thickbox_cont a.close,
.thickbox_cont_static a.close {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.thickbox_cont a.close::before,
.thickbox_cont a.close::after,
.thickbox_cont_static a.close::before,
.thickbox_cont_static a.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.thickbox_cont a.close::before,
.thickbox_cont_static a.close::before {
  transform: rotate(45deg);
}

.thickbox_cont a.close::after,
.thickbox_cont_static a.close::after {
  transform: rotate(-45deg);
}

#subscriptionIssueFormModal #payment_issue .inner {
  padding: 0px;
}

#payment_issue {
  height: 660px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

#payment_issue .top_bar {
  background: none;
  border: 0;
}

#payment_issue .has-error {
  border-color: red;
}

#payment_issue #messageBox {
  text-align: left;
  color: red;
}

#payment_issue .inner {
  display: grid;
  justify-content: center;
  align-items: center;
}

#payment_issue .inner .enter_comment_issue {
  display: flex;
  width: 393px;
  padding: 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 auto 20px auto;
  border-radius: 8px !important;
  text-transform: capitalize;
}

#payment_issue .inner .add_info_alert {
  max-width: initial;
}

#payment_issue .inner .step_5 {
  padding: 0px;
  max-width: initial;
  padding: 0px 34px 0px 34px;
  color: #202327;
}

#payment_issue .inner .step_5 .title {
  font-size: 24px;
  margin: 0px auto 10px auto;
  line-height: 28px;
  max-width: 550px;
}

#payment_issue .inner .step_5 .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

#payment_issue textarea {
  width: 100%;
  padding: 7px 10px 7px 4px;
  margin-bottom: 27px;
  max-width: 620px;
  font-size: 16px;
  resize: vertical;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
}

#refund, #shipping {
  font-family: "Futura PT Medium";
}

#refund h1, #shipping h1 {
  font-size: 78px;
  text-align: center;
}

#refund h3, #shipping h3 {
  font-size: 34px;
  text-align: center;
}

#refund p, #shipping p {
  font-size: 22px;
}

#refund p b, #shipping p b {
  font-family: "Futura PT Heavy";
}

#refund ol li, #shipping ol li {
  font-size: 22px;
}

#refund hr, #shipping hr {
  margin: 40px 0px;
}

@media screen and (max-width: 600px) {
  #refund, #shipping {
    left: 20px;
    right: 20px;
  }
  #refund h1, #shipping h1 {
    font-size: 32px;
  }
  #refund h3, #shipping h3 {
    font-size: 24px;
  }
  #refund hr, #shipping hr {
    margin: 20px 0px;
  }
  #refund p, #shipping p {
    font-size: 22px;
    line-height: 20px;
  }
  #refund li, #shipping li {
    line-height: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .thickbox_cont#terms, .thickbox_cont#policy, .thickbox_cont#shipping, .thickbox_cont#refund,
  .thickbox_cont_static#terms,
  .thickbox_cont_static#policy,
  .thickbox_cont_static#shipping,
  .thickbox_cont_static#refund {
    left: 5px !important;
    right: 5px !important;
  }
  .thickbox_cont#terms .inner p, .thickbox_cont#policy .inner p,
  .thickbox_cont_static#terms .inner p,
  .thickbox_cont_static#policy .inner p {
    line-height: 20px;
  }
  .thickbox_cont .inner,
  .thickbox_cont_static .inner {
    padding: 25px 13px 25px 13px !important;
    font-size: 15px !important;
  }
}
#referral-about b {
  font-weight: bold;
}

#referral-about hr {
  margin: 15px 0px;
}

#referral-about table, #referral-about th, #referral-about td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

#referral-about h1, #referral-about h4, #referral-about h3 {
  margin-bottom: 10px;
}

#referral-about th {
  text-align: center;
}

#referral-about ul li {
  list-style: disc;
}

#referral-about ul ul li {
  list-style: circle;
}

#referral-about ul {
  margin-left: 35px;
}

#referral-about .popup-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

#referral-about table {
  min-width: 600px;
}

#referral-about li {
  margin-top: 3px;
  margin-bottom: 3px;
}

#referral-about tr td:nth-child(2),
#referral-about tr td:nth-child(3),
#referral-about tr td:nth-child(4) {
  text-align: center;
}

@media (max-width: 600px) {
  #referral-about h1 {
    font-size: 1.6em;
  }
  #referral-about ul {
    margin-left: 28px;
  }
}
/*thickbox*/
/*main_page*/
.container_big {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.container_big .col_info.mobile_hide {
  display: none;
}

@media only screen and (min-width: 850px) {
  .container_big {
    margin-bottom: 50px;
    padding-top: 90px;
  }
  .container_big .col_info.mobile_hide {
    display: block;
  }
}
.container_big .col_info .inner {
  position: relative;
}

.container_big .col_form {
  position: relative;
  width: 100%;
  display: inline-block;
}

.container_big .col_info {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.container_big .col_info:before {
  content: "";
  background-image: url(../images/Wave.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -20px;
  width: calc(100% + 40px);
  height: 100px;
  z-index: -1;
}

.container_big .col_info .top {
  display: none;
}

.container_big .col_info .mid {
  height: auto;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.container_big .col_info .mid img {
  width: 100%;
  max-width: 100%;
}

.container_big .col_info .bottom {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  padding: 10px;
  display: none;
}

.container_big .col_info .bottom span {
  color: #F27E58;
}

.container_big .mobile_top_block {
  display: block;
  background: linear-gradient(75.54deg, #98B523 0.24%, #B7DA2A 100%);
  border-radius: 25px 0px;
  width: 100%;
  max-width: 420px;
  padding: 11px 16px;
  text-align: center;
  margin: 0px auto 0px;
}

.container_big.first_step .mobile_top_block {
  margin-bottom: 75px;
}

.container_big #order_full_info {
  padding-top: 0;
}

.container_big .step_3 #order_full_info {
  padding: 15px 0px;
}

.container_big .mobile_top_block .title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (min-width: 850px) {
  .container_big .col_info:before {
    display: none;
  }
  .container_big .col_info .bottom {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    line-height: 35px;
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  .container_big .col_info .inner {
    z-index: 1;
    padding-top: 30px;
  }
  .container_big .col_form {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
  }
  .container_big .col_info {
    width: calc(100% - 420px);
    margin-bottom: 20px;
    position: relative;
    float: left;
  }
  .container_big .mobile_top_block {
    display: none;
  }
  .container_big .col_info .mid span {
    display: none;
  }
  .container_big .col_info .mid {
    height: 463px;
  }
  .container_big .col_info .top:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    background-image: url(../images/israel-family.jpg);
    z-index: 0;
    height: 463px;
    border-bottom-left-radius: 25px;
    left: 0px;
  }
  .container_big .col_info .top {
    background: linear-gradient(54.14deg, #98B523 0.24%, #B7DA2A 100%);
    border-radius: 25px 0px 0px 0px;
    height: auto;
    min-height: 70px;
    position: relative;
    text-align: center;
    display: block;
  }
  .container_big .col_info .top h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
    padding: 17px 15px 17px 15px;
    line-height: 1.2;
  }
  .container_big .col_info .bottom {
    display: inline-block;
  }
}
/*first show*/
.container_big.firstShow {
  text-align: center;
  display: inline-block;
  margin: 0;
  height: auto;
  min-height: 100vh;
  padding-top: 45px;
}

.container_big.firstShow .col_form {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  box-shadow: unset;
}

.container_big.firstShow .col_info {
  display: none;
}

.container_big.firstShow .step_2 {
  padding: 20px 15px 0;
  width: 100%;
  max-width: 450px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.1);
  border-radius: 25px 0px;
  float: none;
}

.container_big.firstShow .form_container {
  padding-top: 30px;
}

@media only screen and (min-width: 850px) {
  .container_big.firstShow .form_container {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*first step*/
.container_big.first_step {
  padding-top: 130px;
}

.container_big .col_form.first_step {
  margin-bottom: 0px;
}

.container_big .col_form.first_step .form_container {
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (min-width: 850px) {
  .container_big .col_form.first_step {
    float: right;
    width: 420px;
    z-index: 2;
    box-shadow: -25px 0px 70px rgba(255, 255, 255, 0.9);
    margin-bottom: 0px;
  }
  .container_big .col_form.first_step .form_container {
    padding-top: 0px;
  }
  .container_big.first_step {
    padding-top: 160px;
  }
}
.form_container .step_1 .page_title,
.form_container .step_3 .page_title {
  color: #fff;
}

/*short content*/
.container_big.short {
  text-align: center;
  height: auto;
  min-height: calc(100vh - 21px);
}

@media only screen and (min-width: 850px) {
  .container_big.short {
    min-height: calc(100vh - 51px);
  }
}
/*main_page*/
/* Bullets */
.swiper-pagination {
  padding-top: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #B7DA2A;
  border: 2px solid #fff;
  margin: 0 1px;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #F27E58;
}

.slick-dots li button {
  display: none;
}

/*swiper-slide*/
/*bottom_bg*/
.bottom_bg:before {
  content: "";
  position: absolute;
  background-image: url(../images/israel-bkgrnd.jpg);
  z-index: -1;
  width: 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
  height: 650px;
}

.bottom_bg_success:before {
  content: "";
  position: absolute;
  background-image: url(../images/israel-bkgrnd_success.jpg);
  z-index: -1;
  width: 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
  height: 650px;
}

.bottom_bg_alert:before {
  content: "";
  position: absolute;
  background-image: url(../images/israel-alert.jpg);
  z-index: -1;
  width: 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
  height: 650px;
}

@media only screen and (min-width: 850px) {
  .bottom_bg:before,
  .bottom_bg_success:before .bottom_bg_alert:before {
    height: 1092px;
  }
}
.bottom_bg,
.bottom_bg_success,
.bottom_bg_alert {
  height: 0px;
  display: block;
  position: relative;
}

/*bottom_bg*/
/*steps_bar*/
.steps_bar {
  margin-bottom: 28px;
}

.steps_bar .inner {
  position: relative;
}

.steps_bar .line_bar {
  height: 25px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2px;
}

.steps_bar .line_inner {
  height: 23px;
  background: #AED659;
  position: relative;
}

.steps_bar .line_inner.line_66 {
  width: 66.6666%;
}

.steps_bar .line_inner.line_66:before {
  content: "";
  background-image: url(../images/line_arrow_white.svg);
  width: 7px;
  height: 25px;
  right: -1px;
  top: 0px;
  z-index: 1;
  display: block;
  position: absolute;
}

.steps_bar .line_inner.line_66:after {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  left: 50%;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar .line_inner.line_100 {
  width: 100%;
}

.steps_bar.steps3_all .line_inner.line_100:after {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  left: 33.333%;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar.steps3_all .line_inner.line_100:before {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  left: 66.6666%;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar.steps2_all .line_inner.line_100:before {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  left: 50%;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar .line_inner.line_33 {
  width: 33.33333%;
}

.steps_bar .line_inner.line_33:before {
  content: "";
  background-image: url(../images/line_arrow_white.svg);
  width: 7px;
  height: 25px;
  right: -1px;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar .line_inner.line_33:after {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  right: -100%;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar .line_inner.line_50:before {
  content: "";
  background-image: url(../images/line_arrow_white.svg);
  width: 7px;
  height: 25px;
  right: 0;
  top: -1px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps_bar .line_inner.line_50 {
  width: 50%;
}

.steps_bar .legend {
  font-size: 0;
  position: absolute;
  width: 100%;
  top: 0px;
}

.steps_bar .legend li {
  display: inline-block;
  font-size: 12px;
  color: #747474;
  text-align: center;
  line-height: 25px;
}

@media only screen and (min-width: 500px) {
  .steps_bar .legend li {
    font-size: 14px;
  }
}
.steps_bar .legend li.active {
  color: #fff;
}

.steps_bar.dark .legend li.active {
  color: #fff;
}

.steps3_all .legend li {
  width: 33.333%;
}

.steps2_all .legend li {
  width: 50%;
}

/*steps_bar*/
/*parcel*/
.greetings_bottom .parcel {
  color: red;
  font-size: 20pt;
  margin: 20px;
  text-align: center;
}

.greetings_bottom .more_details {
  display: none;
}

@media only screen and (min-width: 850px) {
  .greetings_bottom .more_details {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20pt;
  }
}
/*parcel*/
/*lang*/
.lang_box > img {
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.lang_box {
  float: right;
  padding-top: 4px;
}

@media only screen and (max-width: 390px) {
  .lang_box > img {
    display: none;
  }
}
@media only screen and (min-width: 850px) {
  .lang_box {
    padding-top: 13px;
  }
}
#lang_button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #aecb23;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  border-width: 2px;
  border-radius: 30px;
  background-position: center center;
  border-color: #aecb23;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  padding: 4px 6px;
  box-sizing: border-box;
  width: 50px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

#lang_button:hover {
  border-color: #ff6d1c;
  color: #ff6d1c;
}

#lang_button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translateY(-50%);
  border-color: transparent transparent transparent transparent;
  border-top-color: inherit;
  line-height: 27px;
}

.lang_box .lang_wrapp {
  position: relative;
  display: inline-block;
}

.lang_box .lang_wrapp .lang_menu_wrapp {
  display: none;
  position: absolute;
  top: 27px;
  width: 100px;
  right: 0;
}

.lang_box .lang_wrapp:hover .lang_menu_wrapp {
  display: block;
}

.lang_box .lang_wrapp:hover #lang_button {
  border-color: #ff6d1c;
  color: #ff6d1c;
}

.lang_box .lang_wrapp .lang_menu_wrapp > .inner {
  position: relative;
  padding-top: 20px;
}

.lang_box .lang_wrapp .lang_menu_wrapp > .inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  right: 50%;
  transform: translateX(50%);
  border-bottom-color: #fff;
  top: 0px;
}

.lang_box .lang_wrapp .lang_menu_wrapp .lang_select {
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 2px;
}

.lang_box .lang_wrapp .lang_menu_wrapp .lang_select li a {
  color: #222;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  padding: 3px 0px;
}

/*lang*/
/*payment */
.type_items label {
  color: #000 !important;
}

.type_items div {
  width: 140px;
  display: inline-block;
  padding: 0 !important;
}

.type_items div:nth-child(1) {
  margin-top: 2px;
}

.type_items div div {
  display: inline-block;
}

/*pelecard*/
.paymentPelecardForm {
  height: auto;
  min-height: 430px;
}

.paymentPelecardContainer {
  position: relative;
  min-height: 300px;
  height: auto;
}

@media only screen and (min-width: 550px) {
  #pelecard_payment_form {
    min-height: 360px;
  }
}
.form_container h3.black {
  color: #282828;
}

/*pelecard*/
/*lock*/
.lock_wrapp {
  margin-bottom: 20px;
  text-align: center;
}

.lock_wrapp > img {
  margin-bottom: 10px;
}

.lock {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 45px;
  text-align: left;
}

.lock p {
  color: #8b7c86;
  font-size: 14px;
  margin-bottom: 0;
}

.lock img {
  position: absolute;
  left: 0;
  width: 25px;
  margin-left: 10px;
  margin-top: 4px;
}

.lock strong {
  color: #000;
  font-size: 16px;
}

@media only screen and (min-width: 400px) {
  .lock_wrapp > img {
    margin-bottom: 0px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 358px) {
  .lock {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 330px) {
  .lock {
    margin-right: 28px;
    padding-left: 15px;
  }
  .lock img {
    left: -30px;
    width: 20px;
    margin-top: 4px;
  }
}
/*lock*/
/*alert button*/
.alert_button_box {
  color: #1C2B47;
  font-weight: 800;
  font-size: 11px;
  line-height: 19px;
  display: inline-block;
  margin-bottom: 15px;
}

.alert_button_box a {
  color: #F58140;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #F58140;
  letter-spacing: 0.04em;
}

/*order edit modal*/
.modal_edit_success {
  display: none;
  top: 40%;
  position: fixed;
  right: 50%;
  z-index: 100000;
  background: white;
  height: auto;
  transform: translate(50%, -50%);
  padding-bottom: 20px;
}

.modal_edit_success .modal_edit_body {
  width: 81%;
  margin: 0 auto;
  padding: 28px 0 38px 0;
}

.modal_edit_success a {
  background: #F58140;
  color: #fff;
  width: 31%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 26px !important;
  transition: all 0.2s ease-out;
  padding: 0.8em 2em 0.8em;
  line-height: 1;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Montserrat";
  outline: none;
}

.modal_edit_success strong {
  font-size: 20px;
}

@media only screen and (max-width: 970px) {
  .modal_edit_success strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 590px) {
  .modal_edit_success strong {
    font-size: 15px;
  }
  .modal_edit_success a {
    font-size: 12px;
  }
  .modal_edit_success {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .alert_button_box {
    font-size: 14px;
  }
}
/*alert button*/
/*alert page*/
.step_5 {
  max-width: 600px;
  display: inline-block;
  padding: 0 20px;
}

.step_5 .add_info_alert {
  color: #1C2B47;
  opacity: 0.5;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
}

.step_5 .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

.edit_block_input input {
  background: #ededed;
}

.edit_block_text textarea {
  background: #ededed;
}

@media only screen and (min-width: 768px) {
  .step_5 .title {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 35px;
  }
}
.step_5 textarea {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 3px;
  height: 140px;
  margin-bottom: 30px;
}

.step_5 .btp_button {
  color: #F58140;
  font-size: 18px;
}

.step_5 .button {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .step_5 .button {
    width: 100% !important;
  }
}
.step_5 .success_wrapp {
  border-radius: 25px 0px;
  border: 2px solid #B4C948;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

.step_5 .success_wrapp .inner {
  padding: 40px 10px 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B4C948;
}

.step_5 .success_wrapp:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}

.step_5 .success_wrapp:after {
  content: "";
  background-image: url(../images/success.svg);
  position: absolute;
  width: 40px;
  height: 39px;
  background-size: contain;
  left: 50%;
  margin-left: -20px;
  top: -20px;
}

.invalid-feedback {
  color: red;
  font-size: 14px;
  font-weight: 200;
}

.forgot-pass-confirm {
  display: flex !important;
  justify-content: center;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .step_5 .success_wrapp {
    border-radius: 25px 0px;
    border: 2px solid #B4C948;
    position: relative;
  }
  .step_5 .success_wrapp .inner {
    padding: 50px 20px 20px;
    font-size: 36px;
  }
  .step_5 .success_wrapp:after {
    width: 50px;
    height: 49px;
    margin-left: -25px;
    top: -25px;
  }
}
.first_step .form_container {
  overflow: inherit;
}

.blue_contact_form_wrapper .desktop {
  display: none;
}

.blue_contact_form_wrapper .mobile {
  display: unset;
}

.blue_contact_form_wrapper.container_big.first_step {
  padding-top: 50px;
}

@media only screen and (min-width: 850px) {
  .blue_contact_form_wrapper .desktop {
    display: unset;
  }
  .blue_contact_form_wrapper .mobile {
    display: none;
  }
  .blue_contact_form_wrapper.container_big.first_step {
    padding-top: 130px;
  }
}
#subscriptionContactForm input#agreement {
  display: none;
}

#subscriptionContactForm .agreement-checkbox {
  display: flex;
  align-items: baseline;
}

#subscriptionContactForm .checkmark {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#subscriptionContactForm input#agreement:checked ~ .checkmark:before {
  content: url(../images/checkbox-check.svg);
  margin-top: 5px;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  width: 30px;
}

#subscriptionContactForm .checkmark:hover {
  background-color: #ccc;
}

#subscriptionContactForm .form-group select,
#subscriptionAddressForm .form-group select {
  width: 100% !important;
  height: 40px !important;
  font-weight: 400;
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 7px 10px 7px 4px;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb(118, 118, 118);
}

#subscriptionContactForm .form-group label[for=period],
#subscriptionContactForm .form-group label[for=countriesList],
#subscriptionAddressForm .form-group label[for=period],
#subscriptionAddressForm .form-group label[for=countriesList] {
  display: none;
}

.blue_contact_form .step_1 {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 20px 20px;
  background: #6A7C9F;
  border-radius: 10px;
  position: relative;
}

.blue_contact_form .steps_bar .line_bar {
  border: unset;
}

.blue_contact_form .steps_bar .line_inner {
  height: 25px;
  background: #AED659;
  position: relative;
}

.blue_contact_form .steps_bar .line_inner.line_33:before {
  content: "";
  background-image: url(../images/line_arrow_white.svg);
  width: 7px;
  height: 25px;
  right: -1px;
  top: 0px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue_contact_form .steps_bar .line_inner.line_33:after {
  content: "";
  background-image: url(../images/line_arrow.svg);
  width: 7px;
  height: 25px;
  right: -100%;
  top: 0px;
  z-index: 1;
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue_contact_form .steps_bar .legend li:not(.active) {
  color: #6A7C9F;
}

.blue_contact_form label.hid.active[for=period] {
  display: none !important;
}

.blue_contact_form .blue-input {
  height: 48px;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  box-shadow: 0px 1px 0px #bbc6db;
  border-radius: 10px;
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  justify-content: flex-end;
}

.blue_contact_form .blue-input label {
  width: 100%;
  position: absolute;
  left: 15px;
  top: 35%;
  display: flex;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 100%;
  align-items: center;
  color: #1C2B47;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.blue_contact_form .blue-input input:focus ~ label {
  height: unset;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1C2B47;
  opacity: 0.5;
  margin-top: 5px;
  position: absolute;
  top: 7%;
}

.blue_contact_form .blue-input input:valid ~ label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1C2B47;
  opacity: 0.5;
  margin-top: 5px;
  position: absolute;
  top: 7%;
}

.blue_contact_form input[type=text], .blue_contact_form input[type=password] {
  height: 30px;
  border: unset;
  box-sizing: border-box;
  box-shadow: unset;
  border-radius: unset;
  padding: 0;
  font-size: 20px;
  color: #1C2B47;
  background: transparent;
}

.blue_contact_form span.select2.select2-container {
  height: 48px !important;
  margin-bottom: 15px;
}

.blue_contact_form span.select2.select2-container .select2-selection--single {
  height: 48px !important;
  display: flex;
  align-items: center;
  border: 1px solid #BBC6DB !important;
  box-sizing: border-box;
  box-shadow: 0px 1px 0px #bbc6db;
  border-radius: 10px !important;
  background: #fff;
  padding-left: 9px;
}

.blue_contact_form span.select2.select2-container .select2-selection__rendered {
  font-size: 20px;
  color: #1C2B47;
  opacity: 0.5;
  line-height: 25px !important;
}

.blue_contact_form span.select2.select2-container .select2-selection__arrow b {
  background-image: url(../images/chevron-down-dark-blue.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  border: none !important;
  height: 15px !important;
  width: 15px !important;
  margin: auto !important;
  left: -8px;
  transition: all 0.3s ease;
}

.blue_contact_form span.select2.select2-container.select2-container--open .select2-selection__arrow b {
  transform: rotate(-180deg);
  top: 35%;
}

.blue_contact_form hr {
  background: #FFFFFF;
  opacity: 0.3;
  margin-bottom: 15px;
}

.blue_contact_form .blue-bottom-period-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.blue_contact_form .blue-bottom-period-wrapper img {
  width: 110px;
}

.blue_contact_form .blue-bottom-period-wrapper .blue-bottom-period-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blue_contact_form .blue-bottom-period-wrapper .blue-bottom-period-title p {
  margin-bottom: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100;
  font-size: 17px;
  line-height: 25px;
  text-align: right;
  color: #FFFFFF;
}

.blue_contact_form .blue-bottom-period-wrapper .blue-bottom-period-title p span {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .blue_contact_form .checkbox_label {
    font-size: 14px;
    line-height: 20px;
  }
}
.blue_contact_form #subscriptionContactForm input#agreement {
  display: none;
}

.blue_contact_form #subscriptionContactForm .agreement-checkbox {
  display: flex;
  align-items: baseline;
}

.blue_contact_form #subscriptionContactForm .checkmark {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.blue_contact_form #subscriptionContactForm input#agreement:checked ~ .checkmark:before {
  content: url("../images/checkbox-check.svg");
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 30px;
}

.blue_contact_form #subscriptionContactForm .checkmark:hover {
  background-color: #ccc;
}

.blue_contact_form #subscriptionContactForm .form-group select,
.blue_contact_form #subscriptionAddressForm .form-group select {
  height: 48px !important;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #BBC6DB !important;
  box-sizing: border-box;
  box-shadow: 0px 1px 0px #bbc6db;
  border-radius: 10px !important;
  background: #fff;
  padding-left: 9px;
  font-size: 19px;
  color: #9ca3ae;
}

.blue_contact_form .form-group.has-error .blue-input {
  border-color: #a00;
  background: #ffbea9;
  box-shadow: unset;
}

.blue_contact_form .form-group.has-error span.select2.select2-container .select2-selection--single {
  border-color: #a00 !important;
  background: #ffbea9;
  box-shadow: unset;
}

.blue_contact_form .bottom_stamps .lines {
  border-top: 1px solid #BBC6DB;
  border-bottom: 1px solid #BBC6DB;
  display: inline-block;
  width: calc(100% - 175px);
  opacity: 1;
  height: 74px;
  margin-top: 3px;
  vertical-align: top;
  position: relative;
}

.blue_contact_form .bottom_stamps .lines:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  height: 1px;
  background: #BBC6DB;
  width: 89%;
}

.blue_contact_form .checkbox_label a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.form_container #order_full_info .blue_success_table td {
  border: none;
  padding: 0px;
  padding-top: 15px;
}

.form_container #order_full_info .blue_success_table td:nth-child(2n) {
  padding-left: 10px;
}

.blue_success_table {
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-shadow: 0px 3px 0px #BBC6DB;
  border-radius: 10px;
  padding: 30px;
}

.blue_success_table h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #1C2B47;
}

.blue_success_table table {
  border: unset;
}

.blue_success_table table td {
  border: none;
  text-align: left;
}

.blue_success_table table td label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6A7C9F;
  opacity: 0.6;
}

.blue_success_table table td p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #1C2B47;
  padding: 0;
  margin: 0;
}

.blue_success_table table td p.price {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #F58140;
}

.blue_success_table table td .line {
  height: 1px;
  background: #BBC6DB;
  border-radius: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .blue_success_table h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #1C2B47;
  }
  .blue_success_table table {
    border: unset;
  }
  .blue_success_table table tr {
    display: flex;
    align-items: flex-end;
  }
  .blue_success_table table td {
    width: 100%;
  }
  .blue_success_table table td label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6A7C9F;
    opacity: 0.6;
  }
  .blue_success_table table td p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
    color: #1C2B47;
    padding: 0;
    margin: 0;
  }
  .blue_success_table table td p.price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    color: #F58140;
  }
  .blue_success_table table td .line {
    height: 1px;
    background: #BBC6DB;
    border-radius: 10px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 769px) {
  #subscriptionContactForm .ct-form-group .ct-form-item {
    width: 50%;
  }
}
.new-container-body .justify-content-center {
  display: table-cell;
  vertical-align: middle;
}

.order_list_buttons a:nth-child(2) {
  float: right;
}

.personal-card {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  max-width: 380px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 7px 5px 2px rgb(182, 197, 205);
  display: inline-block;
  vertical-align: top;
}

.personal-card .card-body h3 {
  font-size: 15px;
}

.personal-card .card-header {
  font-weight: bold;
  font-size: 18px;
  color: #1C2B47;
}

.personal-card .title-data {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #A6B0C5;
  border-bottom: 1px solid #BBC6DB;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.personal-card .title-data p {
  color: #1C2B47;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
}

.personal-card form {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.personal-card form input {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #BBC6DB;
  width: 79%;
}

@media only screen and (max-width: 574px) {
  .personal-card form input {
    width: 73%;
  }
}
.personal-card form button {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #F58140;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  outline: none;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

.personal-card .order-button {
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #AED659;
  border-radius: 15px;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: bold;
}

.personal-card .change-pass {
  width: 100%;
}

.personal_card .card-body h3 {
  font-size: 15px;
}

.personal_card .card-header {
  font-weight: bold;
  font-size: 18px;
  color: #1C2B47;
}

.personal_card .title-data {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #A6B0C5;
  border-bottom: 1px solid #BBC6DB;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.personal_card .title-data p {
  color: #1C2B47;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
}

.personal_card form {
  width: 100%;
}

.personal_card form input {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #BBC6DB;
  width: 79%;
}

@media only screen and (max-width: 574px) {
  .personal_card form input {
    width: 73%;
  }
}
.personal_card form button {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #F58140;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  outline: none;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

.personal_card .order-button {
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #AED659;
  border-radius: 15px;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  font-weight: bold;
}

.personal_card .change-pass {
  width: 100%;
}

.slick-slider {
  display: inline-block !important;
  width: 90%;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slider_block .slick-dots {
  position: inherit;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-loading .slick-list {
  background: none !important;
}

.swiper-wrapper {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 7px 32px rgba(28, 43, 71, 0.12);
}

.swiper-slide {
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 6;
  cursor: pointer;
  display: block;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-next {
  right: 10px;
  left: auto;
}

.swiper-button-next:after {
  content: "";
  background-image: url(../images/next.svg);
  width: 11px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.swiper-button-prev:after {
  content: "";
  background-image: url(../images/prev.svg);
  width: 11px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (min-width: 850px) {
  .swiper-button-next:after {
    content: "";
    background-image: url(../images/next.svg);
    width: 29px;
    height: 52px;
  }
  .swiper-button-prev:after {
    content: "";
    background-image: url(../images/prev.svg);
    width: 29px;
    height: 52px;
  }
}
.slider_box {
  overflow: hidden;
}

.slider_box.mobile_hide {
  display: none;
}

@media only screen and (min-width: 850px) {
  .slider_box.mobile_hide {
    display: block;
  }
}
.slider_box .title_block {
  text-align: center;
}

.slider_box .title_block {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  text-transform: uppercase;
}

.slider_box .title_wrapp {
  padding: 20px 0 40px;
  position: relative;
}

@media only screen and (min-width: 850px) {
  .slider_box .title_block {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 21px;
  }
  .slider_box .title_wrapp {
    min-height: 300px;
    padding: 100px 0 0px;
    position: relative;
  }
  .slider_box .title_wrapp:before {
    content: "";
    background-image: url(../images/Wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.slider_box .title_block + p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (min-width: 850px) {
  .slider_box .title_block + p {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
/*resign_wrapp*/
.resign_wrapp {
  margin-bottom: 90px;
  display: inline-block;
  width: 100%;
}

.resign_wrapp.mobile_hide {
  display: none;
}

@media only screen and (min-width: 850px) {
  .resign_wrapp.mobile_hide {
    display: inline-block;
  }
}
.resign_wrapp .title_block {
  padding: 20px 20px 20px;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}

.resign_wrapp .button_wrapp {
  text-align: center;
}

.resign_wrapp .resign_button {
  border: 2px solid #B7DA2A;
  display: inline-block;
  margin: 0 auto;
  padding: 2px 70px 2px 12px;
  border-radius: 40px;
  position: relative;
  width: auto;
  max-width: 235px;
  background: #fff;
}

.resign_wrapp .resign_button a {
  font-size: 17px;
  line-height: 23px;
  color: #1C2B47;
  text-decoration: none;
}

.resign_wrapp .resign_button a:hover {
  color: #1C2B47;
  text-decoration: none;
}

.resign_wrapp .resign_button a:before {
  content: "";
  background: linear-gradient(108.49deg, #98B523 11.2%, #B7DA2A 88.3%);
  width: 56px;
  height: 105%;
  display: block;
  position: absolute;
  z-index: 1;
  right: -2px;
  top: -2px;
  border-radius: 50px;
}

.resign_wrapp .resign_button a:after {
  content: "";
  background-image: url(../images/small_arrow.svg);
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 50%;
  margin-top: -10px;
}

@media only screen and (min-width: 850px) {
  .resign_wrapp .title_block {
    padding: 40px 20px 50px;
    font-size: 36px;
  }
  .resign_wrapp .resign_button span {
    font-size: 20px;
    line-height: 27px;
  }
  .resign_wrapp .resign_button {
    border: 2px solid #B7DA2A;
    padding: 9px 70px 9px 12px;
    max-width: 100%;
  }
  .resign_wrapp .resign_button a:before {
    content: "";
    width: 54px;
    height: 37px;
    margin-top: -18.5px;
    top: 50%;
    right: 4px;
  }
  .resign_wrapp .resign_button a:after {
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    right: 23px;
  }
}
/*resign_wrapp*/
/*slide_how_to*/
.slide_how_to {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 25px;
  width: 100%;
}

.slide_how_to.desktop {
  display: none;
}

.slide_how_to.mobile {
  display: inline-block;
  padding-bottom: 0px;
  padding-top: 20px;
  margin-bottom: 75px;
}

.slide_how_to > .container {
  overflow: hidden;
}

.slide_how_to .row .col {
  display: inline-block;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.slide_how_to > .container > .inner {
  margin: 0 -20px;
}

.slide_how_to .row .col span {
  color: #F27E58;
  display: block;
}

.slide_how_to .row .col:before {
  content: "";
  background-image: url(../images/curve.svg);
  width: 21px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2.5px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide_how_to .row .col33 {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 0;
  max-width: 300px;
}

.slide_how_to .row {
  text-align: center;
}

@media only screen and (max-width: 574px) {
  .slide_how_to .row .col33.first span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 849px) {
  .slide_how_to:after {
    content: "";
    background-image: url(../images/Wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    transform: rotate(-180deg);
  }
  .slide_how_to.mobile:after {
    left: -20px;
    width: calc(100% + 40px);
  }
  .slide_how_to .row .col33.fifth {
    display: none;
  }
}
@media only screen and (min-width: 575px) {
  .slide_how_to .row {
    font-size: 0;
  }
  .slide_how_to .row .col33 {
    width: 50%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 850px) {
  .slide_how_to {
    padding-bottom: 0;
  }
  .slide_how_to.desktop {
    display: inline-block;
  }
  .slide_how_to.mobile {
    display: none;
  }
  .slide_how_to > .container > .inner {
    margin: 0 -40px;
  }
  .slide_how_to .row .col33.first {
    display: none;
  }
  .slide_how_to .row .col:before {
    content: "";
    background-image: url(../images/Line.svg);
    width: 34px;
    height: 92px;
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -46px;
  }
  .slide_how_to .row .col:first-child:before {
    display: none;
  }
  .slide_how_to .row .col33 {
    width: 33.333%;
    padding: 0px 40px 0;
    vertical-align: middle;
    max-width: 100%;
  }
  .slide_how_to .row .col33.second {
    width: 20%;
  }
  .slide_how_to .row .col33.fifth {
    width: 30%;
    font-size: 0;
  }
  .slide_how_to .row .col33.fifth img {
    width: auto;
    max-width: 50%;
    display: inline-block;
    max-height: 150px;
  }
  .slide_how_to .row .col33.second:before {
    display: none;
  }
  .slide_how_to .row .col span {
    color: #1C2B47;
    display: inline;
  }
  .slide_how_to .row .col {
    font-size: 23px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 850px) {
  .slide_how_to .row .col33 {
    width: 25%;
    padding: 0px 40px 0;
    vertical-align: middle;
    max-width: 100%;
  }
  .slide_how_to .row .col {
    font-size: 19px;
    line-height: 27px;
  }
}
/*slide_how_to*/
@media only screen and (min-width: 768px) {
  .new-container-table .container_big {
    height: calc(100vh - 50px);
  }
  .new-container-table .container_big .button_wrapp {
    text-align: left;
  }
  .new-container-table .container_big .button_wrapp span {
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .new-container-table .container_big {
    height: calc(100vh - 20px);
  }
  .new-container-table .container_big .button_wrapp {
    text-align: left;
  }
  .new-container-table .container_big .button_wrapp span {
    position: relative;
    top: -2px;
  }
}
.payment-table {
  overflow-x: auto;
  border-spacing: 0 10px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: left;
  box-shadow: 0px 7px 5px 2px rgb(182, 197, 205);
  display: inline-block;
  vertical-align: top;
  border-collapse: separate;
  margin-bottom: 20px;
}

.payment-table .btn-secondary {
  border: 0;
  outline: none;
}

.payment-table .thead-light::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #BBC6DB;
  left: 50px;
  right: 50px;
  margin-top: -10px;
}

@media only screen and (max-width: 840px) {
  .payment-table .thead-light::after {
    display: none;
  }
}
.payment-table .thead-light tr th {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #A6B0C5;
  font-weight: bold;
  vertical-align: baseline;
  padding: 5px;
  padding-bottom: 15px;
}

.payment-table tbody tr td {
  color: #1C2B47;
  font-size: 14px;
  text-transform: initial;
  font-weight: normal;
  border: solid 1px #BBC6DB;
  border-style: solid none;
  padding: 5px;
}

.payment-table tbody tr td:first-child {
  border-left-style: solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.payment-table tbody tr td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.payment-table tbody tr .table-links a, .payment-table tbody tr .table-links button {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #F58140;
  border-radius: 5px;
  font-size: 10px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 2px;
}

.payment-table tbody tr .table-links a:hover, .payment-table tbody tr .table-links button:hover {
  opacity: 0.7;
}

.payment-table tbody tr td:first-child {
  border-top-left-radius: 10px;
}

.payment-table tbody tr td:last-child {
  border-top-right-radius: 10px;
}

.dlocal_form_container {
  padding-bottom: 30px;
}

.dlocal_container .error {
  display: none;
}

.dlocal_container {
  position: relative;
}

.dlocal_container .col-sm-6 label {
  color: #1C2B47 !important;
}

.dlocal_container .error.visible {
  display: block;
}

.dlocal_container.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.dlocal_container.submitted form {
  display: none;
}

.dlocal_container .success_token {
  display: none;
  color: red;
}

.dlocal_container .success_token.active {
  display: block;
}

.dlocal_container.submitted .success_token.active {
  display: block;
}

.dlocal_container .ccDateContainer {
  background: #f1f1f1;
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 15px;
  width: calc(100% - 15px);
  margin-bottom: 90px;
  overflow: hidden;
}

.dlocal_container .ccDateContainer:before {
  content: "";
  background: url(../images/icons.svg?ver=1.1) no-repeat;
  display: block;
  width: 133px;
  height: 16px;
  margin-bottom: 5px;
  float: right;
}

.dlocal_container .ccDateContainer .col-sm-6 {
  float: right;
  display: block;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
}

.dlocal_container #CcAndDateRow .col-sm-6:first-child {
  margin-bottom: 20px;
}

.dlocal_container .cvvContainer {
  background: #e4e4e4;
  border-radius: 15px;
  position: absolute;
  top: 80px;
  right: 0;
  width: calc(100% - 15px);
  height: 189px;
  padding-top: 30px;
}

.dlocal_container .cvvContainer:before {
  content: "";
  position: relative;
  background: #bbb;
  height: 45px;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.dlocal_container .cvvContainer .cvv_wrapp {
  width: 90px;
  float: left;
  text-align: left;
  margin-right: 12px;
  margin-left: 12px;
}

@media only screen and (min-width: 420px) {
  .dlocal_container .ccDateContainer {
    width: calc(100% - 115px);
    margin-bottom: 40px;
  }
  .dlocal_container .cvvContainer {
    padding-top: 0;
    top: 25px;
    right: 0;
    width: calc(100% - 115px);
  }
  .dlocal_container .cvvContainer .cvv_wrapp {
    float: right;
  }
}
.dlocal_container .paymentDlocalFieldsCcNum,
.dlocal_container .paymentDlocalFieldsCcNum1 {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  padding: 6px 9px;
  background: #fff;
}

.dlocal_container .paymentDlocalFieldsExpDate,
.dlocal_container .paymentDlocalFieldsExpDate1 {
  border: 1px solid #ccc;
  width: 80px;
  border-radius: 3px;
  padding: 6px 9px;
  background: #fff;
  display: inline-block;
}

.dlocal_container .paymentDlocalFieldsCvv,
.dlocal_container .paymentDlocalFieldsCvv1 {
  border: 1px solid #ccc;
  width: 65px;
  border-radius: 3px;
  padding: 6px 9px;
  background: #fff;
}

.dlocal_container .paymentDlocalButton,
.dlocal_container .paymentDlocalButton1 {
  outline: none !important;
  margin-bottom: 25px;
}

.dlocal_container #paymentDlocalForm > .error {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #a00;
  text-align: left;
}

.dlocal_container .cpfContainer label {
  color: #1C2B47 !important;
}

.dlocal_container .cpfContainer {
  margin-bottom: 30px;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
}

.icon-money_check:before {
  content: "\E915";
}

.icon-lock:before {
  content: "\E914";
}

/*main_page*/
.new-contact-body .header_wrapp {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-right: 0;
  padding-left: 0;
}

.container_big-new {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.container_big-new .col_info {
  width: 100%;
  padding: 0 20px;
}

.container_big-new .col_form {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 850px) {
  .container_big-new .col_info {
    float: left;
    width: 50%;
  }
  .container_big-new .col_form {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
    margin-bottom: 0px;
  }
}
.col_info .info_title {
  color: #5c5c5c;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.col_info .info_text {
  color: #5c5c5c;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}

.col_info .video {
  margin-bottom: 30px;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 50%;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col_info ul {
  font-size: 0;
  margin-left: 0px;
  margin-right: -10px;
}

.col_info ul li {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 850px) {
  .col_info ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .col_info .info_title {
    text-align: left;
  }
}
.col_info ul li:before {
  content: "";
  background: url(../images/pin.png) center center no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  top: 6px;
}

.col_info ul li > span {
  display: block;
  padding: 0px 10px 0 20px;
}

.col_info ul li > span > span {
  color: #f27e58;
}

.step_2 label,
.step_2 h3 {
  color: #282828;
}

@media only screen and (min-width: 850px) {
  .col_form .step_1 {
    float: right;
  }
}
/*form ---------------------------------------- */
.new-form-container {
  /*steps_bar_new*/
  /*steps_bar_new*/
}

.new-form-container .form_container .redText {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

.new-form-container .form_container input[type=text] {
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.new-form-container .form_container .offset {
  margin-right: 20px;
}

.new-form-container .form_container input.small_input {
  width: 60px;
}

.new-form-container .form_container .has-error input[type=text] {
  border-color: #a00;
  background: #ffbea9;
}

.new-form-container .form_container input[type=checkbox] {
  margin-right: 7px;
  width: 15px;
  height: 15px;
  zoom: 0;
}

.new-form-container .form_container input[type=checkbox].big {
  margin-right: 7px;
  width: 35px;
  height: 35px;
  margin-left: 3px;
}

.new-form-container .form_container input[type=checkbox].abs {
  position: absolute;
  top: 0px;
  left: 0px;
}

.new-form-container .form_container .checkbox_label {
  padding-left: 50px;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  line-height: 1.5;
}

.new-form-container .form_container .has-error input[type=checkbox].big {
  outline: 3px solid #a00;
}

.new-form-container .form_container .error_form {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.new-form-container .form_container .error_form p {
  color: #a00;
  text-align: center;
}

.new-form-container .form_container .error_form label.error {
  text-transform: none;
  font-style: normal;
  display: block;
}

.new-form-container .form_container .has-error.check label {
  color: #a00;
}

.new-form-container .form_container label.error {
  color: #a00;
  font-style: italic;
  font-size: 14px;
}

.new-form-container .form_container .no_label label.error {
  display: none !important;
}

.new-form-container .form_container span label {
  margin-right: 5px;
}

.new-form-container .form_container textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 56px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 15px;
  font-size: 16px;
}

.new-form-container .form_container .select2-container {
  width: 100% !important;
  height: 44px !important;
}

.new-form-container .form_container .select2-selection__rendered {
  line-height: 44px !important;
}

.new-form-container .form_container .select2-container .select2-selection--single {
  height: 44px !important;
  border: 1px solid #ccc !important;
  outline: none;
  border-radius: 0px !important;
}

.new-form-container .form_container .has-error .select2-container .select2-selection--single {
  border-color: #a00 !important;
  background: #ffbea9 !important;
}

.new-form-container .form_container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
}

.new-form-container .form_container .month_sel {
  width: 55px;
  display: inline-block;
}

.new-form-container .form_container .year_sel {
  width: 55px;
  display: inline-block;
}

.new-form-container .form_container .month_sel,
.new-form-container .form_container .year_sel {
  text-align: center;
}

.new-form-container .form_container .delim {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  font-size: 26px;
}

.new-form-container .form_container label {
  display: inline-block;
  margin-bottom: 2px;
  color: #fff;
}

.new-form-container .form_container .form-group {
  position: relative;
}

.new-form-container .form_container p {
  margin-bottom: 10px;
}

.new-form-container .form_container p.highlight {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ed5a2e;
}

.new-form-container .form_container p.last {
  margin-bottom: 15px;
}

.new-form-container .form_container h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}

.new-form-container .form_container .step_4 h3 {
  color: #282828;
}

.new-form-container .form_container h1.page_title {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #282828;
}

.new-form-container .form_container .step_3_inner h1.page_title {
  color: #fff;
}

.new-form-container .form_container .page_title_small {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: none;
  color: #fff;
}

.new-form-container .form_container #descr {
  color: #fff;
}

.new-form-container .form_container #shiping_form_wrapp h4,
.new-form-container .form_container #order_full_info h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.new-form-container .form_container #order_full_info td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .new-form-container .form_container #order_full_info td {
    font-size: 15px;
  }
}
.new-form-container .payment_method_selector,
.new-form-container .currency_selector {
  text-align: center;
}

.new-form-container .currency_selector .payment_info_message {
  font-size: 13px;
}

.new-form-container .payment_method_selector {
  margin-bottom: 20px;
}

.new-form-container .currency_selector {
  margin-bottom: 30px;
}

.new-form-container .payment_method_selector h4,
.new-form-container .currency_selector h4 {
  text-align: center;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 20px;
}

.new-form-container .payment_method_selector .col {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.new-form-container .payment_method_selector .col label {
  margin-bottom: 5px;
}

.new-form-container .payment_method_selector .col div.img {
  margin-bottom: 5px;
}

.new-form-container .currency_selector .col label {
  font-size: 22px;
  color: #017aa2;
}

.new-form-container .currency_selector .col {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.new-form-container .form_container {
  position: relative;
  overflow: hidden;
  min-height: 130px;
  padding: 0;
  margin: 0;
}

.new-form-container .step_1 {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  background: #5c5c5c;
  padding: 15px 20px;
  border-radius: 0;
}

.new-form-container .steps_bar_new {
  margin-bottom: 15px;
}

.new-form-container .steps_bar_new .line_bar {
  height: 17px;
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2px;
}

.new-form-container .steps_bar_new .line_inner {
  background: rgb(169, 189, 25);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(169, 189, 25)), color-stop(1, rgb(220, 222, 201)));
  height: 13px;
  position: relative;
}

.new-form-container .steps_bar_new .line_inner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.new-form-container .steps_bar_new .line_inner.line_66 {
  width: 66.6666%;
}

.new-form-container .steps_bar_new .line_inner.line_100 {
  width: 100%;
}

.new-form-container .steps_bar_new .line_inner.line_33 {
  width: 33.33%;
}

.new-form-container .steps_bar_new .line_inner.line_50 {
  width: 50%;
}

.new-form-container .steps_bar_new .legend {
  font-size: 0;
}

.new-form-container .steps_bar_new .legend li {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  font-weight: 600;
}

.new-form-container .steps_bar_new .legend li.active {
  color: #000;
}

.new-form-container .steps_bar_new.dark .legend li.active {
  color: #fff;
}

.new-form-container .steps3_all .legend li {
  width: 33.333%;
}

.new-form-container .steps2_all .legend li {
  width: 50%;
}

.new-form-container .checkbox_label a {
  outline: none;
  color: #00cdf3;
  display: inline;
  text-decoration: underline;
  border-bottom: 0;
}

.new-form-container .checkbox_label a:hover {
  color: #00fff0;
  text-decoration: underline;
}

/*form*/
/*main_page*/
/*invent*/
.invent_wrapp {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  padding-top: 56px;
  margin-bottom: 30px;
}

.invent {
  background: url(../images/header_mob.jpg) center center no-repeat;
  text-align: left;
  padding: 40px 0px 50px;
  height: 400px;
  background-size: cover;
}

.invent h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin-left: 15px;
}

@media only screen and (min-width: 545px) {
  .invent {
    background: url(../images/header.jpg) center center no-repeat;
    padding: 50px 0px 0px;
    height: 270px;
    background-size: cover;
    border-radius: 10px;
  }
  .invent h1 {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .invent h1 {
    font-size: 30px;
  }
  .invent_wrapp {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 920px) {
  .invent {
    padding: 70px 0px 0px;
  }
  .invent h1 {
    font-size: 35px;
  }
}
/*invent*/
/*bottom block*/
.second_slide .inner {
  background: #f3f3f3;
  padding: 50px 20px 40px;
  text-align: center;
  border-radius: 10px;
}

.second_slide .slide_title {
  color: #f27e58;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 50px;
}

.second_slide .row {
  font-size: 0;
}

.second_slide .slide_item {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 25px;
  width: 100%;
  max-width: 400px;
}

.second_slide .slide_item .num {
  color: #5f5f5f;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 35px;
  display: inline-block;
}

.second_slide .slide_item_title {
  color: #f27e58;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.second_slide .slide_item p {
  color: #4d4d4d;
  font-size: 21px;
  text-align: center;
}

@media only screen and (min-width: 850px) {
  .second_slide .slide_item {
    width: 33.333333%;
    padding: 0px 38px;
  }
  .second_slide .slide_item p {
    text-align: left;
  }
}
/*bottom block*/
/*---------------------------------------------------
footer
---------------------------------------------------*/
.footer {
  z-index: 90;
  font-family: "Montserrat", Arial, sans-serif;
  color: #202327;
  font-weight: 500;
}

.footer a {
  display: block;
  text-decoration: none;
  color: #202327;
}

.footer__top {
  background: #f4f5f6;
}

@media screen and (max-width: 970px) {
  .footer__top-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer__top-item {
    width: 100%;
  }
}
.footer__inner {
  max-width: 1160px;
  width: 1160px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1161px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__inner-top {
  padding: 37px 0 75px 0;
  align-items: flex-start;
}

@media screen and (max-width: 1161px) {
  .footer__inner-top {
    padding: 37px 30px 75px 30px;
  }
}
@media screen and (max-width: 970px) {
  .footer__inner-top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .footer__inner-top {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 22px 0 32px 0;
  }
}
.footer__inner-bottom {
  padding: 10px 0;
  align-items: center;
}

@media screen and (max-width: 1161px) {
  .footer__inner-bottom {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 970px) {
  .footer__inner-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer__inner-bottom {
    justify-content: flex-start;
    background: #f4f5f6;
    padding: 0 30px 23px 30px;
  }
}
.footer__copy {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer__copy {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: rgba(32, 35, 39, 0.4);
    padding: 17px 0;
    background: #ffffff;
  }
}
.footer__bottom {
  background: #ffffff;
}

.footer__logo {
  width: 165px;
}

.footer__logo img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__soc-holder {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media screen and (max-width: 600px) {
  .footer__soc-holder {
    width: 100%;
    justify-content: center;
    padding: 24px 0 35px 0;
  }
}
.footer__soc-item {
  width: 43px;
  height: 43px;
  border-radius: 6px;
  background: #ffffff;
  position: relative;
  margin-right: 10px;
}

.footer__soc-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  .footer__soc-item {
    margin-right: 14px;
    width: 51px;
    height: 51px;
  }
  .footer__soc-item:last-child {
    margin-right: 0;
  }
}
.footer__fb {
  width: 21px;
}

@media screen and (max-width: 600px) {
  .footer__fb {
    width: 26px;
  }
}
.footer__yt {
  width: 24px;
}

@media screen and (max-width: 600px) {
  .footer__yt {
    width: 29px;
  }
}
.footer__tw {
  width: 21px;
}

@media screen and (max-width: 600px) {
  .footer__tw {
    width: 26px;
  }
}
.footer__in {
  width: 19px;
}

@media screen and (max-width: 600px) {
  .footer__in {
    width: 23px;
  }
}
.footer__pin {
  width: 21px;
}

@media screen and (max-width: 600px) {
  .footer__pin {
    width: 25px;
  }
}
.footer__top-copy {
  font-size: 13px;
  line-height: 1;
  color: rgba(32, 35, 39, 0.4);
}

@media screen and (max-width: 600px) {
  .footer__top-copy {
    display: none;
  }
}
.footer__top-c {
  padding-top: 15px;
}

@media screen and (max-width: 600px) {
  .footer__top-c {
    padding: 50px 30px 34px 30px;
  }
}
.footer__contacts {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer__contacts {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: rgba(32, 35, 39, 0.4);
    letter-spacing: 0.13px;
    text-transform: uppercase;
    padding-bottom: 25px;
  }
}
.footer__phone {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}

.footer__c-text {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}

.footer__support {
  color: #8AB72B !important;
  text-decoration: underline !important;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 970px) {
  .footer__top-r {
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer__top-r {
    padding: 0;
  }
}
.footer__about {
  display: flex;
  align-items: center;
}

.footer__about img {
  width: 77px;
  margin-right: 15px;
}

@media screen and (max-width: 600px) {
  .footer__about {
    padding: 22px 30px;
    background: rgba(217, 217, 217, 0.3);
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__about img {
    width: 67px;
    margin: 0 0 10px 0;
  }
}
.footer__about-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .footer__about-title {
    font-size: 13px;
    line-height: 19px;
  }
}
.footer__about-desc {
  color: rgba(32, 35, 39, 0.4);
  font-size: 13px;
  line-height: 19px;
}

.footer__about-desc div {
  padding-top: 10px;
}

.footer__buttons--d {
  display: flex;
}

@media screen and (max-width: 600px) {
  .footer__buttons--d {
    display: none;
  }
}
.footer__buttons--m {
  display: none;
}

@media screen and (max-width: 600px) {
  .footer__buttons--m {
    display: flex;
  }
}
.footer__buttons {
  align-items: center;
  padding-top: 40px;
}

@media screen and (max-width: 600px) {
  .footer__buttons {
    padding: 0;
    justify-content: center;
  }
}
.footer__become {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff !important;
  padding: 6px 17px;
  border-radius: 8px;
  background: #fe8a20;
  margin-right: 15px;
}

@media screen and (max-width: 600px) {
  .footer__become {
    margin-right: 10px;
    padding: 10px 17px;
  }
}
.footer__update {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  padding: 5px 15px 4px 15px;
  border-radius: 8px;
  border: 2px solid #202327;
}

@media screen and (max-width: 600px) {
  .footer__update {
    padding: 8px 15px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline !important;
}

.footer__links a {
  margin-right: 25px;
}

.footer__links a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
  }
  .footer__links a {
    margin: 0 0 30px 0;
  }
  .footer__links a:last-child {
    margin: 0;
  }
}
.footer__icons {
  display: flex;
  align-items: center;
}

.footer__icons img {
  margin-right: 20px;
}

.footer__icons img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 970px) {
  .footer__icons {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__icons {
    padding-top: 55px;
  }
  .footer__icons img {
    margin-right: 10px;
  }
  .footer__icons img:last-child {
    margin-right: 0;
  }
  .footer__icons img:nth-child(1) {
    width: 24px;
  }
  .footer__icons img:nth-child(2) {
    width: 40px;
  }
  .footer__icons img:nth-child(3) {
    width: 24px;
  }
  .footer__icons img:nth-child(4) {
    width: 23px;
  }
  .footer__icons img:nth-child(5) {
    width: 64px;
  }
  .footer__icons img:nth-child(6) {
    width: 90px;
  }
}
.footer.lh-profile .footer__inner-top {
  padding: 20px 30px 20px 30px;
}

.footer.lh-profile .footer__phone {
  margin-bottom: 15px;
}

.footer.lh-profile .footer__c-text {
  margin-bottom: 15px;
}

.footer.lh-profile .footer__soc-holder {
  padding: 15px 0;
}

.thickbox_cont,
.thickbox_cont_static {
  position: fixed;
  background-color: #fff;
  z-index: 100000;
  visibility: hidden;
  display: none;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.thickbox_cont.payment-error-popup,
.thickbox_cont_static.payment-error-popup {
  border-radius: 20px;
}

.thickbox_cont.payment-error-popup .payment-error-main-title,
.thickbox_cont_static.payment-error-popup .payment-error-main-title {
  color: #F7520C;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .thickbox_cont.payment-error-popup .payment-error-main-title,
  .thickbox_cont_static.payment-error-popup .payment-error-main-title {
    font-size: 20px;
    padding: 0px 40px;
  }
}
.thickbox_cont.payment-error-popup .payment-error-subtitle,
.thickbox_cont_static.payment-error-popup .payment-error-subtitle {
  color: #202327;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.thickbox_cont.payment-error-popup .payment-error-button-wrapper,
.thickbox_cont_static.payment-error-popup .payment-error-button-wrapper {
  display: grid;
  max-width: 390px;
  margin: 0 auto;
  row-gap: 8px;
}

.thickbox_cont.payment-error-popup .payment_error_popup_btn,
.thickbox_cont_static.payment-error-popup .payment_error_popup_btn {
  background: #EE7537;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thickbox_cont.payment-error-popup .payment_error_popup_btn:hover,
.thickbox_cont_static.payment-error-popup .payment_error_popup_btn:hover {
  background: #ed5a2e;
}

.thickbox_cont ol, .thickbox_cont ul, .thickbox_cont li,
.thickbox_cont_static ol,
.thickbox_cont_static ul,
.thickbox_cont_static li {
  list-style: none;
}

.thickbox_cont:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about),
.thickbox_cont_static:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about) {
  left: 5%;
  width: 90%;
  margin-left: 0;
  height: 90%;
  margin-top: 0;
  top: 5%;
}

.thickbox_cont#terms, .thickbox_cont#policy, .thickbox_cont#shipping, .thickbox_cont#refund, .thickbox_cont#referral-about,
.thickbox_cont_static#terms,
.thickbox_cont_static#policy,
.thickbox_cont_static#shipping,
.thickbox_cont_static#refund,
.thickbox_cont_static#referral-about {
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  border-radius: 10px;
}

.thickbox_cont_static.thickbox_cont_static_modern {
  border-radius: 20px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner {
  padding: 55px 70px !important;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-icon {
  text-align: center;
  margin-bottom: 20px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-icon img {
  display: inline-block;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-link {
  color: #8AB72B;
  font-size: 18px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button_wrapp {
  text-align: center;
  margin-top: 50px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .popup-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 26px;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button {
  border-radius: 10px !important;
  background: #FE8A20;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner .button:hover {
  background: #c46b18;
}

.thickbox_cont_static.thickbox_cont_static_modern .inner h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  font-family: Montserrat;
  margin-bottom: 20px;
}

.thickbox_cont_static.auto {
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .thickbox_cont:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about):not(#payment_issue),
  .thickbox_cont_static:not(#terms):not(#policy):not(#shipping):not(#refund):not(#referral-about):not(#payment_issue) {
    width: 740px;
    height: 560px;
    top: calc(50% - 280px);
    left: calc(50% - 370px);
  }
  .thickbox_cont#payment_issue,
  .thickbox_cont_static#payment_issue {
    width: 740px !important;
    height: 720px !important;
    top: calc(50% - 360px) !important;
    left: calc(50% - 370px) !important;
  }
  .thickbox_cont.thickbox_cont_static_modern,
  .thickbox_cont_static.thickbox_cont_static_modern {
    width: 630px !important;
    left: calc(50% - 315px);
  }
}
@media only screen and (max-width: 400px) {
  .thickbox_cont_static#resign_popup_discount h2 {
    font-size: 14px;
  }
}
.thickbox_cont.active,
.thickbox_cont_static.active {
  visibility: visible;
  display: block !important;
}

.thickbox_cont .top_bar,
.thickbox_cont_static .top_bar {
  background: #ebebeb;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.thickbox_cont .top_bar > span,
.thickbox_cont_static .top_bar > span {
  font-weight: 600;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 39px);
}

.thickbox_cont .inner,
.thickbox_cont_static .inner {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  height: calc(100% - 29px);
  overflow-x: hidden;
}

.thickbox_cont_static .inner {
  padding: 20px;
}

.thickbox_cont#terms .inner p, .thickbox_cont#policy .inner p,
.thickbox_cont_static#terms .inner p,
.thickbox_cont_static#policy .inner p {
  text-indent: 30px;
}

.thickbox_cont .inner ul li,
.thickbox_cont_static .inner ul li {
  list-style: disc inside;
}

.thickbox_cont .inner ul li a,
.thickbox_cont_static .inner ul li a {
  -ms-word-break: break-all;
  word-break: break-all;
}

.thickbox_cont a.close,
.thickbox_cont_static a.close {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.thickbox_cont a.close::before,
.thickbox_cont a.close::after,
.thickbox_cont_static a.close::before,
.thickbox_cont_static a.close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.thickbox_cont a.close::before,
.thickbox_cont_static a.close::before {
  transform: rotate(45deg);
}

.thickbox_cont a.close::after,
.thickbox_cont_static a.close::after {
  transform: rotate(-45deg);
}

#subscriptionIssueFormModal #payment_issue .inner {
  padding: 0px;
}

#payment_issue {
  height: 660px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

#payment_issue .top_bar {
  background: none;
  border: 0;
}

#payment_issue .has-error {
  border-color: red;
}

#payment_issue #messageBox {
  text-align: left;
  color: red;
}

#payment_issue .inner {
  display: grid;
  justify-content: center;
  align-items: center;
}

#payment_issue .inner .enter_comment_issue {
  display: flex;
  width: 393px;
  padding: 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 auto 20px auto;
  border-radius: 8px !important;
  text-transform: capitalize;
}

#payment_issue .inner .add_info_alert {
  max-width: initial;
}

#payment_issue .inner .step_5 {
  padding: 0px;
  max-width: initial;
  padding: 0px 34px 0px 34px;
  color: #202327;
}

#payment_issue .inner .step_5 .title {
  font-size: 24px;
  margin: 0px auto 10px auto;
  line-height: 28px;
  max-width: 550px;
}

#payment_issue .inner .step_5 .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

#payment_issue textarea {
  width: 100%;
  padding: 7px 10px 7px 4px;
  margin-bottom: 27px;
  max-width: 620px;
  font-size: 16px;
  resize: vertical;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
}

#refund, #shipping {
  font-family: "Futura PT Medium";
}

#refund h1, #shipping h1 {
  font-size: 78px;
  text-align: center;
}

#refund h3, #shipping h3 {
  font-size: 34px;
  text-align: center;
}

#refund p, #shipping p {
  font-size: 22px;
}

#refund p b, #shipping p b {
  font-family: "Futura PT Heavy";
}

#refund ol li, #shipping ol li {
  font-size: 22px;
}

#refund hr, #shipping hr {
  margin: 40px 0px;
}

@media screen and (max-width: 600px) {
  #refund, #shipping {
    left: 20px;
    right: 20px;
  }
  #refund h1, #shipping h1 {
    font-size: 32px;
  }
  #refund h3, #shipping h3 {
    font-size: 24px;
  }
  #refund hr, #shipping hr {
    margin: 20px 0px;
  }
  #refund p, #shipping p {
    font-size: 22px;
    line-height: 20px;
  }
  #refund li, #shipping li {
    line-height: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .thickbox_cont#terms, .thickbox_cont#policy, .thickbox_cont#shipping, .thickbox_cont#refund,
  .thickbox_cont_static#terms,
  .thickbox_cont_static#policy,
  .thickbox_cont_static#shipping,
  .thickbox_cont_static#refund {
    left: 5px !important;
    right: 5px !important;
  }
  .thickbox_cont#terms .inner p, .thickbox_cont#policy .inner p,
  .thickbox_cont_static#terms .inner p,
  .thickbox_cont_static#policy .inner p {
    line-height: 20px;
  }
  .thickbox_cont .inner,
  .thickbox_cont_static .inner {
    padding: 25px 13px 25px 13px !important;
    font-size: 15px !important;
  }
}
#referral-about b {
  font-weight: bold;
}

#referral-about hr {
  margin: 15px 0px;
}

#referral-about table, #referral-about th, #referral-about td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

#referral-about h1, #referral-about h4, #referral-about h3 {
  margin-bottom: 10px;
}

#referral-about th {
  text-align: center;
}

#referral-about ul li {
  list-style: disc;
}

#referral-about ul ul li {
  list-style: circle;
}

#referral-about ul {
  margin-left: 35px;
}

#referral-about .popup-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

#referral-about table {
  min-width: 600px;
}

#referral-about li {
  margin-top: 3px;
  margin-bottom: 3px;
}

#referral-about tr td:nth-child(2),
#referral-about tr td:nth-child(3),
#referral-about tr td:nth-child(4) {
  text-align: center;
}

@media (max-width: 600px) {
  #referral-about h1 {
    font-size: 1.6em;
  }
  #referral-about ul {
    margin-left: 28px;
  }
}
/*container_new_form*/
.container_new_form {
  margin-bottom: 50px;
  padding-top: 90px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container_new_form .content__block {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .container_new_form .content__block {
    flex-direction: column;
  }
}
.container_new_form .title_new_payment {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C2B47;
  margin-bottom: 16px;
  max-width: 573px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .container_new_form .title_new_payment {
    font-size: 22px;
    line-height: 31px;
  }
}
.container_new_form .title_new_desc {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  color: #1C2B47;
  max-width: 444px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .container_new_form .title_new_desc {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.container_new_form .currency_selector {
  width: 40%;
}

.container_new_form .currency_selector,
.container_new_form .payment_method_selector {
  margin-bottom: 0;
}

.container_new_form .info_block {
  float: right;
  width: 100%;
  max-width: 460px;
}

@media only screen and (max-width: 960px) {
  .container_new_form .info_block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.container_new_form .info_block .review_desc {
  margin-bottom: 8px;
}

.container_new_form .info_block .review_desc p {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #1C2B47;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review_desc p {
    font-size: 14px;
  }
}
.container_new_form .info_block .review_user {
  text-align: left;
  margin-bottom: 18px;
}

.container_new_form .info_block .review_user_photo {
  display: inline-block;
  margin-right: 9px;
}

.container_new_form .info_block .review_user_photo img {
  width: 35px;
  height: 35px;
}

.container_new_form .info_block .review_user_name {
  display: inline-block;
}

.container_new_form .info_block .review_user_name p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #1C2B47;
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review_user_name p {
    font-size: 14px;
  }
}
.container_new_form .info_block .review .faq {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  padding-top: 23px;
  margin-bottom: 16px;
}

.container_new_form .info_block .review .faq_title {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1C2B47;
  text-align: left;
  margin-bottom: 9px;
}

.container_new_form .info_block .review .faq__card {
  margin-bottom: 9px;
}

.container_new_form .info_block .review .faq__card:last-of-type {
  margin-bottom: 19px;
}

.container_new_form .info_block .review .faq .open .accordion__arrow {
  transform: rotate(223deg);
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review .faq .open .accordion__arrow:after {
    top: 2px;
  }
}
.container_new_form .info_block .review .faq .accordion {
  cursor: pointer;
  text-align: left;
  display: table;
}

.container_new_form .info_block .review .faq .accordion__name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review .faq .accordion__name {
    font-size: 14px;
    line-height: 20px;
  }
}
.container_new_form .info_block .review .faq .accordion__arrow {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 17px;
  overflow: hidden;
  transition: all 0.3s;
  display: table-cell;
  vertical-align: middle;
  transform: rotate(45deg);
}

.container_new_form .info_block .review .faq .accordion__arrow:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 12px;
  width: 8px;
  height: 8px;
  border: solid #1C2B47;
  border-width: 0 1px 1px 0;
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review .faq .accordion__arrow:after {
    top: 6px;
  }
}
.container_new_form .info_block .review .faq__accordion-content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.03em;
  color: #1C2B47;
  display: none;
}

.container_new_form .info_block .review .faq .toggle {
  display: block;
}

.container_new_form .info_block .review .contact_us {
  text-align: left;
}

.container_new_form .info_block .review .contact_us_title {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .container_new_form .info_block .review .contact_us_title {
    font-size: 14px;
    line-height: 22px;
  }
}
.container_new_form .info_block .review .contact_us_title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #F58140;
  text-decoration: underline;
}

.container_new_form .info_block .review .contact_us_data ul li {
  display: inline-block;
}

.container_new_form .info_block .review .contact_us_data ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #1C2B47;
  opacity: 0.5;
  text-decoration: none;
}

.container_new_form .info_block .review .contact_us_data ul li a::after {
  content: "|";
  padding-left: 5px;
}

.container_new_form .info_block .review .contact_us_data ul li:last-of-type a::after {
  display: none;
}

.container_new_form .form_block {
  max-width: 460px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 40px;
  margin-right: 39px;
}

.container_new_form .form_block .currency_selector .col, .container_new_form .form_block .payment_method_selector .col {
  padding: 0;
}

.container_new_form .form_block .currency_selector .col:first-child, .container_new_form .form_block .payment_method_selector .col:first-child {
  padding-right: 1px;
}

.container_new_form .form_block .payment_method_selector .paymentTypeItem.active .paymentTypeButton, .container_new_form .form_block .payment_method_selector .paymentTypeItem:hover .paymentTypeButton {
  background: #F1F1F1;
}

@media only screen and (max-width: 640px) {
  .container_new_form .form_block {
    padding: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .container_new_form .form_block {
    margin-left: auto;
    margin-right: auto;
  }
}
.container_new_form .form_block .steps_bar li {
  color: #cccccc;
}

.container_new_form .form_block .steps_bar li .active {
  color: #fff !important;
}

.container_new_form .form_block .steps_bar li.active {
  color: #fff !important;
}

.container_new_form .form_block .payment-buttons {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.container_new_form .form_block .payment-buttons .type_button {
  padding: 8px 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  cursor: pointer;
  border: 0;
  width: 120px;
  height: 38px;
  border-radius: 15px 15px 0px 0px;
  margin-bottom: 0;
}

.container_new_form .form_block .payment-buttons .type_button:hover {
  background: #ECECEC;
}

.container_new_form .form_block .payment-buttons .type_button img {
  width: 59.8px;
  height: 16.09px;
}

.container_new_form .form_block .payment-buttons .paymentTypeItem .paymentTypeButton:hover {
  background: #ECECEC;
}

.container_new_form .form_block .payment-buttons .paymentTypeItem:hover .paymentTypeButton {
  background: #ECECEC;
}

.container_new_form .form_block .payment-buttons .paymentTypeItem .active {
  background: #ECECEC;
}

.container_new_form .form_block .payment-buttons .paymentTypeItem .active .paymentTypeButton {
  background: #ECECEC;
}

.container_new_form .form_block .button {
  margin-top: 20px;
}

.container_new_form .form_block .contacts {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.container_new_form .form_block .contacts__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1C2B47;
  margin-right: 7px;
}

@media only screen and (max-width: 640px) {
  .container_new_form .form_block .contacts__title {
    font-size: 14px;
  }
}
.container_new_form .form_block .contacts__button {
  display: flex;
  margin-top: -3px;
}

.container_new_form .form_block .contacts__button img {
  height: 14px;
}

.container_new_form .form_block .email-drop-down {
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  max-width: 380px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .container_new_form .form_block .email-drop-down {
    font-size: 14px;
  }
}
.container_new_form .form_block .select-currency {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.container_new_form .form_block .select-currency__title {
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1C2B47;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .container_new_form .form_block .select-currency__title {
    font-size: 14px;
  }
}
.container_new_form .form_block .select-currency select {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #1C2B47;
  text-transform: uppercase;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 6px;
}

@media only screen and (max-width: 640px) {
  .container_new_form .form_block .select-currency select {
    font-size: 14px;
  }
}
.container_new_form .form_block .select-currency select option {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  padding: 10px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  text-transform: uppercase;
}

.form_step_issue .error_form label {
  color: #F86262;
  font-weight: 400;
  font-size: 15px;
}

/*container_new_form*/
/* blueSnap */
.payment_method_selector .left-side {
  text-align: right;
}

.payment_method_selector .payment_info_title {
  width: 107px;
}

.payment_method_selector .buttons_col {
  width: calc(100% - 107px);
}

@media only screen and (max-width: 549px) {
  .payment_method_selector .payment_info_title {
    width: auto;
    display: block;
  }
  .payment_method_selector .buttons_col {
    width: 100%;
  }
  .payment_method_selector .left-side {
    text-align: center;
  }
}
.currency_selector .left-side {
  text-align: right;
}

@media only screen and (max-width: 549px) {
  .currency_selector .left-side {
    text-align: center;
  }
}
.panel {
  width: 70%;
  margin: 2em auto;
}

.panel-body {
  width: 90%;
  margin: 2em auto;
}

.helper-text {
  color: #e93143;
  font-size: 12px;
  margin-top: 5px;
  height: 12px;
  display: block;
  text-align: left;
}

/* Hosted Payment Fields styles*/
.hosted-field-focus {
  border: 1px solid #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hosted-field-invalid {
  border: 1px solid #e93143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 49, 67, 0.8);
}

.hosted-field-valid {
  border: 1px solid #14ba57;
}

/* blueSnap */
.row_card_block {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.card_block {
  background: #f1f1f1;
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 15px;
  margin-bottom: 25px;
}

.cvv_block {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  height: 210px;
}

.cvv_block {
  background: #e4e4e4;
  border: none;
  border-radius: 15px;
  padding: 15px;
  width: 70%;
  margin-bottom: 25px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 23px;
  height: 184px;
}

.form-group label {
  display: inline-block;
  margin-bottom: 2px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: Montserrat;
  text-align: left;
}

.cvv_block .form-control {
  width: 65px;
  text-align: center;
  padding: 4px 8px;
  height: 30px;
}

.cvv_block .form-control label {
  display: block;
  margin-bottom: 2px;
  color: #1C2B47;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: Montserrat;
  text-align: left;
}

.cvv_block .form-group {
  position: relative;
  left: 166px;
  top: 49px;
}

.cvv_block:before {
  content: "";
  position: absolute;
  background: #bbb;
  right: 0;
  height: 37px;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.panel-body, .panel {
  width: 100%;
}

.btn_raised {
  background: #F58140;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  border-radius: 26px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0.8em 2em 0.8em;
  line-height: 1;
  outline: none !important;
  margin-top: 40px;
}

.btn_raised:hover {
  background: #ed5a2e;
}

@media only screen and (max-width: 476px) {
  .card_block {
    width: 93%;
  }
  .cvv_block {
    width: 93%;
    right: 0;
    top: 68px;
    height: 184px;
  }
  .cvv_block .form-group {
    top: 90px;
    left: 17px;
    text-align: left;
  }
  .btn_raised {
    margin-top: 70px;
  }
  .btn_raised {
    font-size: 14px;
  }
}
.bluesnap-payment-form {
  margin: 0;
}

.bluesnap-payment-form .panel-body {
  margin: 0;
}

.bluesnap-payment-form .cvv-label {
  display: block;
}

.bluesnap-payment-form .row_card_block {
  padding: 40px 30px 10px 30px;
  width: 100%;
  margin-bottom: 25px;
  background: linear-gradient(0deg, #BBC6DB, white);
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 450px) {
  .bluesnap-payment-form .row_card_block {
    padding: 40px 20px 10px 20px;
  }
}
.bluesnap-payment-form .row_card_block:before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 1px);
  left: 1px;
  top: 0px;
  border-radius: 14px;
  z-index: -1;
}

.bluesnap-payment-form .row_card_block:after {
  content: "";
  background: url(../images/payment_logos.svg) no-repeat;
  display: block;
  width: 108px;
  height: 15px;
  float: right;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 43px;
  z-index: 999;
}

@media screen and (max-width: 450px) {
  .bluesnap-payment-form .row_card_block:after {
    top: 12px;
    right: 16px;
  }
}
.bluesnap-payment-form #card-number {
  width: 100%;
  border-radius: 10px;
  color: #1C2B47;
  padding: 7px 40px 7px 7px;
  height: 46px;
}

.bluesnap-payment-form #card-logo {
  position: absolute;
  top: 33px;
  right: 8px;
}

.bluesnap-payment-form .card_block {
  padding: 0;
  width: 100% !important;
}

.bluesnap-payment-form #creditCardRow {
  display: flex;
  flex-direction: column;
}

.bluesnap-payment-form #creditCardRow span {
  margin-bottom: 5px;
}

.bluesnap-payment-form #dateContainer {
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}

.bluesnap-payment-form #dateContainer .form-control {
  border-radius: 10px;
  padding: 4px 8px 4px 12px;
}

.bluesnap-payment-form #dateContainer .form-control.d-flex {
  display: flex;
}

.bluesnap-payment-form #dateContainer .form-control.flex-row-reverse {
  flex-direction: row-reverse;
}

.bluesnap-payment-form #dateContainer .form-control .info-btn {
  border: unset;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.bluesnap-payment-form #dateContainer .form-control .info-btn img {
  display: block;
  width: 12px;
  height: 13px;
}

.bluesnap-payment-form .bluesnap__date, .bluesnap-payment-form .bluesnap__cvv {
  display: flex;
  flex-direction: column;
}

.bluesnap-payment-form .bluesnap__cvv {
  max-width: 85px;
}

.bluesnap-payment-form .bluesnap__date {
  max-width: 116px;
}

.bluesnap-payment-form .paymentBlueSnapButton:before {
  content: "";
  background: url(../images/Security.svg) no-repeat;
  display: block;
  width: 100%;
  height: 40px;
  background-size: contain;
  top: -48px;
  position: absolute;
  left: 4px;
}

.bluesnap-payment-form .paymentBlueSnapButton:after {
  content: "";
  background: url(../images/lock-white.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  z-index: 99;
  margin-left: 10px;
}

.bluesnap-payment-form .paymentBlueSnapButton {
  background: #F58140;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}

.bluesnap-payment-form #info:before {
  content: "";
  background: url(../images/question.svg) no-repeat;
  display: block;
  width: 12px;
  height: 13px;
  position: fixed;
  margin-left: -32px;
  margin-top: -12px;
}

.bluesnap-payment-form #info {
  position: relative;
  top: 30px;
  left: 20px;
  cursor: pointer;
  outline: none !important;
  background: none;
  border: none;
  padding: 0;
  margin-top: 8px;
}

.bluesnap-payment-form .error-row {
  font-size: 15px;
  position: absolute;
  top: 72px;
  text-align: left;
  z-index: 5;
  color: #F86262;
  width: 340px;
  font-weight: 400;
  outline: none !important;
}

.bluesnap-payment-form .error-row:before {
  content: "";
  background: url(../images/info-pay-red.svg) no-repeat;
  display: block;
  float: left;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  margin-top: 4px;
}

.bluesnap-payment-form .input-error {
  border: 2px solid #F86262;
}

.bluesnap-payment-form .hide {
  display: none;
}

#info_popup {
  animation: animation 750ms linear both;
  left: 11.5px;
  position: absolute;
  top: 17.5px;
  z-index: 9999;
  opacity: 1;
  display: block;
  height: auto;
  width: auto;
}

#info_popup .modal-close {
  z-index: 3000;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#info_popup .modal-box {
  padding: 10px;
  outline: none;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
}

#info_popup .modal-box .modal-box-content {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
}

@media only screen and (max-width: 450px) {
  #info_popup {
    max-width: 100%;
    left: 0px !important;
  }
  #info_popup img {
    width: 100%;
  }
}
.new_payment_form {
  text-align: center;
  padding-top: 95px;
}

.new_payment_form .legend li:not(.active) {
  color: #6A7C9F;
}

.new_payment_form .col_form .step_2 #order_full_info .order-info p {
  color: #1C2B47;
  opacity: 0.5;
  padding: 0;
}

.new_payment_form .col_form .step_2 .payment_params .currency_selector {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new_payment_form .col_form .step_2 .payment_params .currency_selector #currencySelect:last-child {
  margin-right: 0;
}

.new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem {
  min-width: 50%;
}

.new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem:first-child {
  margin-left: 0;
}

.new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem:last-child {
  margin-right: 0;
}

.new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem.active {
  border: 1px solid #6A7C9F;
}

.new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem.active [type=radio]:checked + label:before {
  background: #F86262;
  border: 1px solid #F86262;
}

@media screen and (max-width: 520px) {
  .new_payment_form {
    margin-top: 0;
  }
  .new_payment_form .col_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem.active {
    border: 0.5px solid rgba(0, 0, 0, 0.04);
  }
}
/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22k%22%2Ce%3A%22s%22%2Cd%3A750%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A40%2Cy%3A60%7D%2Cs%3A3%2Cb%3A4%7D%2C%7BT%3A%22c%22%2Ce%3A%22b%22%2Cd%3A750%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A1%2Cy%3A1%7D%2Cs%3A2%2Cb%3A4%7D%5D%7D */
@keyframes animation {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.2% {
    transform: matrix3d(0.345, 0.098, 0, 0, 0.065, 0.345, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.5% {
    transform: matrix3d(0.485, 0.163, 0, 0, 0.107, 0.485, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.41% {
    transform: matrix3d(0.673, 0.242, 0, 0, 0.158, 0.673, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.01% {
    transform: matrix3d(0.88, 0.288, 0, 0, 0.188, 0.88, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.71% {
    transform: matrix3d(1.064, 0.241, 0, 0, 0.159, 1.064, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.51% {
    transform: matrix3d(1.087, 0.221, 0, 0, 0.146, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.92% {
    transform: matrix3d(1.139, 0.105, 0, 0, 0.07, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.92% {
    transform: matrix3d(1.137, 0.082, 0, 0, 0.055, 1.137, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    transform: matrix3d(1.075, -0.001, 0, 0, -0.001, 1.075, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    transform: matrix3d(1.032, -0.015, 0, 0, -0.01, 1.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.43% {
    transform: matrix3d(1.012, -0.017, 0, 0, -0.011, 1.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.63% {
    transform: matrix3d(0.994, -0.014, 0, 0, -0.01, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.14% {
    transform: matrix3d(0.985, -0.007, 0, 0, -0.005, 0.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.46% {
    transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.36% {
    transform: matrix3d(1.002, 0.001, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.48% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.68% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
html:lang(pt) .bluesnap__cvv {
  max-width: 135px;
}

#login_form_wrapp .button_wrapp {
  text-align: center;
  margin-top: 28px;
  outline: none;
}

#login_form_wrapp .button_wrapp button {
  border-radius: 10px !important;
  width: auto;
  font-size: 12px;
  padding: 20px 25px;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}

#login_form_wrapp .button_wrapp button:hover {
  background-color: #ec8f5e;
}

@media only screen and (min-width: 768px) {
  #login_form_wrapp .checkbox_label {
    line-height: 32px;
  }
}
#login_form_wrapp input[type=email],
#login_form_wrapp input[type=password] {
  box-shadow: none;
  transition: all 0.5s ease;
  font-weight: 400;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  color: #43454b;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-family: Montserrat;
}

#login_form_wrapp input[type=email]:focus,
#login_form_wrapp input[type=password]:focus {
  border-color: #AAD551;
}

#login_form_wrapp input[type=password]::-moz-placeholder {
  position: relative;
  top: 5px;
}

#login_form_wrapp input[type=password]::placeholder {
  position: relative;
  top: 5px;
}

#login_form_wrapp.step_3 .step_3_inner {
  background: #ffffff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 30px;
}

#login_form_wrapp.step_3 .step_3_inner h1.page_title {
  letter-spacing: 1px;
  color: #6A7C9F;
  margin-bottom: 25px;
  font-size: 25px;
}

#login_form_wrapp.step_3 .step_3_inner .form-group {
  margin-bottom: 10px;
}

#login_form_wrapp.step_3 .step_3_inner .form-group.reset-pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 7px;
  flex-wrap: wrap;
}

#login_form_wrapp.step_3 .step_3_inner .form-group .reset-pass-label {
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#login_form_wrapp.step_3 .step_3_inner .form-group .reset-pass-label .reset-pass-info {
  cursor: pointer;
  border-radius: 50%;
  background-color: #ea7f40;
  color: #fff;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
}

#login_form_wrapp.step_3 .step_3_inner .form-group label {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #4f5f73;
}

#login_form_wrapp.step_3 .step_3_inner .form-group label .required {
  color: #F58140;
}

#login_form_wrapp.step_3 .step_3_inner .form-group .forgot-pass {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #757b8d;
  font-weight: 600;
  text-decoration: underline;
}

#login_form_wrapp.step_3 .step_3_inner .form-group .forgot-pass:hover {
  text-decoration: none;
}

#login_form_wrapp .social-login-wrapper hr {
  margin-top: 20px;
  color: #C4C4C4;
  background-color: #C4C4C4;
  margin-bottom: 22px;
  height: 1px;
  border: none;
}

#login_form_wrapp .social-login-wrapper .social-login-info {
  font-weight: 600;
  letter-spacing: 0.1px;
  font-size: 14px;
  margin-bottom: 22px;
}

#login_form_wrapp .social-login-wrapper .social-login-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item {
  transition: all 0.5s ease;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item .icon {
  width: 13px;
  height: 13px;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.google {
  background-color: #e44e2c;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.google:hover {
  background-color: #e77156;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.facebook {
  background-color: #558acd;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.facebook:hover {
  background-color: #76a1d6;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.twitter {
  background-color: #3ca2f2;
}

#login_form_wrapp .social-login-wrapper .social-login-items .social-login-item.twitter:hover {
  background-color: #62b4f3;
}

#login_form_wrapp .social-login-wrapper .social-login-error {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 10px 10px;
  font-size: 18px;
  color: #a00;
  font-size: 14px;
  text-align: initial;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .new-container-body .container_big {
    height: calc(100vh - 50px);
    display: table;
  }
  .new-container-body .container_big > .clearfix {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .new-container-body .container_big {
    height: calc(100vh - 20px);
    display: table;
  }
  .new-container-body .container_big > .clearfix {
    display: table-cell;
    vertical-align: middle;
  }
}
.new-form-one {
  /*steps_bar*/
  /*steps_bar*/
}

.new-form-one .container_big {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 850px) {
  .new-form-one .container_big.first_step {
    padding-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  .new-form-one .container_big .col_form {
    float: right;
    width: 50%;
    padding: 0 0 0 20px;
    margin-bottom: 0px;
  }
}
.new-form-one .form_container {
  position: relative;
  overflow: hidden;
  min-height: 130px;
}

.new-form-one .m30 {
  margin-bottom: 30px;
}

.new-form-one .step_2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 0 15px !important;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

@media only screen and (min-width: 500px) {
  .new-form-one .step_2 {
    padding: 0;
  }
}
.new-form-one .form_container #order_full_info h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.new-form-one .steps_bar {
  margin-bottom: 15px;
}

.new-form-one .steps_bar .inner {
  position: initial;
}

.new-form-one .steps_bar .line_bar {
  height: 17px;
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2px;
}

.new-form-one .steps_bar .line_inner {
  background: #AED659;
  height: 13px;
  position: relative;
}

.new-form-one .steps_bar .line_inner:after {
  width: auto;
  background-repeat: repeat;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.new-form-one .steps_bar .line_inner.line_66:before {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.new-form-one .steps_bar .line_inner.line_66 {
  width: 66.6666%;
}

.new-form-one .steps_bar .line_inner.line_100 {
  width: 100%;
}

.new-form-one .steps_bar .line_inner.line_33 {
  width: 33.33%;
}

.new-form-one .steps_bar .line_inner.line_50 {
  width: 50%;
}

.new-form-one .steps_bar .legend {
  font-size: 0;
  position: static;
}

.new-form-one .steps_bar .legend li {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
  text-align: center;
  font-weight: 600;
}

.new-form-one .steps_bar .legend li.active {
  color: #000;
}

.new-form-one .steps_bar.dark .legend li.active {
  color: #fff;
}

.new-form-one .steps3_all .legend li {
  width: 33.333%;
}

.new-form-one .steps2_all .legend li {
  width: 50%;
}

.new-form-one .payment_method_selector {
  margin-bottom: 20px;
}

.new-form-one .payment_method_selector,
.new-form-one .currency_selector {
  text-align: center;
}

.new-form-one .currency_selector {
  margin-bottom: 30px;
}

.new-form-one .payment_method_selector h4,
.new-form-one .currency_selector h4 {
  text-align: center;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}

.new-form-one .payment_method_selector .col {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.new-form-one .payment_method_selector .col label {
  margin-bottom: 5px;
  font-size: 16px;
}

.new-form-one .payment_method_selector .col div.img {
  margin-bottom: 5px;
}

.new-form-one .currency_selector .col label {
  font-size: 22px;
  color: #017aa2;
}

.new-form-one .currency_selector .col {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}

.new-form-one .currency_selector .payment_info_message {
  font-size: 13px;
}

/*bottom_stamps*/
.bottom_stamps {
  text-align: left;
  padding: 20px 0;
  font-size: 0;
}

@media only screen and (min-width: 850px) {
  .bottom_stamps {
    display: none;
  }
}
.bottom_stamps .first_img {
  width: 80px;
  margin-right: 10px;
}

.bottom_stamps .second_img {
  width: 80px;
  margin-right: 5px;
}

.bottom_stamps .lines {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: calc(100% - 175px);
  opacity: 0.2;
  height: 74px;
  margin-top: 3px;
  vertical-align: top;
  position: relative;
}

.bottom_stamps .lines:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11%;
  height: 1px;
  background: #fff;
  width: 89%;
}

/*bottom_stamps*/
.form_container.promo_info input[type=text],
.form_container.promo_info input[type=password] {
  border: 5px solid #B7DA2A;
  border-radius: 20px 0;
  font-size: 16px;
  text-align: center;
  font-family: Montserrat;
  padding: 10px 10px 10px 10px;
  min-height: 65px;
}

.form_container.promo_info input.bold {
  font-weight: 900;
  font-size: 25px;
}

/*promo_stat_info*/
.promo_info .step_2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  padding: 30px 20px;
  background: linear-gradient(80.18deg, #EDEDED 0%, #F6F6F6 100%);
  border-radius: 25px 0px;
  box-shadow: none !important;
}

.promo_stat_info {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 40px;
}

.promo_stat_info span {
  border: 2px solid #f58140;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 5px;
}

/*promo_stat_info*/
/*promo_stat_table*/
.promo_stat_table {
  border-radius: 25px 0;
  border: 1px solid #B5B5B5;
  overflow: hidden;
  margin: 0px auto 25px auto;
  width: 100%;
  max-width: 750px;
  display: block;
}

.promo_stat_table .table_title {
  width: 100%;
  color: #fff;
  background: linear-gradient(163.17deg, #98B523 24.3%, #B7DA2A 118.79%), linear-gradient(42.18deg, #EDEDED 0%, #F6F6F6 100%);
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  padding: 13px 0;
  line-height: 1.4;
}

.promo_stat_table .table_header {
  font-size: 0;
  display: none;
}

.promo_stat_table .table_header div {
  background: linear-gradient(72.3deg, #EDEDED 0%, #F6F6F6 100%);
  border-radius: 0px;
  border-left: 1px solid #B5B5B5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 20%;
  line-height: 1.5;
  padding: 8px 0;
}

.promo_stat_table .table_header div:first-child {
  border-left: none;
}

.promo_stat_table .table_lines {
  width: 100%;
}

.promo_stat_table .table_lines .line {
  border-top: 1px solid #B5B5B5;
  font-size: 0;
  width: 100%;
  display: block;
  background: #fff;
}

.promo_stat_table .table_lines .line div {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  padding: 4px 3px;
}

.promo_stat_table .table_lines .line div:first-child {
  border-left: none;
}

.promo_stat_table .table_lines .line div.bonus {
  color: #019c0e;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .promo_stat_table .table_header {
    display: flex;
  }
  .promo_stat_table .table_lines .line {
    display: flex;
  }
  .promo_stat_table .table_lines .line div {
    border-left: 1px solid #B5B5B5;
    display: table-cell;
    font-size: 14px;
    width: 20%;
    line-height: 1.5;
    padding: 10px 3px;
    vertical-align: middle;
  }
}
/*promo_stat_table*/
/*promo_more*/
.promo_more {
  margin-bottom: 50px;
  width: 100%;
  max-width: 650px;
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .promo_more {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) {
  .promo_info .page_title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.form_param_line {
  text-align: left;
  font-size: 0;
  margin-bottom: 20px;
}

.form_param_line .title_col {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.form_param_line .title_col label {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #204052;
}

.form_param_line .buttons_col {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.form_param_line .title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #204052;
  position: relative;
  width: auto;
  display: inline-block;
}

.form_param_line .copy_link {
  font-size: 14pt;
  text-align: left;
  padding-top: 3px;
}

.form_param_line .copy_link a {
  color: #1C2B47;
  text-decoration: none;
}

.form_param_line .copy_link span {
  margin-left: 5px;
}

@media only screen and (min-width: 550px) {
  .form_param_line .title_col {
    display: inline-block;
    width: 140px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .form_param_line .title_col.large {
    width: 170px;
  }
  .form_param_line .buttons_col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
  }
  .form_param_line .buttons_col.narrow {
    width: calc(100% - 170px);
  }
}
.total_block {
  margin-bottom: 25px;
  text-align: center;
}

.total_block .button {
  padding: 12px 18px;
  font-size: 17px;
}

.total_block .total_val {
  margin: 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.total_block .total_val span {
  font-size: 20px;
}

/*promo_more*/
.new-form-container .button:hover {
  background: #ed5a2e;
  box-shadow: 0 3px #ed5a2e inset;
  color: #fff;
  text-decoration: none;
}

.new-form-container .button {
  background: #ed5a2e;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  max-width: 393px;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 -3px #a24023 inset;
  padding: 0.8em 2em calc(0.8em + 3px);
  line-height: 1;
  border: none;
  cursor: pointer;
}

.new-form-container .password-placeholder {
  display: none;
}

.new-form-container input[type=text]::-moz-placeholder {
  color: transparent;
}

.new-form-container input[type=text]::placeholder {
  color: transparent;
}

.new-form-container textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

.new-form-container textarea::placeholder {
  color: transparent;
}

@media only screen and (min-width: 850px) {
  .new-form-container .step_3 {
    float: right;
  }
}
.new-form-container .step_3 .step_3_inner {
  background: #5c5c5c;
  padding: 15px 20px;
  border-radius: 0;
}

.new-form-container .form_container {
  padding-top: 0;
}

.new-form-container .form_container input {
  border-radius: 0;
}

.new-form-container .info-new-address {
  max-width: 420px;
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 849px) {
  .new-form-container .info-new-address {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.new-form-container .info-new-address h4 {
  max-width: 360px;
  margin: 0 auto;
}

.container-page-edit .form_container {
  padding-bottom: 0;
}

.container-page-edit .form_container .paypal_form {
  padding-bottom: 0;
}

.container-page-edit .button_wrapp {
  text-align: left;
}

.container-page-edit .button_wrapp span {
  position: relative;
  top: -2px;
}

.container-page-edit .personal_card {
  width: 100%;
}

.container-page-edit .personal-card {
  margin-left: 0;
  margin-right: 0;
  height: 50%;
  min-height: 435px;
}

.container-page-edit .show_card_button {
  text-align: center;
}

.container-page-edit .show_card_button a {
  background: #f58140;
  color: white;
  text-decoration: none;
  font-size: 19px;
  padding: 0.8em 2em 0.8em;
  font-weight: 600;
  min-height: 31px;
  border: 1px solid #BBC6DB;
}

.container-page-edit .show_card_button .one-line {
  font-size: 15px;
  padding: 1em;
}

.container-page-edit .personal-card form input {
  font-size: 14px;
  font-weight: 600;
  padding: 0.8em 2em 0.8em;
  line-height: 1;
  outline: none !important;
  border: none;
}

.container-page-edit .form_container .paymentPaypalForm {
  padding: 0;
}

.container-page-edit .personal-card form {
  flex-wrap: wrap;
  margin-top: 0;
}

.container-page-edit .personal_card form {
  position: relative;
}

.container-page-edit .back-orders-button {
  text-align: center;
  width: 320px;
}

.container-page-edit .personal-card form input, .container-page-edit .personal-card form .select2-container,
.container-page-edit .personal_card form input, .container-page-edit .personal_card form .select2-container {
  width: 100% !important;
}

.container-page-edit .personal-card form .form-group,
.container-page-edit .personal_card form .form-group {
  margin-bottom: 5px;
  display: block;
  max-width: 100%;
  width: 100%;
}

.container-page-edit .submit_edit {
  margin-top: 10px;
  border-radius: 26px;
}

.container-page-edit .submit_edit a {
  margin-right: 211px;
  padding: 5px 35px 5px 35px;
  background: #f58140;
  border-radius: 26px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.container-page-edit .submit_edit button {
  font-family: "Montserrat";
  font-size: 15px;
  padding: 1em;
  font-weight: 600;
}

.container-page-edit .personal-card form select, .container-page-edit .personal-card form textarea,
.container-page-edit .personal_card form select, .container-page-edit .personal_card form textarea {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #BBC6DB;
  width: 100%;
}

.container-page-edit .page-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .container-page-edit .page-edit {
    flex-flow: column;
  }
  .container-page-edit .page-edit > div {
    margin-bottom: 30px;
  }
}
.container-page-edit .buttons_group_wrapp {
  width: 100%;
}

.pelecard_modal {
  display: none;
  position: absolute;
  top: 0;
  left: 500px;
}

.pelecard-modal {
  display: none;
  position: fixed;
  height: 425px;
  z-index: 111110;
  left: 50%;
  top: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px 30px 7px 30px;
  box-shadow: 0 7px 5px 2px #b6c5cd;
  border-radius: 30px;
}

.pelecard-modal.active {
  display: block !important;
}

.close_pelecard_modal {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: -50px;
  transform: translateX(-50%);
  top: 0;
}

.close_pelecard_modal img {
  height: 13px;
}

.close_pelecard_modal img:hover {
  box-shadow: 0 3px 7px 2px #b6c5cd;
  border-radius: 8px;
  cursor: pointer;
}

.modal-header-card {
  width: 420px;
  margin: 0 auto;
  position: relative;
}

.d-none {
  display: none;
}

@media only screen and (max-width: 1340px) {
  .close_pelecard_modal {
    right: -35px;
  }
}
@media only screen and (max-width: 1150px) {
  .container-page-edit .personal_card {
    width: 65%;
  }
  .pelecard-modal {
    width: 53%;
  }
  .close_pelecard_modal {
    right: -50px;
  }
}
@media only screen and (max-width: 1124px) {
  .container-page-edit .personal_card {
    width: 50%;
  }
  .container-page-edit .personal_card form {
    display: block;
  }
  .container-page-edit .personal_card .edit_block:nth-child(1) {
    margin-bottom: 60px;
  }
  .container-page-edit .personal_card .edit_block {
    margin-bottom: 20px;
  }
  .container-page-edit .submit_edit {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .container-page-edit .submit_edit a:nth-child(1) {
    margin-right: 40px;
  }
  .container-page-edit .back-orders-button {
    width: 435px;
  }
  .payment-form {
    margin-left: 60px !important;
  }
  .container-page-edit .personal-card:nth-child(1) {
    margin-right: 0;
  }
  .page-edit {
    margin-bottom: 0 !important;
  }
  .pelecard-modal {
    width: 60%;
  }
  .container-page-edit .page-edit {
    display: block;
  }
  .container-page-edit .personal-card {
    margin-left: 0 !important;
    margin-bottom: 60px;
    min-width: 37%;
  }
  .personal_card {
    width: 100%;
  }
  .container-page-edit .personal_card {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
  }
  .container-page-edit .personal_card .edit_block:nth-child(1) {
    display: block;
    margin-bottom: 60px;
    min-width: 37%;
  }
}
@media only screen and (max-width: 870px) {
  .payment-form {
    margin-left: 40px !important;
  }
  .container-page-edit .submit_edit a:nth-child(1) {
    margin-right: 0;
  }
  .container-page-edit .back-orders-button {
    width: 400px;
  }
  .pelecard-modal {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .container-page-edit .page-edit {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .container-page-edit .pelecard-modal {
    width: 70%;
  }
  .container-page-edit .personal-card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
  .container-page-edit .personal_card {
    width: 323px;
    margin: 0 auto;
  }
  .container-page-edit .personal_card .edit_block {
    display: block;
  }
  .container-page-edit .back-orders-button {
    width: auto;
    text-align: center;
  }
  .close_pelecard_modal {
    right: -20px;
  }
}
@media only screen and (max-width: 690px) {
  .container-page-edit .pelecard-modal {
    width: 85%;
  }
}
@media only screen and (max-width: 565px) {
  .container-page-edit .pelecard-modal {
    width: 92%;
  }
}
@media only screen and (max-width: 500px) {
  .pelecard-modal {
    width: 96% !important;
    height: 500px;
  }
  .modal-header-card {
    width: 100%;
  }
  .close_pelecard_modal {
    top: 0;
    right: -15px;
  }
}
@media only screen and (max-width: 400px) {
  .container-page-edit .page-edit {
    width: 100%;
  }
  .container-page-edit .personal_card {
    width: 100%;
  }
  .submit_edit a:nth-child(1) {
    margin-bottom: 25px;
  }
}
.payment-issue {
  padding: 10px 0px 20px;
  display: block;
  font-size: 16px;
}

.payment-issue-link {
  color: #f58140;
  text-decoration: underline;
  font-weight: 800;
  white-space: nowrap;
}

.paymentPaypalButton {
  background: #F58140;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 900 !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  float: right;
  justify-content: center;
  margin-bottom: 0;
}

.paymentPaypalButton:after {
  content: "";
  background: url(../images/lock-white.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  z-index: 99;
  margin-left: 10px;
}

.paymentPaypalButton:hover {
  background: #ed5a2e;
}

@media screen and (max-width: 520px) {
  .paymentPaypalButton {
    width: 100%;
  }
}
.paymentPaypalButton {
  width: 100%;
  margin-top: 10px;
}

.step_1 .discount_lable {
  position: absolute;
  right: -20px;
  top: -70px;
  display: block;
  width: 120px;
  transform: rotate(20deg);
}

.step_2 .discount_lable {
  display: none;
  width: 170px;
}

.discount_lable img {
  width: 100%;
}

@media only screen and (min-width: 850px) {
  .step_1 .discount_lable {
    position: absolute;
    left: -164px;
    top: 127px;
    display: block;
    width: 170px;
    transform: rotate(0deg);
  }
  .step_2 .discount_lable {
    position: absolute;
    right: -100px;
    top: -55px;
    display: block;
  }
  .form_container .form-title-payment .title.narrow {
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
  }
  .form_container .form-title-payment .narrowMain {
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 20px;
  }
  .form_container .form-title-payment .narrowMain.discount {
    text-align: left;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 849px) {
  .form_container .step_1 .page_title.narrow.promo {
    padding-right: 100px;
    text-align: left;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .form_container .step_1 .page_title_small.narrow.promo {
    text-align: left;
  }
}
.covid_countries {
  max-width: 340px;
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.1);
  border-radius: 25px 0px;
  position: relative;
}

.title_block {
  display: block;
  margin: 20px auto 30px;
  max-width: 500px;
  clear: both;
}

.container-page-edit.column .page-edit {
  flex-direction: column;
}

.thanks {
  max-width: 332px;
  font-family: Montserrat;
  margin: auto;
}

.thanks__text {
  background: #FFFFFF;
  box-shadow: 0px 3px 0px rgba(47, 106, 139, 0.2);
  border-radius: 10px;
  padding: 32px 16px;
  text-align: center;
}

.thanks__top {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #1C2B47;
}

@media screen and (max-width: 370px) {
  .thanks__top {
    font-size: 20px;
  }
}
.thanks__line {
  background: linear-gradient(90deg, rgba(187, 198, 219, 0) 0%, #BBC6DB 49.48%, rgba(187, 198, 219, 0) 100%);
  width: 100%;
  height: 1px;
  margin: 24px 0;
}

.thanks__bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #1C2B47;
}

@media screen and (max-width: 370px) {
  .thanks__bottom {
    font-size: 16px;
  }
}
.thanks__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.thanks__links a {
  width: 161px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #F58140;
  text-decoration: none;
}

.thanks__links a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 0px #BBC6DB;
}

.thanks__links a:active {
  background: #F8F8F8;
}

.thanks__links a:first-child {
  color: #4F9FE9;
}

@media screen and (max-width: 370px) {
  .thanks__links a {
    width: 145px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .thanks__links a {
    width: 130px;
    font-size: 10px;
  }
}
.new_payment_form .step_2 {
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  max-width: 465px;
}

@media screen and (max-width: 400px) {
  .new_payment_form .step_2 {
    padding: 10px;
  }
}
@media screen and (max-width: 490px) {
  .new_payment_form .step_2 .paymentPelecardForm {
    min-height: 470px;
  }
}
.new_payment_form .step_2 .paymentPelecardErrorContainer {
  font-size: 10px;
  color: #F86262;
  font-weight: 400;
}

.new_payment_form .step_2 .paymentPelecardErrorContainer:before {
  content: "";
  background: url("../images/info-pay-red.svg") no-repeat;
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  margin-right: 5px;
}

.new_payment_form .step_2 .error_form label {
  color: #F86262;
  font-weight: 400;
  font-size: 15px;
}

.new_payment_form .step_2 .error_form label:before {
  top: 0;
}

.new_payment_form .step_2 #order_full_info {
  display: flex;
  justify-content: space-between;
}

.new_payment_form .step_2 #order_full_info .order-info {
  text-align: left;
  max-width: 300px;
  word-break: break-all;
}

.new_payment_form .step_2 #order_full_info .order-info p {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
  color: #1C2B47;
  line-height: 30px;
  padding-bottom: 5px;
}

.new_payment_form .step_2 #order_full_info .edit-button {
  padding: 8px 9px;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #1C2B47;
}

.new_payment_form .step_2 #order_full_info .edit-button:active, .new_payment_form .step_2 #order_full_info .edit-button:focus {
  text-decoration: none;
  outline: none;
}

.new_payment_form .step_2 #order_full_info .edit-button:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}

.new_payment_form .step_2 #order_full_info .edit-button:before {
  content: "";
  background: url("../images/pencil.svg") no-repeat;
  display: inline-block;
  position: relative;
  width: 11px;
  height: 13px;
  margin-right: 5px;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 #order_full_info .edit-button:before {
    margin-right: 0;
  }
}
.new_payment_form .step_2 hr {
  background-image: linear-gradient(90deg, transparent, #6A7C9F, transparent);
  border: 0;
  opacity: 0.6;
  height: 1px;
  margin: 15px 0;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 hr {
    margin: 10px 0;
  }
}
.new_payment_form .step_2 .payment_params .switch-period-to-month {
  text-align: right;
  margin-top: -17px;
  margin-bottom: 13px;
}

.new_payment_form .step_2 .payment_params .switch-period-to-month .switch-period-to-month-btn {
  font-family: "Montserrat";
  color: #1C2B47;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: center top;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.new_payment_form .step_2 .payment_params .currency_selector {
  display: flex;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency-select-wrapper {
  align-items: center;
  display: flex;
}

.new_payment_form .step_2 .payment_params .currency_selector label {
  font-size: 18px;
  line-height: 130%;
  text-transform: none;
  display: flex;
  font-weight: 700;
  align-items: center;
}

.new_payment_form .step_2 .payment_params .currency_selector select {
  min-width: 128px;
  min-height: 34px;
  margin: 10px;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #F58140;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/down-chevron-svg.svg) 90%/15% no-repeat;
  background-size: 14px;
  /* CAUTION: IE hackery ahead */
}

.new_payment_form .step_2 .payment_params .currency_selector select::-ms-expand {
  display: none; /* remove default arrow on ie10 and ie11 */
}

@media screen and (max-width: 350px) {
  .new_payment_form .step_2 .payment_params .currency_selector select {
    margin: 5px;
  }
}
.new_payment_form .step_2 .payment_params .currency_selector select.single {
  min-height: 34px;
  font-size: 20px;
  min-width: unset;
  padding: 0;
  margin-right: 0;
  line-height: 25px;
  display: flex;
  letter-spacing: 0.03em;
  color: #F58140;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: unset;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  background: unset;
  opacity: 1;
  pointer-events: none;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency_period, .new_payment_form .step_2 .payment_params .currency_selector .currency_period_mobile {
  font-size: 16px;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency_period {
  padding-left: 10px;
}

@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector .currency_period {
    display: none;
  }
}
.new_payment_form .step_2 .payment_params .currency_selector .currency_period .additional_info {
  font-size: 12px;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency_period .additional_info .priceRegBottom:before {
  content: "* ";
  color: #F58140;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency_period_mobile {
  display: none;
}

@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector .currency_period_mobile {
    display: block;
  }
}
.new_payment_form .step_2 .payment_params .currency_selector .currency_period_mobile .additional_info {
  font-size: 12px;
}

.new_payment_form .step_2 .payment_params .currency_selector .currency_period_mobile .additional_info .priceRegBottom:before {
  content: "* ";
  color: #F58140;
}

.new_payment_form .step_2 .payment_params .payment_method_selector {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .payment_params .payment_method_selector {
    background: rgba(118, 118, 128, 0.12);
    border-radius: 8.91px;
  }
}
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button {
  margin: 0 5px;
  padding: 8px 21px 8px 0;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #1C2B47;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button {
    padding: 8px 21px;
    background: transparent;
    border: none;
    font-weight: bold;
    width: 50%;
    margin: 2px;
  }
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button.active {
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12), 0 3px 1px rgba(0, 0, 0, 0.04);
    border-radius: 6.93px;
  }
}
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button label img {
  margin-left: 8px;
}

.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked,
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label,
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  color: #666;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label,
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label {
    padding-left: 0;
  }
}
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:before,
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #6A7C9F;
  border-radius: 100%;
  background: #fff;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:before,
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:before {
    visibility: hidden;
  }
}
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:before {
  background: #F58140;
  border: 1px solid #F58140;
}

.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:after,
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 10px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:after,
  .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:after {
    visibility: hidden;
  }
}
.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.new_payment_form .step_2 .paymentPaypalForm {
  margin-top: 20px;
  width: 100% !important;
  display: inline-block;
  margin-bottom: 50px;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .paymentPaypalForm {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.new_payment_form .step_2 .paymentDlocalButton, .new_payment_form .step_2 .paymentPaypalButton {
  background: #F58140;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  float: right;
  justify-content: center;
  margin-bottom: 0;
}

.new_payment_form .step_2 .paymentDlocalButton:after, .new_payment_form .step_2 .paymentPaypalButton:after {
  content: "";
  background: url(../images/lock-white.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  z-index: 99;
  margin-left: 10px;
}

.new_payment_form .step_2 .paymentDlocalButton:hover, .new_payment_form .step_2 .paymentPaypalButton:hover {
  background: #ed5a2e;
}

@media screen and (max-width: 520px) {
  .new_payment_form .step_2 .paymentDlocalButton, .new_payment_form .step_2 .paymentPaypalButton {
    width: 100%;
  }
}
.new_payment_form .step_2 .paymentPaypalButton {
  width: 100%;
  margin-top: 10px;
}

.new_payment_form .step_2 .dlocal_container .cpfContainer {
  margin: 10px 0;
}

.new_payment_form .step_2 .dlocal_container .cpfContainer label {
  font-size: 16px;
  line-height: 130%;
  text-transform: none;
  display: inline-block;
  font-weight: 700;
  color: #282828;
  align-items: center;
}

.new_payment_form .step_2 .dlocal_container .paymentDlocalFieldsCpf {
  min-width: 100px;
  min-height: 34px;
  margin: 10px;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.03em;
  color: #1C2B47;
  font-family: Montserrat;
  font-weight: 600;
}

.new_payment_form .step_2 .dlocal_container .paymentDlocalFieldsCpf::-moz-placeholder {
  font-family: Montserrat;
  line-height: 18px;
  font-weight: 500;
  font-size: 16px;
  color: #c1c1c1;
}

.new_payment_form .step_2 .dlocal_container .paymentDlocalFieldsCpf::placeholder {
  font-family: Montserrat;
  line-height: 18px;
  font-weight: 500;
  font-size: 16px;
  color: #c1c1c1;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer {
  margin-bottom: 0;
  width: 100%;
  padding: 31px;
}

@media screen and (max-width: 405px) {
  .new_payment_form .step_2 .dlocal_container .ccDateContainer {
    padding: 31px 15px 15px 15px;
  }
}
.new_payment_form .step_2 .dlocal_container .ccDateContainer:before {
  content: "";
  background: url(../images/icons.png) no-repeat;
  display: block;
  width: 108px;
  height: 15px;
  float: right;
  background-size: contain;
  right: 35px;
  position: absolute;
  top: 33px;
}

@media screen and (max-width: 405px) {
  .new_payment_form .step_2 .dlocal_container .ccDateContainer:before {
    top: 13px;
  }
}
.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentBlock {
  text-align: left;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer label {
  color: #1C2B47 !important;
  font-size: 14px;
  line-height: 130%;
  text-transform: none;
  display: inline-block;
  font-weight: normal;
  align-items: center;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsExpDate,
.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsCvv,
.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsCcNum {
  background: #FFFFFF;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsExpDate label,
.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsCvv label,
.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsCcNum label {
  font-size: 14px;
  line-height: 18px;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .dateBlock, .new_payment_form .step_2 .dlocal_container .ccDateContainer .secureBlock {
  margin-top: 27px;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .dateBlock {
  float: left;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsExpDate {
  float: left;
  width: 90px;
  padding: 6px 15px;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .paymentDlocalFieldsCvv {
  width: 80px;
  padding: 6px 20px;
}

.new_payment_form .step_2 .dlocal_container .ccDateContainer .secureBlock {
  float: right;
}

.new_payment_form .step_2 .payment-issue-link {
  color: #F58140;
  text-decoration: underline;
  font-weight: 800;
  white-space: nowrap;
}

.new_payment_form .step_2 .payment-issue {
  padding: 10px 0px 20px;
  display: block;
  font-size: 16px;
}

.new_payment_form .price-note {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  color: #6A7C9F;
  padding-top: 30px;
}

.new_payment_form .paymentPelecardContainer .price-note {
  padding-top: 0;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 350px) {
  .new_payment_form .paymentPelecardContainer .price-note {
    top: -35px;
  }
}
.new_payment_form .total_label {
  display: none;
  text-align: left;
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  color: #1C2B47;
  text-transform: none;
  font-family: Montserrat;
}

.new_payment_form .total_label label {
  font-weight: 800;
  font-size: 19px;
}

@media screen and (max-width: 520px) {
  .new_payment_form .total_label {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .new_payment_form .total_label br {
    display: none;
  }
}
.new_payment_form .bottom_line {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #6A7C9F;
  max-width: 465px;
  width: 100%;
  margin: 25px auto;
}

.new_payment_form .desktop {
  display: inline-block;
}

@media screen and (max-width: 520px) {
  .new_payment_form .desktop {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .new_payment_form .currency_selector, .new_payment_form .payment_method_selector {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  #CcAndDateRow:after {
    top: 12px;
    right: 16px;
  }
}
.paypal-form-content {
  width: 100%;
  border: 1px solid #BBC6DB;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 0;
  margin-bottom: 10px;
}

.paypal-form-content li {
  padding: 5px 20px 5px 20px;
  text-align: left;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  line-height: 18px;
  color: #1C2B47;
  position: relative;
}

@media screen and (min-width: 530px) {
  .paypal-form-content li {
    width: 50%;
  }
}
.paypal-form-content li:before {
  content: "\2022";
  color: #1C2B47;
  position: absolute;
  left: 5px;
  top: 5px;
}

.new_payment_form .step_2 .payment_params .currency_selector.european-union {
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector.european-union .currency-select-wrapper {
    flex-direction: column;
  }
  .new_payment_form .step_2 .payment_params .currency_selector.european-union #currencySelect {
    margin-top: 0;
  }
  .new_payment_form .step_2 .payment_params .currency_selector.european-union .currency_period {
    padding: 0;
    margin: 0;
    margin-top: -5px;
  }
  .new_payment_form .step_2 .payment_params .currency_selector.european-union div {
    display: flex;
  }
}
.new_payment_form .step_2 .payment_params .currency_selector.european-union .currency_period_mobile {
  display: none;
}

@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector.european-union .currency_period_mobile {
    display: none;
  }
}
@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector.european-union #currencySelect {
    position: unset;
    margin-right: 0;
    margin-left: 0;
    width: -webkit-fill-available;
  }
}
@media screen and (max-width: 465px) {
  .new_payment_form .step_2 .payment_params .currency_selector.european-union .currency_period {
    display: unset;
    white-space: nowrap;
  }
}
.new_payment_form_fix {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 109;
}

.new_payment_form_fix .editContactDataBackground {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(106, 124, 159, 0.8) 0%, rgba(106, 124, 159, 0.5) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 110;
}

.new_payment_form_fix .inner {
  z-index: 111;
  position: absolute;
  left: calc(50% - 217px);
  top: auto;
}

@media screen and (max-width: 520px) {
  .new_payment_form_fix .inner {
    left: calc(50% - 175px);
  }
}
@media screen and (max-width: 350px) {
  .new_payment_form_fix .inner {
    left: 10px;
    right: 10px;
  }
}
.new_payment_form_fix .inner form {
  min-width: 434px;
  min-height: 452px;
  padding: 0 37px 40px;
  background: #FFFFFF;
  box-shadow: 0 3px 0 rgba(47, 106, 139, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 520px) {
  .new_payment_form_fix .inner form {
    width: 350px;
    min-width: unset;
  }
}
@media screen and (max-width: 350px) {
  .new_payment_form_fix .inner form {
    width: auto;
  }
}
.new_payment_form_fix .inner form h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #1C2B47;
  margin: -15px 0 15px 0;
}

.new_payment_form_fix .inner form .has-success input {
  border: 1px solid #AED659;
}

.new_payment_form_fix .inner form .has-error input {
  border: 1px solid #F86262;
}

.new_payment_form_fix .inner form .contact_icon {
  width: 50px;
  background: #FFFFFF;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  border-radius: 25px;
  top: -25px;
}

.new_payment_form_fix .inner form .contact_icon img {
  width: 30px;
  height: 30px;
}

.new_payment_form_fix .inner form .select2-container {
  margin: 7px 0px;
  min-height: 40px;
}

@media screen and (max-width: 520px) {
  .new_payment_form_fix .inner form .select2-container {
    min-width: 100%;
  }
}
.new_payment_form_fix .inner form .select2-container .select2-selection--single {
  min-height: 40px;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1C2B47;
  border-radius: 10px;
  text-align: left;
  padding: 5px 0;
}

.new_payment_form_fix .inner form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.new_payment_form_fix .inner form input {
  height: 40px;
  width: 100%;
  border: 1px solid #BBC6DB;
  box-sizing: border-box;
  margin: 7px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1C2B47;
  border-radius: 10px;
  text-align: left;
  padding: 9px 12px;
}

.new_payment_form_fix .inner form input:active, .new_payment_form_fix .inner form input:focus {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 520px) {
  .new_payment_form_fix .inner form input {
    width: 100%;
  }
}
.new_payment_form_fix .inner form .error_form {
  max-width: 350px;
  margin: 0 auto;
  font-size: 14px;
  color: #F86262;
  font-weight: 400;
}

.new_payment_form_fix .inner form .error_form label {
  display: block;
  width: 100%;
}

.new_payment_form_fix .inner form .button_wrapp {
  margin-top: 15px;
}

.new_payment_form_fix .inner form .button_wrapp button {
  cursor: pointer;
  width: 100px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #6A7C9F;
  box-sizing: border-box;
  border-radius: 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #6A7C9F;
  text-transform: uppercase;
  outline: none;
}

@media screen and (max-width: 520px) {
  .new_payment_form_fix .inner form .button_wrapp button {
    width: 120px;
    margin: 0 5px;
  }
}
.new_payment_form_fix .inner form .button_wrapp button:hover {
  background: #f1f1f1;
}

.new_payment_form_fix .inner form .button_wrapp button#popupContactSubmit {
  background: #AED659;
  border: 1px solid #AED659;
  border-radius: 10px;
  color: #FFFFFF;
}

.new_payment_form_fix .inner form .button_wrapp button#popupContactSubmit:hover {
  text-decoration: none;
  background: #a6cc55;
}

.new_payment_form_fix .inner form .button_wrapp button#popupContactSubmit:active, .new_payment_form_fix .inner form .button_wrapp button#popupContactSubmit:focus {
  text-decoration: none;
  outline: none;
}

.new_payment_form_fix .flex-form-group {
  display: flex;
  gap: 13px;
}

@media screen and (min-width: 520px) {
  .new_payment_form_fix .flex-form-group {
    width: 360px;
    margin: 0 auto;
  }
  .new_payment_form_fix .flex-form-group input {
    max-width: 175px !important;
    min-width: 150px !important;
  }
}
#editContactData {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert_notification_message {
  padding: 9px;
  background: #e25e5e;
  position: fixed;
  z-index: 999999;
}

.alert_notification_message span {
  color: white;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .alert_notification_message span {
    padding-left: 15px;
    font-size: 11px;
  }
}
.alert_notification_message.hide-alert {
  display: none !important;
}

.page-not-found {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-not-found .page-not-found__bg {
  height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-not-found .container {
    margin: 0;
  }
}
.page-not-found__overlay {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.page-not-found .container {
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .page-not-found__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .page-not-found__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    float: left;
    background-size: cover;
    height: 567px;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .page-not-found__bg {
    background: url("/images/404.jpg") no-repeat top center fixed;
    background-size: cover;
  }
}
.page-not-found__bg img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.page-not-found__title {
  margin-bottom: 15px;
  text-align: center;
}

.page-not-found__title h1 {
  color: #ffffff;
  font-size: 62px;
  font-family: Montserrat;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  display: table;
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 639px) {
  .page-not-found__title h1 {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: 0.5px;
    padding: 84px 20px;
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  .page-not-found__title h1 {
    font-size: 62px;
    text-align: center;
    padding: 70px 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) and (max-width: 9999px) {
  .page-not-found__title h1 {
    padding: 16px 45px;
  }
}
@media (min-width: 980px) and (max-width: 9999px) {
  .page-not-found__title h1 {
    font-weight: 800;
  }
}
.page-not-found__title h1 a {
  color: #ff8562;
  text-decoration: underline;
}

.page-not-found__under-title {
  text-align: center;
  font-family: Montserrat;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.promo-expired .promo-expired-header-image {
  position: absolute;
  left: calc(50% - 120px);
  width: 240px;
  margin-top: 20px;
}

.promo-expired .promo-expired-body {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 1px rgba(3, 3, 3, 0.1);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1100px;
}

@media screen and (max-width: 998px) {
  .promo-expired .promo-expired-body {
    text-align: center;
    display: block;
  }
  .promo-expired .promo-expired-body .promo-expired-title {
    font-size: 80px !important;
  }
  .promo-expired .promo-expired-body img {
    max-width: 300px !important;
  }
  .promo-expired .promo-expired-body .promo-expired-subtitle {
    font-size: 20px !important;
  }
  .promo-expired .promo-expired-body .promo-expired-button {
    margin: 15px auto !important;
  }
}
.promo-expired .promo-expired-body img {
  max-width: 500px;
}

.promo-expired .promo-expired-body .promo-expired-title {
  color: #1877f2;
  font-size: 130px;
  font-weight: 700;
}

.promo-expired .promo-expired-body .promo-expired-subtitle {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
}

.promo-expired .promo-expired-body .promo-expired-button {
  margin-top: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: #ff6d1c;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  max-width: 450px;
}

.promo-expired .promo-expired-body .promo-expired-button:hover {
  background-color: #eb6219;
}

.success_page_thank {
  padding-top: 65px;
  min-height: 100vh;
}

.success_page_thank.success_page_thank_donation {
  margin: 0 auto;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  text-shadow: 3px 1px 2px black;
}

.success_page_thank.success_page_thank_donation .success-donation-header {
  font-size: 40px;
  line-height: 43px;
  margin: 50px 0px 60px 0px;
}

.success_page_thank.success_page_thank_donation .success-donation-description {
  font-size: 19px;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: "Montserat/Gloria/Brown", Arial, sans-serif;
}

.success_page_thank.success_page_thank_donation .donation-types-thank-you a {
  display: flex;
  justify-content: center;
  align-items: unset;
  color: #fff;
  font-size: 18px;
}

.success_page_thank.success_page_thank_donation .donation-types-thank-you .donation-back-icon {
  width: 10px;
  margin-right: 5px;
}

.success_page_thank .line {
  height: 1px;
  background: linear-gradient(90deg, rgba(106, 124, 159, 0) 0%, #6A7C9F 50%, rgba(106, 124, 159, 0) 100%);
  opacity: 0.6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.success_page_thank .success_page_thank_title {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success_page_thank .success_page_thank_title h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #1C2B47;
  display: flex;
}

.success_page_thank .success_page_thank_title .line {
  width: 35%;
  display: unset;
}

.success_page_thank .shipping_arrows {
  display: flex;
  justify-content: space-between;
  width: 67%;
  margin-top: 15px;
  margin-bottom: -40px;
  margin-left: 15%;
}

.success_page_thank .shipping_arrows.three {
  justify-content: center;
}

.success_page_thank .shipping_arrows.three .image_wrapper {
  margin-right: 18%;
}

.success_page_thank .shipping_arrows .image_wrapper {
  width: 22%;
  margin-right: 5%;
  display: flex;
  justify-content: center;
}

.success_page_thank .shipping_arrows .image_wrapper img {
  width: 120px;
}

.success_page_thank .shipping_arrows .image_wrapper:last-child {
  margin-right: 0;
}

.success_page_thank .success_page_thank_tabs_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 20px;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block {
  display: flex;
  align-items: center;
  width: 22.7%;
  flex-direction: column;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .content {
  display: flex;
  align-items: center;
  width: 100%;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .content .icon {
  z-index: 20;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .content .icon img {
  width: 60px;
  margin-right: -25px;
  z-index: 10;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .content .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #AED659;
  padding: 15px 15px 15px 25px;
  border-radius: 10px;
  width: 100%;
  justify-content: center;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #1C2B47;
  margin-top: 25px;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description img {
  display: none;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block:nth-child(4) .content .date {
  background: #F58140;
}

.success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .arrow-desktop {
  position: absolute;
  margin-top: -35px;
  margin-left: 7vw;
  width: 120px;
}

.success_page_thank .success_page_thank_tabs_wrapper.three {
  justify-content: center;
}

.success_page_thank .success_page_thank_tabs_wrapper.three .order_progress_block {
  margin-right: 5%;
}

.success_page_thank .success_page_thank_tabs_wrapper.three .order_progress_block:last-child {
  margin-right: 0;
}

.success_page_thank .success_page_thank_description_wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 20px;
}

.success_page_thank .success_page_thank_description_wrapper .order_description_block {
  width: 30%;
  text-align: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #1C2B47;
}

.success_page_thank .success_page_thank_description_wrapper .facebook_block {
  border: 1px solid #F58140;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  padding-left: 40px;
  min-height: 130px;
  min-width: 380px;
  padding-top: 30px;
  font-size: 16px;
}

.success_page_thank .success_page_thank_description_wrapper .facebook_block .icon_wrapper img {
  width: 42px;
  height: 48px;
  margin-right: 15px;
}

.success_page_thank .success_page_thank_description_wrapper .facebook_block .become {
  font-weight: bold;
}

.success_page_thank .success_page_thank_description_wrapper .facebook_block .become p {
  line-height: 14px;
  margin-bottom: 5px;
}

.success_page_thank .success_page_thank_description_wrapper .facebook_block .become a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  display: flex;
  align-items: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #145CE6;
}

.success_page_thank .success_page_thank_bottom_wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 100px;
  font-size: 14px;
  color: #1C2B47;
}

.success_page_thank .success_page_thank_bottom_wrapper a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #145CE6;
}

@media screen and (max-width: 980px) {
  .success_page_thank .shipping_arrows {
    display: none;
  }
  .success_page_thank .success_page_thank_tabs_wrapper {
    justify-content: center;
    align-items: center;
  }
  .success_page_thank .success_page_thank_tabs_wrapper.three .order_progress_block {
    margin-right: 0;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block {
    width: 50%;
  }
  .success_page_thank .success_page_thank_tabs_wrapper {
    margin-top: 0;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    padding: 15px 10px;
    align-items: center;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description img {
    display: inline-block;
    width: 29px;
    margin-left: 3px;
    margin-right: 20px;
    margin-top: 7px;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description > div {
    width: 100%;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .arrow-desktop {
    display: none;
  }
  .success_page_thank .success_page_thank_tabs_wrapper {
    flex-direction: column;
    flex: 1;
  }
  .success_page_thank .success_page_thank_description_wrapper {
    flex-direction: column;
    flex: 1;
    align-items: center;
  }
  .success_page_thank .success_page_thank_description_wrapper .order_description_block {
    width: 50%;
    order: 2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
  }
  .success_page_thank .success_page_thank_description_wrapper .facebook_block {
    order: 1;
    margin-top: 0;
    padding: 17px;
    min-height: unset;
    min-width: unset;
  }
  .success_page_thank .success_page_thank_bottom_wrapper {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C2B47;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 670px) {
  .success_page_thank .success_page_thank_description_wrapper {
    flex-direction: column;
    flex: 1;
  }
  .success_page_thank .success_page_thank_description_wrapper .order_description_block {
    width: 100%;
    order: 2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
  }
  .success_page_thank .success_page_thank_description_wrapper .facebook_block {
    order: 1;
    margin-top: 0;
  }
  .success_page_thank .success_page_thank_bottom_wrapper {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C2B47;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .success_page_thank .success_page_thank_description_wrapper {
    flex-direction: column;
    flex: 1;
  }
  .success_page_thank .success_page_thank_description_wrapper .order_description_block {
    width: 50%;
    order: 2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
  }
  .success_page_thank .success_page_thank_description_wrapper .facebook_block {
    order: 1;
    margin-top: 0;
    padding: 17px;
    min-height: unset;
    min-width: unset;
  }
  .success_page_thank .success_page_thank_bottom_wrapper {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C2B47;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .success_page_thank .line {
    height: 1px;
    background: linear-gradient(90deg, rgba(106, 124, 159, 0) 0%, #6A7C9F 50%, rgba(106, 124, 159, 0) 100%);
    opacity: 0.6;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }
  .success_page_thank .line.bottom_line {
    display: block;
  }
  .success_page_thank .success_page_thank_title {
    margin-top: 30px;
  }
  .success_page_thank .shipping_arrows {
    display: none;
  }
  .success_page_thank .success_page_thank_title h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1C2B47;
  }
  .success_page_thank .success_page_thank_title .line {
    width: 100%;
  }
  .success_page_thank .success_page_thank_tabs_wrapper.three .order_progress_block {
    margin-right: 0;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block {
    width: 100%;
  }
  .success_page_thank .success_page_thank_tabs_wrapper {
    margin-top: 0;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    padding: 15px 10px;
    align-items: center;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description img {
    display: inline-block;
    width: 29px;
    margin-left: 3px;
    margin-right: 20px;
    margin-top: 7px;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .description > div {
    width: 100%;
  }
  .success_page_thank .success_page_thank_tabs_wrapper .order_progress_block .arrow-desktop {
    display: none;
  }
  .success_page_thank .success_page_thank_tabs_wrapper,
  .success_page_thank .success_page_thank_description_wrapper {
    flex-direction: column;
    flex: 1;
  }
  .success_page_thank .success_page_thank_description_wrapper .order_description_block {
    width: 100%;
    order: 2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
  }
  .success_page_thank .success_page_thank_description_wrapper .facebook_block {
    order: 1;
    margin-top: 0;
    padding: 17px;
    min-height: unset;
    min-width: unset;
  }
  .success_page_thank .success_page_thank_bottom_wrapper {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1C2B47;
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.success_page_thank .mt-50px {
  margin-top: 50px;
}

.success_page_thank .take-quiz h4 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 55px;
}

.success_page_thank .take-quiz .button {
  width: 220px;
  height: 64px;
  background-color: #F86262;
  border-radius: 10px !important;
  font-size: 16px;
  padding-top: 25px;
  margin-top: 15px;
}

.success_page_thank .take-quiz .button:before {
  content: "";
  width: 180px;
  background: url(../images/i/arrow3.svg);
  height: 23px;
  position: absolute;
  margin-left: -270px;
  margin-top: -5px;
  cursor: default;
  pointer-events: none;
  background-repeat: no-repeat;
}

.success_page_thank .take-quiz .button:after {
  content: "";
  width: 180px;
  background: url(../images/i/arrow4.svg);
  height: 23px;
  position: absolute;
  margin-left: 95px;
  margin-top: -5px;
  cursor: default;
  pointer-events: none;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .success_page_thank .take-quiz .button:before {
    width: 50px;
    background: url(../images/i/arrow3small.svg);
    margin-left: -130px;
    margin-top: 0px;
    height: 17px;
    cursor: default;
    pointer-events: none;
    background-repeat: no-repeat;
  }
  .success_page_thank .take-quiz .button:after {
    width: 50px;
    background: url(../images/i/arrow4small.svg);
    margin-left: 82px;
    margin-top: 0px;
    height: 17px;
    cursor: default;
    pointer-events: none;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 330px) {
  .success_page_thank .take-quiz .button:before {
    margin-left: -110px;
  }
  .success_page_thank .take-quiz .button:after {
    margin-left: 58px;
  }
}
.success_page_thank .donation-types-thank-you .button {
  width: initial;
}

#pelecardLitePaymentForm body {
  font-family: "Montserrat";
  direction: ltr;
  background: transparent !important;
}

#pelecardLitePaymentForm .body-content {
  position: relative;
  overflow: hidden;
}

#pelecardLitePaymentForm #topRef,
#pelecardLitePaymentForm #paymentHeader {
  display: none;
}

#pelecardLitePaymentForm #CcAndDateRow {
  background: #f1f1f1;
  border: none;
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
}

#pelecardLitePaymentForm #CcAndDateRow {
  background: linear-gradient(0deg, #BBC6DB, white);
  border: none;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
  margin-bottom: 25px;
}

#pelecardLitePaymentForm #CcAndDateRow:after {
  content: "";
  background: url(../images/payment_logos.svg) no-repeat;
  display: block;
  width: 108px;
  height: 15px;
  float: right;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 40px;
}

@media screen and (max-width: 450px) {
  #pelecardLitePaymentForm #CcAndDateRow:after {
    top: 12px;
    right: 16px;
    content: "";
  }
}
#pelecardLitePaymentForm #content_container {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#pelecardLitePaymentForm #CcAndDateRow:before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  width: calc(100% - 3px);
  height: calc(100% - 1px);
  left: 1px;
  top: 0px;
  border-radius: 14px;
  z-index: -1;
}

#pelecardLitePaymentForm #cvvRow:before {
  content: "CVV";
}

#pelecardLitePaymentForm #CvvContainer {
  padding-top: 30px;
}

#pelecardLitePaymentForm label[for=cvv_input] > span {
  display: none;
}

#pelecardLitePaymentForm #IdAndCvvRow {
  background: transparent;
  border-radius: 15px;
  position: absolute;
  z-index: 2;
  top: 155px;
  right: 30px;
  width: 80px;
  height: 56px;
  bottom: 0;
}

#pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
  width: 55px;
  float: left;
  margin-right: 0;
  margin-left: -3px;
}

#pelecardLitePaymentForm #IdAndCvvRow:before {
  display: none;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow {
  display: none;
  margin-top: 65px;
}

@media screen and (max-width: 400px) {
  #pelecardLitePaymentForm #TotalAndFreeTotalRow {
    margin-top: 50px;
  }
}
#pelecardLitePaymentForm .form-group-submit-in button {
  background: #EE7537;
  color: #fff;
  width: 100%;
  height: 52px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px !important;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  font-family: "Montserrat";
  padding: 0;
  line-height: 1;
  outline: none !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pelecardLitePaymentForm #submitRow .form-group-submit-in button:after {
  content: "";
  background: url(../images/lock-white.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  z-index: 99;
  margin-left: 10px;
}

#pelecardLitePaymentForm #submitRow:before {
  content: "";
  background: url(../images/lock.svg) no-repeat;
  display: block;
  width: 108px;
  height: 15px;
  float: right;
  background-size: contain;
  right: 35px;
  position: absolute;
  top: 33px;
}

#pelecardLitePaymentForm .form-group-submit-in button:hover {
  background: #ed5a2e;
}

#pelecardLitePaymentForm #CvvContainer button#info {
  position: relative;
  top: 30px;
  left: 20px;
  cursor: pointer;
  outline: none !important;
  background: none;
  border: none;
  padding: 0;
  margin-top: 8px;
}

#pelecardLitePaymentForm #CvvContainer button#info img {
  display: none;
}

#pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
  text-align: center;
}

#pelecardLitePaymentForm #CvvContainer button#info:before {
  content: "";
  background: url(../images/question.svg) no-repeat;
  display: block;
  width: 12px;
  height: 13px;
}

#pelecardLitePaymentForm .modal-close {
  outline: none !important;
}

#pelecardLitePaymentForm .main-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#pelecardLitePaymentForm .main-content .form-group {
  margin-bottom: 12px;
}

#pelecardLitePaymentForm .input:active, #pelecardLitePaymentForm .input:active, #pelecardLitePaymentForm .input:focus, #pelecardLitePaymentForm .input:focus,
#pelecardLitePaymentForm .select:active, #pelecardLitePaymentForm .select:active, #pelecardLitePaymentForm .select:focus, #pelecardLitePaymentForm .select:focus {
  outline: none !important;
}

#pelecardLitePaymentForm .main-content .form-group input[type=text],
#pelecardLitePaymentForm .main-content .form-group input[type=tel] {
  font-weight: bold;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 10px;
  color: #1C2B47;
  padding: 7px 13px;
  font-size: 16px;
  letter-spacing: 1px;
}

#pelecardLitePaymentForm .main-content .form-group #cvv_input {
  text-align: center;
  padding: 2px 20px 2px 0px;
  height: 34px;
  width: 80px;
  background: #FFFFFF;
  font-weight: 400;
  margin-top: 6px;
}

#pelecardLitePaymentForm .main-content .form-group label {
  display: block;
  margin-bottom: 0;
  color: #1C2B47;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Montserrat";
  text-align: left;
}

#pelecardLitePaymentForm .main-content #creditCardRow label,
#pelecardLitePaymentForm .main-content #creditCardExpDateRow label {
  width: 100%;
}

#pelecardLitePaymentForm .main-content #creditCardRow label {
  margin-bottom: 11px;
}

#pelecardLitePaymentForm .main-content #creditCardRow.form-group {
  margin-bottom: 55px;
}

#pelecardLitePaymentForm .main-content #dateContainer {
  width: 100%;
  text-align: left;
  font-weight: 400;
  margin-top: 5px;
  display: flex;
}

#pelecardLitePaymentForm .main-content #dateContainer select {
  border: 1px solid #ccc;
  color: #1C2B47;
  margin-right: 10px;
  padding: 1px 3px;
  font-size: 16px;
  border-radius: 10px;
  height: 34px;
  font-weight: 400;
  width: auto;
}

#pelecardLitePaymentForm #content_container div.main-content h1.text-center:first-child {
  display: none;
}

#pelecardLitePaymentForm .main-content #dateContainer .delimiter {
  display: none;
}

#pelecardLitePaymentForm #creditCardRow label.control-label img {
  display: none;
}

#pelecardLitePaymentForm .b-modal.__b-popup1__ {
  background-color: transparent !important;
}

#pelecardLitePaymentForm #errorRow {
  font-size: 15px;
  position: absolute;
  top: 112px;
  text-align: left;
  left: 30px;
  z-index: 5;
  color: #F86262;
  width: 340px;
  font-weight: 400;
  outline: none !important;
}

#pelecardLitePaymentForm #errorRow #error {
  margin-right: -20px;
  margin-bottom: 10px;
}

#pelecardLitePaymentForm #errorRow:before {
  content: "";
  background: url(../images/info-pay-red.svg) no-repeat;
  display: block;
  float: left;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  margin-top: 4px;
}

#pelecardLitePaymentForm .blockUI.blockMsg .block_ui_container .block_ui_background {
  display: none !important;
}

#pelecardLitePaymentForm #dateContainer .form-control.form-control-2 {
  float: left;
}

#pelecardLitePaymentForm #orderDetailsRow,
#pelecardLitePaymentForm #remarks,
#pelecardLitePaymentForm #EmailAndPhoneRow,
#pelecardLitePaymentForm #CustomerAddressAndCity {
  display: none;
}

#pelecardLitePaymentForm #submitRow {
  display: inline-block;
  float: right;
  margin-top: 64px;
  width: 100%;
}

@media screen and (max-width: 400px) {
  #pelecardLitePaymentForm #submitRow {
    margin-top: 85px;
  }
}
#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow {
  display: flex;
  align-items: baseline;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow .control-value .control-group {
  display: flex;
  align-items: baseline;
  flex-flow: row-reverse;
  margin-left: 5px;
  width: 100px;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow .control-label span {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #1C2B47;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow .control-label span:after {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  content: ":";
  margin-left: -6px;
}

#pelecardLitePaymentForm #submitBtn:before {
  content: "";
  background: url(../images/Security.svg) no-repeat;
  display: block;
  width: 100%;
  height: 40px;
  background-size: contain;
  top: -60px;
  position: absolute;
  left: 4px;
  cursor: default;
}

@media screen and (max-width: 400px) {
  #pelecardLitePaymentForm #TotalAndFreeTotalRow:before {
    top: -45px;
  }
}
#pelecardLitePaymentForm input[name=totalAll] {
  pointer-events: none;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow .control-value .control-group .form-control {
  border: 0;
  outline: none;
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #1C2B47;
  padding: 0;
}

#pelecardLitePaymentForm #TotalAndFreeTotalRow #totalAllRow .control-value #total_currency {
  font-weight: 800;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #1C2B47;
}

#pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
  float: right;
  position: absolute;
  z-index: 9;
  color: #1C2B47;
  top: 3px;
  width: 85px;
  text-align: left;
}

#pelecardLitePaymentForm #CvvContainer {
  padding-top: 0;
}

#pelecardLitePaymentForm label[for=cvv_input] {
  position: absolute;
}

#pelecardLitePaymentForm #info {
  left: 62px !important;
  top: 8px !important;
}

#pelecardLitePaymentForm #IdAndCvvRow #CvvContainer #cvvRow label span {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #1C2B47;
  font-weight: 600;
  text-transform: uppercase;
}

#pelecardLitePaymentForm .container_new_form .card_form #pelecard_payment_form {
  height: 280px;
}

#pelecardLitePaymentForm #credit_card_number_input {
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  word-wrap: break-word;
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
  column-gap: 0.2em;
  -webkit-column-gap: 0.2em;
  -moz-column-gap: 0.2em;
  font-size: 18px;
  height: 45px;
}

#pelecardLitePaymentForm #card-logo {
  position: absolute;
  right: 40px;
  top: 70px;
}

#pelecardLitePaymentForm #credit_card_number_input[style*="border: 2px solid rgb(192, 0, 0)"] {
  border-color: #F86262 !important;
}

#pelecardLitePaymentForm select[style*="border: 2px solid rgb(192, 0, 0)"] {
  border-color: #F86262 !important;
}

#pelecardLitePaymentForm #cvvRow label,
#pelecardLitePaymentForm #cvvRow:before {
  font-size: 14px;
}

#pelecardLitePaymentForm #errorRow {
  width: 100%;
  padding-right: 60px;
}

@media screen and (max-width: 700px) {
  #pelecardLitePaymentForm #credit_card_number_inputt {
    letter-spacing: 4px;
  }
}
#pelecardLitePaymentForm #cvv_input, #pelecardLitePaymentForm #date_year_input, #pelecardLitePaymentForm #date_month_input, #pelecardLitePaymentForm #credit_card_number_input {
  border: 1px solid #BBC6DB;
}

@media screen and (max-width: 640px) {
  #pelecardLitePaymentForm .main-content {
    max-width: 100%;
  }
  #pelecardLitePaymentForm #errorRow {
    font-size: 14px;
    line-height: 16px;
  }
}
#pelecardLitePaymentForm #applePayButton {
  display: none;
}

@media screen and (max-width: 400px) {
  #pelecardLitePaymentForm #MainDiv:after {
    display: none;
  }
  #pelecardLitePaymentForm #submitRow {
    display: block;
    float: none;
  }
  #pelecardLitePaymentForm .form-group-submit-in button {
    width: 100%;
  }
  #pelecardLitePaymentForm #errorRow {
    line-height: initial;
  }
}
@media screen and (max-width: 360px) {
  #pelecardLitePaymentForm #CcAndDateRow {
    padding: 30px 15px 15px 15px;
    margin-bottom: 15px;
  }
  #pelecardLitePaymentForm #IdAndCvvRow {
    right: 15px;
  }
  #pelecardLitePaymentForm #errorRow {
    left: 15px;
    width: 100%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 330px) {
  #pelecardLitePaymentForm #CcAndDateRow {
    height: 255px;
    padding: 30px 10px 10px 10px;
    margin-bottom: 10px;
  }
  #pelecardLitePaymentForm #IdAndCvvRow {
    top: 150px;
    right: 10px;
  }
  #pelecardLitePaymentForm #errorRow {
    left: 10px;
    width: 100%;
    padding-right: 10px;
  }
  #pelecardLitePaymentForm .main-content #creditCardRow.form-group {
    margin-bottom: 75px;
  }
  #pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
    top: 28px;
  }
}
@media screen and (max-width: 290px) {
  #pelecardLitePaymentForm #CcAndDateRow {
    height: 270px;
    padding: 30px 15px 15px 15px;
    margin-bottom: 10px;
  }
  #pelecardLitePaymentForm #IdAndCvvRow {
    top: 150px;
  }
}
@media screen and (max-width: 240px) {
  #pelecardLitePaymentForm #CcAndDateRow {
    height: 280px;
  }
  #pelecardLitePaymentForm #IdAndCvvRow {
    top: 215px;
  }
}
.profile-body #pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
  top: 8px;
}

@media screen and (max-width: 330px) {
  .profile-body #pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
    top: 33px;
  }
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.profile-body #toast-container.toast-top-right {
  top: 102px;
}

#toast-container > div {
  opacity: 1;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 3px #747474;
  margin-bottom: 15px;
  text-align: left;
}

#toast-container > .toast {
  background-image: none !important;
}

#toast-container .toast-success {
  background-color: #AED659;
}

#toast-container .toast-error {
  background-color: #F86262;
}

#toast-container .toast-message {
  font-size: 16px;
  line-height: 140%;
}

.lh-float-label-form .lh-float-label {
  position: relative;
}

.lh-float-label-form .lh-float-label .lh-float-label-text {
  position: absolute;
  top: 0px;
  width: 100%;
  opacity: 0;
}

.lh-float-label-form .lh-float-label.lh-float-label-active .lh-float-label-text {
  transform: none;
  opacity: 1;
  z-index: 75;
  pointer-events: none;
}

html[lang=he] h1,
html[lang=he] p,
html[lang=he] h2,
html[lang=he] div,
html[lang=he] header,
html[lang=he] .select2,
html[lang=he] .select2-selection__rendered,
html[lang=he] label,
html[lang=he] option,
html[lang=he] select,
html[lang=he] li.select2-results__option,
html[lang=he] input {
  direction: rtl !important;
  text-align: right !important;
}

html[lang=he] #phoneInput {
  direction: ltr !important;
}

html[lang=he] #phoneInput:placeholder-shown,
html[lang=he] #phoneInput:-ms-input-placeholder,
html[lang=he] #phoneInput::-webkit-input-placeholder,
html[lang=he] #phoneInput::-moz-placeholder,
html[lang=he] #phoneInput:-ms-input-placeholder,
html[lang=he] #phoneInput::placeholder {
  direction: rtl !important;
}

html[lang=he] .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body::before {
  right: 29px !important;
}

html[lang=he] .step_1 .discount_lable {
  right: 426px !important;
}

html[lang=he] .lang_box {
  float: left;
}

html[lang=he] .header_wrapp ul.desktop_menu {
  float: left;
}

html[lang=he] .header_wrapp .mobile_menu_button {
  float: left;
}

html[lang=he] #lang_button {
  padding: 4px 16px;
}

html[lang=he] .slider_box .title_block + p {
  text-align: center !important;
}

html[lang=he] .slider_box .title_block {
  text-align: center !important;
}

html[lang=he] div.slider_block, html[lang=he] .si-buttons, html[lang=he] .si-main-title, html[lang=he] .si-track, html[lang=he] .si-form, html[lang=he] .si-form-input {
  direction: ltr !important;
  text-align: center !important;
}

html[lang=he] div.slider_block div, html[lang=he] .si-buttons div, html[lang=he] .si-main-title div, html[lang=he] .si-track div, html[lang=he] .si-form div, html[lang=he] .si-form-input div {
  direction: ltr !important;
  text-align: center !important;
}

html[lang=he] .resign_wrapp .title_block {
  text-align: center !important;
}

html[lang=he] .resign_wrapp .button_wrapp {
  text-align: center !important;
}

html[lang=he] .resign_wrapp .resign_button {
  padding: 9px 20px 9px 70px;
}

@media screen and (max-width: 466px) {
  html[lang=he] .resign_wrapp .resign_button {
    padding: 2px 22px 2px 70px !important;
  }
}
html[lang=he] .header-user {
  margin-left: 0px;
  margin-right: 40px;
}

html[lang=he] .new_payment_form .step_2 #order_full_info .edit-button:before {
  margin-right: 0px;
  margin-left: 5px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .currency_selector select {
  padding: 5px 30px;
}

html[lang=he] .new_payment_form .step_2 .payment_method_selector .type_button [type=radio]:checked + label .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label {
  padding-left: 0px !important;
  padding-right: 34px;
}

html[lang=he] .new_payment_form .step_2 .payment_method_selector label {
  padding-left: 0px !important;
  padding-right: 27px;
}

html[lang=he] .new_payment_form .step_2 .paymentDlocalButton:after, html[lang=he] .new_payment_form .step_2 .paymentPaypalButton:after {
  margin-left: 0px;
  margin-right: 10px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:before,
html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:before {
  right: 0px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:checked + label:after,
html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button [type=radio]:not(:checked) + label:after {
  right: 5px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button label img {
  margin-left: 0px;
  margin-right: 8px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem {
  min-width: initial !important;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem:first-child {
  margin-right: 0px;
  padding: 8px 5px 8px 21px;
}

html[lang=he] .new_payment_form .step_2 .payment_params .payment_method_selector .type_button.paymentTypeItem:last-child {
  margin-left: 0px;
  padding: 8px 5px 8px 21px;
}

html[lang=he] .updateInfoTitle img {
  margin-left: 8px;
  margin-right: 0px;
}

html[lang=he] #orderDataUpdateForm .button_wrapp.green-wrapp {
  margin-right: -30px;
  width: calc(100% + 60px);
}

html[lang=he] .button_wrapp.green-wrapp {
  margin-right: -30px;
  width: calc(100% + 60px);
}

html[lang=he] #orderDataUpdateForm .card-header img {
  margin-left: 10px;
  margin-right: 0px;
}

html[lang=he] #orderDataUpdateForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
  padding-left: 0px;
}

html[lang=he] .form_container .checkbox_label {
  padding-left: 0px;
  padding-right: 10px;
}

html[lang=he] .container_big .col_info .top h1 {
  text-align: center !important;
}

html[lang=he] .container_big .col_info .bottom {
  text-align: center !important;
}

html[lang=he] .blue_contact_form span.select2.select2-container .select2-selection--single {
  padding-right: 15px;
}

html[lang=he] .slide_how_to .row .col .inner {
  text-align: center !important;
}

@media screen and (max-width: 466px) {
  html[lang=he] .slide_how_to .row .col33 {
    max-width: initial;
  }
}
html[lang=he] #subscriptionContactForm input#agreement:checked ~ .checkmark:before {
  left: auto;
  right: 0px;
}

html[lang=he] .col_form {
  text-align: center !important;
}

html[lang=he] .paymentFormsContainer .preloader-container {
  text-align: center !important;
}

html[lang=he] .paymentFormsContainer .preloader-container p {
  text-align: center !important;
}

html[lang=he] .new_payment_form_fix .inner form h1 {
  text-align: center !important;
}

html[lang=he] .new_payment_form_fix .inner form input, html[lang=he] .new_payment_form_fix .inner form .select2-container {
  width: 100% !important;
}

html[lang=he] .new_payment_form_fix .inner form .button_wrapp {
  text-align: center !important;
}

html[lang=he] .button_wrapp {
  text-align: center !important;
}

html[lang=he] .button_wrapp a {
  text-align: center !important;
}

html[lang=he] h1.page_title {
  text-align: center !important;
}

html[lang=he] .form_container {
  text-align: center !important;
}

html[lang=he] .step_5 .title {
  text-align: center !important;
}

html[lang=he] .step_5 .add_info_alert {
  text-align: center !important;
  max-width: 100%;
}

html[lang=he] .step_5 .btp_button {
  text-align: center !important;
  display: block;
}

html[lang=he] .form_step_issue {
  text-align: center !important;
}

html[lang=he] form#subscriptionIssueForm {
  text-align: center !important;
}

html[lang=he] .resign_wrapp .resign_button a:before {
  right: auto;
  left: 4px;
}

html[lang=he] .resign_wrapp .resign_button span {
  display: block;
}

html[lang=he] .resign_wrapp .resign_button a:after {
  right: auto;
  left: 24px;
  transform: rotate(180deg);
}

@media screen and (max-width: 466px) {
  html[lang=he] .resign_wrapp .resign_button a:before {
    left: 0px;
  }
  html[lang=he] .resign_wrapp .resign_button a:after {
    left: 20px;
  }
}
html[lang=he] .page-not-found__under-title {
  text-align: center !important;
}

html[lang=he] .page-not-found__title h1 {
  text-align: center !important;
}

html[lang=he] .sidebar li a {
  padding: 0 45px 0 9px;
}

html[lang=he] .sidebar li a:before {
  right: 5px;
}

html[lang=he] .bt-green:before {
  margin-left: 5px;
  margin-right: 0px;
}

html[lang=he] .md-title:before {
  margin-right: 0px;
  margin-left: 5px;
}

html[lang=he] .bluesnap-payment-form .row_card_block:after {
  float: left;
  left: 35px;
  right: auto;
}

html[lang=he] .bluesnap-payment-form .bluesnap__cvv {
  max-width: 110px;
}

html[lang=he] .bluesnap-payment-form .error-row:before {
  float: right;
  margin-left: 5px;
  margin-right: 0px;
}

html[lang=he] #pelecardLitePaymentForm #CcAndDateRow:after {
  left: 35px !important;
  right: inherit !important;
}

html[lang=he] #pelecardLitePaymentForm #CcAndDateRow #credit_card_number_input {
  text-align: center !important;
}

html[lang=he] #pelecardLitePaymentForm #IdAndCvvRow {
  left: 30px !important;
  right: inherit !important;
}

html[lang=he] #pelecardLitePaymentForm #IdAndCvvRow #cvvRow {
  top: 3px;
}

html[lang=he] #pelecardLitePaymentForm #IdAndCvvRow #cvvRow label {
  right: 15px;
}

html[lang=he] #pelecardLitePaymentForm #IdAndCvvRow #cvv_input {
  text-align: center !important;
  padding: 2px 0px 2px 20px;
}

html[lang=he] #pelecardLitePaymentForm .main-content #dateContainer select {
  margin-left: 10px;
  margin-right: 0px;
}

html[lang=he] #pelecardLitePaymentForm #info {
  left: -40px !important;
}

html[lang=he] .thanks__top,
html[lang=he] .thanks__bottom,
html[lang=he] .social-login-info,
html[lang=he] .payment-issue {
  text-align: center !important;
}

html[lang=he] .preloader_fix .inner_tc {
  text-align: center !important;
}

html[lang=he] .preloader_fix .inner_tc p {
  text-align: center !important;
}

html[lang=he] .step_4 p, html[lang=he] .step_4 div, html[lang=he] .step_4 .page_title {
  text-align: center !important;
}

html[lang=he] .success_page_thank .success_page_thank_description_wrapper .facebook_block .icon_wrapper img {
  margin-left: 15px;
  margin-right: 0px;
}

@media screen and (max-width: 465px) {
  html[lang=he] #currencySelect {
    left: 0px;
    right: auto;
  }
}
@media (min-width: 980px) and (max-width: 9999px) {
  html[lang=he] .desktop_menu a {
    font-weight: 700 !important;
  }
  html[lang=he] .success_page_thank_title h1 {
    font-weight: 700 !important;
  }
  html[lang=he] .page_title,
  html[lang=he] .bottom,
  html[lang=he] .enter_ship_info,
  html[lang=he] .date,
  html[lang=he] #subscriptionContactSubmit {
    font-weight: 700 !important;
  }
}
html[lang=de] .cmt-product-info-line-total .cmt-subtitle {
  font-size: 19px !important;
}

@media screen and (min-width: 500px) {
  html[lang=de] .cmt-terms {
    bottom: -50px !important;
  }
}
html[lang=de] .cmt-terms .cmt-checkbox {
  flex-wrap: wrap !important;
}

.si-wrapper {
  font-family: Montserrat;
  font-style: normal;
  width: 100%;
  margin-top: 75px;
  height: calc(100vh - 75px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.si-wrapper .si-result-wrapper {
  min-width: 600px;
  max-width: 600px;
}

.si-wrapper .si-form-wrapper, .si-wrapper .si-result-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 3px 0px rgba(47, 106, 139, 0.2);
  border-radius: 10px;
  padding: 34px 25px;
  margin-left: 35%;
  position: relative;
}

.si-wrapper .si-form-wrapper .si-info-wrapper, .si-wrapper .si-result-wrapper .si-info-wrapper {
  position: absolute;
  top: -32px;
  background-color: #fff;
  border-radius: 50%;
  right: calc(50% - 26px);
  display: flex;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
}

.si-wrapper .si-form-wrapper .si-info-wrapper .si-info-img, .si-wrapper .si-result-wrapper .si-info-wrapper .si-info-img {
  padding-left: 5px;
}

.si-wrapper .si-form-wrapper .si-main-title, .si-wrapper .si-result-wrapper .si-main-title {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-weight: 700;
  color: #1C2B47;
}

.si-wrapper .si-form-wrapper .si-track, .si-wrapper .si-result-wrapper .si-track {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1C2B47;
  opacity: 0.6;
  margin-top: 11px;
}

.si-wrapper .si-form-wrapper .si-form, .si-wrapper .si-result-wrapper .si-form {
  margin-top: 36px;
}

.si-wrapper .si-form-wrapper .si-form .si-form-label, .si-wrapper .si-result-wrapper .si-form .si-form-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6A7C9F;
  opacity: 0.6;
  cursor: pointer;
}

.si-wrapper .si-form-wrapper .si-form .si-form-input, .si-wrapper .si-result-wrapper .si-form .si-form-input {
  display: block;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #BBC6DB;
  margin-top: 9px;
  min-width: 310px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1C2B47;
}

.si-wrapper .si-form-wrapper .si-form .si-form-submit, .si-wrapper .si-result-wrapper .si-form .si-form-submit {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  background-color: #AED659;
  border-radius: 10px;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  margin-top: 23px;
  cursor: pointer;
}

.si-wrapper .si-form-wrapper .si-form .si-form-submit::hover, .si-wrapper .si-result-wrapper .si-form .si-form-submit::hover {
  background-color: #7aa128;
}

.si-wrapper .si-form-wrapper .si-form .si-form-error, .si-wrapper .si-result-wrapper .si-form .si-form-error {
  color: red;
  margin-top: 10px;
}

.si-wrapper .si-form-wrapper .si-list-wrapper, .si-wrapper .si-result-wrapper .si-list-wrapper {
  background-color: #F7F7F7;
  margin-top: 26px;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-header, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-header {
  background: #EDF0F5;
  border-radius: 10px 10px 0px 0px;
  display: grid;
  grid-template-columns: 60px 160px auto;
  padding: 10px 0;
  text-align: left;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body-wrapper, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 430px);
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body {
  padding: 16px 0 25px 0;
  display: grid;
  gap: 10px;
  position: relative;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body::before, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body::before {
  content: "";
  width: 2px;
  height: calc(100% - 50px);
  background-color: #F58140;
  position: absolute;
  left: 29px;
  top: 20px;
  opacity: 0.5;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row {
  display: grid;
  grid-template-columns: 60px 160px auto;
  font-size: 16px;
  line-height: 22px;
  color: #6A7C9F;
  text-align: left;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row.si-problem, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row.si-problem {
  color: #ff0000;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row.si-delivered, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row.si-delivered {
  color: #08c108;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row:first-child, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row:first-child {
  font-weight: bold;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row:last-child, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row:last-child {
  position: relative;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row:last-child::before, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row:last-child::before {
  content: "";
  width: 2px;
  background-color: #F7F7F7;
  position: absolute;
  left: 29px;
  top: 2px;
  bottom: 0px;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row .si-dot, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row .si-dot {
  position: relative;
}

.si-wrapper .si-form-wrapper .si-list-wrapper .si-list-body .si-list-row .si-dot span, .si-wrapper .si-result-wrapper .si-list-wrapper .si-list-body .si-list-row .si-dot span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #BBC6DB;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 2px 5px rgba(248, 98, 98, 0.25);
  border-radius: 50%;
  right: calc(50% - 7.5px);
  top: 3px;
}

.si-wrapper .si-form-wrapper .si-buttons, .si-wrapper .si-result-wrapper .si-buttons {
  margin-top: 32px;
  display: grid;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: center;
}

.si-wrapper .si-form-wrapper .si-buttons .si-to-main, .si-wrapper .si-result-wrapper .si-buttons .si-to-main {
  text-decoration: none;
  border: 1px solid #F58140;
  border-radius: 10px;
  font-size: 18px;
  color: #F58140;
  padding: 12px 29px;
  display: inline-block;
}

.si-wrapper .si-form-wrapper .si-buttons .si-to-update, .si-wrapper .si-result-wrapper .si-buttons .si-to-update {
  text-decoration: none;
  font-size: 18px;
  color: #6A7C9F;
  margin-top: 30px;
  display: inline-block;
}

@media only screen and (max-width: 850px) {
  .si-wrapper .si-wrapper {
    margin-top: 50px !important;
  }
  .si-wrapper .si-form-wrapper {
    margin-left: 0;
  }
  .si-wrapper .si-result-wrapper {
    min-width: 450px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .si-wrapper .si-form-wrapper .si-form-input {
    min-width: 250px !important;
  }
  .si-wrapper .si-result-wrapper {
    min-width: 300px;
    padding: 25px 5px;
  }
  .si-wrapper .si-result-wrapper .si-track {
    font-size: 13px !important;
  }
  .si-wrapper .si-result-wrapper .si-list-row,
  .si-wrapper .si-result-wrapper .si-list-header {
    font-size: 13px !important;
    grid-template-columns: 60px 90px auto !important;
  }
}
.ct-section {
  font-family: "Futura PT Medium";
  padding-top: 100px;
  margin-bottom: 75px;
}

.ct-section .ct-main-title-wrapper {
  margin-bottom: 92px;
}

.ct-section .ct-main-title-wrapper .ct-main-title {
  font-family: Montserrat;
  font-size: 38px;
  text-transform: uppercase;
  color: #aecb23;
  font-weight: 800;
  display: inline;
  padding: 0 1.875px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #ff6d1c, #ff6d1c), url("../images/templates/classic/left.svg"), url("../images/templates/classic/right.svg");
  background-position-x: 1.875px, 0, 100%;
  background-position-y: calc(100% - 0px);
  background-size: calc(100% - 3.75px) 5px, auto 5px, auto 5px;
}

.ct-form-wrapper {
  display: flex;
  row-gap: 30px;
  width: 100%;
}

.ct-form-wrapper .ct-form-submit {
  margin-bottom: 50px;
}

.ct-form-wrapper .ct-title {
  font-family: "Futura PT Heavy";
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  font-size: 30px;
}

.ct-form-wrapper .ct-title.ct-shipping-title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(24, 24, 35, 0.1);
}

.ct-form-wrapper .ct-title.ct-shipping-title:before {
  font-size: 25px;
}

.ct-form-wrapper .ct-title.ct-product-title {
  padding-left: 30px;
  margin-bottom: 0px;
}

.ct-form-wrapper .ct-subtitle {
  font-family: "Futura PT Medium";
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  font-size: 24px;
}

.ct-form-wrapper .ct-form-address {
  width: 60%;
}

.ct-form-wrapper .ct-form-address .ct-form-title {
  border-bottom: 1px solid rgba(24, 24, 35, 0.1);
}

.ct-form-wrapper .ct-form-product {
  width: 40%;
}

.ct-form-wrapper .ct-form-product .ct-form-title {
  margin-bottom: 0px;
  padding-left: 30px;
}

.ct-form-wrapper .ct-form-product .ct-product-info {
  border-radius: 3px;
  background: #f7f7f7;
  padding: 20px 30px 36px;
}

.ct-form-wrapper .ct-form-product .ct-product-info .ct-product-info-line {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 12px 0 13px;
  border-top: 1px solid rgba(24, 24, 35, 0.1);
  align-items: center;
}

.ct-form-wrapper .ct-form-product .ct-product-info .ct-product-info-line:first-child {
  border-top: none;
  padding-top: 0;
}

.ct-form-wrapper .ct-form-product .ct-product-info .ct-product-info-line .ct-value {
  letter-spacing: 0.03em;
  font-family: "Futura PT Heavy";
  font-size: 22px;
  text-align: end;
}

.ct-form-wrapper .ct-form-product .ct-product-info .ct-product-info-line .ct-value.ct-value-orange {
  color: #ff6d1c;
}

.ct-form-wrapper .ct-form-product .ct-product-info .ct-product-info-line .ct-subtitle.ct-value-orange {
  color: #ff6d1c;
}

.ct-form-wrapper .ct-form-product .ct-payment-method {
  margin-bottom: 60px;
}

.ct-form-wrapper .ct-form-product .ct-payment-method .ct-payment-item {
  border: 1px solid #feebe7;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 30px;
}

.ct-form-wrapper .ct-form-product .ct-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ct-form-wrapper .ct-form-product .ct-checkbox a {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;
  color: #181823;
}

.ct-form-wrapper .ct-form-product .ct-checkbox a:hover {
  text-decoration: none;
}

.ct-form-wrapper .ct-form-product .ct-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ct-form-wrapper .ct-form-product .ct-checkbox input:checked ~ .ct-checkmark:after {
  display: block;
}

.ct-form-wrapper .ct-form-product .ct-checkbox .ct-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #181823;
  border-radius: 3px;
  background: #fff;
}

.ct-form-wrapper .ct-form-product .ct-checkbox .ct-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid 0;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.ct-form-wrapper .ct-form-product .ct-radio {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
}

.ct-form-wrapper .ct-form-product .ct-radio .overlay {
  position: absolute;
  top: -10px;
  right: -30px;
  bottom: -10px;
  left: -30px;
}

.ct-form-wrapper .ct-form-product .ct-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ct-form-wrapper .ct-form-product .ct-radio input:checked ~ .ct-checkmark {
  background-color: #ff6d1c;
}

.ct-form-wrapper .ct-form-product .ct-radio input:checked ~ .ct-checkmark:after {
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
}

.ct-form-wrapper .ct-form-product .ct-radio input:checked ~ .overlay {
  background: #feebe7;
  z-index: -9;
}

.ct-form-wrapper .ct-form-product .ct-radio .ct-checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ff6d1c;
  border-radius: 50%;
}

.ct-form-wrapper .ct-form-product .ct-radio .ct-checkmark:after {
  content: "";
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  position: absolute;
}

.ct-form-wrapper .ct-form-group {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-end;
}

.ct-form-wrapper .ct-small-label {
  line-height: 1;
}

.ct-form-wrapper .ct-form-item {
  position: relative;
  margin-bottom: 19px;
  width: 100%;
  margin-top: 12px;
}

.ct-form-wrapper .ct-form-item.freque {
  margin: 0 !important;
}

.ct-form-wrapper .ct-form-item .ct-label {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 10px;
  text-align: left;
  display: block;
  cursor: pointer;
}

.ct-form-wrapper .ct-form-item input, .ct-form-wrapper .ct-form-item select, .ct-form-wrapper .ct-form-item textarea, .ct-form-wrapper .ct-form-item .select2-selection {
  font-family: "Futura PT Medium";
  border-radius: 5px;
  width: 100%;
  border: solid 1px rgba(24, 24, 35, 0.2);
  color: #4a4a4a;
  height: 40px;
  padding: 6px 12px;
  line-height: 22px;
  font-size: 20px;
}

.ct-form-wrapper .ct-form-item input .select2-selection__arrow, .ct-form-wrapper .ct-form-item select .select2-selection__arrow, .ct-form-wrapper .ct-form-item textarea .select2-selection__arrow, .ct-form-wrapper .ct-form-item .select2-selection .select2-selection__arrow {
  height: 40px;
}

.ct-form-wrapper .ct-form-item input .select2-selection__rendered, .ct-form-wrapper .ct-form-item select .select2-selection__rendered, .ct-form-wrapper .ct-form-item textarea .select2-selection__rendered, .ct-form-wrapper .ct-form-item .select2-selection .select2-selection__rendered {
  text-align: left;
}

.ct-form-wrapper .ct-red-text {
  color: #ff6c63;
}

.ct-form-wrapper .ct-error-form {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

.ct-form-wrapper .ct-error-form p {
  color: #a00;
  text-align: center;
}

.ct-form-wrapper .ct-error-form label.error {
  text-transform: none;
  font-style: normal;
  display: block;
}

.ct-form-wrapper .ct-terms {
  text-align: left;
  font-family: Montserrat;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.ct-form-wrapper .ct-terms label {
  margin: 0 auto;
}

.ct-form-wrapper .ct-secure-payment {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
}

.ct-form-wrapper .ct-secure-payment:before {
  font-size: 13px;
}

.ct-form-wrapper .ct-info-block {
  font-family: Montserrat;
  font-size: 14px;
}

.ct-form-wrapper .ct-info-block div {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 30px;
  padding: 0px 50px;
}

.ct-form-wrapper .has-error input,
.ct-form-wrapper .has-error select,
.ct-form-wrapper .has-error textarea,
.ct-form-wrapper .has-error .select2-container .select2-selection--single,
.ct-form-wrapper .has-error .ct-checkmark {
  border-color: #a00 !important;
  background-color: #f9e6e6 !important;
}

.ct-form-wrapper .select2 {
  width: 100% !important;
}

.ct-form-wrapper button.disabled {
  background: #dddddd !important;
  cursor: default !important;
}

.ct-body .select2-results__option {
  font-family: "Futura PT Medium";
}

@media screen and (max-width: 768px) {
  .ct-section {
    margin-bottom: 30px;
  }
  .ct-form-wrapper {
    flex-direction: column;
  }
  .ct-form-wrapper > div:nth-child(1) {
    order: 2;
  }
  .ct-form-wrapper > div:nth-child(2) {
    order: 1;
  }
  .ct-form-wrapper > div:nth-child(3) {
    order: 3;
  }
  .ct-form-wrapper .ct-form-address, .ct-form-wrapper .ct-form-product {
    width: 100%;
  }
  .ct-form-wrapper .ct-form-group {
    flex-direction: column;
  }
  .ct-form-wrapper .ct-terms label {
    margin: 0;
  }
  .ct-label {
    font-size: 16px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .ct-form-address .ct-form-item {
    margin-top: 0px !important;
  }
  .ct-terms, .ct-payment-method {
    margin-bottom: 20px !important;
  }
  .ct-secure-payment {
    margin-top: 20px !important;
  }
  .ct-info-block div {
    margin-bottom: 20px !important;
    padding: 0px 10px !important;
  }
  .ct-subtitle {
    font-size: 22px !important;
  }
  .ct-form-wrapper .ct-form-product .ct-product-info {
    padding: 20px 15px 36px !important;
  }
  .ct-payment-item {
    padding: 10px 15px !important;
  }
  .overlay {
    right: -15px !important;
    left: -15px !important;
  }
  .ct-product-info-line {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .ct-value {
    font-size: 18px !important;
  }
  .ct-product-title {
    padding-left: 15px !important;
  }
}
.freque .ct-value {
  width: 50%;
  margin: 0;
}

@media only screen and (min-width: 1180px) {
  .freque .ct-value {
    width: 50%;
  }
}
.freque .freq-desktop {
  width: 50%;
}

@media only screen and (max-width: 1180px) {
  .freque .freq-desktop {
    display: none;
  }
}
.freque .freq-mobile {
  width: 50%;
}

@media only screen and (min-width: 1181px) {
  .freque .freq-mobile {
    display: none;
  }
}
@media only screen and (max-width: 341px) {
  .freque select, .freque #select2-period-container {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 342px) and (max-width: 1180px) {
  .freque select, .freque #select2-period-container {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 769px) {
  .ct-form-wrapper {
    grid-template-columns: 56% 40%;
    justify-content: space-between;
    display: grid;
  }
  .ct-form-wrapper > div:nth-child(1) {
    grid-area: 1/1/3/2;
    width: auto;
  }
  .ct-form-wrapper > div:nth-child(2) {
    grid-area: 1/2/2/3;
    width: auto;
  }
  .ct-form-wrapper > div:nth-child(3) {
    grid-area: 2/2/3/3;
    width: auto;
  }
}
.cnt-section {
  font-family: "Montserrat";
  background: linear-gradient(90deg, #fff 70%, #F8F8F8 30%);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps {
  padding-top: 100px;
  padding-right: 30px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-title {
  display: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step {
  box-sizing: border-box;
  background: #FDFDFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 46px;
  overflow: hidden;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.cnt-form-step-payment .cnt-form-step-body {
  width: 100%;
  max-width: 420px;
  padding: 0px 0px 0px 31px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.cnt-form-step-payment .cnt-form-step-footer {
  width: 100%;
  max-width: 420px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header {
  padding: 21px 31px;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-form-step-header-left {
  display: flex;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-form-step-header-left .cnt-step-num {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  text-align: center;
  border-radius: 50px;
  padding: 17px;
  background: #AED759;
  color: #FFFFFF;
  border: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-form-step-header-left .cnt-step-title {
  text-align: left;
  margin-left: 10px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-form-step-header-left .cnt-step-title .cnt-step-title-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-form-step-header-left .cnt-step-title .cnt-step-title-subname {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.41);
  padding-top: 4px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-step-open {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-header .cnt-step-open .cnt-step-arrow {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin-left: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body {
  display: grid;
  padding: 0px 31px 0px 31px;
  row-gap: 13px;
  position: relative;
  max-height: 0px;
  transition: all 0.3s ease-in-out;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .select2-selection__rendered {
  text-align: left;
  color: #222;
  padding-right: 25px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item-label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item-label .cnt-payment-credit-mobile {
  display: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 15px;
  background: #F9FAFA;
  border: 1px solid #ccc;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item:hover {
  background: #f5f5f5;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item .cnt-form-check {
  margin-top: 6px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  align-self: stretch;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item input:checked ~ .cnt-checkmark {
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item input:checked ~ .cnt-checkmark:after {
  display: block;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item .cnt-checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
  margin-right: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-payment-item .cnt-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  margin-left: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(174, 215, 89);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group {
  -moz-column-gap: 26px;
       column-gap: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  justify-content: space-between;
  row-gap: 20px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item {
  overflow: hidden;
  text-align: left;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item .cnt-form-subtext {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: rgba(0, 0, 0, 0.41);
  margin-top: 4px;
  line-height: 11px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item .cnt-label {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #3A3C3F;
  display: block;
  margin-bottom: 8px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item input[type=text], .cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item textarea {
  background: rgba(234, 236, 238, 0.3);
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #222;
  border: 1px solid #ccc;
  padding: 18px 12px;
  width: 100%;
  border-radius: 4px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item input[type=text]::-moz-placeholder, .cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item textarea::-moz-placeholder {
  color: rgba(58, 60, 63, 0.3);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item input[type=text]::placeholder, .cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item textarea::placeholder {
  color: rgba(58, 60, 63, 0.3);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item select,
.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item .select2-selection {
  width: auto !important;
  height: 58px !important;
  padding-top: 15px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item .select2-selection__placeholder {
  color: rgba(58, 60, 63, 0.3);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item span.select2-selection.select2-selection--single {
  background: rgba(234, 236, 238, 0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(58, 60, 63, 0.3);
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: -15px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms {
  position: relative;
  overflow: initial;
  cursor: pointer;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  align-self: stretch;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms input:checked ~ .cnt-checkmark {
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms input:checked ~ .cnt-checkmark:after {
  display: block;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms .cnt-checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms .cnt-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  margin-left: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(174, 215, 89);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms .cnt-checkbox {
  display: flex;
  align-items: flex-start;
  padding-top: 25px;
  gap: 8px;
  text-align: left;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group .cnt-terms .cnt-checkbox .thickbox {
  font-weight: 400;
  font-size: 16px;
  color: #40485C;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group21 {
  grid-template-columns: 2fr 1fr;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-body .cnt-form-group111 {
  grid-template-columns: 1fr 1fr 1fr;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-step-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-step-link img {
  margin-right: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-step-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
  background: #aed759;
  border-radius: 10px;
  padding: 15px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-bottom-payment {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-secure-payment {
  font-size: 13px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 2px 10px;
  color: rgba(0, 0, 0, 0.5);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-secure-payment img {
  opacity: 0.5;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-secure-payment div span {
  font-weight: bold;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-form-submit {
  text-align: left;
  width: 100%;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-form-submit .enter_bill_info {
  background-color: #FF6D1C;
  border-radius: 8px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-transform: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step .cnt-form-step-footer .cnt-form-submit .enter_bill_info:hover {
  background-color: #ce5515;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.step-filled .cnt-step-num {
  background: #AED759;
  color: #FFFFFF;
  border: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active {
  border: 1px solid #AED759;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-header {
  cursor: default;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-header .cnt-step-arrow {
  transform: rotate(-135deg);
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-header .cnt-step-open-text {
  display: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body {
  padding: 0px 31px 21px 31px;
  transition: all 0.5s ease-in-out;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-contact {
  max-height: 310px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-address {
  max-height: 490px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-payment {
  max-height: 280px;
  padding: 0px 0px 21px 31px;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-additional {
  max-height: initial;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-additional .cnt-error-additional {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 18px;
  display: grid;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.step-disabled .cnt-form-step-header {
  cursor: default;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.step-disabled .cnt-form-step-header .cnt-step-open-text, .cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.step-disabled .cnt-form-step-header .cnt-step-arrow {
  display: none;
}

.cnt-section .cnt-form-wrapper .cnt-form-steps .cnt-form-step.step-disabled .cnt-step-num {
  border: 1.5px solid rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
  background: #fff !important;
}

.cnt-section .cnt-form-wrapper .cnt-title {
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}

.cnt-section .cnt-form-wrapper .cnt-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin-right: -100%;
  right: -14px;
}

.cnt-section .cnt-form-wrapper .cnt-title span {
  display: inline-block;
  vertical-align: middle;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block {
  background: #F8F8F8;
  padding: 0px 0px 30px 30px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-review-count {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-name {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-verified {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-stars {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-rating {
  font-weight: 600;
  font-size: 23px;
  margin-left: 30px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 20px 15px;
  box-shadow: none !important;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 15px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 150, 83, 0.4);
  width: 80px;
  height: 80px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-name {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-stars {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-stars img {
  width: 22px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-content {
  text-align: left;
  font-size: 17px;
  line-height: 27px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .cmt-nav-points {
  margin: 0 10px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .slick-dots {
  position: relative !important;
  bottom: 0;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li {
  background: #E6E6E6;
  border: none;
  margin: 0 3px;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li.slick-active, .cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li:hover {
  background: #8C8C8C;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .slick-arrow {
  position: relative !important;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .swiper-pagination {
  padding-top: 0px !important;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-prev, .cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-next {
  margin-top: 0px;
  right: initial !important;
  left: initial !important;
}

.cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-prev:after, .cnt-section .cnt-form-wrapper .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-next:after {
  width: 15px !important;
  height: 23px !important;
}

.cnt-section .cnt-form-wrapper .cmt-products-card-description {
  padding: 0 15px;
  margin-bottom: 15px;
  text-align: center;
  word-break: break-word;
}

.cnt-section .cnt-form-wrapper .cnt-form-products {
  background: #F8F8F8;
  padding: 100px 0px 30px 30px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .select2-selection__rendered {
  padding-left: 15px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .select2-selection__arrow b {
  background: url("../images/templates/new_classic/arrow_mini.svg");
  width: 10px;
  height: 6px;
  border-style: none;
  border-color: transparent;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 15px;
  max-width: 900px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info select {
  width: auto !important;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-products-card {
  display: flex;
  gap: 21px;
  margin-bottom: 16px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-products-card .cnt-products-card-txt {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-products-card .cnt-products-card-txt .cnt-products-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-products-card .cnt-products-card-txt .cnt-products-price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.41);
  margin-top: 5px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-products-card .cnt-products-card-txt .cnt-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line .cnt-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line .cnt-value {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line .cnt-value select,
.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line .cnt-value .select2-selection {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.03);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line.cnt-promo {
  display: block !important;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line .cnt-promo-wrap {
  word-break: break-all;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line-total {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  margin-top: 15px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line-total .cnt-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-product-info-line-total .cnt-value {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.9);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo {
  width: 100%;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo.have-promo-applied div input {
  color: #B4C948;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo.have-promo-applied div button {
  background-color: #B4C948;
  border-color: #B4C948;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo div input {
  width: 100%;
  background: rgba(234, 236, 238, 0.3);
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #222;
  padding: 16px;
  border: 1px solid #ccc;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo div input::-moz-placeholder {
  color: rgba(58, 60, 63, 0.3);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo div input::placeholder {
  color: rgba(58, 60, 63, 0.3);
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .have-promo div button {
  width: 100%;
  background-color: #FF6D1C;
  border-radius: 8.60606px !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 146.9%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-transform: none;
  border: none;
  cursor: pointer;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-pay-logos {
  width: 100%;
  max-width: 400px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card {
  margin-bottom: 10px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card .cnt-package-types-card-item {
  display: flex;
  margin-bottom: 30px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card .cnt-package-types-card-item:last-child {
  margin-bottom: 0px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card .cnt-package-types-card-item .cnt-package-types-card-item-image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card .cnt-package-types-card-item .cnt-package-types-card-item-description {
  margin-left: 11px;
  display: grid;
  text-align: left;
  align-content: space-evenly;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.cnt-section .cnt-form-wrapper .cnt-form-products .cnt-form-product .cnt-product-info .cnt-package-types-card .cnt-package-types-card-item .cnt-package-types-card-item-description .cnt-package-types-card-item-price {
  opacity: 0.41;
}

.cnt-section .cnt-form-wrapper .cnt-form-products.cnt-form-one-time-boxes .cnt-hr {
  margin-top: 14px;
}

.cnt-section span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.cnt-section .cnt-form-steps .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 6px;
}

.cnt-section .cnt-hr {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.cnt-section .has-error input,
.cnt-section .has-error select,
.cnt-section .has-error textarea,
.cnt-section .has-error .select2-container .select2-selection--single,
.cnt-section .has-error .cnt-checkmark {
  border: 1px solid #a00 !important;
  background-color: #f9e6e6 !important;
}

.cnt-section .has-error .error {
  color: #a00;
  font-size: 12px;
  display: block;
  line-height: 13px;
  margin-top: 5px;
  font-weight: 500;
  text-align: left;
}

.cnt-section .has-error .error#accept_terms-error {
  margin-left: 33px;
}

.cnt-section .has-error-section.cnt-form-step {
  border: 1px solid #a00 !important;
}

.cnt-section .has-error-section .cnt-step-button {
  background-color: #d75959 !important;
}

.cnt-section .select2 {
  width: 100% !important;
}

.cnt-section button.disabled {
  background: #dddddd !important;
  cursor: default !important;
}

.cnt-section.cnt-additional-section {
  background: none;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cnt-section.cnt-additional-section .cnt-form-steps {
  padding-right: 0px;
  max-width: 400px;
  margin: 0 auto;
}

.cnt-section.cnt-additional-section .cnt-form-steps.cnt-address-full {
  width: 600px;
  max-width: 600px;
}

.cnt-section.cnt-additional-section .cnt-form-submit {
  max-width: 200px;
  margin: 0 auto;
}

.cnt-section.cnt-additional-section .cnt-form-wrapper {
  grid-template-columns: initial;
  justify-content: initial;
}

.cnt-section.cnt-additional-section .cnt-form-group {
  grid-template-columns: 1fr !important;
}

.cnt-section.cnt-additional-section select#statesList, .cnt-section.cnt-additional-section select#billing_referral {
  background: rgba(234, 236, 238, 0.3);
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 18px 12px;
  width: 100% !important;
  border-radius: 4px;
}

.cnt-section .cnt-orange-text {
  color: #FE6D1D !important;
}

.cnt-cross-line {
  display: inline;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.3;
  margin-right: 10px;
}

.cnt-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cnt-content footer {
  flex-shrink: 0;
}

@media screen and (min-width: 900px) {
  .cnt-form-wrapper {
    grid-template-columns: 60% 40%;
    justify-content: space-between;
    display: grid;
  }
  .cnt-form-wrapper > div:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .cnt-form-wrapper > div:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .cnt-form-wrapper > div:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 900px) {
  .cnt-form-steps {
    padding-top: 0px !important;
    padding-right: 0px !important;
  }
  .cnt-additional-section .cnt-form-steps {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
  }
  .cnt-form-product {
    border: none !important;
  }
  .cnt-section, .cnt-form-products, .cnt-testimonials-block {
    background: none !important;
  }
  .cnt-testimonials {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
  }
  .cnt-form-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cnt-form-wrapper > div:nth-child(1) {
    order: 2;
  }
  .cnt-form-wrapper > div:nth-child(2) {
    order: 1;
  }
  .cnt-form-wrapper > div:nth-child(3) {
    order: 3;
  }
  .cnt-form-wrapper .cnt-form-steps .cnt-title {
    display: block !important;
  }
  .cnt-bottom-payment {
    flex-direction: row-reverse !important;
  }
  .cnt-form-products {
    padding: 100px 30px 30px 30px !important;
  }
  .cnt-testimonials-block {
    padding: 30px !important;
  }
}
@media screen and (max-width: 620px) {
  .cnt-form-group {
    grid-template-columns: 1fr !important;
  }
  .cnt-form-subtext {
    margin-top: 8px !important;
    font-size: 18px !important;
    line-height: initial !important;
  }
  .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-contact {
    max-height: 540px !important;
  }
  .cnt-form-step.active .cnt-form-step-body.cnt-form-step-body-address {
    max-height: 930px !important;
  }
  .cnt-checkbox {
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .cnt-section .container {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }
  .cnt-form-products,
  .cnt-form-product,
  .cnt-product-info-line,
  .cnt-testimonials-block,
  .cnt-testimonials,
  .cnt-product-plank-title {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cnt-product-info-line-total {
    padding: 14px 13px !important;
    margin-left: -13px !important;
    margin-right: -13px !important;
  }
  .cnt-form-step {
    padding: 0px !important;
    margin-bottom: 12px !important;
  }
  .cnt-form-step .cnt-form-step-header {
    padding: 21px 12px !important;
  }
  .cnt-form-step .cnt-form-step-body {
    margin-top: 0px !important;
    padding: 0px 12px 0px 12px !important;
  }
  .cnt-form-step .cnt-step-open {
    padding-right: 26px !important;
  }
  .cnt-form-step .cnt-form-step-footer {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .cnt-form-step.active .cnt-form-step-body {
    padding: 0px 12px 21px 12px !important;
  }
  .cnt-step-title-name {
    font-size: 18px !important;
  }
  .cnt-step-title-subname {
    font-size: 14px !important;
  }
  .cnt-step-num {
    width: 38px !important;
    height: 38px !important;
  }
  .cnt-step-open-text {
    display: none !important;
  }
  .cnt-step-button {
    padding: 16px 14px !important;
  }
  .cnt-payment-credit-mobile {
    display: block !important;
  }
  .cnt-payment-credit {
    display: none !important;
  }
  .cnt-payment-item-label {
    font-size: 12px !important;
  }
  .cnt-bottom-paymeny-pci {
    width: 77px !important;
  }
  .cnt-secure-payment {
    font-size: 10px !important;
    padding: 2px 6px !important;
  }
}
.cmt-section {
  font-family: "Montserrat";
  background: linear-gradient(90deg, #fff 70%, #F8F8F8 30%);
}

.cmt-section.cmt-split-onetime.cmt-section-contact {
  background: #F8F8F8 !important;
}

.cmt-section.cmt-split-onetime.cmt-section-contact .container {
  padding-left: 0px;
  padding-right: 0px;
}

.cmt-section.cmt-split-onetime #messageBox {
  display: grid;
  color: red;
}

@media screen and (max-width: 900px) {
  .cmt-section.cmt-split-onetime .cmt-form-product,
  .cmt-section.cmt-split-onetime .cmt-testimonials {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 500px) {
  .cmt-section.cmt-split-onetime .so-summary-wrapper {
    display: block !important;
  }
}
.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  border-radius: 9px;
  padding: 10px 8px;
  cursor: pointer;
  color: #202327;
  font-weight: 500;
  font-size: 16px;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile .cmt-accourdion-arrow {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin-left: 5px;
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile + .so-summary-wrapper {
  display: none;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile.cmt-summary-active {
  border-radius: 9px 9px 0px 0px;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile.cmt-summary-active .cmt-accourdion-arrow {
  transform: rotate(-135deg);
  margin-bottom: 0px;
  margin-top: 6px;
}

.cmt-section.cmt-split-onetime .cmt-order-summary-header-mobile.cmt-summary-active + .so-summary-wrapper {
  display: block;
}

.cmt-section.cmt-split-onetime .cmt-promo-gifts {
  background: none;
  padding: 8px 0px !important;
  margin: 0px;
}

.cmt-section.cmt-split-onetime .cmt-promo-gifts img {
  display: none;
}

.cmt-section.cmt-split-onetime .cmt-form-wrapper {
  grid-template-columns: 60% 40%;
}

.cmt-section.cmt-split-onetime .cmt-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: #202327;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cmt-section.cmt-split-onetime .cmt-title:after {
  display: none;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block {
  padding: 0px;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company {
  padding: 10px 0px;
  margin-bottom: 0px;
}

@media (max-width: 500px) {
  .cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company {
    background: none;
  }
}
.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper {
  margin-top: 14px;
  margin-bottom: 10px;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-rating {
  display: none;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-stars {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-stars img {
  width: 55px;
}

.cmt-section.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-name {
  margin-bottom: 10px;
}

.cmt-section.cmt-split-onetime .cmt-products {
  padding: 100px 0px 30px 0px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product {
  padding: 25px 38px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product .cmt-product-info .cmt-pay-logos {
  margin-top: 22px;
  margin-bottom: 10px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line-total {
  background: none;
  padding: 14px 0px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card-description {
  font-weight: 500;
  font-size: 14px;
  margin: 20px 0px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt {
  margin-left: 25px;
}

.cmt-section.cmt-split-onetime .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price.cmt-products-price-black {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
}

.cmt-section.cmt-split-onetime .has-error input::-moz-placeholder {
  color: #a00 !important;
}

.cmt-section.cmt-split-onetime .has-error input::placeholder {
  color: #a00 !important;
}

.cmt-section.cmt-split-onetime .cmt-steps-line-wrapper {
  padding: 0 40px;
}

@media (max-width: 500px) {
  .cmt-section.cmt-split-onetime .cmt-steps-line-wrapper {
    padding: 0 15px;
  }
}
.cmt-section.cmt-split-onetime .cmt-form {
  padding: 100px 110px 30px 20px;
}

@media (max-width: 500px) {
  .cmt-section.cmt-split-onetime .cmt-form {
    padding-top: 0px !important;
  }
}
@media (max-width: 900px) {
  .cmt-section.cmt-split-onetime .cmt-form .cmt-flat-title {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .cmt-section.cmt-split-onetime .cmt-form .cmt-form-contact {
    row-gap: 10px;
  }
}
.cmt-section.cmt-split-onetime .cmt-form .cmt-form-contact, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-address, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-submit, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-address-boxes {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 50px;
}

@media (max-width: 900px) {
  .cmt-section.cmt-split-onetime .cmt-form .cmt-form-contact, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-address, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-submit, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-address-boxes {
    padding: 30px 15px;
  }
}
.cmt-section.cmt-split-onetime .cmt-form .cmt-contact-submit {
  justify-content: center;
  max-width: 395px;
  margin: 0 auto;
  background: #FE8A20;
  border-color: #FE8A20;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-contact-submit:hover {
  background: #e97f1e;
  border-color: #e97f1e;
}

@media (max-width: 500px) {
  .cmt-section.cmt-split-onetime .cmt-form .cmt-form-group #last_name {
    margin-bottom: 0px;
  }
}
.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group.cmt-form-group-half {
  gap: 26px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-terms {
  max-width: 395px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-terms input:checked ~ .cmt-checkmark {
  background-color: #8AB72B;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-terms .cmt-checkmark:after {
  border-color: rgb(255, 255, 255);
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-terms .cmt-checkbox {
  align-items: center;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-terms .cmt-checkbox .thickbox {
  font-size: 12px;
  font-weight: 500;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-right: 2px solid rgb(0, 0, 0);
  border-bottom: 2px solid rgb(0, 0, 0);
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: none;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single {
  border: 1px solid #A9ACB4;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single:focus, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single:hover, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single:active {
  border: 1px solid #202327;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item .select2-selection__placeholder {
  color: #A9ACB4;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text] {
  border: 1px solid #A9ACB4;
  border-radius: 8px;
  font-size: 14px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text]:focus, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text]:hover, .cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text]:active {
  border: 1px solid #202327;
  color: #202327;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text]::-moz-placeholder {
  color: #A9ACB4;
  font-weight: 500;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-group .cmt-form-item input[type=text]::placeholder {
  color: #A9ACB4;
  font-weight: 500;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-address-boxes {
  margin-top: 5px;
  display: flex;
  margin-bottom: 30px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-address-boxes .cmt-form-group {
  align-items: center;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-box-title {
  font-weight: 600;
  font-size: 16px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-address .cmt-spit-onetime-remove-address {
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  background: none;
  width: 24px;
  height: 24px;
  justify-content: center;
  cursor: pointer;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-address .cmt-spit-onetime-remove-address div:first-child {
  position: absolute;
  width: 1px;
  height: 16px;
  background: #A9ACB4;
  border-radius: 1px;
  transform: rotate(45deg);
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-address .cmt-spit-onetime-remove-address div:last-child {
  position: absolute;
  width: 1px;
  height: 16px;
  background: #A9ACB4;
  border-radius: 1px;
  transform: rotate(135deg);
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small {
  background-color: #FBFBFB;
  border-radius: 10px;
  padding: 17px 17px;
  margin-top: 20px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line-total {
  background: none;
  padding: 14px 0px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line-total {
  background: none;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line-total .cmt-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line-total .cmt-value {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line .cmt-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  display: flex;
  -moz-column-gap: 3px;
  column-gap: 3px;
  align-items: center;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-summary-small .cmt-product-info-line .cmt-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-new-address {
  margin-top: 30px;
  text-align: center;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-new-address button {
  cursor: pointer;
  outline: none;
  color: #000;
  border: 1px solid #A9ACB4;
  background-color: rgba(248, 248, 248, 0);
  padding: 15px 35px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-new-address button:hover {
  background-color: #ededed;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-new-address button img {
  margin-right: 5px;
}

.cmt-section.cmt-split-onetime .cmt-form .split-onetime-address-num {
  color: #AAD34F;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-submit {
  margin-top: 20px;
  display: grid;
  row-gap: 26px;
}

.cmt-section.cmt-split-onetime .cmt-form .cmt-form-moobile-feedback {
  padding: 30px 15px;
}

.cmt-section .cmt-steps-line-wrapper {
  margin-bottom: 26px;
  line-height: initial;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order img {
  margin-right: 2px;
}

@media (max-width: 900px) {
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-steps-line {
    margin-top: 40px;
  }
}
.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step {
  padding: 9px 0px;
  text-align: center;
  flex: 1;
}

@media (max-width: 500px) {
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step {
    font-size: 13px;
  }
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step img {
    width: 18px;
    height: 18px;
  }
}
.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active {
  color: #fff;
  background-color: #AAD34F;
  position: relative;
  border-radius: 8px !important;
  margin: 0px -7px 0px -7px;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active:first-child {
  margin: 0px -7px 0px 0px !important;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active:last-child {
  margin: 0px 0px 0px -7px !important;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active:after {
  content: none !important;
}

@media (max-width: 500px) {
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active {
    margin: 0px -3px 0px -3px;
  }
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active:first-child {
    margin: 0px -3px 0px 0px !important;
  }
  .cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-active:last-child {
    margin: 0px 0px 0px -3px !important;
  }
}
.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-done {
  color: #8AB72B !important;
  background-color: #EDF6D1 !important;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-done:first-child {
  border-radius: 10px 0px 0px 10px;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-next {
  color: #A9ACB4;
  background-color: #F9FAFA;
}

.cmt-section .cmt-steps-line-wrapper.cmt-steps-line-order .cmt-step-next:first-child {
  border-radius: 0px 10px 10px 0px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line {
  display: flex;
  align-items: center;
  color: #424D59;
  font-weight: 500;
  font-size: 15px;
  background-color: #F9FAFA;
  border-radius: 8px;
  margin-bottom: 15px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line :first-child {
  border-radius: 8px 0px 0px 8px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line :last-child {
  border-radius: 0px 8px 8px 0px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line .cmt-step {
  padding: 6px 0px;
  text-align: center;
  flex: 1;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line .cmt-step-active {
  color: #fff;
  background-color: #AED759;
  position: relative;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line .cmt-step-active:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #AED759;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line .cmt-step-done {
  color: #fff;
  background-color: #AED759;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-line .cmt-step-next {
  color: #424D59;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info {
  margin-top: 50px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block-main-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block {
  background-color: #FFF0D4;
  display: flex;
  align-items: center;
  padding: 18px;
  border-radius: 15px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block.cmt-steps-info-block-green {
  background-color: #EDF6D1;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block.cmt-steps-info-block-green .cmt-steps-info-block-title {
  font-size: 19px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block.cmt-steps-info-block-green .cmt-steps-info-block-subtitle {
  font-size: 16px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block img {
  margin-right: 15px;
}

.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block .cmt-steps-info-block-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  .cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block .cmt-steps-info-block-title {
    font-size: 18px;
  }
}
.cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block .cmt-steps-info-block-subtitle {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 500px) {
  .cmt-section .cmt-steps-line-wrapper .cmt-steps-info .cmt-steps-info-block .cmt-steps-info-block-subtitle {
    font-size: 14px;
  }
}
.cmt-section .cmt-form {
  padding: 100px 110px 30px 0px;
}

.cmt-section .cmt-form .cmt-form-contact, .cmt-section .cmt-form .cmt-form-address {
  display: grid;
  row-gap: 26px;
  position: relative;
}

.cmt-section .cmt-form .cmt-form-contact {
  margin-bottom: 52px;
}

.cmt-section .cmt-form .cmt-flat-title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  justify-content: center;
}

.cmt-section .cmt-form .cmt-flat-title.cmt-flat-title-left {
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: left;
  justify-content: left;
}

.cmt-section .cmt-form .cmt-flat-subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.41);
  margin-top: 7px;
}

.cmt-section .cmt-form .cmt-flat-subtitle.cmt-flat-subtitle-left {
  text-align: left;
  justify-content: left;
}

.cmt-section .cmt-form .cmt-flat-subtitle.cmt-flat-subtitle-center {
  max-width: 362px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

.cmt-section .cmt-form .cmt-form-group {
  display: grid;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-half {
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-phone-mask {
  grid-template-columns: 70px auto !important;
  gap: 10px;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-phone-mask span.select2-selection.select2-selection--single {
  padding: 18px 35px 18px 13px !important;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-triple {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-40-60 {
  grid-template-columns: 1.5fr 2fr;
  gap: 22px;
}

.cmt-section .cmt-form .cmt-form-group.cmt-form-group-60-40 {
  grid-template-columns: 2fr 1.5fr;
  gap: 22px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item {
  overflow: hidden;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item.lh-float-label-active input[type=text], .cmt-section .cmt-form .cmt-form-group .cmt-form-item.lh-float-label-active textarea, .cmt-section .cmt-form .cmt-form-group .cmt-form-item.lh-float-label-active select {
  padding: 30px 13px 6px 13px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item.lh-float-label-active span.select2-selection.select2-selection--single {
  padding: 30px 40px 6px 13px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item .cmt-label .cmt-float-label {
  cursor: text;
  margin-top: 6px;
  padding-left: 13px;
  text-align: left;
  transition: all 0.2s ease-out;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item input[type=text], .cmt-section .cmt-form .cmt-form-group .cmt-form-item textarea, .cmt-section .cmt-form .cmt-form-group .cmt-form-item select {
  font-family: "Montserrat";
  width: 100%;
  background: #FBFBFB;
  padding: 18px 13px;
  border: 0.7px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease-out;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item input[type=text]::-moz-placeholder, .cmt-section .cmt-form .cmt-form-group .cmt-form-item textarea::-moz-placeholder, .cmt-section .cmt-form .cmt-form-group .cmt-form-item select::-moz-placeholder {
  color: #000;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item input[type=text]::placeholder, .cmt-section .cmt-form .cmt-form-group .cmt-form-item textarea::placeholder, .cmt-section .cmt-form .cmt-form-group .cmt-form-item select::placeholder {
  color: #000;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item .select2-selection {
  width: auto !important;
  height: 58px !important;
  padding-top: 15px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item .select2-selection__placeholder {
  color: #000;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single {
  background: #FBFBFB;
  padding: 18px 41px 18px 13px;
  border: 0.7px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease-out;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single .select2-selection__rendered img {
  border-radius: 50%;
  width: 20px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: -15px;
  top: 21px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  border-left: 1px solid #C4C4C4;
  height: 34px;
  left: -9px;
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms {
  margin-bottom: 10px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  align-self: stretch;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms input:checked ~ .cmt-checkmark {
  background-color: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms input:checked ~ .cmt-checkmark:after {
  display: block;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms .cmt-checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: #F7F8F9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 10px;
  display: block;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms .cmt-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  margin-left: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(174, 215, 89);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms .cmt-checkbox {
  display: flex;
  text-align: left;
  cursor: pointer;
}

.cmt-section .cmt-form .cmt-form-group .cmt-terms .cmt-checkbox .thickbox {
  font-weight: 400;
  font-size: 16px;
  color: #40485C;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cmt-section .cmt-form .cmt-contact-submit {
  font-family: "Montserrat";
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: #FF6D1C;
  border-radius: 10px;
  padding: 15px 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border: 2px solid #FF6D1C;
}

.cmt-section .cmt-form .cmt-contact-submit:hover {
  background: #cc5617;
  border: 2px solid #cc5617;
}

.cmt-section .cmt-form .cmt-contact-submit i {
  font-size: 16px;
}

.cmt-section .has-error input,
.cmt-section .has-error select,
.cmt-section .has-error textarea,
.cmt-section .has-error .select2-container .select2-selection--single,
.cmt-section .has-error .cnt-checkmark {
  border: 1px solid #a00 !important;
  background-color: #f9e6e6 !important;
}

.cmt-section .has-error .error {
  color: #a00;
  font-size: 12px;
  display: block;
  line-height: 13px;
  margin-top: 5px;
  font-weight: 500;
  text-align: left;
}

.cmt-section .has-error .error#accept_terms-error {
  margin-left: 33px;
}

.cmt-section .cmt-orange-text {
  color: #FE6D1D !important;
}

.cmt-section .cmt-empty-testimonials {
  background: #F8F8F8;
}

.cmt-section .cmt-testimonials-block {
  background: #F8F8F8;
  padding: 0px 0px 30px 30px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-review-count {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-name {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-verified {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-stars {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-rating {
  font-weight: 600;
  font-size: 23px;
  margin-left: 30px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  padding: 20px 15px;
  box-shadow: none !important;
  overflow: hidden;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(33, 150, 83, 0.4);
  width: 80px;
  height: 80px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-name {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-stars {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-contact-info .cmt-testimonial-user .cmt-testimonial-stars img {
  width: 22px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials .cmt-testimonial-item .cmt-testimonial-content {
  text-align: left;
  font-size: 17px;
  line-height: 27px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .cmt-nav-points {
  margin: 0 10px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .slick-dots {
  position: relative !important;
  bottom: 0;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li {
  background: #E6E6E6;
  border: none;
  margin: 0 3px;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li.slick-active, .cmt-section .cmt-testimonials-block .cmt-testimonials-nav .slick-dots li:hover {
  background: #8C8C8C;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .slick-arrow {
  position: relative !important;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .swiper-pagination {
  padding-top: 0px !important;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-prev, .cmt-section .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-next {
  margin-top: 0px;
  right: initial !important;
  left: initial !important;
}

.cmt-section .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-prev:after, .cmt-section .cmt-testimonials-block .cmt-testimonials-nav .swiper-button-next:after {
  width: 15px !important;
  height: 23px !important;
}

.cmt-section .cmt-products-card-description {
  margin-bottom: 15px;
  text-align: center;
  word-break: break-word;
}

.cmt-section .cmt-products {
  background: #F8F8F8;
  padding: 100px 0px 30px 30px;
}

.cmt-section .cmt-products.cmt-minibox-summary .cmt-title {
  font-size: 16px;
  font-weight: 600;
}

.cmt-section .cmt-products.cmt-minibox-summary .cmt-form-product {
  padding: 15px;
}

.cmt-section .cmt-products.cmt-minibox-summary .cmt-form-product .cmt-product-info .cmt-product-info-line {
  padding: 8px 0px;
}

.cmt-section .cmt-products.cmt-minibox-summary .cmt-form-product .cmt-product-info .cmt-products-card-description {
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
}

.cmt-section .cmt-products .select2-selection__rendered {
  padding-left: 15px;
}

.cmt-section .cmt-products .select2-selection__arrow b {
  background: url("../images/templates/new_classic/arrow_mini.svg");
  width: 10px;
  height: 6px;
  border-style: none;
  border-color: transparent;
}

.cmt-section .cmt-products .cmt-form-product {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  padding: 15px;
  max-width: 900px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card {
  display: flex;
  margin-bottom: 10px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card.cmt-products-card-full-discount {
  align-items: center;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-img-wrapper {
  position: relative;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-img-wrapper .cmt-products-card-img-adds {
  position: absolute;
  right: -13px;
  bottom: -14px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt {
  margin-left: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-period {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-title {
  word-break: break-word;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 2px;
  word-break: break-word;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price.cmt-products-price-full-promo {
  font-weight: 500;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price.cmt-products-price-red {
  color: rgb(255, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price.cmt-products-price-black {
  color: #000;
  line-height: normal;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-products-price.cmt-minibox-description {
  line-height: 19px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card .cmt-products-card-txt .cmt-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card-description {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin: 8px 0 14px;
}

@media (max-width: 767px) {
  .cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-products-card-description {
    margin: 8px 0 10px;
  }
}
.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item {
  display: flex;
  margin-bottom: 30px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item:last-child {
  margin-bottom: 0px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item .cmt-package-types-card-item-image {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item .cmt-donation-types-card-item-image {
  width: 106px;
  height: 97px;
  min-width: 70px;
  min-height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item .cmt-package-types-card-item-description {
  margin-left: 11px;
  display: grid;
  text-align: left;
  align-content: space-evenly;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item .cmt-package-types-card-item-description .cmt-package-types-card-item-price {
  opacity: 0.41;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-package-types-card .cmt-package-types-card-item .cmt-donation-types-card-item-description {
  margin-left: 25px;
  display: grid;
  text-align: left;
  align-content: space-evenly;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: normal;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  align-items: center;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-subtitle.cmt-subtitle-orange {
  color: #FF6D1C;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-value.promo-applied-label {
  display: flex;
  color: #50A05A;
  font-size: 14px;
  -moz-column-gap: 2px;
       column-gap: 2px;
  align-items: center;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-value select,
.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-value .select2-selection {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-value .cmt-donation-quantity {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.03);
  padding: 5px 9px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .cmt-subtitle-small {
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line .freque.cmt-value {
  width: 50%;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line-total {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 7px;
  margin-top: 15px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line-total .cmt-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-product-info-line-total .cmt-value {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo {
  width: 100%;
  position: relative;
  margin-bottom: -7px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-filled {
  opacity: 1 !important;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-filled input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found input {
  border: 1px solid rgba(250, 0, 0, 0.5) !important;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found:hover input {
  border: 1px solid rgb(250, 0, 0) !important;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found:hover .promo-apply-icon {
  opacity: 1;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-apply-icon {
  opacity: 0.5;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo:hover input {
  border: 1px solid rgb(0, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo:hover input::-moz-placeholder {
  color: rgb(0, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo:hover input::placeholder {
  color: rgb(0, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo:hover .promo-apply-icon {
  opacity: 1;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-show {
  display: block !important;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-hide {
  display: none !important;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-applied-btn {
  display: none;
  color: #50A05A;
  font-size: 14px;
  -moz-column-gap: 2px;
       column-gap: 2px;
  align-items: center;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-apply-btn {
  cursor: pointer;
  background-color: #fff;
  padding-left: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-clean-btn {
  display: none;
  cursor: pointer;
  background-color: #fff;
  padding-left: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied .promo-applied-btn {
  display: flex;
  margin-top: 2px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied .promo-applied-btn img {
  margin-top: -2px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied .promo-clean-btn {
  display: none;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied input {
  border-radius: 5px 5px 0px 0px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied:hover .promo-applied-btn {
  display: none;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied:hover input {
  color: rgb(0, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-applied:hover .promo-clean-btn {
  display: block;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found .promo-clean-btn {
  display: none;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found input {
  border-radius: 5px 5px 0px 0px;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found:hover .promo-applied-btn {
  display: none;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found:hover input {
  color: rgb(0, 0, 0);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo.promo-not-found:hover .promo-clean-btn {
  display: block;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo input {
  font-family: "Montserrat";
  width: 100%;
  padding: 9px 8px;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .have-promo .promo-action {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  background: none;
  outline: none;
  border: none;
  background-color: #fff;
  padding-left: 5px;
}

.cmt-section .cmt-products .cmt-form-product .cmt-product-info .cmt-pay-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}

.cmt-section .cmt-donation-vat {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cmt-section .cmt-title {
  overflow: hidden;
  text-align: left;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.cmt-section .cmt-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  margin-right: -100%;
  right: -14px;
}

.cmt-section .cmt-title span {
  display: inline-block;
  vertical-align: middle;
}

.alc-input label {
  cursor: pointer;
}

.cmt-promo-gifts {
  background-color: #F5F5F5;
  padding: 8px 7px !important;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 15px;
}

.cmt-promo-gifts.no-up:first-child {
  margin-top: 0px;
}

.cmt-promo-gifts:not(:first-child) {
  margin-top: -17px;
}

.cmt-promo-gifts-v2 {
  padding: 8px 7px !important;
  border-radius: 0px 0px 5px 5px;
}

.cmt-promo-gifts-v2.no-up:first-child {
  margin-top: 0px;
}

.cmt-promo-gifts-v2:not(:first-child) {
  margin-top: -17px;
}

.cmt-promo-disabled {
  margin-bottom: 5px;
}

.cmt-promo-not-found, .cmt-promo-expired {
  margin-top: -7px !important;
}

.cmt-promo-not-found .cmt-subtitle, .cmt-promo-expired .cmt-subtitle {
  color: red !important;
}

.cmt-cross-line {
  text-decoration: line-through;
  font-size: 22px !important;
  font-weight: 500;
  margin-right: 5px;
}

.select2 {
  width: 100% !important;
}

.cmt-hr {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 11px 0px;
  position: relative;
}

.cmt-hr img {
  position: absolute;
  left: calc(50% - 9px);
  top: -9px;
}

.cmt-mobile-show {
  display: none;
}

.cmt-mobile-hide {
  display: flex;
}

@media screen and (min-width: 900px) {
  .cmt-form-wrapper {
    grid-template-columns: 65% 35%;
    justify-content: space-between;
    display: grid;
  }
  .cmt-form-wrapper.cmt-address-full {
    grid-template-columns: 100%;
    max-width: 754px;
    margin: 130px auto 50px auto;
  }
  .cmt-form-wrapper > div:nth-child(1) {
    grid-area: 1/1/4/2;
  }
  .cmt-form-wrapper > div:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .cmt-form-wrapper > div:nth-child(3) {
    grid-area: 2/2/5/3;
  }
}
@media screen and (max-width: 900px) {
  .cmt-section {
    margin-top: 60px;
  }
  .cmt-section, .cmt-products, .cmt-testimonials-block {
    background: none !important;
  }
  .cmt-form,
  .cmt-form-product,
  .cmt-testimonials-block,
  .cmt-testimonials {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cmt-products {
    padding: 0px !important;
  }
  .cmt-form {
    padding-top: 55px !important;
  }
  .cmt-form-product {
    border: none !important;
  }
  .cmt-testimonials {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
  }
  .cmt-form-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cmt-form-wrapper > div:nth-child(1) {
    order: 2;
  }
  .cmt-form-wrapper > div:nth-child(2) {
    order: 1;
  }
  .cmt-form-wrapper > div:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 620px) {
  .cmt-contact-submit {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 900px) {
  .cmt-product-info-line .freque.cmt-value {
    width: 30% !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  .cmt-products-title {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .cmt-contact-submit {
    font-size: 15px !important;
    padding: 15px 10px !important;
  }
  .cmt-contact-submit img {
    width: 32px;
  }
  .cmt-section .cmt-form .cmt-contact-submit i {
    font-size: 9px;
  }
  .cmt-form-address input[type=text],
  .cmt-form-address textarea,
  .cmt-form-address select,
  .cmt-form-address .select2-selection.select2-selection--single {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .cmt-form-group {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .cmt-form-group #last_name {
    margin-bottom: 10px;
  }
  .cmt-form-group #zip {
    margin-bottom: 10px;
  }
  .cmt-form-address {
    row-gap: 10px !important;
  }
  .cmt-terms .thickbox {
    font-size: 14px !important;
  }
  .cmt-terms .cmt-checkbox {
    font-size: 14px !important;
  }
  .cmt-mobile-show {
    display: block !important;
  }
  .cmt-mobile-hide {
    display: none !important;
  }
  .cmt-products-title {
    font-size: 19px !important;
  }
  .cmt-products-price {
    font-size: 18px !important;
  }
  .cmt-products-card-img img {
    max-width: 110px !important;
  }
}
@media (min-width: 500px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .mobile-hidden {
    display: none !important;
  }
}
#pelecardLitePaymentForm.cmt-payment-provider-form + #info_popup {
  left: 135px;
  top: 60px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container {
  max-width: 357px;
  padding: 0px 10px;
  margin: 28px auto;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #CcAndDateRow {
  background: none;
  padding: 0;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #CcAndDateRow:before {
  background-color: #fff;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #CcAndDateRow:after {
  background: none;
  display: none;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #cvvRow:before {
  display: none;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #errorRow {
  padding: 0px;
  margin-top: -20px;
  position: initial;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container label[for=cvv_input] > span {
  display: block;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #creditCardRow {
  margin-bottom: 24px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #dateContainer {
  gap: 10px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #CvvContainer button#info {
  position: inherit;
  margin: 0px;
  margin-left: 14px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #CvvContainer button#info:before {
  content: "";
  background: url(../images/templates/modern_classic/pelecard_info.svg) no-repeat;
  width: 18px;
  height: 18px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #submitBtn:before, #pelecardLitePaymentForm.cmt-payment-provider-form #content_container #submitBtn:after {
  background: none;
  display: none;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #IdAndCvvRow {
  width: 100px;
  right: 0;
  top: inherit;
  height: auto;
  bottom: 0px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #IdAndCvvRow #cvvRow {
  width: 100px;
  position: initial;
  margin: 0;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #IdAndCvvRow #cvvRow .control-label {
  display: flex;
  align-items: center;
  position: initial;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #IdAndCvvRow #cvvRow #cvv_input {
  width: 100%;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #credit_card_number_input,
#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #cvv_input,
#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_year_input,
#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_month_input {
  background: rgba(234, 236, 238, 0.3);
  border-radius: 4px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #AED759;
  padding: 18px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #424D59;
  text-align: left;
  height: auto;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #card-logo {
  position: absolute;
  right: 10px;
  top: 50px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_year_input,
#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_month_input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url(../images/templates/modern_classic/payment_select_arrow.svg) no-repeat, rgba(234, 236, 238, 0.3);
  background-size: 10px;
  padding: 18px 22px 18px 14px;
  background-position: right 9px center;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #creditCardRow {
  position: relative;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_year_input,
#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #date_month_input {
  cursor: pointer;
  margin-right: 0px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container #submitRow {
  margin-top: 20px;
  margin-bottom: 0px;
}

#pelecardLitePaymentForm.cmt-payment-provider-form #content_container .main-content .control-label, #pelecardLitePaymentForm.cmt-payment-provider-form #content_container .main-content .control-label span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #3A3C3F;
}

@media screen and (max-width: 400px) {
  #pelecardLitePaymentForm.cmt-payment-provider-form #content_container #submitRow {
    float: right !important;
  }
}
.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form {
  max-width: 357px;
  padding: 0px 10px;
  margin: 28px auto;
  position: relative;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #card-number,
.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #exp-date,
.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #cvv {
  background: rgba(234, 236, 238, 0.3);
  border-radius: 4px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #AED759;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #424D59;
  text-align: left;
  height: 60px;
  padding: 18px 16px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .error-row {
  top: 92px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #dateContainer {
  gap: 24px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #dateContainer .bluesnap__cvv, .cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #dateContainer .bluesnap__date {
  max-width: 100%;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #showInfoCvvPopup {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  margin-left: 14px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .input-error {
  border-bottom: 2px solid #F86262 !important;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .control-label, .cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .control-label span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #3A3C3F;
  margin-bottom: 11px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .cmt-bluenap-submit-payment {
  margin-top: 20px;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .cmt-bluenap-submit-payment:before, .cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form .cmt-bluenap-submit-payment:after {
  display: none;
}

.cmt-bluesnap-payment-form-wrapper .cmt-bluesnap-form #card-logo {
  position: absolute;
  top: 50px;
  right: 15px;
}

.cmt-paypal-api-wrapper {
  padding: 35px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 346px;
  margin: 0 auto;
  row-gap: 20px;
}

.cmt-paypal-api-wrapper .paymentPaypalApiForm {
  width: 100%;
}

.cmt-paypal-api-wrapper .cmt-paypal-description {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
}

.cmt-section-payment .cmt-form {
  padding-bottom: 40px;
}

.cmt-section-payment.cmt-split-onetime .cmt-form {
  padding: 100px 60px 30px 20px;
}

.cmt-section-payment.cmt-split-onetime .cmt-payer-edit-buttom-wrapper {
  position: absolute;
  right: 22px;
}

.cmt-section-payment.cmt-split-onetime .cmt-testimonials-block .cmt-testimonials-company .cmt-testimonials-company-stars-wrapper .cmt-testimonials-company-stars img {
  width: 50px;
}

.cmt-section-payment.cmt-split-onetime .cmt-products {
  padding: 100px 0px 30px 20px;
}

@media screen and (max-width: 900px) {
  .cmt-section-payment.cmt-split-onetime .cmt-products {
    background: none !important;
  }
}
.cmt-section-payment.cmt-split-onetime .cmt-form-payment .cmt-payer-info {
  border-radius: 10px;
  background-color: #fff;
  filter: none;
  position: relative;
}

.cmt-section-payment.cmt-split-onetime .cmt-form-payment .cmt-payer-info .cmt-payer-info-item {
  grid-template-columns: 120px auto;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

.cmt-section-payment.cmt-split-onetime .cmt-form-payment .cmt-payer-info .cmt-payer-info-item:first-child {
  grid-template-columns: 120px auto 80px;
}

.cmt-section-payment .cmt-order-summary-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(182, 219, 102, 0.1);
  border: 1px solid rgba(174, 215, 89, 0.1);
  border-bottom: 0;
  border-radius: 9px;
  padding: 10px 8px;
  cursor: pointer;
}

.cmt-section-payment .cmt-order-summary-header-mobile > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cmt-section-payment .cmt-order-summary-header-mobile .cmt-summary-acc-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.cmt-section-payment .cmt-order-summary-header-mobile .cmt-accourdion-arrow {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin-left: 5px;
  margin-bottom: 7px;
  transition: all 0.2s ease-in-out;
}

.cmt-section-payment .cmt-order-summary-header-mobile + .cmt-products {
  display: none;
}

.cmt-section-payment .cmt-order-summary-header-mobile.cmt-summary-active {
  border-radius: 9px 9px 0px 0px;
}

.cmt-section-payment .cmt-order-summary-header-mobile.cmt-summary-active .cmt-accourdion-arrow {
  transform: rotate(-135deg);
  margin-bottom: 0px;
  margin-top: 6px;
}

.cmt-section-payment .cmt-order-summary-header-mobile.cmt-summary-active + .cmt-products {
  display: block;
}

.cmt-section-payment .cmt-form-payment .cmt-payer-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  margin-bottom: 29px;
  padding: 17px 22px;
  display: grid;
  row-gap: 12px;
  word-break: break-word;
}

.cmt-section-payment .cmt-form-payment .cmt-payer-info .cmt-payer-info-item {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  display: grid;
  grid-template-columns: 80px auto auto;
  -moz-column-gap: 31px;
       column-gap: 31px;
}

.cmt-section-payment .cmt-form-payment .cmt-payer-info .cmt-payer-info-item .cmt-payer-edit-buttom-wrapper {
  text-align: right;
}

.cmt-section-payment .cmt-form-payment .cmt-payer-info .cmt-payer-info-item .cmt-payer-edit-buttom-wrapper .cmt-edit-button {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data {
  margin-top: 29px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .paymentPreloader, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .paymentError {
  padding: 20px 30px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button input[type=radio], .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button input[type=radio], .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button input[type=radio], .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button input[type=radio] {
  display: none;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button input[type=radio] + label, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button input[type=radio] + label, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button input[type=radio] + label, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button input[type=radio] + label {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 17px 17px 46px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 13px;
  top: calc(50% - 13px);
  width: 20px;
  height: 20px;
  background: #F7F8F9;
  border: 2px solid #D5D5D5;
  border-radius: 50%;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button + .cmt-payment-type-body {
  font-size: 14px;
  display: none;
  overflow: hidden;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button.active, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button.active, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button.active, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button.active {
  opacity: 1;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button.active input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button.active input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button.active input[type=radio] + label:before, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button.active input[type=radio] + label:before {
  border: 2px solid #AED759;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button.active input[type=radio] + label:after, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button.active input[type=radio] + label:after, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button.active input[type=radio] + label:after, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button.active input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 6px);
  width: 10px;
  height: 10px;
  background: #AED759;
  border-radius: 50%;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .type_button.active + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .payment_method_selector .billing_address_type_button.active + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .type_button.active + .cmt-payment-type-body, .cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button.active + .cmt-payment-type-body {
  display: block;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .cmt-payment-selector-wrapper {
  border: 1.3px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 18px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .cmt-payment-selector-wrapper .cmt-payment-selector-item {
  font-size: 14px;
  color: #000;
  background: #F9FAFA;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .cmt-payment-selector-wrapper .cmt-payment-selector-item.cmt-payment-selector-card {
  border-bottom: 1.3px solid rgba(0, 0, 0, 0.1);
  padding: 2px 0px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .cmt-payment-selector-wrapper .cmt-payment-selector-item.cmt-payment-selector-paypal:not(.active) {
  border-top: 1.3px solid rgba(0, 0, 0, 0.1);
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .cmt-payment-selector-wrapper .cmt-payment-selector-item.cmt-payment-selector-paypal.active {
  border-bottom: 1.3px solid rgba(0, 0, 0, 0.1);
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
  justify-content: center;
  margin-bottom: 41px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button + .cmt-billing-type-body {
  display: none;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .billing_address_type_button.active + .cmt-billing-type-body {
  display: block;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-billing-same-body {
  display: none !important;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-address-selector-item {
  border: 1.3px solid rgba(0, 0, 0, 0.1);
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-address-selector-item.cmt-address-selector-same {
  border-radius: 10px 0px 0px 10px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-address-selector-item.cmt-address-selector-new {
  border-radius: 0px 10px 10px 0px;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-address-selector-item.active {
  background: #F9FAFA;
}

.cmt-section-payment .cmt-form-payment .cmt-form-payment-data .billing_address_selector .cmt-billing-type-body {
  width: 100%;
}

.cmt-section-payment .cmt-form-payment .cmt-form-address {
  margin-top: 27px;
}

.cmt-section-payment .cmt-form-payment .payment-issue {
  text-align: center;
  padding: 0px;
  margin-top: 10px;
}

.cmt-section-payment .cmt-currency-change-wrapper {
  display: none !important;
}

.cmt-section-payment .cmt-currency-change-wrapper .currency_selector {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin: 20px 0px;
}

.cmt-section-payment .cmt-currency-change-wrapper .cmt-currency-change-label {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin: 0;
}

.cmt-section-payment .cmt-currency-change-wrapper .currency-select-wrapper {
  display: flex;
  align-items: center;
}

.cmt-section-payment .cmt-currency-change-wrapper .currency-select-wrapper .currency_period {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
  margin-left: 5px;
}

.cmt-section-payment .cmt-currency-change-wrapper #currencySelect {
  color: rgba(0, 0, 0, 0.9);
  border: 0.7px solid rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding: 8px 25px 8px 15px;
  border-radius: 10px;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/down-chevron-svg.svg) 90%/15% no-repeat;
  background-size: 14px;
}

@media screen and (max-width: 900px) {
  .cmt-section-payment .cmt-title-payment-mobile-hide span {
    display: none !important;
  }
  .cmt-section-payment .cmt-title-payment-mobile-hide:after {
    right: 0 !important;
  }
  .cmt-section-payment .cmt-form {
    padding-top: 0px !important;
  }
  .cmt-section-payment .cmt-payer-info {
    margin-top: 30px;
    padding: 17px 10px !important;
  }
  .cmt-section-payment .cmt-products {
    background: rgba(182, 219, 102, 0.1) !important;
    border: 1px solid rgba(174, 215, 89, 0.1) !important;
    border-top: 0 !important;
    border-radius: 0px 0px 9px 9px !important;
  }
  .cmt-section-payment .cmt-products .cmt-form-product {
    background: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .cmt-section-payment .cmt-flat-subtitle {
    font-size: 14px !important;
  }
  .cmt-section-payment .cmt-order-summary-header-mobile {
    margin-top: 50px;
  }
  .cmt-section-payment .payment_method_selector .type_button input[type=radio] + label, .cmt-section-payment .payment_method_selector .billing_address_type_button input[type=radio] + label, .cmt-section-payment .billing_address_selector .type_button input[type=radio] + label, .cmt-section-payment .billing_address_selector .billing_address_type_button input[type=radio] + label {
    padding: 17px 10px 17px 39px !important;
  }
  .cmt-section-payment .payment_method_selector .type_button input[type=radio] + label:before, .cmt-section-payment .payment_method_selector .billing_address_type_button input[type=radio] + label:before, .cmt-section-payment .billing_address_selector .type_button input[type=radio] + label:before, .cmt-section-payment .billing_address_selector .billing_address_type_button input[type=radio] + label:before {
    left: 10px !important;
  }
  .cmt-section-payment .payment_method_selector .type_button.active input[type=radio] + label:after, .cmt-section-payment .payment_method_selector .billing_address_type_button.active input[type=radio] + label:after, .cmt-section-payment .billing_address_selector .type_button.active input[type=radio] + label:after, .cmt-section-payment .billing_address_selector .billing_address_type_button.active input[type=radio] + label:after {
    left: 17px !important;
  }
  .cmt-section-payment .payment_method_selector .type_button.active + .cmt-payment-type-body, .cmt-section-payment .payment_method_selector .billing_address_type_button.active + .cmt-payment-type-body, .cmt-section-payment .billing_address_selector .type_button.active + .cmt-payment-type-body, .cmt-section-payment .billing_address_selector .billing_address_type_button.active + .cmt-payment-type-body {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .cmt-section-payment .cmt-address-selector-item {
    width: 100% !important;
    border-radius: 0px !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .cmt-contact-submit {
    font-size: 15px !important;
    padding: 15px 10px !important;
  }
  .cmt-contact-submit img {
    width: 32px;
  }
  .cmt-form-address input[type=text],
  .cmt-form-address textarea,
  .cmt-form-address select,
  .cmt-form-address .select2-selection.select2-selection--single {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 900px) {
  .cmt-section-payment .cmt-order-summary-header-mobile {
    display: none !important;
  }
  .cmt-section-payment .cmt-products {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .cmt-section-payment .cmt-payer-info .cmt-payer-info-item {
    grid-template-columns: 1fr !important;
  }
  .cmt-section-payment .currency_selector {
    justify-content: space-between !important;
  }
  .cmt-section-payment .currency_selector #currencySelect {
    position: initial !important;
  }
  .cmt-section-payment .currency_selector #currencyPeriodName {
    font-size: 12px;
  }
  .cmt-section-payment .cmt-payer-edit-buttom-wrapper {
    margin-top: 3px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 500px) {
  .cnt-section.cmt-address .cnt-form-steps {
    max-width: initial !important;
    margin: 0px 0px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 700px) {
  .cnt-section.cmt-address .cnt-form-steps.cnt-address-full {
    width: initial !important;
    margin: 0px 0px !important;
  }
}
.cmt-address {
  background: #fff !important;
}

.cmt-address-full .cmt-error-additional {
  border: 1px solid #a00;
  background: #ffbea9;
  padding: 15px 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 8px;
  display: grid;
}

.cmt-address-full .cmt-steps-line {
  max-width: 644px;
  margin: 0 auto;
}

.cmt-address-full .cmt-address-full-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.cmt-address-full .cmt-form-submit {
  width: 100%;
}

.cmt-address-full .cmt-form-submit button {
  padding: 15px 30px 15px 30px;
  border-radius: 8px;
  background: #FE8A20;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: 0;
  display: block;
  width: 100%;
}

.cmt-address-full .cmt-form-group {
  display: grid;
  margin: 20px auto 0 auto;
  max-width: 390px;
}

.cmt-address-full .cmt-form-group .cmt-form-item {
  overflow: hidden;
}

.cmt-address-full .cmt-form-group .cmt-form-item .cmt-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0px 10px 5px 10px;
  display: block;
}

.cmt-address-full .cmt-form-group .cmt-form-item input[type=text], .cmt-address-full .cmt-form-group .cmt-form-item textarea, .cmt-address-full .cmt-form-group .cmt-form-item select {
  font-family: "Montserrat";
  width: 100%;
  background: #FBFBFB;
  padding: 14px 13px;
  border: 1px solid #A9ACB4;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease-out;
}

.cmt-address-full .cmt-form-group .cmt-form-item input[type=text]::-moz-placeholder, .cmt-address-full .cmt-form-group .cmt-form-item textarea::-moz-placeholder, .cmt-address-full .cmt-form-group .cmt-form-item select::-moz-placeholder {
  color: #000;
}

.cmt-address-full .cmt-form-group .cmt-form-item input[type=text]::placeholder, .cmt-address-full .cmt-form-group .cmt-form-item textarea::placeholder, .cmt-address-full .cmt-form-group .cmt-form-item select::placeholder {
  color: #000;
}

.cmt-address-full .cmt-form-group .cmt-form-item .select2-selection {
  width: auto !important;
  height: 58px !important;
  padding-top: 15px;
}

.cmt-address-full .cmt-form-group .cmt-form-item .select2-selection__placeholder {
  color: #000;
}

.cmt-address-full .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single {
  background: #FBFBFB;
  padding: 14px 41px 14px 13px;
  border: 1px solid #A9ACB4;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.2s ease-out;
}

.cmt-address-full .cmt-form-group .cmt-form-item span.select2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmt-address-full .cmt-form-group .cmt-form-item .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.cmt-address-full .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: -15px;
  top: 21px;
}

.cmt-address-full .cmt-form-group .cmt-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  border-left: 1px solid #C4C4C4;
  height: 34px;
  left: -9px;
  position: absolute;
  transform: rotate(-45deg);
  top: 4px;
}
/*# sourceMappingURL=app.min.css.map*/