/* /bitrix/css/alfasintez-shop/404.css?15366703541372 */
/* /bitrix/css/alfasintez-shop/user-agreement.css?15432425361140 */
/* /bitrix/css/alfasintez-shop/documents.css?15695879561167 */
/* /bitrix/css/alfasintez-shop/contacts.css?17468026094026 */
/* /bitrix/css/alfasintez-shop/about.css?153736347915682 */
/* /bitrix/css/alfasintez-shop/index.css?153874237420055 */
/* /bitrix/css/alfasintez-shop/slick-slider-styles/slick.css?15366703541776 */


/* Start:/bitrix/css/alfasintez-shop/index.css?153874237420055*/
/* -------------------------------------------------------------------- */
/* ----------------------------- about us ----------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-page {
    background-color: #fff;
}

#main-page > .about-us .about-half-side {
    width: calc(100% - 55%);
    padding-left: calc(100% - 93%);
    position: relative;
    color: #adadad;
    font-size: calc(1em + 3px);
}

#main-page > .about-us .about-half-side:first-of-type {
    padding-left: 0;
    width: calc(100% - 45%);
    text-align: justify;
}

#main-page > .about-us .about-inner {
    display: flex;
    margin-top: 30px;
}

#main-page > .about-us .about-bottom-txt {
    max-width: 485px;
}

#main-page > .about-us .about-line-animate.first-top-line {
    position: absolute;
    top: -115px;
    left: 270px;
    right: 0;
 }

#main-page > .about-us .about-line-animate.second-top-line {
    position: absolute;
    top: -25px;
    left: 380px;
    right: 0;
}

#main-page > .about-us .about-line-animate.first-bottom-line {
    position: absolute;
    top: 200px;
    right: 100px;
}

#main-page > .about-us .about-line-animate.second-bottom-line {
    position: absolute;
    top: 200px;
    left: auto;
    right: 0;
}

#main-page > .about-us .about-line-animate {
    height: 0;
    width: 0;
}

#main-page > .about-us .about-line-animate.first-bottom-line,
#main-page > .about-us .about-line-animate.second-bottom-line {
    transform: scale(-1, -1);
    position: absolute;
    top: 238px;
    animation-name: diagonal-slide-hight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

#main-page > .about-us .about-line-animate.first-top-line,
#main-page > .about-us .about-line-animate.second-top-line {
    animation-name: diagonal-slide-hight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

@keyframes diagonal-slide-hight {
    50% {
        height: 140px;
    }
    100% {
        height: 140px;
        width: 80px;
    }
}

#main-page > .about-us .about-line-animate.second-top-line,
#main-page > .about-us .about-line-animate.first-bottom-line {
    animation-name: diagonal-slide-low;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#main-page > .about-us .about-line-animate.first-bottom-line .about-eggs-txt,
#main-page > .about-us .about-line-animate.second-bottom-line .about-eggs-txt {
    transform: rotate(180deg);
    top: -10px;
}

@keyframes diagonal-slide-low {
    50% {
        height: 50px;
    }
    100% {
        height: 50px;
        width: 70px;
    }
}

#main-page > .about-us .about-line-animate span {
    display: none;
    color: #8DC04B;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;

}

#main-page > .about-us .about-line-animate .about-eggs-txt {
    display: none;
}

#main-page > .about-us .about-line-animate.first-top-line .about-eggs-txt,
#main-page > .about-us .about-line-animate.first-bottom-line .about-eggs-txt,
#main-page > .about-us .about-line-animate.second-top-line .about-eggs-txt,
#main-page > .about-us .about-line-animate.second-bottom-line .about-eggs-txt {
    font-size: calc(1em - 1px);
    display: block;
    margin-left: 0;
    position: absolute;
    top: -15px;
    opacity: 0;
    width: auto;
    white-space: pre;
    animation-name: show-span;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}

@keyframes show-span {
    to {
        margin-left: 90px;
        opacity: 1
    }
}

/* -------------------------------------------------------------------- */
/* ------------------------------ slides ------------------------------ */
/* -------------------------------------------------------------------- */

#main-page > .slides {
    display: flex;
    flex-direction: row;
    max-height: 535px;
    height: 100%;
    margin-top: 140px;
    position: relative;
    overflow: hidden;
}

#main-page > .slides .slides-inner {
    width: calc(100% / 2);
    height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    transition: 6s;
    overflow: hidden;
}

#main-page > .slides .slides-inner .slide-text-box .text {
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 34px;
    min-height: 70px;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

#main-page > .slides .slide-left img,
#main-page > .slides .slide-right img {
    height: auto;
    width: 100%;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 6s;
    transform: scale(1);
}

#main-page > .slides [data-button] {
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
    color: #fff;
    background-color: transparent;
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.5s ease;
}

