

/* Start:/local/templates/main/common.css?17292427236686*/
.sprite{
    background-image: url(/local/templates/main/./images/sprite_icon.png);
    background-repeat: no-repeat;
}

.sprite_address{
    background-position: 0 0;
}

.sprite_phone{
    background-position: 0 -49px;
}

.sprite_email{
    background-position: 0 -20px;
}

.box-photo{
    overflow: hidden;
    position: relative;
   /* width: 100%;*/
    font-size: 0;
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 0 10px 10px;

   /* display: flex;
    justify-content: space-between;*/

}
.box-photo__image-cont {
    /*margin-bottom: 20px;*/
    width: 220px;
    max-height: 335px;
    /*height: 160px;*/

    display: inline-block;
   /*margin-right: 10px;
    margin-bottom: 10px;*/
}

.box-photo__image{
    width: 100%;
    filter: grayscale(0.75);
}
.box-photo__image:hover{
    filter: grayscale(0.1);
}

.fm-order{
    max-width: 800px;
}

.fm-order__h1{
    display: block;
    border-left: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fm-order__field {
    padding-bottom: 20px;
}
.input {
    position: relative;
    font-weight: normal;
    font-style: normal;
    border-radius: 2px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
}
.input__label {
    display: block;
    padding-bottom: 4px;
}
.input__req {
    color: red;
    vertical-align: super;
    font-size: 12px;
}
.input__text, .input__input, .input__textarea {
    margin: 0em;
    width: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.5em;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 3px;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
}

.checkbox {
    position: relative;
    padding-left: 32px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.fm-order__button {
    width: 140px;
    margin: auto;
}

.button {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border-radius: 2px;
}

.button_red {
    background-color: #feb900;
    background: linear-gradient(to right, ##feb900, #feb900);
    text-decoration: none;
}

.button__text {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 1275px) {
    .box-photo__image-cont {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 950px){
    .box-photo__image-cont {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }}
@media screen and (max-width: 480px){
    .box-photo__image-cont {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .box-photo__image {
        width: 300px;
    }


}

/* модалка */
.main__form {
    width: 500px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 43px rgba(0, 0, 0, 0.35);
    padding: 40px;
}
.main__form-title_text {
    border-left: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-callback {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-callback__btn {
    padding: 10px 30px;
    font-size: 14px;
    background-color: #feb900;
    font-weight: 500;
}
.form-callback__label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 12px;
}
.form-callback__label_more-row {
    line-height: 18px;
}
.form-callback__label_text {
    display: block;
    margin-bottom: 5px;
}
.form-callback__label_info {
    display: inline;
    font-size: 12px;
}
.form-callback__label_protect {
    font-size: 14px;
}
.form-callback__item {
    width: 100%;
    height: 35px;
    border: 1px solid #c0c0c0;
    padding: 10px;
}
.form-callback__item_check {
    display: inline;
    width: 20px;
    height: 20px;
}
.form-callback__item_message {
    height: 100px;
}
.form-callback__item_error {
    border-color: red;
    -webkit-box-shadow: 0 3px 43px rgba(245, 168, 168, 0.35);
    box-shadow: 0 3px 43px rgba(245, 168, 168, 0.35);
}
.form-callback__item_active {
    border-color: #feb900;
}
.form-callback__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 15px;
}
.form-callback__captcha_item {
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #c0c0c0;
    padding: 10px;
}
@media screen and (max-width:921px) {
    .main__form {
        width: 400px;
        height: 100%;
        padding: 20px 25px;
    }
    .main__form-title_line {
        display: none;
        visibility: hidden;
    }
    .form-callback__captcha_item {
        width: 47%;
    }
}
@media screen and (max-width:450px) {
    .main__form {
        width: 300px;
        height: 100%;
        padding: 10px 15px;
    }
    .form-callback__item {
        height: 30px;
        padding: 6px;
    }
    .form-callback__captcha {
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-callback__captcha_item {
        margin-bottom: 10px;
        width: 100%;
        height: 30px;
        padding: 6px;
    }

    .box-photo {
        float: none;
    }
}

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.min.css?172924272312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/components/scid/simple/header__logo_mobile/style.css?17292427231*/


/* End */


/* Start:/local/templates/main/components/scid/simple/header__address/style.css?1729242723403*/
.contact-address{}
.contact-address__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-address__img  {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 19px;
}

/* End */


/* Start:/local/templates/main/components/scid/simple/header__phone/style.css?1729242723547*/
.contact-phone{}
.contact-phone__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-phone__img  {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 19px;
}
.contact-phone__text {}

@media screen and (max-width: 921px){
    .contact-phone__text {
        display: none;
        visibility: hidden;
    }
}

/* End */


/* Start:/local/templates/main/components/scid/simple/header__email/style.css?1729242723422*/
.contact-email{}
.contact-email__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-email__img  {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 19px;
}
.contact-email__text {}

/* End */


/* Start:/local/templates/main/components/scid/simple/header__feedback/style.css?17292427231422*/
.btn-feedback {
    width: 100%;
    height: 100%;
}

.btn-feedback__wrapper {
    height: 50px;
    padding: 15px 50px 21px 50px;
    background-color: #feb900;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-feedback__wrapper:hover {
    background-color: #fece4b;
}

.btn-feedback__wrapper:hover {

}

.btn-feedback__text {
    color: #040404;
}


@media screen and (max-width: 1200px) {
    .btn-feedback__wrapper {
        margin-right: 40px;
        height: 45px;
        font-size: 12px;
        font-weight: 700;
        line-height: 21.13px;
        padding: 14px 30px 11px 33px;
    }
}


@media screen and (max-width: 781px) {
    .btn-feedback__wrapper {
        width: 22px;
        height: 17px;
        background-color: transparent;
        padding: 0;
        margin-bottom: 7px;
        background-image: url(/local/templates/main/components/scid/simple/header__feedback/./images/call.png);
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .btn-feedback__wrapper:hover {
        background-color: transparent;
    }
}


@media screen and (max-width: 450px) {
    .btn-feedback__wrapper {
        margin-right: 20px;
    }
}

/* End */


/* Start:/local/templates/main/components/scid/simple/header__logo_mobile-2/style.css?1729242723784*/
.logo {
}

.logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.24px;
}

.logo__img {
    margin-right: 20px;
    width: 384px;
    height: 40px;
}

@media screen and (max-width: 1200px) {
    .logo__img {
        width: 36px;
        height: 24px;
    }
}

@media screen and (max-width: 781px) {
    .logo__img_name {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 450px) {
    .logo__img {
        width: 42px;
        height: 30px;
    }
}
/* End */


/* Start:/local/templates/main/components/scid/simple/header__button_burger/style.css?1729242723236*/
.burger{}
.burger__line {
    display: block;
    content: '';
    width: 20px;
    height: 2.5px;
    background-color: #fff;
    margin-bottom: 5px;
}

.burger__line_center {
    width: 15px;
    height: 1.5px;
    margin-left: 5px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/burger/style.css?17292427233083*/
.burger-menu {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 100;
    background-color: #282d4d;
    padding: 30px;
    width: 300px;
    color: #fff;
}


.burger-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
}

.burger-menu__item_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding-bottom: 15px;
}

.burger-menu__item_bot {
    margin-top: 38px;
}

.burger-menu__row {
    margin-bottom: 26px;
}

.burger-menu__link_img {
    display: inline-block;
    margin-right: 15px;
    width:16px;
    height:18px;
}



.burger-menu__link_text {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.14px;
}
.burger-menu__link_img {
    display: inline-block;
    margin-right: 15px;
}
/*
.burger__line {
    display: block;
    content: '';
    width: 20px;
    height: 2.5px;
    background-color: #fff;
    margin-bottom: 5px;
}
.burger__line_center {
    width: 15px;
    height: 1.5px;
    margin-left: 5px;
}
*/
.burger-menu__link_bot {
    margin-bottom: 25px;
}

.burger-menu.hidden {
    left: -200%;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.line_active-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 3.5px;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.line_active-bot {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: 3.5px;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.line_hidden {
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
    transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
    display: none;
    visibility: hidden;
}
@media screen and (max-width: 781px) {
    .burger-menu {
        width: 280px;
        height: 100vh;
        top: 0;
        z-index: 11;
    }
}
/* End */


/* Start:/local/templates/main/components/scid/simple/header__logo/style.css?17292427231*/


/* End */


/* Start:/local/templates/main/components/bitrix/menu/header__menu/style.css?1729242723750*/
.menu {
	height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu__item {
    height: 100%;
    margin-left: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.12px;
    border-bottom: 2px solid transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu__item:hover, .menu__item_selected {
	border-bottom: 2px solid #feb900;
	color: #feb900;
}

.menu__link{
   display: block;
   padding: 30px 0 35px 0;

    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/inner__banner/style.css?1729242723464*/
.banner-inner{

}

.banner-inner__image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.banner-inner__wrp{
    padding-top: 140px;
    padding-bottom: 68px;
}


@media screen and (max-width: 669px) {
    .main-about__text {
        padding-top: 80px;
    }
}
@media screen and (max-width: 450px) {
    .main-about__text {
        padding-top: 50px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.css?1729242723431*/
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 38px;
}
.breadcrumb__separator{
	padding-right: 7px;
	color: #878686;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.14px;
}

.breadcrumb__item{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.14px;
	color: #000000;
	padding-right: 7px;
}
.breadcrumb__link{
	color: #878686;
}


.breadcrumb__link:hover {color: #000000;}


/* End */


/* Start:/local/templates/main/components/scid/simple/footer__logo/style.css?1729242723183*/
.footer-logo__img {
    margin-right: 45px;
    width: 34px;
    height: 26px;
}

@media screen and (max-width: 1200px){
	.footer-logo__img {
    	width: 36px;
    	height: 24px;
	}
}
/* End */


/* Start:/local/templates/main/styles.css?17292427234158*/
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .2s;
    transition: .2s;
}
a:focus {
    outline: none;
}
a:active {
    outline: none;
}
button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-family: inherit;
    cursor: pointer;
}
button:focus {
    outline: none;
}
input,
textarea {
    font-family: inherit;
}
label {
    font-weight: normal;
}
img {
    max-width: 100%;
}

/* life after content ))*/
.bxhtmled-textarea,.content{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.16px;
}
.bxhtmled-textarea h2, .content h2{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.bxhtmled-textarea h3, .content h3{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.content p{
    /*margin-top: 16px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.16px;
    padding-bottom: 16px;
}
.bxhtmled-textarea ul, .content ul{
    margin-bottom: 30px;
}
.bxhtmled-textarea ol, .content ol{
    margin-bottom: 30px;
    list-style-type: none;
    counter-reset: num;
}


.content ol li {
    margin-bottom: 2px;
    padding-left: 10px;
    position: relative;
}

.content ul li {
    margin-bottom: 2px;
    padding-left: 10px;
    position: relative;
}

.content ul li:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #feb900;
    border-radius: 100%;
}

.content ol li::before {
    content: counter(num) '. ';
    counter-increment: num;
    color: #feb900;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    text-align: left;
}

.content table{
    background-color: #ffffff;
    border-spacing:2px;
    border-collapse: separate;
    font-size: 16px;

}
.content tr{}
.content th, .content td {
    padding:4px 16px;
    height: 44px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;
}

.content ._left {
    text-align: left;
}
.content ._bottom {
    vertical-align: bottom;
}



.content th {
    min-width: 44px;
    background-color: #edecec;
    vertical-align: middle;
}


.content tr:nth-child(odd) {
    background-color: #f6f6f6;

}

.popup-fade {
    display: none;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 5%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 720px) {
    .bxhtmled-textarea ul, .content ul{
        margin-bottom: 16px;
    }
}
/* End */


/* Start:/local/templates/main/template_styles.css?17292427239277*/
html {
    overflow: hidden;
}
body {
    max-width: 100vw;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    position: relative;
    background-color: #f7f7f7;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    overflow-y: scroll;
}
.layout{}
.layout__header, .layout__workarea, .layout__header, layout__footer{
    position: relative;
}

.container {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    position: relative;
    max-width: 1300px;
   /* padding-left: 20px;
    padding-right: 20px;*/
    margin: 0 auto;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


.header {
    overflow: hidden;
    min-width: 100vw;
}
.header__row {
    background-color: #272c4c;
    color: #fff;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    height: 50px;
    position: relative;
    z-index: 4;
}
.header__row_wrp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
}
.header__row_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__link {
    padding-right: 37px;
}

.header__row_mobile {
    display: none;
    visibility: hidden;
}


.header__row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/*
.main {
    margin-top: -90px;
    width: 100vw;
}
.main__slide {
    position: relative;
    z-index: 1;
    padding-top: 90px;
    width: 100%;
}
.main__slide_color {
    z-index: 1;
    margin-top: -130px;
    background-image: url(/local/templates/main/../images/main_color.png);
    background-repeat: none;
    background-size: cover;
    background-position: center;
    width: 100%;
}
*/











/*

. contact-link__img {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
}

*/











.header__row__burger {
    cursor: pointer;
    position: relative;
    z-index: 120;
}
.header__row-main {
    position: relative;
    z-index: 2;
    background-color: rgba(40, 45, 77, 0.55);
    color: #fff;
    /*height: 80px;*/
}
.header__row-main_wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 34px 0px 22px;
}

.header__logo_mobile {
    display: none;
    visibility: hidden;
}

/* footer */
.footer {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: #272c4c;
    color: white;
    padding-top: 10px;
    overflow: hidden;
    min-width: 100vw;
}
.footer__row {
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.footer__row .politic {
    width: 100%;
}
.footer__row .politic__wrp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__row .politic__item {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.14px;
}
.footer__row .politic__link_img {
    margin-right: 30px;
}
.footer__row_first {
    padding: 30px 55px 25px 0;
    border-bottom: 1px solid #4e526c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__row_first_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__row_first_logo {
    -ms-flex-preferred-size: 79px;
    flex-basis: 79px;
}
.footer__row_first_logo .logo__img {
    margin-right: 45px;
    width: 34px;
    height: 26px;
}
.footer__row_mobile {
    display: none;
    visibility: hidden;
}
.bottom-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bottom-link__item {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.14px;
}
.bottom-link__link {
    font-weight: 400;
    line-height: 24px;
}
.bottom-link__link_bold {
    font-weight: bold;
}
.place-mobile {
    margin-bottom: 15px;
}
.place-mobile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    line-height: 24px;
}
.place-mobile__link__img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}


/*inner pages*/
.main__banner-inner {
    width: 100vw;
    margin-top: -80px;
    margin-bottom: 37px;
    position: relative;
    background-color: #272c4c;
}
.main__catalog{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.title{
    margin-bottom: 38px;
}
.title_h1{
    padding: 4px 0 4px 50px;
    border-left: 6px solid #feb900;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.36px;
}

@media screen and (max-width:1200px) {
    .header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 306px;
        flex: 0 0 306px;
    }

    .header__row {
        height: 45px;
        display: none;
        visibility: hidden;
    }

    .header__row_mobile {
        display: block;
        visibility: visible;
    }

    .header__link {
        font-size: 12px;
        font-weight: 500;
        line-height: 21.13px;
        text-transform: uppercase;
        letter-spacing: 0.14px;
    }

    .header__link_mobile {
        display: none;
        visibility: hidden;
    }

    .header__row-main {
        visibility: hidden;
    }

    .footer {
        padding: 0;
    }
    .footer__row {
        display: none;
        visibility: hidden;
    }
    .footer__row .politic__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__row_first {
        display: none;
        visibility: hidden;
    }
    .footer__row_mobile {
        display: block;
        visibility: visible;
        padding: 0px 0px 5px 0px;
    }
    .container {
        padding-left: 43px;
        padding-right: 43px;
    }
}

@media screen and (max-width:951px) {
    .header__link {
        padding-right: 10px;
    }
    .header__row_mobile {
        min-width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 781px) {
    .header__logo {
        width: 36px;
        -ms-flex-preferred-size: 36px;
        flex-basis: 36px;
    }

    .header__row_mobile {
        z-index: 10;
    }

    .title_h1{
        font-size: 30px;
    }

    .main__breadcrumb{
        display:none;
    }
}

@media screen and (max-width: 450px) {
    .header__logo {
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    }

    .header__row_mobile {
        height: 55px;
    }

    .title_h1{
        font-size: 22px;
        padding-left: 20px;
        border-width: 3px;
    }
}

/* End */
/* /local/templates/main/common.css?17292427236686 */
/* /local/templates/main/css/jquery.fancybox.min.css?172924272312795 */
/* /local/templates/main/components/scid/simple/header__logo_mobile/style.css?17292427231 */
/* /local/templates/main/components/scid/simple/header__address/style.css?1729242723403 */
/* /local/templates/main/components/scid/simple/header__phone/style.css?1729242723547 */
/* /local/templates/main/components/scid/simple/header__email/style.css?1729242723422 */
/* /local/templates/main/components/scid/simple/header__feedback/style.css?17292427231422 */
/* /local/templates/main/components/scid/simple/header__logo_mobile-2/style.css?1729242723784 */
/* /local/templates/main/components/scid/simple/header__button_burger/style.css?1729242723236 */
/* /local/templates/main/components/bitrix/menu/burger/style.css?17292427233083 */
/* /local/templates/main/components/scid/simple/header__logo/style.css?17292427231 */
/* /local/templates/main/components/bitrix/menu/header__menu/style.css?1729242723750 */
/* /local/templates/main/components/bitrix/news.list/inner__banner/style.css?1729242723464 */
/* /local/templates/main/components/bitrix/breadcrumb/breadcrumbs/style.css?1729242723431 */
/* /local/templates/main/components/scid/simple/footer__logo/style.css?1729242723183 */
/* /local/templates/main/styles.css?17292427234158 */
/* /local/templates/main/template_styles.css?17292427239277 */
