/*a:hover {
    border-color: #ffffff00;
}*/

.site-main {
    /*background-image: url("/upload/medialibrary/15f/15ff859a34c2e569032a7a4c1bb6b8d0.png");*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
    clear: both;
    overflow: hidden;
	min-height: 50vh;
}

.email-link__text {
    border-bottom: 1px solid rgba(227, 114, 34, 0.4);
}

.email-link__text:hover {
    border-color: #ffffff00;
}

.logo__slogan {
    margin-left: 20px;
}

.top_site {
    padding-top: 72px;
}

/*header*/
.site-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    min-height: 72px;
    max-height: 85px;
    /*position: relative;*/

    position: fixed;
    top: 0;
    background: #161616;
    z-index: 1000;
}

.main-page .site-header {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.site-header a {
    text-decoration: none;
}

.site-header a:hover {
    border-bottom: none;
}

.header__logo {
    width: 50%;
    flex-shrink: 0;
}

.header__info {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.site-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__mail, .header__phone, .header__basket {
    margin-right: 28px;
}

.header__basket {
    position: relative;
}

.header__basket-count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: calc(100% - 6px);
    padding: 0 4px;
    font-size: 8px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    background-color: #E37222;
    border-radius: 60px;
}

.email-link__icon {
    color: white;
    font-size: 18px;
}

.call__icon {
    color: white;
    font-size: 22px;
}


.email-link__text, .call__text {
    display: none;
}

.email-link__text {
    font-size: 20px;
    line-height: 22px;
    color: #E37222;
}

.call__text {

    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    color: #FFFFFF;
}


.header__separator {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    flex: 0;
    margin: 0 22px;

}

.site-header__content .header__menu {
    margin-left: -5px;
}

.support__text {
    font-size: 11px;
    text-align: right;
    margin-right: 10px;
}

.support__logo {
    padding-top: 2px;
    object-fit: contain;
    object-position: top center;

    height: 2.5em;
}

a.news-return {
    border-bottom: 1px solid rgba(227, 114, 34, 0.7);
}

a.news-return:hover {
    text-decoration: none;
    color: #fff;
}

a.footer-menu__link:hover {
    text-decoration: none;
    color: #fff;
}

.banner__group {
    height: 100%;
    padding-top: 120px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 40px;
    text-align: left;
    background-color: #000000a6;
    display: inline-block;
    overflow: hidden;
}

.banner__title {
    font-size: 60px;
    font-weight: 300;
    line-height: 65px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.banner__description {
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
    font-weight: 300;
    width: 85%;
}

.top-banner__button {
    margin-left: 80px;
}


.banner__title-2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.banner__description-2 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 300;
    width: 85%;
}

.banner__phone {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 300;
    width: 85%;
}

@media ( min-width: 768px ) {

    .header__logo {
        width: auto;
    }

    .site-header__content > div {
        order: 2;
    }

    .site-header__content .header__menu {
        order: 1;
        margin-right: 48px;
    }

    .header__phone {
        margin-right: 0;
    }

    .email-link__icon, .call__icon {
        display: none;
    }

    .email-link__text, .call__text {
        display: block;
        white-space: nowrap;
    }
}

@media (min-width: 1920px) {
    .site-header {
        /*padding: 61px 85px;*/
    }

}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
}

.footer__logo {
    margin-bottom: 25px;
}

.footer__mail {
    margin-bottom: 11px;
}

.footer__phone {
    margin-bottom: 11px;
}

.footer .email-link__icon, .footer .call__icon {
    display: none;
}

.footer .email-link__text, .footer .call__text {
    display: inline-block;
}

.footer_bottom-line {

    padding-top: 11px;
    padding-bottom: 40px;
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
    justify-content: space-between;
    width: 100%;
}

.footer_bottom-line .row__item {
    width: 50%;
}

.footer__copyright {
    margin-bottom: 6px;
}