#main-page > .slides .slide-text-box {
    transition: all 0.5s ease;
    text-align: center;
    padding: 50px 0;
    max-width: 450px;
    width: 100%;
    position: relative;
    z-index: 2;
}

#main-page > .slides .slides-inner > .slide-inner-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
}

#main-page > .slides .slides-inner::before {
    content: '';
    background-color:  rgba(35, 41, 54, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.5s linear;
}

#main-page > .slides .slides-inner:hover::before {
    background-color:  rgba(35, 41, 54, 0.7);
}

#main-page > .slides .slides-inner  .slide-inner-link:hover {
    cursor: pointer;
}

#main-page > .slides .slides-inner .slide-text-box .slide-inner-link:hover,
#main-page > .slides .slides-inner .slide-text-box .slide-inner-link:active,
#main-page > .slides .slides-inner .slide-text-box .slide-inner-link:focus {
    text-decoration: none;
}

#main-page > .slides .slides-inner .slide-inner-link:hover + img {
    cursor: pointer;
    transform: scale(1.2);
    transition: 6s;
}

#main-page > .slides .slides-inner:hover    [data-button],
#main-page > .slides .slides-inner:active   [data-button],
#main-page > .slides .slides-inner:focus    [data-button]
{
    background-color: #8DC04B;
    border-color: #8DC04B;
}
/* -------------------------------------------------------------------- */
/* ----------------------------- products ----------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .products > .list {
    margin-right: -48px;
    margin-top: 30px;
}

/* -------------------------------------------------------------------- */
/* ------------------------ cooperate with us ------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .cooperate-with-us {
    background-color: #8dc04b;
    margin-top: 70px;
    text-align: center;
}

#main-page > .cooperate-with-us .cooperate-with-us-inner {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-bottom: 50px;
}

#main-page > .cooperate-with-us .cooperate-inner-box {
    width: calc(100% / 4);
    text-align: center;
}

#main-page > .cooperate-with-us .cooperate-inner-box:first-child img {
    height: 150px;
}

#main-page > .cooperate-with-us .cooperate-inner-box:nth-child(2) img,
#main-page > .cooperate-with-us .cooperate-inner-box:nth-child(3) img {
    height: 170px;
}

#main-page > .cooperate-with-us .cooperate-inner-box:last-child img {
    height: 190px;
}

#main-page > .cooperate-with-us .corporate-txt {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: calc(1em + 5px);
    font-weight: bold;
}

/* -------------------------------------------------------------------- */
/* ------------------------ production cycle -------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .production-cycle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#main-page > .production-cycle .production-wrapper {
    display: flex;
    margin-top: 50px;
}

#main-page > .production-cycle .production-inner {
    width: calc(100% / 4);
    text-align: center;
}

#main-page > .production-cycle .production-inner figure {
    margin: 0;
    display: block;
    height: auto;
}

#main-page > .production-cycle .production-inner figure img {
    border-radius: 100%;
    border: 4px solid #e8eaec;
    transition: .4s;
    width: 180px;
    height: 180px;
}

#main-page > .production-cycle .production-inner figure:hover img {
    margin-top: -20px;
    width: 200px;
    height: 200px;
    transition: .4s;
}

#main-page > .production-cycle .production-inner figcaption h3 {
    color: #414042;
    text-transform: uppercase;
    font-size: calc(1em - 2px);
    margin-bottom: 0;
}

/* -------------------------------------------------------------------- */
/* --------------------------- text slider ---------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .text-slider {
    position: relative;
    margin-top: 40px;
}

#main-page > .text-slider .text-slider-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    position: relative;
}

#main-page > .text-slider .text-slider-inner::before {
    content: '';
    background-color:  rgba(59, 64, 58, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-page > .text-slider .text-slider-inner.text-slide-1 {
    background: url(/bitrix/images/alfasintez-shop/index/slider/slider-bg-1.jpg) center -300px / cover no-repeat;
}

#main-page > .text-slider .text-slider-inner.text-slide-2 {
    background: url(/bitrix/images/alfasintez-shop/index/slider/slider-bg-1.jpg) center -300px / cover no-repeat;
}

#main-page > .text-slider .text-slider-inner.text-slide-3 {
    background: url(/bitrix/images/alfasintez-shop/index/slider/slider-bg-1.jpg) center -300px / cover no-repeat;
}

#main-page > .text-slider .slider-info {
    max-width: 640px;
    position: relative;
    color: #fff;
    font-size: calc(1em + 7px);
    line-height: 20px;
    text-align: right;
}

#main-page > .text-slider .slider-info blockquote {
    text-align: left;
}

#main-page > .text-slider .slider-info cite {
    display: block;
    margin-right: 100px;
    font-style: normal;
}

#main-page > .text-slider .text-slider-points {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

#main-page > .text-slider .slick-dots li {
    background-color: rgba(141, 192, 75, 0.32);
    width: 50px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 23px;
    z-index: 1;
}

#main-page > .text-slider .slick-dots {
    text-align: center;
}

#main-page > .text-slider .slick-dots li::before {
    display: none;
}

#main-page > .text-slider .slick-dots li button {
    font-size: 0;
    background-color: transparent;
    border: none;
}

#main-page > .text-slider .slick-dots li:hover {
    cursor: pointer;
}

#main-page > .text-slider .slick-dots li:last-child {
    margin-top: 0;
}

#main-page > .text-slider .slick-dots li.slick-active {
    background-color: #8dc04b;
}

/* -------------------------------------------------------------------- */
/* ------------------------------ why we ------------------------------ */
/* -------------------------------------------------------------------- */

