

/* Start:/bitrix/templates/gmate/css/main.css?1780622094197450*/
@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

.squares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.square {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #FFFFFF;
    opacity: 0;
}

.square--1 {
    opacity: 0.05;
}

.square--2 {
    opacity: 0.1;
}

.square--3 {
    opacity: 0.15;
}

.square--4 {
    opacity: 0.2;
}

.square--5 {
    opacity: 0.25;
}

.square--6 {
    opacity: 0.3;
}

.square--7 {
    opacity: 0.35;
}

.square--8 {
    opacity: 0.4;
}

.square--9 {
    opacity: 0.45;
}

.square--10 {
    opacity: 0.5;
}

.square--11 {
    opacity: 0.55;
}

.square--12 {
    opacity: 0.6;
}

.square--13 {
    opacity: 0.65;
}

.square--14 {
    opacity: 0.7;
}

.square--15 {
    opacity: 0.75;
}

.square--16 {
    opacity: 0.8;
}

.square--17 {
    opacity: 0.85;
}

.square--18 {
    opacity: 0.9;
}

.square--19 {
    opacity: 0.95;
}

.square--20 {
    opacity: 1;
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f57e23;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 9px;
    width: 262px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    background: #f57e23;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none;
}

.btn__text {
    display: block;
    padding-left: 20px;
    height: 100%;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
}

.btn__svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 10px rgba(235, 94, 54, 0.6);
    -moz-box-shadow: 0 0 10px rgba(235, 94, 54, 0.6);
    box-shadow: 0 0 10px rgba(235, 94, 54, 0.6);
    background: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}

.btn__svg > svg {
    width: 20px;
    fill: #f57e23;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    -moz-transition: fill .3s;
    transition: fill .3s;
}

.btn:hover {
    background: #ff7912;
}

.btn:hover .btn__svg svg {
    fill: #ff7912;
}

.btn--min {
    width: 200px;
    padding: 7px 7px 7px 9px;
}

.btn--min .btn__svg {
    width: 38px;
    height: 38px;
}

.btn--min .btn__svg > svg {
    width: 15px;
}

.btn--white {
    border-color: #fff;
    color: #f57e23;
    background: #fff;
}

.btn--white .btn__svg {
    background: #f57e23;
}

.btn--white .btn__svg > svg {
    fill: #fff;
}

.btn--white:hover {
    background: #fef8f4;
}

.btn--white:hover .btn__svg {
    background: #ff7912;
}

.btn--white:hover .btn__svg svg {
    fill: #fef8f4;
}

.btn--outline {
    border-color: #f57e23;
    color: #f57e23;
    background: #fff;
}

.btn--outline .btn__svg {
    background: #f57e23;
}

.btn--outline .btn__svg > svg {
    fill: #fff;
}

.btn--outline:hover {
    background: #ff7912;
    color: #fff;
}

.btn--outline:hover .btn__svg {
    background: #fff;
}

.btn--outline:hover .btn__svg svg {
    fill: #ff7912;
}