.inside-container p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.bx-newsdetail-img {
    margin-bottom: 20px;
}

.bx-newsdetail-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
}

.bx-newsdetail-content h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer__row {
    flex-direction: column;
}

.footer__polisy {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__menu ul {
    padding: 0;
}

@media ( min-width: 768px ) {
    .footer {
        display: flex;
        flex-wrap: wrap;
    }

    .footer__separator {
        margin: 0 26px;
        display: block;
        height: 28px;
        border-left: 1px solid white;
    }

    .footer__row {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .footer__row--first {
        margin-bottom: 25px;
    }

    .footer-menu {
        display: flex;
    }

    .footer__row--second .row__item {
        margin-bottom: 0;
        font-size: 16px;
    }

    .footer__logo {
        margin-bottom: 0;
        margin-right: 50px;
    }

    .footer_bottom-line {
        font-size: 14px;
        line-height: 1.3;
    }

    .support__link {
        width: auto;
    }
}

@media ( min-width: 1330px ) {
    .footer__row {
        width: auto;
    }

    .footer__row--second {
        margin-bottom: 25px;
        margin-left: 40px;
    }

    .footer__row--first {
        flex-grow: 1;
        justify-content: flex-start;
    }
}


ul, ol {
    padding: 0 15px 15px 15px;
}

.inside-container ul p {
    margin-bottom: 10px;
    margin-left: -15px;
}

.inside-container ul li {
    line-height: 25px;
}

.inside-container ul li::before {
    color: #E37222;
    content: "•";
    padding-right: 9px;
    margin-left: -15px;
}


.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.news__item img {
    width: 100%;
}


.video_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video_gallery .list {
    display: flex;
    flex-wrap: wrap;
}

.video_gallery .item {
    width: 31%;
    display: flex;
    flex-direction: column;
    margin: 0 10px 20px 10px;
}

h1.in-header {
    margin-bottom: 30px;
    font-size: 45px;
}

@media ( max-width: 1150px ) {
	h1.in-header {
		margin-bottom: 30px;
		font-size: 35px;
	}
}

.video_gallery .item iframe {
    height: 350px;
}

.news__item {
    width: 23%;
}

.article_card {
    margin-bottom: 30px;
}


@media only screen and (max-width: 768px) and (min-width: 320px) {
    .news__item {
        width: 100%;

    }

    .site-header {
        min-height: 60px;
    }

    .header__logo {
        width: 114px;
        z-index: 12;
    }

    .news__list {
        flex-direction: column;
    }

    .footer__menu {
        margin-top: 30px;
    }

    .video_gallery .list {
        flex-direction: column;
    }

    .video_gallery .item {
        width: 100%;
    }

    .video_gallery .item iframe {
        height: auto;
    }


    .banner__group {

        padding-top: 135px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: left;

    }

    .banner__title {
        font-size: 38px;
        padding-bottom: 15px;
        line-height: 35px;
    }

    .banner__description {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 20px;
    }

    .top-banner__button {
        margin-left: 0;
    }

    .tiles__item {
        width: 100%
    }

    .site-main {
        padding-bottom: 0;
    }

    .main-page__text {
        margin-bottom: 40px;
    }

    .footer {
        padding-top: 0;
    }

    .top-banner__item {
        height: 60vh;
    }

}


@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .news__item {
        width: 45%;

    }


}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .banner__group {
        padding-top: 150px;
        padding-bottom: 0;
        padding-left: 80px;
    }

    .banner__title {
        font-size: 50px;
    }

    .banner__description {
        font-size: 18px;
        margin-bottom: 25px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .banner__group {
        padding-top: 150px;
        padding-bottom: 0;
        padding-left: 80px;
    }

    .banner__title {
        font-size: 50px;
    }

    .banner__description {
        font-size: 20px;
        margin-bottom: 25px;
    }
}


#trailer {

}

#trailer > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
    #trailer > video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #trailer > video {
        width: 300%;
        left: -100%;
    }
}