#main-page > .why-we {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#main-page > .why-we .why-we-left {
    border: 4px solid #8dc04b;
    background-color: #3b403a;
    height: 300px;
    border-radius: 4px;
    margin-right: 20px;
}

#main-page > .why-we .why-we-left img {
    max-width: 100%;
    height: 100%;
}

#main-page > .why-we .why-we-right {
    margin-left: 20px;
    text-align: center;
}

#main-page > .why-we .why-we-left,
#main-page > .why-we .why-we-right {
    width: calc(100% / 2);
}

#main-page > .why-we .why-we-txt {
    font-size: calc(1em + 3px);
    color: #adadad;
    line-height: 30px;
    text-align: left;
    margin-top: 15px;
}

#main-page > .why-we .why-we-txt p {
    text-indent: 20px;
}

/* -------------------------------------------------------------------- */
/* --------------------------- certificates --------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .certificates {
    background-color: #8dc04b;
    margin-top: 70px;
    text-align: center;
}

#main-page > .certificates .certificates-inner {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 50px;
}

#main-page > .certificates .certificates-inner-box {
    width: calc(100% / 4);
    text-align: center;
}

#main-page > .certificates .certificates-inner-box img {
    height: 115px;
}

#main-page > .certificates .certificates-inner-box:last-child img {
    height: 125px;
}

#main-page > .certificates .corporate-txt {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: calc(1em + 5px);
    font-weight: bold;
}

/*!* -------------------------------------------------------------------- *!*/
/*!* ------------------------------- news ------------------------------- *!*/
/*!* -------------------------------------------------------------------- *!*/

/*#main-page > .news {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*margin-top: 30px;*/
/*}*/

/*#main-page > .news .news-wrapper {*/
    /*display: flex;*/
    /*margin-top: 30px;*/
/*}*/

/*#main-page > .news .news-inner {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*width: calc(100% / 4);*/
    /*margin-right: 10px;*/
/*}*/

/*#main-page > .news .news-inner:last-child {*/
    /*margin-right: 0;*/
/*}*/

/*#main-page > .news .news-inner figure {*/
    /*background-color: #3b403a;*/
    /*margin: 0;*/
    /*min-height: 200px;*/
    /*height: 100%;*/
    /*max-height: 240px;*/
    /*position: relative;*/
/*}*/

/*#main-page > .news .news-inner figure span {*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*text-align: center;*/
    /*background-color:  rgba(141, 192, 75, 0.7);*/
    /*width: 100%;*/
    /*height: 41px;*/
    /*color: #fff;*/
    /*text-transform: uppercase;*/
    /*font-size: calc(1em - 2px);*/
    /*vertical-align: baseline;*/
    /*display: inline-block;*/
    /*line-height: 40px*/
/*}*/

/* -------------------------------------------------------------------- */
/* ---------------------- products subcategories ---------------------- */
/* -------------------------------------------------------------------- */
/*

#main-page > .products-subcategories {
    margin-top: 50px;
    text-align: center;
}

#main-page > .products-subcategories .products-subcategories-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#main-page > .products-subcategories .products-subcategories-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}

#main-page > .products-subcategories .products-subcategories-list li {
    font-size: calc(100% + 3px);
    color: #adadad;
    width: calc(100% / 3);
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
}

#main-page > .products-subcategories .products-subcategories-list li:last-child {
    margin-right: 0;
}

#main-page > .products-subcategories .products-subcategories-list li::before {
    display: none;
}

#main-page > .products-subcategories .products-subcategories-list li span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 340px;
}

#main-page > .products-subcategories .products-subcategories-list li .products-subcategories-icon {
    margin-right: 10px;
}

#main-page > .products-subcategories .products-subcategories-list li svg {
    color: #8dc04b;
}
*/

