.delivery-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px 0 50px;
}
@media (max-width: 1340px) {
  .delivery-page {
    padding: 0 50px 0 50px;
  }
}
@media (max-width: 1199px) {
  .delivery-page {
    padding: 0 32px 0 32px;
  }
}
@media (max-width: 599px) {
  .delivery-page {
    padding: 20px 20px 0 20px;
  }
}
.delivery-page__top {
  width: 100%;
}
.delivery-page__top .white_title {
  margin-bottom: 22px;
}
@media (max-width: 599px) {
  .delivery-page__top .white_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.delivery-page .delivery_text_right {
  display: none;
}
.delivery-page .delivery-baloon-content .shop2-btn {
  /*btn delivery*/
  border: solid 1px rgba(17, 85, 204, 0.5);
  color: #1155cc;
  box-shadow: none;
  background: #fff;
  font-weight: bold;
}
.delivery-page .delivery-baloon-content .shop2-btn:hover {
  color: white;
  border-color: #15c;
  background: #15c;
}
.delivery-page #shop2-edost-calc {
  /*btn delivery*/
  border: solid 1px rgba(17, 85, 204, 0.5);
  color: #1155cc;
  box-shadow: none;
  background: #fff;
  font-weight: bold;
}
.delivery-page #shop2-edost-calc:hover {
  color: white;
  border-color: #15c;
  background: #15c;
}
.delivery-page .deliver-page__left {
  width: calc(100% - 370px - 24px);
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .delivery-page .deliver-page__left {
    width: calc(65% - 24px);
  }
}
@media (max-width: 1023px) {
  .delivery-page .deliver-page__left {
    width: 100%;
  }
}
.delivery-page .deliver-page__right {
  width: 370px;
  margin: 0 0 0 24px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .delivery-page .deliver-page__right {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .delivery-page .deliver-page__right {
    width: 100%;
    margin: 0;
  }
  .delivery-page .deliver-page__right .cart-about {
    display: flex;
    flex-direction: column;
  }
  .delivery-page .deliver-page__right .cart-about .cart-about__container {
    order: 1;
  }
  .delivery-page .deliver-page__right .cart-about .cart-about__btns.mobile_btns {
    margin-bottom: 20px;
  }
}
.delivery-page .suggestions-input--wrapper {
  padding-left: 88px;
  padding-bottom: 20px;
  border-left: none;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .delivery-page .suggestions-input--wrapper {
    padding-left: 44px;
  }
}
@media (max-width: 599px) {
  .delivery-page .suggestions-input--wrapper {
    padding-left: 20px;
    padding-top: 0;
  }
}
.delivery-page .suggestions-input {
  height: 46px;
  padding-left: 24px;
}
@media (max-width: 599px) {
  .delivery-page .suggestions-input {
    height: 40px;
    padding-left: 11px;
  }
}
.delivery-page .option-item {
  margin-top: -47px;
}
@media (max-width: 1199px) {
  .delivery-page .option-item {
    margin-top: 0;
  }
}
.delivery-page .shop2-delivery-step {
  font-size: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  line-height: 50px;
  vertical-align: top;
  margin-right: 20px;
  background: #efefef;
}
@media (max-width: 1199px) {
  .delivery-page .shop2-delivery-step {
    display: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
  }
}
.delivery-page .shop2-delivery-step.active {
  color: #fff;
  background-color: #1155cc;
}
.delivery-page .shop2-delivery-step-name {
  line-height: 1.2em;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
@media (max-width: 1199px) {
  .delivery-page .shop2-delivery-step-name {
    margin-bottom: 12px;
    margin-left: 44px;
  }
}
@media (max-width: 599px) {
  .delivery-page .shop2-delivery-step-name {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 7px;
  }
}
.delivery-page .g-button {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .delivery-page .g-button {
    width: auto;
    min-width: 170px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    order: 2;
  }
}
@media (max-width: 599px) {
  .delivery-page .g-button {
    order: -1;
  }
}
.delivery-page .g-button.cart_blue_btn {
  font-size: 18px;
  padding: 12px 10px;
  display: block;
  line-height: normal;
}
@media (max-width: 599px) {
  .delivery-page .g-button.cart_blue_btn {
    padding: 11px 10px;
    margin-bottom: 10px;
  }
}
.delivery-page .g-button.back-btn {
  padding: 8px 8px;
  display: inline-block;
  line-height: normal;
}
@media (max-width: 1023px) {
  .delivery-page .g-button.back-btn {
    padding: 9px 8px;
    order: -1;
  }
}
@media (max-width: 599px) {
  .delivery-page .g-button.back-btn {
    margin-bottom: 8px;
  }
}
.delivery-page .g-button.disabled_blue_btn {
  cursor: default;
  color: #979797 !important;
  border-color: #c5c5c5;
  background: #f3f3f3;
  box-shadow: none;
  text-shadow: none;
}
.delivery-page .cart-about {
  margin: -57px 0 0 0;
}
@media (max-width: 1199px) {
  .delivery-page .cart-about {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .delivery-page .cart-about__container {
    border-radius: 4px;
    padding: 23px 10px 20px 20px;
    margin-bottom: 20px;
  }
}
.delivery-page .cart-about__header {
  margin: 0 0 74px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .delivery-page .cart-about__header {
    margin: -61px 0 91px;
  }
}
@media (max-width: 1023px) {
  .delivery-page .cart-about__header {
    display: none;
  }
}
.delivery-page .cart-about__items {
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .delivery-page .cart-about__items {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .delivery-page .cart-about__btns {
    display: none;
  }
}
.delivery-page .cart-about__btns a.white-button {
  font-size: 16px;
  display: block;
  height: 34px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .delivery-page .cart-about__btns a.white-button {
    order: 1;
    height: 48px;
    width: auto;
    min-width: 170px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    padding: 15px 20px;
  }
}
@media (max-width: 599px) {
  .delivery-page .cart-about__btns a.white-button {
    margin-bottom: 8px;
    height: 40px;
    padding: 10px;
  }
}
.delivery-page .cart-about__btns.mobile_btns {
  display: none;
}
@media (max-width: 1023px) {
  .delivery-page .cart-about__btns.mobile_btns {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .delivery-page .cart-about__btns.mobile_btns {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .shop2-order-options {
    margin-bottom: 52px;
  }
}
@media (max-width: 1023px) {
  .shop2-order-options {
    margin: 0 0 20px;
    padding: 0;
  }
}
.shop2-order-options.active #shop2-order-delivery .shop2-delivery-step {
  color: #fff;
  background-color: #15c;
}
@media (max-width: 599px) {
  .shop2-order-options.active #shop2-order-delivery:after {
    background: #15c;
  }
}
.suggestions-input--wrapper #shop2-deligate-calc {
  display: none !important;
}
.shop2-perfect-form {
  position: relative;
}
.shop2-perfect-form > .shop2-delivery-step:after {
  height: 60%;
  bottom: -2px;
  left: 32px;
  width: 3px;
  content: "";
  background: #efefef;
  position: absolute;
}
@media (max-width: 1199px) {
  .shop2-perfect-form:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    background: #efefef;
    border-radius: 50%;
  }
}
@media (max-width: 599px) {
  .shop2-perfect-form:after {
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
.shop2-order-options {
  margin-top: 46px;
}
@media (max-width: 1199px) {
  .shop2-order-options {
    margin: 0 0 20px;
  }
}
@media (max-width: 1199px) {
  #shop2-order-delivery:before {
    position: absolute;
    left: 7px;
    height: 94px;
    top: -45px;
    font-size: 0;
    width: 2px;
    padding: 0;
    background: #efefef;
  }
}
@media (max-width: 599px) {
  #shop2-order-delivery:before {
    left: 3px;
    height: 77px;
    top: -66px;
  }
}
@media (max-width: 1199px) {
  #shop2-order-delivery:after {
    position: absolute;
    left: 0;
    top: 53px;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    background: #efefef;
    border-radius: 50%;
  }
}
@media (max-width: 599px) {
  #shop2-order-delivery:after {
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
  }
}
#shop2-order-delivery .options-list.padding {
  padding-left: 88px;
  margin-top: -33px;
}
@media (max-width: 1199px) {
  #shop2-order-delivery .options-list.padding {
    margin-top: 0;
    padding-left: 44px;
  }
}
@media (max-width: 599px) {
  #shop2-order-delivery .options-list.padding {
    padding-left: 20px;
  }
}
#shop2-order-delivery .options-list .shop2-info {
  background-color: #fdf8bc;
  border: 1px solid #f5e2a4;
  padding: 12px 16px;
  font-size: 13px;
  box-shadow: none;
  border-radius: 4px;
}
#shop2-order-delivery .shop2-delivery--item__tab .label {
  border-radius: 4px;
  background-color: #f2f2f2;
  border: none;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  display: none;
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
  font-size: 16px;
}
@media (max-width: 599px) {
  #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
    font-size: 14px;
  }
}
#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name .delivery-tab--note {
  padding-bottom: 0;
}
#shop2-order-delivery .shop2-delivery--item__tab .tab-label {
  padding: 19px;
}
@media (min-width: 600px) {
  #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
    padding-left: 24px;
  }
}
@media (max-width: 599px) {
  #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
    padding: 14px;
  }
}
#shop2-order-delivery .shop2-delivery--item__tab .option-type {
  border-top: 1px solid #efefef !important;
  border-radius: 6px;
  margin-bottom: 5px !important;
}
#shop2-order-delivery .shop2-delivery--item__tab .option-type:before {
  border: none !important;
}
@media (max-width: 599px) {
  #shop2-order-delivery .shop2-delivery--item__tab .option-type .option-label {
    display: flex;
    flex-direction: column;
  }
}
#shop2-order-delivery .shop2-delivery--item__tab .option-type .option-label strong {
  font-size: 14px;
}
@media (max-width: 599px) {
  #shop2-order-delivery .shop2-delivery--item__tab .option-type .option-label strong {
    padding-left: 24px;
  }
}
#shop2-order-delivery .shop2-delivery--item__tab.active-tab .label {
  background-color: #fff;
  border-color: transparent;
  border: 2px solid rgba(17, 85, 204, 0.5);
}
#shop2-order-delivery .shop2-delivery--item__tab.active-tab .option-type {
  background: #f2f2f2 !important;
}
@media (max-width: 599px) {
  #shop2-order-delivery .shop2-delivery--item__tab.active-tab .option-type {
    background: transparent !important;
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items {
    padding: 0;
  }
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper {
  /*
		@media all and (max-width: 599px) {
			height: 250px !important;
		}	
		*/
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::before {
  width: 15px;
  height: 15px;
  top: auto;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label {
  padding: 0 0 0 24px !important;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  top: 3.6px;
  left: 3.7px;
  width: 9.9px;
  height: 10px;
}
.deligate_points_fields {
  background-color: #fdf8bc;
  border: 1px solid #f5e2a4;
}
.deligate_points_fields .g-button {
  border: solid 1px rgba(17, 85, 204, 0.5);
  color: #15c;
  box-shadow: none;
  background: #fff;
  font-weight: bold;
}
.deligate_points_fields .g-button:hover {
  color: white;
  border-color: #15c;
  background: #15c;
}
@media (max-width: 767px) {
  .shop2-order-options .option-type .option-details .option-item label {
    display: block;
  }
}
.shop2-order-options.shop2-delivery .option-type {
  border-radius: 6px;
  background-color: #efefef;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
}
.shop2-order-options.shop2-delivery .option-type .option-label {
  padding: 16px 16px 16px 30px;
  position: relative;
}
.shop2-order-options.shop2-delivery .option-type .option-label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shop2-order-options.shop2-delivery .option-type .option-label ins {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.shop2-order-options.shop2-delivery .option-type .option-item textarea, .shop2-order-options.shop2-delivery .option-type .option-item input[type="text"], .shop2-order-options.shop2-delivery .option-type .option-item select {
  border-radius: 3px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #d7d7d7;
}
.shop2-order-options.shop2-delivery .option-type.active-type {
  border-color: rgba(17, 85, 204, 0.5);
  background: #fff;
}
.shop2-order-options.shop2-delivery .option-type.active-type .option-label {
  padding: 14px 22px 14px 30px;
}
.shop2-order-options.shop2-delivery .option-type.active-type .option-label ins {
  border: 3px solid #15c;
}
/*https://megagroup.fibery.io/GR/GR_Task/99*/
.shop2-order-options .option-type .option-details .option-item.gr-option-item-checkbox-multi-wrap label {
  display: inline-flex;
  flex-wrap: wrap;
}
.shop2-delivery.deligate .option-item .g-form-field__value {
  max-width: 400px;
  width: 100%;
}
.shop2-delivery .option-item .gr-select-wrapper {
  max-width: 400px;
  width: 100%;
}
.gr-option-item-checkbox-multi-wrap input[type="checkbox"] {
  margin-right: 0.5em;
}
/*https://megagroup.fibery.io/GR/GR_Task/99*/
