

/* Start:/local/templates/ecommerce/d_design/css/delivery.css?166679574111871*/
.main {
    max-width: 1280px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
    margin: 0px 0 20px;
    color: #000;
  }
  
  .main .title {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    margin-top: 0px;
  }
  
  .main .subtitle {
    margin: 20px 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
  }
  
  .main ul {
    list-style-type: none;
  }
  
  .main ul li {
    position: relative;
    margin: 10px 0 10px 10px;
  }
  
  .main ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 40%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00bc52;
  }
  .main #breadcrumbs ul li::after {
    content: "";
    display: none;
    position: absolute;
    left: -10px;
    top: 40%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00bc52;
  }
  .main .option {
    position: relative;
    margin: 10px 0 0px 15px;
    font-size: 15px;
  }
  
  .main .option::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 40%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00bc52;
  }
  
  .main .option_text {
    text-indent: 20px;
    line-height: 20px;
  }
  
  @media only screen and (min-width: 280px) and (max-width: 1366px) {
    .main {
      width: 90%;
      margin: 0 auto;
      font-size: 13px;
    }
    .main .title {
      font-size: 20px;
    }
    .main .subtitle {
      margin: 10px 0;
    }
    .main ul li {
      margin: 5px 0 5px 10px;
    }
    .main .option {
      font-size: 14px;
    }
    .main .option_text {
      text-indent: 10px;
      line-height: 18px;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .main {
      font-size: 22px;
    }
    .main .title {
      font-size: 30px;
    }
    .main .subtitle {
      font-size: 25px;
      margin: 25px 0;
    }
    .main ul li {
      margin: 15px 0 15px 10px;
      font-size: 24px;
    }
    .main .option {
      font-size: 28px;
      margin: 20px 0 15px;
    }
    .main .option_text {
      font-size: 25px;
      text-indent: 20px;
      line-height: 32px;
    }
  }

  @media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .main {
      font-size: 15px;
    }
    .main .title {
      font-size: 20px;
    }
    .main .subtitle {
      font-size: 17px;
      margin: 14px 0;
    }
    .main ul li {
      margin: 10px 0 10px 10px;
      font-size: 15px;
    }
    .main .option {
      font-size: 17px;
    }
    .main .option_text {
      font-size: 15px;
      line-height: 20px;
    }
  }

  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .main {
      font-size: 18px;
    }
    .main .title {
      font-size: 25px;
    }
    .main .subtitle {
      font-size: 20px;
      margin: 20px 0;
    }
    .main ul li {
      margin: 10px 0 10px 10px;
      font-size: 20px;
    }
    .main .option {
      font-size: 22px;
    }
    .main .option_text {
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  .accordion {
    max-width: 1280px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
  }
  
  .accordion .accordion_button {
    width: 100%;
    padding: 13px 0 13px 23px;
    border: 1px solid;
    border-color: #8d8f91 #8d8f91 transparent #8d8f91;
    cursor: pointer;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #000;
    transition: 0.4s;
  }
  
  .accordion .accordion_button:nth-of-type(3n) {
    border-color: #8d8f91;
  }
  
  .accordion .active,
  .accordion .accordion_button:hover {
    background-color: #f8f8f8;
  }
  
  .accordion .active {
    border-color: #8d8f91;
  }
  
  .accordion .grid-panel {
    display: none;
    width: 100%;
  }
  
  .accordion .grid-panel .category-name {
    padding: 13px 0;
    border: 1px solid;
    border-color: #8d8f91 #8d8f91 transparent #8d8f91;
    font-size: 14.5px;
    font-weight: 600;
    text-indent: 20px;
  }
  
  .accordion .grid-panel .category-name .row {
    font-weight: normal;
    text-indent: 20px;
    padding-left:20px;
  }
  
  .accordion .grid-panel .category-name .row:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
  }
  
  .accordion .grid-panel .category-name:first-child {
    border-color: transparent #8d8f91 transparent #8d8f91;
  }
  
  .accordion .grid-panel .category-name:last-child {
    border-color: #8d8f91 #8d8f91 transparent #8d8f91;
  }
  
  .accordion .grid-panel:nth-of-type(3n) .category-name:last-child {
    border-color: #8d8f91;
  }
  
  .accordion .active + .grid-panel {
    display: grid;
    grid-template-columns: 100%;
    transition: max-height 0.2s ease-out;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 1366px) {
    .accordion {
      width: 90%;
      margin: 0 auto;
      font-size: 13px;
      margin-top: 10px;
    }
    .accordion .accordion_button {
      padding: 10px 0 10px 15px;
      font-size: 17px;
    }
    .accordion .grid-panel .category-name {
      padding: 7px 0;
      font-size: 13px;
      font-weight: 600;
      text-indent: 15px;
    }
    .accordion .grid-panel .category-name .row {
      text-indent: 15px;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .accordion {
      font-size: 22px;
      margin-top: 20px;
    }
    .accordion .accordion_button {
      padding: 20px 0 20px 25px;
      font-size: 25px;
    }
    .accordion .grid-panel .category-name {
      padding: 17px 0;
      font-size: 22px;
      text-indent: 25px;
    }
    .accordion .grid-panel .category-name .row {
      text-indent: 25px;
      padding: 7px 0;
    }
  }
  
  @media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .accordion {
      font-size: 18px;
    }
    .accordion .accordion_button {
      padding: 10px 0 10px 23px;
      font-size: 18px;
    }
    .accordion .grid-panel .category-name {
      padding: 13px 0;
      font-size: 14.5px;
      text-indent: 23px;
    }
    .accordion .grid-panel .category-name .row {
      text-indent: 23px;
    }
  }
  
  .payment-rate {
    max-width: 1280px;
    width: 100%;
    font-size: 14px;
    color: #000;
    display: grid;
    margin: 0px 0 30px;
  }
  
  .payment-rate .title-row {
    display: inline-grid;
    grid-template-columns: 100%;
    padding: 13px 0 13px 23px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid;
    border-color: #8d8f91 #8d8f91 transparent #8d8f91;
  }
  
  .payment-rate .row {
    display: inline-grid;
    grid-template-columns: 60% 40%;
    padding: 13px 0 13px 23px;
    border: 1px solid;
    border-color: #8d8f91 #8d8f91 transparent #8d8f91;
  }
  
  .payment-rate .row:last-child {
    border-color: #8d8f91;
  }
  
  .payment-rate .row:nth-of-type(even) {
    background-color: #f8f8f8;
  }
  
  .payment-rate .main-row {
    font-weight: 600;
  }
  
  .footnotes {
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 14px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 1366px) {
    .payment-rate {
      width: 90%;
      margin: 20px auto 10px;
      font-size: 13px;
    }
    .payment-rate .title-row {
      grid-template-columns: 100%;
      padding: 10px 0 10px 15px;
      font-size: 12px;
      line-height: 17px;
    }
    .payment-rate .row {
      padding: 10px 0 10px 15px;
    }
    .footnotes {
      width: 90%;
      margin: 0 auto;
      font-size: 10px;
      line-height: 12px;
      text-align: justify;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .payment-rate {
      margin: 70px auto 10px;
      font-size: 22px;
    }
    .payment-rate .title-row {
      padding: 20px 0 20px 25px;
      font-size: 22px;
      line-height: 25px;
    }
    .payment-rate .row {
      padding: 20px 0 20px 25px;
    }
    .footnotes {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 20px;
    }
  }
  
  @media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .payment-rate {
      font-size: 18px;
    }
    .payment-rate .title-row {
      padding: 10px 0 10px 23px;
    }
    .payment-rate .row {
      padding: 10px 0 10px 23px;
    }
    .payment-rate .title-row {
      font-size: 18px;
    }
    .footnotes {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .footnotes {
      font-size: 15px;
      line-height: 20px;
    }
  }
  
  .delivery-text {
    max-width: 1280px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding-bottom: 20px;
    color: #000;
  }

  .delivery-text .subtitle {
    margin: 20px 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
  }

  .delivery-text ul {
    list-style-type: none;
  }

  .delivery-text ul li {
    position: relative;
    margin: 10px 0 10px 10px;
  }

  .delivery-text ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 40%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00bc52;
  }

  .delivery-text ul li:first-of-type::after {
    display: none;
  }


  .delivery-text ul li:first-of-type::before {
    content: "*";
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: -10px;
    top: 0;
  }

  .delivery-text ul li:first-of-type {
    font-weight: 600;
    margin: 10px 0;
  }

  @media only screen and (min-width: 320px) and (max-width: 1366px) {
    .delivery-text {
      width: 90%;
      margin: 0 auto;
      font-size: 13px;
    }
    .delivery-text .subtitle {
      margin: 10px 0;
    }
    .delivery-text ul li {
      margin: 5px 0 5px 10px;
    }
    .delivery-text .text {
      line-height: 18px;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .delivery-text {
      font-size: 22px;
    }
    .delivery-text .subtitle {
      font-size: 25px;
      margin: 25px 0;
    }
    .delivery-text ul li {
      margin: 15px 0 15px 10px;
      font-size: 24px;
    }
    .delivery-text .text {
      font-size: 25px;
      line-height: 32px;
    }
  }
  
  @media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: landscape) {
    .delivery-text {
      font-size: 15px;
    }
    .delivery-text .subtitle {
      font-size: 17px;
      margin: 14px 0;
    }
    .delivery-text ul li {
      margin: 10px 0 10px 10px;
      font-size: 15px;
    }
    .delivery-text .text {
      font-size: 15px;
      line-height: 20px;
    }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) {
    .delivery-text {
      font-size: 18px;
    }
    .delivery-text .subtitle {
      font-size: 20px;
      margin: 20px 0;
    }
    .delivery-text ul li {
      margin: 10px 0 10px 10px;
      font-size: 20px;
    }
    .delivery-text .text {
      font-size: 20px;
      line-height: 24px;
    }
  }
/* End */


/* Start:/local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878*/
#breadcrumbs{
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 21px;
	font-size: 13px;
	min-height: 21px;
	contain: layout style;
	font-family: Ubuntu, 'Ubuntu Fallback', Arial, sans-serif;
}

#breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 21px;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline;
	line-height: 21px;
}

#breadcrumbs ul li a,
#breadcrumbs .arrow{
	white-space: nowrap;
}

#breadcrumbs .changeName{
	white-space: normal;
}


#breadcrumbs ul li a {
	color: #A5A1A1;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
#breadcrumbs ul li a:hover {
	color: var(--primary);
}
#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 13px;
	line-height: 21px;
	margin: 0 12px;
	color: #A5A1A1;
}
/* End */
/* /local/templates/ecommerce/d_design/css/delivery.css?166679574111871 */
/* /local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878 */