/* -------------------------------------------------------------------- */
/* ----------------------------- seo text ----------------------------- */
/* -------------------------------------------------------------------- */

#main-page > .seo-text {
    text-align: center;
}

#main-page > .seo-text .products-subcategories-under-wrap {
    font-size: calc(1em + 3px);
    color: #868686;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-top: 35px;
    display: inline-block;
    padding: 0 10px;
}

#main-page > .seo-text .products-subcategories-under-wrap::before {
    content: '';
    border-top: 1px solid #8dc04b;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
}

#main-page > .seo-text .products-subcategories-more {
    color: #8dc04b;
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    height: 1em;
    position: relative;
    top: 2px;
}

#main-page > .seo-text .products-subcategories-more:hover {
    cursor: pointer;
}

#main-page > .seo-text .seo-txt-inner {
    margin-top: 15px;
    display: block;
    text-align: left;
}

#main-page > .seo-text .products-subcategories-more {
    transform: rotate(0deg);
    transition: transform 0.5s linear;
}

#main-page > .seo-text .products-subcategories-more svg {
    vertical-align: baseline;
}

#main-page > .seo-text .products-subcategories-more.cross-rotate {
    transform: rotate(45deg);
    transition: transform 0.5s linear;
}

/* -------------------------------------------------------------------- */
/* ----------------------------- contacts ----------------------------- */
/* -------------------------------------------------------------------- */
#main-page > .contacts {
    position: relative;
    margin-top: 40px;
}

#main-page > .contacts #map_canvas {
    height: 750px;
}

#main-page > .contacts .map-left-side {
    display: flex;
    justify-content: flex-end;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 50%;
    height: 750px !important;
    position: absolute;
    left: 0;
    top: 0;
}

#main-page > .contacts #van_map_img {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 360px;
}

#main-page > .contacts .van_animation {
    animation-name: park-van;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes park-van {
    40% {
        right: 50%;
    }
    100% {
        right: 20%;
    }
}

#main-page > .contacts .map-list {
    margin-top: 20px;
    display: block;
}

#main-page > .contacts .map-list li {
    display: flex;
    color: #fff;
    font-size: calc(1em + 11px);
    margin-bottom: 30px;
}

#main-page > .contacts .map-list li .call-icon,
#main-page > .contacts .map-list li .map-other-icon {
    color: #8dc04b;
    margin-left: 0;
}

#main-page > .contacts .map-list li::before {
    display: none;
}

#main-page > .contacts .map-list li .call-icon {
    transform: rotate(105deg);
    display: inline-block;
}

#main-page > .contacts .map-list li span {
    margin-left: 20px;
}

#main-page > .contacts .map-left-side-list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4%;
    margin-top: 10px;
    max-width: 500px;
}

#main-page > .contacts [data-callback-form] {
    text-transform: uppercase;
    z-index: 1;
}
/* End */


/* Start:/bitrix/css/alfasintez-shop/slick-slider-styles/slick.css?15366703541776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/css/alfasintez-shop/about.css?153736347915682*/
/* -------------------------------------------------------------------- */
/* ------------------------------- about ------------------------------ */
/* -------------------------------------------------------------------- */

#about-page > .about-box {
    display: flex;
}

#about-page > .about-box .about-box-inner {
    width: calc(100% - 40%);
}

#about-page > .about-box .about-box-left {
    width: calc(100% - 7%);
    text-align: justify;
    margin-top: 30px;
}

#about-page > .about-box .about-box-right {
    text-align: center;
    width: calc(100% - 60%);
    position: relative;
}

#about-page > .about-box .about-box-right figure {
    margin-bottom: 0;
    position: relative;
    height: 100%;
}

#about-page > .about-box .about-box-right figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#about-page > .about-box .about-box-right figcaption {
    background-color: #8dc04b;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 270px;
    margin: auto;
}

#about-page > .about-box .about-box-right figcaption span {
    display: block;
}

#about-page > .about-box .about-box-right figcaption cite {
    font-size: calc(1em + 3px);
    font-weight: bold;
    font-style: normal;
}

#about-page > .about-box .about-box-right figcaption blockquote {
    font-size: calc(1em - 3px);
    font-weight: bold;
    margin: 0;
    line-height: 20px;
}

/* -------------------------------------------------------------------- */
/* --------------------------- certificates --------------------------- */
/* -------------------------------------------------------------------- */

#about-page > .certificates {
    background-color: #8dc04b;
    margin-top: 40px;
    text-align: center;
}

#about-page > .certificates .certificates-inner {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 50px;
}

#about-page > .certificates .certificates-inner-box {
    width: calc(100% / 4);
    text-align: center;
}

#about-page > .certificates .certificates-inner-box img {
    height: 115px;
}

