

/* Start:/local/templates/taVostok/css/normalize.css?16348929426164*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  word-break: break-word;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


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


/* Start:/local/templates/taVostok/css/main.css?1747982379117060*/
/*Добавленные*/

img {
    opacity: 1;
    transition: opacity 0.3s;
}
img[data-src] {
    opacity: 0;
}

.productCard__footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.productCard__footer li {
    flex: 1;
    cursor: pointer;
    padding-left: 12px;
    margin-left: 3px;
    min-width: 193px;
    max-width: 19%;
}


.fancyWrp {
    width: 400px;
    max-width: 90%;
    padding: 20px;
}
.fancyWrp .phoneBack__title{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
}
.fancyWrp .agreement{
    margin: 20px;
}   
.fancyWrp input[type=text] {
    margin: 15px auto;
    outline: none;
}
.fancyWrp .button{
    margin: 0 auto;
    display: block;
}
/*боковой дисклеймер*/



.disclaimer {
    position: fixed;
    z-index: 999;
}

.disclaimer__open{
    position: absolute;
    top: 0;
    left: -180px;
    background-color: #2b4c88;
    width: 150px;
    height: 30px;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border: 1px solid #2b4c88;
    transform-origin: right top;
}
.disclaimer__open:hover{
    cursor: pointer;
    color: #2b4c88;
    background-color: #fff;
}




.disclaimer li::marker {
    color: #2b4c88;
    font-size: 28px;
    font-weight: bold;
}
.disclaimer li {
    text-align: left;
    padding-left: 2px;
}
.disctext {
    background-color: #eef5fc;
    border: 2px solid #555959;
    position: fixed;
    width: 300px;
    top: 25%;
    right: -300px;
    padding: 20px;
    transition: .5s;
    text-align: center;
    z-index: 10;
}
.disctext .label_chbx{
    display: none;
}

.disctext.active{
    right: 0;
}
.disctext.active .disclaimer__open{
    display: none;
}
.disctext.active .label_chbx{
    display: flex;
}

.label_chbx {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 35%;
    border: 3px solid #555959;
    transition: 1.5s;
    transition-timing-function: step-start;
    left: -25px;
    top: -25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b4c88;
    font-weight: bold;
    cursor: pointer;
}

.label_chbx:before {
    transform: rotate(30deg);
}
.label_chbx:before {
    transform: rotate(-30deg);
}
.disclaimer_overlay.hidden {
    display: none;
}
.disclaimer_overlay {
    width: auto;
    height: auto;
    display: block;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: url(/overlay.png);
    z-index: 2;
}
#disclaimer_form {
    position: fixed;
    background-color: white;
    z-index: 999;
    width: auto;
    max-width: 700px;
    padding: 42px;
    transition: .5s;
}
.flex_wrapper {
    display: flex;
    justify-content: center;
}
#disclaimer_close_btn {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b4c88;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
}
#disclaimer_close_btn:after {
    content: "\1F7AA";
    font-size: 42px;
}
.label_chbx:after {
    content: "\1F7AA";
    font-size: 42px;
}
#disclaimer_form .agreement {
    margin: 10px 0 0 0;
}
#disclaimer_form .phoneBack__title {
    margin: 0 0 35px 0;
}
@media (max-width: 800px) {
    .disclaimer {
        display: none;
    }
}
/*@media (max-height: 800px) {
    .disclaimer {
        display: none;
    }
}*/

