@charset "UTF-8";
/* Style
- Version: 1.0
- Author: HelenTR7
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap&subset=cyrillic");
/* COMMON STYLE */
* {
  box-sizing: border-box; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  flex: 1 0 auto; }

.footer {
  flex: 0 0 auto; }

body {
  background: #fff;
  color: #848484;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden;
  opacity: 0; }
  body.is-fixed {
    overflow: hidden; }
  body.is-visible {
    opacity: 1;
    transition: all 0.4s ease 0s; }

a {
  color: #000;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }

video {
  max-width: 100%; }

sup,
small {
  font-size: 75%; }

a,
img,
input,
textarea,
button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease 0s; }

input,
textarea,
select,
button {
  /*ios fix*/
  appearance: none;
  outline: none; }

input::placeholder {
  opacity: 1; }

/* H1 - H6 */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

/* FORMS */
label {
  display: inline-block; }

input[type="tel"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: none;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 16px;
  padding: 1em 1.5em;
  width: 100%;
  background: #FFFFFF; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000; }

textarea {
  resize: vertical; }

textarea::placeholder {
  opacity: 1; }

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="password"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0; }

/* SELECT */
select {
  /*for WebKit*/
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '...';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important; }

select::-ms-expand {
  display: none; }

/* BUTTONS */
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
  display: inline-block;
  font-size: inherit; }

/* BUTTONS */
.btn {
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  border: 1px solid;
  padding: 15px 15px;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.0;
  text-align: center;
  border-radius: 4px; }
  .btn:hover, .btn:focus {
    background-color: rgba(0, 0, 0, 0.08); }