#about-page > .certificates .certificates-inner-box:last-child img {
    height: 125px;
}

#about-page > .certificates .corporate-txt {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: calc(1em + 5px);
    font-weight: bold;
}


/* -------------------------------------------------------------------- */
/* ------------------------ production cycle -------------------------- */
/* -------------------------------------------------------------------- */

#about-page > .production-cycle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#about-page > .production-cycle .production-wrapper {
    display: flex;
    margin-top: 50px;
}

#about-page > .production-cycle .production-inner {
    width: calc(100% / 4);
    text-align: center;
}

#about-page > .production-cycle .production-inner figure {
    margin: 0;
    display: block;
    height: auto;
}

#about-page > .production-cycle .production-inner figure img {
    border-radius: 100%;
    border: 4px solid #e8eaec;
    transition: .4s;
    width: 180px;
    height: 180px;
}

#about-page > .production-cycle .production-inner figure:hover img {
    margin-top: -20px;
    width: 200px;
    height: 200px;
    transition: .4s;
}

#about-page > .production-cycle .production-inner figcaption h3 {
    color: #414042;
    text-transform: uppercase;
    font-size: calc(1em - 2px);
    margin-bottom: 0;
}

/* -------------------------------------------------------------------- */
/* ------------------------------- slider ----------------------------- */
/* -------------------------------------------------------------------- */

.about-slider {
    margin-top: 30px;
}

#about-page > .about-slider .slick-slide,
#about-page > .about-slider {
    position: relative;
    max-height: 525px;
}

#about-page > .about-slider .slick-slide img {
    /*width: 100%;*/
    /*height: auto;*/
}

#about-page > .about-slider .slick-slide.slick-center::before {
    background-color: transparent;
}

#about-page > .about-slider .slick-slide::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-page > .about-slider .slick-arrow {
    background-color: #8dc04b;
    border-radius: 50%;
    box-shadow: none;
    border: none;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.5s linear;
}

#about-page > .about-slider .slick-arrow:hover {
    cursor: pointer;
    opacity: 0.8;
}

#about-page > .about-slider .slick-prev {
    left: 55px;
}

#about-page > .about-slider .slick-next {
    right: 55px;
}

#about-page > .about-slider .slick-arrow svg {
    color: rgba(0, 0, 0, 0.5);
    font-size: 50px;
}

/* -------------------------------------------------------------------- */
/* ----------------------------- why-we-use --------------------------- */
/* -------------------------------------------------------------------- */

#about-page > .why-we-use {
    display: flex;
    margin-top: 30px;
}

#about-page > .why-we-use .why-we-use-left {
    display: flex;
    align-items: center;
    width: 50%;
    margin-right: 15px;
}

#about-page > .why-we-use .why-we-use-right {
    width: 50%;
}

#about-page > .why-we-use .why-we-use-right .why-we-use-txt {
    text-align: justify;
    margin-top: 15px;
}

#about-page > .why-we-use .why-we-use-half-side {
    position: relative;
}

#about-page > .why-we-use .why-we-use-half-side img {
    position: relative;
}

#about-page > .why-we-use .why-we-use-half-side:first-of-type {
    padding-left: 0;
    width: calc(100% - 45%);
    text-align: justify;
}

#about-page > .why-we-use .why-we-use {
    display: flex;
    margin-top: 30px;
}

#about-page > .why-we-use .tomatoes-line-animate.first-top-line {
    position: absolute;
    bottom: 316px;
    left: 190px;
    right: 0;
}

#about-page > .why-we-use .tomatoes-line-animate.second-top-line {
    position: absolute;
    bottom: 298px;
    left: 300px;
    right: 0;
}

#about-page > .why-we-use .tomatoes-line-animate.first-bottom-line {
    position: absolute;
    top: 238px;
    left: auto;
    right: -125px;
}

#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line {
    position: absolute;
    top: 255px;
    left: 52px;
    right: auto;
}

#about-page > .why-we-use .tomatoes-line-animate {
    height: 0;
    width: 0;
}

#about-page > .why-we-use .tomatoes-line-animate.first-bottom-line,
#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line {
    transform: scale(-1, -1);
    animation-name: diagonal-slide-hight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line {
    transform: scale(1, -1);
}

#about-page > .why-we-use .tomatoes-line-animate.first-top-line,
#about-page > .why-we-use .tomatoes-line-animate.second-top-line {
    animation-name: diagonal-slide-hight;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    border-left: 2px dashed #8DC04B;
    border-top: 2px dashed #8DC04B;
    border-radius: 30px 0 0 0;
}

@keyframes diagonal-slide-hight {
    50% {
        height: 130px;
    }
    100% {
        height: 130px;
        width: 80px;
    }
}

