

/* Start:/bitrix/templates/grandis_seotlt/css/reset.css?16250462871070*/
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

/* End */


/* Start:/bitrix/templates/grandis_seotlt/css/fonts.css?1665573219825*/
@font-face {
  font-family: 'Geometria_Light';
  src: url('/bitrix/templates/grandis_seotlt/css/../fonts/Brownfox-Geometria_Light.otf');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Geometria';
  src: url('/bitrix/templates/grandis_seotlt/css/../fonts/Geometria.otf');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Geometria-Medium';
  src: url('/bitrix/templates/grandis_seotlt/css/../fonts/Geometria-Medium.otf');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Geometria-Bold';
  src: url('/bitrix/templates/grandis_seotlt/css/../fonts/Geometria-Bold.otf');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/bitrix/templates/grandis_seotlt/css/../fonts/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
	font-display: swap;
}

/* End */


/* Start:/bitrix/templates/grandis_seotlt/css/slick.css?16250462871776*/
/* 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/templates/grandis_seotlt/css/slick-theme.css?16250462873145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/grandis_seotlt/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/grandis_seotlt/css/./fonts/slick.eot');
    src: url('/bitrix/templates/grandis_seotlt/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/grandis_seotlt/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/grandis_seotlt/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/grandis_seotlt/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/grandis_seotlt/css/jquery.fancybox.min.css?162504628712795*/
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:/bitrix/templates/grandis_seotlt/css/style.css?176337420288898*/
body{
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  color: #383839;
}

h1{
  font-family: 'Geometria';
  font-size: 34px;
  font-weight: normal;
  color: #383839;
  text-transform: uppercase;
  margin-bottom: 51px;
}

h2{
  font-family: 'Geometria';
}

a:focus{
  text-decoration: none;
  outline: none;
}

button:focus{
  outline: none;
}

div.form_submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required_text {
  font-size: 13px;
  color: rgba(11, 29, 33, 0.29);
}

@media screen and (max-width: 520px) {
  div.form_submit {
    flex-direction: column;
  }
  .required_text {
    margin-top: 2em;
  }
  .modal_body .form_thanks {
    margin-top: 5em;
  }
}

.input_box{
  margin-bottom: 14px;
}

.input_box.two{
  display: flex;
  justify-content: space-between;
}

.input_box input{
  width: 100%;
  height: 60px;
  border: 1px solid #E0DDD0;
  border-radius: 4px;
  padding-left: 23px;
  box-sizing: border-box;
  font-size: 14px;
  background: none;
  transition: all .25s;
}

.input_box input:focus{
  outline: none;
}

.input_box.two input{
  width: 49%;
}

.form_politic{
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(11, 29, 33, 0.29);
  position: relative;
/*  padding-left: 36px;*/
}

input.error {
  border: 3px solid #F6E14C;
}


.form_licenz_input {
  position: relative;
}

.form_licenz_input input {
  border: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  background: none;
  top: 20px;
  left: 10px;
  opacity: 0;
}

.form_licenz_input label {
  padding-left: 35px;
  display: inline-block;
}

.form_licenz_input label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #E0DDD0;
  border-radius: 2px;
  display: block;
  outline: 0 solid transparent;
  transition: all .25s;
}

.form_licenz_input label.error:after {
  border-color: #F6E14C;
  background-color: #F6E14C;
/*  outline: 2px solid #F6E14C;*/
}

.form_licenz_input label:hover{
  cursor: pointer;
}

.form_licenz_input label:hover:before{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url('/bitrix/templates/grandis_seotlt/css/../img/tick.png');
  top: 4px;
  left: 5px;
}

.form_licenz_input input:checked ~ label:after{
  border: 1px solid #F6E14C;
  background-color: #F6E14C;
}

.form_licenz_input input:checked ~ label:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 12px;
  background-image: url('/bitrix/templates/grandis_seotlt/css/../img/tick.png');
  top: 4px;
  left: 5px;
  z-index: 2;
}

.form_politic a{
  color: #383839;
  border-bottom: 1px solid #E2E0D6;
}

.form_politic a:hover{
  border-bottom: 1px solid #FFFAE3;
}

.form_submit_btn{
  background-color: #F6E14C;
  border-radius: 4px;
  font-family: 'Geometria-Medium';
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 52px;
  /* width: 284px; */
  height: 62px;
  border: none;
  color: #383839;
}

.form_submit_btn:hover:enabled{
  cursor: pointer;
  background-color: #383839;
  color: #F6E14C;
}

form .errors p {
  font-size: 13px;
  color: rgba(185, 11, 11, 0.8);
  margin-bottom: 2em;
}

form.await {
  position: relative;
}

form .loader {
  display: none;
}