.btn--white.btn--outline {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.btn--white.btn--outline:hover {
    background: #fff;
    color: #ff7912;
}

.btn--white.btn--outline:hover .btn__svg {
    background: #ff7912;
}

.btn--white.btn--outline:hover .btn__svg svg {
    fill: #fff;
}

.btn-slide {
    position: absolute;
    bottom: -101px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #f57e23;
    -webkit-box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    -moz-box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn-slide > svg {
    fill: #fff;
    width: 17px;
    height: 17px;
}

.btn-slide:hover {
    background: #ff7912;
}

.btn-slide--left {
    right: 68px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-slide--right {
    right: 0;
}

@font-face {
    font-family: 'Roboto';
    src: url("/bitrix/templates/gmate/css/../fonts/Roboto-Regular.woff2") format("woff2"), url("/bitrix/templates/gmate/css/../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/bitrix/templates/gmate/css/../fonts/Roboto-Medium.woff2") format("woff2"), url("/bitrix/templates/gmate/css/../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Slick';
    src: url("/bitrix/templates/gmate/css/../fonts/slick.eot") format("eot"), url("/bitrix/templates/gmate/css/../fonts/slick.svg") format("svg"), url("/bitrix/templates/gmate/css/../fonts/slick.ttf") format("ttf"), url("/bitrix/templates/gmate/css/../fonts/slick.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

/*! 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    margin: 0 auto;
    width: 1500px;
    padding: 0 50px;
}

.title {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    color: #000;
    margin: 150px 0 0;
    padding: 0;
}

.subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.main-color {
    color: #f57e23;
}

.par {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

.input {
    border: 1px solid #f57e23;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 30px 12px;
    outline: none;
}

.input::-webkit-input-placeholder {
    color: #000;
}

.input:-moz-placeholder {
    color: #000;
}

.input::-moz-placeholder {
    color: #000;
}

.input:-ms-input-placeholder {
    color: #000;
}

.input::-ms-input-placeholder {
    color: #000;
}

.input::placeholder {
    color: #000;
}

.textarea {
    display: block;
    overflow: hidden;
    resize: none;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
}

.checkbox__text:after {
    display: none;
    content: url("/bitrix/templates/gmate/css/../images/sprites/svg/check.svg");
    position: absolute;
    top: 1px;
    left: 2px;
    width: 9px;
    height: 7px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.checkbox input:checked + .checkbox__text:after {
    display: block;
}

.main-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.main-link > span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #f57e23;
    margin-right: 56px;
}

.main-link > svg {
    fill: #f57e23;
    width: 20px;
    height: 15px;
}

.main-link--min > span {
    margin-right: 23px;
}

.main-link--min > svg {
    width: 11px;
    height: 7px;
}

.ui-tabs {
    padding: 0;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    height: 64px;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
    background: transparent;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 19px 27px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    outline: none;
    cursor: pointer;
    color: #000;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-color: #f57e23;
}

.ui-selectmenu-button.ui-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.ui-selectmenu-button.ui-button::after {
    content: url("/bitrix/templates/gmate/css/../images/sprites/svg/arrow-down.svg");
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    color: #f57e23;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open::after {
    -webkit-transform: translateY(0%) rotate(-180deg);
    -moz-transform: translateY(0%) rotate(-180deg);
    -ms-transform: translateY(0%) rotate(-180deg);
    -o-transform: translateY(0%) rotate(-180deg);
    transform: translateY(0%) rotate(-180deg);
}

.ui-selectmenu-text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}

.ui-selectmenu-menu .ui-menu {
    list-style: none;
    margin: 0;
    border: 1px solid #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0;
    background: #fff;
    z-index: 5;
}

.ui-selectmenu-menu .ui-menu li.ui-menu-item {
    width: 100%;
}

.ui-selectmenu-menu .ui-menu li.ui-menu-item > div {
    width: 100%;
    margin: 0;
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    outline: none;
}

.ui-selectmenu-menu .ui-menu li.ui-menu-item > div:hover {
    background: #fef8f4;
}

.ui-selectmenu-menu .ui-menu li.ui-menu-item > div.ui-state-active {
    background: #fef8f4;
}

.my-delay-1 {
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -o-animation-delay: .15s;
    animation-delay: .15s;
}

.my-delay-2 {
    -webkit-animation-delay: .30s;
    -moz-animation-delay: .30s;
    -o-animation-delay: .30s;
    animation-delay: .30s;
}

.my-delay-3 {
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;
    -o-animation-delay: .45s;
    animation-delay: .45s;
}

.my-delay-4 {
    -webkit-animation-delay: .60s;
    -moz-animation-delay: .60s;
    -o-animation-delay: .60s;
    animation-delay: .60s;
}

.my-delay-5 {
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.my-delay-6 {
    -webkit-animation-delay: .90s;
    -moz-animation-delay: .90s;
    -o-animation-delay: .90s;
    animation-delay: .90s;
}

.is-hidden {
    display: none !important;
}

@media (max-width: 1024px) {
    .for-desktop {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .for-mobile {
        display: none !important;
    }
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 96px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    display: block;
    width: 150px;
    height: 26px;
    text-decoration: none;
}

.header__logo > img {
    max-width: 100%;
    max-height: 100%;
}

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

.nav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__item {
    display: block;
    padding: 42px 20px 35px;
    font-style: normal;
    font-size: 1rem;
    line-height: 19px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

.nav__item:hover {
    color: #f57e23;
}

.nav__lang {
    display: inline-block;
    padding: 44px 2px 36px 72px;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 16px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

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

.nav__lang span {
    color: #f57e23;
    cursor: pointer;
}

.nav__lang a:hover {
    color: #f57e23;
}

.nav__burger {
    display: none;
}

.nav__wrap-squares {
    display: none;
}

.header__magazine {
    display: none;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 804px;
    background: -webkit-linear-gradient(158.77deg, #F37121 66.3%, #FDC489 99.55%);
    background: -moz-linear-gradient(158.77deg, #F37121 66.3%, #FDC489 99.55%);
    background: -o-linear-gradient(158.77deg, #F37121 66.3%, #FDC489 99.55%);
    background: linear-gradient(291.23deg, #F37121 66.3%, #FDC489 99.55%);
}

.banner .container {
    height: 100%;
}

.banner__ellipse {
    position: absolute;
    left: 45.25%;
    top: -150px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2100.08px;
    height: 2100.08px;
    background: -webkit-linear-gradient(139deg, #F37121 75%, #FDC489 99.55%);
    background: -moz-linear-gradient(139deg, #F37121 75%, #FDC489 99.55%);
    background: -o-linear-gradient(139deg, #F37121 75%, #FDC489 99.55%);
    background: linear-gradient(311deg, #F37121 75%, #FDC489 99.55%);
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.banner__ellipse--active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner__group-of-squares {
    position: absolute;
    left: 60%;
    top: 107px;
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.banner__group-of-squares--active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.plus {
    position: absolute;
    fill: #fff;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    z-index: 5;
}

.plus--1 {
    left: 10.9%;
    top: 13.3%;
    width: 22px;
    height: 22px;
}

.plus--2 {
    left: 36.25%;
    top: 86.7%;
    width: 18px;
    height: 18px;
}

.plus--3 {
    left: 54.7%;
    top: 22.1%;
    width: 11px;
    height: 11px;
}

.banner__wrap {
    height: 100%;
    outline: none;
    position: relative;
    z-index: 3;
}

.banner__wrap .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 48.75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner__wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.banner__wrap .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
}

.banner__wrap .slick-dots button {
    color: transparent;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.banner__wrap .slick-dots button:hover {
    background: #fef8f4;
}

.banner__item-wrap {
    outline: none;
}

.banner__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    outline: none;
}

.banner__info {
    width: 700px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin-top: 196px;
    margin-bottom: 31px;
    color: #fff;
}

.banner__desc {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 54px;
}

.banner__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 117px 0 0 14px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-calc(100% - 700px);
    width: -moz-calc(100% - 700px);
    width: calc(100% - 700px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    z-index: 4;
    padding-bottom: 39px;
}

.banner__img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.banner__slide-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 36px;
    max-width: 457px;
}

.banner__magazine {
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #F57E23;
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 19px 22px 0 20px;
    z-index: 9;
}

.banner__magazine:hover {
    background: #F57E23;
}

.banner__magazine-title {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 18px;
    max-width: 89px;
}

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

.banner__magazine-item {
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
}

.banner__magazine-item--wb {
    height: 20px;
    width: 41.8px;
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/wb-white.svg");
}

.banner__magazine-item--wb:hover {
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/wb-color.svg");
}

.banner__magazine-item--ozon {
    width: 85.71px;
    height: 24px;
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/ozon-white.svg");
}

.banner__magazine-item--ozon:hover {
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/ozon-color.svg");
}

.banner__magazine-item--beru {
    width: 78px;
    height: 29.2px;
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/beru-white.svg");
}

.banner__magazine-item--beru:hover {
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/beru-color.svg");
}

.banner__magazine-item--zdrav {
    width: 85.71px;
    height: 24px;
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/zdrav-white.svg");
}

.banner__magazine-item--zdrav:hover {
    background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/zdrav-color.svg");
}

.monitoring {
    padding-top: 38px;
}

.monitoring__info {
    width: 770px;
}

.monitoring__title {
    max-width: 1120px;
    padding-bottom: 14px;
}

.monitoring__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.monitoring__par {
    margin-top: 27px;
    max-width: 620px;
}

.monitoring__subtitle {
    margin-top: 42px;
    margin-bottom: 58px;
}

.monitoring__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 660px;
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 212px;
    min-width: 769px;
}

.monitoring__item {
    margin-bottom: 41px;
    position: relative;
    cursor: default;
}

.monitoring__item:hover .monitoring__item-text {
    color: #f57e23;
}

.monitoring__item-number {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    bottom: 70%;
}

.monitoring__item-text {
    display: inline-block;
    margin-left: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.monitoring__images {
    position: relative;
}

.monitoring__img {
    position: absolute;
}

.monitoring__img::after {
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f57e23;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.monitoring__img--1 {
    top: 83px;
    left: 129px;
    z-index: 2;
}

.monitoring__img--1::after {
    content: '01';
    bottom: 20px;
    left: 5px;
}

.monitoring__img--2 {
    top: 1px;
    left: -48px;
    z-index: 1;
}

.monitoring__img--2::after {
    content: '02';
    top: 123px;
    left: 0;
}

.monitoring__img--3 {
    top: 360px;
    left: 350px;
    z-index: 2;
}

.monitoring__img--3::after {
    content: '03';
    bottom: 24px;
    right: 33px;
}

.monitoring__img--4 {
    top: 274px;
    left: 17px;
    z-index: 2;
}

.monitoring__img--4::after {
    content: '04';
    top: -43px;
    left: 43px;
}

.monitoring__img--5 {
    left: 360px;
    top: 210px;
    z-index: 2;
}

.monitoring__img--5::after {
    content: '05';
    top: -48px;
    right: -6px;
}

.monitoring__img--6 {
    left: 60px;
    top: 407px;
}

.monitoring__img--6::after {
    content: '06';
    top: 16px;
    left: 57px;
}

.monitoring__img > img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.monitoring__img--hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.monitoring__img--hover::after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #ff7912;
}

.advantage {
    margin-top: 155px;
}

.advantage__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.advantage__left {
    width: 50%;
}

.advantage__title {
    margin-top: 0;
    max-width: 80%;
}

.advantage__img {
    margin-top: 111px;
}

.advantage__img > img {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}

.advantage__right {
    width: 50%;
}

.advantage__par {
    margin-top: 12px;
}

.advantage__subtitle {
    margin-top: 37px;
}

.advantage__list {
    list-style: none;
    margin: 35px 0 29px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 300px;
}

.advantage__item {
    margin-bottom: 20px;
    width: 50%;
}

.advantage__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 7px;
}

.advantage__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}

.about {
    margin-top: 125px;
}

.about__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.about__left {
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about__title {
    margin-top: 0;
    margin-bottom: 50px;
}

.about__par {
    margin-bottom: 34px;
    width: 82%;
}

.about__btn {
    margin-top: 37px;
}

.about__right {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding-left: 30px;
}

.about__list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 700px;
    min-width: 670px;
}

.about__item {
    margin-bottom: 40px;
}

.about__item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about__item-img > svg {
    fill: #f57e23;
}

.about__plus {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.about__svg {
    max-width: 75px;
    max-height: 65px;
}

.about__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    max-width: 240px;
    margin-top: 40px;
    margin-bottom: 14px;
    height: 56px;
}

.about__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 295px;
}

.about__img-bottom {
    margin-top: 55px;
}

.useful-information {
    margin-top: 146px;
}

.useful-information__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 51px;
}

.useful-information__title {
    margin-top: 0;
}

.useful-information__link-top {
    margin-bottom: 7px;
}

.useful-information__link-top > span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #f57e23;
    margin-right: 56px;
}

.useful-information__link-top > svg {
    fill: #f57e23;
    width: 20px;
    height: 15px;
}

.useful-information__slide {
    outline: none;
    height: 327px;
    width: 363px;
}

.useful-information__slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 311px;
}

.useful-information__slide-img {
    width: 100%;
    height: 195px;
}

.useful-information__slide-img > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.useful-information__slide-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #808080;
    margin: 5px 0 0;
}

.useful-information__slide-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
    height: 52px;
    width: 90%;
    overflow: hidden;
}

.useful-information__slide-link-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.useful-information__slide-link > span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #f57e23;
    margin-right: 23px;
}

.useful-information__slide-link > svg {
    fill: #f57e23;
    width: 11px;
    height: 7px;
}

.useful-information__arrow {
    bottom: -101px;
}

.partnership {
    margin-top: 251px;
}

.partnership__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partnership__cities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partnership__item-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.partnership__item-button > span {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 35px;
}

.partnership__item-button > svg {
    width: 10px;
    height: 10px;
}

.partnership__item-button:hover > span {
    color: #f57e23;
}

.partnership__shops {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.partnership__store {
    width: 33%;
    margin-bottom: 40px;
}

.partnership__store-address {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.partnership__store-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #000;
}

.partnership__city {
    width: 33.3%;
    margin-bottom: 60px;
}

.partnership__city--active {
    width: 100%;
}

.partnership__city--active .partnership__item-button > span {
    color: #f57e23;
}

.partnership__city--active .partnership__item-button > svg {
    display: none;
}

.partnership__city--active .partnership__shops {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*.partnership__city--hidden {
    display: none; }*/

.partnership__map {
    height: 550px;
}

.questions {
    position: relative;
    overflow: hidden;
    padding-bottom: 180px;
}

.questions__sguares {
    position: absolute;
    left: 61%;
    top: 244px;
    z-index: -1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.questions__sguares .square {
    background: #f57e23;
}

.questions__title {
    text-align: center;
    margin-top: 195px;
    margin-bottom: 51px;
}

.questions__accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions__accordion-item {
    width: 970px;
    background: #FFFFFF;
    border: 1px solid #F57E23;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 18px 10px 9px 30px;
}

.questions__accordion-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.questions__accordion-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 90%;
}

.questions__accordion-arrow {
    width: 20px;
    height: 16px;
    background: transparent;
    -webkit-transform: translateY(10px) rotate(90deg);
    -moz-transform: translateY(10px) rotate(90deg);
    -ms-transform: translateY(10px) rotate(90deg);
    -o-transform: translateY(10px) rotate(90deg);
    transform: translateY(10px) rotate(90deg);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.questions__accordion-arrow > svg {
    width: 15px;
    height: 15px;
}

.questions__accordion-desc-wrap {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.questions__accordion-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 28px;
    max-width: 90%;
}

.questions__accordion-desc > a {
    color: #000;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.questions__accordion-desc > a:hover {
    color: #f57e23;
}

.questions__accordion-item--active .questions__accordion-desc-wrap {
    max-height: 500px;
}

.questions__accordion-item--active .questions__accordion-arrow {
    -webkit-transform: translateY(10px) rotate(-90deg);
    -moz-transform: translateY(10px) rotate(-90deg);
    -ms-transform: translateY(10px) rotate(-90deg);
    -o-transform: translateY(10px) rotate(-90deg);
    transform: translateY(10px) rotate(-90deg);
}

.questions__form-title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    margin: 78px 0 15px;
}

.questions__form-par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 45px;
    text-align: center;
}

.questions__wrap-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions__top-inputs {
    width: 682px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.questions__input-name {
    width: 313px;
}

.questions__input-mail {
    width: 338px;
}

.questions__bottom-inputs .questions__textarea {
    width: 682px;
}

.questions__person {
    width: 682px;
    margin-top: 10px;
}

.questions__person > span {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
}

.questions__person > span > a {
    color: #000;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.questions__person > span > a:hover {
    color: #f57e23;
}

.questions__btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 27px;
}

.company-banner {
    height: 804px;
    padding-top: 190px;
    background-image: url("/bitrix/templates/gmate/css/../images/about-company-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

.company-banner .container {
    display: block;
}

.company-banner .container--hidden {
    display: none;
}

.company-banner__title {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    font-size: 72px;
    line-height: 84px;
}

.company-banner__par {
    color: #fff;
    max-width: 730px;
}

.company-banner__play {
    position: absolute;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.company-banner__play > svg {
    fill: #fff;
    width: 48px;
    height: 54px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.company-banner__play > span {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.company-banner__play:hover > svg {
    fill: #fef8f4;
}

.company-banner__play:hover > span {
    color: #fef8f4;
}

.video-js {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 804px;
    display: none !important;
}

.video-js--active {
    display: block !important;
}

.medtechservice__title {
    margin-bottom: 60px;
}

.medtechservice__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.medtechservice__item {
    width: 33.3%;
    padding-right: 30px;
    margin-bottom: 57px;
}

.medtechservice__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-top: 43px;
    margin-bottom: 23px;
    max-width: 61%;
    height: 50px;
}

.medtechservice__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.mission__container {
    padding: 0;
}

.mission {
    position: relative;
    background: #f57e23;
    overflow: hidden;
    padding: 114px 84px 64px;
    margin-top: 93px;
}

.mission__title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 22px;
    margin-top: 0;
}

.mission__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 50px;
    max-width: 545px;
}

.mission__squares {
    position: absolute;
    top: 62px;
    left: 267px;
}

.production {
    margin-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.production__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.production__title {
    width: 50%;
    margin-top: 0;
}

.production__desc {
    width: 50%;
}

.production__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 21px 0;
}

.production__slider {
    margin-top: 79px;
}

.production__slide {
    width: 731px;
    height: 440px;
    margin: 0 15px;
    outline: none;
}

.production__slide > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.production__arrow {
    bottom: -67px;
}

.production__arrow.btn-slide--left {
    right: 18.7vw;
}

.production__arrow.btn-slide--right {
    right: 15.4vw;
}

.partners {
    padding-top: 60px;
    padding-bottom: 150px;
}

.partners__title {
    margin-top: 0;
}

.partners__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 450px;
    margin-top: 21px;
    margin-bottom: 37px;
}

.partners__slide {
    width: 458px;
    height: 352px;
    border: 1px solid #F57E23;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 13px;
    outline: none;
}

.partners__slide > div {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__slide > div > img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 95%;
    height: 65%;
}

.partners__slide .partners__img-hover {
    display: none;
}

.partners__slide:hover {
    background: #f57e23;
}

.partners__slide:hover .partners__img {
    display: none;
}

.partners__slide:hover .partners__img-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.partners__arrow {
    bottom: -69px;
}

.documents {
    padding-top: 68px;
    padding-bottom: 82px;
}

.documents__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.documents__title {
    width: 33.5%;
    margin-top: 0;
}

.documents__documents {
    width: 66.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.documents__document {
    width: 50%;
    min-height: 114px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.documents__document > svg {
    width: 63px;
    height: 80px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.documents__document-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #f57e23;
    margin-left: 46px;
}

.documents__document-title {
    margin-bottom: 10px;
    max-width: 292px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.documents__document-title > svg {
    width: 15px;
    height: 15px;
    fill: #f57e23;
    margin-left: 23px;
}

.useful-banner {
    background: #f57e23;
    padding-top: 214px;
    height: 695px;
    position: relative;
    overflow: hidden;
}

.useful-banner__wrap {
    position: relative;
    z-index: 3;
}

.useful-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 30px;
    color: #fff;
    max-width: 665px;
}

.useful-banner__par {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    color: #fff;
    max-width: 610px;
}

.useful-banner__sguares {
    position: absolute;
    right: -56%;
    top: 53px;
}

.useful-banner__ellipse {
    position: absolute;
    z-index: 0;
    width: 975px;
    height: 975px;
    left: 49px;
    top: -167px;
    background: -webkit-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -moz-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -o-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: linear-gradient(147.31deg, #F57E23 26.7%, #FDC489 119.84%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.useful-banner__pluses .plus {
    z-index: 3;
}

.diary__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.diary__img {
    position: absolute;
    right: 0;
    bottom: -100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.diary__item {
    width: 674px;
    background: #FFFFFF;
    border: 1px solid #F57E23;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 50px 40px 46px;
    overflow: hidden;
    position: relative;
}

.diary__item .documents__document {
    margin-bottom: 0;
    min-height: 78px;
}

.diary__item:hover .diary__img {
    bottom: 0;
}

.diary__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
}

.diary__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px;
    padding: 0;
    max-width: 283px;
}

.useful-articles__title {
    margin-bottom: 50px;
}

.useful-articles__wrap {
    margin-top: 50px;
}

.useful-articles__top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
}

.useful-articles__top-list {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.useful-articles__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 6px;
}

.useful-articles__item {
    display: block;
    width: 311px;
    margin-bottom: 0;
    text-decoration: none;
}

.useful-articles__item-img {
    width: 311px;
    height: 185px;
}

.useful-articles__item-img > img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.useful-articles__item-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #808080;
    margin-top: 9px;
    margin-bottom: 5px;
}

.useful-articles__item-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    height: 46px;
    color: #000;
}

.useful-articles__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
}

.useful-articles__big {
    width: 52%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.useful-articles__big .useful-articles__item {
    width: 100%;
}

.useful-articles__big .useful-articles__item-img {
    width: 92.5%;
    height: 495px;
}

.useful-articles__big .useful-articles__item-title {
    margin-bottom: 17px;
}

.useful-articles__big .useful-articles__item-subtitle {
    max-width: 486px;
    font-size: 20px;
    height: 55px;
}

.useful-instruction__title {
    margin-bottom: 50px;
}

.useful-instruction__video {
    width: 100%;
    height: 20vw;
}
.useful-instruction__video iframe{
    width: 100%;
    height: 100%;
}



.useful-instruction__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.useful-instruction__item {
    margin-bottom: 20px;
    width: calc(50% - 40px);
}

.useful-instruction__item a {
    display: block;
}

.useful-instruction__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.useful-instruction__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 30px;
    color: #f57e23;
    max-width: 590px;
}

.useful-instruction__item-title a {
    color: #f57e23;
    text-decoration: none;
}

.useful-instruction__item-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.useful-instruction__item-img > img {
    max-width: 100%;
    max-height: 100%;
}

.useful-instruction__item-document .documents__document {
    display: flex;
    align-content: center;
}

.useful-instruction__item-document .documents__document {
    width: 100%;
}

.useful-documents {
    padding-bottom: 29px;
}

.useful-documents__title {
    margin-bottom: 50px;
    margin-top: 68px;
}

.useful-documents__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.useful-documents__item {
    width: 33%;
}

.useful-documents__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    min-height: 56px;
    margin-bottom: 45px;
    max-width: 350px;
}

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

.useful-documents__item-list li {
    margin-bottom: 20px;
}

.useful-documents__item-list li .documents__document {
    width: 100%;
    margin-bottom: 33px;
}

.useful-documents__item-list li .documents__document-title {
    max-width: 275px;
}

.article__title {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 56px;
    max-width: 1125px;
}

.article__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar {
    width: 22.2%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar .useful-articles__item {
    margin-bottom: 30px;
}

.sidebar .useful-articles__item-img {
    height: 195px;
}

.article {
    width: 74.2%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article__img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 16px;
}

.article__img > img {
    max-width: 100%;
}

.article__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.article__info-item {
    width: 29%;
}

.article__info-item-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #808080;
}

.article__info-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.article__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 30px;
}

.article__list {
    margin: 0;
    padding: 10px 0 0 66px;
    list-style: none;
}

.article__list > li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin-bottom: 18px;
    max-width: 750px;
}

.article__list > li::before {
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f57e23;
    top: 11px;
    left: -16px;
}

.article__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    max-width: 995px;
    margin: 80px 0 40px;
}

