/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");*/
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-6 {
  margin-top: 24px;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.p-0 {
  padding: 0 !important;
}

.align-end {
  align-items: end !important;
}

.w-auto {
  width: auto !important;
}

.font-16 {
  font-size: 16px !important;
}

.h40 {
  height: 40px !important;
}

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

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

.mt-16 {
  margin-top: 64px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

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

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.w100 {
  width: 100% !important;
}

.font-14 {
  font-size: 14px !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Padding */
ul[class],
ol[class] {
  padding: 0;
}

/* ul/ol with class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Images */
img {
  max-width: 100%;
  display: block;
}

body {
  font-size: 13px;
  line-height: 1.5;
  font-family: "RobotoWeb", "Open Sans", sans-serif;
  background: #F5F5F5;
  color: #666767;
}

.logoCheckout {
  width: 100%;
  max-width: 72px;
}

.center {
  padding-left: calc(50% - 560px);
  padding-right: calc(50% - 560px);
}
@media screen and (max-width: 1280px) {
  .center {
    padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
  }
}
@media screen and (max-width: 1024px) {
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
}
@media (max-width: 833px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.headerCheckout {
  padding: 9px 0 9px 32px;
}

.checkout {
  padding-top: 27px;
}

.checkoutHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .checkoutHeader {
    justify-content: center;
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .summaryBox {
    background-color: #EDF5FF;
    border: none;
  }
}
.summaryBox_hideDesktop {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.summaryBox_hideDesktop.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.formGroup__inputBox {
  flex-shrink: 1;
  flex-grow: 1;
}

.checkoutBtn_w140 {
  width: 140px;
}

.breadcrumb {
  background-color: #EDF5FF;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__itemLink:hover {
  color: #000E18;
  text-decoration: underline;
}
.breadcrumb__item.active .breadcrumb__itemLink {
  color: #000E18;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
  color: #687787;
  padding: 0 5px 0 8px;
}
.breadcrumb__itemLink {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  color: #687787;
  text-decoration: none;
}
.breadcrumb__itemIcon {
  margin-right: 4px;
}

.checkoutSteps {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkoutSteps {
    margin-top: 0;
  }
}
.checkoutSteps__round {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background: #EDF5FF;
  color: #687787;*/
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.checkoutSteps__round:not(:first-of-type)::before {
  /*content: "";*/
  display: block;
  position: absolute;
  top: 50%;
  right: 47px;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background-color: #687787;
}
@media screen and (max-width: 767px) {
  .checkoutSteps__round:not(:first-of-type)::before {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  .checkoutSteps__round:not(:first-of-type)::before {
    display: none;
  }
}
.checkoutSteps__round.active {
  color: #0070FF;
  border: 1px solid #0070FF;
}
.checkoutSteps__stepTxt {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  color: #687787;
  font-weight: 600;
  display: block;
  cursor: pointer;
  line-height: 1.33;
  /*margin-left: 14px;
  margin-right: 78px;*/
  margin-left: 0px;
  margin-right: 26px;
}
@media screen and (max-width: 640px) {
  .checkoutSteps__stepTxt {
    margin-right: 16px;
  }
}

.checkoutHdr {
  font-family: "Ubuntu", "Open Sans", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #000E18;
  margin-top: 7px;
  margin-bottom: 20px;
  margin-right: 101px;
}
@media screen and (max-width: 640px) {
  .checkoutHdr {
    display: none;
  }
}

.checkoutContent {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .checkoutContent {
    flex-direction: column;
  }
}

.contactBox {
  background-color: #ffffff;
  padding: 40px 32px 48px;
  border-radius: 4px;
  border: 1px solid #D4DAE3;
  max-width: 776px;
  margin-right: 5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contactBox {
    margin-right: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.contactBox__linkChange {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #0070FF;
  text-decoration: none;
  margin-left: 18px;
}
.contactBox__titleBox {
  width: 100%;
  max-width: 276px;
}
.contactBox__titleWrap {
  display: flex;
  align-items: center;
}
.contactBox__title {
  font-family: "Ubuntu", "Open Sans", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000E18;
  margin-bottom: 8px;
}
.contactBox__subTitle {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000E18;
}
.contactBox__subTitleLink {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #4978B6;
  margin-left: 8px;
}
.inline {
display: inline-block;
}

.formGroup {
  position: relative;
  
  margin-bottom: 30px;
}

.new_select{
  width: 100%;
  max-width: 300px;
}

.formGroup_w195 {
  width: 195px;
}
.formGroup_w300 {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .formGroup {
    width: 100%;
  }
}
.formGroup_mt2 {
  margin-bottom: 17px;
}
.formGroup_mr1 {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .formGroup_mr1 {
    margin-right: 0;
  }
}
.formGroup__label {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #000E18;
}
.formGroup__input {
  font-family: "RobotoWeb", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #D4DAE3;
  border-radius: 4px;
  padding: 12px;
  margin: 0;
  width: 300px;
  height: 48px;
  -webkit-appearance: button;
  background-color: #ffffff;
margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .formGroup__input {
    width: 100%;
  }
}
.formGroup__input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 3px #bbb;
  box-shadow: 0 0 3px #bbb;
}
.formGroup__error {
  display: none;
  align-items: center;
  position: absolute;
  bottom: -19px;
}
.formGroup__error.active {
  display: flex;
}
.formGroup__errorIcon {
  display: inline-block;
  margin-right: 8px;
}

.formGroupBox_mt1 {
  margin-top: 17px;
}
.formGroupBox_mt2 {
  margin-top: 24px;
}

.customCheckBox {
  position: relative;
}
.customCheckBox__link {
  display: inline-block;
  color: #4978B6;
}
.customCheckBox__label {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000E18;
  padding-left: 30px;
}
.customCheckBox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.customCheckBox__input:checked ~ .customCheckBox__indicator {
  background-color: #007dbc;
  border: none;
}
.customCheckBox__input:checked ~ .customCheckBox__indicator:after {
  display: block;
}
.customCheckBox__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 2px solid #8996A2;
  cursor: pointer;
}
.customCheckBox__indicator:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.checkoutBtnBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .checkoutBtnBox {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .checkoutBtnBox {
    width: 100%;
  }
}
.checkoutBtnBox_mt22 {
  margin-top: 22px;
}
.checkoutBtnBox_mt48 {
  margin-top: 48px;
}
.checkoutBtnBox_mb48 {
  margin-bottom: 48px;
}

.checkoutBtn {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #ffffff;
  border-radius: 4px;
  background-color: #231F20;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 194px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  width: auto; 
  max-width: 100%;

}
.checkoutBtn:hover {
  background-color: #DC0032;
}
@media screen and (max-width: 640px) {
  .checkoutBtn {
    max-width: 100%;
  }
}

.checkoutBtnGreen {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
  border-radius: 42px;
  background-color: #01C38E;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  /*max-width: 190px;*/
  border: 0;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  width: auto;
  max-width: 100%;
}

.checkoutBtnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #ffffff;
  border-radius: 4px;
  background-color: #231F20;
  padding: 10px 40px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .checkoutBtnIcon {
    width: 100%;
    max-width: 100%;
  }
}
.checkoutBtnIcon:hover {
  background-color: #DC0032;
}
.checkoutBtnIcon__icon {
  margin-right: 16px;
}

.rightSide {
  width: 100%;
  max-width: 352px;
}
@media screen and (max-width: 1024px) {
  .rightSide {
    display: none;
  }
}

.summaryBox {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #D4DAE3;
}
.summaryBox__header {
  display: grid;
  gap: 10px;
}
.summaryBox__row {
  display: grid;
  /*grid-template-columns: 80fr 5fr 15fr;*/
  gap: 8px;
}
.summaryBox__rowTwo {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 8fr 2fr;
  gap: 8px;
}
.summaryBox__nameTwo {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687787;
  grid-column: 1/2;
}
.summaryBox__priceTwo {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  color: #687787;
  grid-column: 3/4;
  text-align: right;
  font-weight: 700;
}
.summaryBox__name {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000E18;
  grid-column: 1/2;
}
.summaryBox__amount {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  color: #687787;
  text-align: center;
  grid-column: 2/3;
}
.summaryBox__price {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  color: #000E18;
  grid-column: 3/4;
  text-align: right;
  font-weight: 700;
}
.summaryBox__line {
  width: 100%;
  height: 1px;
  background-color: #D4DAE3;
  margin: 16px 0;
}
.summaryBox__code {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.summaryBox__codeLink {
  color: #4978B6;
  text-decoration: none;
  margin-left: 24px;
}
.summaryBox__totalTxt {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #000E18;
}
.summaryBox__totalPrice {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  color: #000E18;
}

.banksGroup {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.customSelect {
  display: none;
  width: 100%;
  border-radius: 4px;
  padding: 16px 40px 16px 16px;
  background-color: #EDF5FF;
  color: #222222;
  border: 0;
  outline: 0;
  appearance: none;
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  background-image: url("/catalog/view/theme/default/image/checkout/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .customSelect {
    display: block;
  }
}

.customSelectTwo {
  width: 100%;
  /*max-width: 300px;*/
  border-radius: 4px;
  /*padding: 12px 40px 12px 8px;*/
  background-color: #ffffff;
  color: #222222;
  outline: 0;
  appearance: none;
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-image: url("/catalog/view/theme/default/image/checkout/chevron.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #D4DAE3;
}
@media screen and (max-width: 767px) {
  .customSelectTwo {
    max-width: 100%;
  }
  .new_select{
   width: 100%;
   max-width: 100%;
  }
}
.customSelectTwo_space {
  margin-bottom: 23px;
  margin-top: 4px;
}
.customSelectTwo_width-300 {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .customSelectTwo_width-300 {
    width: 100%;
  }
}
.customSelectTwo_mr8 {
  margin-right: 8px;
}
.customSelectTwo_w125 {
  width: 175px;
}

.customSelectLabel {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #000E18;
}

.textInfo {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4E5D6B;
  margin-top: 4px;
}

.mainLine {
  width: 100%;
  height: 1px;
  background-color: #D4DAE3;
  margin: 16px 0;
}

.completeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .completeBox {
    margin-top: 21px;
    flex-direction: column;
  }
}
.completeBox_mt64 {
  margin-top: 64px;
}
.completeBox__txt {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #687787;
}

.customRadio {
  font-family: "Source Sans 3", "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000E18;
  padding-left: 30px;
  position: relative;
  width: 62%;
}

.customRadio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.customRadio__input:checked ~ .customRadio__indicator {
  background-color: #007dbc;
  border: none;
}
.customRadio__input:checked ~ .customRadio__indicator:after {
  display: block;
}
.customRadio__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 2px solid #4978B6;
  border-radius: 50%;
  cursor: pointer;
}
.customRadio__indicator:after {
  content: "";
  position: absolute;
  background-color: #4978B6;
  display: none;
}

.radioBtnBox {
  margin-top: 24px;
  border: 1px solid #D9DDE1;
  border-radius: 4px;
}
.radioBtnBox__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9DDE1;
  background-color: #ffffff;
  padding: 16px;
}
.radioBtnBox__item:last-child {
  border: none;
}
.radioBtnBox__icons {
  display: flex;
  align-items: center;
}
.radioBtnBox__img:not(:last-child) {
  margin-right: 6px;
}

.has-error textarea,
.has-error input {
    border: 2px solid  #E3262F !important;
}

.has-error ::-webkit-input-placeholder {
    color: rgba(251, 101, 101, 0.58);
}

.has-error :-moz-placeholder {
    color: rgba(251, 101, 101, 0.58);
}

.has-error ::-moz-placeholder {
    color: rgba(251, 101, 101, 0.58);
}

.has-error :-ms-input-placeholder {
    color: rgba(251, 101, 101, 0.58);
}

.line_1::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #CE7182;
}

.line_2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 75%;
  height: 2px;
  background-color: #CE7182;
}

.line_3::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CE7182;
}