#about-page > .why-we-use .tomatoes-line-animate.second-top-line,
#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line {
    animation-name: diagonal-slide-low-about;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

#about-page > .why-we-use .tomatoes-line-animate.first-bottom-line .about-eggs-txt,
#about-page > .why-we-use .tomatoes-line-animate.first-top-line .about-eggs-txt {
    transform: rotate(180deg);
    top: -10px;
}

@keyframes diagonal-slide-low-about {
    50% {
        height: 80px;
    }
    100% {
        height: 80px;
        width: 70px;
    }
}

#about-page > .why-we-use .tomatoes-line-animate span {
    display: none;
    color: #8DC04B;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;

}

#about-page > .why-we-use .tomatoes-line-animate .tomatoes-txt {
    display: none;
}

#about-page > .why-we-use .tomatoes-line-animate.first-bottom-line .tomatoes-txt,
#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line .tomatoes-txt {
    transform: rotate(180deg);
    top: -10px;
}

#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line .tomatoes-txt {
    transform: scale(1, -1);
}

#about-page > .why-we-use .tomatoes-line-animate.first-top-line .tomatoes-txt,
#about-page > .why-we-use .tomatoes-line-animate.first-bottom-line .tomatoes-txt,
#about-page > .why-we-use .tomatoes-line-animate.second-top-line .tomatoes-txt,
#about-page > .why-we-use .tomatoes-line-animate.second-bottom-line .tomatoes-txt {
    font-size: calc(1em - 1px);
    display: block;
    margin-left: 0;
    position: absolute;
    top: -15px;
    opacity: 0;
    width: auto;
    white-space: pre;
    animation-name: show-span;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}

@keyframes show-span {
    to {
        margin-left: 90px;
        opacity: 1
    }
}

/* -------------------------------------------------------------------- */
/* ---------------------------- order points -------------------------- */
/* -------------------------------------------------------------------- */

#about-page > .order-point {
    background: #000 url(/bitrix/images/alfasintez-shop/about/order-point/order-point-bg.png) center center / cover no-repeat;
    height: 260px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#about-page > .order-point .order-inner {
    margin: 0 auto;
    display: flex;
}

#about-page > .order-point .order-point-data {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*display: none;*/
}

#about-page > .order-point .order-point-data:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#about-page > .order-point .order-point-data span {
    color: #fff;
    display: block;
}

#about-page > .order-point .order-point-data .order-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#about-page > .order-point .order-point-data .order-num-wrap .order-num-inner {
    display: flex;
}

#about-page > .order-point .order-point-data .order-num-wrap span:first-child {
    font-size: calc(3em + 9px);
    font-weight: 700;
}

#about-page > .order-point .order-point-data .order-num-wrap .order-num-inner .order-point-measure {
    font-size: calc(2em - 4px);
    margin-left: 5px;
}

#about-page > .order-point .order-point-data span {
    font-size: calc(1em - 3px);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

/* -------------------------------------------------------------------- */
/* ---------------------- pay & delivery order ------------------------ */
/* -------------------------------------------------------------------- */

#about-page > .delivery-order {
    display: flex;
    margin-top: 30px;
}

#about-page > .delivery-order .delivery-inner {
    background-color: #8dc04b;
    width: calc(100% / 3);
    color: #fff;
    display: flex;
    padding: 20px 0;
    margin-right: 40px;
}

#about-page > .delivery-order .delivery-inner:last-child {
    margin-right: 0;
}

#about-page > .delivery-order .delivery-inner .delivery-make {
    text-align: center;
    width: calc(100% - 60%);
    padding: 12px 0;
}

#about-page > .delivery-order .delivery-inner .delivery-list {
    width: calc(100% - 40%);
    border-left: 1px solid #fff;
    max-height: 225px;
    height: 100%;
}

#about-page > .delivery-order .delivery-inner .delivery-list ul {
    margin: 0;
    padding: 10px 0 10px 15px;
}

#about-page > .delivery-order .delivery-inner .delivery-list ul li {
    font-size: calc(1em - 4px);
    line-height: 20px;
}

#about-page > .delivery-order .delivery-inner .delivery-list ul li::before {
    display: none;
}

#about-page > .delivery-order .delivery-inner .delivery-list ul li span {
    margin-left: 10px;
}

#about-page > .delivery-order .delivery-inner .delivery-make span {
    font-size: calc(1em + 3px);
    text-transform: uppercase;
    display: block;
    line-height: 20px;
}

/* -------------------------------------------------------------------- */
/* ----------------------------- contacts ----------------------------- */
/* -------------------------------------------------------------------- */
#about-page > .contacts {
    position: relative;
    margin-top: 40px;
}

#about-page > .contacts #about_map_canvas {
    height: 750px;
}

