.main-order-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-head {
	font-size: 24px;
	text-align:center;
	margin-bottom: 48px;
  font-weight: 500;
}
.order-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.order-item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #F2F6F6;
	align-items: center;
	width: 328px;
	border-radius: 8px;
  margin-top: 20px;
}
.order-icon {
	margin-bottom: 16px;
}
.order-text {
	text-align:left;
	font-size: 16px;
}
.ord-arr {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 1170px) { 
    .ord-arr {
    display: none;
  }
  .order-container {
	justify-content: center;
  }
  .order-item {
    margin: 20px;
  }
  .order-item {
    justify-content: flex-start;
    flex-direction: row;
    padding-bottom: 10px;
  }
  }

  @media screen and (max-width: 400px) {
  .order-item {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 10px;
  }
  }

.widget-type_system_widget_v4_page_content_1 .static-text {
    overflow: visible;
}

 .info-item:not(:last-child) {
    margin-right: 197px;
}
.info-item {
  margin-top: 20px;
}
  @media screen and (max-width: 1484px) {
  .info-item:not(:last-child) {
    margin-right: 0px !important;
    margin-bottom: 25px;
  }
  .info-container {
    justify-content: space-evenly !important;
  }
  }

  @media screen and (max-width: 1001px) {
    .info-container {
    flex-direction: column;
    justify-content: center !important;
  }
    .info-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
  }   
}

