

/* Start:/local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/sag-v3/components/kratkar/editable.include/about-company/style.css?17792816201631*/
.about-company__name {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    font-size: 32px;
    margin: 0 0 30px;
    text-align: center;
}
.about-company__name::first-letter {
    color: #e9374c;
}
.about-company__description {
    font-size: 18px;
    float: 1.4;
}
.about-company__description > * {
    margin-bottom: 10px;
}
.about-company__btn.product-btn {
    margin: 30px auto 0;
}
.about-company__video {
    padding-top: 30px;
}
.about-company__video-ifrmae {
    display: none;
    width: 90%;
    height: 90%;
}
.about-company__video-link {
    display: block;
    /*min-height: 300px;*/
    text-decoration: none;
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
}
.about-company__icon-play {
    position: absolute;
    z-index: 100;
    top: calc(50% - 26px);
    left: calc(50% - 28px);
    width: 56px;
    height: 53px;
    transition: .3s ease transform;
}
.about-company__video-link:hover .about-company__icon-play {
    transform: scale(1.1);
}
.about-company__video-preview {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1001px) {
    .about-company__name {
        float: left;
        margin: 0;
        text-align: center;
    }
    .about-company {
        display: flex;
        gap: 30px;
    }
    .about-company__info {
        width: 40%;
        padding: 30px 0 0;
    }
    .about-company__btn.product-btn {
        margin-left: 0;
        margin-right: 0;
        clear: left;
    }
    .about-company__video {
        width: 60%;
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }
}

/* End */


/* Start:/local/templates/sag-v3/components/bitrix/news.list/advantages-preview/style.css?17786772931785*/
.advantages-preview .advantages-preview__title {
    margin-bottom: 30px;
}
.advantages-preview__title-company {
    display: inline-block;
}
.advantages-preview__title-company::first-letter {
    color: #f0364e;
}
.advantages-preview__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.advantages-preview__item {
    padding: 15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.advantages-preview__image-wrap {
    margin-bottom: 15px;
}
.advantages-preview__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.advantages-preview__name {
    font-weight: 600;
    font-size: 16px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantages-preview__text {
    margin-top: 15px;
    font-size: 14px;
}

/* MEDIA */
@media(min-width: 425px) {
    .advantages-preview__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .advantages-preview__image-wrap {
        height: 130px;
        display: flex;
        flex-direction: column;
        justify-self: center;
        align-items: center;
    }
    .advantages-preview__name {
        align-items: start;
    }
}

@media (min-width: 451px) {
    .advantages-preview__item {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    }
}

@media(min-width: 621px) {
}

@media (min-width: 801px) {
    .advantages-preview__items {
        grid-template-columns: repeat(4, 1fr);
    }
    .advantages-preview__image-wrap {
        height: 120px;
    }
}

@media (min-width: 1001px) {
    .advantages-preview__items {
        grid-gap: 15px;
    }
    .advantages-preview__item {
        padding: 25px;
    }
}

/* End */


/* Start:/local/templates/sag-v3/components/bitrix/news.list/delivery-cols/style.css?17784368202071*/
.delivery-cols {
     display: grid;
     grid-template-columns: 1fr;
     grid-gap: 20px;
} 
.delivery-cols__item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
    width: 100%;
    height: 180px;
    background: transparent no-repeat 140% 50%;
    background-size: contain;
    padding: 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.delivery-cols__item:hover {
    box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .2);
}
.delivery-cols__info {
    font-size: 20px;
    font-weight: 600;
    width: 180px;
}
.delivery-cols__info--c3 {
    font-size: 16px;
    font-weight: 500;
}
.delivery-cols__name,
.delivery-cols__desc {
    display: block;
    line-height: 1.2;
}
.delivery-cols__desc {
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
}
.delivery-cols__desc em,
.delivery-cols__desc b {
    color: #f0364e;
    font-weight: 600;
}


@media(min-width: 451px) {
   .delivery-cols__item {
        background-position: 100% 50%;
   }
   .delivery-cols__info {
       width: 50%;
   }
}

@media (min-width: 801px) {
    .delivery-cols {
        grid-template-columns: repeat(2, 1fr);
    } 
    .delivery-cols--c3 {
        grid-template-columns: repeat(3, 1fr);
        font-size: 16px;
    }
    .delivery-cols__item--c3 {
        background-position: 50% 50%;
        padding: 0;
        display: block;
    }
    .delivery-cols__info--c3 {
        width: auto;
        height: 100%;
        padding: 30px;
        background-color: rgba(255, 255, 255, .5);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
   /*.delivery-cols__item {
        background-position: 200px 0;
   }*/
}

@media (min-width: 1001px)  {

}

@media (min-width: 1201px) {
    .delivery-cols__item--c3 {
        display: flex;
        padding: 30px;
        background-position: 100% 50%;
    }
    .delivery-cols__info--c3 {
        padding: 0;
        height: auto;
        background-color: unset;
        width: 50%;
    }
}
/* End */


/* Start:/local/templates/sag-v3/components/bitrix/news.list/stages/style.css?17780601091609*/
.stages {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
}
.stages__item {
    padding: 15px 30px 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
}
.stages__item::after {
    content: '';
    font-size: 0;
    position: absolute;
    z-index: 10;
    left: 55px;
    right: auto;
    top: 65px;
    bottom: 0;
    width: 2px;
    height: auto;
    background-color: #7a7a7a;
}
.stages__item--has-btn::after {
    top: 0;
    bottom: 60px;
}
.stages__number {
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    border-radius: 10px;
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #7a7a7a;
    border-radius: 10px;
}
.stages__text,
.stages__name {
    padding-left: 65px;
}
.stages__name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px;
}
.stages__text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
}
.stages__item .stages__btn {
    margin: 15px 0 0;
    width: 100%;
}

@media (min-width: 621px) {
    .stages {
        grid-template-columns: repeat(2, 1fr);
    }
    .stages__number {
        float: none;
    }
    .stages__item::after {
        left: 80px;
        right: 0;
        top: 40px;
        bottom: auto;
        height: 2px;
        width: auto;
    }
    .stages__item--has-btn::after {
        display: none;
    }
    .stages__text,
    .stages__name {
        padding-left: 0;
    }
}
@media (min-width: 1001px) {
    .stages {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* End */
/* /local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697 */
/* /local/templates/sag-v3/components/kratkar/editable.include/about-company/style.css?17792816201631 */
/* /local/templates/sag-v3/components/bitrix/news.list/advantages-preview/style.css?17786772931785 */
/* /local/templates/sag-v3/components/bitrix/news.list/delivery-cols/style.css?17784368202071 */
/* /local/templates/sag-v3/components/bitrix/news.list/stages/style.css?17780601091609 */
