

/* Start:/local/templates/rso/components/nastart/block/block_map/style.css?17377029051280*/
.delivery__description {
    max-width: 700px;
}

.delivery__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: var(--marginBottomMain);
}

.delivery__banner__description {
    max-width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 760px) {
    .delivery__banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .delivery__banner__svg {
        /*height: 194px;*/
        width: 100%;
    }

    .delivery__banner__svg img {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
}

@media (max-width: 991px) {
    .delivery__banner__description {
        max-width: unset;
    }
}
/* End */


/* Start:/local/templates/rso/components/nastart/block/text_img_r_2/style.css?1737702905627*/
.delivery__own {
  margin-bottom: var(--marginBottomMain);
}
.delivery__own__title {
  margin-bottom: 40px;
}
.delivery__own__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.delivery__own__img {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid var(--text_disabled);
}
@media (max-width: 760px) {
  .delivery__own__title {
    margin-bottom: 20px;
  }
  .delivery__own__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/news.list/delivery/style.css?17377029051568*/
.delivery__methods {
    margin-bottom: var(--marginBottomMain);
}

.delivery__methods__title {
    margin-bottom: 20px;
}

.delivery__methods__wrapper {
    margin-bottom: var(--marginBottomMainTitle);
}

.delivery__methods__description {
    max-width: 700px;
}

.delivery__methods__img {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
}

@media (max-width: 760px) {
    .delivery__methods__title {
        margin-bottom: 10px;
    }

    .delivery__methods__img {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-items: start;
    }

    /*.delivery__methods__img img {*/
    /*    max-height: 50px;*/
    /*    max-width: 160px;*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*}*/
}
@media (min-width: 360px) and (max-width: 450px) {
    .delivery__methods .delivery__methods__img {
        grid-template-columns: minmax(160px, min-content) repeat(auto-fill, 160px);
    }
}
@media (max-width: 991px) {
    .delivery__methods__img {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
    }

    .delivery__methods__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (min-width: 992px) {
    .delivery__methods__img img {
        width: 100%;
        height: 100%;
        max-height: 92px;
        object-position: left;
        object-fit: contain;
    }
}
/* End */


/* Start:/local/templates/rso/components/nastart/block/pay/style.css?17377029054660*/
.delivery__payment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-bottom: var(--marginBottomMain);
}
.delivery__payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.delivery__payment__title {
  margin-bottom: 20px;
}
.delivery__payment__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.delivery__payment__link {
  margin-bottom: 20px;
  color: var(--link);
}
.delivery__payment__button {
  width: 250px;
}
.delivery__payment__img {
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 760px) {
  .delivery__payment {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  .delivery__payment__wrapper {
    gap: 20px;
  }
  .delivery__payment__link {
    margin-bottom: 10px;
  }
  .delivery__payment__button {
    width: 100%;
  }
}

.wrapper__arrow__btn {
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  width: inherit;
}
.wrapper__arrow__btn:hover .arrow__btn {
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.wrapper__arrow__btn:hover .arrow__svg svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--desktopBlock);
  width: 100%;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__btn {
    height: var(--mobileBlock);
  }
}
.arrow__svg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: var(--desktopBlock);
  min-width: var(--desktopBlock);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 760px) {
  .arrow__svg {
    min-height: var(--mobileBlock);
    min-width: var(--mobileBlock);
  }
}
.arrow__svg svg {
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease,
    transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 760px) {
  .wrapper__arrow__btn {
    gap: 5px;
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/news.list/faq_with_title/style.css?17377029052903*/
.faq {
  margin-bottom: var(--marginBottomMain);
}

.accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  background-color: transparent;
}

.accordion__item {
  border-bottom: 1px solid #abb8c3;
  padding-bottom: 15px;
  padding-top: 15px;
}

.accordion__item:first-child {
  padding-top: 0;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #4f4f4f;
  margin-top: 10px;
  max-width: 730px;
}

.question-block__accordion {
  width: 100%;
}

.accordion__description {
  text-align: left;
}

.accordion__decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  background-color: #ffffff;
  border-radius: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: var(--desktopBlock);
  width: var(--desktopBlock);
  border-radius: 5px;
  border: 1px solid var(--nuances);
  background-color: var(--main);
  color: var(--background);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 760px) {
  .accordion__decoration {
    height: var(--mobileBlock);
    width: var(--mobileBlock);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
  }
}

.accordion__decoration:before {
  content: "";
  background-image: url("https://rusmirplast.ru/wp-content/themes/rusmir/img/icons/icon__plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__decoration:hover {
  border: 1px solid transparent;
  background-color: var(--nuances);
}

.accordion__button[aria-expanded="true"] .accordion__decoration:before {
  content: "";
  background-image: url("https://rusmirplast.ru/wp-content/themes/rusmir/img/icons/icon__minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.delivery__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .delivery__subtitle {
    margin-bottom: 30px;
  }
}

/* End */
/* /local/templates/rso/components/nastart/block/block_map/style.css?17377029051280 */
/* /local/templates/rso/components/nastart/block/text_img_r_2/style.css?1737702905627 */
/* /local/templates/rso/components/bitrix/news.list/delivery/style.css?17377029051568 */
/* /local/templates/rso/components/nastart/block/pay/style.css?17377029054660 */
/* /local/templates/rso/components/bitrix/news.list/faq_with_title/style.css?17377029052903 */