.article__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.article__block {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin: 44px 0 40px;
    padding-left: 66px;
    max-width: 820px;
}

.article__block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 100%;
    background: #f57e23;
}

.article__social-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 57px;
}

.article__social-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 70px;
}

.article__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__social > a {
    margin-right: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__social > a > svg {
    max-width: 20px;
    max-height: 20px;
    fill: #4D4D4D;
}

.article__social > a:hover > svg {
    fill: #000;
}

.article__title-bottom {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    margin: 150px 0 40px;
}

.article__wrapper {
    padding-bottom: 100px;
}

.production-banner {
    background: #f57e23;
    padding-top: 146px;
    height: 494px;
    position: relative;
    overflow: hidden;
}

.production-banner__wrap {
    position: relative;
    z-index: 3;
}

.production-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 40px;
    color: #fff;
    max-width: 665px;
}

.production-banner__par {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    color: #fff;
    max-width: 846px;
}

.production-banner__sguares {
    position: absolute;
    right: -56%;
    top: 25px;
}

.production-banner__ellipse {
    position: absolute;
    z-index: 0;
    width: 1056px;
    height: 1056px;
    left: -54px;
    top: -80px;
    background: -webkit-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -moz-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -o-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: linear-gradient(147.31deg, #F57E23 26.7%, #FDC489 119.84%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.production-banner__pluses .plus {
    z-index: 3;
}

.production-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 320px;
}

.production-item__info {
    width: 50%;
}

.production-item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
}

.production-item__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 524px;
    margin: 0 0 30px;
}

.production-item__img-wrap {
    width: 50%;
}

.production-item__img {
    width: 100%;
    height: 441px;
    background: #f57e23;
    position: relative;
}

.production-item__img > img {
    max-height: 576px;
    position: absolute;
    bottom: 71px;
    right: 75px;
}

.production-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.production-item--reverse .production-item__info {
    padding-left: 64px;
}

.production-item--reverse .production-item__img > img {
    right: auto;
    left: 70px;
}

.production-item--reverse .production-item__img > img.production-item__img-min {
    left: 180px;
}

.breadcrumbs {
    margin-top: 50px;
    margin-bottom: 52px;
}

.breadcrumbs__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #6D6D6D;
}

a.breadcrumb::after {
    content: '/';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
    text-transform: uppercase;
    color: #6D6D6D;
}

a.breadcrumb:hover {
    color: #4D4D4D;
}

.card {
    padding-bottom: 70px;
}

.card__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.card__wrap-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.card-info__wrap {
    width: 50%;
}

.card__img {
    width: 50%;
    padding-top: 90px;
}

.card__title {
    margin: 3px 0 57px;
    font-size: 72px;
}

.card__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 23px;
}

.card__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 700px;
    margin: 0 0 30px;
}

.card__min-subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 40px 0 32px;
}

.card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 590px;
}

.card__list li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}

.card__list li::before {
    content: '—';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin-right: 5px;
}

.card-maps .partnership {
    margin-top: 100px;
}

.card-maps .partnership__title {
    margin-top: 100px;
}

.card-info {
    padding-bottom: 70px;
}

.ui-tabs .ui-tabs-nav.card-info__tabs {
    padding: 0;
    height: 49px;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab {
    margin: 0;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab .ui-tabs-anchor {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 0 43px 29px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #C4C4C4;
    color: #000;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab:first-child .ui-tabs-anchor {
    padding-left: 0;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab:last-child .ui-tabs-anchor {
    padding-right: 0;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab.ui-tabs-active .ui-tabs-anchor {
    border-color: #f57e23;
}

.card-info__specifications-list {
    list-style: none;
    margin: 0;
    padding: 30px 0 0;
}

.card-info__specifications-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}

.card-info__specifications-item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #f57e23;
    width: 300px;
    margin-right: 50px;
}

.card-info__specifications-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.card-info__safety-precautions {
    padding-top: 50px;
}

.card-info__safety-precautions__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 769px;
}

.card-info__safety-precautions__item {
    margin-bottom: 41px;
    position: relative;
}

.card-info__safety-precautions__item-number {
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    bottom: 70%;
}

.card-info__safety-precautions__item-text {
    display: inline-block;
    margin-left: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    max-width: 450px;
}

.card-info__contraindications {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    padding-top: 52px;
}

.card-info__certificates {
    padding-top: 50px;
}

.card-info__certificates .documents__document {
    margin-bottom: 50px;
}

.card-info__certificates .documents__document-title {
    max-width: 250px;
}

.card-instruction__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.card-instruction__video {
    width: 915px;
    height: 400px;
    margin-bottom: 30px;
}

.questions-banner {
    background: #f57e23;
    padding-top: 150px;
    height: 790px;
    position: relative;
    overflow: hidden;
}

.questions-banner__wrap {
    position: relative;
    z-index: 3;
}

.questions-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 30px;
    color: #fff;
    max-width: 665px;
}

.questions-banner__sguares {
    position: absolute;
    right: -56%;
    top: 100px;
}

.questions-banner__ellipse {
    position: absolute;
    z-index: 0;
    width: 1056px;
    height: 1056px;
    left: 55px;
    top: -267px;
    background: -webkit-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -moz-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: -o-linear-gradient(302.69deg, #F57E23 26.7%, #FDC489 119.84%);
    background: linear-gradient(147.31deg, #F57E23 26.7%, #FDC489 119.84%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.questions-banner__pluses .plus {
    z-index: 3;
}

.questions-content {
    position: relative;
    z-index: 5;
    padding-bottom: 60px;
}

.questions-content .questions__accordion-item--active {
    background: #fef8f4;
}

.questions-content .questions__accordion-item {
    padding: 51px 40px 38px 40px;
    margin-bottom: -1px;
    width: 974px;
}

.questions-content .questions__accordion-desc {
    font-size: 18px;
    line-height: 25px;
    padding-top: 24px;
}

.questions-content__wrap {
    margin-top: -425px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.pagination-arrow {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.pagination-arrow--left {
    margin-right: 35px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination-arrow--right {
    margin-left: 35px;
}

.pagination-item {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: none;
}

.pagination-item a {
    text-decoration: none;
    color: #000;
}

.pagination-item--active {
    background: #F57E23;
    -webkit-box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    -moz-box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    box-shadow: 0px 0px 10px rgba(235, 94, 54, 0.6);
    color: #fff;
}

.contact-banner {
    background: #f57e23;
    padding-top: 150px;
    height: 720px;
    position: relative;
    overflow: hidden;
}

.contact-banner__wrap {
    position: relative;
    z-index: 3;
}

.contact-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 52px;
    color: #fff;
    max-width: 665px;
}

.contact-banner__sguares {
    position: absolute;
    right: -56%;
    top: 16px;
}

.contact-banner__pluses .plus {
    z-index: 3;
}

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

.contact-banner__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
}

.contact-banner__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    width: 230px;
}

.contact-banner__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
}

.content--contact #map {
    width: 100%;
    height: 600px;
}

.service-banner {
    background: #fff;
    padding-top: 150px;
    height: 663px;
    position: relative;
    overflow: hidden;
}

.service-banner__wrap {
    position: relative;
    z-index: 3;
}

.service-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 52px;
    color: #000;
    max-width: 665px;
}

.service-banner__title-two {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    margin: 95px 0 50px;
    color: #000;
    max-width: 665px;
}

.service-banner__sguares {
    position: absolute;
    right: -56%;
    top: 0;
}

.service-banner__sguares .square {
    background: #f57e23;
}

.service-banner__pluses .plus {
    z-index: 3;
    fill: #f57e23;
}

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

.service-banner__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 51px;
}

.service-banner__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    width: 230px;
}

.service-banner__item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.service-banner__item-desc:hover {
    color: #f57e23;
}

.service-map {
    margin-top: 0;
}

.partnership-banner {
    background: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
    /*height: 813px;*/
    position: relative;
    overflow: hidden;
}

.partnership-banner__wrap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partnership-banner__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.partnership-banner__form .btn__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partnership-banner__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin: 12px 0 22px;
    color: #f57e23;
}

.partnership-banner__form-par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 24px;
    max-width: 336px;
}

.partnership-banner__input {
    width: 336px;
    margin-bottom: 20px;
}

.partnership-banner__input--phone {
    margin-bottom: 10px;
}

.partnership-banner__person {
    margin-bottom: 30px;
}

.partnership-banner__person .checkbox__text {
    font-size: 12px;
}

.partnership-banner__person a {
    color: #000;
}

.partnership-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 84px;
    margin: 0 0 52px;
    color: #000;
    max-width: 665px;
}

.partnership__par {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    max-width: 520px;
}

.partnership-banner__title-two {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 75px;
    margin: 47px 0 50px;
    color: #000;
    max-width: 520px;
    position: relative;
    z-index: 4;
    background: #fff;
}

.partnership-banner__sguares {
    position: absolute;
    right: -56%;
    top: 0;
}

.partnership-banner__sguares .square {
    background: #f57e23;
}

.partnership-banner__sguares-reverse {
    position: absolute;
    top: 47%;
    left: -41%;
}

