

/* Start:/local/templates/r-uipumori-20/css/normalize.css?16048544986485*/
/*! 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/r-uipumori-20/css/styles.css?170036677955315*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/

body {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

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

html,
body {
    height: 100%;
    position: relative;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.header {
    padding: 17px 100px 10px 100px;
    background-color: #135D9B;
    font-size: 12px;
    color: #fff;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header__logo {
    display: block;
    min-width: 78px;
    min-height: 84px;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.header__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.header__outer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav__item {
    padding-right: 30px;
}

.header-nav__item:last-child {
    padding-right: 13px;
}

.header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav__link p {
    padding-left: 8px;
    line-height: 27px;
}

.mobile-menu {
    display: none;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #094381;
    color: #fff;
    height: 100%;
    width: 300px;
    overflow-y: auto;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu__item {
    border-top: 1px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 26px;
}

.mobile-menu__item:last-child {
    border-bottom: 1px solid #fff;
}

.mobile-menu__item:first-child {
    border-top: none;
}

.mobile-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu__link img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.mobile-menu__link p {
    padding-top: 5px;
}

.mobile-menu__dropdown {
    display: none;
    position: absolute;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #094381;
    z-index: 2000;
}

.main-slider__pagination{
	display: none;
}

.main-slider__wrapper{
	right: 0!important;
}

.main-slider__header, .main-slider__text, .main-slider__button{
	left: 13%!important
}

.main-slider{
	overflow: hidden;
}

.mobile-menu__back {
    text-transform: uppercase;
}

.mobile-menu__title {
    background-color: #427CBA;
    text-transform: uppercase;
}

.mobile-menu__dropdown.active {
    display: block;
}

.mobile-menu__overlay {
    opacity: 0.8;
    background-color: #000;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 300px;
}

.header-search {
    width: 85%;
}

.header-search__input {
    outline: none;
    display: block;
    width: 100%;
    padding: 9px 17px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.header-search__input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-search__input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header-search__input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-search__input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-search__input::placeholder {
    color: #fff;
    opacity: 1;
}

.header-shop-cart {
    display: flex;
    flex-direction: row;
}

.header-shop-cart img {
    padding-right: 10px;
}

.header-shop-cart a {
    display: block;
    padding-top: 5px;
}

.header-shop-cart p {
    padding-top: 5px;
}

.header-shop-cart__order {
    font-size: 12px;
    text-decoration: underline;
}

.contacts-promo {
    background-image: url(/local/templates/r-uipumori-20/css/../assets/images/contacts_promo.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.67);
    color: #fff;
    font-weight: 700;
}

.contacts-promo__inner {
    padding-top: 110px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.contacts-promo__picture {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.contacts-promo__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contacts-promo__info {
    padding-top: 20px;
}

.contacts-phones {
    padding-top: 85px;
    padding-bottom: 100px;
}

.contacts-phones__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.contacts-phones__item h4 {
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 5px;
    color: #02599C;
}

.contacts-phones__item a {
    display: block;
}

.gmap {
    width: 100%;
}

.gmap iframe {
    width: 100%;
}

.contacts-feedback {
    padding-top: 65px;
    padding-bottom: 42px;
}

.contacts-feedback__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.contacts-feedback .clean {
    width: 0px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 50px;
}

.contacts-feedback__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-feedback__form form input[type=text] {
    width: 60%;
    margin: 0 auto;
    outline: none;
    display: block;
    border: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.contacts-feedback__form form input[type=text]::-webkit-input-placeholder {
    color: #000;
}

.contacts-feedback__form form input[type=text]::-moz-placeholder {
    color: #000;
}

.contacts-feedback__form form input[type=text]:-ms-input-placeholder {
    color: #000;
}

.contacts-feedback__form form input[type=text]::-ms-input-placeholder {
    color: #000;
}

.contacts-feedback__form form input[type=text]::placeholder {
    color: #000;
}

.contacts-feedback__form form textarea {
    width: 60%;
    margin: 0 auto;
    resize: none;
    outline: none;
    display: block;
    border: none;
    border-bottom: 1px solid #000;
}

.contacts-feedback__form form textarea::-webkit-input-placeholder {
    color: #000;
}

.contacts-feedback__form form textarea::-moz-placeholder {
    color: #000;
}

.contacts-feedback__form form textarea:-ms-input-placeholder {
    color: #000;
}

.contacts-feedback__form form textarea::-ms-input-placeholder {
    color: #000;
}

.contacts-feedback__form form textarea::placeholder {
    color: #000;
}

.contacts-feedback__form form input[type=submit] {
    font-family: Montserrat;
    font-size: 18px;
    background-color: #025BA0;
    border: none;
    text-decoration: none;
    width: 250px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
}

.contacts-feedback__form form input[type=submit]:hover {
    background-color: #006FC6;
}

.contacts-feedback__form form input[type=submit]:hover {
    cursor: pointer;
}

.contacts-feedback__form form input[type=submit]:active,
.contacts-feedback__form form input[type=submit]:focus {
    outline: none;
}

.contacts-feedback__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}

.contacts-feedback__right {
    width: 50%;
}

.content-mountain {
    position: relative;
    background-image: url(/local/templates/r-uipumori-20/css/../assets/images/mountain.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.49);
    height: 770px;
}

.content-mountain__item {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 18%;
}

.content-mountain__item h4 {
    padding-bottom: 10px;
    font-weight: 900;
    font-size: 38px;
    color: #fff;
}

.content-mountain__item p {
    color: #fff;
}

.content-mountain .pos-1 {
    left: 20%;
    top: 25%;
}

.content-mountain .pos-2 {
    top: 42%;
}

.content-mountain .pos-3 {
    top: 53%;
    left: 17%;
}

.content-mountain .pos-4 {
    top: 58%;
    left: 40%;
}

.content-mountain .pos-5 {
    top: 68%;
    left: 69%;
}

.content-mountain .pos-6 {
    top: 77%;
    left: 55%;
}

.content-mountain .pos-7 {
    top: 84%;
    left: 37%;
}

.content-mountain .pos-8 {
    top: 91%;
    left: 12%;
}

.content-about {
    padding-top: 52px;
    padding-bottom: 62px;
}

.content-about__header {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 72px;
}

.content-about__header h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.content-about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.content-about__item {
    text-align: center;
    width: 16%;
}

.content-about__item h2 {
    font-size: 38px;
    font-weight: 900;
    color: #045593;
    margin-bottom: 14px;
}

.content-mission {
    padding-top: 52px;
    padding-bottom: 34px;
    background-color: #F9F9FA;
    padding-right: 120px;
    padding-left: 120px;
}

.content-mission__header {
    padding-bottom: 52px;
}

.content-mission__header h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.content-mission p {
    padding-bottom: 15px;
}

.content-mission ul {
    list-style: initial;
    list-style-position: inside;
}

.content-reviews {
    padding-top: 52px;
    padding-bottom: 52px;
}

.content-reviews__header {
    padding-bottom: 36px;
}

.content-reviews__header h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.content-reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 38px;
}

.content-reviews__item {
    width: 30%;
}

.content-reviews__item h4 {
    margin-bottom: 12px;
}

.content-reviews__item a {
    color: #025BA0;
}

.content-reviews__picture {
    width: 280px;
    height: 124px;
    padding-bottom: 22px;
}

.content-reviews__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.content-reviews .butt {
    margin: 0 auto;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 90%;
}

.main-slider__wrapper {
    position: relative;
    right: calc(14% + 5px);
}

.main-slider__picture {
    height: 100%;
}

.main-slider__picture img {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-slider__slide {
    position: relative;
}

.main-slider__header {
    position: absolute;
    top: 30%;
    left: 22%;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.main-slider__text {
    position: absolute;
    width: 74%;
    top: 40%;
    left: 22%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.main-slider__button {
    position: absolute;
    top: 50%;
    left: 22%;
}

.main-slider__button button {
    border: none;
}

.main-slider__button button:active,
.main-slider__button button:focus {
    outline: none;
}

.main-slider__copy {
    position: absolute;
    top: 86%;
    left: 22%;
    color: #fff;
    right: 8%;
}

.main-slider__pagination {
    height: 262px;
    padding-top: 16px;
    text-align: center;
    position: absolute;
    width: 5%;
    z-index: 100;
    top: 26%;
    left: 83%;
    background-color: #025BA0;
    color: #fff;
}

.main-slider__pagination_mobile {
    display: none;
}

.main-slider__arrow:hover {
    cursor: pointer;
}

.main-slider__arrow:hover svg path {
    fill-opacity: 1;
}

.main-slider__arrow_r {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-slider__progress {
    position: static;
    display: block;
    margin: 0 auto;
    width: 1px;
    border: 1px solid #fff;
    height: 59%;
}

.main-slider__progress span {
    position: static;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    left: 45%;
    top: 22%;
    width: 8%;
    height: 57%;
}

.footer {
    position: relative;
    z-index: 100;
    padding: 58px 100px 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#025BA0), color-stop(108.27%, #075089));
    background: -o-linear-gradient(top, #025BA0 0%, #075089 108.27%);
    background: linear-gradient(180deg, #025BA0 0%, #075089 108.27%);
    color: #fff;
    -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.footer__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

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

.footer__info>a {
    margin-bottom: 14px;
}

.footer__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social__item {
    margin-right: 13px;
    width: 34px;
    height: 34px;
}

.footer-social__item:last-child {
    margin: 0;
}

.footer-social__item a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-social__item img {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-nav__section {
    margin-bottom: 25px;
}

.footer-nav__header {
    font-size: 19px;
    margin-bottom: 6px;
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

.footer-nav__item {
    padding-right: 20px;
}

@media screen and (max-width: 1252px) {
    .header__outer-nav {
        padding-left: 48px;
    }
    .header-nav__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-nav__item {
        -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
        flex: 33.333%;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 1194px) {
    .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-nav__section {
        padding-right: 20px;
    }
    .footer-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content-about__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-about__item {
        -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
        flex: 33.333%;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1070px) {
    .contacts-phones {
        padding-bottom: 34px;
    }
    .contacts-phones__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts-phones__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%;
        text-align: center;
        margin-bottom: 46px;
    }
    .header-search {
        width: 80%;
    }
}

@media screen and (max-width: 928px) {
    .content-reviews__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-reviews__item {
        padding-bottom: 90px;
        width: 76%;
    }
    .content-reviews__btn {
        width: 38%;
    }
    .content-mountain {
        padding-top: 20px;
        line-height: 16px;
        height: auto;
        background-size: cover;
    }
    .content-mountain__inner {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-mountain__item {
        position: static;
        padding: 0 0 30px 0;
        width: 28%;
    }
    .content-mountain__item p {
        font-size: 12px;
    }
    .content-mountain__item h4 {
        font-size: 18px;
    }
    .content-mountain__item:first-child {
        padding-top: 30px;
    }
}

@media screen and (min-width: 869px) {
    .shopping_cart {
        display: none;
    }
}

@media screen and (max-width: 869px) {
    .header-shop-cart img {
        display: none;
    }
    .header__logo img {
        margin-top: 10px;
        width: 70%;
        height: 70%;
    }
    .header-search {
        display: none;
    }
    .header-shop-cart {
        display: none;
    }
    .header {
        padding: 20px;
    }
    .header__upper {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .header__outer-nav {
        display: none;
    }
    .cart_burger {
        display: flex;
        flex-direction: row;
    }
    .shopping_cart {
        margin-top: 27px;
        margin-right: 50px;
    }
    .header__burger {
        width: 30px;
        height: 20px;
        position: relative;
        top: 30px;
    }
    .header__burger span {
        position: absolute;
        top: 9px;
        height: 2px;
        width: 100%;
        background-color: #fff;
    }
    .header__burger:before,
    .header__burger:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #fff;
    }
    .header__burger:before {
        top: 0;
    }
    .header__burger:after {
        bottom: 0;
    }
    .sidebar-outer {
        display: none;
    }
    .contacts-promo__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .contacts-promo__item {
        margin-bottom: 70px;
    }
    .contacts-promo__item:last-child {
        margin-bottom: 0;
    }

	.main-slider{
		height: 400px;
		overflow: hidden;
	}

	.main-slider .main-slider__button{
		top: auto;
		bottom: 50px;
	}

	.main-slider .main-slider__pagination_mobile{
		bottom: 10px!important;
	}
}

@media screen and (max-width: 820px) {
    .content-about__item {
        padding-left: 117px;
        padding-right: 117px;
        padding-bottom: 56px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .content-mission {
        padding-left: 45px;
        padding-right: 45px;
    }
    .main-slider__copy {
        font-size: 12px;
        right: 2%;
        left: 16%;
        top: 81%;
    }
    .main-slider__header {
        font-size: 23px;
        line-height: 30px;
        top: 19%;
    }
    .main-slider__pagination {
        display: none;
    }
    .main-slider__pagination_mobile {
        display: block;
        position: absolute;
        z-index: 100;
        bottom: 24% !important;
        left: 43% !important;
    }
    .swiper-pagination-bullet {
        opacity: 1;
    }
    .main-slider__text {
        width: 74%;
        top: 33%;
    }
    .main-slider__button {
        top: 50%;
    }
    .header__upper {
        margin: 0;
    }
}

@media screen and (max-width: 664px) {
    .header {
        padding: 0 20px 0 20px;
    }
    .footer__upper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 30px;
    }
    .contacts-phones__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    .contacts-feedback__form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contacts-feedback__left {
        margin-bottom: 50px;
        width: 90%;
    }
    .contacts-feedback__right {
        width: 90%;
    }
    .contacts-feedback__left input {
        margin: 0 0 36px 0 !important;
        width: auto !important;
    }
    .contacts-feedback__right textarea {
        display: inline-block;
        width: 100% !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .main-slider__wrapper {
        right: 0;
    }
    .main-slider__header {
        left: 6%;
    }
    .main-slider__text {
        left: 6%;
    }
    .main-slider__button {
        left: 6%;
    }
    .main-slider__copy {
        left: 6%;
    }
}

@media screen and (max-width: 568px) {
    .content-about__item {
        padding-left: 52px;
        padding-right: 52px;
    }
    .main-slider__button {
        top: 50%;
    }
}

@media screen and (max-width: 490px) {
    .footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 490px) {
    .content-about__header h1 {
        font-size: 20px;
    }
    .main-slider__text {
        width: 92%;
    }
    .reviews_photo img {
        width: 100%;
    }
    .news_photo img {
        width: 100%;
    }
}


/*КНОПКИ*/

