

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

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

    src: url('/static/css/./fonts/slick.eot');
    src: url('/static/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/static/css/./fonts/slick.woff') format('woff'), url('/static/css/./fonts/slick.ttf') format('truetype'), url('/static/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:/static/css/bootstrap-select.min.css?178246828211832*/
/*!
 * Bootstrap-select v1.14.0-beta2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2021 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/* End */


/* Start:/static/js/fancybox-master/dist/jquery.fancybox.min.css?178246697813841*/
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;-webkit-transform:translateZ(0);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;-webkit-transform:translateZ(0);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:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;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{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);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;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-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:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;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:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.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{-webkit-animation:a 1s linear infinite;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}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);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;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.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-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:transparent;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:/static/css/main.css?1786439735138377*/
html,
body {
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  background-color: #ffffff;
  /*overflow-y: hidden;*/
  padding-right: 80px;
  flex-wrap: wrap;
  overflow-x: hidden;
  max-width: calc(100% - 1px + 1px);
}

.bx_is_auth .navbar-header {
  margin-top: 39px;
}

#bx-panel.bx-panel-fixed {
  width: auto !important;
  right: 76px;
}

a {
  color: #205396;
  text-decoration: none !important;
}

section {
  width: 100%;
}

section.def {
  padding-top: 21px;
}

section.def_no_title {
  padding-top: 71px;
}

.is_mob {
  position: absolute;
  left: -5000em;
  width: 1px;
  height: 1px;
  display: none;
}

.card_inn,
.card_inn_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  background: #ffffff;
  box-shadow: 0 16px 30px rgb(54 54 54 / 4%);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 54px 60px;
}

.card_inn_2 {
  padding: 30px 40px;
}

.card_grey {
  background: #f8f8f9 !important;
  box-shadow: none !important;
}

.menu_top_show {
  overflow: hidden;
}

.speed {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu_right_fix {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background: #363636;
  z-index: 999;
}

.menu_right_fix_inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 81px;
}