.partnership-banner__sguares-reverse .squares {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.partnership-banner__sguares-reverse .square {
    background: #f57e23;
}

.partnership-banner__pluses .plus {
    z-index: 3;
    fill: #f57e23;
}

.partnership-map {
    margin-top: 0;
}

.none-banner {
    background: #fff;
    padding-top: 83px;
    position: relative;
    overflow: hidden;
    height: 521px;
}

.none-banner__wrap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.none-banner__text {
    position: relative;
    z-index: 3;
    background: #fff;
}

.none-banner__404 {
    font-style: normal;
    font-weight: normal;
    font-size: 288px;
    line-height: 337px;
    letter-spacing: 0.03em;
    color: #f57e23;
}

.none-banner__title {
    color: #f57e23;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin: 88px 0 24px;
}

.none__par {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    max-width: 275px;
    margin: 0 0 26px;
}

.none-banner__sguares {
    position: absolute;
    right: -56%;
    top: 0;
}

.none-banner__sguares .square {
    background: #f57e23;
}

.none-banner__sguares-reverse {
    position: absolute;
    top: 63%;
    left: -41%;
}

.none-banner__sguares-reverse .squares {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.none-banner__sguares-reverse .square {
    background: #f57e23;
}

.none-banner__pluses .plus {
    z-index: 3;
    fill: #f57e23;
}

.footer {
    background: #1e1e1e;
    padding-top: 113px;
    padding-bottom: 20px;
}

.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__logo {
    width: 30%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__form {
    width: 39%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    max-width: 240px;
    margin-bottom: 38px;
}

.footer__form-input {
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 10px 11px 0;
    margin-bottom: 13px;
    background: transparent;
    width: 330px;
    outline: none;
}

.footer__form-input::-webkit-input-placeholder {
    color: #fff;
}

.footer__form-input:-moz-placeholder {
    color: #fff;
}

.footer__form-input::-moz-placeholder {
    color: #fff;
}

.footer__form-input:-ms-input-placeholder {
    color: #fff;
}

.footer__form-input::-ms-input-placeholder {
    color: #fff;
}

.footer__form-input::placeholder {
    color: #fff;
}

.footer__checkbox {
    display: block;
    margin-bottom: 40px;
}

.footer__checkbox .checkbox__text {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
}

.footer__checkbox .checkbox__text > a {
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.footer__checkbox .checkbox__text > a:hover {
    color: #f57e23;
}

.footer__checkbox .checkbox__text::before {
    border-color: #fff;
}

.footer__checkbox .checkbox__text::after {
    content: url("/bitrix/templates/gmate/css/../images/sprites/svg/check-white.svg");
}

.footer__nav {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.footer__nav-item {
    margin-bottom: 18px;
}

.footer__nav-item > a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.footer__nav-item > a:hover {
    color: #f57e23;
}

.footer__nav-lang {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.footer__nav-lang > a, .footer__nav-lang > span {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.footer__nav-lang > a:hover, .footer__nav-lang > span {
    color: #f57e23;
}

.footer__social {
    width: 6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__social-item {
    margin-right: 30px;
}

.footer__social-item:hover .footer__social-svg {
    fill: #f57e23;
}

.footer__social-svg {
    max-width: 29px;
    max-height: 29px;
    fill: #fff;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    -moz-transition: fill .3s;
    transition: fill .3s;
}

.footer__social-svg--instagram {
    max-width: 19px;
    max-height: 19px;
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 40px;
}

.footer__dev {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.footer__dev a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

.footer__dev a:hover {
    color: #f57e23;
}

.footer__info {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    max-width: 420px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 7px;
}

@media screen and (max-width: 1500px) {
    .container {
        width: 1280px;
        padding: 0 40px;
    }

    .title {
        font-size: 36px;
        line-height: 42px;
    }

    .ui-tabs .ui-tabs-nav {
        height: 51px;
    }

    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        font-size: 18px;
        line-height: 21px;
        padding: 14px 20px 13px;
    }

    .ui-selectmenu-button.ui-button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .ui-selectmenu-text {
        font-size: 18px;
        line-height: 21px;
        margin-right: 40px;
    }

    .header__logo {
        width: 126.92px;
        height: 22px;
    }
    .header__logo > img {
        max-width: 117px;
    }
    .nav__item {
        font-size: 14px;
        line-height: 16px;
        padding: 30px 15px 29px;
    }

    .nav__lang {
        font-size: 12px;
        line-height: 14px;
        padding: 31px 2px 24px 5%;
    }

    .banner {
        height: 525px;
    }

    .banner__magazine {
        top: 40%;
    }

    .banner__ellipse {
        width: 1441.75px;
        height: 1441.75px;
        left: 43.5%;
        top: -135px;
    }

    .banner__group-of-squares {
        left: 59.2%;
        top: 60px;
    }

    .banner__group-of-squares .squares {
        margin-bottom: 62px !important;
    }

    .banner__group-of-squares .square {
        width: 5px !important;
        height: 5px !important;
        margin-right: 62px !important;
    }

    .banner__title {
        font-size: 48px;
        line-height: 110%;
        margin-bottom: 19px;
    }

    .banner__desc {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 41px;
        max-width: 430px;
    }

    .banner__slide {
        margin-top: 55px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 38px;
    }

    .banner__img {
        width: 476px;
        height: 400px;
    }

    .banner__img img {
        max-height: 100%;
        max-width: 100%;
    }

    .banner__slide-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 330px;
        margin-top: 15px;
        margin-left: 30px;
    }

    .monitoring {
        padding-top: 0;
    }

    .monitoring__title {
        max-width: 620px;
    }

    .monitoring__par {
        font-size: 18px;
        line-height: 26px;
        max-width: 537px;
        margin-top: 17px;
    }

    .monitoring__subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-top: 52px;
        margin-bottom: 48px;
    }

    .monitoring__list {
        width: 699px;
        min-width: 669px;
    }

    .monitoring__img::after {
        width: 43.21px;
        height: 43.21px;
        font-size: 18px;
        line-height: 26px;
    }

    .monitoring__img--1 {
        width: 190px;
        height: 270px;
        left: -5px;
    }

    .monitoring__img--1::after {
        bottom: 16px;
        left: 4px;
    }

    .monitoring__img--2 {
        width: 399.25px;
        height: 198.76px;
        top: 9px;
        left: -158px;
    }

    .monitoring__img--2::after {
        top: 107px;
    }

    .monitoring__img--3 {
        width: 239.98px;
        height: 161.15px;
        top: 320px;
        left: 197px;
    }

    .monitoring__img--3::after {
        bottom: 19px;
        right: 31px;
    }

    .monitoring__img--4 {
        width: 57px;
        height: 52px;
        top: 246px;
        left: -100px;
    }

    .monitoring__img--4::after {
        top: -38px;
        left: 35px;
    }

    .monitoring__img--5 {
        width: 99px;
        height: 151px;
        left: 195px;
        top: 190px;
    }

    .monitoring__img--5::after {
        top: -40px;
        right: -5px;
    }

    .monitoring__img--6 {
        width: 68px;
        height: 39px;
        left: -64px;
        top: 362px;
    }

    .monitoring__img--6::after {
        top: 12px;
        left: 49px;
    }

    .monitoring__img img {
        max-width: 100%;
        max-height: 100%;
    }

    .advantage {
        margin-top: 137px;
    }

    .advantage__left {
        width: 51%;
    }

    .advantage__title {
        max-width: 320px;
    }

    .advantage__right {
        width: 49%;
    }

    .advantage__par {
        font-size: 18px;
        line-height: 26px;
        max-width: 96%;
        margin-top: 2px;
    }

    .advantage__subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-top: 52px;
    }

    .advantage__list {
        margin-top: 27px;
    }

    .about {
        margin-top: 114px;
    }

    .about__left {
        width: 48%;
    }

    .about__title {
        margin-bottom: 30px;
    }

    .about__par {
        font-size: 18px;
        line-height: 26px;
        width: 89%;
        margin-bottom: 28px;
    }

    .about__btn {
        margin-top: 53px;
    }

    .about__list {
        margin-top: 0;
        min-width: 610px;
    }

    .about__item {
        margin-bottom: 45px;
    }

    .about__plus {
        width: 16px;
        height: 16px;
    }

    .about__svg {
        max-width: 70px;
        max-height: 60px;
    }

    .about__item-title {
        font-size: 18px;
        line-height: 21px;
        max-width: 100%;
        margin-top: 30px;
        height: 20px;
    }

    .about__item-desc {
        font-size: 16px;
        line-height: 26px;
        min-height: 103px;
    }

    .about__img-bottom {
        margin-top: 10px;
        width: 100%;
    }

    .about__img-bottom > img {
        max-width: 100%;
    }

    .useful-information__top {
        margin-bottom: 32px;
    }

    .useful-information__link-top {
        margin-bottom: 0;
    }

    .useful-information__slide {
        width: 300px;
    }

    .useful-information__slide-wrap {
        width: 278px;
    }

    .useful-information__slide-img {
        width: 278px;
        height: 176px;
    }

    .useful-information__slide-img > img {
        max-width: 100%;
        max-height: 100%;
    }

    .useful-information__slide-title {
        margin-top: 8px;
    }

    .useful-information__slide-desc {
        margin-bottom: 10px;
    }

    .useful-information__arrow {
        bottom: -56px;
    }

    .partnership {
        margin-top: 205px;
    }

    .partnership__map {
        height: 471px;
    }

    .partnership__buttons {
        margin-top: 31px;
        margin-bottom: 28px;
    }

    .questions {
        padding-bottom: 100px;
    }

    .questions__sguares {
        top: 149px;
    }

    .questions__title {
        margin-top: 154px;
        margin-bottom: 31px;
    }

    .questions__accordion-title {
        font-size: 18px;
        line-height: 21px;
    }

    .questions__accordion-desc {
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px;
    }

    .questions__form-title {
        font-size: 36px;
        line-height: 42px;
        margin: 70px 0 21px;
    }

    .questions__form-par {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .questions__btn-wrap {
        margin-top: 47px;
    }

    .company-banner {
        height: 525px;
    }

    .video-js {
        height: 525px;
    }

    .company-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .company-banner__par {
        font-size: 16px;
        line-height: 26px;
        max-width: 660px;
    }

    .company-banner__play {
        right: 5%;
        top: 61%;
    }

    .medtechservice__title {
        margin-bottom: 52px;
    }

    .medtechservice__item {
        margin-bottom: 61px;
    }

    .medtechservice__item-title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 28px;
        max-width: 91%;
    }

    .medtechservice__item-desc {
        font-size: 18px;
        line-height: 26px;
    }

    .mission__container {
        padding: 0 40px;
    }

    .mission {
        margin-top: 39px;
        padding: 50px 44px 0px;
    }

    .mission__squares {
        top: 80px;
    }

    .production {
        padding-bottom: 157px;
    }

    .production__par {
        margin: 8px 0 21px;
    }

    .production__slider {
        margin-top: 29px;
    }

    .production__slide {
        width: 524px;
        height: 315px;
        margin-right: 21px;
    }

    .production__arrow.btn-slide--left {
        right: 8.7vw;
    }

    .production__arrow.btn-slide--right {
        right: 3.4vw;
    }

    .partners__par {
        margin-top: 32px;
        margin-bottom: 49px;
    }

    .partners__slide {
        width: 392px;
        height: 301px;
        margin-right: 11px;
    }

    .partners__slide > div > img {
        max-width: 50%;
        max-height: 50%;
    }

    .useful-banner {
        padding-top: 194px;
        height: 504px;
    }

    .useful-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .useful-banner__par {
        font-size: 16px;
        line-height: 26px;
        max-width: 500px;
    }

    .useful-banner__sguares {
        right: -57%;
    }

    .useful-banner__ellipse {
        width: 707.05px;
        height: 707.05px;
        left: 7px;
        top: -203px;
    }

    .diary__item {
        width: 595px;
    }

    .diary__item .documents__document {
        width: 100%;
    }

    .diary__item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .diary__item-desc {
        font-size: 18px;
        line-height: 34px;
    }

    .useful-articles__title {
        margin-bottom: 30px;
    }

    .useful-articles__wrap {
        margin-top: 27px;
    }

    .useful-articles__top-list {
        width: 50%;
    }

    .useful-articles__item {
        width: 50%;
    }

    .useful-articles__bottom .useful-articles__item {
        width: 25%;
    }

    .useful-articles__item-img {
        width: 285px;
        height: 151px;
    }

    .useful-articles__item-title {
        font-size: 14px;
        line-height: 28px;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .useful-articles__item-subtitle {
        font-size: 14px;
        line-height: 20px;
        max-width: 90%;
        height: 40px;
    }

    .useful-articles__item-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .useful-articles__big {
        width: 50%;
    }

    .useful-articles__big .useful-articles__item-img {
        height: 430px;
    }

    .useful-articles__big .useful-articles__item-title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .useful-articles__big .useful-articles__item-subtitle {
        font-size: 18px;
        line-height: 28px;
        max-width: 90%;
        height: 28px;
    }

    .useful-instruction__title {
        margin-top: 143px;
    }

    .useful-instruction__item {
        margin-bottom: 4px;
    }

    .useful-instruction__item-title {
        font-size: 24px;
        line-height: 30px;
        max-width: 393px;
        margin-bottom: 22px;
    }

    .useful-instruction__item-img {
        height: 350px;
        margin-bottom: 25px;
    }
    .useful-instruction__video {
        height: 350px;
    }

    .useful-documents {
        padding-bottom: 108px;
    }

    .useful-documents__title {
        margin-top: 75px;
    }

    .useful-documents__item-title {
        font-size: 18px;
        line-height: 24px;
        max-width: 200px;
        margin-bottom: 25px;
    }

    .useful-documents__item-list li {
        margin-bottom: 0;
    }

    .useful-documents__item-list li .documents__document {
        margin-bottom: 13px;
    }

    .article__title {
        font-size: 36px;
        line-height: 42px;
        max-width: 850px;
        margin-top: 100px;
        margin-bottom: 41px;
    }

    .sidebar .useful-articles__item {
        width: 100%;
    }

    .sidebar .useful-articles__item-img {
        width: 100%;
        height: 151px;
    }

    .article {
        width: 74.5%;
    }

    .article__img {
        margin-bottom: 4px;
    }

    .article__subtitle {
        font-size: 24px;
        line-height: 30px;
        max-width: 720px;
        margin-top: 50px;
    }

    .article__social-wrap {
        margin-top: 86px;
    }

    .article__title-bottom {
        margin: 80px 0 30px;
    }

    .article__wrapper {
        padding-bottom: 72px;
    }

    .production-banner {
        padding-top: 99px;
        height: 380px;
    }

    .production-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .production-banner__par {
        font-size: 16px;
        line-height: 26px;
        max-width: 610px;
    }

    .production-banner__sguares {
        right: -57%;
        top: 41px;
    }

    .production-banner__ellipse {
        width: 947px;
        height: 947px;
        left: 0;
    }

    .production-list .btn__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .production-item {
        padding-top: 310px;
    }

    .production-item__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .production-item__img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .production-item__img {
        height: 340px;
        width: 90%;
    }

    .production-item__img > img {
        max-height: 444px;
    }

    .production-item--reverse .production-item__img-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .breadcrumbs {
        margin-bottom: 46px;
    }

    .card {
        padding-bottom: 139px;
    }

    .card-info {
        padding-bottom: 132px;
    }

    .card__img {
        padding-top: 74px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card__img > img {
        max-width: 420px;
        max-height: 540px;
    }

    .card__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 41px;
    }

    .card__subtitle {
        font-size: 24px;
        line-height: 28px;
    }

    .card__par {
        font-size: 18px;
        line-height: 26px;
    }

    .card__min-subtitle {
        font-size: 16px;
        line-height: 19px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .card__list li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px;
    }

    .card-info__specifications-item {
        margin-bottom: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .card-instruction__title {
        margin-bottom: 20px;
    }

    .card-instruction__video {
        width: 660px;
        height: 288px;
    }

    .card-instruction__video > img {
        max-width: 100%;
        max-height: 100%;
    }

    .questions-banner {
        padding-top: 94px;
        height: 500px;
    }

    .questions-banner__title {
        font-size: 48px;
        line-height: 56px;
        max-width: 550px;
    }

    .questions-banner__sguares {
        right: -100%;
        top: 45px;
    }

    .questions-banner__ellipse {
        width: 595.94px;
        height: 595.94px;
        left: 0px;
        top: -96px;
    }

    .questions-content__wrap {
        margin-top: -263px;
    }

    .questions-content .questions__accordion-title {
        font-size: 24px;
        line-height: 30px;
    }

    .questions-content .questions__accordion-desc {
        padding-top: 18px;
    }

    .contact-banner {
        padding-top: 100px;
        height: 427px;
    }

    .contact-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .contact-banner__sguares {
        right: -108%;
        top: 41px;
    }

    .contact-banner__item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 19px;
    }

    .contact-banner__item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .contact-banner__item-desc {
        font-size: 20px;
        line-height: 34px;
    }

    .content--contact #map {
        height: 400px;
    }

    .service-banner {
        padding-top: 100px;
        height: 475px;
    }

    .service-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .service-banner__title-two {
        font-size: 48px;
        line-height: 56px;
        max-width: 500px;
    }

    .service-banner__sguares {
        right: -126%;
        top: 0px;
    }

    .service-banner__item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
    }

    .service-banner__item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .service-banner__item-desc {
        font-size: 20px;
        line-height: 34px;
    }

    .service-map {
        margin-top: 0;
    }

    .service-map #map {
        height: 471px !important;
    }

    .partnership-banner {
        /*height: 770px;*/
    }

    .partnership-banner__text {
        width: 50%;
    }

    .partnership-banner__form {
        width: 50%;
        padding-left: 60px;
    }

    .partnership-banner__subtitle {
        font-size: 30px;
        line-height: 35px;
        margin-top: 7px;
    }

    .partnership-banner__form-par {
        font-size: 18px;
        line-height: 26px;
    }

    .partnership-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .partnership__par {
        font-size: 20px;
        line-height: 34px;
    }

    .partnership-banner__title-two {
        font-size: 48px;
        line-height: 56px;
        margin-top: 96px;
        max-width: 410px;
    }

    .partnership-banner__sguares {
        right: -126%;
    }

    .partnership-banner__sguares-reverse {
        top: 40%;
        left: -95%;
    }

    .partnership-map {
        margin-top: 0;
    }

    .partnership-map .partnership__map {
        height: 503px !important;
    }

    .none-banner {
        padding-top: 98px;
        height: 500px;
    }

    .none-banner__sguares {
        right: -102%;
    }

    .none-banner__sguares-reverse {
        left: -102%;
    }

    .footer {
        padding-top: 59px;
        padding-bottom: 30px;
    }

    .footer__logo {
        width: 23%;
    }

    .footer__form {
        width: 36%;
    }

    .footer__nav {
        width: 35%;
    }

    .footer__bottom {
        margin-top: 0;
    }

    .footer__info {
        margin-right: 70px;
    }
}

@media screen and (max-width: 1279px) {
    .useful-instruction__item {
        width: calc(50% - 20px);
    }

    .container {
        width: 100%;
        padding: 0 60px;
    }

    .title {
        font-size: 30px;
        line-height: 35px;
        margin-top: 100px;
    }

    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        font-size: 16px;
        line-height: 19px;
        padding: 13px 18px 13px;
    }

    .btn {
        font-size: 16px;
        line-height: 19px;
        width: 202px;
        padding: 8px 9px;
    }

    .btn__text {
        padding-left: 10px;
        font-size: 16px;
    }

    .btn__svg {
        width: 35px;
        height: 35px;
    }

    .header {
        padding: 9px 0 10px;
        background: #fff;
    }

    .header__logo {
        width: 100px;
        height: 17.31px;
    }

    .nav {
        position: relative;
        z-index: 4;
    }

    .header__magazine {
        display: block;
        margin-top: 30px;
    }

    .header__magazine-title {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #F57E23;
        margin-bottom: 25px;
    }

    .header__magazine-list {
        margin: 0;
        padding: 0 0 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__magazine-list li {
        margin-right: 50px;
    }

    .header__magazine-item {
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left top;
        -webkit-background-size: auto auto;
        -moz-background-size: auto;
        background-size: auto;
    }

    .header__magazine-item--wb {
        height: 20px;
        width: 41.8px;
        background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/wb-color.svg");
    }

    .header__magazine-item--ozon {
        width: 85.71px;
        height: 24px;
        background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/ozon-color.svg");
    }

    .header__magazine-item--beru {
        width: 78px;
        height: 29.2px;
        background-image: url("/bitrix/templates/gmate/css/../images/sprites/svg/beru-color.svg");
    }

    .nav__wrap {
        position: absolute;
        top: -1000%;
        left: 0;
        background: #fff;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px 60px 20px;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        -moz-transition: all .7s;
        transition: all .7s;
        z-index: -1;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .nav__wrap .nav__wrap-squares {
        display: block;
        position: absolute;
        top: 10px;
        left: 50%;
    }

    .nav__wrap .nav__wrap-squares .squares {
        margin-bottom: 61px !important;
    }

    .nav__wrap .nav__wrap-squares .square {
        background: #f57e23;
        width: 5px !important;
        height: 5px !important;
        margin-right: 61px !important;
    }

    .nav__wrap .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 210px;
    }

    .nav__wrap .nav__list li {
        width: 50%;
    }

    .nav__wrap .nav__list .nav__item {
        width: 100%;
        font-size: 30px;
        line-height: 100%;
        color: #f57e23;
        padding: 15px 0;
        white-space: normal;
    }

    .nav__wrap .nav__lang {
        font-size: 24px;
        line-height: 100%;
        color: #f57e23;
        padding: 30px 0 15px;
    }

    .nav__wrap--active {
        top: 45px;
    }

    .nav__burger {
        display: block;
        height: 28px;
        width: 28px;
        background: none;
        border: none;
        position: relative;
        padding: 0;
        margin: 0;
        cursor: pointer;
        outline: none;
    }

    .nav__burger-item {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #f57e23;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .nav__burger-item--one {
        -webkit-transform: translateY(-webkit-calc(-50% - 6px));
        -moz-transform: translateY(-moz-calc(-50% - 6px));
        -ms-transform: translateY(calc(-50% - 6px));
        -o-transform: translateY(calc(-50% - 6px));
        transform: translateY(calc(-50% - 6px));
        width: 14px;
    }

    .nav__burger-item--three {
        width: 25px;
        -webkit-transform: translateY(-webkit-calc(-50% + 6px));
        -moz-transform: translateY(-moz-calc(-50% + 6px));
        -ms-transform: translateY(calc(-50% + 6px));
        -o-transform: translateY(calc(-50% + 6px));
        transform: translateY(calc(-50% + 6px));
    }

    .nav__burger--active .nav__burger-item--one {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 29px;
    }

    .nav__burger--active .nav__burger-item--two {
        opacity: 0;
    }

    .nav__burger--active .nav__burger-item--three {
        width: 29px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .banner {
        height: 458px;
    }

    .banner__magazine {
        display: none;
    }

    .banner__ellipse {
        width: 1121.17px;
        height: 1120.06px;
        left: 35%;
        top: -60px;
    }

    .banner__group-of-squares {
        left: 42%;
        top: 50px;
    }

    .banner__group-of-squares .squares {
        margin-bottom: 61px !important;
    }

    .banner__group-of-squares .square {
        width: 4.81px !important;
        height: 4.81px !important;
        margin-right: 61px !important;
    }

    .banner__info {
        width: 50%;
    }

    .banner__title {
        font-size: 36px;
        line-height: 100%;
        margin-top: 124px;
    }

    .banner__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 31px;
    }

    .banner__slide {
        width: -webkit-calc(50% - 24px);
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
        margin-left: 24px;
        margin-top: 46px;
    }

    .banner__img {
        width: 290px;
        height: 320px;
    }

    .banner__slide-desc {
        font-size: 12px;
        line-height: 20px;
        margin-left: 8px;
        margin-top: 8px;
    }

    .banner__wrap .slick-dots {
        bottom: 15px;
    }

    .banner__wrap .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .banner__wrap .slick-dots li.slick-active {
        width: 10px;
        height: 10px;
    }

    .monitoring__wrap {
        position: relative;
    }

    .monitoring__info {
        width: 100%;
    }

    .monitoring__par {
        margin-top: 8px;
        padding-bottom: 472px;
    }

    .monitoring__subtitle {
        margin-bottom: 40px;
    }

    .monitoring__list {
        width: 100%;
        min-width: auto;
        height: 150px;
    }

    .monitoring__item {
        width: 50%;
        margin-bottom: 21px;
    }

    .monitoring__item-text {
        font-size: 16px;
        line-height: 26px;
        margin-left: 25px;
    }

    .monitoring__item-number {
        font-size: 18px;
        line-height: 26px;
        bottom: 37%;
    }

    .monitoring__images {
        position: absolute;
        left: 0;
        top: 115px;
    }

    .monitoring__img--1 {
        left: 156px;
    }

    .monitoring__img--2 {
        left: 4px;
    }

    .monitoring__img--3 {
        left: 355px;
    }

    .monitoring__img--4 {
        left: 61px;
    }

    .monitoring__img--5 {
        left: 355px;
    }

    .monitoring__img--6 {
        left: 97px;
    }

    .advantage {
        margin-top: 0;
    }

    .advantage__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .advantage__left {
        width: 100%;
    }

    .advantage__img {
        top: 300px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0;
    }

    .advantage__title {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .advantage__right {
        width: 100%;
    }

    .advantage__par {
        max-width: 94%;
        padding-bottom: 488px;
    }

    .advantage__subtitle {
        margin-top: 0;
    }

    .advantage__list {
        margin-top: 31px;
        max-height: 235px;
        margin-bottom: 14px;
    }

    .advantage__item {
        margin-bottom: 17px;
    }

    .advantage__item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 4px;
    }

    .advantage__item-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .about {
        margin-top: 0;
        position: relative;
    }

    .about__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__left {
        width: 100%;
    }

    .about__right {
        width: 100%;
        padding-left: 0;
    }

    .about__title {
        margin-bottom: 32px;
    }

    .about__par {
        width: 100%;
        margin-bottom: 29px;
    }

    .about__btn {
        display: none;
    }

    .about__list {
        padding-top: 291px;
        max-height: 991px;
    }

    .about__item {
        margin-bottom: 37px;
    }

    .about__img-bottom {
        position: absolute;
        width: 100%;
        height: 240px;
        top: 471px;
        left: 0;
    }

    .about__img-bottom > img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .useful-information {
        margin-top: 0;
    }

    .useful-information__title {
        margin-top: 75px;
    }

    .useful-information__link-top > span {
        margin-right: 15px;
    }

    .useful-information__slide {
        width: 278px;
        margin-right: 44px;
    }

    .useful-information__arrow {
        width: 35px;
        height: 35px;
        bottom: -52px;
    }

    .useful-information__arrow.btn-slide--left {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% - 27px)) rotate(180deg);
        -moz-transform: translateX(-moz-calc(-50% - 27px)) rotate(180deg);
        -ms-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        -o-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        transform: translateX(calc(-50% - 27px)) rotate(180deg);
    }

    .useful-information__arrow.btn-slide--right {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% + 27px));
        -moz-transform: translateX(-moz-calc(-50% + 27px));
        -ms-transform: translateX(calc(-50% + 27px));
        -o-transform: translateX(calc(-50% + 27px));
        transform: translateX(calc(-50% + 27px));
    }

    .btn-slide > svg {
        width: 15px;
        height: 15px;
    }

    .partnership {
        margin-top: 152px;
    }

    .partnership__title {
        margin-top: 75px;
    }

    .partnership__map {
        height: 235px;
    }

    .questions {
        padding-bottom: 49px;
    }

    .questions__sguares {
        top: 29px;
        left: 45%;
    }

    .questions__accordion-item {
        width: 100%;
        padding: 20px 10px 9px 30px;
    }

    .questions__accordion-item .questions__accordion-arrow {
        -webkit-transform: translateY(5px) rotate(90deg);
        -moz-transform: translateY(5px) rotate(90deg);
        -ms-transform: translateY(5px) rotate(90deg);
        -o-transform: translateY(5px) rotate(90deg);
        transform: translateY(5px) rotate(90deg);
    }

    .questions__accordion-item--active .questions__accordion-arrow {
        -webkit-transform: translateY(5px) rotate(-90deg);
        -moz-transform: translateY(5px) rotate(-90deg);
        -ms-transform: translateY(5px) rotate(-90deg);
        -o-transform: translateY(5px) rotate(-90deg);
        transform: translateY(5px) rotate(-90deg);
    }

    .questions__accordion-desc {
        padding-top: 7px;
        max-width: 100%;
    }

    .questions__form-title {
        font-size: 30px;
        line-height: 35px;
        margin: 30px 0 10px;
    }

    .questions__top-inputs {
        width: 100%;
        margin-bottom: 21px;
    }

    .questions__input-name {
        width: 280px;
    }

    .questions__input-mail {
        width: 300px;
    }

    .questions__bottom-inputs {
        width: 100%;
    }

    .questions__bottom-inputs .questions__textarea {
        width: 100%;
    }

    .questions__person {
        width: 100%;
    }

    .questions__btn-wrap {
        margin-top: 26px;
    }

    .company-banner {
        padding-top: 30px;
        height: 553px;
    }

    .video-js {
        height: 553px;
    }

    .company-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 14px;
    }

    .company-banner__par {
        font-size: 16px;
        line-height: 24px;
        max-width: 388px;
    }

    .company-banner__play {
        right: 3%;
        top: 55%;
    }

    .medtechservice__title {
        font-size: 36px;
        line-height: 42px;
    }

    .medtechservice__item {
        width: 50%;
        margin-bottom: 57px;
    }

    .medtechservice__item-title {
        font-size: 18px;
        line-height: 21px;
        width: 99%;
        margin-bottom: 7px;
    }

    .medtechservice__item-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .mission__wrap {
        width: 100%;
    }

    .mission__container {
        padding: 0;
        width: 100%;
    }

    .mission {
        width: 640px;
        padding: 50px 20px 0;
        margin: 44px auto 0;
    }

    .mission__squares {
        left: 280px;
    }

    .production {
        margin-top: 108px;
        padding-bottom: 77px;
    }

    .production__title {
        margin-top: 0;
        font-size: 36px;
        line-height: 42px;
    }

    .production__par {
        font-size: 18px;
        line-height: 26px;
    }

    .production__slider {
        margin-top: 9px;
    }

    .production__slide {
        width: 295px;
        height: 179px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .production__slide > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .production__arrow {
        width: 35px;
        height: 35px;
        bottom: -65px;
    }

    .production__arrow.btn-slide--left {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% - 27px)) rotate(180deg);
        -moz-transform: translateX(-moz-calc(-50% - 27px)) rotate(180deg);
        -ms-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        -o-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        transform: translateX(calc(-50% - 27px)) rotate(180deg);
    }

    .production__arrow.btn-slide--right {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% + 27px));
        -moz-transform: translateX(-moz-calc(-50% + 27px));
        -ms-transform: translateX(calc(-50% + 27px));
        -o-transform: translateX(calc(-50% + 27px));
        transform: translateX(calc(-50% + 27px));
    }

    .partners__title {
        margin-top: 26px;
        font-size: 36px;
        line-height: 42px;
    }

    .partners__par {
        max-width: 340px;
        margin-bottom: 31px;
    }

    .partners__slide {
        width: 295px;
        height: 226px;
        margin-right: 10px;
    }

    .partners__arrow {
        width: 35px;
        height: 35px;
        bottom: -65px;
    }

    .partners__arrow.btn-slide--left {
        right: 55px;
    }

    .documents {
        padding-top: 14px;
        padding-bottom: 50px;
    }

    .documents__title {
        width: 50%;
        margin-top: 0;
        font-size: 36px;
        line-height: 42px;
    }

    .documents__documents {
        width: 50%;
        padding-top: 10px;
    }

    .documents__document {
        width: 100%;
        margin-bottom: 21px;
    }

    .documents__document svg {
        margin-top: 5px;
    }

    .documents__document-text {
        margin-left: 17px;
    }

    .documents__document-title {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .useful-banner {
        padding-top: 109px;
        height: 532px;
    }

    .useful-banner__title {
        font-size: 36px;
        line-height: 42px;
    }

    .useful-banner__par {
        font-size: 16px;
        line-height: 26px;
    }

    .useful-banner__sguares {
        right: -253%;
    }

    .useful-banner__sguares .squares {
        margin-bottom: 90px !important;
    }

    .useful-banner__sguares .square {
        width: 7px !important;
        height: 7px !important;
        margin-right: 90px !important;
    }

    .useful-banner__ellipse {
        width: 454px;
        height: 454px;
        left: -20px;
        top: 28px;
    }

    .diary__title {
        font-size: 36px;
        line-height: 42px;
    }

    .diary__wrap {
        margin-top: 30px;
    }

    .diary__item {
        width: calc(50% - 50px);
        padding: 40px 13px 39px;
    }

    .diary__item-title {
        margin-bottom: 15px;
    }

    .diary__item-desc {
        margin-bottom: 20px;
    }

    .diary__img {
        bottom: 0;
    }

    .diary__img--parent {
        width: 135px;
        height: 88px;
    }

    .diary__img--child {
        right: 5px;
        width: 92px;
        height: 86.59px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .diary__img > img {
        max-width: 100%;
        max-height: 100%;
    }

    .useful-articles__title {
        font-size: 36px;
        line-height: 42px;
    }

    .useful-articles__top-list {
        display: none;
    }

    .useful-articles__item {
        width: 33%;
    }

    .useful-articles__bottom {
        margin-top: 30px;
    }

    .useful-articles__bottom .useful-articles__item {
        width: 31%;
    }

    .useful-articles__bottom .useful-articles__item .useful-articles__item-img > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .useful-articles__bottom .useful-articles__item:last-child {
        display: none;
    }

    .useful-articles__item-img {
        width: 100%;
        height: 101px;
    }

    .useful-articles__item-img > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .useful-articles__item-title {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px;
    }

    .useful-articles__item-subtitle {
        font-size: 14px;
        line-height: 20px;
        height: auto;
        min-height: 60px;
    }

    .useful-articles__item-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .useful-articles__big {
        width: 100%;
    }

    .useful-articles__big .useful-articles__item {
        width: 100%;
    }

    .useful-articles__big .useful-articles__item-img {
        width: 100%;
        height: 289px;
    }

    .useful-articles__big .useful-articles__item-title {
        margin-top: 8px;
    }

    .useful-articles__big .useful-articles__item-subtitle {
        height: auto;
        min-height: 29px;
    }

    .useful-instruction__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 94px;
        margin-bottom: 31px;
    }

    .useful-instruction__item-img {
        height: auto;
    }
    .useful-instruction__video {
        height: 25vw;
    }

    .useful-instruction__item-title {
        font-size: 18px;
        line-height: 26px;
        max-width: 290px;
        margin-bottom: 10px;
    }

    .useful-instruction__item-img {
        margin-bottom: 20px;
    }

    .useful-instruction__item-img > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }


    .useful-documents {
        padding-bottom: 54px;
    }

    .useful-documents__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 65px;
        margin-bottom: 31px;
    }

    .useful-documents__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .useful-documents__item {
        width: 50%;
        margin-bottom: 7px;
    }

    .useful-documents__item-title {
        margin-bottom: 21px;
    }

    .article__title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .sidebar {
        display: none;
    }

    .article {
        width: 100%;
    }

    .article__img {
        height: 286px;
        margin-bottom: 10px;
    }

    .article__img > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .article__info-item-title {
        font-size: 12px;
        line-height: 28px;
    }

    .article__info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .article__info-item {
        width: auto;
    }

    .article__info-item-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .article__par {
        font-size: 16px;
        line-height: 24px;
        margin: 10px 0 16px;
    }

    .article__list {
        padding: 13px 0 0 15px;
    }

    .article__list > li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .article__subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-top: 54px;
        margin-bottom: 30px;
    }

    .article__desc {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
        max-width: 95%;
    }

    .article__block {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 95%;
    }

    .article__block::before {
        left: 0;
    }

    .article__social-wrap {
        margin-top: 64px;
    }

    .article__social-title {
        font-size: 18px;
        line-height: 21px;
        margin-right: 41px;
    }

    .article__social > a > svg {
        max-width: 18px;
        max-height: 18px;
    }

    .article__title-bottom {
        font-size: 30px;
        line-height: 120%;
        margin: 60px 0 20px;
    }

    .useful-articles__bottom {
        margin-top: 20px;
    }

    .article__wrapper {
        padding-bottom: 55px;
    }

    .production-banner {
        padding-top: 72px;
        height: 289px;
    }

    .production-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
    }

    .production-banner__par {
        font-size: 16px;
        line-height: 24px;
        max-width: 472px;
    }

    .production-banner__sguares {
        right: -267%;
        top: 40px;
    }

    .production-banner__ellipse {
        width: 543px;
        height: 543px;
        left: -132px;
        top: -85px;
    }

    .production-item {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 100px;
    }

    .production-item:first-child {
        padding-top: 125px;
    }

    .production-item__title {
        font-size: 20px;
        line-height: 23px;
    }

    .production-item__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 22px;
        max-width: 95%;
    }

    .production-item__img {
        width: 100%;
        height: 189px;
    }

    .production-item__img > img {
        right: 25px;
        bottom: 16px;
        max-height: 271px;
    }

    .production-item--reverse .production-item__info {
        padding-left: 30px;
    }

    .production-item--reverse .production-item__desc {
        max-width: 100%;
    }

    .production-item--reverse .production-item__img > img {
        left: 25px;
    }

    .production-item--reverse .production-item__img > img.production-item__img-min {
        left: 40px;
        max-height: 279px;
    }

    .partnership {
        margin-top: 100px;
    }

    .breadcrumbs {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 16px;
        font-size: 12px;
        line-height: 14px;
    }

    a.breadcrumb::after {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 16px;
        font-size: 12px;
        line-height: 14px;
    }

    .card {
        padding-bottom: 65px;
    }

    .card__wrap {
        position: relative;
    }

    .card-info {
        padding-bottom: 60px;
    }

    .card-info__wrap {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card__info-wrap {
        width: 50%;
    }

    .card__info-two {
        width: 100%;
    }

    .card__img {
        padding-top: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .card__img > img {
        max-width: 220px;
        max-height: 300px;
    }

    .card__title {
        margin-top: 17px;
        font-size: 36px;
        line-height: 42px;
    }

    .card__subtitle {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .card__par {
        font-size: 16px;
        line-height: 24px;
    }

    .card__min-subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-top: 39px;
        margin-bottom: 21px;
    }

    .card__list li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 14px;
        max-width: 453px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs {
        height: 25px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab .ui-tabs-anchor {
        font-size: 12px;
        line-height: 14px;
        padding: 0 17px 10px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab:first-child .ui-tabs-anchor {
        padding-left: 0;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab:last-child .ui-tabs-anchor {
        padding-right: 0;
    }

    .card-info__specifications-item-title {
        font-size: 18px;
        line-height: 21px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 0;
    }

    .card-info__specifications-item-desc {
        font-size: 16px;
        line-height: 19px;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .card-info__safety-precautions__item-number {
        font-size: 18px;
        line-height: 21px;
    }

    .card-info__safety-precautions__item-text {
        font-size: 16px;
        line-height: 19px;
        margin-left: 30px;
    }

    .card-info__contraindications {
        font-size: 16px;
        line-height: 19px;
    }

    .card-info__specifications-list {
        padding-top: 20px;
    }

    .card-info__specifications-item {
        margin-bottom: 22px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-instruction__title {
        font-size: 14px;
        line-height: 16px;
    }

    .card-instruction__video {
        width: 100%;
        height: 260px;
        margin-bottom: 20px;
    }

    .card-instruction__video > img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .card-maps .partnership {
        margin-top: 60px;
    }

    .card-maps .partnership__title {
        margin-top: 71px;
    }

    .questions-banner {
        padding-top: 68px;
        height: 290px;
    }

    .questions-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        max-width: 400px;
    }

    .questions-banner__sguares {
        top: 38px;
    }

    .questions-banner__sguares .squares {
        margin-bottom: 67px !important;
    }

    .questions-banner__sguares .square {
        width: 5px !important;
        height: 5px !important;
        margin-right: 67px !important;
    }

    .questions-banner__ellipse {
        width: 359px;
        height: 359px;
        right: -188%;
        top: -69px;
    }

    .questions-content__wrap {
        margin-top: -110px;
    }

    .questions-content {
        padding-bottom: 21px;
    }

    .questions-content .questions__accordion-title {
        font-size: 20px;
        line-height: 30px;
    }

    .questions-content .questions__accordion-item {
        width: 100%;
        padding: 30px 40px 29px 39px;
    }

    .questions-content .questions__accordion-desc {
        font-size: 16px;
        line-height: 24px;
        padding-top: 12px;
    }

    .pagination {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .contact-banner {
        padding-top: 0;
        height: 420px;
    }

    .contact-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 79px;
    }

    .contact-banner__sguares {
        top: 33px;
        right: -238%;
    }

    .contact-banner__sguares .squares {
        margin-bottom: 79px !important;
    }

    .contact-banner__sguares .square {
        width: 7px !important;
        height: 6.08px !important;
    }

    .contact-banner__list {
        padding-top: 2px;
    }

    .contact-banner__item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .contact-banner__item-title {
        font-size: 18px;
        line-height: 28px;
        width: 270px;
    }

    .contact-banner__item-desc {
        font-size: 18px;
        line-height: 28px;
        width: -webkit-calc(100% - 270px);
        width: -moz-calc(100% - 270px);
        width: calc(100% - 270px);
        max-width: 300px;
    }

    .content--contact #map {
        height: 290px !important;
    }

    .service-banner {
        padding-top: 79px;
    }

    .service-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .service-banner__title-two {
        font-size: 36px;
        line-height: 42px;
        margin-top: 70px;
    }

    .service-banner__sguares {
        right: -238%;
    }

    .service-banner__item-title {
        font-size: 18px;
        line-height: 21px;
    }

    .service-banner__item-desc {
        padding-left: 40px;
        font-size: 18px;
        line-height: 34px;
    }

    .service-map {
        /*margin-top: -134px;*/
        padding-left: 8px;
    }

    .service-map #map {
        height: 234px !important;
    }

    .partnership-banner {
        padding-top: 79px;
        /*height: 875px;*/
    }

    .partnership-banner__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .partnership-banner__text {
        width: 100%;
    }

    .partnership-banner__form {
        width: 100%;
        padding-left: 0;
        margin-top: 57px;
    }

    .partnership-banner__subtitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .partnership-banner__form-par {
        font-size: 16px;
        line-height: 24px;
        max-width: 336px;
        margin-bottom: 36px;
    }

    .partnership-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .partnership__par {
        font-size: 16px;
        line-height: 24px;
        max-width: 270px;
    }

    .partnership-banner__title-two {
        font-size: 36px;
        line-height: 42px;
        margin-top: 74px;
        max-width: 300px;
    }

    .partnership-banner__sguares {
        right: -238%;
    }

    .partnership-banner__sguares-reverse {
        display: none;
    }

    .partnership-map {
        margin-top: 0;
    }

    .partnership-map .partnership__map {
        height: 235px !important;
    }

    .none-banner {
        padding-top: 0;
        height: 321px;
    }

    .none-banner__title {
        font-size: 18px;
        line-height: 21px;
        margin: 79px 0 18px;
    }

    .none__par {
        font-size: 16px;
        line-height: 24px;
        max-width: 249px;
        margin: 0 0 22px;
    }

    .none-banner__sguares {
        right: -250%;
    }

    .none-banner__404 {
        font-size: 144px;
        line-height: 169px;
        padding: 78px 0 0 15px;
    }

    .none-banner__sguares-reverse {
        display: none;
    }

    .footer {
        position: relative;
        padding-bottom: 20px;
    }

    .footer__wrap {
        position: relative;
        padding-top: 71px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 460px;
    }

    .footer__logo {
        top: 0;
        left: 0;
        position: absolute;
    }

    .footer__form {
        width: 50%;
    }

    .footer__nav {
        width: 50%;
    }

    .footer__social {
        position: absolute;
        right: 0;
        top: -9px;
        width: 13%;
    }

    .footer__form-input {
        width: 80%;
    }

    .footer__checkbox .checkbox__text {
        display: block;
    }

    .footer__checkbox .checkbox__text > a {
        display: block;
    }

    .footer__checkbox .checkbox__text::before {
        top: 3px;
    }

    .checkbox input:checked + .checkbox__text:after {
        top: 1px;
    }

    .footer__checkbox {
        margin-bottom: 23px;
    }

    .footer__bottom {
        margin-top: 29px;
    }

    .footer__nav-lang {
        margin-top: -3px;
    }

    .footer__info {
        position: absolute;
        bottom: 64px;
        right: -18px;
        font-size: 12px;
        line-height: 14px;
        max-width: 268px;
    }

    .footer__dev {
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 900px) {
    .diary__item {
        width: calc(50% - 20px);
        padding: 20px 14px;
    }

    .diary__img > img {
        display: none;
    }

}

@media screen and (max-width: 639px) {
    .advantage__img {
        top: 330px; /* 360 */
    }
    .useful-instruction__item {
        width: 100%;
        margin-bottom: 40px;
    }
    .useful-instruction__video {
        height: 50vw;
    }

    .diary__item {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .documents__document {
        min-height: 50px;
    }

    .diary__img--child {
        display: none;
    }

    .documents__document-text {
        line-height: 1.4;
    }

    .documents__document > svg {
        width: 40px;
        height: 50px;
    }

    .title {
        font-size: 30px;
        line-height: 35px;
        margin-top: 60px;
    }

    .ui-tabs .ui-tabs-nav {
        height: 43px;
    }

    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 18px 13px;
    }

    .ui-selectmenu-button.ui-button {
        margin-top: 20px;
    }

    .ui-selectmenu-text {
        font-size: 16px;
        line-height: 19px;
    }

    .ui-selectmenu-menu .ui-menu li.ui-menu-item > div {
        font-size: 16px;
        line-height: 19px;
    }

    .checkbox input:checked + .checkbox__text:after {
        top: -1px;
    }

    .nav__wrap {
        top: -1300%;
    }

    .nav__wrap--active {
        top: 45px;
    }

    .nav__wrap .nav__list {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .nav__wrap .nav__list li {
        width: 100%;
    }

    .nav__wrap .nav__list .nav__item {
        font-size: 30px;
        line-height: 100%;
    }

    .header__magazine-list li {
        margin-right: 35px;
    }

    .banner {
        height: 610px;
    }

    .banner .plus {
        display: none;
    }

    .banner__ellipse {
        width: 1121.17px;
        height: 1119.17px;
        left: 28%;
        top: 70px;
    }

    .banner__group-of-squares {
        top: 125px;
        left: 29%;
    }

    .banner__group-of-squares .squares {
        margin-bottom: 61.69px !important;
    }

    .banner__group-of-squares .square {
        width: 4.81px !important;
        height: 4.81px !important;
        margin-right: 61.69px !important;
    }

    .banner__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner__info {
        width: 100%;
    }

    .banner__info .btn {
        display: none;
    }

    .banner__title {
        font-size: 36px;
        line-height: 100%;
        margin-top: 49px;
        margin-bottom: 10px;
    }

    .banner__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .banner__slide {
        width: 100%;
        margin: 0;
    }

    .banner__img {
        width: 266px;
        height: 291px;
    }

    .banner__slide-desc {
        margin: -2px 0 0;
        font-size: 12px;
        line-height: 20px;
    }

    .banner__wrap .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .monitoring__par {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 224px;
    }

    .monitoring__subtitle {
        font-size: 14px;
        line-height: 16px;
        max-width: 222px;
        margin-bottom: 30px;
    }

    .monitoring__list {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    .monitoring__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .monitoring__images {
        top: 118px;
    }

    .monitoring__img::after {
        width: 21px;
        height: 21px;
        font-size: 12px;
        line-height: 100%;
    }

    .monitoring__img--1 {
        width: 90px;
        height: 130px;
        left: 70px;
    }

    .monitoring__img--1::after {
        bottom: 8px;
    }

    .monitoring__img--2 {
        width: 190px;
        height: 95px;
        left: -1px;
        top: 49px;
    }

    .monitoring__img--2::after {
        top: 50px;
    }

    .monitoring__img--3 {
        width: 113.98px;
        height: 77.15px;
        top: 180px;
        left: 166px;
    }

    .monitoring__img--3::after {
        bottom: 9px;
        right: 13px;
    }

    .monitoring__img--4 {
        width: 28px;
        height: 28px;
        top: 157px;
        left: 26px;
    }

    .monitoring__img--4::after {
        top: -17px;
        left: 18px;
    }

    .monitoring__img--5 {
        width: 43px;
        height: 66px;
        left: 170px;
        top: 138px;
    }

    .monitoring__img--5::after {
        top: -23px;
        right: -3px;
    }

    .monitoring__img--6 {
        width: 35px;
        height: 20px;
        left: -1px;
        top: 198px;
    }

    .monitoring__img--6::after {
        top: 7px;
        left: 24px;
    }

    .monitoring__btn {
        width: 100%;
        margin-top: 12px;
    }

    .advantage__title {
        margin-bottom: 20px;
    }

    .advantage__par {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        padding-bottom: 250px;
    }

    .advantage__img > img {
        width: 230px;
    }

    .advantage__list {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }

    .advantage__item {
        margin-bottom: 16px;
        width: 100%;
    }

    .advantage__btn {
        width: 100%;
    }

    .about {
        display: none;
    }

    .about__title {
        margin-bottom: 20px;
    }

    .about__par {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .about__list {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding-top: 196px;
        min-width: auto;
    }

    .about__item {
        width: 100%;
        margin-bottom: 0;
    }

    .about__item-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .about__img-bottom {
        height: 150px;
        top: 591px;
    }

    .useful-information__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .useful-information__title {
        margin-top: 17px;
        margin-bottom: 20px;
    }

    .useful-information__link-top {
        font-size: 14px;
        line-height: 28px;
    }

    .useful-information__link-top > span {
        font-size: 14px;
        line-height: 28px;
    }

    .useful-information__link-top > svg {
        width: 12px;
        height: 7px;
    }

    .useful-information__slide {
        width: 135px;
        margin-right: 10px;
    }

    .useful-information__slide-wrap {
        width: 135px;
    }

    .useful-information__slide-img {
        width: 135px;
        height: 86px;
    }

    .useful-information__slide-title {
        font-size: 12px;
        line-height: 28px;
        margin-top: 1px;
    }

    .useful-information__slide-desc {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        height: 58px;
    }

    .useful-information__slide-link-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-link > span {
        font-size: 14px;
        line-height: 28px;
    }

    .main-link--min > span {
        margin-right: 11px;
    }

    .main-link--min > svg {
        width: 9px;
        height: 5px;
    }

    .useful-information__arrow {
        bottom: 51px;
    }

    .partnership {
        margin-top: 0;
    }

    .partnership .ui-tabs .ui-tabs-nav li {
        margin-right: 64px;
    }

    .partnership .ui-tabs .ui-tabs-nav li:last-child {
        margin-right: 0;
    }

    .partnership__title {
        margin-top: 9px;
    }

    .partnership__map {
        height: 180px;
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .partnership__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
    }

    .partnership__cities {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partnership__city {
        width: 100%;
    }

    .partnership__item-button > span {
        font-size: 16px;
        line-height: 20px;
    }

    .partnership__shops {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partnership__store {
        width: 100%;
        margin-bottom: 20px;
    }

    .partnership__store-address {
        font-size: 14px;
        line-height: 16px;
    }

    .partnership__store-phone {
        font-size: 12px;
        line-height: 14px;
    }

    .questions {
        padding-bottom: 79px;
    }

    .questions__sguares {
        display: none;
    }

    .questions__title {
        text-align: left;
        margin-top: 50px;
        margin-bottom: 36px;
    }

    .questions__accordion-item {
        padding-left: 14px;
        padding-bottom: 11px;
        margin-bottom: 12px;
    }

    .questions__accordion-title {
        font-size: 16px;
        line-height: 19px;
    }

    .questions__accordion-desc {
        font-size: 14px;
        line-height: 24px;
        padding-top: 12px;
    }

    .questions__form-title {
        text-align: left;
        margin-top: 48px;
        margin-bottom: 21px;
    }

    .questions__form-par {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        max-width: 240px;
        margin-bottom: 20px;
    }

    .questions__top-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .input {
        width: 100%;
        margin-bottom: 10px;
    }

    .questions__bottom-inputs .questions__textarea {
        margin-bottom: 0;
    }

    .questions__person > span a {
        display: block;
    }

    .questions__btn-wrap .btn {
        width: 100%;
    }

    .company-banner__title {
        font-size: 48px;
        line-height: 56px;
        margin-top: 0;
    }

    .company-banner__par {
        max-width: 100%;
    }

    .company-banner__play {
        top: auto;
        bottom: 10px;
        right: 6%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .company-banner__play > span {
        font-size: 12px;
        line-height: 14px;
        margin-top: 3px;
    }

    .company-banner__play > svg {
        width: 19px;
        height: 22px;
    }

    .medtechservice__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .medtechservice__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .medtechservice__item-title {
        height: auto;
        margin-bottom: 15px;
    }

    .medtechservice__item-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    .mission {
        margin-top: 20px;
        width: 100%;
        padding-bottom: 21px;
    }

    .mission__title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 13px;
    }

    .mission__par {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .mission__squares {
        left: 97px;
        top: 40px;
    }

    .production {
        margin-top: 0;
    }

    .production__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .production__title {
        margin-bottom: 12px;
    }

    .production__desc {
        width: 100%;
    }

    .production__par {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .production__slider {
        margin-top: 13px;
    }

    .production__slide {
        width: 135px;
        height: 86px;
    }

    .partners {
        padding-top: 0;
        padding-bottom: 59px;
    }

    .partners__title {
        margin-top: 48px;
    }

    .partners__par {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .partners__slide {
        width: 135px;
        height: 105px;
        margin-top: 5px;
    }

    .partners__arrow.btn-slide--left {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% - 27px)) rotate(180deg);
        -moz-transform: translateX(-moz-calc(-50% - 27px)) rotate(180deg);
        -ms-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        -o-transform: translateX(calc(-50% - 27px)) rotate(180deg);
        transform: translateX(calc(-50% - 27px)) rotate(180deg);
    }

    .partners__arrow.btn-slide--right {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-webkit-calc(-50% + 27px));
        -moz-transform: translateX(-moz-calc(-50% + 27px));
        -ms-transform: translateX(calc(-50% + 27px));
        -o-transform: translateX(calc(-50% + 27px));
        transform: translateX(calc(-50% + 27px));
    }

    .documents {
        padding-bottom: 30px;
    }

    .documents__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .documents__title {
        width: 100%;
        margin-bottom: 20px;
    }

    .documents__documents {
        width: 100%;
    }

    .documents__document {
        margin-bottom: 1px;
    }

    .documents__document-title {
        font-size: 14px;
        line-height: 20px;
    }

    .documents__document-info {
        font-size: 14px;
        line-height: 20px;
    }

    .useful-banner {
        height: 485px;
    }

    .useful-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 40px;
        margin-bottom: 11px;
    }

    .useful-banner__par {
        font-size: 16px;
        line-height: 24px;
    }

    .useful-banner__ellipse {
        width: 382px;
        height: 382px;
        top: 53px;
    }

    .diary__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 21px;
    }


    .diary__item-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 9px;
    }

    .diary__item-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .useful-articles__title {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .useful-articles .ui-tabs .ui-tabs-nav li:last-child {
        margin-left: 82px;
    }

    .useful-articles__wrap {
        margin-top: 49px;
    }

    .useful-articles__item {
        width: 135px;
    }

    .useful-articles__bottom {
        margin-top: 34px;
    }

    .useful-articles__bottom .useful-articles__item {
        width: 135px;
    }

    .useful-articles__bottom .useful-articles__item:nth-child(3) {
        display: none;
    }

    .useful-articles__item-img {
        width: 135px;
        height: 86px;
    }

    .useful-articles__item-title {
        font-size: 12px;
        line-height: 28px;
        margin-top: 5px;
    }

    .useful-articles__item-subtitle {
        font-size: 14px;
        line-height: 20px;
        min-height: 80px;
    }

    .useful-articles__item-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 120px;
    }

    .useful-articles__big .useful-articles__item-img {
        width: 100%;
        height: 135px;
    }

    .useful-articles__big .useful-articles__item-title {
        font-size: 12px;
        line-height: 28px;
        margin-top: 6px;
    }

    .useful-articles__big .useful-articles__item-subtitle {
        font-size: 16px;
        line-height: 24px;
        min-height: 51px;
    }

    .useful-articles__big .useful-articles__item-desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    .useful-instruction__title {
        margin-top: 57px;
        margin-bottom: 34px;
    }


    .useful-instruction__item-title {
        font-size: 16px;
        line-height: 24px;
    }


    .useful-instruction__item-document .documents__document {
        width: 100%;
    }

    .useful-documents {
        padding-bottom: 9px;
    }

    .useful-documents__title {
        margin-top: 20px;
    }

    .useful-documents__item {
        width: 100%;
        margin-bottom: 22px;
    }

    .useful-documents__item-title {
        min-height: -webkit-max-content;
        min-height: -moz-max-content;
        min-height: max-content;
    }

    .useful-documents__item-list li .documents__document {
        margin-bottom: 0;
    }

    .article__title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 30px;
    }

    .article__img {
        height: 135px;
    }

    .article__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 23px;
    }

    .article__info-item {
        margin-bottom: 10px;
    }

    .article__info-item-title {
        font-size: 10px;
        line-height: 16px;
        margin-top: 6px;
    }

    .article__info-item-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .article__par {
        font-size: 16px;
        line-height: 24px;
    }

    .article__social-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 51px;
    }

    .article__social-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px;
    }

    .article__title-bottom {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .useful-articles__bottom {
        margin-top: 22px;
    }

    .production-banner {
        padding-top: 69px;
        height: 417px;
    }

    .production-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
    }

    .production-banner__par {
        font-size: 16px;
        line-height: 24px;
    }

    .production-banner__sguares {
        right: -537%;
        top: 26px;
    }

    .production-banner__ellipse {
        width: 396px;
        height: 410px;
        left: -152px;
        top: 15px;
    }

    .production-list .btn {
        width: 100%;
    }

    .production-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        padding-top: 80px;
    }

    .production-item:first-child {
        padding-top: 80px;
    }

    .production-item__info {
        width: 100%;
    }

    .production-item__desc {
        padding-bottom: 297px;
        max-width: 98%;
    }

    .production-item__img-wrap {
        width: 100%;
        position: absolute;
        top: 300px;
    }

    .production-item__img {
        height: 176px;
    }

    .production-item__img > img {
        max-height: 250px;
    }

    .production-item--reverse .production-item__info {
        padding-left: 0;
    }

    .production-item:nth-child(2) .production-item__img-wrap {
        top: 469px;
    }

    .production-item:nth-child(2) .production-item__desc {
        padding-bottom: 316px;
    }

    .production-item:nth-child(3) .production-item__img-wrap {
        top: 340px;
    }

    .production-item:nth-child(3) .production-item__desc {
        padding-bottom: 299px;
    }

    .production-item:nth-child(4) .production-item__img-wrap {
        top: 440px;
    }

    .production-item:nth-child(4) .production-item__desc {
        padding-bottom: 302px;
    }

    .production-list {
        padding-bottom: 71px;
    }

    .breadcrumbs {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .breadcrumb {
        font-size: 10px;
        line-height: 12px;
    }

    a.breadcrumb::after {
        font-size: 10px;
        line-height: 12px;
    }

    .card .btn {
        width: 100%;
    }

    .card__wrap {
        position: relative;
    }

    .card__info-wrap {
        width: 100%;
    }

    .card__img {
        position: absolute;
        top: 70px;
        width: 100%;
        padding-top: 0;
    }

    .card__img > img {
        max-width: 210px;
        max-height: 275px;
    }

    .card__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        padding-bottom: 299px;
    }

    .card__subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .card__par {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 29px;
    }

    .card__min-subtitle {
        margin-top: 49px;
        margin-bottom: 19px;
    }

    .card__list li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        max-width: 98%;
    }

    .card__list li::before {
        font-size: 14px;
        line-height: 20px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab {
        margin-bottom: 10px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab.ui-tabs-active {
        margin-bottom: 10px;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab.ui-tabs-active .ui-tabs-anchor {
        font-weight: 500;
    }

    .ui-tabs .ui-tabs-nav.card-info__tabs li.card-info__tab .ui-tabs-anchor {
        padding: 0 0 10px;
        font-weight: normal;
    }

    .card-info__specifications-item {
        margin-bottom: 10px;
    }

    .card-info__specifications-item-title {
        font-size: 16px;
        line-height: 19px;
        width: 135px;
    }

    .card-info__specifications-item-desc {
        width: -webkit-calc(100% - 135px);
        width: -moz-calc(100% - 135px);
        width: calc(100% - 135px);
        font-size: 14px;
        line-height: 20px;
    }

    .card-info__safety-precautions__list {
        min-width: 100%;
    }

    .card-info__safety-precautions__item {
        margin-bottom: 13px;
    }

    .card-info__safety-precautions__item-number {
        font-size: 16px;
        line-height: 26px;
    }

    .card-info__safety-precautions__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .card-info__contraindications {
        padding-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .card-info__certificates {
        padding-top: 20px;
    }

    .card-info__certificates .documents__document {
        margin-bottom: 10px;
    }

    .card-instruction__title {
        margin-top: 7px;
    }

    .card-instruction__video {
        height: 122px;
    }

    .card-maps .partnership {
        margin-top: 0;
    }

    .card-maps .partnership__title {
        margin-top: 51px;
    }

    .questions-banner {
        height: 420px;
    }

    .questions-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
    }

    .questions-banner__sguares {
        right: -351%;
        top: 29px;
    }

    .questions-banner__ellipse {
        width: 244px;
        height: 244px;
        top: -11px;
    }

    .questions-content__wrap {
        margin-top: -214px;
    }

    .questions-content .questions__accordion-item {
        padding: 30px 14px 29px 19px;
    }

    .questions-content .questions__accordion-title {
        font-size: 16px;
        line-height: 28px;
    }

    .questions-content .questions__accordion-desc {
        font-size: 14px;
        line-height: 24px;
    }

    .contact-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 79px;
        margin-bottom: 20px;
    }

    .contact-banner__sguares {
        right: -530%;
    }

    .contact-banner__item-title {
        font-size: 14px;
        line-height: 16px;
        width: 140px;
    }

    .contact-banner__item-desc {
        font-size: 16px;
        line-height: 18px;
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .service-banner {
        height: 330px;
    }

    .service-banner__title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .service-banner__title-two {
        font-size: 30px;
        line-height: 35px;
    }

    .service-banner__sguares {
        right: -507%;
    }

    .service-banner__item {
        margin-bottom: 10px;
    }

    .service-banner__item-title {
        font-size: 14px;
        line-height: 16px;
        width: 140px;
    }

    .service-banner__item-desc {
        font-size: 16px;
        line-height: 24px;
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 0;
    }

    .service-map {
        padding-left: 0;
    }

    .service-map #map {
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .partnership-banner {
        padding-bottom: 100px;
        /*height: 870px;*/
    }

    .partnership-banner__form {
        margin-top: 58px;
    }

    .partnership-banner__form .btn {
        width: 100%;
    }

    .partnership-banner__subtitle {
        margin-bottom: 13px;
    }

    .partnership-banner__form-par {
        font-size: 14px;
        line-height: 24px;
        max-width: 264px;
        margin-bottom: 21px;
    }

    __title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .partnership__par {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    .partnership-banner__title-two {
        font-size: 30px;
        line-height: 35px;
        margin-top: 76px;
    }

    .partnership-banner__sguares {
        right: -488%;
    }

    .partnership-banner__input {
        padding: 15px 21px 12px;
    }

    .partnership-banner__person a {
        display: block;
        padding-left: 30px;
    }

    .partnership-map .partnership__map {
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .none-banner {
        height: 380px;
    }

    .none-banner .btn {
        width: 100%;
    }

    .none-banner__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .none-banner__404 {
        font-size: 100px;
        line-height: 117px;
        letter-spacing: 0.03em;
        padding: 48px 0 0 0px;
    }

    .none-banner__title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.03em;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .none__par {
        font-size: 14px;
        line-height: 20px;
        max-width: 210px;
        margin-bottom: 30px;
    }

    .none-banner__sguares {
        right: -520%;
    }

    .footer {
        padding-top: 40px;
    }

    .footer__wrap {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding-top: 59px;
    }

    .footer__logo img {
        width: 105px;
        height: 18px;
    }

    .footer__social {
        width: 21%;
        top: 0;
    }

    .footer__social-item {
        margin-right: 21px;
    }

    .footer__social-svg {
        width: 20px;
        height: 20px;
    }

    .footer__form {
        width: 100%;
        margin-bottom: 49px;
    }

    .footer__form .btn {
        width: 100%;
        margin-top: 27px;
    }

    .footer__form-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 16px;
    }

    .footer__form-input {
        width: 85%;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__info {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .nav__wrap {
        padding: 35px 20px;
    }

    .container {
        padding: 0 20px;
    }
}

@media (max-width: 550px) {
    .production-item:nth-child(4) .production-item__img-wrap {
        top: 460px;
    }
}

@media (max-width: 500px) {
    .production-item:nth-child(4) .production-item__img-wrap {
        top: 490px;
    }
}

@media (max-width: 460px) {
    .production-item:nth-child(4) .production-item__img-wrap {
        top: 540px;
    }
}

@media (max-width: 400px) {

    .production-item:nth-child(4) .production-item__img-wrap {
        top: 580px;
    }

    .production-item:nth-child(2) .production-item__img-wrap {
        top: 570px;
    }

    .production-item__img-wrap {
        top: 350px;
    }

    .production-item:nth-child(3) .production-item__img-wrap {
        top: 380px;
    }
}

@media (max-width: 350px) {
    .production-item:nth-child(4) .production-item__img-wrap {
        top: 630px;
    }
}

@media (max-width: 335px) {
    .production-item:nth-child(4) .production-item__img-wrap {
        top: 670px;
    }
  .production-item:nth-child(2) .production-item__img-wrap {
    top: 600px;
  }
  .production-item:nth-child(3) .production-item__img-wrap {
    top:420px;
  }
}
.checkbox__text:after {
    top: -2px;
}
.footer__upd {
    margin-right: 7%;
}
.footer-links {
    margin: 30px 0 20px 0;
    color: #fff;
}
.footer-hotline {
    color: #f57e23
}
.footer-link {
    margin: 10px 10px 10px 0;
   font-size: 18px;
   line-height: 21px;
}
.footer-link a {
    color: #fff;
}
@media screen and (max-width: 1500px) {
    .footer__wrap {
        padding-top: 0;
    }
    .footer__logo {
        position: relative;
        width: auto;
    }
}
@media screen and (max-width: 679px){
    .header__magazine {
        margin-top: 10px;
    }
}
/*# sourceMappingURL=main.css.map */

/*download-app*/
.download-app {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 18px;
    border: 1.5px solid #ED7D2D;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
    position: relative;
    /*left: 90.5%;*/
    /*top: 88.1%;*/

    right: 30px;
    bottom: 30px;
    /*width: 180px;*/
}

.download-app img {
    width: 110px;
}

.download-app:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

/*.download-app:active {*/
/*    transform: scale(0.98);*/
/*}*/

/* Верхняя строка — "Джи ЛАЙФ" */
.download-app__top {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -0.5px;
}

.download-app__top-main {
    color: #000;
    font-style: normal;
}

.download-app__top-orange {
    color: #ED7D2D;
    font-style: italic;
    font-weight: 100;
}

/* Нижняя строка — "Скачать приложение" */
.download-app__bottom {
    white-space: nowrap;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    letter-spacing: 0.1px;
}

.download-app {
    position: fixed;
    /*right: 0;*/
    z-index: 9999;

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 18px;

    border: 1.5px solid #ED7D2D;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}


.download-app:focus,
.download-app:visited {
    text-decoration: none;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.download-app * {
    text-decoration: none !important;
}

/* Верхняя строка */
.download-app__top {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: -0.5px;
}

.download-app__top-main {
    color: #000;
}

.download-app__top-orange {
    color: #ED7D2D;
    font-style: italic;
    font-weight: 100;
}

/* Нижняя строка */
.download-app__bottom {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
}

/* Планшеты */
@media (max-width: 1024px) {
    .download-app {
        bottom: 20px;
        padding: 8px 14px;
    }
    .download-app__top {
        font-size: 18px;
    }
    .download-app__bottom {
        font-size: 11px;
    }
}

/* Мобильные */
@media (max-width: 768px) {
    .download-app {
        bottom: 16px;
        padding: 6px 12px;
    }
    .download-app__top {
        font-size: 16px;
    }
    .download-app__bottom {
        font-size: 10px;
    }
}

/* Узкие экраны */
@media (max-width: 480px) {
    .download-app {
        bottom: 12px;
        padding: 6px 10px;
    }
    .download-app__top {
        font-size: 14px;
    }
    .download-app__bottom {
        font-size: 9px;
    }
}
.download-app {
    position: fixed;
    right: 0;
    z-index: 9999;

    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 8px 16px;

    border: 3px solid #ED7D2D;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease;
}

.download-app:hover {
    text-decoration: none;
    background-color: #fff1e9;
}

.download-app * {
    text-decoration: none !important;
}

.download-app__top {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
}

.download-app__top-main {
    color: #000;
}

.download-app__top-orange {
    color: #ED7D2D;
    font-style: italic;
}

/* Нижняя строка */
.download-app__bottom {
    color: #4A4A4A;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-top: 1px;
}

/* ===== Адаптив ===== */

@media (max-width: 1440px) {
    .download-app {
        bottom: 33px;
    }
    .download-app__top { font-size: 22px; }
    .download-app__bottom { font-size: 11px; }
}

@media (max-width: 1024px) {
    .download-app {
        bottom: 23px;
        padding: 7px 14px;
        right: 0;
    }
    .download-app__top { font-size: 20px; }
    .download-app__bottom { font-size: 11px; }

    .download-app img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .download-app {
        bottom: 33px;
        right: 0;
        padding: 6px 12px;
        border-width: 2px;
        border-radius: 5px 0 0 5px;
        /*width: 18%;*/
        /*left: 82%*/
    }
    .download-app__top { font-size: 17px; }
    .download-app__bottom { font-size: 10px; }
    .download-app img {
        width: 90px;
    }
}

@media (max-width: 600px) {
    .download-app {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .download-app {
        bottom: 33px;
        padding: 5px 10px;
        /*width: 18%;*/
        /*left: 82%*/
    }
    .download-app__top { font-size: 15px; }
    .download-app__bottom { font-size: 9px; }
    .download-app img {
        width: 80px;
    }
}

@media (max-width: 400px) {
    .download-app {
        padding: 4px 8px;
        /*width: 18%;*/
        /*left: 82%*/
    }
    .download-app__top { font-size: 13px; }
    .download-app__bottom { font-size: 9px; }
}
/* End */
/* /bitrix/templates/gmate/css/main.css?1780622094197450 */