form.await::after {
  content: "";
  width: 48px;
  height: 48px;
  border: 3px solid #383839;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}

@keyframes rotation {
0% {
    transform: translate(-50%, -80%) rotate(0deg);
}
100% {
    transform: translate(-50%, -80%) rotate(360deg);
}
} 

.container{
  width: 1280px;
  margin: 0 auto;
  /* overflow-y: hidden; */
}

.header{
  width: 100%;
  background-color: #383839;
  margin-bottom: 52px;
}

.header.index{
  margin-bottom: 0;
  display: flex;
}

.header_container{
  width: 100%;
  height: 112px;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1740px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo{
  display: flex;
  align-items: center;
}
.header_logo_link {
  display: flex;
	align-items: center;
}
.header_logo_link img:not(.logo-domen) {
  width: 202px;
}
.logo-domen {
  margin-left: 20px;
}

.header_logo_text{
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  color: #ccc;
  font-size: 14px;
  line-height: normal;
}

.logo-samara{
  width: 50px !important;
  height: auto;
}

.logo-volgograd{
  width: 100px !important;
  height: auto;
}

.header_menu{
  height: 100%;
}

.header_menu ul{
  display: flex;
  height: 100%;
}

.block-chouze-city{
  position: relative;
  cursor: pointer;
}

.chouse-city{
  color: white;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;

}
.chouse-city-variant{
  display: none;
  height: 158px;
  width: 174px;
  background: #454548;
  position: absolute;
  top: 28px;
  z-index: 2;
}
.chouse-city-variant a{
  text-decoration: none;

  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;;
}

.chouse-city-variant li{
  margin-left: 18px;
  margin-top: 18px;
}

.header_menu ul li{
  height: 100%;
  margin: 0 24px;
}

.header_menu ul li a{
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;

}

.header_menu ul li a span{
  font-family: 'Geometria-Medium';
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid #606061;
}

.header_menu ul li a:hover{
  text-decoration:none;
}

.header_menu ul li a:hover span{
  border-bottom: 1px solid #383839;
}

.header_menu ul li a.selected{
  border-bottom: 4px solid #F6E14C;
}

.header_menu ul li a.selected span{
  border-bottom: 1px solid #383839;
}

.header_info{
  display: flex;
  align-items: center;
  /* width: 100%; */
  justify-content: end;
}

@media (min-width: 1111px) {
  .header_info{
    flex-direction: column;
    align-items: end;
    margin-right: 36px;
  }
}
@media (max-width: 1110px) {
  .header .header_info_region{
    display: none;
  }
}

.header_info_link{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.header_info_mobPhone{
  display: none;
}

@media (max-width: 1199px) {
  .header_info{
    width: 246px;
  }
  .header_info_link{
    display: none;
  }
}
.header_info_phone{
  font-size: 22px;
/*  line-height: 30px;*/
  color: #fff;
  padding-bottom: 5px;
  /* padding-right: 26px; */
}

.header_info_phone:hover{
  text-decoration: none;
  color: #fff;
}

.header_info_callback{
  font-size: 14px;
  color: #F6E14C;
  border-bottom: 1px dashed #615214;
  margin-top: 5px;
}

.header_info_callback:hover{
  color: #F6E14C;
  text-decoration: none;
  border-bottom: 1px dashed #383839;
}

.svg-icon {
  width: 24px;
	height: 18px;
  fill: #F6E14C;
}
.header_info_region {
  display: flex;
	align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.header_info_region:hover{
  color: #F6E14C;
  text-decoration: none;
}
.mobMenu_footer_region {
  display: flex;
	align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.mobMenu_footer_region:hover{
  color: #F6E14C;
  text-decoration: none;
}

.modal_body_region {
  display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.modal_body_region a {
  font-size: 14px;
  color: #615214;
  border-bottom: 1px dashed #888;
}

.modal_body_region a:hover{
  color: #615214;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.header_info_search{
  display: flex;
  align-items: center;
  height: 45px;
  padding-left: 32px;
  border-left: 1px solid #3C4A4D;
}

.header_info_search_btn{
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.header_info_search_btn:hover{
  cursor: pointer;
}

.header_info_mob{
  display: none;
}

.breadcrumb_main{
  margin-bottom: 40px;
}

.breadcrumb_main .bx-breadcrumb .bx-breadcrumb-item a{
  font-family: 'Geometria-Medium';
  font-size: 13px;
  line-height: 24px;
  color: #0B1D21;
  border-bottom: 1px solid #EAEAEB;
}

.breadcrumb_main .bx-breadcrumb .bx-breadcrumb-item a:hover{
  text-decoration: none;
  color: #0B1D21;
  border-bottom: 1px solid #fff;
}

.breadcrumb_main .bx-breadcrumb .bx-breadcrumb-item span{
  font-family: 'OpenSans';
  font-size: 13px;
  line-height: 24px;
  color: #0B1D21;
}

.catalog_list{
  display: grid;
  grid-template-areas: "post-1 post-2 post-3"
                       "post-1 post-2 post-3"
                       "post-4 post-5 post-6"
                       "post-7 post-8 post-6";
  /* grid-template-rows: repeat(4, 1fr); */
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 28px;
}

.post-1 {
  grid-area: post-1;
  background-color: #FEF5A8;
  padding: 50px 42px;
  height: 620px;
}
.post-2 {
  grid-area: post-2;
  background-color: #FEF5A8;
  padding: 50px 42px;
  height: 620px;
}
.post-3 {
  grid-area: post-3;
  background-color: #FEF5A8;
  padding: 50px 42px;
  height: 620px;
}
.post-4 {
  grid-area: post-4;
  border: 1px solid #EBEBEB;
  padding: 40px 42px;
}
.post-5 {
  grid-area: post-5;
  border: 1px solid #EBEBEB;
  padding: 40px 42px;
}
.post-6 {
  grid-area: post-6;
  border: 1px solid #EBEBEB;
  padding: 50px 42px;
}
.post-7 {
  grid-area: post-7;
  border: 1px solid #EBEBEB;
  padding: 40px 42px;
}
.post-8 {
  grid-area: post-8;
  border: 1px solid #EBEBEB;
  padding: 40px 42px;
}

.catalog_list_item_name{
  font-family: 'Geometria';
  font-size: 22px;
  line-height: 35px;
  color: #383839;
  display: block;
  margin-bottom: 30px;
}

.catalog_list_item_name span{
  border-bottom: 1px solid #C8C189;
}

.catalog_list_item_name:hover{
  color: #383839;
  text-decoration: none;
}

.catalog_list_item:hover .catalog_list_item_name span{
  border-bottom: none;
}

.post-1 .catalog_list_item_name, .post-2 .catalog_list_item_name, .post-3 .catalog_list_item_name{
  font-size: 26px;
}

.catalog_list_item_img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 70px);
  width: 100%;
}

.catalog_list_item_img img{
  /* width: auto;
  height: 100%; */
  max-width: 100%;
  max-height: 95%;
  transition: 0.4s;
}

.catalog_list_item:hover .catalog_list_item_img img{
  transform: scale(0.9, 0.9);
  transition: 0.4s;
}

.catalogTwo{
  display: flex;
}

.catalogTwo_left{
  width: 300px;
  margin-right: 28px;
}

.catalogTwo_menu_mainLink{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 15px;
  color: #383839;
  height: 66px;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

.catalogTwo_menu_mainLink:hover{
  color: #383839;
  text-decoration: none;
}

.catalogTwo_menu_mainLink span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: 0;
}

.catalogFilter .smart-filter-title span.menuHide{
  transform: rotate(180deg);
  transition: 0.3s;
}

.catalogTwo_menu_mainLink span:hover{
  background-color: #383839;
  transition: 0.3s;
}

.catalogTwo_menu_mainLink span svg{
  stroke: #383839;
}

.catalogTwo_menu_mainLink span:hover svg{
  stroke: #fff;
}

.catalogTwo_menu_mainLink.menuHide span{
  transform: rotate(180deg);
  transition: 0.3s;
}

.catalogTwo_menu_list{
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
}

.catalogTwo_menu_item{
  position: relative;
}

.catalogTwo_menu_item_link{
  padding: 0 24px;
  min-height: 66px;
  display: flex;
  align-items: center;
  border-top: 1px solid #EFEFEF;
  font-size: 14px;
  line-height: 20px;
  color: #383839;
}

.catalogTwo_menu_item:first-child .catalogTwo_menu_item_link{
  border-top: 0;
}

.catalogTwo_menu_item:last-child .catalogTwo_menu_item_link{
  border-bottom: 1px solid #EFEFEF;
}

.catalogTwo_menu_item_link:hover{
  background-color: #F5F5F5;
  text-decoration: none;
  color: #383839;
}

.selected .catalogTwo_menu_item_link{
  background-color: #F5F5F5;
}

.catalogFilter .smart-filter-title{
  font-size: 15px;
  text-transform: uppercase;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.catalogFilter .smart-filter-title span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

.catalogFilter .smart-filter-title span svg{
  stroke: #383839;
}

.catalogFilter .smart-filter-title span:hover{
  background-color: #383839;
  transition: 0.3s;
  cursor: pointer;
}

.catalogFilter .smart-filter-title span:hover svg{
  stroke: #fff;
}

.catalogFilter .row{
  margin: 0;
}

.catalogFilter_box{
  padding: 0 24px;
  border: 1px solid #EFEFEF;
}

.catalogFilter .smart-filter-parameters-box-title{
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-size: 15px;
}

.catalogFilter .smart-filter-button-box{
  padding: 30px 24px;
  border: 1px solid #EFEFEF;
  border-top: none;
}

.catalogFilter .smart-filter-parameters-box-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalogFilter .smart-filter-parameters-box-container .btn-primary{
  width: 128px;
  height: 44px;
  background-color: #F6E14C;
  border: none;
  border-radius: 4px;
  color: #383839;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.catalogFilter .smart-filter-parameters-box-container .btn-link{
  width: 108px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  color: #383839;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.catalogFilter .smart-filter-parameters-box-container .btn-link:hover{
  text-decoration: none;
}

.catalogFilter .smart-filter-popup-result a{
  color: #F6E14C;
}

.catalogTwo_menu_item span{
  position: absolute;
  top: 20px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: 0;
  transform: rotate(180deg);
}

.catalogTwo_menu_item span:hover{
  cursor: pointer;
  background-color: #383839;
  transition: 0.3s;
}

.catalogTwo_menu_item span svg{
  stroke: #383839;
}

.catalogTwo_menu_item span:hover svg{
  stroke: #fff;
}

.catalogTwo_menu_item ul{
  padding: 0 24px 0 44px;
  display: none;
  overflow: hidden;
}

.catalogTwo_menu_item.selected ul{
  display: block;
}

.catalogTwo_menu_item.selected ul{
  height: auto;
}

.catalogTwo_menu_item ul li{
  padding-bottom: 12px;
}

.catalogTwo_menu_item ul li:first-child{
  padding-top: 22px;
}

.catalogTwo_menu_item ul li:last-child{
  padding-bottom: 22px;
}

.catalogTwo_menu_item ul li a{
  font-size: 13px;
  line-height: 20px;
  color: #383839;
}

.catalogTwo_menu_item ul li a:hover{
  color: #888888;
  text-decoration: none;
}

.catalogTwo_main{
  width: calc(100% - 328px);
}

.catalog_listTwo{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.catalog_listTwo_item{
  /* background-color: #FEF5A8; */
  padding: 50px 42px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, .2); */
  /* height: 620px; */
  border: 1px solid #EBEBEB;
}

.catalog_listTwo_item_name{
  font-family: 'Geometria';
  font-size: 18px;
  line-height: 28px;
  color: #383839;
  display: block;
  margin-bottom: 22px;
}

.catalog_listTwo_item_name:hover{
  text-decoration: none;
  color: #383839;
}

.catalog_listTwo_item_name span{
  border-bottom: 1px solid #EBEBEB;
}

.catalog_listTwo_item_desc{
  font-size: 12px;
  line-height: 16px;
  font-family: 'Geometria-Medium';
  color: rgba(56, 56, 57, 0.6);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.catalog_listTwo_item_tov_list{
  height: 126px;
  overflow: hidden;
  display: flex;
  /* flex-flow: row wrap; */
  flex-direction: column;
}

.catalog_listTwo_item_tov{
  font-family: 'Geometria';
  color: #383839;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

.catalog_listTwo_item_tov span{
  border-bottom: 1px solid #EBEBEB;
}

.catalog_listTwo_item_tov:hover{
  text-decoration: none;
  color: #383839;
}

.catalog_listTwo_item_tov:hover span{
  border-bottom: 1px solid #fff;
}


.catalog_listTwo_item_img img{
  /* width: auto;
  height: 100%; */
  max-width: 100%;
  max-height: 95%;
  transition: 0.4s;
}

.catalog_listTwo_item:hover .catalog_listTwo_item_name span{
  border-bottom: 1px solid #fff;
}

.catalog_listTwo_item:hover .catalog_listTwo_item_img img{
  transform: scale(0.9, 0.9);
  transition: 0.4s;
}

.systemList{
  /* display: flex;
  justify-content: space-between;
  flex-flow: row wrap; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 28px;
}

.catalogList_item{
  width: 100%;
  padding: 10px 52px;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  display: flex;
}

.systemList .catalogList_item{
  padding: 10px 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  border: 1px solid #EBEBEB;
}

.systemList .catalogList_item_img{
  max-width: 100%;
  width: auto;
  margin: 0;
}

.systemList .catalogList_item_info{
  width: 100%;
}

.catalog_listComplect{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.catalog_listComplect_item{
  width: 49%;
}

.catalog_listComplect_item_img{
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog_listComplect_item_img img{
  width: 100%;
  height: 294px;
}

.catalog_listComplect_item_name{
  color: #383839;
  font-size: 18px;
  line-height: 1.5;
}

.catalog_listComplect_item_name span{
  border-bottom: 1px solid #C8C8C8;
}

.product-item-container:last-child .catalogList_item{
  border-bottom: 1px solid #EBEBEB;
}

.catalogList_item_img{
  width: 236px;
  margin-right: 38px;
}

.catalogList_item_img img{
  max-width: 100%;
  height: auto;
}

.catalogList_item_info{
  width: calc(100% - 274px);
  padding-top: 24px;
}

.catalogList_item_name{
  margin-bottom: 21px;
}

.catalogList_item_name_link{
  font-size: 18px;
  line-height: 28px;
  color: #383839;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 1px;
}

.catalogList_item_name_link:hover{
  text-decoration: none;
  color: #383839;
  border-bottom: 1px solid #fff;
}

.catalogList_item_label{
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #AFAFAF;
}

.catalogList_item_val{
  font-size: 14px;
  line-height: 22px;
}

.catalogList_item_val span{
  color: #6F7677;
}

.catalogList_item_tipprof{
  margin-bottom: 21px;
}

/****************** Anim ****************/
.catalogItem_animation{
  width: 100%;
  /* height: 860px; */
  height: 98vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalogItem_animation img{
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}

.anim_last{
  opacity: 0;
}

/****************** Anim ****************/

.catalogItem{
  border: 1px solid #EBEBEB;
  padding: 56px 38px;
  margin-bottom: 72px;
  display: flex;
}

.catalogItem_gallery{
  width: 520px;
  margin-right: 60px;
}

.catalogItem_gallery_box{
  position: sticky;
  top: 0;
}

.catalogItem_patent{
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F6E14C;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-family: 'Geometria-Medium';
}

.catalogItem_gallery_big_item{
  display: none;
}

.catalogItem_gallery_big_item.active{
  display: inherit;
  width: 500px;
  /* height: 600px; */
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}

.catalogItem_gallery_big_item img{
  max-width: 100%;
  max-height: 600px;
}

.catalogItem_gallery_slider{
  display: flex;
  flex-flow: row wrap;
}

.catalogItem_gallery_slider_item{
  width: 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 10px;
  border: 1px solid #EBEBEB;
}

.catalogItem_gallery_slider_item.active{
  border: 1px solid #F6E14C;
}

.catalogItem_gallery_slider_item:hover{
  cursor: pointer;
}

.catalogItem_gallery_slider_item img{
  max-width: 100%;
}

.catalogItem_main{
  width: calc(100% - 580px);
}

.catalogItem_main_title{
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.catalogItem_main_description{
  font-size: 15px;
  line-height: 22px;
  color: #383839;
  margin-bottom: 34px;
}

.catalogItem_main_property{
  margin-bottom: 33px;
}

.catalogItem_main_property_item{
  margin-bottom: 10px;
  display: flex;
}

.catalogItem_main_property_item_title{
  color: #888888;
  width: 250px;
  position: relative;
}

.catalogItem_main_property_item_title span{
  background-color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}

.catalogItem_main_property_item_title::after{
  content: "";
  display: block;
  /* position: absolute; */
  border-bottom: 1px dashed #CECECE;
}

.catalogItem_main_property_item_val{
  color: #383839;
  padding-left: 8px;
  width: calc(100% - 250px);
}

.catalogItem_main_property_size{
  margin-top: 23px;
  display: flex;
}

.catalogItem_main_property_size_item{
  margin-right: 36px;
}

.catalogItem_main_property_size_item:last-child{
    margin-right: 0;
}

.catalogItem_main_property_size_title{
  color: #6F7677;
  font-size: 13px;
}

.catalogItem_main_property_size_val{
  color: #383839;
  font-family: 'Geometria_Light';
  font-size: 34px;
  line-height: 42px;
}

.catalogItem_main_linkBlock{
  margin-bottom: 36px;
}

.catalogItem_main_linkBlock_btn{
  background-color: #F6E14C;
    border-radius: 4px;
    font-family: 'Geometria-Medium';
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 48px;
    width: 290px;
    height: 62px;
    border: none;
}

.catalogItem_main_linkBlock_btn:hover{
  cursor: pointer;
    background-color: #383839;
    color: #F6E14C;
}

.catalogItem_main_calc{
  margin-bottom: 26px;
}

.catalogItem_main_calc_btn{
  width: 290px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Geometria-Medium';
  font-size: 13px;
  text-transform: uppercase;
  color: #383839;
  background-color: #F6E14C;
  border-radius: 4px;
}

.catalogItem_main_calc_btn:hover{
  cursor: pointer;
  text-decoration: none;
  background-color: #383839;
  color: #F6E14C;
}

.catalogItem_palette{
  margin-bottom: 67px;
}

.catalogItem_palette_text{
  font-size: 13px;
  color: #777777;
  margin-bottom: 24px;
}

.catalogItem_main_files{
  margin-bottom: 80px;
}

.catalogItem_main_files_item{
  display: flex;
  /*width: 242px;*/
  padding-top: 30px;
}

.catalogItem_main_files_img{
  margin-right: 14px;
}
.catalogItem_main_files_img img{
  width: 40px;
}

.catalogItem_main_files_name{
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #383839;
  /*height: 40px;*/
  overflow: hidden;
  margin-bottom: 9px;
}

.catalogItem_main_files_size{
  color: #9DA4A6;
}

.catalogItem_compati{
  margin-bottom: 80px;
}

.catalogItem_compati_last{
  margin-bottom: 0;
}

.catalogItem_compati_title{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.catalogItem_examples_slider{
  margin: 0 -14px;
}

.catalogItem_examples_item{
  margin: 0 14px;
  overflow: hidden;
  height: 374px;
}

.catalogItem_examples_item img{
  width: 100%;
}

.catalogItem_compati_slider{
  margin: 0 -14px;
}

.catalogItem_compati_item{
  display: flex!important;
  border: 1px solid #EBEBEB;
  padding: 22px 8px;
  margin: 14px;
  height: 250px;
  overflow: hidden;
}

.catalogItem_compati_item:focus{
  outline: none;
}

.catalogItem_compati_item_img{
  width: 170px;
}

.catalogItem_compati_item_img img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.catalogItem_compati_item_info{
  width: calc(100% - 170px);
  /* overflow: hidden; */
}

.catalogItem_compati_item_name{
  margin-bottom: 22px;
}

.catalogItem_compati_item_name a{
  font-size: 18px;
  line-height: 26px;
  color: #383839;
  border-bottom: 1px solid #C8C8C8;
}

.catalogItem_compati_item_name a:hover{
  text-decoration: none;
}

.catalogItem_compati_item_name a:focus{
  outline: none;
}

.catalogItem_compati_item_text{
  font-size: 13px;
  line-height: 18px;
  height: 127px;
  overflow: hidden;
}

.catalogItem_compati .slick-dots{
  position: inherit;
}

.catalogItem_compati .slick-dots button{
  width: 8px;
  height: 8px;
  background-color: #EAEAEB;
  border-radius: 50%;
}

.catalogItem_compati .slick-dots .slick-active button{
  background-color: #F6E14C;
}

.catalogItem_compati .slick-dots button::before{
  display: none;
}

.catalogItem_compItem{
  display: flex;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  padding: 34px 16px;
  position: relative;
}

.catalogItem_compItem:last-child{
  border-bottom: 1px solid #EBEBEB;
}

.catalogItem_compItem_number{
  position: absolute;
  top: 16px;
  left: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #383839;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-family: 'Geometria-Medium';
}

.catalogItem_compItem_img{
  width: 180px;
  margin-right: 20px;
}

.catalogItem_compItem_img img{
  max-width: 100%;
}

.catalogItem_compItem_info{
  width: calc(100% - 200px);
}

.catalogItem_compItem_info_title{
  font-size: 13px;
  color: #6F7677;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.catalogItem_compItem_info_name{
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
}

.catalogItem_compItem_info_name a{
  font-size: 14px;
  line-height: 24px;
  color: #383839;
  margin-bottom: 8px;
  display: inline-block;
}

.catalogItem_compItem_info_name a:last-child{
  margin-bottom: 0;
}

.catalogItem_compItem_info_name a span{
  border-bottom: 1px solid #C8C8C8;
}

.catalogItem_compItem_info_name a:hover{
  text-decoration: none;
}

.catalogItem_compItem_info_name a:hover span{
  border-bottom: 1px solid #fff;
}

.catalogItem_compItem_info_label{
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #AFAFB0;
  margin-bottom: 10px;
}

.catalogItem_compItem_info_desc_text{
  font-size: 13px;
  line-height: 18px;
  color: #6F7677;
}





.catalog_compati_prev{
  top: -40px;
  left: auto;
  right: 60px;
}

.catalog_compati_next{
  top: -40px;
  left: auto;
  right: 15px;
}

.catalog_compati_prev.slick-disabled{
  opacity: 0.3;
}

.catalog_compati_next.slick-disabled{
  opacity: 0.3;
}

.index_main{
  display: flex;
  max-width: 2000px;
  margin: 0 auto;
}

.index_left{
  /* width: calc(100% - 838px); */
  width: 55%;
}

.index_left_box{
  padding-top: 104px;
  padding-bottom: 40px;
  position: relative;
  top: 0;
}

.index_left_box_scroll{
  width: 824px;
  margin: 0 0 0 auto;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  padding-right: 68px;
  padding-left: 60px;
}

.index_title{
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 37px;
}

.index_description{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}

.index_flex{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 124px;
}

.index_btn{
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #383839;
  background-color: #F6E14C;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Geometria-Medium';
  margin-right: 70px;
}

.index_btn:hover{
  background-color: #383839;
  color: #F6E14C;
}

.index_file{
  display: flex;
}

.index_file_img{
  margin-right: 11px;
}

.index_file_info{
  display: flex;
  flex-direction: column;
}

.index_file_name{
  font-size: 14px;
  color: #383839;
  display: block;
  border-bottom: 1px dashed #C4C4C4;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.index_file_size{
  color: #AEAEAE;
}

.index_file:hover .index_file_name{
  border-bottom: 1px dashed #fff;
}

.index_dignity{
  margin-bottom: 119px;
}

.index_dignity_title{
  font-family: 'Geometria';
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.index_dignity_item{
  border: 1px solid #EBEBEB;
  padding: 30px;
}

.index_dignity_item:focus{
  outline: none;
}

.index_dignity_slider{
  margin-bottom: 0;
}

.index_dignity_slider .slick-track .index_dignity_item:nth-child(odd){
  margin-right: 16px;
}

.index_dignity_slider .slick-track .index_dignity_item:nth-child(even){
  margin-left: 16px;
}

.index_dignity_prev{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  left: -22px;
  background-color: #fff;
  z-index: 2;
}

.index_dignity_prev:hover{
  background-color: #fff;
}

.index_dignity_next{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  left: auto;
  right: -22px;
  background-color: #fff;
  z-index: 2;
}

.index_dignity_next:hover{
  background-color: #fff;
}

.index_dignity_item_img{
  margin-bottom: 35px;
}

.index_dignity_item_img img{
  max-height: 88px;
}

.index_dignity_item_title{
  font-size: 18px;
  line-height: 25px;
  color: #383839;
  margin-bottom: 13px;
}

.index_dignity_item_text{
  font-size: 13px;
  line-height: 18px;
  color: #777777;
  height: 110px;
  overflow: hidden;
}

.index_dignity_slider .slick-list{
  margin-bottom: 40px;
}

.index_dignity_slider .slick-dots{
  bottom: -60px;
}

.index_dignity_slider .slick-dots li button{
  width: 8px;
  height: 8px;
  background-color: #EAEAEB;
  border-radius: 50%;
}

.index_dignity_slider .slick-dots li.slick-active button{
  background-color: #F6E14C;
}

.index_dignity_slider .slick-dots li button::before{
  content: "";
  display: none;
}

.index_palette{
  margin-bottom: 129px;
}

.index_palette_box{
  padding: 43px 35px;
  border: 1px solid #EBEBEB;
}

.index_palette_slider_mob{
  display: none;
}

.index_palette_slider.slick-dotted.slick-slider{
  margin: 0 -5px;
}

.index_palette_slider .slick-dots{
  bottom: -90px;
}

.index_palette_slider .slick-dots button{
  width: 8px;
  height: 8px;
  background-color: #EAEAEB;
  border-radius: 50%;
}

.index_palette_slider .slick-dots .slick-active button{
  background-color: #F6E14C;
}

.index_palette_slider .slick-dots button::before{
  display: none;
}

.index_palette_prev{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  left: -60px;
  background-color: #fff;
}

.index_palette_prev:hover{
  background-color: #fff;
}

.index_palette_prev:focus{
  background-color: #fff;
}

.index_palette_next{
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  left: auto;
  right: -60px;
  background-color: #fff;
}

.index_palette_next:hover{
  background-color: #fff;
}

.index_palette_next:focus{
  background-color: #fff;
}

.index_palette_item{
  margin: 0 5px;
}

.index_palette_item img{
  max-width: 100%;
}

.index_about_title{
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.index_about_description{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 32px;
}

.index_about_info{
  display: flex;
  margin-bottom: 64px;
}

.index_about_info_box:first-child{
  margin-right: 60px;
}

.index_about_info_val{
  font-family: 'Geometria_Light';
  font-size: 40px;
  margin-bottom: 6px;
}

.index_about_info_text{
  font-size: 14px;
  color: #777777;
}

.index_about_detail{
  padding-bottom: 10px;
}

.index_about_detail_link{
  color: #383839;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid #F6E14C;
  padding-bottom: 4px;
}

.index_about_detail_link:hover{
  border-bottom: 2px solid rgba(246, 225, 76, 0);
}

.index_right{
  /* width: 838px; */
  width: 45%;
  position: relative;
}

.index_right .index_catalog{
  padding: 100px;
}

.index_right .index_catalog:nth-child(1){
  background-color: #454548;
  /* padding-bottom: 70px; */
  padding-bottom: 0;
  padding-right: 80px;
  max-height: calc(100vh - 100px);
  /* height: 640px; */
}

.index_right .index_catalog:nth-child(2){
  background-color: #FFDF5C;
}

.index_right .index_catalog:nth-child(3){
  background-color: #FFE683;
}

.index_right .index_catalog:nth-child(4){
  background-color: #FFF1B7;
}

.index_right .index_catalog:nth-child(5){
  background-color: #FDF4CE;
  padding-top: 100px;
}

.index_right .index_catalog:nth-child(6){
  background-color: #FFF8D9;
}

.index_right .index_catalog:nth-child(7){
  background-color: #FFFAE3;
}

.index_catalog_slider_item{
  position: relative;
  display: flex!important;
  justify-content: flex-end;
  align-items: flex-end;
  height: 540px;
}

.index_catalog_slider_item:focus{
  outline: none;
}

.index_catalog_slider_item_info{
  position: absolute;
  top: 0;
  left: 0;
}

.index_catalog_slider_item_new{
  height: 40px;
  display: block;
  margin-bottom: 16px;
}

.index_catalog_slider_item_new span{
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F6E14C;
  color: #383839;
  font-size: 20px;
}

.index_catalog_slider_item_name{
  font-size: 26px;
  line-height: 38px;
  width: 318px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.index_catalog_slider_item_link{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid #F6E14C;
}

.index_catalog_slider_item_link:hover{
  border-bottom: 2px solid rgba(246, 225, 76, 0);
}

.index_catalog_slider_item img{
    max-height: 500px;
    max-width: 540px;
    height: auto;
    width: auto;
}

.slick-arrow::before{
  content: '';
  display: none;
}

.index_catalog_prev{
  left: 0;
  top: 60%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #58585B;
  border-radius: 50%;
  z-index: 2;
}

.index_catalog_prev svg{
  stroke: #fff;
}

.index_catalog_prev:hover{
  background-color: #F6E14C;
}

.index_catalog_prev:focus{
  background-color: #F6E14C;
}

.index_catalog_prev:hover svg{
  stroke: #383839;
}

.index_catalog_next{
  left: 50px;
  top: 60%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #58585B;
  border-radius: 50%;
  z-index: 2;
}

.index_catalog_next svg{
  stroke: #fff;
}

.index_catalog_next:hover{
  background-color: #F6E14C;
}

.index_catalog_next:focus{
  background-color: #F6E14C;
}

.index_catalog_next:hover svg{
  stroke: #383839;
}

.index_right .index_catalog_box{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding-top: 200px;
}

.index_right .index_catalog_box:last-child{
  justify-content: flex-start;
  padding-top: 95px;
}

.index_catalog_info{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 316px;
}

.index_catalog_box_img{
  margin-bottom: -100px;
  max-width: 350px;
}

.index_catalog_info_title{
  font-family: 'Geometria';
  color: #383839;
  font-size: 26px;
  line-height: 32px;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}

.index_catalog_info_title:hover{
  border-bottom: 1px solid rgba(56, 56, 57, 0.0);
}

.index_catalog_info_title_box{
  margin-bottom: 26px;
}

.index_catalog_info_desc{
  text-transform: uppercase;
  font-family: 'Geometria-Medium';
  font-size: 14px;
  color: rgba(56, 56, 57, 0.6);
  margin-bottom: 17px;
}

.index_catalog_info_item{
  margin-bottom: 15px;
}

.index_catalog_info_item_link{
  font-family: 'Geometria';
  color: #383839;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}

.index_catalog_info_item_link:hover{
  border-bottom: 1px solid rgba(56, 56, 57, 0.0);
}

.index_catalog_all{
  width: 100%;
}

.index_catalog_all_list{
  display: flex;
  justify-content: space-between;
}

.index_catalog_all_list_box{
  width: 48%;
  display: flex;
  flex-direction: column;
}

.index_catalog_all_list_link{
  color: #383839;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}

.index_video{
  position: relative;
  margin-bottom: 96px;
  max-height: 96vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.index_video.index_video-region{
  margin-bottom: 0;
}

.index_video_fon{
  width: 100%;
}

.video_fon{
  width: 100%;
}

.video_youtube{
  display: none;
  height: 96vh;
  width: 100%;
}

.index_video_play{
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 47px);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}

.index_video_play:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.index_dealer{
  padding-left: 16%;
  margin-bottom: 106px;
  display: flex;
  overflow: hidden;
}

.index_dealer_info{
  padding-top: 108px;
}

.index_dealer_list{
  list-style: none;
  margin-bottom: 38px;
  width: 480px;
}

.index_dealer_list li{
  padding-left: 38px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}

.index_dealer_list li::before{
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('/bitrix/templates/grandis_seotlt/css/../img/list_check.svg');
}

.index_dealer_img img{
  width: 100%;
}

.index_dealer_btn{
  width: 215px;
  height: 64px;
  background-color: #F6E14C;
  border-radius: 4px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383839;
  font-size: 13px;
  font-family: 'Geometria-Medium';
  text-transform: uppercase;
}

.index_dealer_btn:hover{
  cursor: pointer;
  background-color: #383839;
  color: #F6E14C;
}

.contacts{
  display: flex;
}

.contacts_info{
/*  width: 460px;*/
}

.contacts_info_label{
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  color: #AFAFB0;
  margin-bottom: 4px;
}

.contacts_info_phone{
  margin-bottom: 41px;
}

.contacts_info_phone a{
  color: #0B1D21;
  font-size: 48px;
  font-family: 'Geometria_Light';
  white-space: nowrap;
}

.contacts_info_email{
  margin-bottom: 48px;
}

.contacts_info_email a{
  font-size: 22px;
  color: #0B1D21;
  border-bottom: 1px solid #C3C3C3;
}

.contacts_info_personal{
  display: flex;
}

.contacts_info_manager{
  margin-right: 40px;
}

.contacts_info_manager_photo{
  margin-bottom: 17px;
  width: 150px;
  height: auto;
  border-radius: 50%;
}

.contacts_info_manager_name{
  font-size: 18px;
  margin-bottom: 4px;
}

.contacts_info_manager_val{
  font-size: 13px;
  color: #777777;
}
.contacts_map{
/*  width: calc(100% - 560px);*/
/*  margin-left: 100px;*/
  width: 100%;
  text-align: right;
/*  align-self: end;*/
  position: relative;
  padding-left: 20px;
}
.contacts_map.z_index-1{
  z-index: -1;
}
.contacts_map img{
  margin-top: -160px;
  width: calc(100% - 460px);
  max-width: 1300px;
  width: 100%;
  height: auto;
/*  position: absolute;*/
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contacts_info_photo_wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 17px;
}

.contacts_info_photo_wrap .contacts_info_manager_photo {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: unset;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .header_logo_link {
    margin-left: 20px;
  }
  .contacts_info.flex-row {
    display: flex;
  }
  .contacts_info.flex-row .contacts_block {
    margin-right: 50px;
  }
}

@media screen and (max-width: 990px) {
  .contacts_info_phone a {
    font-size: 42px;
  }
}

.about_top{
  display: flex;
  margin-bottom: 70px;
}

.about_top_left{
  width: 844px;
}

.about_title{
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 54px;
  max-width: 844px;
}

.about_top_text{
  padding-right: 130px;
  font-size: 16px;
  line-height: 24px;
}

.about_top_right{
  width: calc(100% - 844px);
}

.about_top_info{
  margin-bottom: 36px;
}

.about_top_info_val{
  font-family: 'Geometria_Light';
  font-size: 80px;
}

.about_top_info_text{
  font-size: 14px;
  color: #777777;
}

.about_video{
  width: 100%;
/*  margin-left: calc((100vw - 98.5%)/-2);*/
  margin-bottom: 150px;
}

.overflow-hidden {
  overflow: hidden;
}

.about_china{
  display: flex;
  margin-bottom: 146px;
}

.about_china_title{
  font-size: 30px;
  line-height: 44px;
  width: 446px;
  margin-right: 98px;
  text-transform: uppercase;
}

.about_china_text{
  width: calc(100% - 544px);
  font-size: 16px;
  line-height: 24px;
}

.about_info_title{
  font-size: 30px;
  line-height: 44px;
  max-width: 855px;
  margin-bottom: 46px;
  text-transform: uppercase;
}

.about_info_slider{
  margin: 0 -14px 160px -14px;
}

.about_info_slider .slick-list{
  overflow: visible;
}

.about_info_slider_wrapper {
  width: 100%;
  overflow: hidden;
}

.about_info_item{
  border: 1px solid #EBEBEB;
  padding: 60px 42px 10px 42px;
  height: 340px;
  margin: 4px 14px;
}

.about_info_item:focus{
  outline: none;
}

.about_info_item_title{
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.about_info_item_text{
  font-size: 16px;
  line-height: 24px;
}

.about_info_item ul li{
  padding-left: 38px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1;
}

.about_info_item ul li:before{
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/bitrix/templates/grandis_seotlt/css/../img/list_check.svg);
}

.about_fon{
  background-color: #FFFAE3;
  width: 100%;
/*  margin-left: calc((100vw - 98.5%)/-2);*/
  padding-top: 150px;
  /* padding-bottom: 150px; */
  margin-bottom: 130px;
  overflow: hidden;
}

.about_fon_slider_box{
  overflow: hidden;
}

.about_fon_title{
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.about_fon_slider{
  width: 50%;
  margin: 0 -26px 106px -26px;
}

.about_fon_slider .slick-list{
  overflow: visible;
}

.about_fon_slider_item{
  display: flex!important;
  margin: 0 26px;
  opacity: 0.5;
}

.about_fon_slider_item.slick-active{
  opacity: 1;
}

.about_fon_slider_item:focus{
  outline: none;
}

.about_fon_slider_item_date{
  font-size: 85px;
  margin-right: 40px;
}

.about_fon_slider_item_text{
  font-size: 16px;
  line-height: 24px;
}

.about_fon_timeline{
  position: relative;
  padding-bottom: 226px;
}

.about_fon_timeline::after{
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  border-bottom: 2px dashed #BEB48B;
}

.about_fon_timeline_item{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_fon_timeline_item:first-child{
  /* left: -1%!important; */
}

.about_fon_timeline_point{
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: 34px;
  margin-top: -16px;
  transition: 0.3s;
}

.about_fon_timeline_point:hover{
  cursor: pointer;
}

.about_fon_timeline_point:focus{
  outline: none;
}

.about_fon_timeline_point::after{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F6E14C;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  transition: 0.3s;
}

.active .about_fon_timeline_point{
  width: 70px;
  height: 70px;
  background-color: #F6E14C;
  margin-bottom: 16px;
  margin-top: -35px;
}

.active .about_fon_timeline_point::after{
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
}

.about_fon_timeline_date{
  font-family: 'Geometria_Light';
  font-size: 18px;
}

.about_team{
  display: flex;
  flex-flow: row wrap;
  margin: 0 -30px;
}

.about_team_item{
  margin: 0 30px 50px 30px;
  width: calc(25% - 60px);
}

.about_team_item_img{
  margin-bottom: 22px;
}

.about_team_item_name{
  font-size: 20px;
  margin-bottom: 6px;
}

.about_team_item_post{
  font-size: 16px;
  color: #777777;
}

.about_patents_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 28px;
  margin-bottom: 40px;
}

.about_patents .catalogItem_main_files_name{
  margin-bottom: 0;
}

.about_patents_item{
  border: 1px solid #EBEBEB;
  padding: 46px;
}

.about_patents_item:first-child{
  grid-column: 1/3;
  grid-row: 1/3;
}

.about_patents_item img{
  width: 100%;
}





.footer{
  margin-top: 100px;
}
.footer.footer-region{
  margin-top: 0;
}

.footer_callback {
  background-color: #FAF2B7;
  padding-top: 95px;
  margin-top: 35px;
}

.footer_callback.mt-0 {
  margin-top: 0;
}

.footer_callback_container {
  display: flex;
  justify-content: space-between;
}

.footer_callback_info{
  width: calc(100% - 660px);
  padding-top: 34px;
  padding-right: 16px;
}

.footer_callback_info_title{
  font-size: 34px;
  line-height: 48px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 33px;
  font-family: 'Geometria';
}

.footer_callback_info_text{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 50px;
}

.footer_callback_info_list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer_callback_info_box{
  width: 48%;
}

.footer_callback_info_box p{
  margin: 0;
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
}

.footer_callback_mobBtn{
  display: none;
}
.footer_callback .b24-form-header{
  padding: 45px 31px 5px!important;
  text-align: start!important;
  border-bottom: 0!important;
}
.footer_callback .b24-form-header-title{
  color: #383839!important;
}
.footer_callback .footer_callback_form{
  width: 626px;
  padding: 51px 56px 81px;
  background-color: #FFFAE3;
  position: relative;
}
.b24-form-padding-side{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.b24-form-header-padding{
  display: none!important;
}
.b24-form-sign{
  display: none!important;
}
.b24-form-wrapper.b24-form-border-bottom{
  border-bottom: 0!important;
}
.footer_callback .b24-form-control-string{
  width: 50%;
}
.footer_callback .b24-form-wrapper{
  max-width: 100% !important;
}
.footer_callback .b24-form *{
  display: flex;
  flex-wrap: wrap;
}
.b24-form-field-agreement a.b24-form-field-agreement-link{
  font-size: 13px!important;
  line-height: 18px!important;
  color: rgba(11, 29, 33, 0.5)!important;
  position: relative!important;
  padding-left: 7px!important;
  text-decoration: none!important;
}
.footer_callback .b24-form-control-container{
  display: flex!important;
  align-items: center;
}
.footer_callback .b24-form-btn{
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px 52px;
  height: 62px;
  border: none;
  width: auto!important;
}

.footer_o_nas_box{
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer_o_nas_item{
  margin: 0 40px;
}

.footer_o_nas_item a img{
  max-width: 100%;
}

.footer_o_nas_title{
  font-size: 28px;
  margin-bottom: 28px;
  font-family: 'Geometria';
  font-weight: normal;
  color: #383839;
  text-transform: uppercase;
}

.footer_o_nas .slick-track{
  margin: 0;
  margin-left: -40px;
}
@media (max-width:1399px) {
  .footer_callback .b24-form-control-string{
    width: 46%;
    margin-right: 4%;
  }
}
@media (max-width:1199px) {
  .footer_callback .b24-form-control-desc{
    width: 94%;
  }
}
@media (max-width:991px) {
  .footer_callback .b24-form-control-string div{
    width: 100%;
  }
  .footer_callback  .b24-form-field-agreement a.b24-form-field-agreement-link{
    width: 596px;
  }
}
@media (max-width:662px) {
  .footer_callback .b24-form-control-string div {
    width: auto;
  }
  .footer_callback .b24-form-field-agreement a.b24-form-field-agreement-link{
    width: auto;
  }
}
@media (max-width:600px){
  .b24-form *{
    display: block;
    width: 100%;
  }
 .b24-form-control-container input{
    width: 5%;
  }
 .b24-form-control-container .b24-form-control-desc{
    width: 92%
  }
  .about_title{
    line-height: 1;
  }

}

form.disabled {
  opacity: .5;
}
.form_thanks{
  display: none;
  text-align: center;
}


.footer_callback_form_thanks.open{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 48px;
  background-color: #FFFAE3;
}

.footer_callback_form_title,
.form_title {
  font-size: 25px;
  line-height: 36px;
  text-transform:uppercase;
  margin-bottom: 32px;
  font-weight: bold;
  font-family: 'Geometria';
}

.footer_main{
  padding-top: 92px;
  background-color: #383839;
}

.footer_main_container{
  display: flex;
  margin-bottom: 86px;
}

.footer_main_logo{
  width: 27%;
  padding-right: 20px;
}

.footer_main_logo_link{
  margin-bottom: 35px;
  display: inline-block;
}

.footer_main_logo_partner{
  font-size: 14px;
  line-height: 18px;
  color: #A6A6A6;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer_main_logo_text{
  font-size: 10px;
  line-height: 11px;
  color: #A6A6A6;
  margin-bottom: 6px;
}

.footer_main_logo_text a{
  color: #A6A6A6;
  border-bottom: 1px solid #606061;
  text-decoration: none;
}

.footer_main_logo_text a:hover{
  border-bottom: 1px solid #383839;
}

.footer_main_catalog{
  width: 30%;
}

.footer_menu li{
  margin-bottom: 21px;
}

.footer_menu li a{
  font-size: 14px;
  line-height: 22px;
  color: #A6A6A6;
  border-bottom: 1px solid #606061;
}

.footer_menu li a.selected,
.footer_menu li.footer_menu_title a.selected {
  color: #F6E14C;
}

.footer_menu li.footer_menu_title{
  margin-bottom: 27px;
}

.footer_menu li.footer_menu_title a{
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Geometria-Medium';
  text-transform: uppercase;
}

.footer_menu li a:hover{
  border-bottom: 1px solid #383839;
}

.footer_main_menu{
  width: 20%;
}

.footer_main_info_two{
  display: none;
}

.footer_main_info{
  width: 23%;
}

.footer_main_info_phone{
  margin-bottom: 12px;
}

.footer_main_info_phone a{
  font-size: 28px;
  line-height: 38px;
  color: #FFFFFF;
}

.footer_main_info_mail{
  margin-bottom: 30px;
}

.footer_main_info_mail a{
  color: #F6E14C;
  border-bottom: 1px solid #716B3F;
}

.footer_main_info_mail a:hover{
  border-bottom: 1px solid #383839;
}

.footer_main_info_callback button{
  background-color: #F6E14C;
  border-radius: 4px;
  font-family: 'Geometria-Medium';
  font-size: 13px;
  text-transform: uppercase;
  width: 192px;
  height: 56px;
  border: none;
  padding: 22px;
  color: #383839;
}

.footer_main_info_callback button:hover{
  cursor: pointer;
  background-color: #FFF1B7;
}

.footer_main_bottom{
  display: flex;
  justify-content: space-between;
  padding-bottom: 51px;
}

.footer_main_bottom_pravo{
  color: #fff;
  font-size: 12px;
}

.footer_main_bottom_link{
  color: #717171;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #606061;
}

.footer_main_bottom_link:hover{
  color: #717171;
  text-decoration: none;
  border-bottom: 1px solid #383839;
}

.footer_main_bottom_seo{
  display: flex;
  align-items: flex-start;
  color: #717171;
  font-size: 12px;
}

.footer_main_bottom_seo a{
  margin-left: 26px;
}

.mobMenu{
  display: none;
}

.gallery_list{

}

.gallery_list_top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.gallery_list_top_big{
  width: 65%;
}

.gallery_list_top_mini{
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery_list_img{
  width: 100%;
  margin-bottom: 7px;
}

.gallery_list_name{
  font-size: 18px;
  color: #383839;
  border-bottom: 1px solid #C8C8C8;
}

.gallery_list_link:hover .gallery_list_name{
    border-bottom: 1px solid #fff;
}

.gallery_list_center{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.gallery_list_center_item{
  width: 49%;
}

.gallery_list_bottom{
  display: flex;
  justify-content: space-between;
}

.gallery_list_bottom_item{
  width: 32%;
}

.gallery_detail{
  display: flex;
}

.gallery_detail_menu{
  width: 300px;
  margin-right: 28px;
}

.gallery_detail_list{
  width: calc(100% - 328px);
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.gallery_detail_list_item{
  display: block;
  width: 49%;
}

.gallery_detail_list_item img{
  width: 100%;
  height: 294px;
  margin-bottom: 20px;
}

.modalFon{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(56, 56, 57, 0.8);
}

.modal{
  display: none;
  width: 600px;
  position: fixed;
  top: 50%;
  left: calc(50% - 300px);
  right: 0;
  z-index: 1002;
  background-color: #FFFAE3;
  transform: translateY(-50%);
  padding: 70px 80px;
}

.modal_callback{
  bottom: auto;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  width: 45px;
  height: 40px;
  padding: 10px;
}

.modal_close svg {
  width: 25px;
  height: 20px;
}

.modal_close:hover{
  cursor: pointer;
}

.modal_title{
  color: #0B1D21;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.modal_thanks .modal_title{
  text-align: center;
}

.modal_text{
  font-size: 13px;
  color: #777777;
  text-align: center;
}

@media (max-width: 1700px) {
  .index_left_box_scroll{
    margin: 0;
    padding: 0 60px;
    width: 100%;
  }

  .header_container{
    padding: 0 40px;
  }

  .header_logo_text{
    display: none;
  }

  .index_dealer{
    width: 100%;
    padding-left: 60px;
  }

  .index_right .index_catalog{
      padding: 60px;
  }
  .index_right .index_catalog:nth-child(1){
      padding-bottom: 0;
      padding-right: 0;
/*      padding-right: 20px;*/
  }
}

@media (max-width: 1500px) {
  .index_left{
    width: 60%;
  }

  .index_right{
    width: 40%;
  }

  .index_right .index_catalog{
    /* padding: 70px; */
    padding-right: 0;
  }

  .index_catalog_info{
    top: 70px;
    left: 70px;
  }

  .index_catalog_box_img{
    max-width: 300px;
  }

  .header_menu ul li{
    margin: 0 22px;
  }

  .contacts_map img{
    max-width: 1000px;
  }

  .index_right .index_catalog_box{
    height: 480px;
  }

  .index_right .index_catalog.index_catalog_box:nth-child(6){
    height: 350px;
  }

  .index_right .index_catalog.index_catalog_box:nth-child(7){
    height: auto;
    padding-top: 30px;
    align-items: baseline;
/*    height: 120px;*/
  }

  .index_catalog_box_img{
    max-width: 260px;
    max-height: 400px;
  }

  .index_catalog_slider_item img{
    max-height: 420px;
    max-width: 440px;
    margin-top: 80px;
  }

  .index_right .index_catalog:nth-child(5){
    height: 580px;
  }
}

@media (max-width: 1400px) {

  .index_dealer_img img{
    width: 150%;
  }

  .container{
    width: 100%;
    padding: 0 60px;
    overflow: hidden;
  }

  .footer_callback_info{
    width: calc(100% - 600px);
  }

  .footer_callback_form{
    width: 600px;
  }

  .catalog_listTwo{
    grid-template-columns: repeat(2, 1fr);
  }

  .index_catalog_slider_item img{
    max-height: 350px;
    max-width: 320px;
    margin-top: 90px;
  }
}

@media (max-width: 1210px) {
  .header_menu ul li:nth-child(5){
    display: none;
  }

  .catalog_list{
    grid-template-areas:
            "post-1 post-2"
            "post-3 post-4"
            "post-5 post-6"
            "post-7 post-8";
   grid-template-columns: repeat(2, 1fr);
  }

  .post-1, .post-2, .post-3{
    height: auto;
  }

  .post-1, .post-2, .post-3, .post-4, .post-5, .post-6, .post-7, .post-8{
    padding: 25px 20px;
  }

  .catalog_list_item_img img{
    max-height: 400px;
  }


  .footer_main_container .footer_main_info{
    display: none;
  }

  .footer_main_info_two{
    display: block;
  }

  .footer_main_logo{
    width: 33%;
  }

  .footer_main_catalog{
    width: 33%;
  }

  .footer_main_menu{
    width: 33%;
  }

  .about_info_item{
    height: 400px;
  }

  .contacts_map img{
    max-width: 800px;
  }
}

@media (max-width: 1110px) {
  .container{
    padding: 0 40px;
  }

  .header_container{
    height: 90px;
  }

  .header_logo_link img{
    width: auto;
  }

  .header_menu ul li:nth-child(4){
    display: none;
  }

  .header_menu ul li:nth-child(3){
    display: none;
  }

  .header_info_link{
    margin-right: 32px;
  }

  .header_info_search{
    padding: 0 32px;
    border-right: 1px solid #3C4A4D;
    margin-right: 32px;
  }

  .header_info_mob{
    display: flex;
  }

  .header_info_mob_btn{
    width: 24px;
    height: 16px;
    position: relative;
    background: none;
    border: none;
    padding: 0;
  }

  .header_info_mob_btn span{
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
  }

  .header_info_mob_btn span:nth-child(1){
    top: 0;
  }

  .header_info_mob_btn span:nth-child(2){
    top: calc(50% - 1px);
  }

  .header_info_mob_btn span:nth-child(3){
    bottom: 0;
  }

  .mobMenu{
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #383839;
    transition: 0.4s;
    transform: translateX(110%);
    z-index: 1000;
    overflow: auto;
  }

  .mobMenu.active{
    transform: translateX(0);
    transition: 0.6s;
  }

  .mobMenu_head{
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    box-shadow: 0 10px 5px -5px #333;
  }

  .mobMenu_head_logo img{
    width: 160px;
  }

  .mobMenu_close{
    border: none;
    background: none;
    outline: none;
    padding: 0;
  }

  .mobMenu_body{
    margin-bottom: 50px;
  }

  .mobMenu_body ul li{
    width: 100%;
    border-bottom: 1px solid #2C2C2C;
  }
  .mobMenu_body ul li:last-child{
    border-bottom: none;
  }

  .mobMenu_body ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 22px;
    color: #FFFFFF;
    font-family: 'Geometria-Medium';
    font-size: 14px;
    text-transform: uppercase;
  }

  .mobMenu_body ul li a.selected {
    color: #F6E14C;
  }

  .mobMenu_footer{
    padding: 0 22px
  }

  .mobMenu_footer_label{
    font-size: 14px;
    color: #878788;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .mobMenu_footer_phone{
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
  }

  .mobMenu_footer_phone_link{
    font-family: 'Geometria_Light';
    font-size: 34px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .mobMenu_footer_callback{
    margin-bottom: 50px;
  }

  .mobMenu_footer_callback button{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #383839;
    background-color: #F6E14C;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Geometria-Medium';
    border: none;
  }

  .index_left_box_scroll{
    padding: 0 40px;
  }

  .index_flex{
    flex-direction: column;
    align-items: flex-start;
  }

  .index_btn{
    margin-right: 0;
    margin-bottom: 30px;
  }

  .index_dignity_slider .slick-track .index_dignity_item:nth-child(odd){
    margin: 0;
  }

  .index_dignity_slider .slick-track .index_dignity_item:nth-child(even){
    margin: 0;
  }

  .footer_callback_info{
    width: calc(100% - 510px);
  }

  .footer_callback_form{
    width: 510px;
    padding: 48px 48px 100px 48px;
    position: relative;
  }



  .catalogItem{
    display: block;
  }

  .catalogItem_gallery{
    width: 100%;
    margin-right: 0;
  }

  .catalogItem_main{
    width: 100%;
  }

  .about_top{
    display: block;
  }

  .about_top_left{
    width: 100%;
    margin-bottom: 40px;
  }

  .about_top_text{
    padding-right: 0;
  }

  .about_top_right{
    width: 100%;
  }

  .about_china{
    display: block;
  }

  .about_china_title{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    font-size: 25px;
  }

  .index_video, .about_video{
    margin-bottom: 60px;
  }

  .about_china{
    margin-bottom: 60px;
  }

  .about_china_text{
    width: 100%;
  }

  .about_info_title{
    font-size: 25px;
  }

  .about_info_slider{
    margin: 0;
    margin-bottom: 60px!important;
  }

  .about_team_item{
    width: calc(33% - 60px);
  }

}

@media (max-width: 990px) {
  .container{
    padding: 0 14px;
  }

  .footer_callback_container{
    display: block;
  }

  .footer_callback_info{
    width: 100%;
    margin-bottom: 54px;
  }

  .footer_callback_form{
    width: 100%;
  }

  .catalogTwo{
    display: block;
    padding: 0 15px;
  }

  .catalogTwo_left{
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }

  .catalogTwo_main{
    width: 100%;
  }

  .gallery_detail{
    display: block;
  }

  .gallery_detail_menu{
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }

  .gallery_detail_list{
    width: 100%;
  }

  .gallery_detail_list_item img{
    height: auto;
  }

/*  .about_video{
    margin-left: -14px;
  }*/

  .about_fon{
    padding-top: 72px;
/*    margin-left: -14px;*/
  }

  .about_fon_slider_item{
    display: block!important;
  }

}

@media (max-width: 900px) {

  .header{
    margin-bottom: 45px;
  }
  .index_main{
    flex-direction: column-reverse;
  }

  .index_left{
    width: 100%;
  }

  .index_right{
    width: 100%;
  }

  .index_left_box_scroll{
    height: auto;
    position: inherit;
  }

  .index_left_box{
    padding-top: 60px;
    position: inherit;
  }

  .header_menu{
    display: none;
  }

  .header_container{
    padding: 0 14px;
  }

  .index_right .index_catalog{
    padding: 22px 14px;
    height: auto;
    min-height: 200px;
  }

  .index_right .index_catalog:nth-child(1){
    padding: 22px 0px 22px 14px;
    padding-bottom: 0;
  }

  .index_catalog_next, .index_catalog_prev{
      top: 80%;
  }

  .index_catalog_slider_item{
    min-height: 330px;
    height: auto;
  }

  .index_catalog_slider_item img{
    max-height: 450px;
    max-width: 620px;
    margin-top: 90px;
  }

  .index_catalog_info{
    top: 22px;
    left: 14px;
  }

  .footer_main_container .footer_main_logo{
    display: none;
  }

  .footer_main_container .footer_main_catalog{
    width: 50%;
  }

  .footer_main_container .footer_main_menu{
    width: 50%;
  }

  .catalog_listComplect_item{
    width: 100%;
    margin-bottom: 30px;
  }

  .catalog_listComplect_item_img img{
    height: auto;
  }

  .catalogList_item{
    padding: 10px 20px;
  }

  .gallery_list_top{
    display: block;
    margin-bottom: 28px;
  }

  .gallery_list_top_big{
    width: 100%;
    margin-bottom: 28px;
  }

  .gallery_list_top_mini{
    width: 100%;
    flex-direction: row;
  }

  .gallery_list_top_mini_item{
    width: calc(50% - 14px);
  }

  .gallery_list_center{
    margin-bottom: 28px;
  }

  .gallery_list_center_item{
    width: calc(50% - 14px);
  }

  .about_info_slider .slick-list{
    overflow: hidden;
  }

  .about_info_slider .slick-dots{
    position: inherit;
  }

  .about_info_slider .slick-dots button{
    width: 8px;
    height: 8px;
    background-color: #EAEAEB;
    border-radius: 50%;
  }

  .about_info_slider .slick-dots .slick-active button{
    background-color: #F6E14C;
  }

  .about_info_slider .slick-dots button::before{
    display: none;
  }

  .about_team_item{
    width: calc(50% - 60px);
  }

  .about_patents_list{
    display: block;
    margin-left: -8px;
    margin-right: -8px;
  }

  .about_patents_item{
    margin: 0 8px;
  }

  .about_patents_list .slick-dots{
    position: inherit;
  }

  .about_patents_list .slick-dots button{
    width: 8px;
    height: 8px;
    background-color: #EAEAEB;
    border-radius: 50%;
  }

  .about_patents_list .slick-dots .slick-active button{
    background-color: #F6E14C;
  }

  .about_patents_list .slick-dots button::before{
    display: none;
  }

  .contacts{
    display: block;
  }

  .contacts_info{
    width: 100%;
  }

  .contacts_map{
    width: 100%;
    padding-left: unset;
  }

  .contacts_map img{
    max-width: 130%;
    margin-top: 0;
  }

  .modal{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    padding: 50px 35px;
  }

  .systemList{
    grid-template-columns: 1fr 1fr;
  }
  .index_catalog_info_title_box {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  h1{
    font-size: 28px;
    margin-bottom: 38px;
  }

  .container{
    padding: 0 14px;
  }

  .breadcrumb_main{
    margin-bottom: 28px;
  }

  .header_logo_link img{
    display: none;
    width: 160px;
  }
  .header_logo{
    width: 348px;
  }
  .header_info_link{
    display: none;
  }

  .header_info_mobPhone{
    display: block;
  }

	.header_info .m-item:not(:last-child){
		margin-right: 15px;
	}

  .header_info_search{
    border: none;
    padding: 0 30px 0 24px;
    margin: 0;
  }
  .header_info{
    width: 147px;
  }
  .logo-samara{
    width: 38px !important;
  }
  .logo-volgograd{
    width: 68px !important;
  }
  .index_catalog_slider_item{
    justify-content: flex-end;
    min-height: 420px;
  }

  .index_catalog_slider_item img{
    max-width: 80%;
    max-height: 332px;
  }

  .index_catalog_next, .index_catalog_prev{
    top: 80%;
  }

  .index_catalog_slider_item_name{
    font-size: 20px;
    max-width: 180px;
  }

  .index_catalog_info_desc{
    display: none;
  }

  .index_catalog_info_item{
    display: none;
  }

  /* .index_catalog_all_list_box .index_catalog_info_item{
    display: block;
  } */

  .index_catalog_info{
    width: 210px;
  }

  .index_catalog_info_title{
    font-size: 22px;
  }

  .index_catalog_box_img{
    max-width: 170px;
    margin-bottom: -32px;
  }

  .index_left_box_scroll{
    padding: 0 14px;
  }

  .index_title{
    font-size: 32px;
    line-height: 40px;
  }

  .index_flex{
    margin-bottom: 60px;
  }

  .index_dignity_title{
    font-size: 28px;
    line-height: 38px;
  }

  .index_palette{
    margin-bottom: 60px;
  }

  .index_video{
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }

  .index_video_fon{
    width: 150%;
  }

  .index_dealer{
    display: block;
    padding: 0 14px;
    margin-bottom: 0;
  }

  .index_dealer_list{
    width: 100%;
  }

  .index_dealer_info{
    padding-top: 0;
  }

  .index_dealer_img img{
    width: 220%;
  }

  .footer_callback{
    padding-bottom: 58px;
  }

  .footer_callback_info_title{
    font-size: 28px;
    line-height: 38px;
  }

  .footer_callback_form{
    display: none;
  }

  .footer_callback_mobBtn{
    width: 100%;
    height: 64px;
    background-color: #F6E14C;
    border-radius: 4px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383839;
    font-size: 13px;
    font-family: 'Geometria-Medium';
    text-transform: uppercase;
  }

  .footer{
    margin-top: 60px;
  }

  .footer_callback{
    padding-top: 68px;
  }

  .footer_main_bottom{
    flex-direction: column;
  }

  .footer_main{
    padding-top: 49px;
  }

  .footer_main_container{
    flex-direction: column;
    margin-bottom: 6px;
  }

  .footer_main_info_two{
    display: none;
  }

  .footer_main_container .footer_main_info{
    display: block;
    width: 100%;
    order: 0;
    margin-bottom: 40px;
  }

  .footer_main_info_callback button{
    width: 100%;
  }

  .footer_main_container .footer_main_catalog{
    width: 100%;
    order: 1;
  }

  .footer_menu li{
    display: none;
  }

  .footer_menu li.footer_menu_title{
    display: block;
  }

  .footer_main_container .footer_main_menu{
    width: 100%;
    order: 2;
  }

  .footer_main_bottom .footer_main_logo{
    width: 100%;
    order: 2;
    margin-bottom: 34px;
  }

  .footer_main_bottom .footer_main_catalog{
    width: 100%;
    order: 0;
    margin-bottom: 34px;
  }

  .footer_main_bottom .footer_main_menu{
    width: 100%;
    order: 1;
    margin-bottom: 34px;
  }

  .footer_main_bottom .footer_main_info{
    width: 100%;
    order: 3;
  }

  .catalog_list{
    display: block;
  }

  .catalog_list_item{
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    height: 181px;
  }

  .post-1 .catalog_list_item_name, .post-2 .catalog_list_item_name, .post-3 .catalog_list_item_name{
    font-size: 20px;
    line-height: 25px;
  }

  .catalog_list_item_name{
    font-size: 20px;
    line-height: 25px;
    width: 180px;
  }

  .post-2{
    max-height: 226px;
    height: 226px;
  }

  .post-6{
    max-height: 226px;
    height: 226px;
  }

  .catalog_list_item_img{
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    right: 10px;
  }

  .catalog_list_item_img img{
    max-width: 136px;
    max-height: 180px;
  }

  .catalog_listTwo{
    grid-template-columns: repeat(1, 1fr);
  }

  .catalogTwo_menu_item span{
    display: none;
  }

  .catalogTwo_menu_item ul, .catalogTwo_menu_item.selected ul{
    display: none;
  }

  .catalog_listTwo_item{
    padding: 22px;
    position: relative;
    min-height: 250px;
    overflow: hidden;
  }

  .catalog_listTwo_item_name{
    width: calc(100% - 120px);
    line-height: 25px;
  }

  .catalog_listTwo_item_desc{
    width: calc(100% - 120px);
  }

  .catalog_listTwo_item_tov{
    margin-bottom: 15px;
  }

  .catalog_listTwo_item_tov_list{
    width: calc(100% - 120px);
    height: auto;
  }

  .catalog_listTwo_item_img{
    position: absolute;
    top: 30px;
    right: 10px;
  }

  .catalog_listTwo_item_img img{
    max-width: 122px;
  }

  .catalogList_item_img{
    width: 105px;
    margin-right: 5px;
  }

  .catalogList_item_info{
    width: calc(100% - 110px);
  }

  .catalogList_item_tipprof_specific{
    display: none;
  }

  .catalogItem{
    padding: 32px 22px;
  }

  .catalogItem_gallery{
    margin-bottom: 60px;
    padding: 0 20px;
  }

  .catalogItem_gallery_big_item.active{
    width: 100%;
    height: auto;
  }

  .catalogItem_gallery_slider{
    display: none;
  }

  .catalogItem_gallery_big .slick-dots{
    position: inherit;
  }

  .catalogItem_gallery_big .slick-dots button{
    width: 10px;
    height: 10px;
    background-color: #EBEBEB;
    border-radius: 50%;
  }

  .catalogItem_gallery_big .slick-dots .slick-active button{
    background-color: #F6E14C;
  }

  .catalogItem_gallery_big .slick-dots button::before{
    display: none;
  }

  .catalogItem_main_description p{
    font-size: 15px;
  }

  .catalogItem_main_files{
    margin-bottom: 35px;
  }

  .catalogItem_main_property_item{
    flex-direction: column;
  }

  .catalogItem_main_property_item_title{
    width: 100%;
    margin-bottom: 8px;
  }

  .catalogItem_main_property_item_title::after{
    display: none;
  }

  .catalogItem_main_property_item_val{
    width: 100%;
    padding-left: 0;
  }

  .catalogItem_compItem_img{
    width: 100px;
    margin-right: 6px;
  }

  .catalogItem_compItem_info{
    width: calc(100% - 106px);
  }

  .gallery_list_top_mini{
    display: block;
  }

  .gallery_list_top_mini_item{
    width: 100%;
    margin-bottom: 28px;
  }

  .gallery_list_center{
    display: block;
  }

  .gallery_list_center_item{
    width: 100%;
    margin-bottom: 28px;
  }

  .gallery_list_bottom{
    display: block;
  }

  .gallery_list_bottom_item{
    width: 100%;
    margin-bottom: 28px;
  }

  .about_fon_slider{
    width: 100%;
  }

  .about_fon{
    padding-bottom: 60px;
  }

  .about_fon_timeline{
    padding-bottom: 140px;
  }

  .about_team{
    margin: 0 -15px;
  }

  .about_team_item{
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
  }

  .about_team_item_img{
    width: 100%;
  }

  .about_patents_item{
    padding: 22px;
  }

  .about_info_item{
    padding: 36px 22px;
    height: 450px;
  }

  .about_info_item_title{
    font-size: 20px;
    line-height: 30px;
  }

  .contacts_info_phone a{
    font-size: 36px;
  }

  .contacts_info_manager:last-child{
    margin-right: 0;
  }

  .contacts_info_manager_photo{
    width: 100%;
    max-width: 150px;
  }

  .contacts_map img{
    max-width: 250%;
  }

  .video_youtube{
    height: 100%;
  }

  .systemList{
    grid-template-columns: 1fr;
  }

  .index_right .index_catalog{
    /*height: auto;*/
    /*height: 200px !important;*/
    min-height: auto;
  }
  .index_catalog_box_img{
  	max-height: 100% !important;
  }

  .index_dignity{
    margin-bottom: 54px;
  }

  .index_dignity_list{
    overflow: hidden;
    width: 100vw;
    margin-left: -14px;
    padding-left: 14px;
  }

  .index_dignity_slider{
    margin-bottom: 0!important;
    width: 90%;
  }

  .index_dignity_slider .slick-list{
    overflow: visible;
  }
  .index_dignity_slider .slick-dots{
    position: static;
  }

  .index_dignity_item{
    padding: 22px;
  }

  .index_dignity_slider .slick-track .index_dignity_item{
    margin-right: 15px!important;
  }

  .index_palette_box{
    margin-bottom: 144px;
    padding: 32px 22px;
  }

  .index_palette_slider{
    display: none;
  }

  .index_palette_slider_mob{
    display: block;
  }

  .index_palette_item_mob_item{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }

  .index_palette_item_mob_box img{
    width: 100%;
  }

  .index_palette_slider_mob.slick-dotted.slick-slider{
    margin: 0;
  }

  .index_palette_slider_mob .slick-dots{
    bottom: -90px;
  }

  .index_palette_slider_mob .slick-dots li button{
    width: 8px;
    height: 8px;
    background-color: #EAEAEB;
    border-radius: 50%;
  }

  .index_palette_slider_mob .slick-dots li.slick-active button {
    background-color: #F6E14C;
  }

  .index_palette_slider_mob .slick-dots li button::before{
    display: none;
  }

  .index_palette_prev{
    left: -22px;
    z-index: 2;
  }

  .index_palette_next{
    right: -22px;
    z-index: 2;
  }

  .catalogItem_palette .index_palette_prev{
    left: -42px;
  }

  .catalogItem_palette .index_palette_next{
    right: -42px;
  }

  .index_dealer_btn{
    width: 100%;
  }

  .index_btn{
    width: 100%;
  }

  .active .about_fon_timeline_point{
    width: 50px;
    height: 50px;
    background-color: #F6E14C;
    margin-bottom: 16px;
    margin-top: -25px;
  }

  .about_fon_timeline_item:nth-child(1){
    left: -2%!important;
  }

  .about_fon_timeline_item:nth-child(2){
    left: 20%!important;
  }

  .about_fon_timeline_item:nth-child(3){
    left: 45%!important;
  }

  .about_fon_timeline_item:nth-child(4){
    left: 69%!important;
  }

  .about_fon_timeline_item:nth-child(5){
    left: 89%!important;
  }

  .index_right .index_catalog:nth-child(5){
    height: auto;
    padding-top: 40px;
  }

  .index_right .index_catalog.index_catalog_box:nth-child(6){
    height: auto;
    padding-top: 50px;
  }

  .catalogItem_compati_item_text{
    height: 90px;
  }

}

@media (max-width: 360px) {
  .contacts_info_phone a {
    font-size: 30px;
  }
}

.index_right .index_catalog_box {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.index_right .index_catalog:nth-child(2) {
  background-color: #37393A;
}

.index_right .index_catalog:nth-child(3){
  background-color: #4D4B4D;
}

.index_right .index_catalog:nth-child(4){
  background-color: #606060;
}

.index_right .index_catalog:nth-child(5){
  background-color: #737473;
}

.index_right .index_catalog:nth-child(6){
  background-color: #868789;
}

.index_right .index_catalog:nth-child(7){
  background-color: #9A9B9A;
}

.index_right .index_catalog_info_title {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.index_right .index_catalog_info_desc {
  color: rgb(255, 255, 255, 0.6);
}

.index_right .index_catalog_info_item_link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.index_right .index_catalog_box:hover {
  background-color: #FFDF5C;
}

.index_right .index_catalog_box:hover .index_catalog_info_title {
  color: #383839;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}

.index_right .index_catalog_box:hover .index_catalog_info_desc {
  color: rgba(56, 56, 57, 0.6);
}

.index_right .index_catalog_box:hover .index_catalog_info_item_link {
  color: #383839;
  border-bottom: 1px solid rgba(56, 56, 57, 0.3);
}

.index_right .index_catalog_box:hover .index_catalog_info_title:hover {
  border-bottom: 1px solid rgba(56, 56, 57, 0.0);
}

.index_right .index_catalog_box:hover .index_catalog_info_item_link:hover {
  border-bottom: 1px solid rgba(56, 56, 57, 0.0);
}

@media (max-width: 600px) {
	.index_catalog_slider_box .index_catalog_slider_item {
	    height: 420px;
	}
}

.catalogTwo-section-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 35px;
}

.catalogTwo-section-desc h2 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 35px;
}

.catalogTwo-section-desc p {
  margin-bottom: 25px;
}

.catalogTwo-section-under-form-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 35px;
}

.content-page-desc {
  font-size: 16px;
  line-height: 24px;
}

.catalogTwo-section-under-form-desc h2, .content-page-desc h2,
.catalogTwo-section-desc h2
{
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 35px;
  font-weight: normal;
}

.catalogTwo-section-under-form-desc h3, .content-page-desc h3,
.catalogTwo-section-desc h3
{
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 28px;
  font-weight: normal;
}

.catalogTwo-section-under-form-desc h4, .content-page-desc h4,
.catalogTwo-section-desc h4
{
  line-height: 38px;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

.catalogTwo-section-under-form-desc p, .content-page-desc p,
.catalogTwo-section-desc p
{
  margin-bottom: 25px;
}

.catalogTwo-section-under-form-desc ul li, .content-page-desc ul li,
.catalogTwo-section-desc ol li,
.catalogTwo-section-desc ul li
{
    padding-left: 38px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.catalogTwo-section-under-form-desc ul li:before, .content-page-desc ul li:before,
.catalogTwo-section-desc ol li:before,
.catalogTwo-section-desc ul li:before
{
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/bitrix/templates/grandis_seotlt/css/../img/list_check.svg);
}

.tabs-nav-header {
    border-bottom: 1px solid #EBEBEB;
    font-size: 0;
    margin: 0px 0px 35px;
/*    text-align: center;*/
}

.tabs-nav-header .tabs-nav-name {
    padding: 14px 22px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    margin: 0px 5px;
    margin-bottom: -1px;
    /* font-family: 'Geometria-Medium'; */
    font-size: 24px;
    /* text-transform: uppercase; */
    color: #383839;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-bottom: none;
}

.tabs-nav-header .tabs-nav-name:hover, .tabs-nav-header .tabs-nav-name.active {
    background: #F6E14C;
    border-color: #F6E14C;
}

.tabs-nav-header .tabs-nav-name:first-of-type {
  margin-left: 0px;
}

.tabs-navs {
  position: relative;
}

.tabs-nav-block {
  position: absolute;;
  transition: opacity 0.6s ease 0s, max-height 0s ease 0.6s, visibility 0s ease 0.7s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  top: 0;
}

.tabs-nav-block.active {
  position: relative;
  max-height: 100%;
  transition: opacity 0.6s ease 0.6s, max-height 0s ease 0.6s, visibility 0s ease 0.6s;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 600px) {
  .tabs-nav-header {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.contacts_info_workhours {
    font-size: 22px;
    color: #0B1D21;
    margin-bottom: 41px;
}

.massmedia_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.massmedia_list_item {
  width: 48%;
}
.massmedia_list_name {
  font-family: 'Geometria';
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 22px;
}
.massmedia_list_name a {
  color: #383839;
}
.massmedia_list_text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
.massmedia_list_link {
  display: flex;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 300px;
  text-decoration: none;
}
.massmedia_list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.massmedia_list_btn {
  display: inline-block;
  position: absolute;
  height: 32px;
  padding: 0 24px;
  line-height: 30px;
  background-color: #F6E14C;
  border: none;
  border-radius: 4px;
  color: #383839;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.massmedia_list_btn:hover {
  cursor: pointer;
  background-color: #383839;
  color: #F6E14C;
  box-shadow: 0px 12px 22px rgb(0 0 0 / 24%);
}
.massmedia_list_link:hover .massmedia_list_btn {
  opacity: 1;
}
@media (max-width: 767px) {
  .massmedia_list_item {
    width: 100%;
  }
  .massmedia_list_link {
    height: auto;
  }
  .massmedia_list_img {
    position: unset;
  }
}

#banner_hardi {
  position: relative;
}

#banner_hardi a,
#banner_hardi picture {
  display: flex;
  flex: 1;
}

#banner_hardi img {
  width: 100%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
}

.footer-callback{
  opacity: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #383839;
  color: #fff;
  transition: all .2s;
  pointer-events: none;
}
.footer-callback.opened{
  opacity: 1;
  pointer-events: all;
}
.footer-callback-items{
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  padding-top: 48px;
  margin: 36px 24px;
}
.footer-callback-title{
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 43px;
}
.footer-callback-item > a{
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 4px;
}
.footer-callback-btns{
  display: flex;
  column-gap: 8px;
  margin-top: 12px;
}
.footer-callback-btns a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  background: #F6E14C;
  border: 1px solid transparent;
  transition: all .2s;
}
.footer-callback-btns a svg path{
  transition: all .2s;
}
.footer-callback-close{
  position: absolute;
  padding: 4px;
  right: 24px;
  top: 36px;
  cursor: pointer;
}
.footer-callback-btns a:hover{
  background: #383839;
  border: 1px solid #fff;
}
.footer-callback-btns a:hover svg path{
  fill: #fff;
}

.footer-callback-open{
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #383839;
  transition: all .2s;
  cursor: pointer;
}
.footer-callback-open svg patn{
  transition: all .2s;
}
.footer-callback-open:hover{
  background: #F6E14C;
}
.footer-callback-open:hover svg path{
  stroke: #383839;
}


@media (max-width: 900px){
  .footer-callback{
    right: 5px;
    bottom: 5px;
  }
  .footer-callback-items{
    margin: 24px 16px;
  }
  .footer-callback-title{
    font-size: 24px;
    line-height: 30px;
  }
  .footer-callback-item > a{
    font-size: 16px;
    line-height: 20;
  }
}
/* End */


/* Start:/bitrix/templates/grandis_seotlt/components/bitrix/menu/main_menu/style.css?1625046288581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/grandis_seotlt/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/grandis_seotlt/components/bitrix/breadcrumb/breadcrumb/style.css?1716730078623*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/grandis_seotlt/components/bitrix/news.list/o_nas/style.css?1661947792150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/grandis_seotlt/components/bitrix/catalog.section.list/catalogFooter/style.css?16250462887151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/grandis_seotlt/components/bitrix/menu/mob_menu/style.css?1668146625608*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/grandis_seotlt/components/bitrix/menu/mob_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}


ul .hide{
	display: none;
}

/* End */
/* /bitrix/templates/grandis_seotlt/css/reset.css?16250462871070 */
/* /bitrix/templates/grandis_seotlt/css/fonts.css?1665573219825 */
/* /bitrix/templates/grandis_seotlt/css/slick.css?16250462871776 */
/* /bitrix/templates/grandis_seotlt/css/slick-theme.css?16250462873145 */
/* /bitrix/templates/grandis_seotlt/css/jquery.fancybox.min.css?162504628712795 */
/* /bitrix/templates/grandis_seotlt/css/style.css?176337420288898 */
/* /bitrix/templates/grandis_seotlt/components/bitrix/menu/main_menu/style.css?1625046288581 */
/* /bitrix/templates/grandis_seotlt/components/bitrix/breadcrumb/breadcrumb/style.css?1716730078623 */
/* /bitrix/templates/grandis_seotlt/components/bitrix/news.list/o_nas/style.css?1661947792150 */
/* /bitrix/templates/grandis_seotlt/components/bitrix/catalog.section.list/catalogFooter/style.css?16250462887151 */
/* /bitrix/templates/grandis_seotlt/components/bitrix/menu/mob_menu/style.css?1668146625608 */