#about-page > .contacts .map-left-side {
    display: flex;
    justify-content: flex-end;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 50%;
    height: 750px !important;
    position: absolute;
    left: 0;
    top: 0;
}

#about-page > .contacts #van_map_img {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 360px;
}

#about-page > .contacts .van_animation {
    animation-name: park-van;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes park-van {
    40% {
        right: 50%;
    }
    100% {
        right: 20%;
    }
}

#about-page > .contacts .map-list {
    margin-top: 20px;
    display: block;
}

#about-page > .contacts .map-list li {
    color: #fff;
    font-size: calc(1em + 11px);
    margin-bottom: 30px;
    display: flex;
}

#about-page > .contacts .map-list li::before {
    display: none;
}

#about-page > .contacts .map-list li .call-icon,
#about-page > .contacts .map-list li .map-other-icon {
    color: #8dc04b;
}

#about-page > .contacts .map-list li .call-icon {
    transform: rotate(105deg);
}

#about-page > .contacts .map-list li span {
    margin-left: 20px;
}

#about-page > .contacts .map-left-side-list {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5%;
    margin-top: 10px;
    max-width: 500px;
}

#about-page > .contacts .map-left-side-list .alfasintez-form-button {
    margin: 0 auto;
}

#about-page > .contacts [data-callback-form] {
    text-transform: uppercase;
    z-index: 1;
}

@media screen and (min-width:1921px) {
    #about-page > .about-slider .slick-slide::before {
        background-color: transparent;
    }
}

@media screen and (max-width:1200px) {
    #about-page > .about-slider .slick-next {
        right: 30%;
    }

    #about-page > .about-slider .slick-prev {
        left: 10%;
    }

    #about-page > .about-slider .slick-slide,
    #about-page > .about-slider {
        max-height: 1200px;
    }

    #about-page > .about-slider .slick-slide img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:767px) {
    #about-page > .about-slider .slick-slide,
    #about-page > .about-slider {
        max-height: 990px;
    }
}

@media screen and (max-width:425px) {
    #about-page > .about-slider .slick-slide,
    #about-page > .about-slider {
        max-height: 760px;
    }
}
/* End */


/* Start:/bitrix/css/alfasintez-shop/contacts.css?17468026094026*/
/* -------------------------------------------------------------------- */
/* --------------------------- contacts page -------------------------- */
/* -------------------------------------------------------------------- */

.contacts-block {
    height: 950px;
    position: relative;
}

.contacts-block .contacts-map {
    height: 100%;
}

.contacts-block > .contacts-block-left {
    background-color:  rgba(255, 255, 255, 0.9);
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 3 + 200px);
    height: 910px;
    z-index: 1;
}

.contacts-block > .contacts-block-left .contacts-block-map-list li {
    display: flex;
    margin-bottom: 20px;
}

.contacts-block > .contacts-block-left .contacts-block-map-list li::before {
    display: none;
}

.contacts-block > .contacts-block-left .contacts-block-map-list li span.map-other-icon,
.contacts-block > .contacts-block-left .contacts-block-map-list li span.call-icon {
    width: 50px;
    height: 40px;
    color: #8dc04b;
    margin-top: 5px;
    font-size: 2em;
    display: inline-block;
    text-align: center;
}

.contacts-block > .contacts-block-left .contacts-block-map-list li .call-icon {
    transform: rotate(90deg);
    display: inline-block;
}

.contacts-block > .contacts-block-left .contacts-block-map-list span {
    display: block;
    font-size: calc(1em + 3px);
    font-weight: bold;
    margin-bottom: 8px;
}

.contacts-block > .contacts-block-left .contacts-block-map-list {
    margin-top: 40px;
}

.contacts-block > .contacts-block-left .contacts-block-map-list span:first-child {
    font-size: calc(1em + 3px);
    font-weight: normal;
    margin-bottom: 0;
}

.contacts-block > .contacts-block-left .map-left-side-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 13%;
}

.contacts-block > .contacts-block-left .map-left-side-list .page-block-title {
    text-align: center;
    width: 100%;
}

.contacts-block > .contacts-block-left .map-left-side-list .page-block-title h2 {
    margin-left: calc(100% / 2 - 182px);
}

.contacts-block > .contacts-block-left .contacts-block-data-wrap {
    margin-left: 8px;
}

.contacts-block > .contacts-block-left .contacts-map-form {
    background-color:  #8dc04b;
    max-width: 377px;
    width: 100%;
    border-radius: 4px;
}