.btn-primary {
  background: rgba(0, 0, 0, 0);
  border-color: #293785;
  color: #293785; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background: #293785; }

.btn-add {
  background: #E31E24;
  border-color: #E31E24;
  color: #fff; }
  .btn-add:hover, .btn-add:focus {
    color: #E31E24;
    background: rgba(0, 0, 0, 0); }

.btn-inverted {
  background: #fff;
  border-color: #fff;
  color: #E31E24; }
  .btn-inverted:hover, .btn-inverted:focus {
    background: #E31E24;
    color: #fff; }

@media screen and (max-width: 575px) {
  .btn {
    max-width: 100%; } }
/* CHECKBOX */
.checkbox-input {
  display: block;
  margin: 0 0 10px; }
  .checkbox-input input {
    display: none; }
    .checkbox-input input:checked + .label::after {
      background: #293785;
      border: 0; }
    .checkbox-input input:checked + .label::before {
      background-image: url(""); }
  .checkbox-input .label {
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
    .checkbox-input .label::after {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      top: -2px;
      left: 0;
      background: #FFFFFF;
      border: 1px solid #E9E9E9;
      border-radius: 2px; }
    .checkbox-input .label::before {
      content: '';
      height: 20px;
      width: 20px;
      position: absolute;
      top: -2px;
      left: 0;
      z-index: 2;
      background-position: center;
      background-size: 16px 16px;
      background-repeat: no-repeat; }

/* RADIO */
.radio-input {
  display: block; }
  .radio-input .undertext-error, .radio-input .undertext {
    font-size: 0.688em;
    color: rgba(49, 49, 49, 0.7);
    font-weight: 300;
    display: block;
    margin: 10px 0 0;
    max-width: 320px; }
    .radio-input .undertext-error.error, .radio-input .undertext.error {
      color: #F80000; }
  .radio-input input {
    display: none; }
    .radio-input input:checked + .label::after {
      box-sizing: border-box;
      border-width: 2px;
      height: 18px;
      width: 18px;
      border-color: #293785; }
    .radio-input input:checked + .label::before {
      z-index: 2;
      position: absolute;
      border-radius: 50%;
      top: 4px;
      left: 4px;
      content: '';
      box-sizing: border-box;
      background: #293785;
      border-width: 2px;
      height: 10px;
      width: 10px; }
  .radio-input .label {
    position: relative;
    padding-left: 25px;
    color: #6B6B6B;
    font-size: 0.813em; }
    .radio-input .label::after {
      box-sizing: border-box;
      content: '';
      height: 18px;
      width: 18px;
      position: absolute;
      top: 0;
      left: 0;
      background: #FFFFFF;
      border: 1px solid #E9E9E9;
      border-radius: 50%; }

/* FIELD GROUP */
.field-group {
  margin: 0 0 25px; }
  .field-group label {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px;
    position: relative; }
    .field-group label sup {
      color: #293785;
      position: absolute;
      top: 0;
      right: -7px; }
  .field-group input {
    background: rgba(138, 138, 138, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #D0D0D0;
    padding: 15.5px 0 10px;
    width: 100%;
    color: #9D9D9D;
    font-size: 16px; }
    .field-group input::placeholder {
      color: #9D9D9D; }
    .field-group input:focus::placeholder {
      opacity: 0; }
    .field-group input:focus {
      border-color: #293785; }
  .field-group textarea {
    background: rgba(138, 138, 138, 0);
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #D0D0D0;
    padding: 10px 0;
    width: 100%;
    color: #9D9D9D;
    font-size: 16px;
    min-height: 120px; }
    .field-group textarea::placeholder {
      color: #9D9D9D; }
    .field-group textarea:focus::placeholder {
      opacity: 0; }
    .field-group textarea:focus {
      border-color: #293785; }

@media screen and (max-width: 575px) {
  .field-group {
    margin: 0 0 18px; }

  .field-group textarea {
    min-height: 100px; } }
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 14px; }
  .pagination a {
    margin: 0 15px; }
    .pagination a:last-child {
      margin-right: 0; }
    .pagination a:first-child {
      margin-left: 0; }
  .pagination a.page {
    width: 12px;
    height: 30px;
    line-height: 30px;
    display: inline-block; }
    .pagination a.page.prev {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABXSURBVHgBbY6xEYAwDAMlT5QVMkIKGipGo6KhyAiskIkwdqDAuaix7m2fRPy0rFuykSQAopptDEBRzmNv7EBw4UZ24EfvuyJI+laRzdcvCBySPahwVukBBMYa1rgecW8AAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: center; }
    .pagination a.page.next {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABkSURBVHgBTYzBCYAwDEV/2nFE6AodwYMXTx3NkxcPHUHcICA4g1NYEzG2H0LI+4/4cUqp6wPOgy98cTIsk6UMBr0aYu5a6NabrH1NwoaC6NCG6k+zMm7EdZmZflAwKDAztEDzAJR5JZpAVL3sAAAAAElFTkSuQmCC");
      background-repeat: no-repeat;
      background-position: center; }
  .pagination b.current {
    margin: 0 15px;
    background-color: #293785;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px; }

/* BREADCRUMBS */
.breadcrumbs {
  padding: 15px 0 5px;
  font-size: 13px;
  color: #3F3F3F; }
  .breadcrumbs ul {
    display: block; }

.breadcrumbs li {
  margin: 0 13px 0 0;
  position: relative;
  display: inline; }
  .breadcrumbs li:last-child {
    margin: 0; }
  .breadcrumbs li::after {
    content: '-';
    position: absolute;
    top: 0;
    right: -10px; }
  .breadcrumbs li:last-child::after {
    display: none; }
  .breadcrumbs li b {
    color: #3F3F3F; }

.breadcrumbs a {
  font-size: inherit;
  color: #777; }
  .breadcrumbs a:hover {
    color: #777; }

@media screen and (max-width: 575px) {
  .breadcrumbs {
    padding: 4px 0 5px; } }
/* TYPOGRAPHY */
.typography {
  color: #363636;
  font-size: 16px;
  line-height: 1.44; }
  .typography img {
    margin: 20px 0; }
  .typography h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    margin: 15px 0 15px; }
  .typography h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    margin: 30px 0 15px; }
  .typography p {
    letter-spacing: 0.02em;
    color: inherit;
    margin: 0 0 21px; }
    .typography p:last-child {
      margin: 0; }
    .typography p strong {
      font-weight: 700; }
  .typography ul {
    margin: 0 0 20px; }
    .typography ul li {
      letter-spacing: 0.02em;
      color: inherit;
      margin: 0 0 5px;
      position: relative;
      padding-left: 10px; }
      .typography ul li::before {
        position: absolute;
        top: 10px;
        left: 0;
        content: '';
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: #E31E24; }

@media screen and (max-width: 575px) {
  .typography {
    font-size: 14px;
    line-height: 1.5; }

  .typography ul li::before {
    top: 8px; } }
/* CONTAINER */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-no-right {
  padding-right: 0; }

.container-no-padding {
  padding: 0; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; } }
@media (min-width: 1250px) {
  .container {
    max-width: 1210px; } }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

@media screen and (min-width: 1250px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px; }

@media screen and (min-width: 1250px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px; } }
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media (min-width: 1250px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA; }

.jq-checkbox.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled {
  opacity: .55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: .55; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 41px;
  padding: 0 45px 0 15px;
  border: 1px solid #E8E8E8;
  border-bottom-color: #E8E8E8;
  border-radius: 4px;
  background: rgba(138, 138, 138, 0);
  font: 14px/50px 'Roboto', sans-serif;
  color: #000; }

.jq-selectbox__select:hover {
  background: rgba(138, 138, 138, 0.05); }

.jq-selectbox__select:active {
  background: rgba(138, 138, 138, 0.05); }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #E8E8E8; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #E8E8E8;
  background: rgba(138, 138, 138, 0.05);
  box-shadow: none;
  color: #000; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 41px; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 19px;
  right: 17px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #E31E24;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.sent {
  margin: 0 0 15px; }

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; }
  .popup__title {
    text-align: center;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(245, 245, 245, 0.76); }
    .popup__title h3 {
      margin: 0 0 5px;
      text-transform: uppercase;
      font-size: 1.125em;
      font-weight: 700; }
    .popup__title p {
      font-size: 0.875em; }
  .popup__inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.15);
    border-radius: 3px; }
    .popup__inner .icon {
      margin: 0 0 15px; }
  .popup__body {
    padding: 25px 30px; }

.popup-form {
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }
  .popup-form .info-block__title {
    color: #3D3D3D;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px; }
  .popup-form .info-block__subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #5A5A5A;
    margin: 0 0 30px; }
  .popup-form .form__btn {
    text-align: center; }
    .popup-form .form__btn button {
      padding: 10px 15px 13px; }
    .popup-form .form__btn input {
      padding: 10px 15px 13px;
      border-width: 0; }
    .popup-form .form__btn input.btn {
      border-width: 1px; }

.js-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  color: #9D9D9D;
  text-align: center;
  transform: rotate(45deg);
  font-size: 40px; }
  .js-close-popup:hover, .js-close-popup:focus {
    color: #9D9D9D; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101; }
  .header__top {
    background: #293785;
    padding: 7px 0 8px;
    color: #fff;
    font-weight: 300;
    font-size: 14px; }
    .header__top a {
      font-family: "Open Sans";
      color: inherit; }
      .header__top a:hover, .header__top a:focus {
        color: #E31E24; }
    .header__top-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header__top-nav ul {
      display: flex; }
    .header__top-nav li {
      margin: 0 35px 0 0; }
      .header__top-nav li.current a {
        color: #E31E24; }
      .header__top-nav li:last-child {
        margin: 0; }
    .header__top-right {
      font-family: "Open Sans";
      display: flex;
      align-items: center; }
    .header__top-email {
      margin-left: 30px; }
    .header__top-search {
      margin-left: 30px; }
  .header__bottom {
    padding: 23px 0 19px;
    background: #fff; }
    .header__bottom-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header__bottom .logo {
      margin-right: 70px; }
      .header__bottom .logo img {
        min-width: 70px; }
    .header__bottom-nav ul {
      display: flex;
      align-items: center; }
    .header__bottom-nav li {
      margin: 0 40px 0 0; }
      .header__bottom-nav li.current a {
        color: #E31E24; }
      .header__bottom-nav li:last-child {
        margin: 0; }
    .header__bottom-nav a {
      color: #444;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }
      .header__bottom-nav a:hover, .header__bottom-nav a:focus {
        color: #E31E24; }
    .header__bottom-right {
      display: flex;
      align-items: center;
      margin-left: 30px; }
      .header__bottom-right .btn {
        margin-left: 35px;
        width: 140px;
        padding: 10px 15px;
        font-size: 14px; }
      .header__bottom-right a.phone {
        font-size: 13px;
        color: #222;
        position: relative;
        padding-left: 25px;
        margin-left: 35px; }
        .header__bottom-right a.phone::before {
          position: absolute;
          top: 2px;
          left: 0;
          content: url("../imgs/phone.svg"); }

.mobile-popup {
  display: none; }

@media screen and (max-width: 1249px) {
  .header__top-info {
    display: none; }

  .header__bottom .logo {
    margin-right: 40px; }

  .header__bottom-nav li {
    margin: 0 15px 0 0; }

  .header__bottom-nav a {
    font-size: 14px; }

  .header__bottom-right a.phone {
    margin-left: 10px;
    padding-left: 20px; }

  .header__bottom-right .btn {
    margin-left: 15px; } }
.burger {
  display: none; }

.mobile-nav {
  display: none; }

@media screen and (max-width: 991px) {
  .header__bottom .logo {
    margin-right: 0;
    margin-left: 130px; }

  .header__bottom-right {
    margin-left: 0;
    position: relative; }

  .header__bottom-right .phones,
  .header__bottom-nav,
  .header__top {
    display: none; }

  .header__bottom-right .phones {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    padding: 10px 5px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); }

  .header__bottom-right a.mobile-popup {
    display: block;
    height: 16px; }

  .burger {
    display: inline-block;
    width: 32px;
    height: 30px; }
    .burger span {
      display: inline-block;
      width: 16px;
      height: 2px;
      background: rgba(0, 0, 0, 0.7);
      position: relative; }
      .burger span::before {
        content: '';
        height: 2px;
        width: 32px;
        position: absolute;
        top: -10px;
        left: 0;
        background: inherit; }
      .burger span::after {
        content: '';
        height: 2px;
        width: 32px;
        position: absolute;
        bottom: -10px;
        left: 0;
        background: inherit; }

  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #E31E24;
    color: #fff; }
    .mobile-nav__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 23px 0 19px; }
      .mobile-nav__top .btn-inverted {
        width: 140px;
        padding: 10px 15px;
        font-size: 14px;
        margin-left: 15px; }
      .mobile-nav__top .logo {
        margin-left: 130px;
        margin-right: 26.8px; }
        .mobile-nav__top .logo img {
          filter: brightness(0) invert(1); }
    .mobile-nav__cat a {
      padding: 10px 0;
      font-size: 24px;
      color: inherit;
      text-transform: uppercase;
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.31); }
    .mobile-nav__list ul {
      column-count: 2;
      border-bottom: 1px solid rgba(255, 255, 255, 0.31);
      padding: 20px 0; }
      .mobile-nav__list ul a {
        color: inherit;
        font-size: 20px;
        padding: 5px 0;
        display: inline-block; }
    .mobile-nav__info {
      padding: 20px 0 0;
      display: flex; }
      .mobile-nav__info p,
      .mobile-nav__info a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        display: block;
        margin: 0 0 20px; }
    .mobile-nav__tel, .mobile-nav__map {
      width: 50%;
      max-width: 50%; }
    .mobile-nav .close {
      position: relative;
      top: -18px;
      left: 6px;
      width: 32px;
      height: 32px;
      display: inline-block;
      transform: rotate(45deg);
      color: inherit;
      font-size: 70px;
      line-height: 1;
      font-weight: 100; } }
@media screen and (max-width: 575px) {
  .header__bottom-right .phones a.phone {
    font-size: 11px;
    margin: 0;
    padding: 0;
    display: block; }
    .header__bottom-right .phones a.phone::before {
      display: none; }

  .mobile-nav__top .logo,
  .header__bottom .logo {
    margin-left: 40px; }

  .mobile-nav__top,
  .header__bottom {
    padding: 10px 0 18px; }

  .mobile-nav__top .btn-inverted,
  .header__bottom-right .btn {
    width: 95px;
    font-size: 11px;
    padding: 7px 10px; } }
.footer {
  font-family: "Open Sans";
  background: #293785;
  color: #DCDCDC;
  padding: 68px 0 50px; }
  .footer-block {
    margin: 0 0 22px; }
    .footer-block__title {
      color: #F7FDFF;
      font-weight: 700;
      margin: 0 0 17px; }
    .footer-block a {
      display: block;
      color: #F7FDFF;
      margin: 0 0 15px; }
      .footer-block a:hover, .footer-block a:focus {
        color: #E31E24; }
  .footer-nav {
    display: flex;
    margin: 0 0 45px; }
    .footer-nav ul {
      width: 50%;
      max-width: 50%; }
    .footer-nav li {
      margin: 0 0 17px; }
    .footer-nav a {
      font-weight: 700;
      color: #F7FDFF; }
      .footer-nav a:hover, .footer-nav a:focus {
        color: #E31E24; }

@media screen and (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
    text-align: right; }
    .footer-nav ul {
      width: 100%;
      max-width: 100%; } }
.footer-mobile {
  display: none; }

@media screen and (max-width: 575px) {
  .footer-nav li {
    margin: 0 0 15px; }

  .ta-r {
    text-align: right; }

  .footer-desctop {
    display: none; }

  .footer-mobile {
    display: block; }

  .footer {
    padding: 28px 0 0;
    font-size: 14px; }

  .footer-block {
    margin: 0 0 32px; }

  .footer-block a {
    margin: 0 0 11px; } }
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0) !important; }

.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -50px;
    left: -120px; }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -50px;
    right: -120px; }

.banner-section .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 67.5%;
  top: auto;
  bottom: 0; }
  .banner-section .owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 52px; }
  .banner-section .owl-carousel .owl-nav button.owl-next {
    margin: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 1px; }

.main {
  margin-top: 114px; }

@media screen and (max-width: 991px) {
  .main {
    margin-top: 79px; } }
@media screen and (max-width: 575px) {
  .main {
    margin-top: 65px; } }
.h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #343434; }
  .h2--shadow {
    text-align: left;
    position: relative; }
    .h2--shadow b {
      position: relative;
      z-index: 1; }
    .h2--shadow span {
      color: #F3F3F3;
      position: absolute;
      font-size: 80px;
      left: 21px;
      top: -33px; }
  .h2--light {
    text-align: left;
    position: relative; }
    .h2--light b {
      position: relative;
      z-index: 1; }
    .h2--light span {
      color: #fff;
      position: absolute;
      font-size: 80px;
      left: 21px;
      top: -33px; }

.h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #2E2E2E; }

.h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #2E2E2E; }

@media screen and (max-width: 575px) {
  .h2 {
    font-size: 20px;
    text-align: center; }
    .h2--light span, .h2--shadow span {
      display: none; } }
.banner-item {
  display: flex;
  align-items: center;
  position: relative;
  height: 533px; }
  .banner-item__img {
    width: 67.6% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 533px; }
  .banner-item__inner {
    font-family: "Open Sans";
    margin: 0 0 80px; }
  .banner-item__info {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 59.5%;
    min-width: 702px;
    padding: 0 5px 55px 0;
    overflow: hidden; }
  .banner-item__title {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
    color: #454545;
    margin: 0 0 20px;
    position: relative; }
    .banner-item__title b {
      position: relative;
      z-index: 1; }
    .banner-item__title span {
      color: #F3F3F3;
      font-size: 100px;
      position: absolute;
      top: 0;
      left: 21px; }
  .banner-item__text {
    font-size: 18px;
    line-height: 1.6;
    color: #575757;
    position: relative;
    z-index: 2; }

@media screen and (max-width: 991px) {
  .banner-section .container {
    max-width: 100%;
    padding: 0; }

  .banner-item {
    display: block;
    height: 620px; }
    .banner-item__img {
      height: 430px;
      width: 100% !important;
      position: relative; }
    .banner-item__inner {
      text-align: center;
      margin: 0; }
    .banner-item__info {
      width: 100%;
      padding: 0 15px;
      margin: 20px auto;
      max-width: 750px;
      overflow: visible; }
    .banner-item__title {
      font-size: 50px;
      position: absolute;
      top: -75px;
      left: 50%;
      transform: translate(-50%, 0);
      margin: 0; }
      .banner-item__title b {
        padding: 0 15px;
        background: #fff;
        line-height: 1; }
      .banner-item__title span {
        display: none; } }
@media screen and (max-width: 767px) {
  .banner-item__text {
    min-height: 75px; }

  .banner-item {
    height: 490px; }

  .banner-item__img {
    height: 270px; }

  .banner-item__info {
    min-width: 100px; } }
@media screen and (max-width: 575px) {
  .banner-section .owl-carousel .owl-nav {
    right: 0;
    top: 250px;
    margin: 0;
    bottom: auto; }

  .banner-section .owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    margin-left: -151.5px; }

  .banner-section .owl-carousel .owl-nav button.owl-next {
    left: 50%;
    right: auto;
    margin-left: 101.5px; }

  .banner-item__img {
    height: 250px; }

  .banner-item__title {
    font-size: 30px;
    top: -63px; }
    .banner-item__title b {
      padding: 9px 15px;
      min-width: 205px;
      display: inline-block; }

  .banner-item__info {
    margin: 15px auto; }

  .banner-item__text {
    font-size: 14px;
    line-height: 1.33; }

  .banner-item__btn {
    margin: 26px 20px 0; }
    .banner-item__btn .btn {
      max-width: 100%; } }
.preim-section {
  background: #F5F5F5;
  padding: 68px 0 60px; }
  .preim-section .h2 {
    margin: 0 0 40px;
    font-size: 34px; }

.preim-item__img {
  text-align: left;
  margin: 0 0 9px; }
.preim-item__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  text-align: left;
  color: #5F5F5F; }

.preim-section--red {
  background: url("../imgs/p-bg.jpg") center no-repeat;
  background-size: cover; }
  .preim-section--red .h2 {
    color: #fff; }
  .preim-section--red .preim-item__text {
    color: #fff; }

@media screen and (max-width: 991px) {
  .preim-item {
    margin-bottom: 30px; } }
@media screen and (max-width: 575px) {
  .preim-section {
    padding: 50px 0 28px; }
    .preim-section .h2 {
      font-size: 20px;
      text-align: center;
      margin: 0 0 34px; }

  .preim-item {
    margin-bottom: 30px; }

  .preim-item__text {
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
    font-size: 16px; }

  .preim-item__img {
    margin: 0 0 7px;
    text-align: center; }
    .preim-item__img img {
      max-width: 70px; } }
.catalog-section ul {
  display: flex;
  flex-wrap: wrap; }
.catalog-section__li {
  width: 50%;
  max-width: 50%; }
  .catalog-section__li-inner {
    background: rgba(0, 0, 0, 0.2);
    transition: all ease 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .catalog-section__li-inner .title {
      display: block;
      padding: 14px 0 16px;
      position: relative;
      z-index: 1;
      border-bottom: 1px solid rgba(255, 255, 255, 0.47);
      border-top: 1px solid rgba(255, 255, 255, 0.47); }
    .catalog-section__li-inner .btn {
      padding: 0;
      height: 0;
      opacity: 0;
      transition: all ease 0.4s;
      margin-top: 15px; }
.catalog-section a {
  display: block;
  overflow: hidden;
  position: relative; }
  .catalog-section a img {
    height: 476px;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.4s; }
  .catalog-section a:hover .btn, .catalog-section a:focus .btn {
    padding: 15px 15px;
    height: 48px;
    opacity: 1;
    transition: all ease 0.4s;
    margin-top: 15px; }
  .catalog-section a:hover .catalog-section__li-inner, .catalog-section a:focus .catalog-section__li-inner {
    background: rgba(0, 0, 0, 0.15);
    transition: all ease 0.4s; }
  .catalog-section a:hover img, .catalog-section a:focus img {
    transform: scale(1.1);
    transition: all ease 0.4s; }

@media screen and (max-width: 991px) {
  .catalog-section a img {
    height: 300px; } }
@media screen and (max-width: 575px) {
  .catalog-section a:hover .btn,
  .catalog-section a:focus .btn {
    padding: 11px 15px;
    height: 38px; }

  .catalog-section__li-inner {
    font-size: 20px; }
    .catalog-section__li-inner .title {
      padding: 7px 0; }
    .catalog-section__li-inner .btn {
      font-size: 13px;
      max-width: 150px; }

  .catalog-section a img {
    height: 150px; } }
.popular-section {
  padding: 83px 0 72px;
  background: #F5F5F5; }
  .popular-section .h2 {
    margin: 0 0 40px; }
  .popular-section__owl {
    margin: 0 0 38px; }
  .popular-section__btn {
    text-align: left; }

@media screen and (max-width: 575px) {
  .popular-section {
    padding: 49px 0 58px; }
    .popular-section .h2 {
      margin: 0 0 25px; }

  .popular-section__owl {
    margin: 0 0 21px; } }
.good-item {
  display: block;
  padding: 20px 5px 5px;
  background: #FFFFFF;
  border-radius: 10px; }
  .good-item--bold .good-item__category {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8); }
  .good-item:hover, .good-item:focus {
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.21); }
    .good-item:hover .good-item__body, .good-item:focus .good-item__body {
      background: rgba(41, 55, 133, 0.35);
      transition: all ease 0.4s; }
    .good-item:hover .good-item__buy, .good-item:focus .good-item__buy {
      opacity: 1; }
    .good-item:hover .good-item__img img, .good-item:focus .good-item__img img {
      transform: scale(1.1);
      transition: all ease 0.4s; }
    .good-item:hover .good-item__title, .good-item:focus .good-item__title {
      color: #014D81; }
    .good-item:hover .good-item__category, .good-item:focus .good-item__category {
      color: rgba(1, 77, 129, 0.67); }
  .good-item__img {
    text-align: center;
    margin: 0 0 29px;
    overflow: hidden; }
  .good-item__body {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px 25px;
    background: #293785;
    border-radius: 10px;
    min-height: 113px;
    transition: all ease 0.4s; }
  .good-item__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 5px; }
  .good-item__category {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.61); }
  .good-item__buy {
    position: absolute;
    bottom: 17px;
    right: 22px;
    opacity: 0; }
    .good-item__buy img {
      height: 24px;
      width: 24px; }

@media screen and (max-width: 575px) {
  .owl-theme .owl-dots {
    margin: 15px 0 0; }

  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #E31E24;
    width: 20px;
    height: 8px;
    transition: all ease 0.4s; }

  .owl-theme .owl-dots .owl-dot span {
    background: rgba(227, 30, 36, 0.3);
    height: 8px;
    width: 8px;
    transition: all ease 0.4s;
    margin: 5px 3px; }

  .good-item {
    padding: 5px; }

  .good-item__img {
    margin: 0 0 24px; }

  .good-item__body {
    text-align: center;
    padding: 12px 5px;
    min-height: 125px; }

  .good-item__buy {
    right: 5px;
    bottom: 5px; }

  .good-item__title {
    font-size: 14px; }

  .good-item__category {
    font-size: 12px; } }
.consultant-section {
  background: url("../imgs/c-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 57px 0 49px; }
  .consultant-section__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 0 0 19px; }
  .consultant-section__text {
    max-width: 900px;
    margin: 0 auto 29px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.67;
    text-align: center;
    color: #FFFFFF; }
  .consultant-section__btn {
    text-align: center; }

.clients-section {
  padding: 54px 0 125px; }
  .clients-section .h2 {
    margin: 0 0 30px; }
  .clients-section__item {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }

@media screen and (max-width: 575px) {
  .clients-section {
    padding: 54px 0 71px; }

  .clients-section .h2 {
    margin: 0; } }
.about-section {
  background: url("../imgs/a-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 59px 0 74px; }
  .about-section .h2 {
    text-align: left;
    color: #fff;
    margin: 0 0 31px; }
  .about-section__info {
    position: relative;
    top: -130px;
    max-width: 200px;
    background: #293785;
    padding: 25px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    color: #FFFFFF; }
    .about-section__info b {
      font-size: 50px;
      display: block; }
  .about-section__text p {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.44;
    color: #D6D6D6; }
    .about-section__text p:last-child {
      margin: 0; }
  .about-section__text .btn {
    margin-top: 34px; }

@media screen and (max-width: 991px) {
  .about-section__info {
    max-width: 290px;
    left: 50%;
    top: 0;
    margin: -130px 0 0;
    transform: translate(-50%, 0); } }
@media screen and (max-width: 575px) {
  .about-section__text .btn {
    margin-top: 17px; }

  .about-section__text p {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center; }

  .about-section {
    padding: 101px 0 69px; }

  .about-section .h2 {
    text-align: center;
    margin: 0 0 18px; }

  .about-section__info {
    font-size: 14px;
    max-width: 155px;
    padding: 20px 5px;
    margin: -147px 0 25px; }
    .about-section__info b {
      font-size: 38px; } }
.form-section {
  background: #F5F5F5;
  padding: 66px 0 50px; }
  .form-section form {
    padding: 20px 0 0; }
  .form-section .h2 {
    text-align: left;
    margin: 0 0 20px; }
  .form-section p {
    font-size: 16px;
    line-height: 1.44;
    color: #646464;
    max-width: 330px;
    margin: 0 0 35px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E8E8E8; }
  .form-section a {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.44;
    color: #5F5F5F;
    margin: 0 0 10px; }
  .form-section__btn {
    text-align: right; }

@media screen and (max-width: 575px) {
  .form-section__btn {
    margin-top: 40px; }

  .form-section form {
    padding: 36px 0 0; }

  .form-section {
    padding: 58px 0 58px; }
    .form-section .h2 {
      text-align: center; }
    .form-section p {
      font-size: 14px;
      text-align: center;
      max-width: 100%; }
    .form-section a {
      font-size: 20px;
      text-align: center; }
      .form-section a:last-of-type {
        padding: 0 0 38px;
        border-bottom: 1px solid #E8E8E8; } }
.catalog {
  padding: 0 0 45px; }
  .catalog .h3 {
    margin: 15px 0 28px; }
  .catalog__nav-btns {
    display: none; }
  .catalog__nav li.level2 a {
    padding: 17px 15px 17px 20px;
    color: #293785;
    text-decoration: underline;
    border-bottom: 0; }
    .catalog__nav li.level2 a:hover, .catalog__nav li.level2 a:focus {
      text-decoration: none;
      background: rgba(0, 0, 0, 0);
      color: #293785; }
    .catalog__nav li.level2 a img {
      display: none; }
  .catalog__nav li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 17px 23px;
    font-size: 16px;
    line-height: 1;
    color: #606060;
    border-bottom: 0.6px solid rgba(96, 96, 96, 0.2); }
    .catalog__nav li a img {
      margin-right: 20px; }
    .catalog__nav li a:hover, .catalog__nav li a:focus {
      background: #293785;
      color: #fff; }
      .catalog__nav li a:hover img, .catalog__nav li a:focus img {
        filter: brightness(0) invert(1); }
  .catalog__nav li.current > a {
    background: #293785;
    color: #fff; }
    .catalog__nav li.current > a img {
      filter: brightness(0) invert(1); }
  .catalog .good-item {
    margin: 0 0 20px;
    border: 1px solid #EFEFEF;
    border-radius: 10px; }

@media screen and (max-width: 1249px) {
  .catalog__nav li.level2 a {
    font-size: 14px;
    padding: 15px 15px 8px 20px; } }
@media screen and (max-width: 991px) {
  .catalog__nav {
    padding-bottom: 15px; }

  .catalog__nav-btns {
    display: flex;
    margin: 9px 0 30px; }
    .catalog__nav-btns-cat {
      border-radius: 4px;
      /*border-radius: 4px 0 0 4px;
      border-right: 1px solid #B3B3B3;*/
      position: relative; }
      .catalog__nav-btns-cat::before {
        content: '';
        background: url("../imgs/cat.png");
        height: 16px;
        width: 16px;
        position: absolute;
        top: 14px;
        left: 27px; }
    .catalog__nav-btns-sort {
      border-radius: 0 4px 4px 0; }
    .catalog__nav-btns a {
      padding: 15px 15px 14px 57px;
      color: #1F1F1F;
      font-size: 14px;
      background: rgba(49, 61, 141, 0.26);
      max-width: 185px;
      width: 50%;
      display: block; }

  .catalog__nav-wrapper {
    display: none; } }
@media screen and (max-width: 575px) {
  .catalog .h3 {
    font-size: 20px;
    text-align: center; } }
.goods .h3 {
  margin: 16px 0 20px; }
.goods .h4 {
  margin: 0 0 20px; }
.goods__desc {
  padding: 40px 0 66px; }
.goods__img {
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  overflow: hidden;
  text-align: center; }
  .goods__img img {
    max-width: 100%;
    width: auto;
    max-height: 400px; }
.goods__block {
  margin-bottom: 18px;
  padding: 0 0 24px;
  border-bottom: 1px solid #EAEAEA; }
  .goods__block input {
    height: 35px;
    max-width: 180px;
    line-height: 35px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 5px 15px !important; }
  .goods__block:last-of-type {
    border-bottom: 0; }
  .goods__block-btn {
    padding: 10px 0 0;
    text-align: right; }
  .goods__block .jq-selectbox {
    margin: 0 0 15px; }
  .goods__block .jq-selectbox__select-text {
    line-height: 35px; }
  .goods__block .jq-selectbox__select {
    height: 35px;
    max-width: 180px; }
  .goods__block .jq-selectbox__trigger-arrow {
    top: 15px; }
  .goods__block-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.57;
    color: #9A9A9A;
    margin: 0 0 10px; }
    .goods__block-title b {
      font-weight: 700;
      font-size: 16px; }
  .goods__block-subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #898989;
    margin-left: 31px;
    margin-bottom: 8px; }
    .goods__block-subtitle + div, .goods__block-subtitle + input {
      margin-bottom: 15px;
      margin-left: 31px !important; }
  .goods__block label {
    cursor: pointer;
    margin: 0 30px 13px 0; }
    .goods__block label input {
      display: none; }
  .goods__block .label {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #4F4F4F;
    padding: 0 0 0 31px;
    margin: 0 0 7px; }
    .goods__block .label::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #DBDBDB; }
    .goods__block .label::after {
      content: '';
      position: absolute;
      top: 4px;
      left: 4px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0); }
  .goods__block input:checked + .label::before {
    border-color: #293785; }
  .goods__block input:checked + .label::after {
    background: #293785; }

@media screen and (max-width: 991px) {
  .goods__img {
    margin: 0 0 45px; } }
@media screen and (max-width: 575px) {
  .goods__desc {
    padding: 0 0 60px; }
    .goods__desc .h4 {
      font-size: 18px;
      text-align: center;
      margin: 0 0 11px; }

  .goods__block label {
    display: block; }

  .goods .h3 {
    margin: 15px 0;
    text-align: center;
    font-size: 20px; }

  .goods__block-title {
    margin: 15px 0 10px; }

  .goods__img {
    margin: 0 0 13px; } }
.clients {
  padding: 0 0 60px; }
  .clients .h2 {
    margin: 0 0 30px; }

.client-item {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  margin: 0 0 20px; }

@media screen and (max-width: 575px) {
  .client-item {
    margin: 0 0 10px; } }
.vacancies {
  padding: 0 0 60px; }
  .vacancies .h2 {
    margin: 0 0 32px; }
  .vacancies__items ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .vacancies__items li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px; }
  .vacancies__items a {
    min-height: 184px;
    background: rgba(41, 55, 133, 0.35);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.44;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px;
    padding: 15px 40px; }
  .vacancies__items .current a {
    background: #293785; }

.vacancy {
  padding-bottom: 20px; }
  .vacancy .h3 {
    margin: 37px 0 17px; }
  .vacancy__info-item {
    margin: 0 0 30px; }
  .vacancy__info-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #343434;
    margin: 0 0 15px; }
    .vacancy__info-title-red {
      color: #E31E24;
      margin: 0 0 35px; }
      .vacancy__info-title-red a {
        color: inherit;
        text-decoration: underline; }

@media screen and (max-width: 1249px) {
  .vacancies__items a {
    font-size: 20px; } }
@media screen and (max-width: 575px) {
  .vacancies__items ul {
    margin: 0; }

  .vacancies__items li {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%; }

  .vacancy .h3 {
    font-size: 18px; }

  .vacancy__info-title {
    font-size: 16px; } }
.contacts {
  font-size: 16px;
  line-height: 150%; }
  .contacts__container {
    max-width: 100%; }
  .contacts .h2 {
    margin: 0 0 40px; }
  .contacts strong {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.44;
    color: #E31E24;
    margin: 30px 0 0; }
  .contacts p {
    margin: 0 0 8px; }
    .contacts p:first-child strong {
      margin-top: 0; }
  .contacts a {
    color: inherit; }

@media screen and (max-width: 767px) {
  .contacts {
    padding-bottom: 45px; } }
.map {
  height: 483px;
  margin-right: 70px; }

@media screen and (max-width: 767px) {
  .map {
    height: 250px;
    margin-right: 0;
    margin-bottom: 30px; } }
.about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .about::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.54); }
  .about > .container {
    position: relative;
    z-index: 1;
    max-width: 690px; }
  .about__inner {
    text-align: center;
    padding: 61px 0 107px;
    font-size: 20px;
    line-height: 1.4;
    color: #D6D6D6; }
    .about__inner h2 {
      font-weight: bold;
      font-size: 30px;
      line-height: 1.44;
      color: #FFFFFF;
      margin: 0 0 22px; }
    .about__inner p {
      margin: 0 0 19px; }
      .about__inner p:last-child {
        margin: 0; }

@media screen and (max-width: 575px) {
  .about__inner {
    padding: 35px 0 54px;
    font-size: 16px; }
    .about__inner p {
      margin: 0 0 14px; }

  .about__inner h2 {
    font-size: 20px;
    margin: 0 0 11px; } }
.about-section1__img {
  display: none; }
.about-section1__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative; }
.about-section1__info {
  background: #F5F5F5;
  padding: 77px 60px 78px 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #646464;
  max-width: 590px; }
  .about-section1__info p {
    margin: 0 0 20px; }
    .about-section1__info p:last-child {
      margin: 0; }
  .about-section1__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -90px;
    bottom: 0;
    width: 90px;
    background: #F5F5F5; }

@media screen and (max-width: 767px) {
  .about-section1__info {
    padding: 37px 0 48px 0;
    position: relative; }

  .about-section1 {
    background: #F5F5F5; }

  .about-section1__img {
    display: block; }

  .about-section1__bg {
    min-height: 10px;
    background-image: none !important; } }
@media screen and (max-width: 575px) {
  .about-section1__info {
    padding: 31px 0 40px; } }
.about-section2 {
  padding: 100px 0 94px; }
  .about-section2__info {
    font-size: 14px;
    line-height: 1.5;
    color: #646464;
    padding: 0 0 0 50px; }
    .about-section2__info p {
      margin: 0 0 22px; }
      .about-section2__info p:last-child {
        margin: 0; }
  .about-section2__img {
    position: relative;
    padding: 0 0 0 80px;
    margin-top: -105px; }
    .about-section2__img::before {
      content: '';
      position: absolute;
      top: 141px;
      left: 58px;
      right: 72px;
      bottom: -25px;
      background: #D2D4E2; }
    .about-section2__img img {
      position: relative;
      z-index: 1;
      width: 451px;
      max-width: 100%;
      height: auto; }

@media screen and (max-width: 991px) {
  .about-section2__img {
    padding: 0;
    text-align: center;
    margin-bottom: 50px; }

  .about-section2__info {
    padding: 0; } }
@media screen and (max-width: 575px) {
  .about-section2 {
    padding: 152px 0 64px; }

  .about-section2__img img {
    width: 220px;
    margin-bottom: 35px; } }
.form-search {
  position: relative;
  margin: 0 0 30px; }

.form-input {
  border: 1px solid #293785 !important;
  border-radius: 8px; }

.form-search_submit-btn {
  background-color: #293785;
  background-image: url("../imgs/search2.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  height: 53px;
  width: 53px; }

/*# sourceMappingURL=app.css.map */