.butt {
    font-family: Montserrat;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    width: 250px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
}

.butt:hover {
    background-color: #006FC6;
}


/*СТРАНИЦА ИНЖИНИРИНГ*/

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

.flex_button {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_inzhiniring ul {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    list-style-type: none;
}

.flex_inzhiniring h2 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 50px;
    line-height: 50px;
}

.flex_inzhiniring button {
    width: 254px;
    height: 50px;
    background: #025BA0;
    border: none;
    color: #ffffff;
    font-size: 18px;
}

@media(max-width:1000px) {
    .inzhiniring_photo {
        display: none;
    }
    .flex_inzhiniring {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .inzhiniring_photo2 {
        width: 100%;
        overflow: hidden;
        width: auto;
    }
    .inzhiniring_photo2 img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_inzhiniring .item:nth-child(2) {
        margin: 0 auto;
    }
    .flex_inzhiniring h2 {
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 50px;
        line-height: 50px;
    }
    .flex_inzhiniring ul {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media(min-width:1000px) {
    .flex_inzhiniring h2 {
        text-align: center;
    }
    .flex_inzhiniring {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .inzhiniring_photo2 {
        display: none;
    }
    .inzhiniring_photo {
        height: 100%;
        overflow: hidden;
        width: auto;
    }
    .flex_inzhiniring.item:nth-child(1) {
        height: 100%;
    }
    .inzhiniring_photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_inzhiniring .item:nth-child(2) {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: 100px;
        margin-right: 50px;
        max-width: 600px;
    }
}


/*СТРАНИЦА УСЛУГИ*/


/*Сервис*/

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

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

.flex_servis .item:nth-child(2) ul {
    max-width: 670px;
}

.flex_servis ul {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    list-style-type: none;
}

.flex_servis h2 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 50px;
    line-height: 50px;
}

.flex_servis button {
    width: 254px;
    height: 50px;
    background: #025BA0;
    border: none;
    color: #ffffff;
    font-size: 18px;
}

hr {
    margin: 0;
}

@media(max-width:1000px) {
    .servis_photo {
        display: none;
    }
    .flex_servis {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .servis_photo2 {
        width: 100%;
        overflow: hidden;
        width: auto;
    }
    .servis_photo2 img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_servis .item:nth-child(2) {
        margin: 0 auto;
    }
    .flex_servis h2 {
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 50px;
        line-height: 50px;
    }
    hr {
        display: none;
    }
    .flex_servis ul {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media(min-width:1000px) {
    .flex_servis h2 {
        text-align: center;
    }
    .flex_servis {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .servis_photo2 {
        display: none;
    }
    .servis_photo {
        height: 100%;
        overflow: hidden;
        width: auto;
    }
    .flex_servis.item:nth-child(1) {
        height: 100%;
    }
    .servis_photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_servis .item:nth-child(2) {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: 100px;
        margin-right: 50px;
        max-width: 600px;
    }
}


/*обучение*/

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

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

.flex_ucheba .item:nth-child(2) p {
    max-width: 670px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    list-style-type: none;
}

.flex_ucheba .item:nth-child(2) ul {
    max-width: 670px;
}

.flex_ucheba ul {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 45px;
    padding: 0;
    list-style-type: none;
}

.flex_ucheba h2 {
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 50px;
    line-height: 50px;
}

.flex_ucheba h3 {
    font-size: 24px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 20px;
}

.flex_ucheba button {
    width: 254px;
    height: 50px;
    background: #025BA0;
    border: none;
    color: #ffffff;
    font-size: 18px;
}

@media(max-width:1000px) {
    .ucheba_photo {
        display: none;
    }
    .flex_ucheba {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ucheba_photo2 {
        width: 100%;
        overflow: hidden;
        width: auto;
    }
    .ucheba_photo2 img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_ucheba .item:nth-child(2) {
        margin: 0 auto;
    }
    .flex_ucheba h2 {
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 50px;
        line-height: 50px;
    }
    .flex_ucheba h3 {
        text-align: center;
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex_ucheba .item:nth-child(2) p {
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex_ucheba ul {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media(min-width:1000px) {
    .flex_ucheba h2 {
        text-align: center;
    }
    .flex_ucheba {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .ucheba_photo2 {
        display: none;
    }
    .ucheba_photo {
        height: 100%;
        overflow: hidden;
        width: auto;
    }
    .flex_ucheba.item:nth-child(1) {
        height: 100%;
    }
    .ucheba_photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .flex_ucheba .item:nth-child(2) {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: 100px;
        margin-right: 50px;
        max-width: 600px;
    }
}


/*СТРАНИЦА НОВОСТИ*/

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

.flex_title h2 {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

.flex_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-right: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex_news .item {
    overflow: hidden;
    width: 460px;
    margin-bottom: 70px;
}

.news_photo {
    overflow: hidden;
    max-width: 530px;
    max-height: 298px;
    margin-bottom: 20px;
}

.flex_news img {
    height: 100%;
    height: auto;
}

.flex_news h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
}

.flex_news p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.flex_news a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #025BA0;
}

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

.flex_button button {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    width: 272px;
    height: 50px;
    background: #025BA0;
    color: white;
    border: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

@media (max-width:700px) {
    .flex_news {
        margin-left: 30px;
        margin-right: 30px;
    }
}


/*СТРАНИЦА ОТЗЫВЫ*/

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

.flex_title h2 {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

.flex_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-right: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex_reviews .item {
    overflow: hidden;
    width: 460px;
    margin-bottom: 70px;
}

.reviews_photo {
    overflow: hidden;
    max-width: 530px;
    max-height: 298px;
    margin-bottom: 20px;
}

.flex_reviews img {
    height: 100%;
}

.flex_reviews h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
}

.flex_reviews p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.flex_reviews a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #025BA0;
}

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

.flex_button button {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    width: 272px;
    height: 50px;
    background: #025BA0;
    color: white;
    border: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.flex_reviews a p {
    color: #02599C;
}

@media (max-width:700px) {
    .flex_reviews {
        margin-left: 30px;
        margin-right: 30px;
    }
}


/*СТРАНИЦА КОМАНДА*/

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

.flex_title h2 {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
}

.flex_comand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-right: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex_comand .item {
    overflow: hidden;
    width: 300px;
    margin-bottom: 70px;
    margin-left: 15px;
    margin-right: 15px;
}

.comand_photo {
    overflow: hidden;
    width: 100%;
    max-height: 350px;
}

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

.flex_comand h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.flex_comand p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.flex_comand a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #025BA0;
}

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

.flex_button button {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
    width: 272px;
    height: 50px;
    background: #025BA0;
    color: white;
    border: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

@media (max-width:700px) {
    .flex_comand {
        margin-left: 30px;
        margin-right: 30px;
    }
    .flex_comand .item {
        margin-left: 0;
        margin-right: 0;
    }
}


/*СТРАНИЦА ВАКАНСИЙ*/

.flex_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_vacancies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin-right: 50px;
}

.flex_vacancies .item {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 15px;
    border: 1px solid #B3B3B3;
}

.flex_vacancies .item:nth-child(1) {
    margin-top: 0;
}

.flex_vacancies .item h3 {
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
    color: #025BA0;
    margin-bottom: 15px;
}

.flex_vacancies .item p {
    font-size: 18px;
    margin-top: 15px;
}

.date {
    padding-top: 15px;
}

.flex_callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    height: 50%;
}

.flex_callback .item {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    border: 1px solid #B3B3B3;
}

.flex_callback .item h3 {
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
    color: #025BA0;
    margin-bottom: 15px;
}

.flex_callback .item p {
    font-size: 18px;
    margin-top: 15px;
}

.flex_callback img {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100px;
    height: auto;
}

.flex_callback .item:nth-child(2) {
    border: none;
    padding-left: 0;
}

.flex_socials a img {
    width: 40px;
    height: auto;
    padding: 0;
}

@media (max-width:1000px) {
    .flex_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flex_vacancies {
        width: 100%;
    }
    .flex_callback {
        margin-top: 15px;
        width: 100%;
    }
    .flex_vacancies .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flex_callback .item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flex_content {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/*СТРАНИЦА КОНКРЕТНОЙ ВАКАНСИИ*/

.flex_vacancy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    margin-right: 50px;
}

.flex_vacancy .item {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #B3B3B3;
}

.flex_vacancy .item:nth-child(1) {
    margin-top: 0;
}

.flex_vacancy .item h3 {
    line-height: normal;
    font-size: 24px;
    font-weight: 400;
    color: #025BA0;
    margin-bottom: 15px;
}

.flex_vacancy .item p {
    font-size: 18px;
    margin-top: 15px;
}

.flex_vacancy ul {
    list-style-type: disc;
}

.flex_vacancy .item:nth-child(2) {
    border-top: 0;
}

.flex_vacancy .item:nth-child(3) {
    border-top: 0;
}

.flex_vacancy .item:nth-child(4) {
    border-top: 0;
}

.flex_vacancy .item:nth-child(2) h3 {
    color: #000;
}

.flex_vacancy .item:nth-child(3) h3 {
    color: #000;
}

.flex_vacancy .item:nth-child(4) h3 {
    color: #000;
}

@media (max-width:1000px) {
    .flex_vacancy {
        width: 100%;
    }
}


/*Каталог*/

.filter-line {
    display: flex;
    justify-content: space-between;
}

.filter-line__select {
    display: flex;
}

.filter-line__select p {
    display: inline;
}

.filter-line__view {
    display: flex;
}

.content {
    display: flex;
}

.content_block {
    display: block;
}

.content__inner {
    padding-left: 100px;
    padding-top: 32px;
    padding-right: 64px;
}

.content__inner .page-header {
    margin-bottom: 55px;
}

.content__inner .page-header h1 {
    margin-bottom: 15px;
}

.content__inner .breadcrumbs {
    font-size: 14px;
}

.content__inner .breadcrumbs__list {
    display: flex;
}

.content__inner .products-intro {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.content__inner .products-intro__item {
    position: relative;
    border: 1px solid #ececec;
    width: 300px;
    height: auto;
}

.content__inner .products-intro__picture {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-right: 1px solid #ececec;
    overflow: hidden;
}

.content__inner .products-intro__picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.content__inner .products-intro__desc {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 92px;
}

.content__inner .products-intro__desc-amount {
    font-size: 12px;
}

.content__inner .products-section-outer {
    padding-bottom: 50px;
}

.content__inner .products-section {
    padding-top: 14px;
}

.content__inner .products-section__product {
    display: flex;
    height: 200px;
    border: 1px solid #ececec;
}

.content__inner .products-section__picture {
    border-right: 1px solid #ececec;
    width: 30%;
}

.content__inner .products-section__picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content__inner .products-section__desc {
    width: 70%;
    padding-top: 26px;
    padding-left: 16px;
    padding-right: 16px;
    border-right: 1px solid #ececec;
}

.content__inner .products-section__name {
    font-size: 18px;
    margin-bottom: 8px;
}

.content__inner .products-section__status {
    margin-bottom: 11px;
}

.content__inner .products-section__status p {
    display: inline-block;
}

.content__inner .products-section__status span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #00D916;
}

.content__inner .products-section__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 26px;
    width: 40%;
}

.content__inner .products-section__offer p {
    width: 80%;
    font-size: 12px;
    color: #B3B3B3;
}

.content__inner .products-section__buy-btn {
    border: none;
    font-family: Montserrat;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
  width: 100%;
  max-width: 250px;
  padding-right: 20px;
  padding-left: 20px;
}

.content__inner .products-section__buy-btn:active,
.content__inner .products-section__buy-btn:hover {
    outline: none;
    background-color: #006FC6;
}


/*Сайдбар*/

.sidebar-outer {
    width: 30%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .25);
}

.sidebar__item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding: 15px;
}

.sidebar__link p {
    font-weight: 500;
}

.sidebar__link {
    display: flex;
    justify-content: space-between;
}

.sidebar__link img {
    margin-left: 28px;
}

.sidebar__link img.active {
    transform: rotate(180deg);
}

.sidebar__dropdown {
    display: none;
    background-color: #ffffff;
}

.sidebar__dropdown li {
    border: none;
}

.sidebar__dot {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px;
}

.sidebar__dropdown .sidebar__link {
    display: block;
}

.sidebar__dropdown .sidebar__link p,
.sidebar__dropdown .sidebar__link span {
    display: inline-block;
}

.sidebar__dropdown .sidebar__link p:hover {
    color: #006FC6;
}


/*Кнопка и стоимость*/

#price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#btn_consultation {
    margin: 50px 0 50px 0;
}

.block_btn_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.p_price {
    margin-right: 50px;
    font-weight: 700;
    color: #02599C;
    margin-top: 15px;
}

.btn_rounded {
    height: 50px;
    padding: 0 30px 0 30px;
    background: none;
    border: solid 3px #02599C;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #02599C!important;
}

.btn_rounded:hover {
    background-color: #02599C;
    color: #ffffff!important;
}

.btn_rounded:disabled {
    border: 3px solid #B3B3B3;
    color: #B3B3B3!important;
}


/*МОДАЛКА*/


/*Popup window*/

.frame__form {
    background-color: #fff;
    height: auto;
    width: 465px;
    margin: auto;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frame__form p {
    padding-left: 95px;
    margin-top: 50px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
}

#p_consult {
    padding-left: 50px;
}

.frame__form ul {
    padding: 100px 60px 0 60px;
}

.frame__form li {
    list-style-type: none;
    margin: 16px 0;
}

.frame__form label {
    list-style-type: none;
    font-weight: 400;
    font-size: 14px;
    margin: auto;
    padding-bottom: 5px;
}


/*#lab2 {*/


/*    display: block;*/


/*    margin-top: 16px;*/


/*}*/


/*#lab3 {*/


/*    display: block;*/


/*    margin-top: 16px;*/


/*}*/


/*#lab4 {*/


/*    display: block;*/


/*    margin: 0 auto;*/


/*    margin-top: 16px;*/


/*}*/


/*#lab5 {*/


/*    display: block;*/


/*    margin-top: 18px;*/


/*}*/


/*#username {*/


/*    height: 40px;*/


/*    width: 100%;*/


/*}*/


/*#phone {*/


/*    height: 40px;*/


/*    width: 100%;*/


/*}*/


/*#email {*/


/*    height: 40px;*/


/*    width: 100%;*/


/*}*/


/*#pr_name {*/


/*    height: 40px;*/


/*    width: 100%;*/


/*}*/

textarea {
    width: 100%;
    max-width: 341px;
    border: 1px solid #c3c3c3;
}

#message {
    height: 40px;
    width: 100px;
}

.frame__form input {
    text-indent: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #222222;
    border: 1px solid #c3c3c3;
}


/* ::placeholder {*/


/*    text-indent: 15px;*/


/*    font-weight: 400;*/


/*    font-size: 15px;*/


/*    color: #d6d0db;*/


/*}*/

.frame__form input:hover,
.frame__form input:focus {
    border: 1px solid #02599C;
}


/*#phone:hover {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#email:hover {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#pr_name:hover {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#username:focus {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#phone:focus {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#email:focus {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*#pr_name:focus {*/


/*    border: 1px solid #02599C;*/


/*}*/


/*.frame__form input:invalid:not(:placeholder-shown) {*/


/*    border-color: red;*/


/*}*/


/*#phone:invalid:not(:placeholder-shown) {*/


/*    border-color: red;*/


/*}*/


/*#email:invalid:not(:placeholder-shown) {*/


/*    border-color: red;*/


/*}*/


/*#pr_name:invalid:not(:placeholder-shown) {*/


/*    border-color: red;*/


/*}*/


/*.frame__form input:valid:not(:placeholder-shown) {*/


/*    border-color: green;*/


/*}*/


/*#phone:valid:not(:placeholder-shown) {*/


/*    border-color: green;*/


/*}*/


/*#email:valid:not(:placeholder-shown) {*/


/*    border-color: green;*/


/*}*/


/*#pr_name:valid:not(:placeholder-shown) {*/


/*    border-color: green;*/


/*}*/


/*}*/

#submit {
    text-indent: 0;
    margin-left: 105px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    width: 250px;
    border: 0;
    font-weight: 400;
    color: white;
    background: #025BA0;
}

.popup_window .frame button {
    position: absolute;
    top: -28px;
    right: -33px;
    background: transparent;
    border: none;
}

@media (max-width: 600px) {
    .frame__form {
        width: 300px!important;
    }
    .frame__form ul {
        padding: 120px 25px 0 25px;
    }
    .frame__form p {
        padding-left: 25px;
    }
    #p_consult {
        padding-left: 25px;
    }
    #submit {
        margin-left: 25px;
    }
}


/*TABS*/

.tabs {
    border: 1px solid lightgray;
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    background: #f8f8f8;
    margin: 0;
}

.tabs__link {
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: black;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.tabs__link_active {
    background: #02599C;
    color: #ffffff;
    cursor: default;
}

.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
    background-color: #efefef;
}

.tabs__content {
    padding: 1rem;
}

.tabs__pane {
    display: none;
}

.tabs__pane_show {
    display: block;
}


/*PRODUCT_CARD*/

.product_cards_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid 1px lightgray;
    margin-bottom: 30px;
}

.product_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: solid 1px lightgray;
}

.product_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid lightgray;
    width: 20%;
    overflow: hidden;
}

.product_photo img {
    height: 150px;
}

.product_info {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 30px;
    padding-left: 10px;
    font-size: 14px;
    width: 60%;
}

.product_action {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid lightgray;
    width: 20%;
}

.products__name {
    font-size: 18px;
    margin-bottom: 8px;
}

.product_action p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.product_action a {
    width: 100%;
}

.p_price_card {
    font-weight: 700;
    color: #02599C;
    margin-top: 15px;
}

.products__buy-btn {
    margin: 0 auto;
    border: none;
    font-family: Montserrat;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    margin-top: 20px;
}

.products__buy-btn:active,
.products__buy-btn:hover {
    outline: none;
    background-color: #006FC6;
}

.products__status {
    margin-bottom: 11px;
}

.products__status-ico {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
}

.products__status-ico_exist {
    background-color: #00D916;
}

.products__status-ico_miss {
    background-color: red;
}

.products__status p {
    display: inline-block;
}

@media (max-width:1200px) {
    .product_photo {
        width: 30%;
    }
    .product_action {
        width: 30%;
    }
    .product_info {
        width: 40%;
    }
}

@media (max-width:870px) {
    .product_cards_section {
        border: none;
        justify-content: space-between;
    }
    .product_card {
        width: 45%;
        border: 1px solid lightgray;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .product_photo {
        margin-top: 10px;
        width: 100%;
        border: none;
    }
    .product_info {
        width: 100%;
    }
    .product_action {
        width: 100%;
        justify-content: center;
        align-items: center;
        border: none;
    }
}

@media (max-width:500px) {
    .product_card {
        width: 100%;
    }
}

.vacancies-description{
    font-size: 14px; 
}
.vacancies-description__top,
.vacancies-description__bottom{
    margin-top: 20px;
}
.vacancies-description__top a{
    text-decoration: underline;
}
.vacancies-description__bottom{
    margin-top: 20px;
}
.vacancies-description__bottom ul{
    margin-left: 10px;
    margin-top: 5px;
}
.vacancies-description__bottom ul li{
    padding: 3px 0;
}
.catalog-list .contacts-phones__item{
	width: 160px;
}
.catalog__content p {
	margin-bottom: 10px;
}
.catalog.\--grid .catalog__img img {
	object-fit: contain;
}
.product__description .block__text ul{
	list-style: disc;
	margin: 18px 0;
	padding-left: 40px;
}
.sidebar-outer {
	z-index: 2;
}
/* End */


/* Start:/local/templates/r-uipumori-20/css/magnific-popup.css?15834748746953*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/* End */


/* Start:/local/templates/r-uipumori-20/styles.css?16746459853911*/
.content__inner{
  width: 70%;
}
@media (min-width: 1300px) {
  .sidebar-outer{
    width: 20%;
  }
  .content__inner{
    width: 80%;
  }
}
@media (max-width: 800px) {
  .content{
    display: block;
  }
  .sidebar{
    display: none;
  }
  .sidebar-outer{
    display: block;
    width: 100%;
  }
  .content__inner{
    width: 100%;
    padding: 10px;
  }
}

.sidebar__item.active > .sidebar__dropdown{
  display: block;
}
.sidebar__item.active > * > img {
  transform: rotate(180deg);
}
.sidebar__dropdown {
  margin-right: -15px;
}
.sidebar__link img {
  margin-left: 8px;
}
.catalog__footer{
  margin-top: 50px;
}
header a:hover,header  a:focus, footer a:hover,footer  a:focus  {
  color: inherit;
  text-decoration: none;
}

.block_btn_price .btn_rounded{
  padding: 10px 30px 0 30px;
}
@media (min-width: 1000px) {
  body {
    height: auto;
  }
}
.product.\--detail .product__description{
  margin-bottom: -25px;
}
.collapse {
   display: none;
 }
.collapse.is-open {
   display: block;
 }

.catalog.\--form .catalog__content.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.catalog.\--form .catalog__toggle .icon{
  fill: #c9e7f4;
}
.main-slider__picture img{
  display: block;
}
img{
  max-width: 100%;
  max-height: 100%;
}
.reviews_photo {
  padding-top: 30%;
  position: relative;
}
.news_photo {
  padding-top: 66%;
  position: relative;
}
.reviews_photo img, .news_photo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: auto !important;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.product_photo img {
  max-height: 150px;
  height: auto;
}

.p_price {
  white-space: nowrap;
}

.news-detail {
  margin: 50px 50px;
}

@media (max-width: 600px) {
  .news-detail {
    margin: 25px 25px;
  }
}
.product__description-action .btn_rounded{
  padding-top: 1px;
}

.block_btn_price .p_price {
  margin-top: 39px;
}
.catalog.\--grid .catalog__img img{
  height: 200px;
}

@media (max-width: 600px) {
  .slider__nav {
    white-space: nowrap;
    overflow-x: auto;
  }
  .slider__nav-item {
    display: inline-block;
  }
}
.slider__img{
  /*width: auto;*/
  max-height: 420px;
}

@media (min-width: 1200px){
  .catalog.\--grid .catalog__col {
    max-width: 300px;

  }
}

.content-mountain, .contacts-promo {
   background-color: transparent;
}

.sidebar__list{
  padding: 10px;
}
.sidebar__list li{
  padding: 16px 0 0 0;
}
.sidebar__list > li{
  padding: 16px 0;
  border-bottom: 1px solid #D3D3D3;
}
.sidebar__list a {
  display: block;
  padding-left: 16px;
  position: relative;
}
.sidebar__list a:before {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg width="5" height="10" viewBox="0 0 5 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0.500001 9.33013V0.669873L5 5Z" fill="black"/></svg>');
  width: 5px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
.sidebar__list a.active:before {
  transform: rotate(90deg);
}
.sidebar__list .active > ul{
  display: block;
}
.sidebar__list ul{
  display: none;
  padding: 0 0 10px 10px;
}

/* @mktt */

.content-mountain {
	background-image: url('/@mktt/img/mountain.jpg')!important;
}
.header-nav__link p {
	font-size: 14px;
}
.header__upper {
	padding-bottom:0!important;
	border-bottom:0!important;
}
.header__logo img {
	width: 100px;
	height: auto;
}
.product.\--detail .product__media img {
	margin: 0 auto;
}

.mktt-tab-qualities {
	padding-bottom: 200px;
}

.mktt-tab-qualities img {
	float: left;
	width: 300px;
	height: auto;
	margin-right: 30px;
}

.mktt-tab-clear {
	height: 70px;
	clear:both;
}

.swiper-container-mktt {
	width: 100%;
}

.swiper-container-mktt .swiper-slide {
	width: 100%;
}

.swiper-container-mktt .swiper-slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1300px) {
	.swiper-container-mktt {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}
/* End */
/* /local/templates/r-uipumori-20/css/normalize.css?16048544986485 */
/* /local/templates/r-uipumori-20/css/styles.css?170036677955315 */
/* /local/templates/r-uipumori-20/css/magnific-popup.css?15834748746953 */
/* /local/templates/r-uipumori-20/styles.css?16746459853911 */