.contacts-block > .contacts-block-left .contacts-map-form textarea::-webkit-input-placeholder {color:#CECECE;}
.contacts-block > .contacts-block-left .contacts-map-form textarea::-moz-placeholder          {color:#CECECE;}/* Firefox 19+ */
.contacts-block > .contacts-block-left .contacts-map-form textarea:-moz-placeholder           {color:#CECECE;}/* Firefox 18- */
.contacts-block > .contacts-block-left .contacts-map-form textarea:-ms-input-placeholder      {color:#CECECE;}

.contacts-block > .contacts-block-left .contacts-map-form .page-block-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color:  rgba(255, 255, 255, 0.9);
    padding: 15px 30px 35px;
    text-align: center;
}
.contacts-block > .contacts-block-left .contacts-map-form .page-block-title span.asintez-form-title-title {
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
}

.contacts-block > .contacts-block-left .contacts-map-form .page-block-title h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: calc(1em + 7px);
}

.contacts-block > .contacts-block-left .contacts-map-form .page-block-title span {
    font-size: calc(1em - 3px);
}

.contacts-block > .contacts-block-left .contacts-map-form .alfasintez-form-input input {
    background-color: #fff;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
    color: #868686;
    font-size: calc(1em);
}

.contacts-block > .contacts-block-left .page-block-title div[id^="comp"] {
    width: 90%;
}

.contacts-block > .contacts-block-left .contacts-map-form .alfasintez-form .buttons-row {
    border: 3px solid #fff;
    border-radius: 5px;
}
/* End */


/* Start:/bitrix/css/alfasintez-shop/documents.css?15695879561167*/
#page-breadcrumb,
#page-title {
    display: none!important;
}

.user-document ol {
    counter-reset: item;
    padding: 0;
}

.user-document ul {
    counter-reset: item;
/*    padding: 0;*/
	font-size: 20px;
}

.user-document h2 {
    font-size: calc(1em + 2px);
	font-weight: bold;
}

.document-main-list {
    margin-left: 20px;
}

.user-document .document-title {
    display: block;
    position: relative;
}

.user-document li ol {
    padding-left: 20px;
}

.user-document .document-first-inner li::before {
    position: absolute;
    left: -20px;
    margin: 0;
}

.user-document .document-second-inner li::before {
    position: absolute;
    left: calc(-20px + 10px);
}

.user-document .document-title::before {
    position: relative;
    left: 0;
}


.document-title > span,
.user-document .document-title::before {
    font-size: calc(1rem + 11px);
    color: #868686;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: normal;
    display: inline-block;
}

.user-document .document-title ol,
.document-title > span {
    margin-top: 20px;
}
/* End */


/* Start:/bitrix/css/alfasintez-shop/user-agreement.css?15432425361140*/
#page-breadcrumb,
#page-title {
    display: none!important;
}

.user-agreement ol {
    counter-reset: item;
    padding: 0;
}

.agreement-main-list {
    margin-left: 20px;
}

.user-agreement .agreement-title {
    display: block;
    position: relative;
}

.user-agreement li ol {
    padding-left: 20px;
}

.user-agreement .agreement-first-inner li::before {
    position: absolute;
    left: -20px;
    margin: 0;
}

.user-agreement .agreement-second-inner li::before {
    position: absolute;
    left: calc(-20px + 10px);
}

.user-agreement .agreement-title::before {
    position: relative;
    left: 0;
}

.user-agreement li::before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.user-agreement .agreement-title::before {
    content: counters(item, ".") ".";
}

.agreement-title > span,
.user-agreement .agreement-title::before {
    font-size: calc(1rem + 11px);
    color: #868686;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: normal;
    display: inline-block;
}

.user-agreement .agreement-title ol,
.agreement-title > span {
    margin-top: 20px;
}
/* End */


/* Start:/bitrix/css/alfasintez-shop/404.css?15366703541372*/
.error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    height: 100vh;
}

.error-page b {
    font-size: 238px;
    font-weight: bold;
    text-transform: uppercase;
    color: #8dc04a;
    position: relative;
    display: inline-block;
}

.error-page b::before {
    content: '';
    height: 2px;
    background-color: #8DC04A;
    width: 100px;
    position: absolute;
    left: -35%;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    text-align: center;
}

.error-page b::after {
    content: '';
    height: 2px;
    background-color: #8DC04A;
    width: 100px;
    position: absolute;
    right: -35%;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.error-page .title {
    font-size: calc(2em + 2px);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.error-page .message {
    font-weight: normal;
    font-size: calc(2em);
    text-transform: none;
    margin-top: 40px;
    line-height: 36px;
    max-width: 800px;
}

.error-page .buttons-cell {
    margin-top: 40px;
}

.error-page .buttons-cell span,
.error-page .buttons-cell a {
    max-width: 200px;
    width: 100%;
}

.error-page .buttons-cell span {
    margin-right: 20px;
}

#page-breadcrumb,
#page-title {
    display: none!important;
}
/* End */