.main-info-wrap {
	background-color: #F2F6F6;
	padding-top: 49px;
	padding-bottom: 49px;
  margin-bottom: 56px;
  margin-top: 56px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.info-head {
	font-size: 24px;
	text-align:center;
	margin-bottom: 20px;
}
.info-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.info-icon {
	margin-bottom: 16px;
}
.info-text {
	text-align:center;
	font-size: 17px;
}

.back-banner {
      background-image: url(https://static.insales-cdn.com/files/1/1932/37414796/original/bnr-back_1733378738848-1733378739803.jpg);
    padding-left: 62px;
    padding-top: 7vw;
    margin-bottom: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
	}
  .mob-wrap {
    display: none;
  }
  .mob-bnr {
    background-image: url(https://static.insales-cdn.com/files/1/2478/37439918/original/mob-bnr_1733482169330-1733482176179.jpg);
    height: 242px;
    padding: 78px 19px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 48px;
  }
  .mob-bnr-text{
    font-size: 36px;
	  color: #fff;
    font-weight: bold;
  }
@media  screen and (max-width: 1001px) {
  .mob-wrap {
    display: block;
  }
  .back-banner {
    display: none;
    }
}
  .bnr-text {
	font-size: 51px;
	color: #fff;
}
.gal-wrap {
	display: flex;
	flex-wrap: wrap; 
	margin-top: 56px; 
	justify-content: space-between;
}
.gal-right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;	 
	justify-content: space-between;
}
.gal-row {
  gap: 20px;
	display: flex;
	flex-wrap: wrap;  
	justify-content: space-between;
}
.gal-wrap {
  display: flex; 
  flex-wrap: wrap; 
  margin-top: 56px; 
  justify-content: space-between;
}
@media screen and (max-width: 1549px) {
  .gal-wrap {
    justify-content: center;
    gap: 20px;
  }
  .gal-right {
    gap: 20px;
  }
}

@media screen and (max-width: 804px) {

  .gal-row {
    flex-wrap: nowrap;
  }
}

.bubble-container {
	display: flex;
	justify-content: center;
  margin-top: 56px;
}
.bubble {
	background-color: #00C8DD14;
	border-radius: 1000px;
	flex-shrink: 0;
  border: 1px solid #A2DDE3;
}
.bubble-medium {
	width: 420px;
	height: 420px;
	margin-top: 162px;
	margin-right: -58px;
}
.bubble-small {
	width: 324px;
	height: 324px;
	margin-top: 48px;
}
.bubble-big {
	width: 600px;
	height: 600px;
	margin-top: 106px;
	margin-left: -65px;
}

.bubb-text-med {
	text-align: center;
	padding: 116px 100px;
}
.bubb-text-small {
	text-align: center;
	padding: 85px 72px;
}
.bubb-text-big {
	text-align: center;
	padding-top: 223px;
}
.text-head {
	color: #00C8DD;
  font-weight: bold;
	font-size: 120px;
  line-height: 108px;
}
.bb-text-sub {
	color: #6D8C9C;
	font-size: 28px;
}
@media screen and (max-width: 1001px) {
  .bubble-container {
	justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bubble {
        width: 300px !important;
        height: 300px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 20px;
}
.text-head {
   font-size: 47px;
    line-height: 56px;
}
  .bubb-text-med {
	  padding: 81px 23px;
}
.bubb-text-small {
	padding: 96px 59px;
}
.bubb-text-big {
	padding: 100px 25px;
}
}
/*delivery*/
.delivery-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.delivery-item {
	border-radius: 20px;
	border: 1px solid #EBF1F2;
	box-shadow: 0px 4px 4px 0px #0000002B;
	width: 352px;
	height: 152px;
	gap: 10px;
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}
.bb-image {
	width: 324px;
	height: 99px;
}
.cdek-image {
	width: 198px;
	height: 99px;
}
.post-image {
	width: 203px;
	height: 99px;
}
.dll-image {
	width: 324px;
	height: 49px;
}
.main-info-wrap {
    background-color: #F2F6F6;
    padding-top: 40px;
    padding-bottom: 49px;
    margin-bottom: 56px;
    margin-top: 56px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.deliver-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	border-radius: 8px;
	width: 725px;
	height: 96px;
	gap: 12px;
	background-color: #FFFFFF;
}
.deliver-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
	gap: 20px;
}
.deliver-icon img {
	width: 80px;
	height: 80px;
}
.deliver-head {
  font-size: 24px;
  text-align: center;
  margin-bottom: 33px;
	font-weight: 500;
}

.del-wrap {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.del-big {
width: 725px;
height: 328px;
}
.del-small {
width: 725px;
height: 154px;
}
.del-frame {
border-radius: 16px;
border: 1px solid #EBF1F2;
box-shadow: 0px 4px 4px 0px #0000002B;
background-color: #EBF1F2;
display: flex;
align-items: center;
justify-content: center;
}
.del-text-main {
font-size: 50px;
font-weight: 700;
line-height: 52px;
text-align: center;
color: #63899D;
margin-bottom: 16px;
}
.del-text-sub {
font-size: 16px;
line-height: 19.2px;
text-align: center;
}
.del-column-l{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1001px) {
  .del-column {
	width:100%;
}
.del-column-l {
  width: 100%;
}
.del-big.del-frame {
  width:100%;
  height: 135px;
}
.del-small {
    width: 100%;
    height: 135px;
}
.deliver-container {
  padding-left: 16px;
}
.deliver-item {
    padding-right: 8px;
}
.deliver-container {
    padding-right: 16px;
    padding-left: 16px;
}
.deliver-icon img {
    max-width: unset !important;
}
.deliver-item {
  width: 100%;
}
}
.del-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*table*/
.table-common {
	width: 100%;
	border: 1px solid #BACBD2;
	border-collapse: collapse;
}

.table-common thead td {
	background-color: #064262E3;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-common tbody td {
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	color: #000E29;
}

.table-text {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.table-price {
	text-align: center;
}
/*delivery-city*/
.city-delivery-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.city-delivery-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.item-city {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #EBF1F2;
    background-color: #F9FBFB;
    font-size: 20px;
    width: 348px;
    text-align: center;
    height: 64px;
    line-height: 100%;
    box-shadow: 0px 2px 2px #00000026;
}
.item-city a {
    text-decoration: none !important;
    color: #064262 !important;
    font-weight: 500;
}