.menu_right_fix .m-link {
  position: relative;
  display: block;
  min-width: 100%;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_right_fix .m-link:nth-of-type(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-header .navbar-toggle,
.menu_right_fix .navbar-toggle {
  background-color: #f8f8f9 !important;
  align-self: flex-start;
  margin-bottom: auto;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 81px;
  text-align: center;
  padding-left: 30px;
}

.navbar-header .navbar-toggle,
.navbar-header .navbar-toggle:focus,
.menu_right_fix .navbar-toggle,
.menu_right_fix .navbar-toggle:focus {
  border: none !important;
  outline: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}

.navbar-header .navbar-toggle {
  left: auto;
  position: relative;
  top: auto;
  min-width: 64px;
  padding-left: 24px;
}

.navbar-header .navbar-toggle .icon-bar,
.menu_right_fix .navbar-toggle .icon-bar {
  display: block;
  position: relative;
  background: #363636;
  width: 20px;
  height: 1px;
}

.navbar-header .navbar-toggle .icon-bar {
  width: 16px;
}

.navbar-header .navbar-toggle .txt {
  display: block;
  padding: 10px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -20px;
  transform: translate(-100%, 0);
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  color: rgba(54, 54, 54, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}

.navbar-header .navbar-toggle .icon-bar + .icon-bar,
.menu_right_fix .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.menu_top_show .navbar-header .navbar-toggle .icon-bar:first-child,
.menu_top_show .menu_right_fix .navbar-toggle .icon-bar:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_top_show .navbar-header .navbar-toggle .icon-bar:nth-child(3),
.menu_top_show .menu_right_fix .navbar-toggle .icon-bar:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_top_show .navbar-header .navbar-toggle .icon-bar:nth-child(2),
.menu_top_show .menu_right_fix .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.menu_right_fix .m-link .title {
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  margin-right: 79px;
  height: 100%;
  background: #363636;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-backface-visibility: hidden;
}

.menu_right_fix .m-link:hover .title,
.menu_right_fix .m-link:hover .title {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.menu_right_fix .m-link .ico_wr {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(54, 54, 54, 1);
  z-index: 2;
  text-align: center;
}

.menu_right_fix .m-link .ico {
  width: 22px;
  height: 22px;
}

.menu_right_fix .m-link .ico .ico_color {
  color: rgba(255, 255, 255, 0.4);
}

.menu_right_fix .m-link .ico .ico_color,
.menu_right_fix .m-link .ico svg {
  width: auto !important;
  height: 22px !important;
}

.ico {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.ico_mr_about {
  background-image: url("/static/css/../img/menu_right_1.svg");
}

.ico_mr_prog {
  background-image: url("/static/css/../img/menu_right_2.svg");
}

.ico_mr_contact {
  background-image: url("/static/css/../img/menu_right_3.svg");
}

.ico_mr_callback {
  background-image: url("/static/css/../img/menu_right_4.svg");
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-header {
  width: 100%;
  min-width: 320px;
  min-height: 80px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  padding: 0 0 0 65px;
  z-index: 500;
}

.logo-one {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.23;
  color: #363636 !important;
  padding: 0;
  height: 31px;
  margin-right: 20px;
  text-decoration: none !important;
  outline: none !important;
}

.logo-one .ico {
  position: relative;
  top: -3px;
  width: 35px;
  height: 31px;
  margin-right: 15px;
}

.logo-one .ico .ico_color {
  color: #363636;
}

.logo-one .ico svg,
.logo-one .ico .ico_color {
  width: 35px !important;
  height: 31px !important;
}

.navbar-nav-menu {
  margin-left: auto;
}

.navbar-nav-menu .nav-item {
  padding: 0;
  position: relative;
}

.navbar-nav-menu .nav-link {
  padding: 10px 16px !important;
  display: flex;
  align-items: center;
  min-height: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav-menu .nav-link > span {
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.navbar-nav-menu .hov > .nav-link,
.navbar-nav-menu .nav-link.active,
.navbar-nav-menu .nav-link:hover {
  color: rgba(54, 54, 54, 1);
}

.navbar-nav-menu .nav-link:hover > span {
  border-bottom-color: rgba(54, 54, 54, 1);
}

.navbar-nav-menu .nav-item ul {
  position: absolute;
  left: 0;
  top: 81px;
  list-style: none;
  padding: 35px 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  max-width: 50vw;
  box-shadow: 0px 5px 5px rgba(54, 54, 54, 0.15);
}

.navbar-nav-menu .nav-item:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 2;
}

.navbar-nav-menu .nav-item:hover > ul ul {
  z-index: 3;
}

.navbar-nav-menu .nav-item ul .nav-item {
  padding: 0;
  position: static;
}

.navbar-nav-menu .nav-item ul .nav-link {
  position: relative;
  padding: 12px 47px !important;
  min-height: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  color: rgba(54, 54, 54, 0.5);
}

.navbar-nav-menu .nav-item ul .nav-link:hover {
  color: rgba(54, 54, 54, 1) !important;
}

.navbar-nav-menu .nav-item ul .nav-link > span {
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.navbar-nav-menu .nav-item ul .nav-link:hover > span {
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
}

.navbar-nav-menu .nav-item ul .nav-item.hov > .nav-link {
  color: #363636 !important;
}

.navbar-nav-menu .nav-item ul .nav-item.nav-item-parr > .nav-link:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background: url("/static/css/../img/arrow_1.svg") no-repeat 0 center;
  -webkit-background-size: auto 8px;
  -moz-background-size: auto 8px;
  -o-background-size: auto 8px;
  background-size: auto 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navbar-nav-menu .nav-item ul .nav-item.nav-item-parr.hov > .nav-link:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.navbar-nav-menu .nav-item ul ul {
  top: 0;
  left: 100%;
  background: #f8f8f9;
}

.header-menu-top {
  position: fixed;
  left: 0;
  top: 0;
  right: 80px;
  bottom: 0;
  z-index: 990;
  background: #ffffff;
  padding: 114px 64px 64px 64px;
  overflow-y: auto;
  transform: scale(0);
  transform-origin: top right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.menu_top_show .header-menu-top {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.phones-icons-wrap {
  list-style: none;
  padding: 0 40px 0 0;
  margin: auto 0 0 0;
}

.phones-icons-wrap li {
  padding-top: 23px;
  padding-bottom: 10px;
}

.phones-icons-wrap li > div {
  width: 100%;
  font-size: 14px;
  line-height: 1.21;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.phones-icons-wrap .ico {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  top: -2px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.phones-icons-wrap li > a {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  color: #000000;
  text-decoration: none !important;
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.phones-icons-wrap li > a:hover {
  border-bottom: 1px rgba(0, 0, 0, 1) solid;
}

.ico_prohe_region_1 {
  background-image: url("/static/css/../img/phone_reg_1.svg");
}

.ico_prohe_region_2 {
  background-image: url("/static/css/../img/phone_reg_2.svg");
}

.ft-soc-list {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
}

.ft-soc-list .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f8f9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.ft-soc-list .ico:last-child {
  margin-right: 0;
}

.ft-soc-list .ico:hover {
  background: #363636;
}

.ft-soc-list .ico .ico_color {
  color: #363636;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ft-soc-list .ico:hover .ico_color {
  color: #fff;
}

.ft-soc-list .ico_fb .ico_color,
.ft-soc-list .ico_fb svg {
  height: 13px !important;
  width: auto !important;
}

.ft-soc-list .ico_vk .ico_color,
.ft-soc-list .ico_vk svg {
  height: auto !important;
  width: 16px !important;
}

.ft-soc-list .ico_yt .ico_color,
.ft-soc-list .ico_yt svg {
  height: auto !important;
  width: 20px !important;
}

.ft-soc-list .ico_in .ico_color,
.ft-soc-list .ico_in svg {
  height: auto !important;
  width: 18px !important;
}

.ft-soc-list .ico .ico_ps,
.ft-soc-list .ico .ico_p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ft-soc-list .ico .ico_p {
  fill: #363636;
}

.ft-soc-list .ico .ico_ps {
  stroke: #363636;
}

.ft-soc-list .ico:hover .ico_p {
  fill: #fff;
}

.ft-soc-list .ico:hover .ico_ps {
  stroke: #fff;
}

.phones-soc-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  flex-wrap: wrap;
}

.phones-soc-mob .phones-icons-wrap {
  padding: 0;
}

.phones-soc-mob .phones-icons-wrap li {
  padding: 0 0 30px 0;
  text-align: center;
}

.phones-soc-mob .phones-icons-wrap li > div {
  display: inline-block;
}

.phones-soc-mob .ft-soc-list {
  padding: 0;
  width: 100%;
  justify-content: center;
}

.header-phones-wrap {
  margin-left: auto;
  margin-right: 40px;
}

.header-phones {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header-phones .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 80px;
  width: auto;
}

.header-phones .dropdown-toggle::after {
  display: none;
}

.header-phones .dropdown-item.active,
.header-phones .dropdown-item:active,
.header-phones .dropdown-item:focus,
.header-phones .dropdown-item:hover {
  background: none;
}

.header-phones .dropdown-menu {
}

.header-phones .dropdown-menu .dropdown-item {
  height: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.header-phones .dropdown-menu .dropdown-item a {
  color: #363636 !important;
}

.header-phones .dropdown-menu .dropdown-item > span > span {
  display: block;
  width: 100%;
  padding-left: 20px;
  font-weight: bold;
  font-size: 7px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
}

.header-phones .dropdown-menu .dropdown-item .ico {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 15px;
  padding-left: 0;
  margin-right: 10px;
}

.header-phones .dropdown-menu .dropdown-item .ico .ico_color,
.header-phones .dropdown-menu .dropdown-item .ico svg {
  width: 10px !important;
  height: auto !important;
}

.navbar-nav-icons {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.navbar-nav-icons .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 80px;
  width: auto;
}

.navbar-nav-icons .ico svg,
.navbar-nav-icons .ico .ico_color {
  width: 15px !important;
  height: 15px !important;
}

.ico_hd .ico_color,
.navbar-nav-icons .ico .ico_color {
  color: #363636;
}

.navbar-nav .ico .ico_ps {
  stroke: #363636;
}

.navbar .ico .ico_p {
  fill: #363636;
}

.navbar-nav-lang {
  min-width: 55px;
}

.navbar-nav-lang .dropdown-toggle::after {
  display: none;
}

.navbar-nav-lang .dropdown-menu {
  padding: 5px 0;
  margin: 1px 0 0 0;
  min-width: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
}

.navbar-nav-lang .dropdown-item {
  padding: 8px 20px;
  width: auto;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
}

.navbar-nav-lang .dropdown-item.active {
  color: rgba(54, 54, 54, 1);
}

.navbar-nav-lang .dropdown-item.active,
.navbar-nav-lang .dropdown-item:active,
.navbar-nav-lang .dropdown-item:focus,
.navbar-nav-lang .dropdown-item:hover {
  background: none;
}

.navbar-header-dark {
  position: absolute;
  width: auto;
  left: 0;
  right: 80px;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-header-dark .navbar-nav-menu .nav-link > span {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.navbar-header-dark .navbar-nav-menu .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-header-dark .navbar-nav-menu .nav-link:hover > span {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.navbar-header-dark .navbar-brand,
.navbar-header-dark .navbar-nav-menu .hov > .nav-link,
.navbar-header-dark .navbar-nav-menu .nav-link.active,
.navbar-header-dark .navbar-nav-menu .nav-link:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.navbar-header-dark .navbar-nav .ico .ico_ps {
  stroke: #fff;
}

.navbar-header-dark .ico .ico_p {
  fill: #fff;
}

.navbar-header-dark .ico_hd .ico_color,
.navbar-header-dark .navbar-nav-icons .ico .ico_color {
  color: #fff;
}

.navbar-header-dark .logo-one .ico .ico_color {
  color: #fff;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 65px;
  padding-left: 65px;
}

footer {
  width: 100%;
  background: #f8f8f9;
  padding: 80px 0 0 0;
}

footer.is_white {
  background: #fff;
}

.footer-menu-cols {
  list-style: none;
  display: flex;
  justify-content: stretch;
  margin: 0 -20px;
  padding: 0;
  min-height: 100%;
  padding-bottom: 50px;
}

.footer-menu-cols > li {
  flex-grow: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu > li {
  padding: 11px 0;
}

.footer-menu > li a {
  font-size: 14px;
  line-height: 1.2;
  color: #363636;
  text-decoration: none;
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-menu > li a:hover {
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
}

.footer-menu > .head_row,
.footer-menu > .head_row a {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 16px;
}

footer .ft-soc-list .ico {
  background: #fff;
}

footer .phones-icons-wrap {
  margin-top: auto;
}

a.link {
  text-decoration: none !important;
  color: rgba(54, 54, 54, 0.5);
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  -webkit-transition:
    border-color 0.3s ease,
    color 0.3s ease;
  -moz-transition:
    border-color 0.3s ease,
    color 0.3s ease;
  -ms-transition:
    border-color 0.3s ease,
    color 0.3s ease;
  -o-transition:
    border-color 0.3s ease,
    color 0.3s ease;
  transition:
    border-color 0.3s ease,
    color 0.3s ease;
}

a.link:hover {
  border-bottom-color: rgba(54, 54, 54, 0.5);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin: 0 -20px;
  padding: 50px 0;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
  color: rgba(54, 54, 54, 0.5);
}

.footer-bottom li {
  flex-grow: 1;
}

.footer-bottom .logo-one .ico .ico_p {
  fill: #363636;
}

.footer-bottom li .link {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
}

.footer-bottom li .link:hover {
  color: rgba(54, 54, 54, 1);
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
}

.footer-bottom li,
.footer-menu-cols > li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-bottom li:first-child,
.footer-menu-cols > li:first-child {
  flex-basis: 38%;
}

.hr_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px rgba(54, 54, 54, 0.1) solid;
}

.hr_line_2 {
  width: 100%;
  height: 1px;
  border-bottom: 1px rgba(54, 54, 54, 0.2) solid;
}

.hr_line_3 {
  width: 100%;
  height: 1px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.first_banner {
  position: relative;
  width: 100%;
  padding: 80px 0 0 0;
  background: #151515;
}

.first_banner .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  overflow: hidden;
}

.first_banner > .container-fluid {
  position: relative;
  z-index: 2;
  padding-top: 44px;
  padding-bottom: 44px;
  height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  min-height: 50rem;
}

.title_h1 {
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
}

.title_h1 h1,
.title_h1 h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #363636;
  margin: 0;
  padding: 0;
}

.title_h2 {
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #363636;
}

.title_h3 {
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.23;
  color: #363636;
}

.title_h3 h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.23;
  color: #363636;
  padding: 0;
  margin: 0;
}

.title_hr {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}

.first_banner .title_h1 {
  color: #ffffff;
  margin-bottom: 19px;
}

.first_banner .d_text {
  max-width: 362px;
}

.first_banner .intro {
  font-size: 14px;
  line-height: 2.14;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 50px;
}

.fb_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fb_menu > li {
  margin-bottom: 14px;
}

.fb_menu > li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0);
}

.fb_menu > li a:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.first_trusted {
  padding: 28px 0;
}

.section_title {
  width: 100%;
  padding-top: 52px;
  padding-bottom: 13px;
  border-bottom: 2px solid #363636;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.section_title .link {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #363636 !important;
  text-transform: none;
  margin-right: 38px;
  border: none !important;
  margin-left: 20px;
  white-space: nowrap;
  margin-bottom: 7px;
  letter-spacing: normal;
}

.section_title > span:first-child {
  margin-right: 40px;
}

.section_title > span:last-child {
  margin-right: 0;
}

.m_link .ico,
.section_title .link .ico {
  display: block;
  position: absolute;
  top: 50%;
  right: -38px;
  width: 31px;
  height: 8px;
  margin-top: -4px;
}

.m_link .ico .ico_color,
.section_title .link .ico .ico_color {
  color: #363636;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.m_link .ico .ico_color,
.m_link .ico svg,
.section_title .link .ico .ico_color,
.section_title .link .ico svg {
  width: 31px !important;
  height: auto;
}

.m_link:hover .ico .ico_color,
.section_title .link:hover .ico .ico_color,
.section_title .link:hover {
  color: #e30613 !important;
}

.trusted_list {
  list-style: none;
  padding: 38px 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /*justify-content: start;*/
}

.calculation_price .reload_lnk {
  display: none !important;
}

.trusted_list > li {
  padding: 12px 20px;
}

.trusted_list > li img {
  /*max-height: 35px;*/
  /*max-width: 185px;*/
  max-width: 100px;
  width: 100%;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-bottom: 20px;
}

.profitable_price {
  color: #ffffff;
}

.profitable_price .inner {
  position: relative;
  background: #363636;
  overflow: hidden;
  padding: 92px 105px 72px 105px;
}

.profitable_price .bg_1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 649px;
  height: 600px;
  margin-left: -193px;
  background-repeat: no-repeat;
  background-position: right 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.profitable_price .bg_2 {
  position: absolute;
  left: 50%;
  top: -130px;
  width: 386px;
  height: 215px;
  margin-left: -193px;
  transform: rotate(171.3deg);
  background: url("/static/css/../img/profitable_price_bg_1.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.profitable_price .bg_3 {
  position: absolute;
  right: 0;
  bottom: -130px;
  width: 386px;
  height: 215px;
  transform: rotate(-8.72deg);
  background: url("/static/css/../img/profitable_price_bg_1.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.profitable_price .d_text {
  position: relative;
  z-index: 2;
}

.profitable_price .title_h1 {
  margin-bottom: 58px;
  color: #ffffff;
}

.profitable_price .title_h1 h2 {
  color: #ffffff;
}

.profitable_price .tab-content .sub_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.23;
  color: #ffffff;
  margin-bottom: 33px;
  max-width: 390px;
  width: 100%;
}

.pp_rasp {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: flex;
  align-items: revert;
}

.pp_rasp > li {
  position: relative;
  margin-right: 26px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #ffffff;
  white-space: nowrap;
}

.pp_rasp > li:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background: url("/static/css/../img/arrow_2.svg") no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.pp_rasp > li:last-child:after {
  display: none;
  margin-right: 0;
}

.pp_rasp > .time {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  margin-right: 16px;
}

.pp_rasp > .time:after {
  display: none;
}

.pp_rasp > li .ico {
  position: relative;
  top: -2px;
  font-size: 0;
  line-height: 0;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background-image: url("/static/css/../img/addr_1.svg");
}

.pp_rasp_bottom {
  display: flex;
  justify-content: space-between;
  max-width: 66%;
  width: 100%;
}

.pp_rasp_email {
  line-height: 1.21;
}

.pp_rasp_email a {
  font-weight: 500;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0);
}

.pp_rasp_email a:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.company_numb {
  padding: 29px 0 0 0;
}

.company_numb .inner {
  display: flex;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  flex-wrap: wrap;
}

.company_numb.company_auto .inner {
  align-items: unset;
}

.company_numb .company_auto_text {
  width: 50%;
}

.company_numb .img {
  width: 100%;
  flex-basis: 50%;
  flex-grow: 1;
}

.company_numb .img img {
  width: 100%;
  height: auto;
}

.company_numb_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-basis: 50%;
  flex-grow: 1;
  min-width: 490px;
}

.company_numb_list > li {
  flex-basis: 50%;
  padding-right: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.5);
}

.f_services_list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding: 50px 0 8px 0;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.f_services_list > li {
  flex-grow: 1;
  flex-basis: 33.33%;
  max-width: 33.33%;
  min-width: 370px;
  padding: 0 15px 30px 15px;
}

.f_services_list > li a {
  position: relative;
  display: flex;
  height: 120px;
  background: #f8f8f9;
  border-radius: 10px;
  align-items: center;
  padding: 35px 40px;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.f_services_list > li a:hover {
  background: #363636 !important;
}

.f_services_list > li a .ico {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #363636;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.f_services_list.icon_is_hover > li a:hover .ico {
  background-color: #ffffff;
}

.f_services_list > li a .ico .ico_color {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.f_services_list > li a .ico .ico_color,
.f_services_list > li a .ico svg {
  width: 24px !important;
  height: auto !important;
}

.f_services_list.icon_is_hover > li a:hover .ico .ico_color {
  color: #363636;
}

.f_services_list > li a .link {
  margin-right: auto;
}

.f_services_list > li a .link > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
  -webkit-transition:
    border-bottom-color 0.3s ease,
    color 0.3s ease;
  -moz-transition:
    border-bottom-color 0.3s ease,
    color 0.3s ease;
  -ms-transition:
    border-bottom-color 0.3s ease,
    color 0.3s ease;
  -o-transition:
    border-bottom-color 0.3s ease,
    color 0.3s ease;
  transition:
    border-bottom-color 0.3s ease,
    color 0.3s ease;
}

.f_services_list > li a:hover .link > span {
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  color: #fff;
}

.f_services_list > li a .ico_rg {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin-left: 25px;
}

.f_services_list > li a .ico_rg .ico_color {
  color: #fff;
}

.f_services_list > li a .ico_rg .ico_color,
.f_services_list > li a .ico_rg svg {
  width: 34px !important;
  height: auto !important;
}

.ico_serv_1 {
  background-image: url("/static/css/../img/serv_1.svg");
}

.ico_serv_2 {
  background-image: url("/static/css/../img/serv_2.svg");
}

.ico_serv_3 {
  background-image: url("/static/css/../img/serv_3.svg");
}

.ico_serv_4 {
  background-image: url("/static/css/../img/serv_4.svg");
}

.ico_serv_5 {
  background-image: url("/static/css/../img/serv_5.svg");
}

.ico_serv_6 {
  background-image: url("/static/css/../img/serv_6.svg");
}

.ico_serv_7 {
  background-image: url("/static/css/../img/serv_7.svg");
}

.ico_serv_8 {
  background-image: url("/static/css/../img/serv_8.svg");
}

.ico_serv_9 {
  background-image: url("/static/css/../img/serv_9.svg");
}

.inform {
  padding-bottom: 50px;
}

.inform .info_accordion {
  margin-top: 50px;
}

.info_accordion .card {
  border: none;
  background: #f8f8f9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.info_accordion .card-header {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.info_accordion .card-header .btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 49px 115px 49px 58px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  color: #363636;
  text-decoration: none !important;
  text-align: left;
  margin-bottom: 0;
}

.info_accordion .card-header .btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 69px;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url("/static/css/../img/tire_1.svg");
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.info_accordion .card-header .btn.collapsed:after {
  background-image: url("/static/css/../img/plus_1.svg");
}

.info_accordion .card-header .btn.focus,
.info_accordion .card-header .btn:focus {
  text-decoration: none;
  box-shadow: none;
}

.info_accordion .card-body {
  padding: 0 58px 45px 58px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(54, 54, 54, 0.6);
}

.bread_cr_wrap {
  width: 100%;
  padding: 11px 0;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}

.breadcr {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.breadcr > li {
  position: relative;
  margin-right: 28px;
}

.breadcr > li:after {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -3px;
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: url("/static/css/../img/arrow_5.svg") no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.breadcr > li:last-child:after {
  display: none;
}

.breadcr > li,
.breadcr > li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.5);
}

.breadcr > li a {
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcr > li a:hover {
  color: #363636;
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
}

.calculation_price {
  width: 100vw;
  background: #fff !important;
  padding: 50px 0 83px 0;
  padding-bottom: 0 !important;
}

.calculation_price .card_inn_calc {
  margin-bottom: 0;
}

.calculation_price .container-fluid {
  display: flex;
  flex-wrap: wrap;
}

.calculation_price_res_wrap {
  position: relative;
  flex-grow: 1;
  flex-basis: 50%;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.calculation_price_res {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  padding: 23px 54px 54px 54px;
}

.calc_blue_text_bg {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 181px;
  height: 33px;
  background: #205396;
  box-shadow: 0 16px 30px rgba(54, 54, 54, 0.04);
  border-radius: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculation_price_res .pice_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.calculation_price_res .pice_line .title_h1 {
  white-space: nowrap;
  margin-right: 20px;
}

.calculation_price_res .distance {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  text-align: right;
  color: rgba(54, 54, 54, 0.5);
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.calculation_price_res .distance .ico {
  width: auto;
  height: auto;
  margin-right: 14px;
  color: #363636;
  position: relative;
  top: -2px;
}

.calculation_price_res .distance .ico svg,
.calculation_price_res .distance .ico .ico_color {
  width: 27px !important;
  height: auto !important;
}

.ico_truck {
  background-image: url("/static/css/../img/truck_1.svg");
}

.addr_line {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  color: #363636;
  margin-bottom: 32px;
}

.addr_line .it {
  position: relative;
  margin-right: 22px;
}

.addr_line .it:last-child {
  margin-right: 0;
}

.addr_line .it:after {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  width: 12px;
  height: 6px;
  margin-top: -3px;
  background: url("/static/css/../img/arrow_5.svg") no-repeat 0 center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.addr_line .it:last-child:after {
  display: none;
}

.calculation_price_res .descr_line {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-align: center;
  padding: 20px 0;
}

.tx_red {
  color: #e30613 !important;
}

.calculation_price_res .price_form {
  margin-top: 69px;
}

.calculation_price_res .price_form .title_h2 {
  margin-bottom: 28px;
}

.form_def {
  width: 100%;
}

.form_def .form-row {
  margin-right: -15px;
  margin-left: -15px;
}

.form_def .form-row > .col,
.form_def .form-row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.calculation_price .form_def .form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.calculation_price .form_def .form-row > .col,
.calculation_price .form_def .form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.form_def .form-group {
  margin-bottom: 30px;
}

.form_def label {
  font-weight: bold;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

span.req,
.form_def label .req {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 12px;
  line-height: 2;
  color: #e30613;
  top: 2px;
}

.form_def .form-control {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  border: 1px solid rgba(54, 54, 54, 0.2);
  color: #363636;
  border-radius: 0;
  padding: 18px 30px;
  background: #fff;
  font-weight: 500;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.form_def textarea.form-control {
  min-height: 185px;
  resize: none;
}

.form_def .form-control.no_bord {
  border: 1px solid rgba(54, 54, 54, 0);
}

.form_def .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(54, 54, 54, 1);
}

.form_def .form-control::placeholder {
  color: rgba(54, 54, 54, 0.5);
}

.form_def .btn {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  border-radius: 0;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.form_def .btn.focus,
.form_def .btn:focus {
  box-shadow: none;
}

.btn_red {
  color: #ffffff;
  background: #e30613;
}

.btn_red:focus,
.btn_red:hover {
  color: #ffffff;
  background: #bc000b;
}

.calculation_price_res .price_form .btn {
  margin-top: 20px;
}

.calculation_price_wrap {
  flex-grow: 1;
  padding-right: 40px;
  margin-top: 37px;
  margin-bottom: 0 !important;
}

.calculation_price_wrap form > .btn {
  margin-top: 20px;
}

.calculation_price_wrap .inner {
  max-width: 495px;
}

.calculation_price_wrap .title_h1 {
  margin-bottom: 45px;
}

.btn_white_1 {
  color: #363636;
  background: #fff;
  box-shadow: 0 16px 30px rgba(54, 54, 54, 0.04);
}

.btn_white_1.focus,
.btn_white_1:focus {
  box-shadow: 0 16px 30px rgba(54, 54, 54, 0.04) !important;
}

.checkb_butt_1 {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.checkb_butt_bord {
  border: 1px solid rgba(54, 54, 54, 0.2);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.checkb_butt_bord.checkb_butt_1.act,
.checkb_butt_bord.checkb_butt_1.hov_2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.checkb_butt_bord.checkb_butt_1:before {
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: calc(50% + 1px);
}

.checkb_butt_bord.checkb_butt_1 .checkb_it {
  height: 58px !important;
  min-height: 58px !important;
}

.checkb_butt_1 .checkb_it {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-grow: 1;
  height: 60px;
  width: 50%;
  z-index: 2;

  font-weight: 500;
  font-size: 16px;
  line-height: 1;

  color: rgba(54, 54, 54, 0.6);

  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.checkb_butt_1 .checkb_it .ico {
  margin-right: 10px;
  width: auto;
  height: auto;
}

.checkb_butt_1 .checkb_it .ico .ico_color,
.checkb_butt_1 .checkb_it .ico svg {
  width: 24px !important;
  height: auto !important;
}

.checkb_butt_1 .checkb_it:nth-child(1) {
  color: #e30613;
}

.checkb_butt_1.act .checkb_it:nth-child(1) {
  color: rgba(54, 54, 54, 0.6);
}

.checkb_butt_1.act .checkb_it:nth-child(2) {
  color: #e30613;
}

.checkb_butt_1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border: 2px solid #e30613;
  border-radius: 5px;
  transform: translate(0, 0);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.checkb_butt_1.act:before {
  transform: translate(100%, 0px);
}

.checkb_butt_1.hov_1:before {
  transform: translate(0, 0px);
}

.checkb_butt_1.hov_2:before {
  transform: translate(100%, 0px);
}

.point_letter {
  position: relative;
  top: -1px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-left: 1px;
  background: rgba(54, 54, 54, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 800;
  font-size: 10px;
  line-height: 21px;
  color: #363636;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.point_letter.act {
  background: #e30613;
  color: #ffffff;
}

.hr_line_footer {
  margin-bottom: 80px;
  border-bottom: none !important;
}

.s_tracking .section_title {
  margin-bottom: 41px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  color: #e30613;
  border-color: #e30613;
}

.invalid-feedback {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  color: #e30613;
  margin-top: 11px;
}

.form_def .btn.disabled,
.form_def .btn:disabled {
  background: #d4d4d4;
  opacity: 1;
}

.search_count_text {
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.6);
  display: flex;
  align-items: center;
}

.search_count_text .ico {
  width: auto;
  height: auto;
  margin-right: 16px;
}

.search_count_text .ico_color {
  color: rgba(54, 54, 54, 0.5);
}

.search_count_text .ico .ico_color,
.search_count_text .ico svg {
  width: 10px !important;
  height: auto !important;
}

.inp_ico {
  position: relative;
}

.inp_ico .ico {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto;
  height: auto;
}

.inp_ico .form-control {
  padding-right: 70px;
}

.inp_search .ico {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.inp_search .ico_color {
  color: rgba(54, 54, 54, 0.5);
}

.inp_search .ico .ico_color,
.inp_search .ico svg {
  width: 18px !important;
  height: auto !important;
}

.nav-tabs-left-sect > .container-fluid {
  padding: 0;
}

.nav-tabs-pg-wrap {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  background: #f8f8f9;
}

.nav-tabs-pg-left-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  min-width: 420px;
  max-width: 420px;
  flex-basis: 420px;
  flex-grow: 1;
  padding: 87px 0 20px 65px;
  flex-wrap: wrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  align-content: flex-start;
}

.nav-tabs-pg-left {
  position: relative;
  border: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
}

.nav-tabs-pg-right {
  flex-grow: 1;
  height: 100%;
  width: 100%;
  max-width: calc(100% - 420px);
  padding: 20px 65px 80px 65px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.6);
}

.nav-tabs-pg-left .nav-item {
  width: 100%;
  padding: 0;
}

.nav-tabs-pg-left .nav-link {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding: 20px 40px 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.5);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.nav-tabs-pg-left .nav-item.show .nav-link,
.nav-tabs-pg-left .nav-link.active {
  color: #e30613;
  font-weight: 600;
}

.nav-tabs-pg-left .nav-item.parr a {
  position: relative;
}

.nav-tabs-pg-left .nav-item.parr > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-image: url(/static/css/../img/arrow_6_2.svg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.nav-tabs-pg-left .nav-item.parr > a.active:after {
  transform: rotate(90deg);
}

.nav-tabs-pg-left .nav-item ul {
  list-style: none;
  padding: 0 0 15px 43px;
  margin: 0;
}

.nav-tabs-pg-left .nav-item ul li {
  padding: 9px 20px 9px 0;
}

.nav-tabs-pg-left .nav-item ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.4);
  border-bottom: 1px rgba(54, 54, 54, 0) solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-tabs-pg-left .nav-item ul li a.active {
  color: rgba(54, 54, 54, 1);
  border-bottom-color: rgba(54, 54, 54, 1);
}

.title_sm_b {
  font-weight: bold;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #363636;
}

.nav-tabs-pg-left-wrap .title_sm_b {
  width: 100%;
  margin-bottom: 12px;
}

.nav_tab_sel {
  position: absolute;
  right: 0;
  width: 2px;
  height: 50px;
  background: #e30613;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.nav-tabs-pg-left .nav-link .ico {
  width: 26px;
  height: auto;
  margin-right: 17px;
  text-align: center;
}

.nav-tabs-pg-left .nav-link .ico .ico_color {
  color: #c3c3c3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav-tabs-pg-left .nav-link .ico .ico_color,
.nav-tabs-pg-left .nav-link .ico svg {
  width: 24px !important;
  height: auto !important;
}

.nav-tabs-pg-left .nav-link.active .ico .ico_color {
  color: #e30613;
}

.nav-tabs-pg-right .section_title {
  flex-wrap: nowrap;
  align-items: flex-end;
}

.nav-tabs-pg-right .section_title:first-child {
  margin-bottom: 50px;
}

.form_peyment_wrap {
}

.form_peyment_descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.9);
  margin-top: 28px;
}

.inp_price .ico {
  margin-top: -12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(54, 54, 54, 0.5);
}

.doc_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}

.doc_list .item {
  background: #ffffff;
  box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
  border-radius: 10px;
  width: calc(50% - 15px);
  min-width: 300px;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-decoration: none !important;
}

.doc_list .doc_ext {
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: #474747;
}

.doc_ext.doc_xlsx,
.doc_ext.doc_xls {
  background: #18884f;
}

.doc_ext.doc_docx,
.doc_ext.doc_doc {
  background: #205396;
}

.doc_ext.doc_pdf {
  background: #cb301e;
}

.doc_list .doc_rg {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0 4px 23px;
  height: 100%;
}

.doc_list .doc_rg .title {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.doc_list .doc_rg .download {
  width: 100%;
  font-weight: 600;
  color: rgba(54, 54, 54, 0.4);
  margin-top: auto;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.doc_list .item:hover .doc_rg .download {
  color: rgba(54, 54, 54, 1);
}

.doc_list .doc_rg .download .ico {
  width: auto;
  height: auto;
  margin-left: 9px;
  position: relative;
  top: -1px;
}

.doc_list .doc_rg .download .ico_color {
  color: rgba(54, 54, 54, 0.35);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.doc_list .doc_rg .download .ico svg,
.doc_list .doc_rg .download .ico .ico_color {
  width: 17px !important;
  height: 16px !important;
}

.doc_list .item:hover .doc_rg .download .ico_color {
  color: #e30613;
}

.nav-tabs-pg-right .info_accordion .card {
  background: #ffffff;
  box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
}

.form_help_wrap {
  padding-bottom: 33px;
  margin-top: 60px;
  margin-bottom: 0;
}

.form_help_wrap .title_h2 {
  margin-bottom: 35px;
}

.form_comment {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.5);
  margin-bottom: 32px;
  margin-top: -19px;
}

.section_back {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 63px;
}

.section_back a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #e30613;
  border-bottom: 1px rgba(227, 6, 19, 0) solid;
  -webkit-transition: border-bottom-color 0.3s ease;
  -moz-transition: border-bottom-color 0.3s ease;
  -ms-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
}

.section_back a:hover {
  border-bottom-color: rgba(227, 6, 19, 1);
}

.section_back + .section_title {
  padding-top: 33px;
}

.section_back .ico {
  width: auto;
  height: auto;
  margin-right: 7px;
  transform: rotate(180deg);
}

.section_back .ico_color {
  color: #e30613;
}

.section_back .ico .ico_color,
.section_back .ico svg {
  width: 13px !important;
  height: auto !important;
}

.cargo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}

.cargo_list .item {
  position: relative;
  background-color: #8b9297;
  border-radius: 10px;
  width: calc(50% - 15px);
  min-width: 300px;
  margin-top: 30px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  color: #ffffff;
  text-decoration: none !important;
  overflow: hidden;
  box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
}

.cargo_list .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.cargo_list .item .bg_85 {
  -webkit-background-size: 85% auto;
  -moz-background-size: 85% auto;
  -o-background-size: 85% auto;
  background-size: 85% auto;
}

.cargo_list .item .bg_90 {
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  -o-background-size: 90% auto;
  background-size: 90% auto;
}

.cargo_list .item .padd {
  display: block;
  width: 100%;
  padding-bottom: 92%;
}

.cargo_list .item .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 46px 60px;
  z-index: 2;
}

.cargo_list .item .title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.cargo_list .item .more {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cargo_list .item .more:after {
  position: absolute;
  right: -43px;
  top: 50%;
  margin-top: -1px;
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  border-top: 1px #ffffff solid;
}

.cargo_list .item:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.cargo_list .item:hover .more:after {
  animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
}

.sdfsdf {
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px #000000 solid;
  animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
}

@keyframes button-icon-squeeze-right {
  0% {
    transform-origin: right;
    transform: scalex(1);
  }

  50% {
    transform-origin: right;
    transform: scalex(0);
  }

  50.01% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scalex(1);
  }
}

.tab_pane_about .company_numb_list > li {
  padding-top: 50px;
  padding-bottom: 0;
}

.tab_pane_about .company_numb_list {
  margin-bottom: 60px;
}

.nav-tabs-pg-right .f_services_list > li {
  flex-basis: 50%;
  max-width: 50%;
  min-width: 370px;
}

.nav-tabs-pg-right .f_services_list > li a {
  background: #ffffff;
  box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
}

.nav-tabs-pg-right .f_services_list > li a .ico_rg .ico_color {
  color: #f7f7f7;
}

.f_services_list.icon_type_2 > li a .ico {
  background-color: #f7f7f7;
}

.f_services_list.icon_type_2 > li a .ico .ico_color {
  color: #363636;
}

.f_services_list.icon_type_2 > li a .ico .ico_color,
.f_services_list.icon_type_2 > li a .ico svg {
  width: 24px !important;
  height: auto !important;
}

.carousel_tp_one {
  margin-bottom: 10px;
}

.carousel_tp_one .carousel-inner {
  border-radius: 10px;
}

.carousel_tp_one .carousel-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 48.6%;
}

.carousel_tp_one .carousel-item video {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.carousel_tp_one .carousel-indicators {
  margin-bottom: 29px;
}

.carousel_tp_one .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  border: none;
}

.carousel_tp_one .carousel-control-next,
.carousel_tp_one .carousel-control-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.carousel_tp_one .carousel-control-next-icon,
.carousel_tp_one .carousel-control-prev-icon {
  width: 34px;
  height: 34px;
  background: none;
}

.carousel_tp_one .carousel-control-prev-icon {
  transform: rotate(180deg);
}

.news_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news_list .item {
  justify-content: space-between;
  align-items: center;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.news_list .item > span {
  display: block;
}

.news_list .item .date {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 23px;
  color: rgba(0, 0, 0, 0.5);
}

.news_list .item .title {
  margin-right: 20px;
}

.news_list .item .more {
  margin-right: 43px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 1);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.news_list .item .more:after {
  position: absolute;
  right: -43px;
  top: 50%;
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  border-top: 1px #363636 solid;
}

.news_list .item:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.news_list .item:hover .more:after {
  animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
}

.news_list .item .date .ico {
  width: auto;
  height: auto;
  margin-right: 11px;
  position: relative;
  top: -3px;
}

.news_list .item .date .ico_color {
  color: rgba(54, 54, 54, 0.5);
}

.news_list .item .date .ico .ico_color,
.news_list .item .date .ico svg {
  width: 19px !important;
  height: auto !important;
}

.news_list .item_bg {
  background: #0a4087 url("/static/css/../img/bg_1.png") no-repeat right top;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  color: #ffffff;
}

.news_list .item_bg .date {
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.news_list .item_bg .date .ico_color {
  color: rgba(255, 255, 255, 1);
}

.news_list .item_bg .descr {
  margin-top: 23px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.news_list .item_bg .descr,
.news_list .item_bg > span {
  width: 70%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 55px;
}

.pagination .item {
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin: 0 5px 10px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .item:hover {
  opacity: 0.5;
}

.pagination .item.active {
  background: #363636;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.pagination .item.prev,
.pagination .item.next {
  background: url("/static/css/../img/arrow_1.svg") no-repeat center center;
  -webkit-background-size: auto 12px;
  -moz-background-size: auto 12px;
  -o-background-size: auto 12px;
  background-size: auto 12px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}

.pagination .item.prev {
  transform: rotate(180deg);
}

.pagination .item.prev:hover,
.pagination .item.next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.nav-tabs-pg-right .text a,
.nav-tabs-pg-right a.link {
  color: #e30613;
  border-bottom: 1px rgba(227, 6, 19, 0) solid;
}

.nav-tabs-pg-right .text a:hover,
.nav-tabs-pg-right a.link:hover {
  border-bottom-color: rgba(227, 6, 19, 1);
}

.vacancy_anketa {
  background: #ffffff url("/static/css/../img/img_11.png") no-repeat right -35px
    bottom -40px;
  -webkit-background-size: auto 520px;
  -moz-background-size: auto 520px;
  -o-background-size: auto 520px;
  background-size: auto 520px;
  padding-right: 50%;
  padding-bottom: 63px;
}

.vacancy_anketa .inner {
  width: 100%;
  max-width: 367px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.6);
}

.vacancy_anketa .title_h2 {
  margin-bottom: 32px;
}

.vacancy_anketa .btn {
  margin-top: 73px;
  max-width: 240px;
}

.vacancy_list .item {
  padding-top: 48px;
  padding-bottom: 48px;
}

.vacancy-detail ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: block;
  width: 100%;
}

.vacancy-detail ul > li {
  position: relative;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.6);
}

.vacancy-detail ul > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: rgba(54, 54, 54, 0.6);
}

.vacancy-detail .btn {
  margin-top: 15px;
  max-width: 240px;
}

.owl-carousel.owl-drag .owl-item .item {
  background-color: #838dff;
  margin-left: -200px;
  padding-left: 200px;
}

.more_line {
  position: relative;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.more_line:after {
  position: absolute;
  right: -43px;
  top: 50%;
  margin-top: -1px;
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  border-top: 1px #ffffff solid;
}

.item:hover .more_line {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
}

.item:hover .more_line:after {
  animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
}

.slider_items {
  padding: 0;
  margin: 0;
}

.slider_items .slick-dots {
  position: relative;
  clear: both;
  bottom: auto;
}

.slider_items .slick-dots li {
  width: auto;
  height: auto;
}

.slider_items .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #bcbdbf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.slider_items .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #8b0029;
  border: 1px #f7931e solid;
}

.slider_items .slick-dots li button:before {
  display: none;
}

.slider_items .slick-prev,
.slider_items .slick-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -33px;
}

.slider_items .slick-prev:after,
.slider_items .slick-next:after,
.slider_items .slick-prev:before,
.slider_items .slick-next:before {
  display: none;
}

.slider_items .slick-prev {
  left: 60px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.slider_items .slick-next {
  right: 60px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider_items .item_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  overflow: hidden;
}

.slider_items .slick-slide > div {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.slider_items .img {
  width: 100%;
  height: 300px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider_items .item img {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
}

.slider_items .slick-slide {
  padding: 0;
  font-size: 0;
}

.slider_reviews {
  margin: 0 -10px;
}

.slider_reviews .slick-list {
  padding-left: 90px;
}

.slider_reviews .slick-slide {
  transform: translate(-80px, 0);
}

.slider_reviews .slick-slide > div {
  padding-left: 5px;
  padding-right: 5px;
}

.slider_reviews .item_inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 58px 49px 51px 49px;
}

.slider_reviews .item img {
  width: 100%;
  height: auto;
  margin-bottom: 37px;
  filter: drop-shadow(0px 16px 30px rgba(54, 54, 54, 0.04));
  -webkit-box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
  -moz-box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
  box-shadow: 0px 16px 30px rgba(54, 54, 54, 0.04);
}

.slider_reviews .item .more_line {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(54, 54, 54, 1);
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
}

.slider_reviews .item .more_line:after {
  border-color: rgba(54, 54, 54, 1);
}

.contscts_map {
  width: 100%;
  height: 360px;
  border-radius: 10px;
  margin: 53px 0 30px 0;
  background-color: #343332;
}

#map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cont-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  flex-grow: 1;
}

.cont-list > ul {
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cont-list > ul:first-child {
  padding-top: 0;
}

.cont-list > ul > li {
  flex-grow: 1;
  flex-basis: 50%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #363636;
}

.cont-list > ul > li.full {
  flex: 100%;
}

.cont-list .small > li,
.cont-list .small {
  font-size: 14px;
}

.cont-list > ul:last-child {
  border-bottom: none;
}

.cont-list > ul:last-child,
.cont-list > ul:last-child > li:last-child {
  padding-bottom: 0;
}

.cont-list .title {
  width: 100%;
  font-weight: bold;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
  margin-bottom: 8px;
}

.cont-list a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  text-decoration-line: none !important;
  color: #205396;
  border-bottom: 1px rgba(32, 83, 150, 1) solid;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.cont-list a:hover {
  border-color: rgba(32, 83, 150, 0);
}

.ul_list_1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
}

.ul_list_1 > li {
  margin: 48px 0 0 0;
  padding: 0 15px 0 15px;
  flex-basis: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: rgba(54, 54, 54, 0.6);
  display: flex;
  align-items: flex-start;
}

.ul_list_1 > li .ico {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #f7f7f7 url("/static/css/../img/check_1c.svg") no-repeat center center;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
}

.ul_list_1 > li .ico .ico_color {
  color: #363636;
}

.ul_list_1 > li .ico .ico_color,
.ul_list_1 > li .ico svg {
  width: 10px !important;
  height: auto !important;
}

.country_list {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: auto;
  column-width: 200px;
  column-fill: balance;
  column-gap: 20px;

  font-weight: 500;
  font-size: 14px;
  line-height: 2.86;
  color: #363636;
}

.country_list > li {
  white-space: nowrap;
}

.country_list .ico {
  width: 28px;
  height: 20px;
  margin-right: 16px;
}

.ico_lg_1 {
  background-image: url("/static/css/../img/lg_1.svg");
}

.ico_lg_2 {
  background-image: url("/static/css/../img/lg_2.svg");
}

.ico_lg_3 {
  background-image: url("/static/css/../img/lg_3.svg");
}

.ico_lg_4 {
  background-image: url("/static/css/../img/lg_4.svg");
}

.ico_lg_5 {
  background-image: url("/static/css/../img/lg_5.svg");
}

.ico_lg_6 {
  background-image: url("/static/css/../img/lg_6.svg");
}

.ico_lg_7 {
  background-image: url("/static/css/../img/lg_7.svg");
}

.ico_lg_8 {
  background-image: url("/static/css/../img/lg_8.svg");
}

.ico_lg_9 {
  background-image: url("/static/css/../img/lg_9.svg");
}

.ico_lg_10 {
  background-image: url("/static/css/../img/lg_10.svg");
}

.ico_lg_11 {
  background-image: url("/static/css/../img/lg_11.svg");
}

.ico_lg_12 {
  background-image: url("/static/css/../img/lg_12.svg");
}

.ico_lg_13 {
  background-image: url("/static/css/../img/lg_13.svg");
}

.ico_lg_14 {
  background-image: url("/static/css/../img/lg_14.svg");
}

.ico_lg_15 {
  background-image: url("/static/css/../img/lg_15.svg");
}

.ico_lg_16 {
  background-image: url("/static/css/../img/lg_16.svg");
}

.ico_lg_17 {
  background-image: url("/static/css/../img/lg_17.svg");
}

.ico_lg_18 {
  background-image: url("/static/css/../img/lg_18.svg");
}

.ico_lg_19 {
  background-image: url("/static/css/../img/lg_19.svg");
}

.ico_lg_20 {
  background-image: url("/static/css/../img/lg_20.svg");
}

.ico_lg_21 {
  background-image: url("/static/css/../img/lg_21.svg");
}

.ico_lg_22 {
  background-image: url("/static/css/../img/lg_22.svg");
}

.ico_lg_23 {
  background-image: url("/static/css/../img/lg_23.svg");
}

.ico_lg_24 {
  background-image: url("/static/css/../img/lg_24.svg");
}

.ico_lg_25 {
  background-image: url("/static/css/../img/lg_25.svg");
}

.ico_lg_26 {
  background-image: url("/static/css/../img/lg_26.svg");
}

.ico_lg_27 {
  background-image: url("/static/css/../img/lg_27.svg");
}

.ico_lg_28 {
  background-image: url("/static/css/../img/lg_28.svg");
}

.ico_lg_29 {
  background-image: url("/static/css/../img/lg_29.svg");
}

.ico_lg_33 {
  background-image: url("/static/css/../img/lg_33.svg");
}

.card_inn_direction {
}

.direction_list {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-width: 200px;
  column-gap: 20px;
}

.direction_list li {
  margin-bottom: 0;
  min-width: 220px;
}

.direction_list li a {
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.86;
  color: #363636;
  border-bottom: 1px rgba(54, 54, 54, 1) solid;
  -webkit-transition: border-bottom-color 0.3s ease;
  -moz-transition: border-bottom-color 0.3s ease;
  -ms-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
}

.direction_list li a:hover {
  border-bottom-color: rgba(54, 54, 54, 0);
}

.direction_list .addr_line .it:after {
  background-image: url("/static/css/../img/arrow_5_b.svg");
}

.dorection_more_lnk {
  padding-top: 51px;
  padding-bottom: 51px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-decoration: none !important;
}

.dorection_more_lnk:hover {
  color: #363636;
}

.dorection_more_lnk > span {
  margin-right: 20px;
}

.dorection_more_lnk .ico {
  width: 34px;
  min-width: 34px;
  height: 34px;
  background: #e30613;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}

.dorection_more_lnk .ico_color {
  color: #ffffff;
}

.dorection_more_lnk .ico .ico_color,
.dorection_more_lnk .ico svg {
  height: 12px !important;
  width: auto !important;
}

.direct_detail {
}

.doc_list_one {
  margin-top: 0;
}

.doc_list_one .item {
  width: 100%;
  margin-top: 0;
}

.direct_calc_rg_note {
  line-height: 1.71;
  color: #363636;
  display: block;
  padding: 50px;
  height: 100%;
}

.direct_calc_rg_note strong {
  font-weight: 600;
}

.direct_calc_rg_note .email {
  margin-top: 22px;
}

.direct_calc_rg_note .email a {
  border-bottom: 1px rgba(32, 83, 150, 1) solid;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.direct_calc_rg_note .email a:hover {
  border-color: rgba(32, 83, 150, 0);
}

.direct_calc_rg_note .ico {
  display: block;
  margin-bottom: 22px;
}

.direct_calc_rg_note .ico_color {
  color: #e30613;
}

.direct_calc_rg_note .ico .ico_color,
.direct_calc_rg_note .ico svg {
  width: 24px !important;
  height: auto !important;
}

.direct_detail .card_inn_calc {
  padding-top: 53px;
  padding-bottom: 65px;
  height: 100%;
}

.direct_detail .card_inn_calc .btn_send {
  margin-top: 20px;
}

.ul_list_1.col_one {
  margin: 0;
}

.ul_list_1.col_one > li {
  flex-basis: auto;
  padding: 0;
  margin: 0 0 30px 0;
}

.ul_list_1.col_one > li:last-child {
  margin-bottom: 0;
}

.ul_list_1.ico_white > li .ico {
  background: #ffffff;
}

.direct_detail .title_h2 {
  line-height: 1.58;
}

.direct_detail .b_text_lf {
  padding-right: 45px;
}

.direct_detail .text,
.direct_detail .b_text_lf .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.88;
  color: rgba(54, 54, 54, 0.6);
}

.direct_detail .col_rz:after {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 1px;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}

.direct_detail .b_text_rg {
  padding-left: 45px;
}

.f_services_list.icon_no > li a {
  padding-left: 50px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle {
  background: #fff;
  border: 1px solid rgba(54, 54, 54, 0.2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.5);
  padding: 18px 30px 18px 30px;
}

.bootstrap-select .dropdown-toggle.disabled {
  background: #fff;
}

.form_def .b_select_wrap.no_bord .bootstrap-select .dropdown-toggle {
  border: 1px solid rgba(54, 54, 54, 0);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgba(54, 54, 54, 0.5);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: #363636;
  color: rgba(54, 54, 54, 1);
}

.bootstrap-select .dropdown-menu {
  margin: -1px 0 0 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.5);
  border-radius: 0;
  border: 1px solid #363636;
  max-height: none !important;
}

.bootstrap-select .dropdown-menu li a {
  position: relative;
  padding: 18px 30px;
  border-bottom: 1px solid #363636;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.5);
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select .dropdown-menu .dropdown-item {
  white-space: normal;
}

.bootstrap-select .dropdown-menu li:last-child a {
  border-bottom: none;
}

.bootstrap-select .dropdown-menu li a.active,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:hover {
  color: rgba(54, 54, 54, 1);
  background: none;
}

.bootstrap-select .dropdown-menu li a.active:before,
.bootstrap-select .dropdown-menu li a:active:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  width: 10px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  background: url("/static/css/../img/check_1_sel.svg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.bootstrap-select > .dropdown-toggle:before,
.bootstrap-select > .dropdown-toggle:after {
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -4px;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 5px;
  height: 8px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-image: url("/static/css/../img/arrow_1.svg");
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -9px;
  transform: rotate(-90deg);
}

.bootstrap-select > .dropdown-toggle:before {
  margin-top: 1px;
  transform: rotate(90deg);
}

.bootstrap-select .no-results {
  display: none;
}

.ymaps-2-1-79-search__suggest.ymaps-2-1-79-search__suggest {
  border: 1px solid #363636;
}

.inp_suggest_wrap {
  position: relative;
}

.inp_suggest_wrap > ymaps {
  top: -1px !important;
}

.ymaps-2-1-79-search__suggest {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.ymaps-2-1-79-suggest-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(54, 54, 54, 0.5);
  padding: 18px 30px;
  border-bottom: 1px solid #363636;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.ymaps-2-1-79-suggest-item:hover {
  color: rgba(54, 54, 54, 1);
}

.ymaps-2-1-79-suggest-item ymaps {
  background: none;
}

.ymaps-2-1-79-suggest-item:last-child {
  border-bottom: none;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 30px;
  background: #ededed;
  margin-top: -3px;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-widget-header {
  background: #e30613;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  outline: none;
}

.ui-slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #e30613;
}

/***********************************/

.modal {
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
  zoom: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  overflow: auto;
  z-index: 500;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  outline: 0;
}

.modal .modal-content {
  position: relative;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  z-index: 490;
}

.modal-backdrop.fade {
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 90px 20px 100px 20px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal .closew {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal .closew .ico_color {
  color: #363636;
}

.modal .closew:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.modal_header {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 52px 0;
  padding: 0;
}

.modal_inn {
  clear: both;
  width: 100%;
  max-width: 460px;
  padding: 0 0 0 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  line-height: 1.3;
}

.modal .modal-dialog {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.modal .textarea.form-control {
  min-height: 159px;
}

label.file__input__label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 32px;
  cursor: pointer;
  background: url("/static/css/../img/clip_1.svg") no-repeat center left;
}

label.file__input__label input {
  display: none !important;
}

label.file__input__label span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.21;
  color: #363636;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: 1px rgba(54, 54, 54, 1) dashed;
  -webkit-transition: border-bottom-color 0.3s ease;
  -moz-transition: border-bottom-color 0.3s ease;
  -ms-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
}

.file__input__label:hover span {
  border-bottom-color: rgba(54, 54, 54, 0);
}

.modal_resume .modal-dialog {
  max-width: 600px !important;
}

.modal_resume .modal_inn {
  max-width: 390px;
}

.modal_ok .modal-dialog {
  max-width: 512px !important;
}

.modal_ok .modal_header {
  text-align: center;
  margin-bottom: 23px;
}

.modal_ok .modal-body {
  padding: 99px 44px 94px 44px;
}

.modal_ok .modal_inn {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(54, 54, 54, 0.7);
  text-align: center;
}

.modal_ok .descr {
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}

.modal .ico_ok {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 41px auto;
  width: 100px;
  height: 100px;
  background: #5ea239;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.modal .ico_ok .ico_color {
  color: #fff;
}

.header-menu-top .accordion .card-body ul .nav-link .ico {
  margin-right: 15px;
  display: none;
}

.header-menu-top .accordion .card-body ul .nav-link .ico_color {
  color: #c3c3c3;
}

.footer-menu-accord .card-body ul .nav-link .ico {
  display: none;
}

.footer-menu-accord .collapse {
  margin-bottom: 50px;
}

.reload_lnk {
  margin-top: 21px;
}

.reload_lnk a {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  color: #363636;
}

.reload_lnk a > span {
  border-bottom: 1px rgba(54, 54, 54, 0.5) solid;
  -webkit-transition: border-bottom-color 0.3s ease;
  -moz-transition: border-bottom-color 0.3s ease;
  -ms-transition: border-bottom-color 0.3s ease;
  -o-transition: border-bottom-color 0.3s ease;
  transition: border-bottom-color 0.3s ease;
}

.reload_lnk a:hover > span {
  border-bottom-color: rgba(54, 54, 54, 0);
}

.reload_lnk a svg {
  margin-right: 5px;
}

.reload_lnk a .ico_color {
  color: #363636;
}

.modal_calc .modal-dialog {
  max-width: 680px;
}

.modal_calc .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}

.modal_calc .modal_inn {
  max-width: 484px;
}

.modal_calc .calculation_price_res {
  border-radius: 0;
  padding: 0;
}

.modal_calc .reload_lnk {
  margin-top: 24px;
}

.card_inn .text,
.card_inn_2 .text {
  width: 100%;
}

.popup_calc .calculator {
  float: none;
  margin: 0;
  width: auto;
  padding: 32px 35px 50px;
}

.popup_calc .calculator h3,
.popup_calc .calculator .h3 {
  color: #085277;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 11px;
}

.popup_calc {
  width: 329px;
  height: 416px;
  perspective: 1000;
  position: relative;
}

.popup_calc .rotate_hide {
}

.popup_calc .from,
.popup_calc .where,
.popup_calc .weight {
  float: none;
  margin: 0 0 11px 0;
}

.popup_calc button {
  float: none;
  margin-left: 38px;
  padding: 15px 29px;
}

.rotate {
  -moz-transform: none;
}

.popup_calc .total,
.popup_calc .calculator {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipp {
  position: relative;
}

.popup_calc .calculator {
}

.popup_calc .total {
  text-align: center;
  padding: 46px 46px;
  border-top: 4px solid #dd1000;
  background-color: #e3ebec;
  display: block;
  -moz-transform: none;
  z-index: 2;
}

.popup_calc .total {
  position: static;
}

.popup_calc .flipp.rotate form {
  width: 850px;
}

.popup_calc .type_transport {
  width: 275px;
  display: inline-block;
  font-size: 16px;
  vertical-align: text-top;
}

.popup_calc .total .intro_order {
  width: 650px;
  margin: 20px auto;
}

.popup_calc .type_transport [type="radio"] {
  margin-right: 5px;
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.fancybox-skin {
  background: transparent;
}

.popup_calc.success {
}

.popup_calc .total h3,
.popup_calc .total .h3 {
  color: #2c3943;
  font-size: 35px;
  font-weight: 300;
  margin: 0 0 16px 0;
}

.total p {
  color: #2c3943;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 13px 0;
}

.total p em {
  font-weight: bold;
}

.total span {
  display: block;
  color: #2c3943;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 24px 0;
}

.total a {
  color: #095377;
  font-size: 15px;
  font-weight: 300;
}

[name="lastname"] {
  display: none !important;
}

.order_consult .form_inputs input,
.popup_calc .form_inputs input {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  margin-right: 14px;
  width: 235px;
}

.order_consult .form_inputs input[type="submit"],
.popup_calc .form_inputs input[type="submit"] {
  background-color: #dd1000;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.order_consult .form_inputs input[type="submit"]:hover,
.popup_calc .form_inputs input[type="submit"]:hover {
  background-color: #f13729;
}

.popup_calc {
  padding: 0 !important;
}

.popup_calc .intro_order a {
  white-space: nowrap;
}

form_inputs.touFCI,
.order_consult .form_inputs.touFCI,
.popup_calc .form_inputs.touFCI {
  font-size: 11px;
  padding-top: 5px;
  margin-top: 0px;
}

.form_recall .form_inputs.touFCI {
  float: left;
  width: 100%;
}

.order_consult .form_inputs.touFCI input,
.popup_calc .form_inputs.touFCI input,
.form_recall .form_inputs.touFCI input {
  width: auto !important;
  height: auto !important;
  margin: 0px 5px 0px 0px;
  float: none;
}

.form_recall .right .form_inputs.touFCI a {
  color: #095377;
  text-decoration: underline;
}

.form_recall .right .form_inputs.touFCI a:hover {
  text-decoration: none;
}

.form_inputs.touFCI.error,
.form_inputs.touFCI.error a,
.form_recall .right .form_inputs.touFCI.error a {
  color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.fancybox-iframe {
  padding: 15px;
}

.b_select_point .bs-searchbox .form-control {
  padding: 14px 22px 14px 22px;
}

.bootstrap-select > .dropdown-toggle:before,
.bootstrap-select > .dropdown-toggle:after {
  display: none !important;
}

.bootstrap-select .dropdown-menu {
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.form-group.f_login {
  overflow: hidden;
  height: 1px !important;
  width: 1px !important;
  /*position: absolute;*/
  /*left: -5000em;*/
  margin-bottom: 0 !important;
}

video#bgvid {
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  width: 120vw;
  height: auto;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(-50%);
}

.c-price-table {
  width: 100%;
  margin-top: 40px;
}

.c-price-table td,
.c-price-table th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
}

.c-price-table th {
  background: #e7e7e7;
  text-align: center;
}

.c-price-table td:first-child {
  font-weight: bold;
}

select.error + .dropdown-toggle.bs-placeholder {
  border-color: red !important;
}

@media screen and (max-width: 1440px) {
  video#bgvid {
    width: 170vw;
  }
}

@media screen and (max-width: 995px) {
  video#bgvid {
    width: 280vw;
  }

  ul.trusted_list.premfkex {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    align-items: baseline;
  }

  ul.trusted_list.premfkex li {
    text-align: left;
  }

  span.mail_nnn {
    display: none;
  }

  .header-phones .dropdown-toggle svg#Capa_1 {
    fill: black !important;
  }

  .header-phones .dropdown-menu .dropdown-item {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .calculation_price_wrap .card_inn_calc {
    background: none !important;
    padding-top: 0;
  }

  .calculation_price_wrap {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .c-price-table td,
  .c-price-table th {
    font-size: 14px;
  }

  video#bgvid {
    width: 400vh;
    min-height: 500px;
  }

  .header-phones .dropdown-menu .dropdown-item > span > span {
    width: 134px;
  }
}

.form_def .b_select_point_off .bootstrap-select .dropdown-toggle {
  background: none !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

@media screen and (min-width: 768px) {
  .form_def .b_select_point_off .bootstrap-select .dropdown-toggle {
    padding-left: 0;
  }

  .header-phones .dropdown-menu .dropdown-item {
    padding: 0.9722rem 0 0 0;
    margin: 0 1.2917rem 0 0;
  }

  .navbar-header-dark {
    position: fixed !important;
    z-index: 99 !important;
    background: #363636;
  }

  .news_list.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 50px;
  }
}

.fancybox-content .more_line {
  display: none;
}

.fancybox-content .item_inner img {
  max-width: 100%;
}

.calculation_price_res_wrap:before {
  display: none !important;
}

span.red-circle,
span.gray-circle {
  padding: 5px 6px;
  border-radius: 75px;
  line-height: 100%;
  font-size: 10px;
  display: inline-block;
  margin-right: 4px;
}

span.gray-circle {
  background-color: #e4e4e4;
  color: #795548;
}

span.red-circle {
  background-color: #e30613;
  color: #fff;
}

.navbar-nav.header-phones-wrap
  .dropdown-menu.dropdown-menu-right.dropdown-menu-lg-left {
  align-items: baseline;
}

.navbar-header-dark .header-phones .dropdown-menu .dropdown-item {
  height: auto;
}

.navbar-nav.header-phones-wrap {
  gap: 15px;
}

a.mail_too {
  color: white;
  font-weight: 600;
}

ul.trusted_list.premfkex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}

ul.trusted_list.premfkex li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.trusted_list.premfkex .title_h3 {
  font-size: 16px;
}

ul.trusted_list.premfkex img {
  height: 50px;
}

.header-phones .dropdown-toggle svg#Capa_1 {
  fill: white;
  width: 20px !important;
  height: 20px !important;
}

span.ico.ico_hd svg#Capa_1 {
  color: white !important;
  fill: white !important;
  width: 18px !important;
  height: 22px !important;
}

.owl-carousel.owl-drag .owl-item .item {
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

img.card_inn.item {
  border-radius: 0;
}

.owl-nav button.owl-prev span {
  font-size: 50px;
  line-height: 36px;
}

button.owl-prev {
  position: absolute;
  left: 60px;
  top: 42%;
  background: white !important;
  width: 50px;
  height: 50px;
}

button.owl-prev:hover {
  background: #869791 !important;
}

button.owl-next {
  position: absolute;
  right: 60px;
  top: 42%;
  background: white !important;
  width: 50px;
  height: 50px;
}

button.owl-next:hover {
  background: #869791 !important;
}

.owl-nav button.owl-next span {
  font-size: 50px;
  line-height: 36px;
}

.grecaptcha-badge {
  display: none !important;
}

#modal_form_success .modal-dialog {
  max-width: 620px;
}

#modal_form_success .modal-body {
  background: #f8f8f9;
}

#modal_form_success .modal-body p {
  margin-top: 20px;
  text-decoration: none;
}

#modal_form_success .form-success-document {
  color: #000;
  text-decoration: underline !important;
}

#modal_form_success .form-success-document:hover,
#modal_form_success .form-success-document:focus {
  color: #000;
}

@media screen and (max-width: 768px) {
  #modal_form_success .modal-dialog {
    max-width: calc(100% - 64px);
  }
}

.container-new {
  max-width: 100%;
}
.container-new .nav-tabs-pg-wrap {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f8f8f9;
  padding-bottom: 72px;
}

.catalog-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 4px 0;
  background-color: #fff;
  border: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .catalog-open {
    display: none !important;
  }
}
.catalog-open .d_title {
  color: #363636;
  font-size: 15px;
  font-weight: 500;
}
.catalog-open .ico-right {
  margin-left: auto;
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms ease;
}
.menu-left-v2 .catalog-open.open .ico-right {
  transform: rotate(180deg);
}
.menu-left-v2 .catalog-open.open .ico-right svg path {
  stroke: #e30613;
}

.menu-left-v2 {
  background: #fff;
  padding: 14px 16px !important;
  margin-top: 24px;
  margin-left: 0;
  overflow: hidden;
  border: 0 !important;
  align-self: flex-start;
  display: block !important;
  flex-basis: 100% !important;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 1023px) {
  .menu-left-v2 .nav-tabs {
    display: none;
    margin-top: 16px;
  }
}
.menu-left-v2 .nav-tabs-pg-left .nav-item:not(:first-of-type) {
  margin-top: 32px;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item ul {
  margin-top: 16px;
  padding: 0 0 0 32px;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item ul li {
  padding: 8px 0;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item ul li:first-of-type {
  padding-top: 0;
}
.menu-left-v2 .nav-tabs-pg-left .nav-link {
  font-size: 15px;
  color: #363636;
  padding: 0;
}
.menu-left-v2 .nav-tabs-pg-left .nav-link .ico {
  margin-right: 6px;
  color: #363636;
}
.menu-left-v2 .nav-tabs-pg-left .nav-link .ico .ico_color {
	color: #363636;
	fill: #363636;
}
.menu-left-v2 .nav-tabs-pg-left .nav-link .ico .ico_color path {

}
.menu-left-v2 .nav-tabs-pg-left .nav-link .ico-right {
  margin-left: auto;
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms ease;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item.open .ico-right {
  transform: rotate(180deg);
}
.menu-left-v2 .nav-tabs-pg-left .nav-item.open .ico-right svg path {
  stroke: #e30613;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item ul {
  display: none;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}
.menu-left-v2 .nav_tab_sel {
  display: none;
}
.menu-left-v2 .nav-tabs-pg-left .nav-item.parr > a:after {
  display: none !important;
}
@media (max-width: 1023px) {
  .container-new .nav-tabs-pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .container-new .menu-left-v2 {
    max-width: 100%;
  }
  .container-new .nav-tabs-pg-right {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .menu-left-v2 {
    margin-top: 57px;
    padding: 20px !important;
  }
  .container-new .nav-tabs-pg-wrap {
    padding: 0 0 171px 44px;
  }
  .container-new .nav-tabs-pg-right {
    padding-top: 57px;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-link {
    font-size: 16px;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-link .ico {
    margin-right: 8px;
  }
}
@media (min-width: 1440px) {
  .container-new .nav-tabs-pg-wrap {
    padding: 0 0 256px 84px;
  }
  .menu-left-v2 {
    margin-top: 88px;
    padding: 28px !important;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-link {
    font-size: 18px;
  }
  .container-new .nav-tabs-pg-right {
    padding-top: 88px;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-link .ico {
    margin-right: 12px;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-item ul {
    padding: 0 0 0 50px;
    margin-top: 24px;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-item ul li {
    padding: 12px 0;
  }
  .menu-left-v2 .nav-tabs-pg-left .nav-item ul li a {
    font-size: 16px;
  }
}

.btn_white_border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn_white_border:hover {
  background-color: #fff;
  border-color: #e30613;
  color: #e30613;
}
.banner_section_top {
  position: relative;
  padding: 24px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
}
.banner_section_top__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.banner_section_top__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_section_top__header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner_section_top__header .d_title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.banner_section_top__header .d_label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 125%;
}
.banner_section_top__footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner_section_top__footer .btn {
  height: 52px;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .banner_section_top {
    margin-bottom: 40px;
    padding: 32px;
  }
  .banner_section_top__header .d_label {
    font-size: 32px;
  }
  .banner_section_top__header .d_label {
    font-size: 16px;
  }
  .banner_section_top__footer .btn {
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .banner_section_top {
    margin-bottom: 56px;
    padding: 48px;
  }
  .banner_section_top__header .d_label {
    font-size: 44px;
  }
  .banner_section_top__header .d_label {
    font-size: 20px;
  }
  .banner_section_top__footer .btn {
    height: 60px;
    flex: 1;
    min-width: 0;
    font-size: 18px;
  }
  .banner_section_top__footer {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.adventage_block {
  margin-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.adventage_block__item {
  flex: 0 0 calc((100% - 20px) / 2);
  min-height: 94px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}
.adventage_block__item .d_icon {
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.adventage_block__item .d_icon svg,
.adventage_block__item .d_icon img {
  max-width: 32px;
  width: 100%;
}
.adventage_block__item span {
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}
@media (min-width: 1024px) {
  .adventage_block {
    margin-bottom: 92px;
  }
  .adventage_block__item {
    padding: 16px;
    gap: 16px;
    min-height: 136px;
  }
  .adventage_block__item .d_icon {
    flex: 0 0 52px;
    max-width: 52px;
    height: 52px;
  }
  .adventage_block__item .d_icon svg,
  .adventage_block__item .d_icon img {
    max-width: 40px;
  }
  .adventage_block__item span {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .adventage_block {
    margin-bottom: 104px;
  }
  .adventage_block__item {
    min-height: 144px;
    flex: 0 0 calc((100% - 60px) / 4);
  }
  .adventage_block__item span {
    font-size: 18px;
  }
}

.sect_title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .sect_title {
    margin-bottom: 28px;
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .sect_title {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.popular_destination {
  margin-bottom: 72px;
}
.popular_destination__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popular_destination__block {
  position: relative;
  min-height: 92px;
  padding: 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popular_destination__block .d_picture {
  opacity: 0;
  pointer-events: none;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popular_destination__block .d_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular_destination__block .block_top .d_title {
  font-size: 18px;
  color: #363636;
  font-weight: 500;
}
.popular_destination__block .block_top .d_label {
  opacity: 0;
}
.popular_destination__block .block_bottom {
  position: relative;
}
.popular_destination__block .block_bottom::after {
  content: "";
  width: 38px;
  height: 12px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM2MzYzNiIgZD0iTS44IDUuMWEuOC44IDAgMCAwIDAgMS42em0zNi41NyAxLjM2YS44LjggMCAwIDAgMC0xLjEzbC01LjEtNS4xYS44LjggMCAwIDAtMS4xMyAxLjE0bDQuNTMgNC41Mi00LjUzIDQuNTNhLjguOCAwIDEgMCAxLjEzIDEuMTN6TS44IDUuODl2LjhoMzZWNS4xSC44eiIvPjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.popular_destination__block .block_bottom span {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .popular_destination {
    margin-bottom: 92px;
  }
  .popular_destination__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .popular_destination__block {
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px;
  }
  .popular_destination__block .block_top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .popular_destination__block .block_top .d_title {
    transition: color 400ms ease;
  }
  .popular_destination__block .block_top .d_label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 400ms ease;
  }
  .popular_destination__block .block_bottom {
    position: relative;
    z-index: 2;
  }
  .popular_destination__block:hover .block_top .d_title {
    color: #fff;
  }
  .popular_destination__block:hover .block_top .d_label {
    opacity: 1;
  }
  .popular_destination__block .d_picture {
    transition: opacity 200ms ease;
  }
  .popular_destination__block .d_picture::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.32);
    pointer-events: none;
  }
  .popular_destination__block:hover .d_picture {
    display: block;
    opacity: 1;
  }
  .popular_destination__block .block_bottom::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM2MzYzNiIgZD0iTS44IDUuMWEuOC44IDAgMCAwIDAgMS42em0zNi41NyAxLjM2YS44LjggMCAwIDAgMC0xLjEzbC01LjEtNS4xYS44LjggMCAwIDAtMS4xMyAxLjE0bDQuNTMgNC41Mi00LjUzIDQuNTNhLjguOCAwIDEgMCAxLjEzIDEuMTN6TS44IDUuODl2LjhoMzZWNS4xSC44eiIvPjwvc3ZnPg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .popular_destination__block:hover .block_bottom {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .popular_destination__block .block_bottom span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition:
      width,
      opacity 400ms ease;
  }
  .popular_destination__block:hover .block_bottom span {
    width: auto;
    opacity: 1;
    height: auto;
    pointer-events: visible;
  }
  .popular_destination__block:hover .block_bottom::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS44IDUuMWEuOC44IDAgMCAwIDAgMS42em0zNi41NyAxLjM2YS44LjggMCAwIDAgMC0xLjEzbC01LjEtNS4xYS44LjggMCAwIDAtMS4xMyAxLjE0bDQuNTMgNC41Mi00LjUzIDQuNTNhLjguOCAwIDEgMCAxLjEzIDEuMTN6TS44IDUuODl2LjhoMzZWNS4xSC44eiIvPjwvc3ZnPg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1440px) {
  .popular_destination {
    margin-bottom: 104px;
  }
  .popular_destination__block {
    min-height: 232px;
    padding: 32px;
  }
  .popular_destination__block .block_top .d_title {
    font-size: 22px;
  }
  .popular_destination__block .block_bottom span {
    font-size: 16px;
  }
  .popular_destination__block .block_bottom::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM2MzYzNiIgZD0iTS44IDUuMWEuOC44IDAgMCAwIDAgMS42em02NC41NyAxLjM2YS44LjggMCAwIDAgMC0xLjEzbC01LjEtNS4xYS44LjggMCAwIDAtMS4xMyAxLjE0bDQuNTMgNC41Mi00LjUzIDQuNTNhLjguOCAwIDEgMCAxLjEzIDEuMTN6TS44IDUuODl2LjhoNjRWNS4xSC44eiIvPjwvc3ZnPg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 66px;
  }
  .popular_destination__block:hover .block_bottom::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS44IDUuMWEuOC44IDAgMCAwIDAgMS42em02NC41NyAxLjM2YS44LjggMCAwIDAgMC0xLjEzbC01LjEtNS4xYS44LjggMCAwIDAtMS4xMyAxLjE0bDQuNTMgNC41Mi00LjUzIDQuNTNhLjguOCAwIDEgMCAxLjEzIDEuMTN6TS44IDUuODl2LjhoNjRWNS4xSC44eiIvPjwvc3ZnPg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.popular_route {
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popular_route__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popular_route__block {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  background-color: #fff;
  padding: 0 24px;
  border-bottom: 2px solid #fff;
  transition: 250ms ease;
}
.popular_route__block.is-hidden {
  display: none;
}
.popular_route__block span {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.popular_route__block span:first-child::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM2MzYzNiIgZD0iTTIgOS41YS41LjUgMCAwIDAgMCAxem0xNi4zNS44NWEuNS41IDAgMCAwIDAtLjdsLTMuMTgtMy4xOWEuNS41IDAgMSAwLS43LjcxTDE3LjI4IDEwbC0yLjgzIDIuODNhLjUuNSAwIDEgMCAuNzEuN3pNMiAxMHYuNWgxNnYtMUgyeiIvPjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.popular_route__block:hover {
  border-color: #e30613;
}
.button_page_all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #363636;
  color: #363636;
  transition: 250ms ease;
}
.button_page_all span {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
}
.button_page_all:hover {
  background-color: #e30613;
  border-color: #e30613;
  color: #fff;
}
.button_page_all:hover span {
  color: #fff;
}
.button_page_all:hover svg path {
  stroke: #fff;
}
@media (min-width: 1024px) {
  .popular_route {
    margin-bottom: 92px;
  }
  .popular_route__block {
    padding-left: 32%;
  }
}
@media (min-width: 1440px) {
  .popular_route {
    margin-bottom: 104px;
  }
  .popular_route__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .popular_route__block {
    padding: 0 32px;
  }
}
@media (min-width: 1920px) {
  .popular_route__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

.steps_block {
  margin-bottom: 72px;
}
.steps_block__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.steps_block__grid::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  display: block;
  top: 0;
  left: 26px;
  transform: translateX(-50%);
  pointer-events: none;
}
.steps_block__item {
  position: relative;
  display: flex;
  gap: 12px;
}
.steps_block__item:not(:last-child) .d_count::after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTEwLjMzIDE2Ljg2IDAgMTAuMzNWNy43NWwxMC4zMyAzLjI2VjQuMUw2LjQ2IDEuOTRWMGw1LjgxIDEuM0wxOC4wOCAwdjEuOTRsLTMuODcgMi4xNXY2LjkybDEwLjMzLTMuMjZ2Mi41OGwtMTAuMzMgNi41M3Y3LjA0YTEuOTQgMS45NCAwIDAgMS0zLjg4IDB6Ii8+PC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  pointer-events: none;
  left: 50%;
  position: absolute;
  top: 67px;
  transform: translateX(-50%);
  width: 25px;
  height: 26px;
}
.steps_block__item .d_count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  height: 52px;
  background-color: #ebebeb;
  font-weight: 900;
  font-size: 24px;
  color: #868686;
}
.steps_block__item .d_title {
  padding-top: 14px;
  font-size: 17px;
  font-weight: 500;
  color: #363636;
}
@media (min-width: 1024px) {
  .steps_block {
    margin-bottom: 92px;
  }
  .steps_block__grid {
    gap: 76px;
  }
  .steps_block__item {
    gap: 20px;
  }
  .steps_block__item .d_title {
    font-size: 18px;
  }
  .steps_block__item:not(:last-child) .d_count::after {
    top: 80px;
  }
}
@media (min-width: 1440px) {
  .steps_block {
    margin-bottom: 104px;
  }
  .steps_block__item {
    gap: 24px;
  }
  .steps_block__item .d_title {
    font-size: 20px;
    padding-top: 11px;
  }
}

.why_block {
  margin-bottom: 72px;
}
.why_block__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.why_block__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 calc((100% - 12px) / 2);
  max-width: calc((100% - 12px) / 2);
  background-color: #fff;
  padding: 16px;
}
.why_block__item .d_icon {
  flex: 0 0 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f8f8f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_block__item .d_icon svg,
.why_block__item .d_icon img {
  max-width: 40px;
  width: 100%;
}
.why_block__item .d_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #363636;
}
@media (min-width: 1024px) {
  .why_block {
    margin-bottom: 92px;
  }
  .why_block__grid {
    gap: 16px;
  }
  .why_block__item {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    padding: 24px;
  }
  .why_block__item .d_title {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .why_block {
    margin-bottom: 104px;
  }
  .why_block__grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .why_block__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 28px;
  }
}

.list_block {
  margin-bottom: 72px;
}
.list_block ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin-bottom: 28px;
}
.list_block ul li {
  list-style: none;
  padding-left: 32px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  color: #363636;
}
.list_block ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgeD0iMyIgeT0iMyIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTIgMjBhNy45NyA3Ljk3IDAgMCAwIDgtOCA3Ljk3IDcuOTcgMCAwIDAtOC04IDggOCAwIDAgMC04IDggOCA4IDAgMCAwIDggOFoiLz48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtOC44IDEyIDIuNCAyLjRMMTYgOS42Ii8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNFMzA2MTMiIGQ9Ik0yLjQgMi40aDE5LjJ2MTkuMkgyLjR6Ii8+PC9nPjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.list_block p {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .list_block {
    margin-bottom: 92px;
  }
  .list_block ul li {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .list_block {
    margin-bottom: 104px;
  }
  .list_block ul {
    gap: 24px;
  }
  .list_block ul li {
    font-size: 20px;
    padding-left: 36px;
  }
  .list_block p {
    font-size: 16px;
  }
  .list_block ul li::before {
    top: 3px;
  }
}

.article_block {
  margin-bottom: 72px;
}
.article_block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: #363636;
}
.article_block__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: #363636;
}
.article_block__text p.big {
  font-size: 18px;
}
.article_block__text p:not(:last-child) {
  margin-bottom: 16px;
}
.article_block__text h2:not(:first-child),
.article_block__text h3:not(:first-child),
.article_block__text h4:not(:first-child) {
  margin-top: 32px;
}
.article_block__text h2,
.article_block__text h3,
.article_block__text h4 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  color: #363636;
}
.article_block__text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.article_block__text ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: #363636;
}

.article_block .button_page_all {
  display: none;
}

.article_block.has-more-text .button_page_all {
  display: flex;
}

.article_block__text {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.article_block.has-more-text .article_block__text:not(.expanded)::after {
  content: "";
  display: block;
  height: 124px;
  background: linear-gradient(to bottom, transparent, #f8f8f9);
  margin-top: -124px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.article_block .button_page_all {
  margin-top: 24px;
}
.article_block__text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

@media (min-width: 1024px) {
  .article_block {
    margin-bottom: 92px;
  }
}
@media (min-width: 1440px) {
  .article_block {
    margin-bottom: 104px;
  }
  .article_block__text,
  .article_block__text p,
  .article_block__text ul li {
    font-size: 18px;
  }
  .article_block__text p:not(:last-child) {
    margin-bottom: 24px;
  }
  .article_block__text h2,
  .article_block__text h3,
  .article_block__text h4 {
    font-size: 20px;
  }
}

.reviews_sect__slider .swiper-slide {
  height: auto;
}
.reviews_sect__slider .swiper-slide .reviews_block {
  height: 100%;
}
.reviews_sect {
  margin-bottom: 72px;
}
.reviews_block {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.reviews_block__top {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
.reviews_block__top .rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews_block__top .rating_star {
  position: relative;
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.2;
}
.reviews_block__top .rating_star.active {
  opacity: 1;
}
.reviews_block__top .rating_star::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0ZGQzcwMCIgZD0ibTUuNzEgNS4xMi01LjI2LjU5YS41LjUgMCAwIDAtLjQzLjM0Yy0uMDYuMiAwIC40LjE0LjUybDMuOTIgMy41Ny0xLjA3IDUuMTlhLjUuNSAwIDAgMCAuNzMuNTNjMS44NS0xLjA0IDQuNi0yLjYyIDQuNi0yLjYybDQuNjEgMi42M2EuNS41IDAgMCAwIC41NC0uMDMuNS41IDAgMCAwIC4yLS41bC0xLjA3LTUuMiAzLjkyLTMuNTdhLjUuNSAwIDAgMC0uMjgtLjg2bC01LjI3LS41OUw4LjguM2EuNS41IDAgMCAwLS45MSAweiIvPjwvc3ZnPg==");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 16px;
}
.reviews_block__top .tag {
  padding: 6px 12px;
  background-color: #ebebeb;
  border-radius: 1000px;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  align-self: flex-start;
}
.reviews_block__content {
  margin-top: 20px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.reviews_block__content .d_date {
  margin-bottom: 4px;
  color: #868686;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
}
.reviews_block__content p {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* Включает работу line-clamp */
  -webkit-line-clamp: 2; /* Ограничиваем текст двумя строками */
  -webkit-box-orient: vertical; /* Вертикальное расположение блока */
}
.reviews_block__content p.expanded {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: clip !important;
  -webkit-box-orient: unset !important;
}
.review-text-show {
  display: inline-block;
}
.reviews_block__content a {
  display: block;
  margin-top: 16px;
  color: #e30613;
  font-size: 15px;
  line-height: 135%;
  text-decoration: underline !important;
  align-self: flex-start;
}
.reviews_block__content a:hover {
  text-decoration: none !important;
}
.reviews_block__bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #ebebeb;
}
.author_block {
  display: flex;
  gap: 16px;
}
.author_block__pic {
  flex: 0 0 52px;
  max-width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f8f8f9;
  overflow: hidden;
}
.author_block__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author_block__info {
  display: flex;
  flex-direction: column;
}
.author_block__info b {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  line-height: 135%;
}
.author_block__info span {
  font-size: 13px;
  font-weight: 500;
  color: #a7a7a7;
  line-height: 135%;
}
.swiper_navigate {
  margin-top: 24px;
  display: flex;
  gap: 8px;
}
.swiper_navigate__left,
.swiper_navigate__right {
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0;
  transition: 250ms ease;
}
.swiper_navigate__left:hover,
.swiper_navigate__right:hover {
  background-color: #e30613;
}
.swiper_navigate__left:hover svg path,
.swiper_navigate__right:hover svg path {
  fill: #fff;
}

.document_sect {
  margin-bottom: 72px;
}
.document_sect__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.document_block {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 156px;
}
.document_block__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.document_block__info .d_title {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  line-height: 130%;
}
.document_block__info .d_label {
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  color: #868686;
}
.document_block__link {
  display: flex;
}
.document_block__link span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #e30613;
  text-decoration: underline;
  align-self: flex-start;
}
.document_block__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSIjRTMwNjEzIiByeD0iMTAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuNjUgNWEuNjUuNjUgMCAxIDAtMS4zIDB6TTkuNTQgMTUuNDZjLjI1LjI1LjY3LjI1LjkyIDBsNC4xNC00LjE0YS42NS42NSAwIDAgMC0uOTItLjkyTDEwIDE0LjA4IDYuMzIgMTAuNGEuNjUuNjUgMCAwIDAtLjkyLjkyek0xMCA1aC0uNjV2MTBoMS4zVjV6Ii8+PC9zdmc+");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -28px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .document_sect {
    margin-bottom: 92px;
  }
  .document_sect__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .document_block {
    min-height: 188px;
  }
  .document_block:hover .document_block__link span {
    text-decoration: none;
  }
}
@media (min-width: 1440px) {
  .document_sect {
    margin-bottom: 104px;
  }
  .document_sect__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .document_block {
    padding: 24px;
  }
  .document_block__info .d_title {
    font-size: 20px;
  }
  .document_block__info .d_label {
    font-size: 16px;
  }
}

.faq_sect {
  margin-bottom: 72px;
}
.faq_sect__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq_block {
  background-color: #fff;
  padding: 16px 20px;
}
.faq_block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq_block__top .d_title {
  font-size: 17px;
  font-weight: 500;
  color: #363636;
  line-height: 130%;
}
.faq_block__top .d_icon {
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  background-color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_block__top .d_icon svg {
  transition: 250ms ease;
}
.faq_block__info {
  margin-top: 32px;
  font-size: 15px;
  color: #363636;
  font-weight: 400;
  line-height: 135%;
  display: none;
}
.faq_block.open .d_icon {
  background-color: #e30613;
}
.faq_block.open .d_icon svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .faq_sect {
    margin-bottom: 85px;
  }
  .faq_block {
    padding: 28px;
  }
  .faq_block__top .d_title {
    font-size: 18px;
  }
  .faq_block__info {
    font-size: 16px;
    margin-top: 38px;
  }
}
@media (min-width: 1440px) {
  .faq_sect {
    margin-bottom: 104px;
  }
  .faq_block__top .d_title {
    font-size: 20px;
  }
  .faq_block__info {
    font-size: 18px;
    margin-top: 42px;
  }
}

.ready_form {
  position: relative;
  padding: 24px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ready_form__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ready_form__pic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.ready_form__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ready_form__top {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.ready_form__top .d_title {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.ready_form__top .d_label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}
.ready_form__top ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.ready_form__top ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.ready_form__top ul li a svg {
  max-width: 25px;
}
.ready_form__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ready_form__bottom .btn {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .ready_form {
    padding: 32px;
  }
  .ready_form__top .d_title {
    font-size: 32px;
  }
  .ready_form__top .d_label {
    font-size: 16px;
  }
  .ready_form__top ul {
    margin-top: 24px;
  }
  .ready_form__top ul li a {
    font-size: 24px;
  }
  .ready_form__bottom .btn {
    height: 56px;
    font-size: 16px;
  }
  .modal-w70 {
    max-width: 40%;
  }
}
@media (min-width: 1440px) {
  .ready_form {
    padding: 48px;
  }
  .ready_form__top .d_title {
    font-size: 44px;
  }
  .ready_form__top .d_label {
    font-size: 20px;
  }
  .ready_form__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .ready_form__bottom .btn {
    height: 60px;
    font-size: 18px;
    flex: 1;
    min-width: 0;
  }
}

.modal_order2 .calculation_price_wrap {
  margin-top: 0;
  padding-right: 0;
}
.modal_order2 .card_inn,
.modal_order2 .card_inn_2 {
  padding: 24px;
}
.modal_order2 .calculation_price_wrap .title_h1 {
  margin-bottom: 24px;
}
.modal_feedback2 .title_h2 {
  margin-bottom: 24px;
}

/* task 13117 */
.contact_sect {
	margin-bottom: 36px;
}
.contact_table {
	background-color: #fff;
	padding: 20px;
}
.contact_sect .sect_title {
	font-size: 18px;
	margin-bottom: 20px;
}
.contact_table_th {
	display: none;
}
.contact_table_tr {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.contact_table_tr:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.contact_table_tr .item {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #363636;
}
.contact_table_tr .item a {
	text-decoration: underline !important;
	color: #E30613;
}
.contact_table_tr .item a:hover {
	text-decoration: none !important;
}

.contact_details {
	background-color: #fff;
	padding: 20px;
}
.contact_details__copy {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.contact_details__copy .item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.contact_details__copy .item span {
	font-weight: 500;
	color: #868686;
	font-size: 14px;
	line-height: 1.3;
}
.contact_details__copy .item p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #363636;
}
.contact_details__bottom {
	margin-top: 20px;
}
.contact_details__bottom button {
	width: 100%;
	height: 52px;
	background-color: #fff;
	border: 1px solid #363636;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	font-size: 16px;
}
.contact_details__bottom button:hover {
	color: #fff;
	background-color: #363636;
}
.contact_details__bottom button:hover svg path {
	stroke: #fff;
}

.form_wrapper {
	padding: 20px;
	background-color: #fff;
}
.form_wrapper__header {
	margin-bottom: 20px;
	font-size: 18px;
	color: #363636;
	font-weight: 600;
	line-height: 1.3;
}
.form_wrapper .mmb_40 {
	margin-bottom: 0 !important;
}

.map_widget {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.map_widget__iframe {
	width: 100%;
	height: 360px;
}
.map_widget__iframe > div, .map_widget__iframe iframe {
	width: 100%;
	height: 100%;
}
.map_widget__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.map_widget__select {
	position: relative;
}
.map_widget__select.open .icon-arrow {
	transform: rotate(180deg);
}
.map_widget__select__header {
	cursor: pointer;
	width: 100%;
	background-color: #fff;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 0 20px;
	font-weight: 500;
	font-size: 16px;
	color: #363636;
}
.map_widget__select__header .icon-arrow {
	position: relative;

	cursor: pointer;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
}
.map_widget__select__header .icon-arrow::before {
	content: "";
	width: 10px;
	height: 5px;
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiMzNjM2MzYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibS41LjUgNSA1IDUtNSIvPjwvc3ZnPg==");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 250ms ease;
}
.map_widget__select__list {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #EBEBEB;
	display: none;
}
.map_widget__select__list .item {
	cursor: pointer;
	height: 52px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
	font-weight: 500;
	background-color: #fff;
	font-size: 16px;
	color: #363636;
	transition: 250ms ease;
}
.map_widget__select__list .item:hover, .map_widget__select__list .item.active {
	background-color: #E30613;
	color: #fff;
}
.map_widget__select__list .item:not(:last-child) {
	border-bottom: 1px solid #EBEBEB;
}
.map_widget__info {
	background-color: #fff;
	padding: 20px;
}
.map_widget__info .d_title {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #363636;
}
.map_widget__info ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
}
.map_widget__info ul li {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.map_widget__info ul li span {
	font-weight: 500;
	font-size: 14px;
	color: #868686;
}
.map_widget__info ul li p {
	font-size: 16px;
	line-height: 130%;
	font-weight: 500;
	color: #363636;
	margin: 0;
}
.map_widget__info ul li a {
	color: #E30613;
	text-decoration: underline !important;
	display: block;
}
.map_widget__info ul li a:hover {
	text-decoration: none !important;
}

.form-accordion {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.form-accordion__open {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #E30613;
	text-decoration: underline;
	align-self: flex-start;
}
.form-accordion__open:hover {
	text-decoration: none;
}
.form-accordion__open svg {

}
.form-accordion__content {
	margin-top: 20px;
	display: none;
}
.form-accordion.open {
	margin-bottom: 0;
}
.form-accordion.open .form-accordion__open svg {
	transform: rotate(180deg);
}
.form-accordion.open .form-accordion__content {
	display: flex;
	flex-wrap: wrap;
}

.field-checked {
	position: relative;
	display: flex !important;
	align-items: unset !important;
	gap: 8px;
	margin-top: 16px !important;
	margin-bottom: 0 !important;
	cursor: pointer;
}
.field-checked input {
	display: none;
}
.field-checked__check {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #E30613;
	display: flex;
	align-items: center;
	justify-content: center;
}
.field-checked__check::after {
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0UzMDYxMyIgZD0iTTAgMHYxNi4yNWgxNi4yNVYwem02LjY0IDEyLjJMMy41IDguN2wuOTMtLjgzIDIuMTkgMi40MyA1LjE5LTYuMTguOTYuOHoiLz48L3N2Zz4=");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	opacity: 0;
}
.field-checked input:checked ~ .field-checked__check {
	border-color: transparent;
}
.field-checked input:checked ~ .field-checked__check::after {
	opacity: 1;
}
.field-checked__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 135%;
	color: #868686;
	text-transform: none;
}
.field-checked__text a {
	text-decoration: underline !important;
	color: #E30613;
}
.field-checked__text a:hover {
	text-decoration: none !important;
}
.text-error {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #E30613;
	line-height: 135%;
	padding-left: 25px;
	margin-top: 8px;
}
.text-error::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	display: block;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0UzMDYxMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS41OCA5LjVhNy45MiA3LjkyIDAgMSAxIDE1Ljg0IDAgNy45MiA3LjkyIDAgMCAxLTE1Ljg0IDBtNy45Mi44YS44LjggMCAwIDEtLjgtLjhWNi4zM2EuOC44IDAgMSAxIDEuNiAwVjkuNWEuOC44IDAgMCAxLS44LjhtLTEuMTkgMi4zN2ExLjIgMS4yIDAgMCAxIDEuMTktMS4yIDEuMiAxLjIgMCAwIDEgMS4yIDEuMiAxLjIgMS4yIDAgMCAxLTEuMiAxLjIgMS4yIDEuMiAwIDAgMS0xLjE5LTEuMiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.field-checked-error .text-error {
	margin-left: 28px;
}
@media (min-width:1024px) {
	.form-accordion {
		margin-left: 10px;
		margin-right: 10px;
	}
	.form-accordion__open {
		margin-right: 0;
        margin-left: 0;
	}
	.contact_sect {
		margin-bottom: 44px;
	}
	.contact_sect .sect_title, .form_wrapper__header {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.contact_table_tr:not(:last-child) {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}
	.contact_details__copy {
		gap: 16px;
	}
	.map_widget {
		position: relative;
	}
	.map_widget__iframe {
		height: 1005px;
	}
	.map_widget__content {
		position: absolute;
		top: 24px;
		left: 24px;
		width: calc(100% - 48px);
		z-index: 2;
	}
	.form_wrapper__header {
		font-size: 32px;
	}
}
@media (min-width: 1440px) {
	.map_widget__iframe {
		height: 606px;
	}
	.map_widget__content {
		max-width: 376px;
		width: 376px;
	}
	.contact_table,.contact_details {
		padding: 32px;
	}
	.contact_table_th {
		display: flex;
		justify-content: space-between;
		margin-bottom: 24px;
		gap: 12px;
	}
	.contact_table_th .item:first-child {
		flex: 0 0 39.29%;
		max-width: 39.29%;
	}
	.contact_table_th .item:not(:first-child) {
		flex: 0 0 27.54%;
		max-width: 27.54%;
	}
	.contact_table_th .item {
		font-size: 14px;
		font-weight: 500;
		color: #868686;
	}
	.contact_table_tr {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.contact_table_tr .item:first-child {
		flex: 0 0 39.29%;
		max-width: 39.29%;
	}
	.contact_table_tr .item:not(:first-child) {
		flex: 0 0 27.54%;
		max-width: 27.54%;
	}
	.form_wrapper {
		padding: 56px;
	}
}
@media (min-width: 1700px) {

}
/* end task 13117 */

/* End */


/* Start:/static/css/adapt_mob.css?1782468281119340*/

@media screen and (min-width: 768px) {
    html {
        font-size: 1vw;
    }
    .nav-tabs-pg-left .nav-link .ico .ico_color,
    .nav-tabs-pg-left .nav-link .ico svg {
        width: 1.6667rem /* 24px */ !important;
    }
    .header-phones .dropdown-menu .dropdown-item .ico .ico_color,
    .header-phones .dropdown-menu .dropdown-item .ico svg {
        width: 0.6944rem /* 10px */ !important;
    }
    .menu_right_fix .m-link .ico .ico_color,
    .menu_right_fix .m-link .ico svg {
        width: auto !important;
        height: 1.5278rem /* 22px */ !important;
    }
    .checkb_butt_1 .checkb_it .ico .ico_color,
    .checkb_butt_1 .checkb_it .ico svg {
        width: 1.6667rem /* 24px */ !important;
        height: auto !important;
    }


    .ft-soc-list .ico_fb .ico_color,
    .ft-soc-list .ico_fb svg {
        height: 0.9028rem /* 13px */ !important;
        width: auto !important;
    }
    .ft-soc-list .ico_vk .ico_color,
    .ft-soc-list .ico_vk svg {
        height: auto !important;
        width: 1.1111rem /* 16px */ !important;
    }
    .ft-soc-list .ico_yt .ico_color,
    .ft-soc-list .ico_yt svg {
        height: auto !important;
        width: 1.3889rem /* 20px */ !important;
    }
    .ft-soc-list .ico_in .ico_color,
    .ft-soc-list .ico_in svg {
        height: auto !important;
        width: 1.25rem /* 18px */ !important;
    }


    .ul_list_1 > li .ico {
        -webkit-background-size: 0.6944rem /* 10px */ auto;
        -moz-background-size: 0.6944rem /* 10px */ auto;
        -o-background-size: 0.6944rem /* 10px */ auto;
        background-size: 0.6944rem /* 10px */ auto;
    }

    .ul_list_1 > li .ico .ico_color,
    .ul_list_1 > li .ico svg {
        width: 0.6944rem /* 10px */ !important;
        height: auto !important;
    }

    .search_count_text .ico .ico_color,
    .search_count_text .ico svg {
        width: 0.6944rem /* 10px */ !important;
        height: auto !important;
    }

    .m_link .ico .ico_color,
    .m_link .ico svg,
    .section_title .link .ico .ico_color,
    .section_title .link .ico svg {
        width: 2.1528rem /* 31px */ !important;
        height: auto;
    }

    .f_services_list > li a .ico .ico_color,
    .f_services_list > li a .ico svg {
        width: 1.6667rem /* 24px */ !important;
        height: auto !important;
    }

    .calculation_price_res .distance .ico svg,
    .calculation_price_res .distance .ico .ico_color {
        width: 1.875rem /* 27px */ !important;
        height: auto !important;
    }

    .inp_search .ico .ico_color,
    .inp_search .ico svg {
        width: 1.25rem /* 18px */ !important;
        height: auto !important;
    }


    .f_services_list > li a .ico_rg .ico_color,
    .f_services_list > li a .ico_rg svg {
        width: 2.3611rem /* 34px */ !important;
        height: auto !important;
    }

    .f_services_list.icon_type_2 > li a .ico .ico_color,
    .f_services_list.icon_type_2 > li a .ico svg {
        width: 1.6667rem /* 24px */ !important;
        height: auto !important;
    }

    .news_list .item .date .ico .ico_color,
    .news_list .item .date .ico svg {
        width: 1.3194rem /* 19px */ !important;
        height: auto !important;
    }

    .section_back .ico .ico_color,
    .section_back .ico svg {
        width: 0.9028rem /* 13px */ !important;
        height: auto !important;
    }

    .direct_calc_rg_note .ico .ico_color,
    .direct_calc_rg_note .ico svg {
        width: 1.6667rem /* 24px */ !important;
        height: auto !important;
    }

    .dorection_more_lnk .ico .ico_color,
    .dorection_more_lnk .ico svg {
        height: 0.8333rem /* 12px */ !important;
        width: auto !important;
    }

    body {
        font-size: 1rem; /* 14.4px */
        font-family: 'Montserrat', sans-serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #ffffff;
        /*overflow-y: hidden;*/
        padding-right: 5.5556rem; /* 80px */
        flex-wrap: wrap;
        overflow-x: hidden;
        max-width: calc(100% - 1px + 1px);
    }

    a {
        color: #205396;
        text-decoration: none !important;
    }

    section {
        width: 100%;
    }

    section.def {
        padding-top: 1.4583rem; /* 21px */
    }

    section.def_no_title {
        padding-top: 4.9306rem; /* 71px */
    }

    .is_mob {
        position: absolute;
        left: -5000em;
        width: 0.0694rem; /* 1px */
        height: 0.0694rem; /* 1px */
        display: none;
    }




    .card_inn,
    .card_inn_2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        background: #FFFFFF;
        box-shadow: 0 1.1111rem 2.0833rem /* 16px 30px */ rgb(54 54 54 / 4%);
        border-radius: 0.6944rem; /* 10px */
        margin-bottom: 2.0833rem; /* 30px */
        padding: 3.75rem 4.1667rem; /* 54px 60px */
    }

    .card_inn_2 {
        padding: 2.0833rem 2.7778rem; /* 30px 40px */
    }

    .card_grey {
        background: #F8F8F9 !important;
        box-shadow: none !important;
    }

    .menu_top_show {
        overflow: hidden;
    }

    .speed {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu_right_fix {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 5.5556rem; /* 80px */
        background: #363636;
        z-index: 999;
    }

    .menu_right_fix_inner {
        width: 100%;
        min-height: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding-top: 5.625rem; /* 81px */
    }



    .menu_right_fix .m-link {
        position: relative;
        display: block;
        min-width: 100%;
        height: 5.5556rem; /* 80px */
        border-bottom: 0.0694rem /* 1px */ solid rgba(255, 255, 255, 0.1);
    }

    .menu_right_fix .m-link:nth-of-type(1) {
        border-top: 0.0694rem /* 1px */ solid rgba(255, 255, 255, 0.1);
    }


    .navbar-header .navbar-toggle,
    .menu_right_fix .navbar-toggle {
        background-color: #F8F8F9 !important;
        align-self: flex-start;
        margin-bottom: auto;
        position: absolute;
        left: 0;
        top: 0;
        min-width: 100%;
        height: 5.625rem; /* 81px */
        text-align: center;
        padding-left: 2.0833rem; /* 30px */
    }
    .navbar-header .navbar-toggle,
    .navbar-header .navbar-toggle:focus,
    .menu_right_fix .navbar-toggle,
    .menu_right_fix .navbar-toggle:focus {
        border: none !important;
        outline: none !important;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    .navbar-header .navbar-toggle {
        left: auto;
        position: relative;
        top: auto;
        min-width: 4.4444rem; /* 64px */
        padding-left: 1.6667rem; /* 24px */
    }

    .navbar-header .navbar-toggle .icon-bar,
    .menu_right_fix .navbar-toggle .icon-bar {
        display: block;
        position: relative;
        background: #363636;
        width: 1.3889rem; /* 20px */
        height: 0.0694rem; /* 1px */
    }

    .navbar-header .navbar-toggle .icon-bar {
        width: 1.1111rem; /* 16px */
    }

    .navbar-header .navbar-toggle .txt {
        display: block;
        padding: 0.6944rem; /* 10px */
        position: absolute;
        left: 1.6667rem; /* 24px */
        top: 50%;
        margin-top: -1.3889rem; /* -20px */
        transform: translate(-100%, 0);
        font-weight: 500;
        font-size: 0.6944rem; /* 10px */
        line-height: 2;
        color: rgba(54, 54, 54, 0.5);
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        visibility: hidden;
    }


    .navbar-header .navbar-toggle .icon-bar+.icon-bar,
    .menu_right_fix .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 0.3472rem; /* 5px */
    }

    .menu_top_show .navbar-header .navbar-toggle .icon-bar:first-child,
    .menu_top_show .menu_right_fix .navbar-toggle .icon-bar:first-child {
        top: 0.4167rem; /* 6px */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu_top_show .navbar-header .navbar-toggle .icon-bar:nth-child(3),
    .menu_top_show .menu_right_fix .navbar-toggle .icon-bar:nth-child(3) {
        top: -0.4167rem; /* -6px */
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu_top_show .navbar-header .navbar-toggle .icon-bar:nth-child(2),
    .menu_top_show .menu_right_fix .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
    }

    .menu_right_fix .m-link .title {
        position: absolute;
        right: 0;
        transform: translate(100%, 0);
        margin-right: 5.4861rem; /* 79px */
        height: 100%;
        background: #363636;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        padding-left: 2.5rem; /* 36px */
        font-size: 0.9722rem; /* 14px */
        line-height: 1.2;
        color: #FFFFFF;
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
        -webkit-backface-visibility: hidden;
    }

    .menu_right_fix .m-link:hover .title,
    .menu_right_fix .m-link:hover .title {
        transform: translate(0, 0);
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .menu_right_fix .m-link .ico_wr {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(54, 54, 54, 1);
        z-index: 2;
        text-align: center;
    }

    .menu_right_fix .m-link .ico {
        width: 1.5278rem; /* 22px */
        height: 1.5278rem; /* 22px */
    }

    .menu_right_fix .m-link .ico .ico_color {
        color: rgba(255, 255, 255, 0.4);
    }

    .ico {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        /*width: 22px;*/
        /*height: 22px;*/
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .ico_mr_about {
        background-image: url('/static/css/../img/menu_right_1.svg');
    }
    .ico_mr_prog {
        background-image: url('/static/css/../img/menu_right_2.svg');
    }
    .ico_mr_contact {
        background-image: url('/static/css/../img/menu_right_3.svg');
    }
    .ico_mr_callback {
        background-image: url('/static/css/../img/menu_right_4.svg');
    }



    .navbar-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .navbar-header {
        width: 100%;
        min-width: 22.2222rem; /* 320px */
        min-height: 5.5556rem; /* 80px */
        border-bottom: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.1);
        padding: 0 0 0 4.5139rem; /* 65px */
        z-index: 500;
        /*overflow: hidden;*/
    }

    .logo-one {
        font-weight: 500;
        font-size: 1.5278rem; /* 22px */
        line-height: 1.23;
        color: #363636 !important;
        padding: 0;
        height: 2.1528rem; /* 31px */
        margin-right: 1.3889rem; /* 20px */
        text-decoration: none !important;
        outline: none !important;
    }

    .logo-one .ico {
        position: relative;
        top: -0.2083rem; /* -3px */
        width: 2.4306rem; /* 35px */
        height: 2.1528rem; /* 31px */
        /*vertical-align: top;*/
        margin-right: 1.0417rem; /* 15px */
    }

    .logo-one .ico .ico_color {
        color: #363636;
    }
    .logo-one .ico svg,
    .logo-one .ico .ico_color {
        width: 2.4306rem /* 35px */ !important;
        height: 2.1528rem /* 31px */ !important;
    }

    .navbar-nav-menu {
        margin-left: auto;
    }

    .navbar-nav-menu .nav-item {
        padding: 0;
        position: relative;
    }

    .navbar-nav-menu .nav-link {
        padding: 0.6944rem 1.1111rem /* 10px 16px */ !important;
        display: flex;
        align-items: center;
        min-height: 5.5556rem; /* 80px */
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-nav-menu .nav-link > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .navbar-nav-menu .hov > .nav-link,
    .navbar-nav-menu .nav-link.active,
    .navbar-nav-menu .nav-link:hover {
        color: rgba(54, 54, 54, 1);
    }

    /*.navbar-nav-menu .nav-link.active > span,*/
    .navbar-nav-menu .nav-link:hover > span {
        border-bottom-color: rgba(54, 54, 54, 1);
    }

    .navbar-nav-menu .nav-item ul {
        position: absolute;
        /*left: -10vw;*/
        left: 0;
        top: 5.625rem; /* 81px */
        list-style: none;
        padding: 2.4306rem 0; /* 35px */
        background: #fff;
        visibility: hidden;
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        max-width: 50vw;
    }

    .navbar-nav-menu .nav-item:hover > ul {
        visibility: visible;
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
        z-index: 2;
    }

    .navbar-nav-menu .nav-item ul .nav-item {
        padding: 0;
        position: static;
    }

    .navbar-nav-menu .nav-item ul .nav-link {
        position: relative;
        padding: 0.8333rem 3.2639rem /* 12px 47px */ !important;
        min-height: 0;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        text-decoration: none !important;
        color: rgba(54, 54, 54, 0.5);
    }

    .navbar-nav-menu .nav-item ul .nav-link:hover {
        color: rgba(54, 54, 54, 1) !important;
    }

    .navbar-nav-menu .nav-item ul .nav-link > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    .navbar-nav-menu .nav-item ul .nav-link:hover > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }

    .navbar-nav-menu .nav-item ul .nav-item.hov > .nav-link {
        color: #363636 !important;
    }

    .navbar-nav-menu .nav-item ul .nav-item.nav-item-parr > .nav-link:after {
        content: '';
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 0.3472rem; /* 5px */
        height: 0.5556rem; /* 8px */
        background: url('/static/css/../img/arrow_1.svg') no-repeat 0 center;
        -webkit-background-size: auto 0.5556rem; /* 8px */
        -moz-background-size: auto 0.5556rem; /* 8px */
        -o-background-size: auto 0.5556rem; /* 8px */
        background-size: auto 0.5556rem; /* 8px */
        position: absolute;
        right: 1.9444rem; /* 28px */
        top: 50%;
        margin-top: -0.2778rem; /* -4px */
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .navbar-nav-menu .nav-item ul .nav-item.nav-item-parr.hov > .nav-link:after {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .navbar-nav-menu .nav-item ul ul {
        top: 0;
        left: 100%;
        background: #F8F8F9;
    }


    .header-menu-top {
        position: fixed;
        left: 0;
        top: 0;
        right: 5.5556rem; /* 80px */
        bottom: 0;
        z-index: 990;
        background: #FFFFFF;
        padding: 7.9167rem 4.4444rem 4.4444rem 4.4444rem; /* 114px 64px 64px 64px */
        overflow-y: auto;
        /*transform: translate(100%, 0);*/
        transform: scale(0);
        transform-origin: top right;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; filter:alpha(opacity=0); -moz-opacity: 0;
    }

    .menu_top_show .header-menu-top {
        /*transform: translate(0, 0);*/
        transform: scale(1);
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }



    .phones-icons-wrap {
        list-style: none;
        padding: 0 2.7778rem 0 0; /* 40px */
        margin: auto 0 0 0;
    }

    .phones-icons-wrap li {
        padding-top: 1.5972rem; /* 23px */
        padding-bottom: 0.6944rem; /* 10px */
    }


    .phones-icons-wrap li > div {
        width: 100%;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #000000;
        display: flex;
        align-items: center;
        margin-bottom: 0.625rem; /* 9px */
    }

    .phones-icons-wrap .ico {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        width: 1.25rem; /* 18px */
        height: 1.25rem; /* 18px */
        margin-right: 0.4167rem; /* 6px */
        top: -0.1389rem; /* -2px */
        background-repeat: no-repeat;
        background-position: 0 center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        border-radius: 0.2778rem; /* 4px */
        -webkit-border-radius: 0.2778rem; /* 4px */
        -moz-border-radius: 0.2778rem; /* 4px */
        -o-border-radius: 0.2778rem; /* 4px */
    }

    .phones-icons-wrap li > a {
        font-weight: 600;
        font-size: 1.6667rem; /* 24px */
        line-height: 1.21;
        color: #000000;
        text-decoration: none !important;
        border-bottom: 0.0694rem /* 1px */ rgba(0, 0, 0, 0) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .phones-icons-wrap li > a:hover {
        border-bottom: 0.0694rem /* 1px */ rgba(0, 0, 0, 1) solid;
    }

    .ico_prohe_region_1 {
        background-image: url('/static/css/../img/phone_reg_1.svg');
    }

    .ico_prohe_region_2 {
        background-image: url('/static/css/../img/phone_reg_2.svg');
    }

    .ft-soc-list {
        margin-top: auto;
        display: flex;
        align-items: flex-start;
    }

    .ft-soc-list .ico {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7778rem; /* 40px */
        height: 2.7778rem; /* 40px */
        background: #F8F8F9;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 1.0417rem; /* 15px */
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .ft-soc-list .ico:last-child {
        margin-right: 0;
    }

    .ft-soc-list .ico:hover {
        background: #363636;
    }

    .ft-soc-list .ico .ico_color {
        color: #363636;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .ft-soc-list .ico:hover .ico_color {
        color: #fff;
    }

    .ft-soc-list .ico .ico_ps,
    .ft-soc-list .ico .ico_p {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .ft-soc-list .ico .ico_p {
        fill: #363636;
    }
    .ft-soc-list .ico .ico_ps {
        stroke: #363636;
    }
    .ft-soc-list .ico:hover .ico_p {
        fill: #fff;
    }
    .ft-soc-list .ico:hover .ico_ps {
        stroke: #fff;
    }


    .phones-soc-mob {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3.4722rem 0; /* 50px */
        flex-wrap: wrap;
    }

    .phones-soc-mob .phones-icons-wrap {
        padding: 0;
    }

    .phones-soc-mob .phones-icons-wrap li {
        padding: 0 0 2.0833rem 0; /* 30px */
        text-align: center;
    }

    .phones-soc-mob .phones-icons-wrap li > div {
        display: inline-block;
    }

    .phones-soc-mob .ft-soc-list {
        padding: 0;
        width: 100%;
        justify-content: center;
    }



    .header-phones-wrap {
        margin-left: auto;
        margin-right: 2.7778rem; /* 40px */
    }



    .header-phones {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .header-phones .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.0417rem; /* 15px */
        height: 5.5556rem; /* 80px */
        width: auto;
    }

    .header-phones .dropdown-toggle::after {
        display: none;
    }

    .header-phones .dropdown-item.active,
    .header-phones .dropdown-item:active,
    .header-phones .dropdown-item:focus,
    .header-phones .dropdown-item:hover {
        background: none;
    }

    .header-phones .dropdown-menu {

    }

    .header-phones .dropdown-menu .dropdown-item {
        height: 5.5556rem; /* 80px */
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

    .header-phones .dropdown-menu .dropdown-item > span > span {
        display: block;
        width: 100%;
        padding-left: 1.3889rem; /* 20px */
        font-weight: bold;
        font-size: 0.4861rem; /* 7px */
        line-height: 2;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(54, 54, 54, 0.5);
    }

    .header-phones .dropdown-menu .dropdown-item .ico {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        width: 0.6944rem; /* 10px */
        height: 1.0417rem; /* 15px */
        padding-left: 0;
        /*background: url('/static/css/../img/phone_top.svg') no-repeat 0 center;*/
        /*-webkit-background-size: auto 15px;*/
        /*-moz-background-size: auto 15px;*/
        /*-o-background-size: auto 15px;*/
        /*background-size: auto 15px;*/
        margin-right: 0.6944rem; /* 10px */
    }



    .navbar-nav-icons {
        display: flex;
        align-items: center;
        margin-right: 1.7361rem; /* 25px */
    }

    .navbar-nav-icons .ico {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.0417rem; /* 15px */
        height: 5.5556rem; /* 80px */
        width: auto;
    }


    .navbar-nav-icons .ico svg,
    .navbar-nav-icons .ico .ico_color {
        width: 1.0417rem /* 15px */ !important;
        height: 1.0417rem /* 15px */ !important;
    }

    .ico_hd .ico_color,
    .navbar-nav-icons .ico .ico_color {
        color: #363636;
    }

    .navbar-nav .ico .ico_ps {
        stroke: #363636;
    }

    .navbar .ico .ico_p {
        fill: #363636;
    }

    .navbar-nav-lang {
        min-width: 3.8194rem; /* 55px */
    }


    .navbar-nav-lang .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav-lang .dropdown-menu {
        padding: 0.3472rem 0; /* 5px */
        margin: 0.0694rem 0 0 0; /* 1px */
        min-width: 0;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        text-align: center;
    }

    .navbar-nav-lang .dropdown-item {
        padding: 0.5556rem 1.3889rem; /* 8px 20px */
        width: auto;
        font-weight: bold;
        font-size: 0.6944rem; /* 10px */
        line-height: 1;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(54, 54, 54, 0.5);
    }

    .navbar-nav-lang .dropdown-item.active {
        color: rgba(54, 54, 54, 1);
    }

    .navbar-nav-lang .dropdown-item.active,
    .navbar-nav-lang .dropdown-item:active,
    .navbar-nav-lang .dropdown-item:focus,
    .navbar-nav-lang .dropdown-item:hover {
        background: none;
    }


    .navbar-header-dark {
        position: absolute;
        width: auto;
        left: 0;
        right: 5.5556rem; /* 80px */
        top: 0;
        border-bottom: 0.0694rem /* 1px */ solid rgba(255, 255, 255, 0.1);
    }

    .navbar-header-dark .navbar-nav-menu .nav-link > span {
        border-bottom-color: rgba(255, 255, 255, 0);
    }

    .navbar-header-dark .navbar-nav-menu .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-header-dark .navbar-nav-menu .nav-link:hover > span {
        border-bottom-color: rgba(255, 255, 255, 1);
    }

    .navbar-header-dark .navbar-brand,
    .navbar-header-dark .navbar-nav-menu .hov > .nav-link,
    .navbar-header-dark .navbar-nav-menu .nav-link.active,
    .navbar-header-dark .navbar-nav-menu .nav-link:hover {
        color: rgba(255, 255, 255, 1) !important;
    }

    .navbar-header-dark .navbar-nav .ico .ico_ps {
        stroke: #fff;
    }
    .navbar-header-dark .ico .ico_p {
        fill: #fff;
    }

    .navbar-header-dark .ico_hd .ico_color,
    .navbar-header-dark .navbar-nav-icons .ico .ico_color {
        color: #fff;
    }

    .navbar-header-dark .logo-one .ico .ico_color {
        color: #fff;
    }


    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 4.5139rem; /* 65px */
        padding-left: 4.5139rem; /* 65px */
    }

    footer {
        width: 100%;
        background: #F8F8F9;
        padding: 5.5556rem 0 0 0; /* 80px */
    }

    footer.is_white {
        background: #fff;
    }

    .footer-menu-cols {
        list-style: none;
        display: flex;
        justify-content: stretch;
        margin: 0 -1.3889rem; /* -20px */
        padding: 0;
        min-height: 100%;
        padding-bottom: 3.4722rem; /* 50px */
    }

    .footer-menu-cols > li {
        flex-grow: 1;
        margin: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .footer-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-menu > li {
        padding: 0.7639rem 0; /* 11px */
    }


    .footer-menu > li a {
        font-size: 0.9722rem; /* 14px */
        line-height: 1.2;
        color: #363636;
        text-decoration: none;
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .footer-menu > li a:hover {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }

    .footer-menu > .head_row,
    .footer-menu > .head_row a {
        font-weight: 600;
        font-size: 0.8333rem; /* 12px */
        line-height: 1.75;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #363636;
        margin-bottom: 1.1111rem; /* 16px */
    }

    footer .ft-soc-list .ico {
        background: #fff;
    }

    footer .phones-icons-wrap {
        margin-top: auto;
    }

    a.link {
        text-decoration: none !important;
        color: rgba(54, 54, 54, 0.5);
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: border-color 0.3s ease, color 0.3s ease;
        -moz-transition: border-color 0.3s ease, color 0.3s ease;
        -ms-transition: border-color 0.3s ease, color 0.3s ease;
        -o-transition: border-color 0.3s ease, color 0.3s ease;
        transition: border-color 0.3s ease, color 0.3s ease;
    }

    a.link:hover {
        border-bottom-color: rgba(54, 54, 54, 0.5);
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: stretch;
        margin: 0 -1.3889rem; /* -20px */
        padding: 3.4722rem 0; /* 50px */
        list-style: none;
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 2.14;
        color: rgba(54, 54, 54, 0.5);
    }

    .footer-bottom li {
        flex-grow: 1;
    }

    .footer-bottom .logo-one .ico .ico_p {
        fill: #363636;
    }

    .footer-bottom li .link {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 2.14;
    }

    .footer-bottom li .link:hover {
        color: rgba(54, 54, 54, 1);
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }

    .footer-bottom li,
    .footer-menu-cols > li {
        padding-left: 1.3889rem; /* 20px */
        padding-right: 1.3889rem; /* 20px */
    }

    .footer-bottom li:first-child,
    .footer-menu-cols > li:first-child {
        flex-basis: 38%;
    }

    .hr_line {
        width: 100%;
        height: 0.0694rem; /* 1px */
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0.1) solid;
    }

    .hr_line_2 {
        width: 100%;
        height: 0.0694rem; /* 1px */
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0.2) solid;
    }

    .hr_line_3 {
        width: 100%;
        height: 0.0694rem; /* 1px */
        border-bottom: 0.0694rem /* 1px */ rgba(0, 0, 0, 0.1) solid;
    }

    .first_banner {
        position: relative;
        width: 100%;
        padding: 5.5556rem 0 0 0; /* 80px */
        background: #151515;
    }

    .first_banner .bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .first_banner > .container-fluid {
        position: relative;
        z-index: 2;
/*        padding-top: 7.7083rem;
        padding-bottom: 8.1944rem;

        padding-top: 11.8056rem;
        padding-bottom: 11.8056rem;
        */
        height: calc(100vh - 5rem);
        display: flex;
        align-items: center;
        padding-top: 3rem; /* 170px */
        padding-bottom: 3rem; /* 170px */
    }

    .title_h1 {
        width: 100%;
        font-weight: 600;
        font-size: 2.0833rem; /* 30px */
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #363636;
    }
    .title_h1 h1,
    .title_h1 h2 {
        font-weight: 600;
        font-size: 2.0833rem; /* 30px */
        line-height: 1.5;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #363636;
        padding: 0;
        margin: 0;
    }

    .title_h2 {
        width: 100%;
        font-weight: 600;
        font-size: 1.6667rem; /* 24px */
        line-height: 1.25;
        color: #363636;
    }

    .title_h3 {
        width: 100%;
        font-weight: 500;
        font-size: 1.5278rem; /* 22px */
        line-height: 1.23;
        color: #363636;
    }
    .title_h3 h2 {
        font-weight: 500;
        font-size: 1.5278rem; /* 22px */
        line-height: 1.23;
        color: #363636;
    }
    .title_hr {
        padding-bottom: 1.4583rem; /* 21px */
        border-bottom: 0.0694rem /* 1px */ solid rgba(0, 0, 0, 0.1);
        margin-bottom: 2.5rem; /* 36px */
    }

    .first_banner .title_h1 {
        color: #FFFFFF;
        margin-bottom: 1.3194rem; /* 19px */
    }

    .first_banner .d_text {
        max-width: 25.1389rem; /* 362px */
    }

    .first_banner .intro {
        font-size: 0.9722rem; /* 14px */
        line-height: 2.14;
        color: #FFFFFF;
        opacity: 0.5;
        margin-bottom: 3.4722rem; /* 50px */
    }

    .fb_menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .fb_menu > li {
        margin-bottom: 0.9722rem; /* 14px */
    }

    .fb_menu > li a {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.5;
        color: #FFFFFF;
        border-bottom-color: rgba(255, 255, 255, 0);
    }

    .fb_menu > li a:hover {
        border-bottom-color: rgba(255, 255, 255, 1);
    }

    .first_trusted {
        padding: 1.9444rem 0; /* 28px */
    }

    .section_title {
        width: 100%;
        padding-top: 3.6111rem; /* 52px */
        padding-bottom: 0.9028rem; /* 13px */
        border-bottom: 0.1389rem /* 2px */ solid #363636;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .mb_0 {
        margin-bottom: 0 !important;
    }

    .mt_35 {
        margin-top: 2.4306rem /* 35px */ !important;
    }

    .mb_30 {
        margin-bottom: 2.0833rem /* 30px */ !important;
    }

    .mb_40 {
        margin-bottom: 2.7778rem /* 40px */ !important;
    }

    .mb_50 {
        margin-bottom: 3.4722rem /* 50px */ !important;
    }

    .mb_60 {
        margin-bottom: 4.1667rem /* 60px */ !important;
    }

    .section_title .link {
        position: relative;
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: #363636 !important;
        text-transform: none;
        margin-right: 2.6389rem; /* 38px */
        border: none !important;
        letter-spacing: normal;
    }

    .section_title > span:first-child {
        margin-right: 2.7778rem; /* 40px */
    }
    .section_title > span:last-child {
        margin-right: 0;
    }
    .m_link .ico,
    .section_title .link .ico {
        display: block;
        position: absolute;
        top: 50%;
        right: -2.6389rem; /* -38px */
        width: 2.1528rem; /* 31px */
        height: 0.5556rem; /* 8px */
        margin-top: -0.2778rem; /* -4px */
    }

    .m_link .ico .ico_color,
    .section_title .link .ico .ico_color {
        color: #363636;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .m_link:hover .ico .ico_color,
    .section_title .link:hover .ico .ico_color,
    .section_title .link:hover {
        color: #E30613 !important;
    }

    .trusted_list {
        list-style: none;
        padding: 2.6389rem 0; /* 38px */
        margin: 0 -0.6944rem; /* -10px */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .trusted_list > li  {
        padding: 0.8333rem 1rem; /* 12px 10px */
    }

    .trusted_list > li img {
        /*max-height: 2.4306rem;*/ /* 35px */
        /*max-width: 12.8472rem;*/ /* 185px */
        max-width: 9rem;
        width: 100%;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        opacity: 0.3;
        filter:alpha(opacity=30);
        -moz-opacity: 0.3;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    .profitable_price {
        color: #FFFFFF;
    }

    .profitable_price .inner {
        position: relative;
        background: #363636;
        overflow: hidden;
        padding: 6.3889rem 7.2917rem 5rem 7.2917rem; /* 92px 105px 72px 105px */
    }

    .profitable_price .bg_1 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45.0694rem; /* 649px */
        height: 41.6667rem; /* 600px */
        margin-left: -13.4028rem; /* -193px */
    }

    .profitable_price .bg_2 {
        position: absolute;
        left: 50%;
        top: -9.0278rem; /* -130px */
        width: 26.8056rem; /* 386px */
        height: 14.9306rem; /* 215px */
        margin-left: -13.4028rem; /* -193px */
        transform: rotate(171.3deg);
        background: url('/static/css/../img/profitable_price_bg_1.png') no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .profitable_price .bg_3 {
        position: absolute;
        right: 0;
        bottom: -9.0278rem; /* -130px */
        width: 26.8056rem; /* 386px */
        height: 14.9306rem; /* 215px */
        transform: rotate(-8.72deg);
        background: url('/static/css/../img/profitable_price_bg_1.png') no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .profitable_price .d_text {
        position: relative;
        z-index: 2;
    }

    .profitable_price .title_h1 {
        margin-bottom: 4.0278rem; /* 58px */
        color: #FFFFFF;
    }

    .profitable_price .title_h1 h2 {
        color: #FFFFFF;
    }

    .profitable_price .tab-content .sub_title {
        font-weight: 500;
        font-size: 1.5278rem; /* 22px */
        line-height: 1.23;
        color: #FFFFFF;
        margin-bottom: 2.2917rem; /* 33px */
        max-width: 27.0833rem; /* 390px */
        width: 100%;
    }

    .pp_rasp {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5278rem 0; /* 22px */
        display: flex;
        align-items: revert;
    }

    .pp_rasp > li {
        position: relative;
        margin-right: 1.8056rem; /* 26px */
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #FFFFFF;
        white-space: nowrap;
    }

    .pp_rasp > li:after {
        content: '';
        display: block;
        position: absolute;
        right: -1.3889rem; /* -20px */
        top: 50%;
        width: 0.8333rem; /* 12px */
        height: 0.4167rem; /* 6px */
        margin-top: -0.2083rem; /* -3px */
        background: url('/static/css/../img/arrow_2.svg') no-repeat 0 0;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .pp_rasp > li:last-child:after {
        display: none;
        margin-right: 0;
    }

    .pp_rasp > .time {
        opacity: 0.7; filter:alpha(opacity=70); -moz-opacity: 0.7;
        margin-right: 1.1111rem; /* 16px */
    }

    .pp_rasp > .time:after {
        display: none;
    }

    .pp_rasp > li .ico {
        position: relative;
        top: -0.1389rem; /* -2px */
        font-size: 0;
        line-height: 0;
        width: 0.9028rem; /* 13px */
        height: 0.9722rem; /* 14px */
        margin-right: 0.4167rem; /* 6px */
        background-image: url('/static/css/../img/addr_1.svg');
    }

    .pp_rasp_bottom {
        display: flex;
        justify-content: space-between;
        max-width: 66%;
        width: 100%;
    }

    .pp_rasp_email {
        line-height: 1.21;
    }

    .pp_rasp_email a {
        font-weight: 500;
        color: #FFFFFF;
        border-bottom-color: rgba(255, 255, 255, 0);
    }

    .pp_rasp_email a:hover {
        border-bottom-color: rgba(255, 255, 255, 1);
    }



    .company_numb {
        padding: 2.0139rem 0 0 0; /* 29px */
    }

    .company_numb .inner {
        display: flex;
        align-items: center;
        padding-top: 4.5139rem; /* 65px */
        padding-bottom: 4.5139rem; /* 65px */
        flex-wrap: wrap;
    }

    .company_numb .img {
        width: 100%;
        flex-basis: 50%;
        flex-grow: 1;
    }

    .company_numb .img img {
        width: 100%;
        height: auto;
    }

    .company_numb_list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-basis: 50%;
        flex-grow: 1;
        min-width: 34.0278rem; /* 490px */
    }

    .company_numb_list > li {
        flex-basis: 50%;
        padding-right: 2.7778rem; /* 40px */
        padding-top: 3.8194rem; /* 55px */
        padding-bottom: 3.8194rem; /* 55px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.5);
    }

    .f_services_list {
        list-style: none;
        display: flex;
        align-items: flex-start;
        padding: 3.4722rem 0 0.5556rem 0; /* 50px 8px */
        margin: 0 -1.0417rem; /* -15px */
        flex-wrap: wrap;
    }

    .f_services_list > li {
        flex-grow: 1;
        flex-basis: 33.33%;
        max-width: 33.33%;
        min-width: 25.6944rem; /* 370px */
        padding: 0 1.0417rem 2.0833rem 1.0417rem; /* 15px 30px 15px */
    }

    .f_services_list > li a {
        position: relative;
        display: flex;
        height: 8.3333rem; /* 120px */
        background: #F8F8F9;
        border-radius: 0.6944rem; /* 10px */
        align-items: center;
        padding: 2.4306rem 2.7778rem; /* 35px 40px */
        text-decoration: none !important;
        overflow: hidden;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    .f_services_list > li a:hover {
        background: #363636 !important;
    }

    .f_services_list > li a .ico {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.4722rem; /* 50px */
        min-width: 3.4722rem; /* 50px */
        height: 3.4722rem; /* 50px */
        margin-right: 1.7361rem; /* 25px */
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #363636;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 1.6667rem /* 24px */ auto;
        -moz-background-size: 1.6667rem /* 24px */ auto;
        -o-background-size: 1.6667rem /* 24px */ auto;
        background-size: 1.6667rem /* 24px */ auto;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .f_services_list.icon_is_hover > li a:hover .ico {
        background-color: #FFFFFF;
    }

    .f_services_list > li a .ico .ico_color {
        color: #fff;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .f_services_list.icon_is_hover > li a:hover .ico .ico_color {
        color: #363636;
    }

    .f_services_list > li a .link {
        margin-right: auto;
    }

    .f_services_list > li a .link > span {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
        -webkit-transition: border-bottom-color 0.3s ease, color 0.3s ease;
        -moz-transition: border-bottom-color 0.3s ease, color 0.3s ease;
        -ms-transition: border-bottom-color 0.3s ease, color 0.3s ease;
        -o-transition: border-bottom-color 0.3s ease, color 0.3s ease;
        transition: border-bottom-color 0.3s ease, color 0.3s ease;
    }

    .f_services_list > li a:hover .link > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        color: #fff;
    }
    /*

.f_services_list > li a:after {
    content: '';
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-left: 25px;
    background: url('/static/css/../img/arrow_4.svg') no-repeat 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
*/

    .f_services_list > li a .ico_rg {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        width: 2.3611rem; /* 34px */
        min-width: 2.3611rem; /* 34px */
        height: 2.3611rem; /* 34px */
        margin-left: 1.7361rem; /* 25px */
    }

    .f_services_list > li a .ico_rg .ico_color {
        color: #fff;
    }

    .ico_serv_1 {
        background-image: url('/static/css/../img/serv_1.svg');
    }
    .ico_serv_2 {
        background-image: url('/static/css/../img/serv_2.svg');
    }
    .ico_serv_3 {
        background-image: url('/static/css/../img/serv_3.svg');
    }
    .ico_serv_4 {
        background-image: url('/static/css/../img/serv_4.svg');
    }
    .ico_serv_5 {
        background-image: url('/static/css/../img/serv_5.svg');
    }
    .ico_serv_6 {
        background-image: url('/static/css/../img/serv_6.svg');
    }
    .ico_serv_7 {
        background-image: url('/static/css/../img/serv_7.svg');
    }
    .ico_serv_8 {
        background-image: url('/static/css/../img/serv_8.svg');
    }
    .ico_serv_9 {
        background-image: url('/static/css/../img/serv_9.svg');
    }

    .inform {
        padding-bottom: 3.4722rem; /* 50px */
    }

    .inform .info_accordion {
        margin-top: 3.4722rem; /* 50px */
    }

    .info_accordion .card {
        border: none;
        background: #F8F8F9;
        border-radius: 0.6944rem; /* 10px */
        overflow: hidden;
        margin-bottom: 2.0833rem; /* 30px */
    }

    .info_accordion .card-header {
        background: none;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .info_accordion .card-header .btn {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 3.4028rem 7.9861rem 3.4028rem 4.0278rem; /* 49px 115px 49px 58px */
        font-weight: 500;
        font-size: 1.25rem; /* 18px */
        line-height: 1.22;
        color: #363636;
        text-decoration: none !important;
        text-align: left;
    }

    .info_accordion .card-header .btn:after {
        content: '';
        display: block;
        width: 1.1111rem; /* 16px */
        height: 1.1111rem; /* 16px */
        position: absolute;
        right: 4.7917rem; /* 69px */
        top: 50%;
        margin-top: -0.5556rem; /* -8px */
        background-repeat: no-repeat;
        background-position: 0 center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url('/static/css/../img/tire_1.svg');
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    .info_accordion .card-header .btn.collapsed:after {
        background-image: url('/static/css/../img/plus_1.svg');
    }


    .info_accordion .card-header .btn.focus,
    .info_accordion .card-header .btn:focus {
        text-decoration: none;
        box-shadow: none;
    }

    .info_accordion .card-body {
        padding: 0 4.0278rem 3.125rem 4.0278rem; /* 58px 45px 58px */
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.6;
        color: rgba(54, 54, 54, 0.6);
    }

    .bread_cr_wrap {
        width: 100%;
        padding: 0.7639rem 0; /* 11px */
        border-bottom: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.1);
    }

    .breadcr {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .breadcr > li {
        position: relative;
        margin-right: 1.9444rem; /* 28px */
    }

    .breadcr > li:after {
        position: absolute;
        right: -1.3889rem; /* -20px */
        top: 50%;
        margin-top: -0.2083rem; /* -3px */
        content: '';
        display: block;
        width: 0.8333rem; /* 12px */
        height: 0.4167rem; /* 6px */
        background: url('/static/css/../img/arrow_5.svg') no-repeat 0 0;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
    }

    .breadcr > li:last-child:after {
        display: none;
    }

    .breadcr > li,
    .breadcr > li a {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 0.5);
    }

    .breadcr > li a {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .breadcr > li a:hover {
        color: #363636;
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }

    .calculation_price {
        background: #F8F8F9;
        padding: 3.4722rem 0 5.7639rem 0; /* 50px 83px */
    }

    .calculation_price .container-fluid {
        display: flex;
        flex-wrap: wrap;
    }



    .calculation_price_res_wrap {
        position: relative;
        flex-grow: 1;
        flex-basis: 50%;
        width: 100%;
        max-width: 41.6667rem; /* 600px */
    }

    .calculation_price_res {
        position: relative;
        width: 100%;
        background: #FFFFFF;
        border-radius: 0.6944rem; /* 10px */
        padding: 1.5972rem 3.75rem 3.75rem 3.75rem; /* 23px 54px 54px 54px */
    }

    .calculation_price_res_wrap:before {
        content: '';
        display: block;
        position: absolute;
        width: 3.125rem; /* 45px */
        height: 3.125rem; /* 45px */
        left: -0.3472rem; /* -5px */
        top: -0.3472rem; /* -5px */
        background: #0C366C;
        transform: rotate(45deg);
        -webkit-transform-origin: center center;
    }

    .calc_blue_text_bg {
        position: absolute;
        left: -1.0417rem; /* -15px */
        top: -1.0417rem; /* -15px */
        width: 12.5694rem; /* 181px */
        height: 2.2917rem; /* 33px */
        background: #205396;
        box-shadow: 0 1.1111rem 2.0833rem /* 16px 30px */ rgba(54, 54, 54, 0.04);
        border-radius: 0.6944rem 0; /* 10px */
        text-align: center;
        color: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .calculation_price_res .pice_line {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.4583rem; /* 21px */
    }

    .calculation_price_res .pice_line .title_h1 {
        white-space: nowrap;
        margin-right: 1.3889rem; /* 20px */
    }

    .calculation_price_res .distance {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.88;
        text-align: right;
        color: rgba(54, 54, 54, 0.5);
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .calculation_price_res .distance .ico {
        width: auto;
        height: auto;
        margin-right: 0.9722rem; /* 14px */
        color: #363636;
        position: relative;
        top: -0.1389rem; /* -2px */
    }

    .calculation_price_res .distance .ico ico_color {
        width: 1.875rem /* 27px */ !important;
        height: 1.25rem /* 18px */ !important;
    }

    .ico_truck {
        background-image: url('/static/css/../img/truck_1.svg');
    }

    .addr_line {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.88;
        color: #363636;
        margin-bottom: 2.2222rem; /* 32px */
    }

    .addr_line .it {
        position: relative;
        margin-right: 1.5278rem; /* 22px */
    }

    .addr_line .it:last-child {
        margin-right: 0;
    }

    .addr_line .it:after {
        content: '';
        display: block;
        position: absolute;
        right: -1.1806rem; /* -17px */
        top: 50%;
        width: 0.8333rem; /* 12px */
        height: 0.4167rem; /* 6px */
        margin-top: -0.2083rem; /* -3px */
        background: url('/static/css/../img/arrow_5.svg') no-repeat 0 center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .addr_line .it:last-child:after {
        display: none;
    }

    .calculation_price_res .descr_line {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-align: center;
        padding: 1.3889rem 0; /* 20px */
    }

    .tx_red {
        color: #E30613 !important;
    }

    .calculation_price_res .price_form {
        margin-top: 4.7917rem; /* 69px */
    }

    .calculation_price_res .price_form .title_h2 {
        margin-bottom: 1.9444rem; /* 28px */
    }

    .form_def .form-row {
        margin-right: -1.0417rem; /* -15px */
        margin-left: -1.0417rem; /* -15px */
    }

    .form_def .form-row>.col,
    .form_def .form-row>[class*=col-] {
        padding-right: 1.0417rem; /* 15px */
        padding-left: 1.0417rem; /* 15px */
    }

    .calculation_price .form_def .form-row {
        margin-right: -0.6944rem; /* -10px */
        margin-left: -0.6944rem; /* -10px */
    }

    .calculation_price .form_def .form-row>.col,
    .calculation_price .form_def .form-row>[class*=col-] {
        padding-right: 0.6944rem; /* 10px */
        padding-left: 0.6944rem; /* 10px */
    }

    .form_def .form-group {
        margin-bottom: 2.0833rem; /* 30px */
    }
    .form_def label {
        font-weight: bold;
        font-size: 0.6944rem; /* 10px */
        line-height: 2.4;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #363636;
        margin-bottom: 1.0417rem; /* 15px */
    }

    span.req,
    .form_def label .req {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        font-size: 0.8333rem; /* 12px */
        line-height: 2;
        color: #E30613;
        top: 0.1389rem; /* 2px */
    }

    .form_def .form-control {
        height: 4.1667rem; /* 60px */
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.2);
        color: #363636;
        border-radius: 0;
        padding: 1.25rem 2.0833rem; /* 18px 30px */
        background: #fff;
        font-weight: 500;
    }

    .form_def textarea.form-control {
        min-height: 12.8472rem; /* 185px */
        resize: none;
    }

    .form_def .form-control.no_bord {
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0);
    }

    .form_def .form-control:focus {
        box-shadow: none;
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 1);
    }

    .form_def .form-control::placeholder {
        color: rgba(54, 54, 54, 0.5);
    }

    .form_def .btn {
        width: 100%;
        min-height: 4.1667rem; /* 60px */
        padding: 1.25rem; /* 18px */
        border-radius: 0;
        border: none;
        font-weight: 600;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        text-align: center;
    }

    .form_def .btn.focus,
    .form_def .btn:focus {
        box-shadow: none;
    }

    .btn_red {
        color: #FFFFFF;
        background: #E30613;
    }

    .btn_red:focus,
    .btn_red:hover {
        color: #FFFFFF;
        background: #BC000B;
    }

    .calculation_price_res .price_form .btn {
        margin-top: 1.3889rem; /* 20px */
    }

    .calculation_price_wrap {
        flex-grow: 1;
        padding-right: 2.7778rem; /* 40px */
        margin-top: 2.5694rem; /* 37px */
        margin-bottom: 3.4722rem; /* 50px */
    }

    .calculation_price_wrap form > .btn {
        margin-top: 1.3889rem; /* 20px */
    }

    .calculation_price_wrap .inner {
        max-width: 34.375rem; /* 495px */
    }

    .calculation_price_wrap .title_h1 {
        margin-bottom: 3.125rem; /* 45px */
    }

    .btn_white_1 {
        color: #363636;
        background: #fff;
        box-shadow: 0 1.1111rem 2.0833rem /* 16px 30px */ rgba(54, 54, 54, 0.04);
    }

    .btn_white_1.focus,
    .btn_white_1:focus {
        box-shadow: 0 1.1111rem 2.0833rem /* 16px 30px */ rgba(54, 54, 54, 0.04) !important;
    }

    .checkb_butt_1 {
        position: relative;
        display: flex;
        align-items: center;
        background: #FFFFFF;
    }

    .checkb_butt_bord {
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.2);
        border-radius: 0.3472rem; /* 5px */
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .checkb_butt_bord.checkb_butt_1.act,
    .checkb_butt_bord.checkb_butt_1.hov_2 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0.3472rem; /* 5px */
        border-top-right-radius: 0.3472rem; /* 5px */
    }
    .checkb_butt_bord.checkb_butt_1:before {
        left: -0.0694rem; /* -1px */
        top: -0.0694rem; /* -1px */
        bottom: -0.0694rem; /* -1px */
        width: calc(50% + 1px);
    }
    .checkb_butt_bord.checkb_butt_1 .checkb_it {
        height: 4.0278rem /* 58px */ !important;
        min-height: 4.0278rem /* 58px */ !important;
    }

    .checkb_butt_1 .checkb_it {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-grow: 1;
        height: 4.1667rem; /* 60px */
        width: 50%;
        z-index: 2;

        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1;

        color: rgba(54, 54, 54, 0.6);

        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .checkb_butt_1 .checkb_it .ico {
        margin-right: 0.6944rem; /* 10px */
        width: auto;
        height: auto;
    }

    .checkb_butt_1 .checkb_it:nth-child(1) {
        color: #E30613;
    }

    .checkb_butt_1.act .checkb_it:nth-child(1) {
        color: rgba(54, 54, 54, 0.6);
    }

    .checkb_butt_1.act .checkb_it:nth-child(2) {
        color: #E30613;
    }

    .checkb_butt_1:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        border: 0.1389rem /* 2px */ solid #E30613;
        border-radius: 0.3472rem; /* 5px */
        transform: translate(0, 0);
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }

    .checkb_butt_1.act:before {
        transform: translate(100%, 0px);
    }

    .checkb_butt_1.hov_1:before {
        transform: translate(0, 0px);
    }

    .checkb_butt_1.hov_2:before {
        transform: translate(100%, 0px);
    }

    .point_letter {
        position: relative;
        top: -0.0694rem; /* -1px */
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 1.3889rem; /* 20px */
        height: 1.3889rem; /* 20px */
        margin-right: 0.6944rem; /* 10px */
        padding-left: 0.0694rem; /* 1px */
        background: rgba(54, 54, 54, 0.1);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        font-weight: 800;
        font-size: 0.6944rem; /* 10px */
        line-height: 1.4583rem; /* 21px */
        color: #363636;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .point_letter.act {
        background: #E30613;
        color: #FFFFFF;
    }

    .hr_line_footer {
        margin-bottom: 5.5556rem; /* 80px */
    }

    .s_tracking .section_title {
        margin-bottom: 2.8472rem; /* 41px */
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
        color: #E30613;
        border-color: #E30613;
    }

    .invalid-feedback {
        font-weight: 500;
        font-size: 0.8333rem; /* 12px */
        line-height: 1.25;
        color: #E30613;
        margin-top: 0.7639rem; /* 11px */
    }

    .form_def .btn.disabled,
    .form_def .btn:disabled {
        background: #D4D4D4;
        opacity: 1;
    }

    .search_count_text {
        margin-top: 0.4861rem; /* 7px */
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 0.6);
        display: flex;
        align-items: center;
    }

    .search_count_text .ico {
        width: auto;
        height: auto;
        margin-right: 1.1111rem; /* 16px */
    }

    .search_count_text .ico_color {
        color: rgba(54, 54, 54, 0.5);
    }

    .inp_ico {
        position: relative;
    }

    .inp_ico .ico {
        display: block;
        position: absolute;
        right: 2.0833rem; /* 30px */
        top: 2.083rem;
        width: auto;
        height: auto;
    }

    .inp_ico .form-control {
        padding-right: 4.8611rem; /* 70px */
    }

    .inp_search .ico {
        width: 1.25rem; /* 18px */
        height: 1.25rem; /* 18px */
        margin-top: -0.625rem; /* -9px */
    }

    .inp_search .ico_color {
        color: rgba(54, 54, 54, 0.5);
    }

    .nav-tabs-left-sect > .container-fluid {
        padding: 0;
    }

    .nav-tabs-pg-wrap {
        display: flex;
        align-items: stretch;
        border-bottom: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.1);
        background: #F8F8F9;
    }

    .nav-tabs-pg-left-wrap {
        width: 100%;
        display: flex;
        align-items: flex-start;
        min-width: 29.1667rem; /* 420px */
        max-width: 29.1667rem; /* 420px */
        flex-basis: 29.1667rem; /* 420px */
        flex-grow: 1;
        padding: 6.0417rem 0 1.3889rem 4.5139rem; /* 87px 20px 65px */
        flex-wrap: wrap;
        border-right: 0.0694rem /* 1px */ solid rgba(0, 0, 0, 0.1);
        background: #fff;
        align-content: flex-start;
    }

    .nav-tabs-pg-left {
        position: relative;
        border: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: auto;
    }



    .nav-tabs-pg-right {
        flex-grow: 1;
        height: 100%;
        width: 100%;
        max-width: calc(100% - 29.1667rem /* 420px */);
        padding: 1.3889rem 4.5139rem 5.5556rem 4.5139rem; /* 20px 65px 80px 65px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.6);
    }

    .nav-tabs-pg-left .nav-item {
        width: 100%;
        padding: 0;
    }

    .nav-tabs-pg-left .nav-link {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        padding: 1.3889rem 2.7778rem 1.3889rem 0; /* 20px 40px 20px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.5);
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
    }

    .nav-tabs-pg-left .nav-item.show .nav-link,
    .nav-tabs-pg-left .nav-link.active {
        color: #E30613;
        font-weight: 600;
    }

    .nav-tabs-pg-left .nav-item.parr > a:after {
        width: 0.3472rem; /* 5px */
        height: 0.6944rem; /* 10px */
        right: 1.3889rem; /* 20px */
        margin-top: -0.3472rem; /* -5px */
    }

    .nav-tabs-pg-left .nav-item ul {
        padding: 0 0 1.0417rem 2.9861rem; /* 15px 43px */
    }

    .nav-tabs-pg-left .nav-item ul li {
        padding: 0.625rem 1.3889rem 0.625rem 0; /* 9px 20px 9px */
    }

    .nav-tabs-pg-left .nav-item ul li a {
        font-size: 0.9722rem; /* 14px */
    }


    .title_sm_b {
        font-weight: bold;
        font-size: 0.6944rem; /* 10px */
        line-height: 2.4;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #363636;
    }

    .nav-tabs-pg-left-wrap .title_sm_b {
        width: 100%;
        margin-bottom: 0.8333rem; /* 12px */
    }

    .nav_tab_sel {
        position: absolute;
        right: 0;
        width: 0.1389rem; /* 2px */
        height: 3.4722rem; /* 50px */
        background: #E30613;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-tabs-pg-left .nav-link .ico {
        width: 1.8056rem; /* 26px */
        height: auto;
        margin-right: 1.1806rem; /* 17px */
        text-align: center;
    }

    .nav-tabs-pg-left .nav-link .ico .ico_color {
        color: #C3C3C3;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .nav-tabs-pg-left .nav-link.active .ico .ico_color {
        color: #E30613;
    }

    .nav-tabs-pg-right .section_title:first-child {
        margin-bottom: 3.4722rem; /* 50px */
    }

    .form_peyment_wrap {

    }

    .form_peyment_descr {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.9);
        margin-top: 1.9444rem; /* 28px */
    }

    .inp_price .ico {
        margin-top: -0.8333rem; /* -12px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        text-align: center;
        color: rgba(54, 54, 54, 0.5);
    }

    .doc_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -2.0833rem; /* -30px */
    }

    .doc_list .item {
        background: #FFFFFF;
        box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
        border-radius: 0.6944rem; /* 10px */
        width: calc(50% - 1.0417rem /* 15px */);
        min-width: 20.8333rem; /* 300px */
        margin-top: 2.0833rem; /* 30px */
        padding: 2.0833rem; /* 30px */
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-decoration: none !important;
    }

    .doc_list .doc_ext {
        width: 5.8333rem; /* 84px */
        min-width: 5.8333rem; /* 84px */
        height: 5.8333rem; /* 84px */
        border-radius: 0.6944rem; /* 10px */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 600;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        letter-spacing: 0.03em;
        color: #FFFFFF;
    }


    .doc_list .doc_rg {
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap;
        padding: 0.2083rem 0 0.2778rem 1.5972rem; /* 3px 4px 23px */
        height: 100%;
    }

    .doc_list .doc_rg .title {
        margin-bottom: 1.3889rem; /* 20px */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .doc_list .doc_rg .download {
        width: 100%;
        font-weight: 600;
        color: rgba(54, 54, 54, 0.4);
        margin-top: auto;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
    }

    .doc_list .item:hover .doc_rg .download {
        color: rgba(54, 54, 54, 1);
    }

    .doc_list .doc_rg .download .ico {
        width: auto;
        height: auto;
        margin-left: 0.625rem; /* 9px */
        position: relative;
        top: -0.0694rem; /* -1px */
    }

    .doc_list .doc_rg .download .ico_color {
        color: rgba(54, 54, 54, 0.35);
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .doc_list .doc_rg .download .ico svg,
    .doc_list .doc_rg .download .ico .ico_color {
        width: 1.1806rem /* 17px */ !important;
        height: 1.1111rem /* 16px */ !important;
    }

    .doc_list .item:hover .doc_rg .download .ico_color {
        color: #E30613;
    }

    .nav-tabs-pg-right .info_accordion .card {
        background: #FFFFFF;
        box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
    }

    .form_help_wrap {
        padding-bottom: 2.2917rem; /* 33px */
        margin-top: 4.1667rem; /* 60px */
        margin-bottom: 0;
    }

    .form_help_wrap .title_h2 {
        margin-bottom: 2.4306rem; /* 35px */
    }

    .form_comment {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 0.5);
        margin-bottom: 2.2222rem; /* 32px */
        margin-top: -1.3194rem; /* -19px */
    }

    .section_back {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 4.375rem; /* 63px */
    }

    .section_back a {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #E30613;
        border-bottom: 0.0694rem /* 1px */ rgba(227, 6, 19, 0) solid;
        -webkit-transition: border-bottom-color 0.3s ease;
        -moz-transition: border-bottom-color 0.3s ease;
        -ms-transition: border-bottom-color 0.3s ease;
        -o-transition: border-bottom-color 0.3s ease;
        transition: border-bottom-color 0.3s ease;
    }

    .section_back a:hover {
        border-bottom-color: rgba(227, 6, 19, 1);
    }

    .section_back + .section_title {
        padding-top: 2.2917rem; /* 33px */
    }

    .section_back .ico {
        width: auto;
        height: auto;
        margin-right: 0.4861rem; /* 7px */
        transform: rotate(180deg);
    }

    .section_back .ico_color {
        color: #E30613;

    }




    .cargo_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -2.0833rem; /* -30px */
    }


    .cargo_list .item {
        position: relative;
        background-color: #8B9297;
        border-radius: 0.6944rem; /* 10px */
        width: calc(50% - 1.0417rem /* 15px */);
        min-width: 20.8333rem; /* 300px */
        margin-top: 2.0833rem; /* 30px */
        padding: 0;
        display: flex;
        align-items: flex-start;
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.88;
        color: #FFFFFF;
        text-decoration: none !important;
        overflow: hidden;
        box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);

    }

    .cargo_list .item .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        /*background-color: #205396;*/
        /*background-blend-mode: multiply;*/
        /*box-shadow: inset 0 104px 120px #205396;*/
    }

    .cargo_list .item .bg_85 {
        -webkit-background-size: 85% auto;
        -moz-background-size: 85% auto;
        -o-background-size: 85% auto;
        background-size: 85% auto;
    }

    .cargo_list .item .bg_90 {
        -webkit-background-size: 90% auto;
        -moz-background-size: 90% auto;
        -o-background-size: 90% auto;
        background-size: 90% auto;
    }

    .cargo_list .item .padd {
        display: block;
        width: 100%;
        padding-bottom: 92%;
    }

    .cargo_list .item .inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 3.1944rem 4.1667rem; /* 46px 60px */
        z-index: 2;
    }

    .cargo_list .item .title {
        display: block;
        width: 100%;
        margin-bottom: 2.0833rem; /* 30px */
    }

    .cargo_list .item .more {
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cargo_list .item .more:after {
        position: absolute;
        right: -2.9861rem; /* -43px */
        top: 50%;
        margin-top: -0.0694rem; /* -1px */
        content: '';
        display: block;
        width: 1.5972rem; /* 23px */
        height: 0.0694rem; /* 1px */
        border-top: 0.0694rem /* 1px */ #FFFFFF solid;
    }

    .cargo_list .item:hover .more {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .cargo_list .item:hover .more:after {
        animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
    }


    .sdfsdf {
        display: block;
        width: 3.4722rem; /* 50px */
        height: 0.0694rem; /* 1px */
        border-bottom: 0.0694rem /* 1px */ #000000 solid;
        animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
    }


    @keyframes button-icon-squeeze-right {
        0% {
            transform-origin: right;
            transform: scalex(1);
        }
        50% {
            transform-origin: right;
            transform: scalex(0);
        }
        50.01% {
            transform-origin: left;
        }
        100% {
            transform-origin: left;
            transform: scalex(1);
        }
    }


    .tab_pane_about .company_numb_list > li {
        padding-top: 3.4722rem; /* 50px */
        padding-bottom: 0;
    }

    .tab_pane_about .company_numb_list {
        margin-bottom: 4.1667rem; /* 60px */
    }

    .nav-tabs-pg-right .f_services_list > li {
        flex-basis: 50%;
        max-width: 50%;
        min-width: 25.6944rem; /* 370px */
    }

    .nav-tabs-pg-right .f_services_list > li a {
        background: #FFFFFF;
        box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
    }

    .nav-tabs-pg-right .f_services_list > li a .ico_rg .ico_color {
        color: #F7F7F7;
    }

    .f_services_list.icon_type_2 > li a .ico {
        background-color: #F7F7F7;
    }

    .f_services_list.icon_type_2 > li a .ico .ico_color {
        color: #363636;
    }











    .carousel_tp_one {
        margin-bottom: 0.6944rem; /* 10px */
    }

    .carousel_tp_one .carousel-inner {
        border-radius: 0.6944rem; /* 10px */
    }

    .carousel_tp_one .carousel-item {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-bottom: 48.6%;
    }

    .carousel_tp_one .carousel-indicators {
        margin-bottom: 2.0139rem; /* 29px */
    }

    .carousel_tp_one .carousel-indicators li {
        width: 0.4167rem; /* 6px */
        height: 0.4167rem; /* 6px */
        background: #FFFFFF;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 0.6944rem; /* 10px */
        margin-left: 0.6944rem; /* 10px */
        border: none;
    }

    .carousel_tp_one .carousel-control-next,
    .carousel_tp_one .carousel-control-prev {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .carousel_tp_one .carousel-control-next-icon,
    .carousel_tp_one .carousel-control-prev-icon {
        width: 2.3611rem; /* 34px */
        height: 2.3611rem; /* 34px */
        background: none;
    }

    .carousel_tp_one .carousel-control-prev-icon {
        transform: rotate(180deg);
    }

    .news_list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .news_list .item {
        justify-content: space-between;
        align-items: center;
        text-decoration: none !important;
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: #000000;
    }

    .news_list .item > span {
        display: block;
    }

    .news_list .item .date {
        flex-grow: 1;
        width: 100%;
        margin-bottom: 1.5972rem; /* 23px */
        color: rgba(0, 0, 0, 0.5);
    }

    .news_list .item .title {
        margin-right: 1.3889rem; /* 20px */
    }
    .news_list .item .more {
        margin-right: 2.9861rem; /* 43px */
        position: relative;
        font-weight: 600;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 1);
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5;
    }

    .news_list .item .more:after {
        position: absolute;
        right: -2.9861rem; /* -43px */
        top: 50%;
        content: '';
        display: block;
        width: 1.5972rem; /* 23px */
        height: 0.0694rem; /* 1px */
        border-top: 0.0694rem /* 1px */ #363636 solid;
    }

    .news_list .item:hover .more {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .news_list .item:hover .more:after {
        animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
    }

    .news_list .item .date .ico {
        width: auto;
        height: auto;
        margin-right: 0.7639rem; /* 11px */
        position: relative;
        top: -0.2083rem; /* -3px */
    }

    .news_list .item .date .ico_color {
        color: rgba(54, 54, 54, 0.5);
    }

    .news_list .item_bg {
        background: #0A4087 url('/static/css/../img/bg_1.png') no-repeat right top;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        color: #FFFFFF;
    }

    .news_list .item_bg .date {
        color: rgba(255, 255, 255, 1);
        opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5;
    }

    .news_list .item_bg .date .ico_color {
        color: rgba(255, 255, 255, 1);
    }

    .news_list .item_bg .descr {
        margin-top: 1.5972rem; /* 23px */
        opacity: 0.6; filter:alpha(opacity=60); -moz-opacity: 0.6;
    }

    .news_list .item_bg .descr,
    .news_list .item_bg > span {
        width: 70%;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.6944rem; /* 10px */
        margin-bottom: 3.8194rem; /* 55px */
    }

    .pagination .item {
        width: 2.3611rem; /* 34px */
        min-width: 2.3611rem; /* 34px */
        height: 2.3611rem; /* 34px */
        margin: 0 0.3472rem 0.6944rem 0.3472rem; /* 5px 10px 5px */
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .pagination .item:hover {
        opacity: 0.5;
    }

    .pagination .item.active {
        background: #363636;
        color: #FFFFFF;
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .pagination .item.prev,
    .pagination .item.next {
        background: url('/static/css/../img/arrow_1.svg') no-repeat center center;
        -webkit-background-size: auto 0.8333rem; /* 12px */
        -moz-background-size: auto 0.8333rem; /* 12px */
        -o-background-size: auto 0.8333rem; /* 12px */
        background-size: auto 0.8333rem; /* 12px */
        opacity: 0.3; filter:alpha(opacity=30); -moz-opacity: 0.3;
    }

    .pagination .item.prev {
        transform: rotate(180deg);
    }

    .pagination .item.prev:hover,
    .pagination .item.next:hover {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
    }

    .nav-tabs-pg-right .text a,
    .nav-tabs-pg-right a.link {
        color: #E30613;
        border-bottom: 0.0694rem /* 1px */ rgba(227, 6, 19, 0) solid;
    }

    .nav-tabs-pg-right .text a:hover,
    .nav-tabs-pg-right a.link:hover {
        border-bottom-color: rgba(227, 6, 19, 1);
    }

    .vacancy_anketa {
        background: #FFFFFF url('/static/css/../img/img_11.png') no-repeat right -2.4306rem bottom -2.7778rem; /* -35px -40px */
        -webkit-background-size: auto 36.1111rem; /* 520px */
        -moz-background-size: auto 36.1111rem; /* 520px */
        -o-background-size: auto 36.1111rem; /* 520px */
        background-size: auto 36.1111rem; /* 520px */
        padding-right: 50%;
        padding-bottom: 4.375rem; /* 63px */
    }

    .vacancy_anketa .inner {
        width: 100%;
        max-width: 25.4861rem; /* 367px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.6);
    }

    .vacancy_anketa .title_h2 {
        margin-bottom: 2.2222rem; /* 32px */
    }

    .vacancy_anketa .btn {
        margin-top: 5.0694rem; /* 73px */
        max-width: 16.6667rem; /* 240px */
    }

    .vacancy_list .item {
        padding-top: 3.3333rem; /* 48px */
        padding-bottom: 3.3333rem; /* 48px */
    }

    .vacancy-detail ul {
        list-style: none;
        padding: 0;
        margin: 0 0 2.7778rem 0; /* 40px */
        display: block;
        width: 100%;
    }

    .vacancy-detail ul > li {
        position: relative;
        padding: 0 0 0 1.3889rem; /* 20px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.6);
    }

    .vacancy-detail ul > li:before {
        content: '';
        display: block;
        width: 0.2778rem; /* 4px */
        height: 0.2778rem; /* 4px */
        position: absolute;
        left: 0.3472rem; /* 5px */
        top: 50%;
        margin-top: -0.1389rem; /* -2px */
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: rgba(54, 54, 54, 0.6);
    }

    .vacancy-detail .btn {
        margin-top: 1.0417rem; /* 15px */
        max-width: 16.6667rem; /* 240px */
    }

    .owl-carousel.owl-drag .owl-item {
        /*width: 500px !important;*/

    }

    .owl-carousel.owl-drag .owl-item .item {
        background-color: #838dff;
        margin-left: -13.8889rem; /* -200px */
        padding-left: 13.8889rem; /* 200px */
    }

    .more_line {
        position: relative;
        display: inline-block;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .more_line:after {
        position: absolute;
        right: -2.9861rem; /* -43px */
        top: 50%;
        margin-top: -0.0694rem; /* -1px */
        content: '';
        display: block;
        width: 1.5972rem; /* 23px */
        height: 0.0694rem; /* 1px */
        border-top: 0.0694rem /* 1px */ #FFFFFF solid;
    }

    .item:hover .more_line {
        opacity: 1 !important;
        filter:alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
    }
    .item:hover .more_line:after {
        animation: button-icon-squeeze-right 1s ease 0s infinite normal none;
    }




    .slider_items {
        padding: 0;
        margin: 0;
    }

    .slider_items .slick-dots {
        position: relative;
        clear: both;
        bottom: auto;
    }

    .slider_items .slick-dots li {
        width: auto;
        height: auto;
    }

    .slider_items .slick-dots li button {
        width: 0.5556rem; /* 8px */
        height: 0.5556rem; /* 8px */
        padding: 0;
        background-color: #bcbdbf;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .slider_items .slick-dots li.slick-active button {
        width: 0.6944rem; /* 10px */
        height: 0.6944rem; /* 10px */
        background-color: #8b0029;
        border: 0.0694rem /* 1px */ #f7931e solid;
    }

    .slider_items .slick-dots li button:before {
        display: none;
    }

    .slider_items .slick-prev,
    .slider_items .slick-next {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 2;
        top: 50%;
        width: 2.7778rem; /* 40px */
        height: 2.7778rem; /* 40px */
        margin-top: -2.2917rem; /* -33px */
    }

    .slider_items .slick-prev:after,
    .slider_items .slick-next:after,
    .slider_items .slick-prev:before,
    .slider_items .slick-next:before {
        display: none;
    }


    .slider_items .slick-prev {
        left: 4.1667rem; /* 60px */
        /*background: url('/static/css/../img/slider_arrow.svg') no-repeat 0 0;*/
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: margin 0.3s ease;
        -moz-transition: margin 0.3s ease;
        -ms-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
    }

    .slider_items .slick-next {
        right: 4.1667rem; /* 60px */
        /*background: url('/static/css/../img/slider_arrow.svg') no-repeat right 0;*/
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: margin 0.3s ease;
        -moz-transition: margin 0.3s ease;
        -ms-transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        transition: margin 0.3s ease;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slider_items .slick-prev:hover {
        /*margin-left: -5px;*/
    }

    .slider_items .slick-next:hover {
        /*margin-right: -5px;*/
    }

    .slider_items .item_inner {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        text-decoration: none !important;
        overflow: hidden;
    }

    .slider_items .slick-slide > div {
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        /*padding-left: 5px;*/
        /*padding-right: 5px;*/
    }


    .slider_items .img {
        width: 100%;
        height: 20.8333rem; /* 300px */
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider_items .item img {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        width: 100%;
    }

    .slider_items .slick-slide {
        padding: 0;
        font-size: 0;
    }






    .slider_reviews {
        margin: 0 -0.6944rem; /* -10px */
    }

    .slider_reviews .slick-list {
        padding-left: 6.25rem; /* 90px */
    }

    .slider_reviews .slick-slide {
        transform: translate(-80px, 0);
    }

    .slider_reviews .slick-slide > div {
        padding-left: 0.3472rem; /* 5px */
        padding-right: 0.3472rem; /* 5px */
    }

    .slider_reviews .slick-slide .item {

    }

    .slider_reviews .item_inner {
        background: #FFFFFF;
        border-radius: 0.6944rem; /* 10px */
        padding: 4.0278rem 3.4028rem 3.5417rem 3.4028rem; /* 58px 49px 51px 49px */
    }

    .slider_reviews .item img {
        width: 100%;
        height: auto;
        margin-bottom: 2.5694rem; /* 37px */
        filter: drop-shadow(0px 16px 30px rgba(54, 54, 54, 0.04));
        -webkit-box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
        -moz-box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
        box-shadow: 0rem 1.1111rem 2.0833rem /* 0px 16px 30px */ rgba(54, 54, 54, 0.04);
    }

    .slider_reviews .item .more_line {
        font-weight: 600;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.1806rem; /* 17px */
        text-align: center;
        color: rgba(54, 54, 54, 1);
        opacity: 0.4; filter:alpha(opacity=40); -moz-opacity: 0.4;
    }

    .slider_reviews .item .more_line:after {
        border-color: rgba(54, 54, 54, 1);
    }



    .contscts_map {
        width: 100%;
        height: 25rem; /* 360px */
        border-radius: 0.6944rem; /* 10px */
        margin: 3.6806rem 0 2.0833rem 0; /* 53px 30px */
        background-color: #343332;
    }

    #map {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .cont-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.3889rem; /* -20px */
        flex-grow: 1;
    }

    .cont-list > ul {
        margin: 0;
        list-style: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 2.6389rem 0 0.6944rem 0; /* 38px 10px */
        border-bottom: 0.0694rem /* 1px */ solid rgba(0, 0, 0, 0.1);
    }

    .cont-list > ul:first-child {
        padding-top: 0;
    }

    .cont-list > ul > li {
        flex-grow: 1;
        flex-basis: 50%;
        padding-left: 1.3889rem; /* 20px */
        padding-right: 1.3889rem; /* 20px */
        padding-bottom: 2.0833rem; /* 30px */
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.4;
        color: #363636;
    }

    .cont-list .small > li,
    .cont-list .small {
        font-size: 0.9722rem; /* 14px */
    }

    .cont-list > ul:last-child {
        border-bottom: none;
    }

    .cont-list > ul:last-child,
    .cont-list > ul:last-child > li:last-child {
        padding-bottom: 0;
    }

    .cont-list .title {
        width: 100%;
        font-weight: bold;
        font-size: 0.6944rem; /* 10px */
        line-height: 2.4;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(54, 54, 54, 0.5);
        margin-bottom: 0.5556rem; /* 8px */
    }

    .cont-list a {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        text-decoration-line: none !important;
        color: #205396;
        border-bottom: 0.0694rem /* 1px */ rgba(32, 83, 150, 1) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .cont-list a:hover {
        border-color: rgba(32, 83, 150, 0);
    }

    .ul_list_1 {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 -1.0417rem; /* -15px */
    }

    .ul_list_1 > li {
        margin: 3.3333rem 0 0 0; /* 48px */
        padding: 0 1.0417rem 0 1.0417rem; /* 15px 15px */
        flex-basis: 50%;
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: rgba(54, 54, 54, 0.6);
        display: flex;
        align-items: flex-start;
    }

    .ul_list_1 > li .ico {
        min-width: 2.0833rem; /* 30px */
        width: 2.0833rem; /* 30px */
        height: 2.0833rem; /* 30px */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1.0417rem; /* 15px */
    }

    .ul_list_1 > li .ico .ico_color {
        color: #363636;
    }

    .country_list {
        display: block;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        column-count: auto;
        column-width: 13.8889rem; /* 200px */
        column-fill: balance;
        column-gap: 1.3889rem; /* 20px */

        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 2.86;
        color: #363636;
    }

    .country_list > li {
        white-space: nowrap;
    }

    .country_list .ico {
        width: 1.9444rem; /* 28px */
        height: 1.3889rem; /* 20px */
        margin-right: 1.1111rem; /* 16px */
    }

    .ico_lg_1 { background-image: url('/static/css/../img/lg_1.svg'); }
    .ico_lg_2 { background-image: url('/static/css/../img/lg_2.svg'); }
    .ico_lg_3 { background-image: url('/static/css/../img/lg_3.svg'); }
    .ico_lg_4 { background-image: url('/static/css/../img/lg_4.svg'); }
    .ico_lg_5 { background-image: url('/static/css/../img/lg_5.svg'); }
    .ico_lg_6 { background-image: url('/static/css/../img/lg_6.svg'); }
    .ico_lg_7 { background-image: url('/static/css/../img/lg_7.svg'); }
    .ico_lg_8 { background-image: url('/static/css/../img/lg_8.svg'); }
    .ico_lg_9 { background-image: url('/static/css/../img/lg_9.svg'); }
    .ico_lg_10 { background-image: url('/static/css/../img/lg_10.svg'); }
    .ico_lg_11 { background-image: url('/static/css/../img/lg_11.svg'); }
    .ico_lg_12 { background-image: url('/static/css/../img/lg_12.svg'); }
    .ico_lg_13 { background-image: url('/static/css/../img/lg_13.svg'); }
    .ico_lg_14 { background-image: url('/static/css/../img/lg_14.svg'); }
    .ico_lg_15 { background-image: url('/static/css/../img/lg_15.svg'); }
    .ico_lg_16 { background-image: url('/static/css/../img/lg_16.svg'); }
    .ico_lg_17 { background-image: url('/static/css/../img/lg_17.svg'); }
    .ico_lg_18 { background-image: url('/static/css/../img/lg_18.svg'); }
    .ico_lg_19 { background-image: url('/static/css/../img/lg_19.svg'); }
    .ico_lg_20 { background-image: url('/static/css/../img/lg_20.svg'); }
    .ico_lg_21 { background-image: url('/static/css/../img/lg_21.svg'); }
    .ico_lg_22 { background-image: url('/static/css/../img/lg_22.svg'); }
    .ico_lg_23 { background-image: url('/static/css/../img/lg_23.svg'); }
    .ico_lg_24 { background-image: url('/static/css/../img/lg_24.svg'); }
    .ico_lg_25 { background-image: url('/static/css/../img/lg_25.svg'); }
    .ico_lg_26 { background-image: url('/static/css/../img/lg_26.svg'); }
    .ico_lg_27 { background-image: url('/static/css/../img/lg_27.svg'); }
    .ico_lg_28 { background-image: url('/static/css/../img/lg_28.svg'); }
    .ico_lg_29 { background-image: url('/static/css/../img/lg_29.svg'); }


    .card_inn_direction {

    }

    .direction_list {
        display: block;
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        column-count: 2;
        column-width: 13.8889rem; /* 200px */
        column-gap: 1.3889rem; /* 20px */
        /*overflow: hidden;*/
        /*height: 300px;*/
    }

    .direction_list li {
        margin-bottom: 0;
        min-width: 15.2778rem; /* 220px */
    }

    .direction_list li a {
        text-decoration: none !important;
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 2.86;
        color: #363636;
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
        -webkit-transition: border-bottom-color 0.3s ease;
        -moz-transition: border-bottom-color 0.3s ease;
        -ms-transition: border-bottom-color 0.3s ease;
        -o-transition: border-bottom-color 0.3s ease;
        transition: border-bottom-color 0.3s ease;
    }
    .direction_list li a:hover {
        border-bottom-color: rgba(54, 54, 54, 0);
    }
    .direction_list .addr_line .it:after {
        background-image: url('/static/css/../img/arrow_5_b.svg');
    }

    .dorection_more_lnk {
        padding-top: 3.5417rem; /* 51px */
        padding-bottom: 3.5417rem; /* 51px */
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-decoration: none !important;
    }

    .dorection_more_lnk:hover {
        color: #363636;
    }

    .dorection_more_lnk > span {
        margin-right: 1.3889rem; /* 20px */
    }

    .dorection_more_lnk .ico {
        width: 2.3611rem; /* 34px */
        min-width: 2.3611rem; /* 34px */
        height: 2.3611rem; /* 34px */
        background: #E30613;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .dorection_more_lnk .ico_color {
        color: #FFFFFF;
    }

    .direct_detail {

    }

    .doc_list_one {
        margin-top: 0;
    }

    .doc_list_one .item {
        width: 100%;
        margin-top: 0;
    }

    .direct_calc_rg_note {
        line-height: 1.71;
        color: #363636;
        display: block;
        padding: 3.4722rem; /* 50px */
    }

    .direct_calc_rg_note strong {
        font-weight: 600;
    }

    .direct_calc_rg_note .email {
        margin-top: 1.5278rem; /* 22px */
    }

    .direct_calc_rg_note .email a {
        border-bottom: 0.0694rem /* 1px */ rgba(32, 83, 150, 1) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .direct_calc_rg_note .email a:hover {
        border-color: rgba(32, 83, 150, 0);
    }

    .direct_calc_rg_note .ico {
        display: block;
        margin-bottom: 1.5278rem; /* 22px */
    }

    .direct_calc_rg_note .ico_color {
        color: #E30613;
    }

    .direct_detail .card_inn_calc {
        padding-top: 3.6806rem; /* 53px */
        padding-bottom: 4.5139rem; /* 65px */
    }

    .direct_detail .card_inn_calc .btn_send {
        margin-top: 1.3889rem; /* 20px */
    }

    .ul_list_1.col_one {
        margin: 0;
    }

    .ul_list_1.col_one > li {
        flex-basis: auto;
        padding: 0;
        margin: 0 0 2.0833rem 0; /* 30px */
    }

    .ul_list_1.col_one > li:last-child {
        margin-bottom: 0;
    }

    .ul_list_1.ico_white > li .ico {
        background: #FFFFFF;
    }

    .direct_detail .title_h2 {
        line-height: 1.58;
    }

    .direct_detail .b_text_lf {
        padding-right: 3.125rem; /* 45px */
    }
    .direct_detail .text,
    .direct_detail .b_text_lf .text {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.88;
        color: rgba(54, 54, 54, 0.6);
    }

    .direct_detail .col_rz:after {
        content: '';
        display: block;
        position: absolute;
        right: 4.1667rem; /* 60px */
        top: 0;
        bottom: 0;
        width: 0.0694rem; /* 1px */
        border-right: 0.0694rem /* 1px */ rgba(0, 0, 0, 0.1) solid;
    }

    .direct_detail .b_text_rg {
        padding-left: 3.125rem; /* 45px */
    }

    .f_services_list.icon_no > li a {
        padding-left: 3.4722rem; /* 50px */
    }




    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
        outline: none !important;
    }

    .bootstrap-select .dropdown-toggle {
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0.2);
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.5);
        padding: 1.25rem 2.0833rem 1.25rem 2.0833rem; /* 18px 30px 18px 30px */
    }

    .form_def .b_select_wrap.no_bord .bootstrap-select .dropdown-toggle {
        border: 0.0694rem /* 1px */ solid rgba(54, 54, 54, 0);
    }

    .bootstrap-select .dropdown-toggle.disabled {
        background: #fff;
    }

    .bootstrap-select>.dropdown-toggle.bs-placeholder,
    .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
    .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
        color: rgba(54, 54, 54, 0.5);
    }


    .bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
    .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
    .bootstrap-select.show>.btn-light.dropdown-toggle {
        border-color: #363636;
        color: rgba(54, 54, 54, 1);
    }

    .bootstrap-select .dropdown-menu {
        margin: -0.0694rem 0 0 0; /* -1px */
        padding: 0;
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.5);
        border-radius: 0;
        border: 0.0694rem /* 1px */ solid #363636;
    }

    .bootstrap-select .dropdown-menu li a {
        position: relative;
        padding: 1.25rem 2.0833rem; /* 18px 30px */
        border-bottom: 0.0694rem /* 1px */ solid #363636;
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.5);
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .bootstrap-select>.dropdown-toggle,
    .bootstrap-select .dropdown-menu .dropdown-item {
        white-space: normal;
    }

    .bootstrap-select .dropdown-menu li:last-child a {
        border-bottom: none;
    }

    .bootstrap-select .dropdown-menu li a.active,
    .bootstrap-select .dropdown-menu li a:active,
    .bootstrap-select .dropdown-menu li a:hover {
        color: rgba(54, 54, 54, 1);
        background: none;
    }

    .bootstrap-select .dropdown-menu li a.active:before,
    .bootstrap-select .dropdown-menu li a:active:before {
        content: '';
        display: block;
        position: absolute;
        left: 0.9028rem; /* 13px */
        width: 0.6944rem; /* 10px */
        height: 0.5556rem; /* 8px */
        top: 50%;
        margin-top: -0.2778rem; /* -4px */
        background: url('/static/css/../img/check_1_sel.svg') no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .bootstrap-select>.dropdown-toggle:before,
    .bootstrap-select>.dropdown-toggle:after {
        position: absolute;
        right: 1.4583rem; /* 21px */
        top: 50%;
        margin-top: -0.2778rem; /* -4px */
        content: '';
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        width: 0.3472rem; /* 5px */
        height: 0.5556rem; /* 8px */
        border: none;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-image: url('/static/css/../img/arrow_1.svg');
    }

    .bootstrap-select>.dropdown-toggle:after {
        margin-top: -0.625rem; /* -9px */
        transform: rotate(-90deg);
    }

    .bootstrap-select>.dropdown-toggle:before {
        margin-top: 0.0694rem; /* 1px */
        transform: rotate(90deg);
    }

    .ymaps-2-1-79-search__suggest.ymaps-2-1-79-search__suggest {
        border: 0.0694rem /* 1px */ solid #363636;
    }

    .inp_suggest_wrap {
        position: relative;
    }

    .inp_suggest_wrap > ymaps {
        top: -0.0694rem /* -1px */ !important;
        /*left: -1px !important;*/
    }

    .ymaps-2-1-79-search__suggest {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .ymaps-2-1-79-suggest-item {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.6667rem; /* 24px */
        color: rgba(54, 54, 54, 0.5);
        padding: 1.25rem 2.0833rem; /* 18px 30px */
        border-bottom: 0.0694rem /* 1px */ solid #363636;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .ymaps-2-1-79-suggest-item:hover {
        color: rgba(54, 54, 54, 1);
    }
    .ymaps-2-1-79-suggest-item ymaps {
        background: none;
    }

    .ymaps-2-1-79-suggest-item:last-child {
        border-bottom: none;
    }



    .ui-widget.ui-widget-content {
        border: none;
        border-radius: 2.0833rem; /* 30px */
        background: #EDEDED;
        margin-top: -0.2083rem; /* -3px */
    }

    .ui-slider-horizontal {
        height: 0.2083rem; /* 3px */
    }

    .ui-widget-header {
        background: #E30613;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: none;
        background: #FFFFFF;
        box-shadow: 0rem 0.2083rem 0.6944rem /* 0px 3px 10px */ rgba(0, 0, 0, 0.12);
        width: 1.3889rem; /* 20px */
        height: 1.3889rem; /* 20px */
        top: 50%;
        margin-top: -0.6944rem; /* -10px */
        margin-left: -0.6944rem; /* -10px */
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        outline: none;
    }

    .ui-slider-handle:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        width: 0.5556rem; /* 8px */
        height: 0.5556rem; /* 8px */
        margin-top: -0.2778rem; /* -4px */
        margin-left: -0.2778rem; /* -4px */
        background: #E30613;
    }


    /***********************************/


    .modal {
        display: none;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        background: rgba(0,0,0,0.6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
        zoom: 1;
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        overflow: auto;
        z-index: 500;
    }

    .modal-open {
        overflow: hidden
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-clip: padding-box;
        outline: 0
    }

    .modal .modal-content {
        position: relative;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    }

    .modal-backdrop {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #000;
        z-index: 490;
    }

    .modal-backdrop.fade {
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    .modal-body {
        position: relative;
        padding: 6.25rem 1.3889rem 6.9444rem 1.3889rem; /* 90px 20px 100px 20px */
    }

    .modal-footer {
        padding: 1.0417rem; /* 15px */
        text-align: right;
        border-top: 0.0694rem /* 1px */ solid #e5e5e5
    }

    .modal-scrollbar-measure {
        position: absolute;
        top: -694.375rem; /* -9999px */
        width: 3.4722rem; /* 50px */
        height: 3.4722rem; /* 50px */
        overflow: scroll
    }

    .modal .closew {
        position: absolute;
        right: 2.0833rem; /* 30px */
        top: 2.0833rem; /* 30px */
        z-index: 10;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .modal .closew .ico_color {
        color: #363636;
    }

    .modal .closew:hover {
        opacity: 0.7; filter:alpha(opacity=70); -moz-opacity: 0.7;
    }

    .modal_header {
        float: left;
        clear: both;
        width: 100%;
        margin: 0 0 3.6111rem 0; /* 52px */
        padding: 0;
    }

    .modal_inn {
        clear: both;
        width: 100%;
        max-width: 31.9444rem; /* 460px */
        padding: 0 0 0 0;
        margin: 0 auto;
        font-size: 0.9722rem; /* 14px */
        font-weight: normal;
        color: #333333;
        line-height: 1.3;
    }

    .modal .modal-dialog {
        width: 100% !important;
    }

    .modal .textarea.form-control {
        min-height: 11.0417rem; /* 159px */
    }

    label.file__input__label {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 2.7778rem; /* 40px */
        padding-left: 2.2222rem; /* 32px */
        cursor: pointer;
        background: url("/static/css/../img/clip_1.svg") no-repeat center left
    }

    label.file__input__label input {
        display: none !important
    }

    label.file__input__label span {
        font-weight: 500;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.21;
        color: #363636;
        text-transform: none;
        letter-spacing: normal;
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) dashed;
        -webkit-transition: border-bottom-color 0.3s ease;
        -moz-transition: border-bottom-color 0.3s ease;
        -ms-transition: border-bottom-color 0.3s ease;
        -o-transition: border-bottom-color 0.3s ease;
        transition: border-bottom-color 0.3s ease;
    }

    .file__input__label:hover span {
        border-bottom-color: rgba(54, 54, 54, 0);
    }


    .modal_resume .modal-dialog {
        max-width: 41.6667rem /* 600px */ !important;
    }
    .modal_resume .modal_inn {
        max-width: 27.0833rem; /* 390px */
    }

    .modal_ok .modal-dialog {
        max-width: 35.5556rem /* 512px */ !important;
    }

    .modal_ok .modal_header {
        text-align: center;
        margin-bottom: 1.5972rem; /* 23px */
    }

    .modal_ok .modal-body {
        padding: 6.875rem 3.0556rem 6.5278rem 3.0556rem; /* 99px 44px 94px 44px */
    }

    .modal_ok .modal_inn {
        font-weight: 500;
        font-size: 1.1111rem; /* 16px */
        line-height: 1.5;
        color: rgba(54, 54, 54, 0.7);
        text-align: center;
    }

    .modal_ok .descr {
        margin: 0 auto;
        width: 100%;
        max-width: 19.4444rem; /* 280px */
    }

    .modal .ico_ok {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 2.8472rem /* 41px */ auto;
        width: 6.9444rem; /* 100px */
        height: 6.9444rem; /* 100px */
        background: #5EA239;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .modal .ico_ok .ico_color {
        color: #fff;
    }

    .header-menu-top .accordion .card-body ul .nav-link .ico {
        margin-right: 1.0417rem; /* 15px */
        display: none;
    }
    .header-menu-top .accordion .card-body ul .nav-link .ico_color {
        color: #C3C3C3;
    }

    .footer-menu-accord .card-body ul .nav-link .ico {
        display: none;
    }

    .footer-menu-accord .collapse {
        margin-bottom: 3.4722rem;
    }
    .b_select_point .bs-searchbox .form-control {
        padding: 0.9722rem 1.5278rem; /* 14px 22px */
    }

}
/* End */


/* Start:/static/css/media_oth.css?17824682827726*/

@media screen and (min-width: 768px) {

    .header-phones .dropdown-menu {
        position: relative !important;
        top: auto;
        left: auto;
        min-width: 0;
        display: flex;
        margin: 0;
        padding: 0;
        border: none;
        background: none;
    }
    .header-phones .dropdown-toggle {
        display: none;
    }
    .header-phones .dropdown-menu .dropdown-item {
        padding: 0.9722rem 0 0 0; /* 14px */
        margin: 0 2.2917rem 0 0; /* 33px */
    }
    .header-phones .dropdown-menu .dropdown-item:last-child {
        margin-right: 0;
    }


    .navbar-header-dark .header-phones .dropdown-menu .dropdown-item {
        color: #fff;
    }
    .navbar-header-dark .header-phones .dropdown-menu .dropdown-item > span > span {
        color: rgba(255, 255, 255, 0.5);
    }

    .navbar-header-dark .header-phones .dropdown-menu .dropdown-item a {
        color: #fff !important;
    }

    /***/



}

@media screen and (min-width: 768px) {

    /***/
    .header-menu-top .accordion {
        display: flex;
        flex-wrap: wrap;
        min-height: 100%;
    }

    .header-menu-top .accordion .card {
        flex-grow: 1;
        border: none;
        background: none;
    }

    .header-menu-top .accordion .card:first-child {
        flex-basis: 35%;
    }

    .header-menu-top .accordion .card-header {
        width: 100%;
        border: none;
        background: none;
        padding: 0 0 2.2222rem 0; /* 32px */
    }

    .header-menu-top .accordion .card-header .btn-link {
        box-shadow: none;
        font-weight: 600;
        font-size: 2.0833rem; /* 30px */
        line-height: 1.5;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #363636;
        text-decoration: none !important;
        padding: 0;
    }

    .header-menu-top .accordion .collapsing,
    .header-menu-top .accordion .collapse {
        display: block !important;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        height: auto !important;
    }

    .header-menu-top .accordion .card-body {
        padding: 0;
    }

    .header-menu-top .accordion .card-body ul {
        list-style: none;
        padding: 0 2.7778rem 0 0; /* 40px */
        margin: 0;
    }

    .header-menu-top .accordion .card-body ul .nav-link {
        font-size: 0.9722rem; /* 14px */
        line-height: 1.3;
        color: #363636;
        padding: 1.1111rem 0; /* 16px */
        text-decoration: none !important;
    }

    .header-menu-top .accordion .card-body ul .nav-link > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }

    .header-menu-top .accordion .card-body ul .nav-link:hover > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }


}

@media screen and (min-width: 768px) {
    .mob_show {
        display: none !important;
    }
    .slider_reviews {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.0417rem; /* -15px */
        margin-right: -1.0417rem; /* -15px */
    }
    .slider_reviews .item {
        width: 50%;
        padding-left: 1.0417rem; /* 15px */
        padding-right: 1.0417rem; /* 15px */
        margin-bottom: 2.0833rem; /* 30px */
    }
    .slider_items .item_inner {
        height: 100%;
        align-content: space-between;
    }

    /***/

    .footer-menu-accord {
        display: flex;
        flex-wrap: wrap;
        min-height: 100%;
        margin-left: -1.3889rem; /* -20px */
        margin-right: -1.3889rem; /* -20px */
        padding-bottom: 3.4722rem; /* 50px */
    }

    .footer-menu-accord .card {
        flex-grow: 1;
        border: none;
        background: none;
        padding-left: 1.3889rem; /* 20px */
        padding-right: 1.3889rem; /* 20px */
    }

    .footer-menu-accord .card:first-child {
        flex-basis: 38%;
    }

    .footer-menu-accord .card-header {
        width: 100%;
        border: none;
        background: none;
        padding: 0 0 1.1111rem 0; /* 16px */
    }

    .footer-menu-accord .card-header .btn-link {
        box-shadow: none;
        text-decoration: none !important;
        padding: 0;

        font-weight: 600;
        font-size: 0.8333rem; /* 12px */
        line-height: 1.75;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #363636;
    }

    .footer-menu-accord .collapsing,
    .footer-menu-accord .collapse {
        display: block !important;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        height: auto !important;
    }

    .footer-menu-accord .card-body {
        padding: 0;
    }

    .footer-menu-accord .card-body ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-menu-accord .card-body ul .nav-item {
        padding: 0.7639rem 0; /* 11px */
    }
    .footer-menu-accord .card-body ul .nav-link {
        display: inline;
        padding: 0;
        text-decoration: none !important;
        font-size: 0.9722rem; /* 14px */
        line-height: 1.2;
        color: #363636;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .footer-menu-accord .card-body ul .nav-link > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 0) solid;
        -webkit-transition: border-color 0.3s ease;
        -moz-transition: border-color 0.3s ease;
        -ms-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
        line-height: 1.2;
    }

    .footer-menu-accord .card-body ul .nav-link:hover > span {
        border-bottom: 0.0694rem /* 1px */ rgba(54, 54, 54, 1) solid;
    }

    /***/

    .profitable_price .nav-tabs {
        display: none;
    }
    .profitable_price .tab-content>.tab-pane {
        display: block;
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
        margin-bottom: 3.6111rem; /* 52px */
    }
    .profitable_price .tab-content>.tab-pane:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .navbar-header-dark .header-phones .dropdown-menu .dropdown-item .ico .ico_ps {
        stroke: #363636;
    }
    .header-phones .dropdown-menu .dropdown-item .ico .ico_color {
        color: #363636;
    }
    .header-menu-top {
        padding-right: 40px;
        padding-left: 40px;
    }
    .header-menu-top .accordion .card-header .btn-link {
        font-size: 24px;
    }
    .header-menu-top .accordion .card-body ul {
        padding-right: 20px;
    }
    .footer-menu-accord .card:first-child,
    .footer-menu-accord .card {
        flex-basis: 33%;
    }

}

@media screen and (max-width: 767px) {
    /*
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
    */
    .navbar-header {
        padding-left: 15px;
    }
    .header-phones-wrap {
        margin-right: 0;
    }

}
/* End */


/* Start:/static/css/media.css?178246828233544*/


@media screen and (max-width: 767px) {
    .bx_is_auth.menu_top_show .header-menu-top {
        top: 98px;
    }
    .form-row,
    .form_def .form-row,
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .is_mob {
        display: block;
    }
    .mob_hide {
        display: none !important;
    }
    body {
        padding-right: 0;
        min-width: 320px;
        padding-bottom: 64px;
    }
    .container, .container-fluid,
    .container-lg, .container-md,
    .container-sm, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-header-dark {
        right: 0;
    }
    .menu_right_fix {
        height: 64px;
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .menu_right_fix_inner {
        min-height: 0;
        padding-top: 0;
        justify-content: center;
    }
    .menu_right_fix .m-link {
        min-width: 0;
        width: 64px;
        height: 64px;
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-top: none !important;
        border-bottom: none !important;
    }
    .menu_right_fix .m-link .ico_wr {
        padding-top: 1px;
    }
    .menu_right_fix .m-link:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu_right_fix .m-link .title,
    .menu_right_fix .navbar-toggle {
        display: none;
    }
    .menu_right_fix .m-link .ico .ico_color {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-nav-menu {
        display: none;
    }
    .nav-tabs-pg-left-wrap {
        display: none;
    }
    .mob_bc_white {
        background-color: #fff !important;
    }
    .nav-tabs-pg-right {
        max-width: none;
        padding: 0;
        font-size: 12px;
        line-height: 1.25;
    }
    .nav-tabs-pg-right>.tab-pane {
        position: relative;
        padding-bottom: 37px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-tabs-pg-right>.tab-pane.mob_bc_white:after {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 1px;
        content: '';
        display: block;
        height: 1px;
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
    }
    .slider_reviews .item_inner {
        padding: 24px 21px;
    }
    .footer-bottom,
    .footer-menu-cols {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-bottom li,
    .footer-menu-cols > li {
        flex-basis: 100%;
    }
    .f_services_list {
        margin: 0 -10px;
    }

    .profitable_price .bg_2,
    .profitable_price .bg_3 {
        display: none;
    }
    .profitable_price .inner {
        padding: 32px 0 48px 0;
    }
    .company_numb_list {
        min-width: 0;
    }
    .header-menu-top {
        right: 0;
        top: 65px;
        bottom: 63px;
        padding: 0 10px;
    }
    .navbar-header {
        min-height: 64px;
    }
    .navbar-header .navbar-toggle,
    .menu_right_fix .navbar-toggle,
    .navbar-nav-icons .ico,
    .header-phones .dropdown-toggle {
        height: 64px;
    }
    .navbar-nav-icons .ico svg,
    .navbar-nav-icons .ico .ico_color {
        width: 16px !important;
        height: 16px !important;
    }
    .header-phones .dropdown-toggle.ico svg,
    .header-phones .dropdown-toggle.ico .ico_color {
        width: 11px !important;
        height: 16px !important;
    }
    .header-phones .dropdown-toggle,
    .navbar-nav-icons .ico {
        padding-left: 0;
        padding-right: 25px;
    }
    .navbar-nav-icons {
        margin-right: 0;
    }
    .navbar-nav-lang {
        min-width: 0;
    }
    .logo-one {
        font-size: 15px;
        line-height: 1.3;
        height: auto;
    }
    .logo-one .ico {
        width: 25px;
        height: 22px;
        margin-right: 11px;
    }
    .logo-one .ico svg, .logo-one .ico .ico_color {
        width: 25px !important;
        height: 22px !important;
    }
    .menu_top_show .navbar-header {
        position: fixed;
        top: 0;
        background: #fff;
        border-bottom: 1px solid #D7D7D7;
    }
    .menu_top_show .navbar-header-dark .navbar-brand,
    .menu_top_show .logo-one .ico .ico_color {
        color: #363636 !important;
    }
    .menu_top_show .navbar-nav-icons,
    .menu_top_show .header-phones-wrap {
        display: none;
    }
    .menu_top_show .navbar-header .navbar-toggle {
        background-color: transparent !important;
    }
    .header-menu-top .accordion>.card {
        border: none;
        border-radius: 0;
        background: none;
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
    }
    .header-menu-top .accordion>.card>.card-header {
        background: none;
        margin-bottom: 0;
        padding: 0;
        border-bottom: none;
    }
    .header-menu-top .accordion .card-header .btn-link {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.43;
        color: #363636;
        padding: 30px 60px 30px 0;
        display: block;
        text-align: left;
        outline: none !important;
        box-shadow: none !important;
        position: relative;
    }
    .header-menu-top .accordion .card-body {
        padding: 0 7px;
    }
    .header-menu-top .accordion .card-body ul {
        padding: 0 0 20px 0;
        margin: 0;
        list-style: none;
    }
    .header-menu-top .accordion .card-body ul .nav-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.7;
        color: rgba(54, 54, 54, 0.7);
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .header-menu-top .accordion .card-body ul .nav-link .ico {
        display: inline-block;
    }

    .header-menu-top .accordion .card-header .btn-link:after {
        content: '';
        display: block;
        width: 7px;
        height: 12px;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -6px;
        background-repeat: no-repeat;
        background-position: 0 center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url('/static/css/../img/arrow_6_2.svg');
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transform: rotate(-90deg);
    }

    .header-menu-top .accordion .card-header .btn-link.collapsed:after {
        transform: rotate(90deg);
    }
    .menu_top_show .navbar-header .navbar-toggle .txt {
        opacity: 1; filter:alpha(opacity=100); -moz-opacity: 1;
        visibility: visible;
    }
    .menu_top_show .navbar-header .navbar-toggle .icon-bar {
        background: rgba(54, 54, 54, 0.4);
    }
    .footer-menu-accord .card:first-child,
    .footer-menu-accord .card {
        flex-basis: auto;
        border: none;
    }
    .footer-menu-accord .card {
        background: #FFFFFF;
        overflow: hidden;
        margin-bottom: 10px;
        border-radius: 10px !important;
    }
    .footer-menu-accord .collapse {
        margin-bottom: 0;
    }
    .footer-menu-accord.accordion>.card:not(:last-of-type) {
        border-radius: 10px !important;
    }
    .footer-menu-accord>.card>.card-header {
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
    .footer-menu-accord>.card>.card-header .btn-link {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.43;
        color: #363636;
        padding: 24px 20px;
        outline: none !important;
        box-shadow: none !important;
        position: relative;
        display: block;
        text-align: left;
    }
    .footer-menu-accord .card-body {
        padding: 0 20px;
    }
    .footer-menu-accord .card-body ul {
        padding: 0 0 20px 0;
        margin: 0;
        list-style: none;
    }
    .footer-menu-accord .card-body ul .nav-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.7;
        color: rgba(54, 54, 54, 0.7);
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .footer-menu-accord .card-body ul .nav-link .ico {
        display: inline-block;
        margin-right: 15px;
    }
    .footer-menu-accord .card-body ul .nav-link .ico_color {
        color: #C3C3C3;
    }
    footer .phones-soc-mob {
        padding: 34px 0;
    }
    .footer-bottom {
        padding: 24px 0 36px 0;
        text-align: center;
    }
    .footer-bottom li {
        flex-basis: 100%;
        padding: 0;
    }
    footer .logo-one {
        margin: 0;
    }
    .footer-bottom li:first-child {
        order: 1;
        margin: 0 0 16px 0;
    }
    .footer-bottom li:last-child {
        order: 2;
    }

    .section_title_mob,
    .section_title {
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        border-bottom: 2px solid #363636;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .section_title_mob,
    .section_title {
        padding-top: 33px;
        padding-bottom: 3px;
    }
    .title_h1 {
        font-size: 16px;
        font-weight: bold;
    }
    .title_h1 h1,
    .title_h1 h2 {
        font-size: 16px;
        font-weight: bold;
    }
    .first_banner .title_h1 {
        margin-bottom: 17px;
    }
    .first_banner .intro {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 44px;
    }
    .first_banner > .container-fluid {
        padding-top: 39px;
        padding-bottom: 48px;
    }
    .fb_menu > li a {
        font-size: 14px;
        line-height: 1.4;
        border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
    }
    .fb_menu > li a:hover {
        border-bottom-color: rgba(255, 255, 255, 0);
    }
    .first_banner .bg {
        opacity: 0.4; filter:alpha(opacity=40); -moz-opacity: 0.4;
    }
    .trusted_list {
        padding: 20px 0;
    }
    .trusted_list > li {
        flex-basis: 33%;
        min-width: 100px;
        text-align: center;
    }
    .first_trusted {
        padding: 7px 0 40px 0;
    }
    .profitable_price {

    }
    .profitable_price .inner {
        background: #4A4A4A;
        padding-right: 10px;
        padding-left: 10px;
    }
    .profitable_price .bg_1 {
        width: 874px;
        height: 494px;
        transform: rotate(7.8deg);
        left: 5%;
        bottom: auto;
        top: 20%;
    }
    .profitable_price > .container-fluid {
        padding: 0;
    }
    .profitable_price .title_h1 {
        margin-bottom: 18px;
    }
    .profitable_price .nav-tabs {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: -10px;
        margin-right: -10px;
    }
    .profitable_price .nav-tabs .nav-link {
        background: none;
        border: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.21;
        color: rgba(255, 255, 255, 0.4);
        padding: 11px 17px;
    }
    .profitable_price .nav-tabs .nav-link.active {
        border-bottom: 2px solid #FFFFFF;
        color: #FFFFFF;
    }
    .profitable_price .tab-content>.tab-pane {
        padding-top: 35px;
    }
    .profitable_price .tab-content .sub_title {
        display: none;
    }
    .pp_rasp {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .pp_rasp > .time {
        width: 100%;
        margin-bottom: 8px;
    }
    .pp_rasp > li {
        line-height: 1.4;
    }
    .pp_rasp > li:nth-child(3) {
        width: 100%;
    }
    .pp_rasp > li .ico {
        top: -1px;
    }
    .pp_rasp > li:after {
        margin-top: -4px;
    }
    .profitable_price .tab-content>.tab-pane:nth-child(2) .pp_rasp > li {
        width: auto !important;
    }
    .profitable_price .tab-content>.tab-pane:nth-child(2) .pp_rasp_bottom {
        max-width: none;
    }
    .pp_rasp_email {
        opacity: 0.7;
        margin-top: 14px;
    }
    .pp_rasp_email a {
        border-bottom-color: rgba(255, 255, 255, 1);
    }
    .pp_rasp_email a:hover {
        border-bottom-color: rgba(255, 255, 255, 0);
    }
    .section_title .link {
        display: none;
    }
    .company_numb {
        padding-top: 7px;
    }
    .company_numb .company_auto_text{
        margin-top: 15px;
    width: 100%;
}
    .company_numb .inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .company_numb_list {
        flex-basis: 100%;
        padding: 15px 0;
    }
    .company_numb_list > li {
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.4;
    }
    .company_numb_list > li .title_h1 {
        margin-bottom: 7px;
    }
    .company_numb .img {
        position: relative;
    }
    .company_numb .img .m_link {
        position: absolute;
        left: 50%;
        bottom: 32px;
        transform: translate(-50%, 0);
        font-weight: 500;
        font-size: 14px;
        line-height: 1.7;
        color: #FFFFFF;
        border: none;
        margin-right: 51px;
    }
    .company_numb .img .m_link .ico {
        right: -51px;
    }
    .company_numb .img .m_link .ico .ico_color {
        color: #FFFFFF !important;
    }
    .f_services_list {
        margin: 0;
        padding: 10px 0 0 0;
    }
    .f_services_list > li {
        flex-basis: 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
        min-width: 0;
    }
    .f_services_list > li a {
        padding: 20px 21px;
        height: auto;
    }
    .f_services_list > li a .ico_rg {
        display: none;
    }
    .f_services_list > li a .ico {
        margin-right: 16px;
    }
    .f_services_list > li a .link {
        flex-basis: 190px;
    }
    .f_services_list > li a .link > span {

    }
    .nav-tabs-pg-right .f_services_list > li a {
        box-shadow: none;
    }
    .inform {
        padding-bottom: 20px;
    }
    .inform .info_accordion {
        margin-top: 20px;
    }
    .info_accordion .card {
        margin-bottom: 10px;
    }
    .info_accordion .card-header .btn {
        padding: 25px 60px 25px 20px;
        font-size: 14px;
        line-height: 1.4;
    }
    .info_accordion .card-header .btn:after {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        right: 20px;
    }
    .info_accordion .card-body {
        padding: 0 20px 25px 20px;
    }
    .hr_line_footer {
        margin-bottom: 40px;
    }
    .bread_cr_wrap {
        overflow-y: hidden;
        overflow-x: auto;
        padding: 10px 0;
    }
    .breadcr {
        flex-wrap: nowrap;
    }
    .breadcr > li a {
        white-space: nowrap;
    }
    .breadcr > li {
        margin-right: 22px;
        white-space: nowrap;
    }
    .breadcr > li:last-child {
        padding-right: 10px;
    }
    .breadcr > li:after {
        right: -17px;
    }
    .breadcr > li,
    .breadcr > li a {
        font-size: 12px;
        line-height: 1.67;
    }
    .calculation_price {
        background: none;
        padding: 0;
    }
    .calculation_price_wrap {
        padding-right: 0;
        margin: 0;
        padding-bottom: 40px;
    }
    .calculation_price_wrap .title_h1 {
        margin-bottom: 20px;
        padding-top: 19px;
    }
    .calculation_price_wrap .inner {
        max-width: none;
    }
    .form_def.mob_bord .form-control.no_bord {
        border: 1px solid rgba(54, 54, 54, 0.2);
    }
    .form_def.mob_bord .form-control:focus {
        border: 1px solid rgba(54, 54, 54, 1);
    }
    .form_def label {
        margin-bottom: 9px;
    }
    .form_def .form-group {
        margin-bottom: 20px;
    }
    .form_def .form-control {
        font-size: 14px;
        line-height: 1.71;
    }
    .calculation_price_wrap form > .btn {
        margin-top: 18px;
        color: #FFFFFF;
        background: #E30613;
    }
    .calculation_price_wrap form > .btn:focus,
    .calculation_price_wrap form > .btn:hover {
        color: #FFFFFF;
        background: #BC000B;
    }
    footer {
        padding-top: 40px;
    }
    .calculation_price_res_wrap {
        max-width: none;
        flex-basis: auto;
        padding-bottom: 39px;
    }
    .calculation_price_res_wrap:before {
        display: none;
    }
    .calculation_price_res {
        border-radius: 0;
        padding: 0;
    }
    .calculation_price_res .pice_line .title_h1 {
        border: none;
        padding: 0;
    }
    .calculation_price_res .pice_line {
        margin-top: 18px;
        margin-bottom: 15px;
    }
    .calculation_price_res .distance {
        font-size: 14px;
        line-height: 1.7;
    }
    .calculation_price_res .distance .ico {
        margin-right: 9px;
        top: auto;
    }
    .calculation_price_res .distance .ico .ico_color,
    .calculation_price_res .distance .ico svg {
        width: 19px !important;
        height: 12px !important;
    }
    .addr_line {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 29px;
    }
    .calculation_price_res .descr_line {
        padding: 13px 0;
        font-size: 12px;
    }
    .calculation_price_res .price_form {
        margin-top: 28px;
    }
    .title_h2 {
        font-size: 18px;
        line-height: 1.23;
    }
    .calculation_price_res .price_form .title_h2 {
        margin-bottom: 15px;
    }
    span.req, .form_def label .req {
        top: 1px;
    }
    span.req {
        line-height: 1.5;
    }
    .calculation_price_res .price_form .btn {
        margin-top: 10px;
    }

    section.s_tracking {
        padding-top: 0;
    }
    .s_tracking .section_title {
        padding-top: 19px;
        margin-bottom: 18px;
    }
    section.s_search {
        padding-top: 12px;
        padding-bottom: 7px;
    }
    .inp_search .ico_color {
        color: rgba(54, 54, 54, 1);
    }
    .search_count_text {
        margin-top: 0;
    }
    .s_search .f_services_list {
        padding-top: 20px;
    }
    .nav-tabs-pg-wrap {
        border-bottom: none;
    }

    .nav-tabs-pg-right .section_title:first-child {
        padding-top: 19px;
        margin-bottom: 20px;
    }
    .card_inn, .card_inn_2 {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: none;
        margin-bottom: 0;
    }
    .inp_price .ico {
        font-size: 14px;
        margin-top: -10px;
        line-height: 1.45;
    }
    .form_peyment_wrap .btn {
        margin-top: 10px;
    }
    .form_peyment_descr {
        font-size: 12px;
        line-height: 1.25;
        display: flex;
    }
    .form_peyment_descr span.req {
        margin-right: 4px;
    }
    .doc_list {
        margin-top: 0;
    }
    .doc_list .item {
        width: 100%;
        margin-top: 10px;
        padding: 20px;
        line-height: 1.25;
        font-size: 12px;
    }
    .doc_list .doc_rg {
        padding-left: 17px;
    }
    .doc_list .doc_rg .title {
        margin-bottom: 10px;
    }
    .doc_list .doc_rg .download {
        width: auto;
        margin-left: auto;
    }
    .doc_list .doc_ext {
        min-width: 72px;
        width: 72px;
        height: 72px;
        font-size: 14px;
    }
    .doc_list .doc_rg .download .ico {
        margin-left: 7px;
    }
    .doc_list .doc_rg .download .ico svg,
    .doc_list .doc_rg .download .ico .ico_color {
        width: 14px !important;
        height: 13px !important;
    }
    .tab-pane-quest .info_accordion {
        padding-bottom: 30px;
    }
    .nav-tabs-pg-right .form_help_wrap {
        margin-top: 34px;
    }
    .nav-tabs-pg-right .form_help_wrap.mob_bc_white {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
    }
    .tab-pane-quest .form_help_wrap {
        margin-top: 0;
        padding-top: 34px;
    }
    .form_help_wrap .title_h2 {
        margin-bottom: 20px;
    }
    .tab-pane-quest .form_def .btn {
        margin-top: 10px;
    }
    .cargo_list {
        margin-top: -10px;
    }
    .cargo_list .item {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
    }
    .cargo_list .item .inner {
        padding: 30px;
    }
    .cargo_list .item .more:after {
        margin-top: 0;
    }
    .section_back {
        margin-top: 0;
    }
    .section_sub {
        padding-top: 21px;
    }
    .section_back + .section_title {
        padding-top: 15px;
        margin-bottom: 17px !important;
    }
    .text_mob_1 {
        font-size: 14px;
        line-height: 1.71;
    }
    .cargo_cat_det .form_comment {
        margin-top: -14px;
        margin-bottom: 23px;
    }
    .cargo_cat_det .form_def .btn {
        margin-top: 10px;
    }
    .carousel_tp_one {
        margin-bottom: 17px;
    }
    .carousel_tp_one .carousel-item {
        padding-bottom: 70.9%;
    }
    .carousel_tp_one .carousel-indicators {
        margin-bottom: -17px;
    }
    .carousel_tp_one .carousel-indicators li {
        background: rgba(54, 54, 54, 0.2);
        margin-right: 5px;
        margin-left: 5px;
    }
    .carousel_tp_one .carousel-indicators .active {
        background: #363636;
    }
    .carousel_tp_one .carousel-control-next-icon,
    .carousel_tp_one .carousel-control-prev-icon {
        display: none;
    }
    .mmt_0 {
        margin-top: 0 !important;
    }
    .mmt_10 {
        margin-top: 10px !important;
    }
    .mmt_20 {
        margin-top: 20px !important;
    }
    .mmt_36 {
        margin-top: 36px !important;
    }
    .mmt_40 {
        margin-top: 40px !important;
    }
    .mmb_10 {
        margin-bottom: 10px !important;
    }
    .mmb_20 {
        margin-bottom: 20px !important;
    }
    .mmb_30 {
        margin-bottom: 30px !important;
    }
    .mmb_40 {
        margin-bottom: 40px !important;
    }
    .mmb_0 {
        margin-bottom: 0px !important;
    }
    .mpt_0 {
        padding-top: 0 !important;
    }
    .mpt_40 {
        padding-top: 40px !important;
    }
    .mpb_0 {
        padding-bottom: 0px !important;
    }
    .tab_pane_about .company_numb_list > li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tab_pane_about .company_numb_list {
        margin-bottom: 0;
    }
    .nav-tabs-pg-right .mob_bc_white .f_services_list > li a {
        background: #F8F8F9;
    }
    .nav-tabs-pg-right .mob_bc_white .f_services_list.icon_type_2 > li a .ico {
        background-color: #fff;
    }
    .news_list .item {
        padding: 25px 21px;
        border-radius: 10px;
        background: #FFFFFF;
        box-shadow: 0 16px 30px rgba(54, 54, 54, 0.04);
        margin-bottom: 10px;
        font-size: 14px;
    }
    .news_list .item_bg {
        background: #0A4087 url(/static/css/../img/bg_1_m.png) no-repeat right top;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 80px;
    }
    .news_list .item .date {
        margin-bottom: 10px;
    }
    .news_list .item_bg .descr {
        margin-top: 10px;
    }
    .news_list .item_bg .descr, .news_list .item_bg > span {
        width: 100%;
    }
    .news_list .item .title {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .pagination {
        margin-top: 16px;
        /*justify-content: space-between;*/
    }
    .vacancy_anketa {
        background: #FFFFFF url(/static/css/../img/img_11_m.png) no-repeat right 5vw bottom -17vw;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        box-shadow: 0 16px 30px rgb(54 54 54 / 4%);
        border-radius: 10px;
        padding: 24px 20px 60vw 20px;
    }
    .vacancy_anketa .title_h2 {
        margin-bottom: 11px;
    }
    .vacancy_anketa .inner {
        font-size: 14px;
        line-height: 1.7;
    }
    .vacancy_anketa .btn {
        margin-top: 24px;
        max-width: none;
    }
    .vacancy-detail {
        background-color: #fff;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 37px;
    }
    .vacancy-list {
        padding-bottom: 37px;
    }
    .tab-pane-vacancy {
        padding-bottom: 0 !important;
    }
    .title_h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.21;
        margin-bottom: 7px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .title_h3 h2 {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.21;
    }
    .vacancy-detail ul {
        margin-bottom: 15px;
    }
    .vacancy-detail ul > li {
        font-size: 14px;
        line-height: 1.21;
        padding-left: 16px;
    }
    .vacancy-detail ul > li:before {
        width: 3px;
        height: 3px;
        margin-top: -1px;
    }
    .vacancy-detail .btn {
        max-width: none;
    }
    .slider_reviews .item img {
        margin-bottom: 20px;
    }
    .form_def textarea.form-control {
        min-height: 155px;
    }
    .contscts_map {
        margin-top: 23px;
        height: 300px;
        margin-bottom: 0;
    }
    .card_inn_contscts {
        margin-top: 60px;
    }
    .card_inn_contscts .title_h3 {
        padding-bottom: 7px;
        margin-bottom: 21px;
        border-bottom: 1px solid rgba(54, 54, 54, 0.1);
    }
    .cont-list {
        margin: 0;
    }
    .cont-list > ul {
        padding: 0;
        border: none;
    }
    .cont-list > ul > li {
        flex-basis: 100%;
        padding: 0 0 28px 0;
        font-size: 14px;
        line-height: 1.2;
    }
    .cont-list .title {
        margin-bottom: 0;
    }
    .footer-menu-accord>.card>.card-header .btn-link:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
        background-repeat: no-repeat;
        background-position: 0 center;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url('/static/css/../img/tire_1.svg');
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    .footer-menu-accord>.card>.card-header .btn-link.collapsed:after {
        background-image: url('/static/css/../img/plus_1.svg');
    }
    .footer-menu-accord>.card>.card-header .btn-link:before {
        content: '';
        display: block;
        background-image: url('/static/css/../img/plus_1.svg');
        position: absolute;
        width: 1px;
        height: 1px;
        left: -5000em;
    }
    .modal_calc .modal-dialog,
    .modal_resume .modal-dialog {
        margin: 65px auto 0 auto !important;
    }
    .modal_ok .modal-dialog {
        margin: 10px !important;
        width: auto !important;
    }
    .modal_calc .modal-content,
    .modal_resume .modal-content {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }
    .menu_right_fix {
        -webkit-transition: bottom 0.2s ease;
        -moz-transition: bottom 0.2s ease;
        -ms-transition: bottom 0.2s ease;
        -o-transition: bottom 0.2s ease;
        transition: bottom 0.2s ease;
    }
    .modal-open .menu_right_fix {
        bottom: -65px;
    }
    .modal_ok .modal-body,
    .modal-body {
        padding: 45px 10px;
    }
    .modal_header {
        text-align: center;
        margin-bottom: 27px;
    }
    .modal .closew {
        right: 20px;
        top: 15px;
    }
    .direct_detail .card_inn_calc {
        background: none !important;
        padding-top: 0;
        padding-bottom: 40px;
    }
    .doc_list_one .item {
        margin-top: 0;
    }
    .direct_detail .title_h2 {
        line-height: 1.23;
    }
    .direct_detail .text,
    .direct_detail .b_text_lf .text {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 25px;
        margin-bottom: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ul_list_1 {
        margin: 0;
    }
    .ul_list_1 > li {
        line-height: 1.4;
        flex-basis: 100%;
        padding: 0;
        align-items: center;
        margin-top: 0;
    }
    .ul_list_1 > li .ico {
        align-self: flex-start;
    }
    .ul_list_1 > li,
    .ul_list_1.col_one > li {
        margin-bottom: 20px;
    }
    .f_services_list.icon_no > li a {
        padding: 28px 20px 28px 30px;
    }
    .f_services_list.icon_no > li a .ico_rg {
        display: inline-block;
    }
    .f_services_list.icon_no > li a .ico_rg .ico_color {
        color: transparent;
    }
    .doc_list_mob_grey .item {
        background: #F8F8F9;
        box-shadow: none;
    }
    .addr_line {
        text-align: left;
    }
    .dorection_more_lnk {
        background: #F8F8F9;
        border-radius: 10px;
        padding: 18px 20px;
    }

    .modal_calc .modal-dialog {
        max-width: 47.2222rem; /* 680px */
    }
    .modal_calc .modal-body {
        padding-left: 1.3889rem; /* 20px */
        padding-right: 1.3889rem; /* 20px */
    }

    .modal_calc .modal_inn {
        max-width: 33.6111rem; /* 484px */
    }
    .modal_calc .calculation_price_res {
        border-radius: 0;
        padding: 0;
    }
    .modal_calc .reload_lnk {
        margin-top: 1.6667rem; /* 24px */
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 100% !important;
    }

    .form_def.mob_bord .b_select_wrap.no_bord .bootstrap-select .dropdown-toggle {
        border: 1px solid rgba(54, 54, 54, 0.2);
    }

    .form_def.mob_bord .checkb_butt_1 {
        border: 1px solid rgba(54, 54, 54, 0.2);
        border-radius: 5px;
    }

    .nav_sub_ul {
        padding: 10px 0 20px 40px !important;
        display: none;
    }
    .nav-link-handler.open ~ .nav_sub_ul {
        display: block;
    }
    .nav-link-handler {
        position: relative;
    }
    .nav-link-handler .nav_sub_show > span:last-child {
        display: none;
        margin-top: -3px;
    }
    .nav-link-handler.open .nav_sub_show > span:last-child {
        display: block;
    }
    .nav-link-handler.open .nav_sub_show > span:first-child {
        display: none;
    }

    .nav_sub_show {
        display: block;
        position: absolute;
        right: -10px;
        top: 23px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-top: -17px;
        color: rgba(54, 54, 54, 0.5);
        padding: 5px 10px;
    }
    .header-menu-top .nav_sub_show {
        right: -4px;
    }
    .accordion .card-body ul.nav_sub_ul .nav-link {
        font-size: 12px;
        padding: 5px 0;
    }
    .accordion .card-body ul .nav-link.nav-link-handler {
        padding-right: 20px;
    }
    .carousel_tp_one .carousel-item video {
        width: auto;
        height: 100%;
        min-width: 95vw;
    }
}


/* End */
/* /static/css/slick.css?17824682811776 */
/* /static/css/slick-theme.css?17824682813150 */
/* /static/css/bootstrap-select.min.css?178246828211832 */
/* /static/js/fancybox-master/dist/jquery.fancybox.min.css?178246697813841 */
/* /static/css/main.css?1786439735138377 */
/* /static/css/adapt_mob.css?1782468281119340 */
/* /static/css/media_oth.css?17824682827726 */
/* /static/css/media.css?178246828233544 */