/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
    #trailer > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.contacts-img {
    width: 100%;
    float: none;

}

@media ( min-width: 768px ) {
    .contacts-img {
        width: 50%;
        float: left;
        margin-right: 50px;
    }
}


@media ( min-width: 768px ) {
    .slider-top {
        margin-bottom: 20px;
    }
}

@media ( min-width: 1150px ) {
    .slider-top {
        margin-bottom: 60px;
    }
}

@media ( min-width: 1300px ) {
    .slider-top {
        margin-bottom: 90px;
    }
}

.header__social {
    display: flex;
    align-items: center;
    padding-left: 30px;
    /*border-right: 0.5px solid rgba(255, 255, 255, 0.5);*/
}
.footer__social {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.social_ico {
    height: 22px;
    width: 22px;
    display: block;
    margin-right: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.social__facebook {
    background-image: url("/local/templates/tpl_2020/assets/images/fb_ico.svg");
}
.social__instagram {
    background-image: url("/local/templates/tpl_2020/assets/images/inst_ico.svg");
}
@media (max-width: 1440px) {
    .site-header .email-link .email-link__text {
        display: none;
    }
    .site-header .email-link .email-link__icon  {
        display: block;
    }
}
@media (max-width: 1250px) {
    .site-header .header__phone .call__text {
        display: none;
    }
    .site-header .header__phone .call__icon  {
        display: block;
    }
}
@media (max-width: 1140px) {
    .site-header .logo__slogan {
        display: none;
    }
    .site-header .logo__slogan__mobile {
        display: block;
		font-size: 11px;
		margin: 3px 0 0 2px;

    }
}
@media (min-width: 762px) {
    .site-header .logo__slogan__mobile {
        display: none;
    }
}


@media (max-width: 767.5px) {
    .header__social {
        display: none;
    }
}
@media (max-width: 650px) {
    .search__show {
        margin-right: 10px
    }
    .header__basket {
        margin-right: 10px
    }
    .header__mail {
        margin-right: 10px
    }
    .header__phone {
        margin-right: 15px
    }
}
@media (min-width: 1024px) {
    .show_search_form .header__search {
        flex-grow: 1;
    }
}
@media (max-width: 1023.5px) {
    .site-header {
        transition: max-height 0.5s;
    }
    .site-header__content {
        transition: margin-bottom 0.5s;
    }
    .show_search_form .site-header {
        max-height: 135px;
    }
    .show_search_form .site-header__content {
        margin-bottom: 100px;
    }
    .header__search_form form {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 15px;
        box-sizing: border-box;
        bottom: 20px;
        width: 100%;
        z-index: 12;
    }
    .header__search_form .search__input {
        width: 100%;
    }
    .show_search_form.main-page .site-header {
        background: #161616e6;
    }
}
.header__info {
    z-index: 12;
}


.advantages-4 {
    margin-bottom: 30px;
    padding: 17px 0;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    background-image: linear-gradient(165.67deg, rgba(28, 28, 28, 0.7) 10.17%, rgba(74, 74, 74, 0.3) 95.39%);
}
.advantages-4 + .container .breadcrumb {
    margin-top: 20px;
}
.advantages-4__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px 10px;
}
.advantages-4__item {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 0 8px;
}
.advantages-4__title {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
.advantages-4__icon {
    grid-row: 1/3;
}
.advantages-4__icon img {
    width: 100%;
}
.advantages-4__content {
    font-size: 12px;
    line-height: 14px;
}
@media(min-width: 768px) {
    .advantages-4__list {
        grid-template-columns: repeat(2, max-content);
        justify-content: space-around;
    }
    .advantages-4__item {
        grid-template-columns: 40px 1fr;
        gap: 4px 16px;
        align-items: center;
    }
    .advantages-4__title {
        font-size: 16px;
        line-height: 19px;
    }
    .advantages-4__content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media(min-width: 1200px) {
    .advantages-4__list {
        grid-template-columns: repeat(4, max-content);
        justify-content: space-between;
    }
    .advantages-4__item {
    }
    .advantages-4__icon {
    }
}
.main-page .advantages-4 {
    margin-bottom: 0;
}


.about-page {
  background: #111213;
  padding: 30px 0 50px;
}
.about-page__title {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  color: #E37222;
}
.about-page__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.about-page__list-item:last-child {
  margin-bottom: 0;
}
.about-page__list-item.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-page__list-item.right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page__list-pic {
  margin-bottom: 20px;
  width: 100%;
}
.about-page__list-description {
  color: #fff;
}
.about-page__list-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 25px;
  line-height: normal;
  color: #E37222;
}
.about-page__list-text {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.about-page__list-text p {
  margin-top: 0;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.about-page__list-text p:last-child,
.about-page__list-text p:only-child {
  margin-bottom: 0;
}
.about-page__list-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-page__list-text ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: normal;
}
.about-page__list-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5px;
  height: 2.5px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page__list-text a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 360px) {
  .about-page__list-title {
    font-size: calc( 0.00565 * 100vw + 22.96774px);
  }

  .about-page__list-text {
    font-size: calc( 0.00323 * 100vw + 14.83871px);
  }

  .about-page__list-text p {
    font-size: calc( 0.00323 * 100vw + 14.83871px);
  }

  .about-page__list-text ul li {
    font-size: calc( 0.00323 * 100vw + 14.83871px);
  }

  .about-page__list-text a {
    font-size: calc( 0.00323 * 100vw + 14.83871px);
  }
}
@media only screen and (min-width: 768px) {
  .about-page {
    padding: 40px 0 80px;
  }

  .about-page__title {
    margin: 0 0 40px;
    font-size: 40px;
  }

  .about-page__list-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-page__list-item.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-page__list-item.left .about-page__list-pic {
    margin-right: 30px;
  }

  .about-page__list-item.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-page__list-item.right .about-page__list-pic {
    margin-left: 30px;
  }

  .about-page__list-pic {
    margin-bottom: 0;
    width: 50%;
    max-width: 700px;
  }

  .about-page__list-description {
    width: 50%;
  }

  .about-page__list-title {
    margin-bottom: 20px;
  }

  .about-page__list-text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-page {
    padding: 40px 0 100px;
  }

  .about-page__title {
    margin: 0 0 50px;
    font-size: 46px;
    line-height: 66px;
  }

  .about-page__list-item.left .about-page__list-pic {
    margin-right: 95px;
  }

  .about-page__list-item.right .about-page__list-pic {
    margin-left: 95px;
  }

  .about-page__list-title {
    margin-bottom: 30px;
    line-height: 46px;
  }

  .about-page__list-text {
    line-height: 36px;
  }

  .about-page__list-text p {
    margin-bottom: 30px;
  }

  .about-page__list-text p {
    line-height: 36px;
  }

  .about-page__list-text ul li {
    line-height: 36px;
  }

  .about-page__list-text a {
    line-height: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-page {
    padding: 50px 0 120px;
  }
}
@media (min-width: 1600px) {
  .about-page__list-title {
    font-size: 32px;
  }

  .about-page__list-text {
    font-size: 20px;
  }

  .about-page__list-text p {
    font-size: 20px;
  }

  .about-page__list-text ul li {
    font-size: 20px;
  }

  .about-page__list-text a {
    font-size: 20px;
  }
}


.delivery-info {
    padding: 50px 0 85px;
    color: #fff;
    background-color: #111213;
}
.delivery-info__title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #E37222;
}
.delivery-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}
.delivery-info__item {
    margin-bottom: 50px;
}
.delivery-info__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.delivery-info__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.delivery-info__advantage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    background-color: #222;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}
.delivery-info__advantage:last-child {
    margin-bottom: 0;
}
.delivery-info__advantage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 7px;
    height: 10px;
    background-color: #E37222;
}
.delivery-info__advantage-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
}
.delivery-info__advantage-pic {
    margin-right: 10px;
    width: 40px;
}
.delivery-info__advantage-title {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
}
.delivery-info__advantage-title span {
    font-size: 14px;
    line-height: normal;
    color: #D9D9D9;
    text-transform: none;
}
.delivery-info h2 {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}
.delivery-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.delivery-info ul li {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.delivery-info ul li:last-child {
    margin-bottom: 0;
}
.delivery-info ul li b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}
.delivery-info ul li b:before {
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 12px;
    width: 18px;
    height: 10px;
    background-color: #E37222;
}
@media only screen and (min-width: 768px) {
    .delivery-info__title {
        margin-bottom: 40px;
    }

    .delivery-info__wrap {
        margin-bottom: 84px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }

    .delivery-info__item {
        margin-bottom: 0;
        margin-right: 20px;
        width: calc(50% - 30px);

    }

    .delivery-info__advantages {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .delivery-info__advantage {
        margin-bottom: 0;
        padding: 40px 20px;
        width: calc(33.33% - 10px);
    }

    .delivery-info__advantage:before {
        left: 30px;
        width: 17px;
        height: 24px;
    }

    .delivery-info__advantage-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .delivery-info__advantage-pic {
        margin-right: 20px;
        width: 60px;
    }

    .delivery-info__advantage-title {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        font-size: 18px;
        line-height: normal;
    }

    .delivery-info__advantage-title span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1280px) {
    .delivery-info__advantage-pic {
        margin-right: 30px;
        width: 80px;
    }
    .delivery-info__wrap {
        justify-content: flex-start;
    }
    .delivery-info__item {
        margin-bottom: 0;
        margin-right: 20px;
        width: calc(33.33% - 10px);

    }
}
@media only screen and (min-width: 1400px) {
    .delivery-info__title {
        margin-bottom: 50px;
    }

    .delivery-info__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .delivery-info__item {
        margin-right: 50px;
        width: calc(33.33% - 30px);
    }

    .delivery-info__advantage {
        padding: 60px 0;
        width: calc(33.33% - 30px);
    }

    .delivery-info__advantage:before {
        left: 50px;
        width: 20px;
        height: 27px;
    }

    .delivery-info__advantage-title {
        font-size: 26px;
        line-height: 38px;
    }

    .delivery-info__advantage-title span {
        font-size: 20px;
        line-height: 29px;
    }
}


.main-banner {
    height: 250px;
    overflow: hidden;
}
.main-banner__item {
    position: relative;
    overflow: hidden;
}
.main-banner__description {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner__description.right {
    top: calc(50% - 17px);
    right: 0;
    text-align: center;
}
.main-banner__title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    color: #fff;
}
.main-banner__title.h1 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
}
.main-banner__footer {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
}
.main-banner__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #E37222;
}
.main-banner__name {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.main-banner__picture {
    height: 250px;
}
.main-banner__img {
    width: 100%;
    min-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main-banner ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    z-index: 100;
}
.main-banner ul.slick-dots li {
    margin: 0 5px;
    width: 34px;
    height: 2px;
    background-color: transparent;
    background-image: linear-gradient(165.67deg, rgba(28, 28, 28, 0.7) 10.17%, rgba(74, 74, 74, 0.5) 95.39%);
    font-size: 0;
    cursor: pointer;
}
.main-banner ul.slick-dots li.slick-active {
    background-color: #E37222;
    background-image: none;
}
.main-banner ul.slick-dots li button {
    display: none;
}
@media only screen and (min-width: 768px) {
    .main-banner {
        height: 350px;
    }

    .main-banner__description.right {
        text-align: left;
        width: 50%;
    }

    .main-banner__title {
        margin-bottom: 25px;
        font-size: 44px;
        line-height: 64px;
    }

    .main-banner__title.h1 {
        text-align: left;
        font-size: 48px;
        line-height: 67px;
    }

    .main-banner__title-break {
        display: block;
    }

    .main-banner__footer {
        font-size: 20px;
        line-height: 29px;
        text-align: left;
    }

    .main-banner__name {
        font-size: 44px;
        line-height: 64px;
    }

    .main-banner__picture {
        height: 350px;
    }

    .main-banner ul.slick-dots li {
        width: 50px;
        height: 4px;
    }
}
@media only screen and (min-width: 1200px) {
    .main-banner {
        height: 450px;
    }

    .main-banner__picture {
        height: 450px;
    }

    .main-banner ul.slick-dots li {
        width: 74px;
        height: 4px;
    }
}
@media only screen and (min-width: 1280px) {
    .main-banner__description.right {
        width: calc(45% + 14px);
    }
}




.products-stock {
  padding: 30px 0 50px;
}
.products-stock__head {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #E37222;
}
.products-stock__slider {
  display: none;
  overflow: hidden;
}
.products-stock__slider.slick-initialized {
  display: block;
  margin: 0 -5px;
}
.products-stock__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto;
  height: 100%;
}
.products-stock__item.slick-slide {
  height: auto;
}
.products-stock__wrap {
  position: relative;
  padding: 20px;
  height: 100%;
  background-image: linear-gradient(165.67deg, rgba(28, 28, 28, 0.7) 10.17%, rgba(74, 74, 74, 0.3) 95.39%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.products-stock__img {
    margin: 0 auto;
    max-height: 180px;
}
.products-stock__img-link {
  display: block;
  margin-bottom: 30px;
}
.products-stock__title {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.products-stock__title:hover {
  color: #fff;
  text-decoration: none;
}
.products-stock__price {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
}
.products-stock__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.products-stock__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 23px;
  color: #00BB00;
}
.products-stock__status:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #00BB00;
}
.products-stock .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.products-stock .slick-dots li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53px;
  flex: 0 1 53px;
  height: 4px;
}
.products-stock .slick-dots li.slick-active button {
  background-color: #E37222;
}
.products-stock .slick-dots li button {
  cursor: pointer;
  z-index: 9999;
  font-size: 0;
  height: 5px;
  background: #DFDFDF;
  display: block;
  border: none;
  width: 88%;
  outline: none;
}
.products-stock .slick-dots li button:hover,
.products-stock .slick-dots li button:focus {
  background-color: #E37222;
}
.products-stock .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.products-stock .slick-list {
    transition: all .5s ease;
}
.products-stock .slick-list .product-item.slick-slide {
    padding: 0 !important;
    height: auto;
}
@media only screen and (min-width: 576px) {
  .products-stock__item {
    padding: 0 5px;
  }

  .products-stock__wrap {
    padding: 20px 20px 53px;
  }

  .products-stock__footer {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .products-stock {
    padding: 50px 0 110px;
  }

  .products-stock__head {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 52px;
  }

  .products-stock__wrap {
    padding: 30px 30px 73px;
  }

  .products-stock__title {
    font-size: 20px;
    line-height: 29px;
  }

  .products-stock__footer {
    bottom: 30px;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1280px) {
  .products-stock__slider.slick-initialized {
    display: block;
    margin: 0 -15px;
  }
  .products-stock__item {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .products-stock__item {
    padding: 0 15px;
  }
}




.cont_in_stock {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cont_in_stock.square {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}
.cont_in_stock.square:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
}
.cont_in_stock.square.square_green {
    color: #00BB00;
}
.cont_in_stock.square.square_green:before {
    background-color: #00BB00;
}
.cont_in_stock.square.square_orange {
    color: #E37222;
}
.cont_in_stock.square.square_orange:before {
    background-color: #E37222;
}
.cont_in_stock.footnote {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #777777;
}
@media only screen and (max-width: 1280px) {
  .cont_in_stock {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cont_in_stock {
      font-size: 14px;
  }
}