/*боковой дисклеймер*/
.container.container_fixed {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}
.afterlink {
    display: block;
    margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
    .with_sidebar__wrapper.detailed_menu {
        flex-direction: column;
    }
}
@media(min-width:1200px) {
    /*.container.container_fixed .textImaged__textBloc{
max-width: 63%;
padding: 0 20px;
width: fit-content;
}*/
    
    .textImaged__imageBlock.container_fixed {
        line-height: 0;
    }
    
    .textImaged__imageBlock.container_fixed img {
        height: 50%;
    }
}
.sidebar:before {
    content: "";
    background-image: url(/upload/images/menu_top.png);
    height: 100px;
    background-size: cover;
    display: block;
    background-position: top;
}
.sidebar:after {
    content: "";
    background-image: url(/upload/images/menu_bot.png);
    height: 100px;
    background-size: cover;
    display: block;
    background-position: bottom;
}
.sidebar nav {
    border: 2px solid #eef5fc;
}
.OfferSlider__worker .OfferSlider__slideWrap:nth-child(n+2) {
    display: none;
}
.footerSlider__worker .footerSlider__slideWrap:nth-child(n+2) {
    display: none;
}
.flex_container {
    display: flex;
}
.products-main-cats {
    margin: 80px 0 70px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.products-main-cat {
    flex: 0 0 calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    height: 260px;
    background: #F9F9F9;
    text-decoration: none;
    color: #2B4C88;
    transition: all 0.3s;
}
.products-main-cat:hover {
    color: #fff;
    background: #2B4C88;
    text-decoration: none;
}
.products-main-cat__img {
    flex: 0 0 217px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.products-main-cat__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.products-main-cat__title {
    flex-grow: 1;
    padding-left: 30px;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}
.flex_container .offerLink {
    max-width: 25%;
}
.offerLink__image img {
    max-width: 90%;
    max-height: 90%;
}
.div_for_tables {
    overflow: auto;
    display: flex;
    text-align: center;
    flex-direction: column;
}
.div_for_tables table {
    border-collapse: collapse;
    border: 1px solid grey;
    margin-bottom: 20px;
    margin-top: 20px;
}
.div_for_tables th {
    border: 1px solid grey;
}
.div_for_tables td {
    border: 1px solid grey;
}
@media screen and (max-width: 1000px) {
    .with_sidebar__wrapper {
        flex-direction: column-reverse;
    }
    
    .with_sidebar__wrapper .sidebar {
        margin: 0;
        width: 100%;
    }
    
    .with_sidebar__wrapper .sidebar .sideMenu {
        display: flex;
        overflow: auto;
        flex-direction: column;
    }
    
    .with_sidebar__wrapper .with_sidebar {
        width: 100%;
    }
    
    .with_sidebar__wrapper .sidebar .sideMenu>li {
        border: 1px solid #7a8495;
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: space-between;
        overflow: auto;
    }
    
    .sideMenu_submenu {
        min-width: 69%;
    }
}

/*Добавленные*/
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Gotham';
    src: url('/local/templates/taVostok/css/../fonts/Gotham/Gotham-Medium.woff2') format('woff2'),
    url('/local/templates/taVostok/css/../fonts/Gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    min-width: 320px;
    color: #7a8495;
    font-family: "GothamPro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}
h1,
.h1 {
    font-family: "GothamPro", serif;
    color: #2b4c88;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 48px;
    margin: 62px 0;
}
h2,
.h2 {
    font-family: "GothamPro", serif;
    color: #2b4c88;
    font-weight: 400;
    text-transform: uppercase;
    /*font-size: 32px;*/
    font-size: 24px;
    line-height: 1.3;
    margin: 28px 0;
}
article h2 {
    font-size: 24px;
}
p {
    margin: 26px 0 25px;
}
ul {
    margin: 25px 0;
    list-style-type: none;
    padding: 0;
}
li {
    background: url("/local/templates/taVostok/css/../images/icons/list_marker.png") no-repeat left 10px;
    padding-left: 20px;
}
a {
    color: #2b4c88;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
[type="text"],
[type="password"],
[type="tel"],
[type="search"],
[type="email"],
.textField {
    display: block;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #2b4c88;
    padding-bottom: 7px;
}
[type="text"]:invalid,
[type="password"]:invalid,
[type="tel"]:invalid,
[type="search"]:invalid,
[type="email"]:invalid,
.textField:invalid {
    outline: none;
    border-bottom: 1px solid #d23719;
}

/*добавленные при seo стили*/
.menuBlock__submenu li {
    background: none;
    padding: 0;
}
.menuBlock li {
    background: none;
    padding: 0;
    display: block;
}
h3.menuBlock__link,
p.menuBlock__link {
    margin-top: 0;
    font-weight: bold;
    font-size: 36px;
}
ul.menuBlock {
    margin: 0;
}
.hidden {
    display: none;
}
.pseudo-hidden {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1000;
    max-width: 100vw;
}
.menuBlock_pictured ul {
    margin: 0;
}
@media (max-width: 576px) {
    h3.menuBlock__link,
    p.menuBlock__link {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
}

/*добавленные при seo стили*/
.button {
    display: inline-block;
    text-align: center;
    min-width: 240px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 0 10px;
    line-height: 60px;
    font-family: "GothamPro", serif;
    color: #fff;
    background: #2b4c88;
    border: 1px solid #2b4c88;
}
.button:hover {
    cursor: pointer;
    color: #2b4c88;
    background: transparent;
    text-decoration: none;
}
.button_alt {
    color: #2b4c88;
    background: #fff;
    border: 1px solid #fff;
}
.button_alt:hover {
    cursor: pointer;
    color: #fff;
    background: #2b4c88;
    text-decoration: none;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.container--wide {
    width: 100%;
    max-width: 1400px;
}
.container--middle {
    width: 100%;
    max-width: 1280px;
}
.pageTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.pageHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eef5fc;
    position: relative;
}
.menuButton {
    height: 137px;
    width: 154px;
    background: url("/local/templates/taVostok/css/../images/icons/burger.png") no-repeat center #2b4c88;
    border: 1px solid #2b4c88;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    z-index: 10;
}
.menuButton.active {
    background: url("/local/templates/taVostok/css/../images/icons/close.png") no-repeat center #2b4c88;
}
.menuButton:hover {
    cursor: pointer;
    opacity: .8;
}
.pageHeader__wide {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 50px;
}
.logo {
    /*padding-left: 70px;*/
    /*background: url("/local/templates/taVostok/css/../images/logo2.png") no-repeat left center;*/
    
    min-height: 65px;
    padding-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 350px;
}
.logo:hover {
    text-decoration: none;
}
.logo__name {
    font-family: "GothamPro", serif;
    font-size: 30px;
    line-height: 1;
    color: #2b4c88;
    display: block;
}
.logo__Slogan {
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #7a8495;
    text-align: center;
}
.pageHeader__slogan {
    font-size: 14px;
    line-height: 18px;
    max-width: 250px;
    margin: 0 15px;
}
.pageHeader__partner {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 150px;
}
.pageheader__block {
    border: none;
    border-left: 1px solid #eef5fc;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pageheader__block:hover {
    cursor: pointer;
    background-color: #2b4c88;
}
.pageheader__block:hover .pageheader__block__label {
    color: white;
}
.pageheader__block__label {
    display: block;
    text-align: center;
    color: #2b4c88;
    margin-top: 110px;
}
.pageheader__block_contacts {
    background-image: url(/local/templates/taVostok/css/../images/icons/contacts_blue_m.png);
}
.pageheader__block_contacts:hover {
    background-image: url(/local/templates/taVostok/css/../images/icons/contacts_white_m.png);
}
.pageheader__block_search {
    background-image: url(/local/templates/taVostok/css/../images/icons/magnific_blue.png);
}
.pageheader__block_user {
    background-image: url(/local/templates/taVostok/css/../images/icons/user.svg);
    background-size: 55px;
}
.pageheader__block_user:hover{
    background-image: url(/local/templates/taVostok/css/../images/icons/user-white.svg);
}
.pageheader__block_search:hover {
    background-image: url(/local/templates/taVostok/css/../images/icons/magnific_white.png);

}
.pageheader__block_vk {
    background-image: url(/local/templates/taVostok/css/../images/icons/vk_blue.png);
}
.pageheader__block_vk:hover {
    background-image: url(/local/templates/taVostok/css/../images/icons/vk_white.png);
}
.pageheader__block_fb {
    background-image: url(/local/templates/taVostok/css/../images/icons/fb_blue.png);
}
.pageheader__block_fb:hover {
    background-image: url(/local/templates/taVostok/css/../images/icons/fb_white.png);
}
.pageheader__block_instagram {
    background-image: url(/local/templates/taVostok/css/../images/icons/instagram_blue.png);
}
.pageheader__block_instagram:hover {
    background-image: url(/local/templates/taVostok/css/../images/icons/instagram_white.png);
}
.pageheader__block_world {
    background-image: url(/local/templates/taVostok/css/../images/icons/world.png);
    position: relative;
}
.pageheader__block_world:hover {
    background-color: transparent;
}
.pageheader__block_world:hover .pageheader__block__label {
    color: #2b4c88;
}
.pageheader__block_world:hover .languageList {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
.languageList {
    position: absolute;
    width: 100%;
    min-width: 150px;
    background-color: #2b4c88;
    top: 100%;
    left: 0;
    padding: 10px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.languageList__link {
    display: block;
    color: #fff;
}
.search {
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search.show {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}
.search__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 137px;
}
.search__find {
    width: 150px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border: 1px solid #2b4c88;
    background: url("/local/templates/taVostok/css/../images/icons/magnific_blue.png") no-repeat center;
}
.search__find:hover {
    background: url("/local/templates/taVostok/css/../images/icons/magnific_white.png") no-repeat center #2b4c88;
    cursor: pointer;
}
.search__close {
    width: 150px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border: 1px solid #2b4c88;
    background: url("/local/templates/taVostok/css/../images/icons/close.png") no-repeat center #2b4c88;
}
.search__close:hover {
    opacity: .8;
    cursor: pointer;
}
.search__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 25px;
    outline: none;
}
.mainMenu {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    z-index: 9;
    width: 100%;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.mainMenu.show {
    transform: translateX(0);
    height: auto;
}
.menuBlock {
    flex: none;
    width: 25%;
    background: #2b4c88;
    padding: 198px 20px 160px 69px;
    border-right: 1px solid #fff;
}
.menuBlock .button_alt {
    margin-top: 55px;
}
.menuBlock_pictured {
    background: url("/local/templates/taVostok/css/../images/menuBack.jpg");
    background-size: cover;
}
.menuBlock_alternative {
    background: #fff;
}
.menuBlock_alternative .menuBlock__link {
    color: #2b4c88;
}
.menuBlock_alternative .menuBlock__submenuLink {
    color: #2b4c88;
}
.menuBlock_alternative .button {
    margin-top: 70px;
}
.menuBlock__link {
    font-family: "GothamPro", serif;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 54px;
}
.menuBlock__submenu {
    margin-top: 54px;
}
.menuBlock__submenuLink {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
    max-width: 280px;
    font-weight: 400;
}
.mainMenu__contacts {
    margin-top: 138px;
}
.mainMenu__contacts a {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.slick-arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: transparent;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-arrow:hover {
    background-color: #2b4c88;
    cursor: pointer;
}
.slick-prev {
    background-image: url(/local/templates/taVostok/css/../images/icons/leftArrow.png);
}
.slick-next {
    background-image: url(/local/templates/taVostok/css/../images/icons/rightArrow.png);
}
.productionMenuSlider__control .slick-arrow:hover {
    background-color: #fff;
    opacity: .7;
    cursor: pointer;
}
.productionMenuSlider__control .slick-prev {
    background-image: url(/local/templates/taVostok/css/../images/icons/leftArrowB.png);
}
.productionMenuSlider__control .slick-next {
    background-image: url(/local/templates/taVostok/css/../images/icons/rightArrowB.png);
}
.productionMenuSlider__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
    min-width: 120%;
}
.container.productionMenuSlider__title_fix {
    display: flex;
    justify-content: center;
}
.productionMenuSlider {
    margin-top: 102px;
    margin-bottom: 80px;
}
.productionMenuSlider__worker {
    width: -webkit-calc((100vw - 1170px)/2 + 1170px);
    width: calc((100vw - 1170px)/2 + 1170px);
    margin: auto;
    margin-top: 90px;
    display: flex;
}
.productionMenuSlider__slide {
    border: 1px solid #eef5fc;
    display: block;
    padding: 50px 10px 15px;
    position: relative;
}
.productionMenuSlider__slide:hover {
    color: #fff;
    text-decoration: none;
}
.productionMenuSlider__slide:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2b4c88;
    z-index: 3;
    opacity: 0.8;
}
.productionMenuSlider__image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 42px;
    height: 300px;
}
.productionMenuSlider__image img {
    max-width: 100%;
}
.productionMenuSlider__text {
    font-size: 24px;
    font-family: "GothamPro", serif;
    position: relative;
    z-index: 5;
    display: block;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 10px;
    height: 64px;
    overflow: hidden;
}
.sliderF4__image {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
}
.sliderF4__slide {
    border: 1px solid #eef5fc;
    padding: 60px 20px 85px;
    text-align: center;
    color: #2b4c88;
    text-transform: uppercase;
    font-family: "GothamPro", serif;
    font-size: 24px;
}
.sliderF4__text {
    height: 105px;
    /*overflow: hidden;*/
}
.sliderF4.aboutPage {
    margin-top: 90px;
}
.sliderF4.aboutPage .sliderF4__slide {
    padding: 100px 20px 45px;
}
.sliderF4.aboutPage .sliderF4__image {
    height: 250px;
}
.sliderF4__worker {
    position: relative;
}
.sliderF4__worker .slick-arrow:hover {
    background-color: #fff;
    opacity: .7;
    cursor: pointer;
}
.sliderF4__worker .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(/local/templates/taVostok/css/../images/icons/leftArrowB.png);
}
.sliderF4__worker .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-image: url(/local/templates/taVostok/css/../images/icons/rightArrowB.png);
}
.bigSlider__worker .slick-arrow:hover {
    background-color: #2b4c88;
    opacity: .7;
    cursor: pointer;
}
.bigSlider__worker .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(/local/templates/taVostok/css/../images/icons/leftArrow.png);
    z-index: 10;
}
.bigSlider__worker .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    background-image: url(/local/templates/taVostok/css/../images/icons/rightArrow.png);
}
.bigSlider__slide {
    position: relative;
    display: block;
    height: 485px;
}
.bigSlider__slide:hover .bigSlider__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bigSlider__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(43, 76, 136, 0.8);
    color: #fff;
    display: none;
    font-family: "GothamPro", serif;
    font-size: 24px;
}
.bigSlider__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bigSlider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.mainOffer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.mainOffer__Slider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    position: relative;
}
.OfferSlider__control {
    position: absolute;
    right: 52px;
    bottom: 62px;
}
.mainOffer__top {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.offerLink {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    border: 1px solid #eef5fc;
    padding: 60px 30px 25px;
}
.offerLink img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.offerLink:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.offerLink__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    margin: 0;
}
.offerLink__title {
    margin-top: 25px;
    margin-left: 5px;
    display: block;
    font-family: "GothamPro", serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.offerLink__title>span {
    font-size: 21px;
}
.OfferSlider,
.OfferSlider__worker,
.slick-list,
.slick-track,
.OfferSlider .slick-slide,
.OfferSlider .slick-slide div,
.OfferSlider__slideWrap {
    height: 100%;
}
.OfferSlider__slide {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    background-size: cover;
}
.OfferSlider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.OfferSlider__slide span {
    z-index: 1;
}
.OfferSlider__slideText {
    font-size: 60px;
    font-family: "GothamPro", serif;
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 550px;
    text-transform: uppercase;
    line-height: 1.2;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.textImaged {
    position: relative;
    padding: 40px 0 40px 0;
}
.textImaged_main {
    margin-top: 160px;
}
.textImaged__background {
    position: absolute;
    height: 100%;
    width: 470px;
    top: 0;
    left: 0;
    /*background-color: #eef5fc;*/
    
    z-index: -1;
}
.textImaged__imageBlock {
    position: absolute;
    height: 100%;
    width: -webkit-calc(380px + ((100vw - 1170px)/2));
    width: calc(380px + ((100vw - 1170px)/2));
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
    text-align: center;
}
.textImaged__imageBlock img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.textImaged__textBlock {
    width: 790px;
    padding-right: 35px;
}
.textImaged_about {
    margin-top: 45px;
    margin-bottom: 85px;
}

/*squareBoxes*/
.squareRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: flex-start; */
    /* -ms-flex-pack: start; */
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
.squareBox__title {
    display: block;
    font-size: 24px;
    font-family: "GothamPro", serif;
    line-height: 1.25;
    color: #2b4c88;
    text-transform: uppercase;
    max-width: 300px;
    margin: 50px auto 25px;
}
.squareBox__small {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
}
.accardeon__body {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    max-height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.accardeon__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.accardeon__Indicator {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background: url("/local/templates/taVostok/css/../images/icons/arrowDown.png") no-repeat center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.accardeon__item.active .accardeon__Indicator {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.accardeon__item.active .accardeon__body {
    display: block;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    max-height: none;
}
.contactsBottom {
    position: relative;
    padding: 70px 0 140px;
}
.contactsBottom__left {
    background: url("/local/templates/taVostok/css/../images/onfoBack.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.contactsBottom__right {
    background-color: #eef5fc;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.contactsBottom__title {
    color: #fff;
    margin-bottom: 160px;
}
.contactsBottom__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.contactsBottom__TextBlock {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-right: 80px;
}
.contactsBottom__TextBlock img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.contactFeedback {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-left: 80px;
}
.leftDecorText {
    position: relative;
    padding: 40px 0 70px;
    margin-bottom: 120px;
}
.leftDecorText:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 450px;
    z-index: -1;
    background-color: #eef5fc;
    content: "";
    display: block;
}
.rowLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rowLink__link {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    font-size: 18px;
    font-family: "GothamPro", serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 295px;
    padding: 25px;
    background-color: #eef5fc;
}
.rowLink__link_imaged {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.rowLink__link_image1 {
    background-image: url(/local/templates/taVostok/css/../images/serviceIm12.jpg);
}
.rowLink__link_image2 {
    background-image: url(/local/templates/taVostok/css/../images/serviceIm2.jpg);
}
.rowLink__link_image3 {
    background-image: url(/local/templates/taVostok/css/../images/serviceIm3.jpg);
}
.rowLink__link_image4 {
    background-image: url(/local/templates/taVostok/css/../images/serviceIm4.jpg);
}
.servicePage_margin {
    margin-top: 140px;
}
.file_link {
    display: block;
    margin-top: 45px;
    background: url("/local/templates/taVostok/css/../images/icons/file.png") no-repeat left center;
    min-height: 70px;
    padding: 20px 0 0 85px;
}
.pdf_wrap {
    display: flex;
    flex-wrap: wrap;
}
.pdf_wrap .file_link {
    max-width: 50%;
    min-width: 320px;
    margin: 0;
}
.inzgenPage .accardeon__item {
    border: 1px solid #eef5fc;
}
.inzgenPage .accardeon__item.active .accardeon__title {
    background-color: #eef5fc;
}
.inzgenPage .accardeon__item.active .accardeon__body {
    padding: 20px 30px;
}
.inzgenPage .accardeon__item.active .accardeon__body p {
    margin: 25px 0;
}
.inzgenPage .accardeon__title {
    padding: 20px 60px 20px 20px;
}
.inzgenPage .accardeon__title:hover {
    background-color: #eef5fc;
    cursor: pointer;
}
.inzgenPage .accardeon__body p {
    margin: 0;
}
.inzgenPage.accardeon {
    margin-bottom: 80px;
}
.imageDuet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.twoTextBlocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 80px;
}
.oneTextBlock {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
    padding: 50px 50px 150px;
    border: 1px solid #eef5fc;
}
.oneTextBlock_imageLeft {
    background: url("/local/templates/taVostok/css/../images/rightText.png") no-repeat left bottom;
}
.oneTextBlock_imageRight {
    background: url("/local/templates/taVostok/css/../images/leftText.png") no-repeat right bottom;
}
.oneTextBlock__title {
    color: #2b4c88;
    margin-bottom: 25px;
}
.partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 50px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.partners.full {
    max-height: none;
}
.partners.full .partnerLink:nth-child(n+7) {
    display: block;
}
.partnerLink {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: -webkit-calc(33.3% - 15px);
    width: calc(33.3% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #eef5fc;
    position: relative;
    padding: 40px 20px 20px;
    font-family: "GothamPro", serif;
    display: block;
}
.partnerLink:hover {
    color: #fff;
}
.partnerLink:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b4c88;
    opacity: .5;
    z-index: 2;
}
.partnerLink:nth-child(n+7) {
    display: none;
}
.partnerLink__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    overflow: hidden;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.showAllPartner {
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.partnerLink__text {
    position: relative;
    z-index: 5;
}
.scladPage__links {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.scladPage__link {
    display: block;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.phoneBack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.phoneBack__backImage {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    /*background: url("/local/templates/taVostok/css/../images/phoneback.jpg") no-repeat;*/
    background-size: cover;
    position: relative;
}
.phoneBack__form {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    padding-left: 60px;
    padding-right: 80px;
}
.phoneBack__textBlock {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    /*background: url("/local/templates/taVostok/css/../images/feedbackText.jpg") no-repeat center;*/
    background-size: cover;
    position: relative;
}
.phoneBack__textBlock img,
.phoneBack__backImage img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.phoneBack_padding {
    padding-top: 120px;
    padding-bottom: 150px;
}
.phoneBack__field {
    width: 100%;
    margin-bottom: 42px;
}
.phoneBack__title {
    margin-bottom: 35px;
}
.agreement {
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 85px;
}
.phoneBack__textWrap {
    width: 600px;
    padding-left: 87px;
    position: relative;
    z-index: 1;
}
.phoneBack__textWrap .phoneBack__image {
    display: block;
    max-width: 100%;
    margin-top: 40px;
}
.phoneBack__textWrap .phoneBack__image:hover {
    opacity: .9;
}
.phoneBack__textWrap img {
    display: block;
    max-width: 100%;
}
.phoneBack__textWrap .button {
    /*margin-top: 25px;*/
    margin-top: auto;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.categoryT1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-bottom: 125px;*/
    
    ;
}
.categoryT1_item {
    border: 1px solid #eef5fc;
    display: block;
    width: 370px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 50px 10px 15px;
    position: relative;
}
.categoryT1_item:hover {
    color: #fff;
    text-decoration: none;
}
.cat_fig:hover {
    color: #fff;
    text-decoration: none;
}
.categoryT1_item:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2b4c88;
    z-index: 3;
    opacity: 0.8;
}
.categoryT1_image {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 42px;
    height: 300px;
}
figure.categoryT1_image {
    flex-direction: column;
}
.categoryT1_image img {
    display: block;
    max-width: 100%;
    /*min-height: 100%;*/
    
    overflow: hidden;
}
.cat_fig figcaption {
    font-size: 24px;
    font-family: "GothamPro", serif;
    position: relative;
    z-index: 5;
    display: block;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 10px;
    /*height: 64px;*/
    
    overflow: hidden;
}
.cat_fig img {
    height: 200px;
}
.cat_fig {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.categoryT1_title {
    font-size: 24px;
    font-family: "GothamPro", serif;
    position: relative;
    z-index: 5;
    display: block;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 10px;
    /*height: 64px;*/
    
    text-align: center;
}
.categoryT2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 145px;
}
.categoryT2__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    border: 1px solid #eef5fc;
    text-align: center;
    padding: 60px 20px 35px;
}
.categoryT2__item:hover {
    background-color: rgba(43, 76, 136, 0.5);
    color: #fff;
}
.categoryT2__image {
    width: 100%;
    margin: 0 0 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}
.categoryT2__title {
    font-family: "GothamPro", serif;
    font-size: 18px;
    text-transform: uppercase;
}
.alphabet__title {
    margin-bottom: 115px;
}
.alphabet__letter {
    text-transform: uppercase;
    font-size: 36px;
    margin-right: 4px;
    font-family: "GothamPro", serif;
}
.alphabet__letter.active,
.alphabet__letter:hover {
    color: #2b4c88;
    cursor: pointer;
}
.alphabet__list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    max-height: 0;
    display: none;
}
.alphabet__list.active {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    max-height: none;
    margin-bottom: 40px;
}
.alphabet__link {
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.alphabet__container {
    margin-top: 60px;
}
.filter_hide.active {
    background-color: transparent;
    color: #2b4c88;
}
.productionPage_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.footerSlider {
    position: relative;
}
.footerSlide__control {
    position: absolute;
    right: 40px;
    bottom: 65px;
}
.footerSlide__control .slick-arrow {
    margin: 5px;
}
.footerContact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.squareBox {
    /*width: 25%;*/
    width: calc(100% / 4);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border: 1px solid #eef5fc;
    text-align: center;
    padding: 100px 15px 10px;
}
.squareBox_contactsManager {
    width: calc(100% / 5);
    padding: 50px 15px 50px;
}
.squareBox__image {
    margin-bottom: 45px;
}
.squareBox__text {
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto;
}
.squareBox_contactsManager .squareBox__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.squareBox__link {
    color: #7a8495;
    display: block;
}
.squareBox__link:hover {
    color: #2b4c88;
}
.squareBox_ManagerTitle {
    font-size: 18px;
    color: #004b8b;
    margin-bottom: 10px;
}
.footerSlider {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
}
.footerSlider__slide {
    position: relative;
}
.footerSlider__image {
    max-height: 425px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.footerSlider__image img {
    min-height: 100%;
    width: 100%;
}

/*
.footerSlider__worker,
.footerSlider__worker .slick-list,
.footerSlider__worker .slick-track,
.footerSlider__worker .slick-slide > div,
.footerSlider__slideWrap,
.footerSlider__slide {
height: 100%; }
*/
.footerSlider__text {
    font-size: 60px;
    color: #fff;
    font-family: "GothamPro", serif;
    position: absolute;
    text-transform: uppercase;
    bottom: 60px;
    line-height: 1.2;
    left: 70px;
    max-width: 550px;
}
.footerSlider__text a {
    color: #ffffff;
}
.footerNavigation {
    background-color: #2b4c88;
    padding: 46px 0 40px;
}
.footerNavigation__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footerAddresses {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
}
.footerNavigation__contacts {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
.footerMenu {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.footerMenu__link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "GothamPro", serif;
}
.footerAddress {
    display: block;
    max-width: 240px;
    line-height: 24px;
}
.footerEmail {
    color: #fff;
    display: block;
}
.footerNavigation__phone {
    color: #fff;
    font-size: 18px;
}
.footerNavigation__contacts {
    padding-left: 24px;
}
.socialLinks {
    margin-top: 05px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 160px;
}
.socialLink {
    display: block;
    width: 35px;
    height: 35px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.socialLink:hover {
    opacity: .8;
}
.socialLink_vk {
    background-image: url(/local/templates/taVostok/css/../images/icons/vk_white.png);
    background-size: 28px auto;
}
.socialLink_fb {
    background-image: url(/local/templates/taVostok/css/../images/icons/fb_white.png);
    background-size: auto 30px;
}
.socialLink_in {
    background-image: url(/local/templates/taVostok/css/../images/icons/instagram_white.png);
    background-size: auto 25px;
}
.footerCopyright {
    background-color: #1f4283;
    padding: 17px 0 10px;
}
.footerCopyright__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.copyright {
    color: #fff;
}
.sdv {
    display: inline-block;
    min-height: 10px;
    background: url("/local/templates/taVostok/css/../images/sdvLogo.png") no-repeat left top;
    padding: 20px 0 0 70px;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
}
.sdv:hover {
    opacity: .6;
}
@font-face {
    font-family: "GothamPro";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot");
    src: url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot");
    src: url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.woff") format("woff"), url("/local/templates/taVostok/css/../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
}
.with_sidebar__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.sidebar {
    flex: none;
    margin-right: 30px;
    width: calc(25% - 15px);
    /*border: 2px solid #eef5fc;*/
    
    margin-top: 1.64em;
    margin-bottom: 1.64em;
}
.with_sidebar {
    flex: none;
    width: calc(75% - 15px);
}
@media (max-width: 1700px) {
    .pageHeader__wide {
        width: 50%;
    }
    
    .pageHeader__slogan {
        display: none;
    }
    
    .menuBlock {
        padding: 148px 20px 100px 40px;
    }
    
    .menuBlock__link {
        margin-bottom: 35px;
        font-size: 36px;
    }
    
    .menuBlock__submenu {
        margin-top: 35px;
    }
    
    .menuBlock__submenuLink {
        margin-bottom: 10px;
    }
    
    .mainMenu__contacts {
        margin-top: 35px;
    }
    
    .mainMenu__contacts a {
        font-size: 16px;
        line-height: 24px;
    }
    
    .squareBox {
        padding: 60px 15px 10px;
    }
    .squareBox_contactsManager {
        padding: 50px 15px 50px;
    }
    
    .footerSlider__text {
        font-size: 40px;
    }
    
    .squareBox__image {
        margin-bottom: 30px;
    }
    
    .squareBox__text {
        font-size: 18px;
    }
    .squareBox_contactsManager .squareBox__text {
        font-size: 14px;
    }
    
    .footerSlider__text {
        font-size: 30px;
        bottom: auto;
        top: 40px;
        left: 40px;
    }
    
    .footerSlide__control {
        right: 20px;
        bottom: 20px;
    }
    
    .offerLink {
        padding: 30px 30px 25px;
    }
    
    .offerLink__image {
        height: 200px;
    }
    
    .offerLink__title {
        margin-top: 15px;
        font-size: 22px;
    }
    
    .OfferSlider__slideText {
        font-size: 48px;
        bottom: auto;
        top: 60px;
    }
    
    .phoneBack_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .phoneBack__backImage {
        width: 20%;
    }
    
    .phoneBack__form {
        width: 30%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .phoneBack__textWrap {
        max-width: 600px;
        width: 95%;
        padding-left: 40px;
    }
    
    .sliderF4__slide {
        font-size: 18px;
    }
    
    .categoryT1_item {
        padding-top: 25px;
    }
    
    .categoryT1_image {
        height: 200px;
    }
    
    .alphabet__title {
        margin-bottom: 60px;
    }
    
    .rowLink__link {
        font-size: 14px;
        height: 200px;
    }
    
    .servicePage_margin {
        margin-top: 70px;
    }
    
    .categoryT2__title {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 960px;
    }
    
    .pageHeader__partner {
        display: none;
    }
    
    .pageHeader__wide {
        width: 400px;
        padding-left: 20px;
        padding-right: 10px;
    }
    
    .logo {
        padding-left: 75px;
    }
    
    .menuBlock {
        width: 50%;
        padding-bottom: 40px;
    }
    
    .menuBlock .button_alt {
        margin-top: 35px;
    }
    
    .mainMenu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .menuBlock_alternative .button {
        margin-top: 35px;
    }
    
    .OfferSlider__slideText {
        font-size: 36px;
        padding-right: 15px;
    }
    
    .textImaged__textBlock {
        width: 50%;
        padding-left: 0;
        padding-right: 25px;
    }
    
    .textImaged__imageBlock {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    
    .textImaged__imageBlock img {
        height: initial;
        -o-object-fit: contain;
        object-fit: contain;
    }
    
    .textImaged_main {
        margin-top: 160px;
    }
    
    .textImaged__background {
        width: 370px;
    }
    
    .squareBox__title {
        font-size: 18px;
    }


    
    .productionMenuSlider {
        margin-top: 50px;
    }
    
    .productionMenuSlider__worker {
        width: -webkit-calc((100vw - 960px)/2 + 960px);
        width: calc((100vw - 960px)/2 + 960px);
        margin-top: 25px;
    }
    
    .sliderF4.aboutPage .sliderF4__slide {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 16px;
    }
    
    .sliderF4__text {
        height: 81px;
    }
    
    .contactsBottom {
        padding: 30px 0 70px;
    }
    
    .categoryT1_item {
        width: 300px;
    }
    
    .categoryT1_title {
        font-size: 18px;
    }
    
    .categoryT1 {
        margin-bottom: 80px;
    }
    .squareRow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .squareBox {
        width: 50%;
    }
    .squareBox_contactsManager .squareBox__text {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 720px;
    }
    
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    
    h1,
    .h1 {
        margin: 48px 0;
    }
    
    .pageheader__block_vk,
    .pageheader__block_fb,
    .pageheader__block_instagram {
        display: none;
    }
    
    .squareBox {
        width: 50%;
    }
    
    .footerSlider {
        width: 100%;
    }
    
    .footerContact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .footerNavigation__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .footerAddresses {
        width: 50%;
        padding-left: 0;
    }
    
    .footerNavigation__contacts {
        width: 50%;
    }
    
    .footerMenu {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .mainOffer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .mainOffer__top {
        width: 100%;
    }
    
    .mainOffer__Slider {
        width: 100%;
    }
    
    .OfferSlider__slide {
        min-height: 400px;
    }
    
    .textImaged__textBlock {
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .textImaged__imageBlock {
        width: 100%;
        position: static;
    }
    
    .textImaged__imageBlock img {
        -o-object-fit: contain;
        object-fit: contain;
    }
    
    .textImaged_main {
        margin-top: 100px;
    }
    
    .textImaged__background {
        width: 100%;
    }
    
    .textImaged {
        position: relative;
        padding: 1px;
    }
    
    .textImaged_main {
        margin-top: 0;
    }
    
    .squareRow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .phoneBack {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .phoneBack__textBlock {
        width: 100%;
    }
    
    .phoneBack__textWrap {
        width: 100%;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .phoneBack__backImage {
        width: 50%;
    }
    
    .phoneBack__form {
        padding-right: 20px;
        width: 50%;
    }
    
    .productionMenuSlider__worker {
        width: 100%;
    }
    
    .productionMenuSlider__slide {
        padding: 20px 10px 15px;
    }
    
    .productionMenuSlider__image {
        margin: 0 0 22px;
        height: 200px;
    }
    
    .productionMenuSlider__text {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 10px;
        height: 50px;
        overflow: hidden;
    }
    
    .pageTitle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .twoTextBlocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .oneTextBlock {
        width: 100%;
        padding: 50px 50px 150px;
        border: 1px solid #eef5fc;
        margin-bottom: 35px;
    }
    
    .contactsBottom__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .contactsBottom__TextBlock,
    .contactFeedback {
        width: 100%;
        padding-left: 0;
    }
    
    .contactsBottom__title {
        margin-bottom: 40px;
        color: #2b4c88;
    }
    
    .contactsBottom__left {
        display: none;
    }
    
    .contactsBottom__right {
        width: 100%;
    }
    
    .categoryT1_item {
        width: 255px;
    }
    
    .categoryT1 {
        margin-bottom: 80px;
    }
    
    .alphabet__list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    
    .rowLink__link {
        width: 50%;
    }
    
    .rowLink__link:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .rowLink__link:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .rowLink__link:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .rowLink__link:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .rowLink_invert .rowLink__link:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .rowLink_invert .rowLink__link:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .rowLink_invert .rowLink__link:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .rowLink_invert .rowLink__link:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .categoryT2__item {
        width: 33.33%;
    }
    
    .scladPage__links {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    
    .pageHeader__wide {
        width: 350px;
    }
    .products-main-cat {
        flex: 0 0 100%;
    }
}
@media (max-width: 768px) {
    .partnerLink {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    
    .container {
        width: 540px;
    }
    
    .logo__Slogan {
        display: none;
    }
    
    .logo__name {
        font-size: 24px;
    }
    
    .logo {
        min-height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .menuButton {
        height: 90px;
        width: 90px;
    }
    
    .search__container {
        height: 80px;
    }
    
    .pageHeader__wide {
        width: 350px;
    }
    
    .menuBlock {
        padding-top: 80px;
    }
    
    .menuBlock .button_alt {
        margin-top: 35px;
    }
    
    .categoryT1_item {
        width: 200px;
    }
    
    .categoryT1_title {
        text-align: center;
        font-size: 16px;
        padding-left: 10px;
    }
    
    .categoryT1 {
        margin-bottom: 60px;
    }
    
    .categoryT2__item {
        width: 50%;
    }
    
    .categoryT2__title {
        font-size: 14px;
    }
    .squareBox_contactsManagerLinkMail {
        font-size: 17px;
    }
}
@media (max-width: 599px) {
    .products-main-cat {
        height: 180px;
    }
    .products-main-cat__img {
        flex: 0 0 150px;
    }
    .products-main-cat__img img {
        max-width: 100%;
        max-height: 100%;
    }
    .products-main-cat__title {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 576px) {
    .productionPage_title {
        flex-direction: column;
    }
    
    .pageheader__block__label {
        margin-top: 65px;
    }
    
    .container {
        width: 100%;
        padding: 0 20px;
    }
    
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 24px;
    }
    
    h1,
    .h1 {
        margin: 25px 0;
    }
    
    h2,
    .h2 {
        margin: 20px 0;
    }
    
    .button {
        display: block;
        margin: 10px auto;
        max-width: 240px;
    }
    
    .logo__name {
        display: none;
    }
    
    .pageHeader__wide {
        width: auto;
    }
    
    .pageheader__block {
        background-size: auto 40px;
    }
    
    .menuButton {
        height: 90px;
        width: 60px;
        background-size: 40px auto;
    }
    
    .menuButton:hover {
        background-size: 40px auto;
    }
    
    .search__find {
        width: 50px;
        background-size: 30px auto;
    }
    
    .search__find:hover {
        background-size: 40px auto;
    }
    
    .search__close {
        width: 70px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        background-size: 40px auto;
    }
    
    .search__close:hover {
        background-size: 40px auto;
    }
    
    .search__text {
        min-width: 100px;
    }
    
    .menuBlock {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 30px;
    }
    
    .menuBlock__link {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .menuBlock__submenu {
        margin-top: 15px;
    }
    
    .mainMenu__contacts {
        margin-top: 15px;
    }
    
    .squareBox {
        width: 100%;
        padding: 50px 15px 10px;
    }
    .squareBox_contactsManager {
        padding: 50px 15px 50px;
    }
    
    .footerSlider__slide {
        min-height: 250px;
    }
    
    .footerMenu {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        text-align: center;
    }
    
    .footerAddresses {
        width: 100%;
        text-align: center;
    }
    
    .footerAddress {
        max-width: none;
        margin-bottom: 5px;
    }
    
    .footerNavigation__contacts {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
    .socialLinks {
        width: 100%;
        max-width: none;
    }
    
    .footerCopyright__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .copyright {
        margin-bottom: 25px;
    }
    
    .OfferSlider__slideText {
        font-size: 20px;
        top: 25px;
        left: 30px;
    }
    
    .OfferSlider__slide {
        min-height: 200px;
    }
    
    .OfferSlider__control {
        right: 20px;
        bottom: 20px;
    }
    
    .offerLink {
        padding: 10px 5px 10px;
    }
    
    .offerLink__title {
        margin-top: 5px;
        font-family: "GothamPro", serif;
        font-size: 16px;
    }
    
    .offerLink__image {
        height: 170px;
    }
    
    .phoneBack__backImage {
        display: none;
    }
    
    .phoneBack__form {
        width: 100%;
    }
    
    .oneTextBlock {
        padding: 30px 15px 150px;
    }
    
    .partnerLink {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .categoryT1 {
        margin-bottom: 40px;
    }
    
    .categoryT1_item {
        width: 100%;
        margin: 0 0 25px;
    }
    
    .alphabet__list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    
    .alphabet__title {
        margin-bottom: 40px;
    }
    
    .alphabet__container {
        margin-top: 40px;
    }
    
    .rowLink__link {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    
    .rowLink__link:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .rowLink__link:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .rowLink__link:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .rowLink__link:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .rowLink_invert .rowLink__link:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .rowLink_invert .rowLink__link:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .rowLink_invert .rowLink__link:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .rowLink_invert .rowLink__link:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .categoryT2__item {
        width: 100%;
    }
    
    .scladPage__links {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
@media(max-width: 479px) {
    .products-main-cat {
        height: 150px;
    }
    .products-main-cat__img {
        flex: 0 0 100px;
    }
}
article .images {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
article .images a {
    text-align: center;
    flex: none;
    width: 250px;
}
article .images img {
    display: inline-block;
    max-width: 200px;
    max-height: 150px;
}
.bigger {
    font-size: 22px;
}
article img {
    max-width: 100%;
    height: auto;
}
.imagesHalf {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.imagesHalf a {
    flex: none;
    width: 40%;
    text-align: center;
}
.imagesHalf img {
    display: block;
    max-height: 250px;
    max-width: 100%;
}
ol li {
    background: none;
}
.strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.socialInText {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.1s linear;
    margin-right: 10px;
}
.socialInText:hover {
    transform: scale(1.1);
}
.socialInText_vk {
    background-image: url(/local/templates/taVostok/css/../images/icons/vk_blue.png);
}
.socialInText_fb {
    background-image: url(/local/templates/taVostok/css/../images/icons/fb_blue.png);
}
.socialInText_insta {
    background-image: url(/local/templates/taVostok/css/../images/icons/instagram_blue.png);
}
.productCard__footer {
    margin-bottom: 50px;
    margin-top: 50px;
}
.nameInText {
    color: #2b4c88;
}
.successMessage {
    color: green;
    margin-bottom: 15px;
}
.subscribe-section {
    padding: 85px 0;
    background: #2a4c88;
}
.subscribe-section--narrow {
    padding: 40px 0;
}
.subscribe-content {
    display: flex;
    align-items: center;
}
.subscribe-info {
    color: #fff;
    flex-grow: 1;
    padding-right: 60px;
}
.subscribe-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.subscribe-info a:hover {
    text-decoration: underline;
}
.block-title {
    font-family: "GothamPro", serif;
    color: inherit;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
.subscribe-info .block-title {
    margin-bottom: 20px;
}
.subscribe-info p:not([class]) {
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-size: 14px;
}
.subscribe-info p:last-child {
    margin-bottom: 0;
}
.subscribe-form {
    flex: 0 0 410px;
}
.subscribe-form form {
    display: flex;
    align-items: center;
}
.subscribe-form form input,
.subscribe-form .bx-subscribe .bx-input-group .bx-form-control {
    background: #fff;
    height: 44px;
    flex-grow: 1;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    outline: none;
}
.subscribe-form form .bx-input-group {
    flex-grow: 1;
}
.subscribe-form form .bx_subscribe_submit_container {
    flex: 0 0 170px;
    margin-left: 20px;
}
.subscribe-form form input[type="submit"],
.subscribe-form form .btn-subscribe {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #001967;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    border: 1px solid #fff;
    height: 44px;
    padding: 0;
}
.subscribe-form form input[type="submit"]:hover,
.subscribe-form form .btn-subscribe:hover {
    color: #fff;
    background: transparent;
}
.subscribe-form .btn-subscribe::before {
    display: none;
}
@media(max-width: 1200px) {
    .subscribe-section {
        padding: 50px 0;
    }
    .subscribe-info p br {
        display: none;
    }
}
@media(max-width: 992px) {
    .subscribe-section {
        padding: 40px 0;
    }
    .subscribe-content {
        flex-wrap: wrap;
    }
    .subscribe-info {
        margin-bottom: 30px;
    }
    .subscribe-form {
        flex: 0 0 100%;
    }
    .block-title {
        font-size: 30px;
    }
}
@media(max-width: 576px) {
    .subscribe-section {
        padding: 30px 0;
    }
    .block-title {
        font-size: 24px;
    }
}
@media(max-width: 479px) {
    .subscribe-form form {
        flex-wrap: wrap;
    }
    .subscribe-form form .bx-input-group {
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
    .subscribe-form form .bx_subscribe_submit_container {
        margin: 0;
        flex: 0 0 100%;
    }
}
.phoneBack_padding>div {
    height: 100%;
}
.phoneBack_padding>div>form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.phoneBack_padding>div>form input.button {
    margin-top: auto;
}
.phoneBack_padding .button {
    /*position: absolute;
    bottom: 50px;*/
}
.phoneBack {
    position: relative;
}
.menuBlock .button {
    position: absolute;
    transition: background .3s ease-in-out, color .3s ease-in-out;
}
.menuBlock a.button:nth-last-child(1) {
    bottom: 150px;
}
.menuBlock a.button:nth-last-child(2) {
    bottom: 230px;
    background: #2b4c88;
    color: #fff;
}
.menuBlock a.button:nth-last-child(3) {
    bottom: 310px;
}
.menuBlock a.button:nth-last-child(4) {
    bottom: 390px;
    background: #2b4c88;
    color: #fff;
}
.menuBlock a.button:nth-last-child(2):hover,
.menuBlock a.button:nth-last-child(4):hover {
    background: #fff;
    color: #2b4c88;
}
@media (max-width: 1700px) {
    .menuBlock a.button:nth-last-child(3) {
        bottom: 310px;
    }
}
@media (max-width: 1200px) {
    .menuBlock a.button {
        position: initial;
        display: block;
        width: 200px;
    }
}
.ProductBlockSlider {
    /* display: flex; */
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.ProductBlockSlider:last-of-type {
    margin-bottom: 30px;
}
.ProductBlockSlider div.ProductBlockSlider_block_slide {
    /* width: 100%; */
    
    height: auto;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.ProductBlockSlider div.ProductBlockSlider_block_slide img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.ProductBlockSlider .ProductBlockSlider__control {
    position: absolute;
    bottom: 48%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* padding: 0px 30px; */
}
.ProductBlockSlider .ProductBlockSlider__control button {
    filter: invert(1);
}
.videoBlock{
    margin: 15px 0;
}
video{
    display: block;
    max-width: 100%;
}

.popUp{
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    background-color: grey;
}
.popUp__container.fancybox-content{
    width: 500px;
    background-color: transparent;
    padding: 0;
}
.fancybox-slide--html .popUp__container .fancybox-close-small{
    top: 10px;
    right: 10px;
    color: #fff;
}
.fancybox-slide--html .popUp__container .fancybox-close-small:hover{
    opacity: .8;
}
.popUp .alert{
    color: red;
    margin-bottom: 35px;
}

.popUp__header{
    background-color: #2b4c88;
    padding: 25px 25px;
    position: relative;
}
.popUp__title{
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.popUp__body{
    background: #fff;
    padding: 50px 30px;
    border: 1px solid #eef5fc;
}

.popUp__body .agreement{
    margin-bottom: 20px;
}

.popUp input[type=text]{
    display: block;
    width: 100%;
    outline: none;
}

.popUp textarea{
    display: block;
    width: 100%;
    outline: none;
}

.popUp__btn{
    display: block;
    width: 250px;
    height: 50px;
    background-color: #2b4c88;
    border: 1px solid #2b4c88;
    border-radius: 0;
    color: #fff;
    margin-top: 45px;
}
.popUp__btn:hover{
    cursor: pointer;
    background-color: #fff;
    color: #2b4c88;
}
.pageheader__block_wrapper{
    display: flex;
    flex: 1;
}
.pageheader__block_contactsInfo{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    white-space: nowrap;
    padding: 0 10px;
    border: none;
    border-left: 1px solid #eef5fc;
    flex: 1;
}

.pageheader__block_contactsInfo a{
    font-size: 16px;
}
.pageheader__block_contacts{
    display: none;
}
@media (max-width:992px){
    a.logo>img{
        width: 200px;
    }
    .pageHeader__wide {
        width: 200px;
    }
    .logo {
        padding-left: 0;
    }
    .pageheader__block_contactsInfo a{
        font-size: 14px;
    }

    .phoneBack_padding .button {
        position: static;
    }
}
@media (max-width: 768px ) {
    .pageheader__block_wrapper{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        border-top: 1px solid;
        z-index: 999;
    }
    .languageList{
        top: -93px;
    }
    .pageheader__block_contacts{
        display: block;
    }
    .pageFooter{
        margin-bottom: 135px;
    }
    .grecaptcha-badge{
        visibility: hidden;
    }
    .productionMenuSlider__title {
        min-width: 100%;
    }
}
@media (max-width: 576px ){
    .pageheader__block{
        background-position-y: 25px;
        background-size: auto 25px;
    }
    .pageheader__block__label {
        margin-top: 50px;
        font-size: 11px;
    }

    .pageheader__block_contactsInfo a{
        font-size: 14px;
    }
    .pageFooter {
        margin-bottom: 65px;
    }
}
@media (max-width: 420px ){
    /* .pageheader__block_contactsInfo{
        display: none;
    } */
    .pageHeader__wide {
        display: none;
    }
}
.service-categories {
    margin-bottom: 100px;
}
.service-category-items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.service-category-item {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
}
.service-category-item a {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    color: #2B4C88;
    text-decoration: none;
    transition: all 0.3s;
}
.service-category-item a:hover {
    color: #fff;
    background: #2B4C88;
}
.service-category-item__icon {
    flex: 0 0 217px;
}
.service-category-item__title {
    flex-grow: 1;
    padding: 0 15px 0 30px;
    font-size: 30px;
    line-height: 40px;
}
.service-center {
    margin-bottom: 90px;
}
.service-center__content {
    display: flex;
}
.service-center__sertificate {
    flex: 0 0 572px;
}
.service-center__info {
    padding-left: 117px;
    flex-grow: 1;
}
.img-caption {
    text-align: center;
    color: #7A8495;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}
.typography-enabled {
    font-size: 16px;
    line-height: 1.5;
    color: #7A8495;
}
.typography-enabled p {
    margin: 0 0 25px;
}
.typography-enabled > *:last-child {
    margin-bottom: 0;
}
.typography-enabled ul {
    margin: 25px 0;
}
.typography-enabled ul li {
    background: none;
    position: relative;
    padding-left: 20px;
}
.typography-enabled ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #7A8495;
    position: absolute;
    top: 10px;
    left: 7px;
}
.no-uppercase h1, 
.no-uppercase h2, 
.no-uppercase h3, 
.no-uppercase h4, 
.no-uppercase h5, 
.no-uppercase h6 {
    text-transform: none;
}
.typography-enabled h1,
.typography-enabled h2,
.typography-enabled h3,
.typography-enabled h4,
.typography-enabled h5,
.typography-enabled h6 {
    color: #2B4C88;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 50px;
    /*text-transform: none;*/
    text-transform: uppercase;
}
.typography-enabled h1 {
    font-size: 34px;
}
.typography-enabled h2 {
    font-size: 24px;
}
.typography-enabled h3 {
    font-size: 22px;
}
.typography-enabled h4 {
    font-size: 20px;
}
.typography-enabled h5 {
    font-size: 19px;
}
.typography-enabled h6 {
    font-size: 18px;
}
.service-benefits {
    margin-bottom: 90px;
}
.text-center {
    text-align: center;
}
.service-benefit-items {
    margin-top: 60px;
    display: flex;
    column-gap: 70px;
}
.service-benefit-item {
    flex: 0 0 calc((100% - 210px) / 4);
    max-width: calc((100% - 210px) / 4);
    text-align: center;
}
.service-benefit-item__icon {
    height: 80px;
    margin-bottom: 20px;
}
.service-benefit-item__icon img {
    max-height: 80px;
}
.service-benefit-item__title {
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #2B4C88;
    margin-bottom: 28px;
}
.service-benefit-item__description {
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
}
.service-repairzone {
    margin-bottom: 60px;
}
.repairzone-photos {
    overflow: hidden;
}
.repairzone-photo {
    float: left;
    height: 340px;
    width: calc((100% - 40px) / 3);
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 20px;
}
.repairzone-photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.repairzone-photo-2, .repairzone-photo-3 {
    float: right;
    width: calc((100% - 20px) / 2);
    height: 260px;
}
.repairzone-photo-1 {
    width: calc((100% - 20px) / 2);
    height: 540px;
    margin-left: 0;
}
.repairzone-photo-4 {
    margin-left: 0;
}
.bottom-info {
    padding-bottom: 115px;
}
.bottom-info__content {
    display: flex;
}
.bottom-info__text {
    flex-grow: 1;
    padding-right: 120px;
}
.bottom-info__form {
    flex: 0 0 453px;
    background: #F9F9F9;
    text-align: center;
    padding: 18px 30px 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-title {
    color: #2B4C88;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 36px;
}
.bottom-info__form form {
    max-width: 237px;
    margin: 0 auto;
}
.no-search-results .simple-form {
    max-width: 343px;
}
.simple-form form * {
    outline: none;
}
.simple-form form input[type="text"],
.simple-form form input[type="email"],
.simple-form form input[type="tel"] {
    width: 100%;
}
.simple-form form input[type="submit"],
.simple-form form button[type="submit"] {
    padding: 18px 41px;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    background: #2B4C88;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.2s;
    height: auto;
}
.simple-form form input[type="submit"]:hover,
.simple-form form button[type="submit"]:hover {
    background: rgba(43,76,136, 0.8);
}
.simple-form [type="text"]:invalid,
.simple-form [type="password"]:invalid,
.simple-form [type="tel"]:invalid,
.simple-form [type="search"]:invalid,
.simple-form [type="email"]:invalid,
.simple-form .textField:invalid {
    border-color: #2b4c88;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.inner-page-head {
    margin-bottom: 96px;
}
.inner-page-head__content {
    margin-top: 42px;
    display: flex;
    background: #F9F9F9;
}
.inner-page-head__info {
    flex-grow: 1;
    padding: 40px 196px 40px 40px;
}
.inner-page-head__img {
    flex: 0 0 572px;
}
.inner-page-head__img img {
    display: block;
    margin: 0;
    height: 100%;
}
.worksteps {
    margin: 50px 0 90px;
    display: flex;
    justify-content: space-between;
}
.workstep {
    flex: 0 0 215px;
    position: relative;
}
.workstep__title {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: #2B4C88;
    position: relative;
}
.workstep__title:after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background: #7A8495;
    position: absolute;
    top: 59px;
    left: 100%;
    margin-left: 22px;
}
.workstep:last-child .workstep__title:after {
    display: none;
}
.workstep__title .num {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.workstep__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
    max-width: 215px;
}
.workstep__text p {
    margin: 10px 0 0 0;
}
.workstep__text p:first-child {
    margin: 0;
}
.faq {
    margin-bottom: 100px;
}
.faq__content {
    max-width: 750px;
    margin-left: 80px;
    position: relative;
}
.faq__content:after {
    display: block;
    content: "";
    width: 592px;
    height: 525px;
    background: url("/local/templates/taVostok/css/../images/faq_img.png");
    center center no-repeat;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.faq-item {
    margin-bottom: 20px;
    padding-left: 35px;
}
.faq-item__title {
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
    color: #545454;
    position: relative;
    transition: all 0.3s;
}
.faq-item.opened .faq-item__title {
    background: #2B4C88;
    color: #fff;
}
.faq-item__title:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2B4C88;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item__content {
    padding: 22px 0 0 12px;
    color: #7A8495;
    font-size: 16px;
    line-height: 1.5;
    display: none;
}
.faq-item__content p {
    margin: 15px 0 0;
}
.faq-item__content p:first-child {
    margin: 0;
}
.main-video {
    padding: 88px 0 100px;
    text-align: center;
}
.main-video__holder {
    margin-top: 52px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.simple-popup {
    width: 100%;
    max-width: 1000px;
}
.simple-popup--narrow {
    /*max-width: 516px;*/
    padding: 20px 26px;
    width: auto;
    max-width: 516px;
}
.instock-query {
    padding: 45px 0 60px;
    background: url("/local/templates/taVostok/css/../images/instock-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
}
.instock-query__content {
    display: flex;
    align-items: center;
}
.instock-query__form {
    flex: 0 0 335px;
}
.instock-query__info {
    flex-grow: 1;
    font-size: 20px;
    line-height: 2;
}
.instock-query__info p {
    margin: 0 0 20px;
}
.instock-query__info p.title {
    font-family: 'Gotham';
    font-weight: 500;
}
.instock-query__info a {
    color: #fff;
}
.white-form form {
    width: 100%;
}
.white-form form input {
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    outline: none;
}
.white-form form textarea {
    background: #fff;
    color: rgba(122, 132, 149, 0.5);
    padding: 25px 10px;
    margin: 15px 0 20px;
    width: 100%;
    border: none;
    height: 200px;
    outline: none;
}
.white-form form input[type="submit"],
.white-form form button[type="submit"] {
    color: #2B4C88;
    background: #fff;
    padding: 18px 0;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Gotham';
    font-weight: 500;
}
.white-form form input[type="submit"]:hover,
.white-form form button[type="submit"]:hover {
    background: #2B4C88;
    color: #fff;
}
.white-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    opacity: 1;
}
.white-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.white-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.white-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 1;
}
.white-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    opacity: 1;
}
.white-form ::placeholder { /* Most modern browsers support this now. */
    color: #fff;
    opacity: 1;
}

.white-form [type="text"]:invalid,
.white-form [type="password"]:invalid,
.white-form [type="tel"]:invalid,
.white-form [type="search"]:invalid,
.white-form [type="email"]:invalid,
.white-form .textField:invalid {
    border-color: white;
}


.white-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.white-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.white-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.white-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.white-form textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.white-form textarea::placeholder { /* Most modern browsers support this now. */
    color: rgba(122, 132, 149, 0.5);
    opacity: 1;
}
.instock-permanent {
    padding: 87px 0 95px;
}
.instock-permanent-items {
    margin-top: 33px;
    display: flex;
    column-gap: 20px;
}
.instock-permanent-item {
    flex: 0 0 calc((100% - 60px) / 4);
}
.instock-permanent-items--inner .instock-permanent-item {
    flex: 0 0 calc((100% - 100px) / 6);
    max-width: calc((100% - 100px) / 6);
}
.instock-permanent-item__img {
    margin-bottom: 20px;
}
.instock-permanent-item__img img {
    width: 100%;
}
.instock-permanent-item__title {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    color: #7A8495;
    font-family: 'Gotham';
    font-weight: 500;
}
.instock-permanent-items--inner .instock-permanent-item__title {
    font-weight: normal;
    margin-left: -5px;
    margin-right: -5px;
}
.complex-approach {
    margin-top: 88px;
}
.complex-approach__content {
    display: flex;
    column-gap: 20px;
    margin-top: 72px;
}
.complex-approach__info,
.complex-approach__img {
    flex: 0 0 calc((100% - 20px) / 2);
}
.complex-approach__info {
    padding: 20px 0 0 118px;
    font-size: 22px;
    line-height: 40px;
    color: #7A8495;
}
.complex-approach__info p {
    margin: 0 0 20px;
}
.main-cats {
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.main-cat-items {
    display: flex;
    column-gap: 20px;
}
.main-cat-item {
    flex: 0 0 calc((100% - 40px) / 3);
    height: 240px;
    background: #2B4C88;
    color: #fff;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
}
.main-cat-item--light {
    background: #F9F9F9;
    color: #2B4C88;
    box-shadow: 2px 1px 20px 2px rgba(0, 0, 0, 0.1);
}
.main-cat-item a {
    display: flex;
    flex-direction: column;
    color: inherit;
    height: 100%;
    padding: 40px;
    text-align: center;
}
.main-cat-item__title {
    display: block;
    margin-bottom: 35px;
    font-family: 'Gotham', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}
.main-cat-item__img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}
.main-cat-item__img img {
    max-height: 100px;
}
.main-slider .slick-slide {
    font-size: 0;
}
.main-slide {
    position: relative;
    overflow: hidden;
}
.main-slide > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    display: block;
    margin: 0;
    max-height: 200%;
}
.main-slide .container {
    position: relative;
    z-index: 2;
}
.main-slide__content {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-slide__title {
    color: #EDEDED;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Gotham', serif;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}
.main-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
}
.main-slider .slick-dots {
    margin: 0;
}
.main-slider .slick-dots li {
    margin: 0 11px;
    padding: 0;
    background: none;
}
.main-slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
.main-slider .slick-dots li.slick-active button {
    background: #2B4C88;
}
.bx_smart_no_result_find_custom p.phone a{
    padding-left: 30px;
    background: url("/local/templates/taVostok/css/../images/phone-icon-blue.svg") 0 3px no-repeat;
    display: inline-block;
}
.bx_smart_no_result_find_custom p.email a {
    padding-left: 30px;
    background: url("/local/templates/taVostok/css/../images/email-icon-blue.svg") 0 3px no-repeat;
    display: inline-block;
}
.info-block {
    display: flex;
    margin-top: 30px;
    padding-bottom: 100px;
}
.info-block__img {
    flex: 0 0 453px;
}
.info-block__text {
    flex-grow: 1;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'GothamPro', sans-serif;
}
.brands--inner {
    margin: 90px 0;
}
.brands--inner .alphabet__title {
    text-transform: none;
    margin-bottom: 17px;
}
.product-products {
    padding-bottom: 95px;
}
.products-search {
    max-width: 690px;
    margin: 0 auto 80px;
}
.products-search .search {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.products-search .search__container {
    height: 40px;
    background: #F9F9F9;;
}
.products-search .search__close {
    display: none;
}
.products-search .search__find {
    height: 40px;
    flex: 0 0 84px;
    border: none;
    background: url("/local/templates/taVostok/css/../images/search-icon.svg") center center no-repeat;
}
.products-search input[type="text"] {
    height: 40px;
    margin: 0;
    border: none;
    background: transparent;
    padding: 0 0 0 34px;
    font-size: 14px;
    line-height: 20px;
    color: #545454;
}


img {
    width: auto;
    height: auto;
    object-fit: contain;
}
header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




@media(max-width: 1399px) {
    .container--wide {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-category-item__title {
        font-size: 24px;
        line-height: 1.4;
    }
    .service-benefit-items {
        column-gap: 30px;
    }
    .service-benefit-item {
        flex: 0 0 calc((100% - 90px) / 4);
        max-width: calc((100% - 90px) / 4);
    }
    .workstep__title::after {
        width: 60px;
    }
    .faq__content {
        margin-left: 0;
    }
    .inner-page-head__info {
        padding: 40px;
    }
    .complex-approach__info {
        padding-left: 0;
    }
    .main-cat-item a {
        padding: 20px;
    }
}
@media(max-width: 1279px) {
    .container--middle {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-center__content {
        column-gap: 20px;
    }
    .service-center__sertificate {
        flex: 0 0 calc(50% - 10px);
    }
    .service-center__info {
        flex: 0 0 calc(50% - 10px);
        padding-left: 0;
    }
}
@media(max-width: 1199px) {
    .service-category-item__icon {
        flex: 0 0 150px;
    }
    .worksteps {
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 30px;
        justify-content: center;
    }
    .workstep {
        text-align: center;
       flex: 0 0 calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
    }
    .workstep__title::after {
        display: none;
    }
    .workstep__text {
        margin: 20px auto 0 auto;
    }
    .inner-page-head__content {
        flex-wrap: wrap;
    }
    .inner-page-head__info {
        flex: 0 0 100%;
    }
    .inner-page-head__img {
        flex: 0 0 100%;
        text-align: right;
    }
    .inner-page-head__img img {
        height: auto;
        display: inline-block;
    }
    .bottom-info__text {
        padding-right: 40px;
    }
    .complex-approach__content {
        align-items: center;
        margin-top: 40px;
    }
}
@media(max-width: 1023px) {
    .service-category-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-category-item__icon {
        flex: 0 0 217px;
    }
    .service-center__content {
        flex-wrap: wrap;
    }
    .service-center__sertificate {
        flex: 0 0 100%;
        text-align: center;
    }
    .service-center__info {
        flex: 0 0 100%;
    }
    .service-benefit-items {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .service-benefit-item {
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
    .bottom-info__content {
        flex-wrap: wrap;
    }
    .bottom-info__text {
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .bottom-info__form {
        flex: 0 0 100%;
    }
    .repairzone-photo {
        height: 240px;
    }
    .repairzone-photo-2, .repairzone-photo-3 {
        height: 160px;
    }
    .repairzone-photo-1 {
        height: 340px;
    }
    .typography-enabled h1,
    .typography-enabled h2,
    .typography-enabled h3,
    .typography-enabled h4,
    .typography-enabled h5,
    .typography-enabled h6 {
        margin-bottom: 30px;
    }
    .faq__content::after {
        display: none;
    }
    .main-slide__content {
        height: 360px;
    }
    .main-slide__title {
        font-size: 30px;
    }
    .container-m-w100 {
        width: 100%;
        padding: 0 15px;
    }
    .main-cat-item {
        height: 200px;
    }
    .main-cat-item__title {
        margin-bottom: 15px;
    }
    .complex-approach__info {
        line-height: 1.2;
    }
    .instock-permanent-items {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .instock-permanent-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .instock-permanent-items--inner {
        flex-wrap: wrap;
    }
    .instock-permanent-items--inner .instock-permanent-item {
        flex: 0 0 calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }
}
@media(max-width: 767px) {
    .service-category-item__icon {
        flex: 0 0 150px;
    }
    .service-categories {
        margin-bottom: 50px;
    }
    .service-center {
        margin-bottom: 50px;
    }
    .service-benefits {
        margin-bottom: 50px;
    }
    .bottom-info {
        padding-bottom: 50px;
    }
    .inner-page-head__info {
        padding: 30px 20px;
    }
    .workstep {
        flex: 0 0 calc((100% - 30px) / 2);
        max-width: calc((100% - 30px) / 2);
    }
    .inner-page-head {
        margin-bottom: 50px;
    }
    .worksteps {
        margin-bottom: 50px;
    }
    .faq {
        margin-bottom: 50px;
    }
    .main-cat-items {
        column-gap: 10px;
    }
    .main-cat-item {
        flex: 0 0 calc((100% - 20px) / 3);
    }
    .main-cat-item a {
        padding: 15px 10px;
    }
    .main-cat-item__title {
        font-size: 16px;
    }
    .main-cat-item__img img {
        max-height: 80px;
    }
    .complex-approach {
        margin-top: 60px;
    }
    .complex-approach__content {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .complex-approach__img {
        flex: 0 0 100%;
        order: 1;
        text-align: center;
    }
    .complex-approach__info {
        flex: 0 0 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .instock-permanent {
        padding: 40px 0;
    }
    .instock-query__content {
        flex-wrap: wrap;
    }
    .instock-query__info {
        flex: 0 0 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .instock-query__form {
        flex: 0 0 100%;
    }
    .instock-query__form form {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-video {
        padding: 40px 0;
    }
    .main-video__holder {
        margin-top: 30px;
    }
    .instock-query__info {
        line-height: 1.4;
    }
}
@media(max-width: 599px) {
    .service-category-item__title {
        font-size: 20px;
    }
    .repairzone-photos {
        display: flex;
        column-gap: 10px;
        row-gap: 10px;
        flex-wrap: wrap;
    }
    .repairzone-photo {
        flex: 0 0 calc((100% - 10px) / 2);
        height: calc((100vw - 30px - 10px) / 2);
        margin: 0;
    }
    .main-slide__title br {
        display: none;
    }
    .main-cat-items {
        flex-wrap: wrap;
    }
    .main-cat-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .main-cat-item__title {
        font-size: 20px;
    }
    .instock-permanent-items {
        column-gap: 10px;
    }
    .instock-permanent-item {
        flex: 0 0 calc((100% - 10px) / 2);
    }
    .instock-permanent-item__img {
        margin-bottom: 10px;
    }
    .complex-approach__info {
        font-size: 16px;
    }
    .main-slide > img {
        max-height: 100%;
    }
    .instock-permanent-items--inner .instock-permanent-item {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }
}
@media(max-width: 479px) {
    .service-category-item a {
        flex-wrap: wrap;
        padding: 20px;
    }
    .service-category-item__icon {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .service-category-item__icon img {
        max-height: 80px;
    }
    .service-category-item__title {
        flex: 0 0 100%;
        text-align: center;
        padding: 0;
    }
    .service-benefit-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .workstep {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main-slide__title {
        font-size: 20px;
    }
    .main-slide__content {
        height: 280px;
    }
    .instock-permanent-item {
        flex: 0 0 100%;
    }
    .instock-permanent-items--inner .instock-permanent-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-main-cats {
        margin: 30px 0;
    }
}
.up{
    position: fixed;
    right: 30px;
    bottom: 130px;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #237cee;
    transition: .3s ease-in-out;
    border-radius: 50%;
    color: #fff;
}
.up_show{
    display: flex;
}
.up:hover{
    cursor: pointer;
    background-color: #4690f0;
    color: #fff;
}
.up svg{
    fill: currentColor;
}
.stories {
    padding-bottom: 110px;
}
.story-items {
    display: flex;
    gap: 60px;
    margin-top: 60px;
    flex-wrap: wrap;
}
.story-item {
    flex: 0 0 auto;
    text-align: center;
}
.story-item a:hover {
    text-decoration: none;
}
.story-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #2B4C88;
    overflow: hidden;
    margin: 0 auto 15px;
}
.story-item__img img {
    border-radius: 50%;
    transition: all 0.3s;
}
.story-item__img:hover img {
    transform: scale(1.2);
}
.story-item__title {
    font-size: 22px;
    line-height: 1.5;
    color: #2B4C88;
}
/*.story-popup {
    width: 462px;
}*/
.story-popup__title {
    color: #2B4C88;
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.story-popup__title span {
    display: block;
    margin-top: 8px;
    color: #2B4C88;
    font-size: 20px;
    line-height: 24px;
}
.story-popup__slider {
    margin-top: 37px;
    max-width: 100%;
}
.story-popup__slide {
    position: relative;
}
.story-popup__slide-over {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: url("/local/templates/taVostok/css/../images/story-popup-over-bg.svg") center top no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 214px;
    font-size: 18px;
    line-height: 22px;
    padding: 65px 20px 20px;
}
.story-popup__slide-over ul,
.story-popup__slide-over p {
    margin: 15px 0 0;
}
.story-popup__slide-over ul:first-child,
.story-popup__slide-over p:first-child {
    margin: 0;
}
.story-popup__slide-over ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: none;
    position: relative;
}
.story-popup__slide-over ul li::before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 9px;
}
.story-popup__slide-over ul li:last-child {
    margin-bottom: 0;
}
.story-popup__slider .slick-prev,
.story-popup__slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url("/local/templates/taVostok/css/../images/prev-slide.svg") center center no-repeat;
    left: 0;
    z-index: 100;
}
.story-popup__slider .slick-next {
    right: 0;
    left: auto;
    background: url("/local/templates/taVostok/css/../images/next-slide.svg") center center no-repeat;
}
.story-popup__slider img {
    max-width: 100%;
    height: auto;
}
.story-popup .slick-dots {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: -12px;
    margin: 0;
    width: 100%;
    gap: 6px;
}
.story-popup .slick-dots li {
    flex: 0 0 60px;
    height: 3px;
    background: #D9D9D9;
    padding: 0;
}
.story-popup .slick-dots li button {
    display: none;
}
.story-popup .slick-dots li.slick-active {
    background: #2B4C88;
}
@media(max-width: 1199px) {
    .story-items {
        gap: 30px;
    }
    .story-item {
        flex: 0 0 calc((100% - 90px) / 4);
    }
}
@media(max-width: 1023px) {
    .story-items {
        gap: 30px;
    }
    .story-item {
        flex: 0 0 calc((100% - 60px) / 3);
    }
}
@media(max-width: 767px) {
    .story-items {
        gap: 30px;
    }
    .story-item {
        flex: 0 0 calc((100% - 30px) / 2);
    }
    .story-popup .slick-dots li {
        flex: 0 0 30px;
    }
    .story-popup__slide-over {
        font-size: 16px;
        padding: 65px 10px 10px;
    }
    .story-popup__slide-over ul li {
        margin-bottom: 5px;
    }
    .story-popup__slide-over ul, .story-popup__slide-over p {
        margin-top: 10px;
    }
}
@media(max-width: 599px) {
    .story-items {
        gap: 30px;
    }
    .story-item {
        flex: 0 0 100%;
    }
    .simple-popup--narrow {
        max-width: 100%;
        padding: 20px 15px;
    }
}
.content-accordeon {
    height: 0px;
    overflow-y: hidden;
}
.content-accordeon.opened {
    height: auto;
}
.content-opener {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    background: #2b4c88;
    cursor: pointer;
}

.bottom-link{
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.bottom-link_item{
    width: 33%;
}
.bottom-link_item:last-of-type{
    text-align: right;
}
.bottom-link_item:nth-of-type(2){
    text-align: center;
}
.bottom-link_item a{
    font-size: 14px;
    color: #fff;
}
@media(max-width: 576px){
    .bottom-link_item{
        width: 100%;
    }
    .bottom-link_item:last-of-type,
    .bottom-link_item:nth-of-type(2),
    .bottom-link_item{
        text-align: center;
    }
}
.agreement-nal{
    font-size: 12px;
    color: #fff;
    margin-top: 0;
}
.agreement-nal a{
    color: inherit;
    text-decoration: underline;
}


/* End */


/* Start:/local/templates/taVostok/components/arturgolubev/search.title/.default/style.css?168569427814207*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/taVostok/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}
.bx_smart_no_result_find_custom {
	text-align: center;
}
.bx_smart_no_result_title {
	font-weight: bold;
	font-size: 1.5em;
	color: #2b4c88;
}
/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/taVostok/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/templates/taVostok/components/bitrix/form.result.new/contacts/style.css?1634892942281*/

.contactFeedback input[type="text"],
.contactFeedback input[type="email"]{
	margin-bottom: 45px;
	width: 100%;
}
.contactFeedback textarea{
	display: block;
	width: 100%;
	resize: vertical;
	border: 1px solid #2b4c88;
}

.contactFeedback .phoneBack__title{
	margin-bottom: 80px;
}
/* End */


/* Start:/local/templates/taVostok/components/bitrix/breadcrumb/brascrumbs/style.css?1634892942430*/
.bx-breadcrumb {
	margin: 10px 0;
	border-bottom: 1px solid #eef5fc;
	font-size: 14px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
}
.bx-breadcrumb .separator{
	margin: 0 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/taVostok/components/bitrix/main.auth.form/auth/style.css?16348929421115*/
.authForm{
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    background-color: grey;
}
.authForm__container.fancybox-content{
    width: 500px;
    background-color: transparent;
    padding: 0;
}
.fancybox-slide--html .authForm__container .fancybox-close-small{
    top: 10px;
    right: 10px;
    color: #fff;
}
.fancybox-slide--html .authForm__container .fancybox-close-small:hover{
    opacity: .8;
}
.authForm .alert{
    color: red;
    margin-bottom: 35px;
}

.authForm__header{
    background-color: #2b4c88;
    padding: 25px 25px;
    position: relative;
}
.authForm__title{
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.authForm__body{
    background: #fff;
    padding: 50px 30px;
    border: 1px solid #eef5fc;
}
.authForm__input{
    display: block;
    width: 100%;
    outline: none;
}

.authForm__btn{
    display: block;
    width: 250px;
    height: 50px;
    background-color: #2b4c88;
    border: 1px solid #2b4c88;
    border-radius: 0;
    color: #fff;
    margin-top: 45px;
}
.authForm__btn:hover{
    cursor: pointer;
    background-color: #fff;
    color: #2b4c88;
}
/* End */


/* Start:/local/templates/taVostok/styles.css?17381329475376*/
.welcome-popup {
    /*font-family: "GothamPro", serif;*/
    width: 100%;
    /*max-width: 700px;*/
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2B4C88;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 16px;
    opacity: 0;
    z-index: -100;
    transition: opacity 0.5s linear 0s;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.welcome-popup.visible {
    opacity: 1;
    z-index: 1000;
}
.welcome-popup img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: auto;
    pointer-events: none;
}
.welcome-popup p {
    margin: 0;
}
.welcome-popup a {
    text-decoration: none;
}
.welcome-popup a:hover {
    text-decoration: underline;
}
.text-first {
    padding: 30px 30px 20px 350px;
}
.text-first ul {
    margin: 15px 0 0;
}
.contacts-first {
    display: flex;
    background: #fff;
    padding: 15px 0 15px 285px;
    align-content: center;
    font-size: 14px;
}
.contacts-first p {
    margin-left: 40px;
}
.contacts-first p:first-child {
    margin-left: 0px;
}
.contacts-first a {
    color: #2B4C88;
}
.text-second {
    padding: 30px 55px 20px 210px;
}
.contacts-second {
    display: flex;
    background: #fff;
    padding: 15px 0 15px 210px;
    align-content: center;
    font-size: 12px;
    flex-wrap: wrap;
}
.contacts-second p {
    margin-left: 22px;
}
.contacts-second p:first-child {
    margin-left: 0px;
}
.welcome-popup .closer {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    width: 17px;
    height: 17px;
    top: 17px;
    right: 17px;
    text-indent: -9999px;
}
.welcome-popup .closer:before,.welcome-popup .closer:after {
    display: block;
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.welcome-popup .closer:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.welcome-popup .phone,
.welcome-popup .email {
    padding-left: 36px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.welcome-popup .site {
    padding-left: 31px;
    position: relative;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
.welcome-popup .phone:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/local/templates/taVostok/images/phone-icon.png") center center no-repeat;
}
.welcome-popup .email:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/local/templates/taVostok/images/email-icon.png") center center no-repeat;
}
.welcome-popup .site:before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/local/templates/taVostok/images/site-icon.png") center center no-repeat;
}
@media(max-width: 767px) {
    .welcome-popup > img {
        display: none;
    }
    .text-first {
        padding: 50px;
        text-align: center;
        background: url("/local/templates/taVostok/images/welcome-bg-mobile.jpg") center center no-repeat;
        background-size: cover;
    }
    .contacts-first {
        justify-content: center;
        padding: 15px;
        border-bottom: 1px solid #2B4C88;
        flex-wrap: wrap;
    }
    .text-second {
        color: #2B4C88;
        background: #fff;
        text-align: center;
        padding: 25px 50px;
    }
    .contacts-second {
        padding: 15px 0 30px;
        justify-content: center;
    }
    .contacts-first p:first-child,
    .contacts-first p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .contacts-second p:first-child,
    .contacts-second p {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media(max-width: 479px) {
    .text-first {
        padding: 15px 30px;
        font-size: 13px;
    }
    .text-second {
        padding: 15px 30px;
        font-size: 13px;
        padding-bottom: 0;
    }
}
.cookieAccept{
    opacity: 0;
    visibility: hidden;
    background: #fff;
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: 1s;
    border: 1px solid #555959;
}
.cookieAccept.active{
    opacity: 1;
    visibility: visible;
}
.cookieAccept__close{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 35%;
    border: 3px solid #555959;
    transition: 1.5s;
    transition-timing-function: step-start;
    right: 25px;
    top: -25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2b4c88;
    font-weight: bold;
    cursor: pointer;
}
.contacts-socials {
    margin: 50px 0;
    font-size: 40px;
}

header.pageHeader.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}
/* End */


/* Start:/local/templates/taVostok/template_styles.css?1724148236227*/
.moreBlock{}
.moreBlock__btn{
    display: block;
}
.moreBlock__btn:hover{
    cursor: pointer;
}
.moreBlock__btn._hide{
    display: none;
}
.moreBlock__text{
    display: none;
}
.moreBlock__text._shown{
    display: block;
}
/* End */
/* /local/templates/taVostok/css/normalize.css?16348929426164 */
/* /local/templates/taVostok/css/slick.css?16432037661985 */
/* /local/templates/taVostok/css/jquery.fancybox.min.css?164320490512877 */
/* /local/templates/taVostok/css/main.css?1747982379117060 */
/* /local/templates/taVostok/components/arturgolubev/search.title/.default/style.css?168569427814207 */
/* /local/templates/taVostok/components/bitrix/form.result.new/contacts/style.css?1634892942281 */
/* /local/templates/taVostok/components/bitrix/breadcrumb/brascrumbs/style.css?1634892942430 */
/* /local/templates/taVostok/components/bitrix/main.auth.form/auth/style.css?16348929421115 */
/* /local/templates/taVostok/styles.css?17381329475376 */
/* /local/templates/taVostok/template_styles.css?1724148236227 */
