/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: inherit; }

/**	Breakpoint screen settings **/
/**Colors**/
html, body {
  min-height: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  position: relative;
  font-size: 16px; }

.r-tabs-anchor {
  display: none; }

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif; }

.g-recaptcha iframe {
  width: 100% !important; }

.b-cards {
  display: flex;
  margin-left: -30px; }
  .b-cards__item {
    width: calc(25% - 30px);
    margin-left: 30px; }

.wrapper {
  min-height: calc(100vh - 281px); }

.ro-st-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.ro-sb-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.roW-st-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.roW-sb-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.roW-sb-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.ro-en-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.ro-ce-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.ro-ce-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.ro-sb-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.ro-st-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.coW-st-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.co-st-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.co-ce-ce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.co-ce-st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.field {
  width: 100%; }

input, textarea {
  width: 100%;
  padding: 12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  border: 1px solid #35629D;
  outline: none;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  resize: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    opacity: 0.7; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    opacity: 0.7; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    opacity: 0.7; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    opacity: 0.7; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.bgi {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bold {
  font-weight: bold; }

.text {
  width: 100%;
  font-size: 16px;
  line-height: 28px; }
  .text a {
    color: #35629D !important;
    font-weight: bold;
    cursor: pointer; }
    .text a:hover {
      color: #E31E24 !important; }
  .text h2 {
    font-size: 37px;
    line-height: 40px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .text h2 {
        font-size: 23px;
        line-height: 26px; } }
    @media (max-width: 650px) {
      .text h2 {
        font-size: 24px;
        line-height: 27px; } }
  .text h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #35629D;
    font-size: 23px;
    line-height: 26px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .text h3 {
        margin-top: 30px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .text h3 {
        margin-top: 20px;
        font-size: 23px;
        line-height: 26px; } }
    @media (max-width: 650px) {
      .text h3 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 21px; } }
  .text img {
    width: 600px !important;
    height: auto !important;
    margin: 20px auto 40px auto;
    display: block;
    object-fit: cover;
    object-position: center; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .text img {
        margin-bottom: 30px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .text img {
        margin-bottom: 30px;
        width: 85% !important;
        height: auto !important; } }
    @media (max-width: 650px) {
      .text img {
        margin-bottom: 20px;
        width: 100% !important;
        height: auto !important; } }
  .text iframe {
    display: block;
    margin: 20px auto 40px auto;
    width: 600px !important;
    height: 370px !important; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .text iframe {
        margin-bottom: 30px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .text iframe {
        margin-bottom: 30px;
        width: 85% !important;
        height: 35vw !important; } }
    @media (max-width: 650px) {
      .text iframe {
        margin-bottom: 20px;
        width: 100% !important;
        height: 50vw !important; } }
  .text li {
    list-style-type: disc;
    list-style-position: inside; }
  .text strong {
    font-weight: bold; }
  .text em {
    font-style: italic; }

.block {
  width: 1260px;
  margin: 0 auto; }

.link {
  color: #E31E24 !important; }
  .link:hover {
    color: #35629D !important; }

.linkB {
  color: #35629D !important;
  font-weight: bold; }
  .linkB:hover {
    color: #E31E24 !important; }

.linkR {
  color: #333333 !important; }
  .linkR:hover {
    color: #E31E24 !important; }

.color {
  color: #E31E24 !important; }

.hov {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }
  .hov:hover {
    color: #E31E24 !important; }

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
  z-index: 5;
  background-color: #35629D;
  width: 140px;
  height: 42px;
  padding-bottom: 2px;
  border: none;
  color: #fff !important;
  border-radius: 42px;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  outline: none; }
  .button:hover {
    background-color: rgba(53, 98, 157, 0.8);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25); }
  .button:active {
    background-color: rgba(53, 98, 157, 0.8);
    -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.buttonW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.05s;
  -o-transition: all 0.05s;
  transition: all 0.05s;
  z-index: 5;
  background-color: #fff;
  width: 140px;
  height: 42px;
  padding-bottom: 2px;
  border: 1px solid #35629D;
  color: #333333 !important;
  border-radius: 42px;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  outline: none; }
  .buttonW:hover {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25); }
  .buttonW:active {
    -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.B_crumbBox {
  color: #333333 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.B_crumb {
  font-size: 1rem;
  color: #333333 !important;
  margin: 0 20px; }
  .B_crumb:first-child {
    margin-left: 0; }
  .B_crumb:last-child {
    margin-right: 0; }

.B_lastCrumb {
  margin-left: 10px; }

.B_homeCrumb {
  margin-right: 10px; }

.B_crumbBox li a {
  font-size: 1rem !important;
  color: #35629D !important;
  text-decoration: underline;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }
  .B_crumbBox li a:hover {
    color: #333333 !important; }

.title-1 {
  display: block;
  color: #35629D;
  font-size: 48px;
  line-height: 60px; }

.title-2 {
  display: block;
  font-size: 37px;
  line-height: 40px; }

.title-3 {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #35629D;
  font-size: 23px;
  line-height: 26px; }

.subtitle {
  display: block;
  font-size: 42px;
  line-height: 46px;
  color: #35629D;
  text-align: center; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .subtitle {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 650px) {
    .subtitle {
      font-size: 22px;
      line-height: 26px; } }
  .subtitle--color {
    color: #E31E24; }

.box-shadow {
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.13); }

.paginator {
  margin-top: 70px; }

.bgcR {
  background-color: rgba(227, 30, 36, 0.8); }

.bgcB {
  background-color: rgba(57, 101, 158, 0.8); }

.bgcG {
  background-color: rgba(96, 186, 72, 0.8); }

.breadcrumbs {
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .breadcrumbs {
      margin-top: 20px; } }
  @media (max-width: 650px) {
    .breadcrumbs {
      margin-top: 20px;
      font-size: 12px;
      line-height: 16px; } }

@media (min-width: 1200px) and (max-width: 1281px) {
  .block {
    width: 960px; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .block {
    width: 92%; }
  .paginator {
    margin-top: 50px; }
  .title-1 {
    font-size: 37px;
    line-height: 40px; }
  .title-2 {
    font-size: 23px;
    line-height: 26px; }
  .title-3 {
    font-size: 16px;
    line-height: 19px; } }

@media (max-width: 650px) {
  .text {
    font-size: 14px;
    line-height: 19px; }
  .block {
    width: 92%; }
  .title-1 {
    font-size: 24px;
    line-height: 27px; }
  .title-2 {
    font-size: 18px;
    line-height: 21px; }
  .title-3 {
    font-size: 16px;
    line-height: 19px; }
  .paginator {
    margin-top: 40px; }
  .field {
    margin-top: 20px;
    width: 100%; }
    .field__input {
      width: 100%; }
    .field__textarea {
      margin-top: 10px;
      width: 100%; } }

.header {
  height: 80px; }
  .header__underline {
    width: 100%;
    height: 1px;
    background-color: #35629D; }
  .header__page-link {
    position: relative;
    font-size: 16px;
    margin-right: 40px; }
    .header__page-link:last-of-type {
      margin-right: 0; }
    .header__page-link_here::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #35629D;
      bottom: -9px;
      left: 0; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .header__page-link_here {
        color: #35629D !important;
        font-weight: bold; }
        .header__page-link_here::after {
          display: none; } }
    @media (max-width: 650px) {
      .header__page-link_here {
        color: #35629D !important;
        font-weight: bold; }
        .header__page-link_here::after {
          display: none; } }
  .header__logo-text {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: #35629D; }
  .header__nav {
    z-index: 300; }
  .header__menu {
    display: none; }
    .header__menu_cls {
      display: none; }

@media (min-width: 651px) and (max-width: 1199px) {
  .header {
    position: relative; }
    .header__nav {
      display: none;
      width: 40%;
      text-align: center;
      position: absolute;
      content: "";
      top: 80px;
      right: 0;
      background-color: #fff;
      border: 1px solid #35629D; }
    .header__page-link {
      font-weight: bold;
      padding: 10px 0;
      margin-right: 0px;
      display: block;
      border-top: 1px solid #35629D; }
      .header__page-link:first-of-type {
        border-top: none; }
    .header__menu {
      display: block;
      font-size: 24px;
      color: #35629D; }
      .header__menu_cls {
        font-size: 24px;
        color: #E31E24; } }

@media (max-width: 650px) {
  .header {
    position: relative; }
    .header__nav {
      display: none;
      width: 60%;
      text-align: center;
      position: absolute;
      content: "";
      top: 80px;
      right: 0;
      background-color: #fff;
      border: 1px solid #35629D; }
    .header__page-link {
      font-size: 14px;
      font-weight: bold;
      padding: 10px 0;
      margin-right: 0px;
      display: block;
      border-top: 1px solid #35629D; }
      .header__page-link:first-of-type {
        border-top: none; }
    .header__menu {
      display: block;
      font-size: 24px;
      color: #35629D; }
      .header__menu_cls {
        font-size: 24px;
        color: #E31E24; } }

.footer {
  margin-top: 80px; }
  .footer__nav {
    height: 80px; }
  .footer__logo-link {
    margin-bottom: 25px; }
  .footer__page-link {
    margin-right: 40px; }
    .footer__page-link:last-of-type {
      margin-right: 0; }
  .footer__line {
    background-color: #BDBDBD;
    width: 100%;
    height: 1px; }
  .footer__bottom {
    height: 120px; }
  .footer__info {
    line-height: 20px;
    font-size: 14px; }
    .footer__info_phone {
      font-size: 16px; }
  .footer__links {
    width: 493px;
    margin-right: 43px; }
  .footer__another-link {
    margin-top: 10px;
    display: block; }
    .footer__another-link:first-of-type {
      margin-top: 0; }
  .footer__social-networks {
    margin-top: -5px; }
  .footer__networks-link {
    margin-right: 10px; }
    .footer__networks-link:last-of-type {
      margin-right: 0; }
    .footer__networks-link:hover svg path {
      fill: #E31E24; }
    .footer__networks-link:hover svg rect {
      stroke: #E31E24; }
  .footer__studio {
    font-size: 14px;
    line-height: 19px;
    text-align: right; }
    .footer__studio_logo {
      width: 42px; }
    .footer__studio_text {
      margin-right: 10px; }

@media (min-width: 1200px) and (max-width: 1281px) {
  .footer__links {
    width: 413px; }
  .footer__another-link {
    font-size: 14px; }
  .footer__social-networks {
    margin-top: -5px; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .footer {
    margin-top: 60px; }
    .footer__logo-link {
      margin-bottom: 25px; }
    .footer__page-link {
      font-size: 14px;
      margin-right: 20px; }
    .footer__bottom {
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 20px 0;
      height: auto; }
    .footer__info {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .footer__links {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; }
    .footer__another-link {
      font-size: 14px; }
    .footer__social-networks {
      margin-top: -5px;
      margin-right: 23px; }
    .footer__studio {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; } }

@media (max-width: 650px) {
  .footer {
    margin-top: 40px; }
    .footer__nav {
      height: 80px; }
    .footer__page-link {
      display: none; }
    .footer__logo-link {
      margin-bottom: 0;
      margin-right: 0;
      display: block; }
    .footer__bottom {
      padding: 20px 0;
      height: auto;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .footer__info {
      display: none; }
    .footer__links {
      width: 100%;
      margin-right: 0;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .footer__another-link {
      font-size: 14px; }
    .footer__social-networks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 20px;
      width: 100%; }
    .footer__studio {
      margin-top: 20px;
      text-align: center; }
      .footer__studio_text {
        margin-right: 0; }
      .footer__studio_logo {
        display: none; } }

.banner {
  width: 100%;
  height: 550px; }

@media (min-width: 651px) and (max-width: 1199px) {
  .banner {
    height: 0;
    padding-top: 28%; } }

@media (max-width: 650px) {
  .banner {
    height: 0;
    padding-top: 40%; } }

.about-company {
  margin-top: 80px; }
  .about-company__block {
    margin-top: 40px; }
  .about-company__video-block {
    margin-top: 80px;
    width: 560px;
    height: 470px;
    background-color: #35629D; }
  .about-company__video {
    z-index: 2;
    width: 500px;
    height: 310px;
    margin-right: -20px;
    background-color: #000; }
  .about-company__content {
    background-color: #fff;
    padding: 40px 80px 80px 80px; }
  .about-company__text {
    margin-top: 20px;
    width: 540px; }

@media (min-width: 1200px) and (max-width: 1281px) {
  .about-company {
    margin-top: 80px; }
    .about-company__block {
      margin-top: 40px; }
    .about-company__video-block {
      width: 440px;
      height: 430px; }
    .about-company__video {
      width: 380px;
      height: 270px; }
    .about-company__content {
      padding: 40px 60px 60px 60px; }
    .about-company__text {
      width: 400px; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .about-company {
    margin-top: 60px; }
    .about-company__block {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-top: 40px; }
    .about-company__video-block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      z-index: 1;
      margin-top: -20px;
      width: 75%;
      height: auto;
      padding: 80px 0; }
    .about-company__video {
      z-index: 1;
      width: 86%;
      height: 35vw;
      margin-right: 0; }
    .about-company__content {
      z-index: 2;
      padding: 40px 80px 80px 80px; }
    .about-company__text {
      width: auto; } }

@media (max-width: 650px) {
  .about-company {
    margin-top: 40px;
    width: 100%; }
    .about-company__title-1 {
      width: 92%;
      margin: 0 auto; }
    .about-company__title-2 {
      width: 92%;
      margin: 0 auto; }
    .about-company__block {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-top: 10px; }
    .about-company__video-block {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      z-index: 2;
      width: 100%;
      height: auto;
      margin-top: 0;
      padding: 30px 0; }
    .about-company__video {
      z-index: 2;
      width: 92%;
      height: 55vw;
      margin-right: 0; }
    .about-company__content {
      padding: 40px 0; }
    .about-company__text {
      width: 92%;
      margin: 20px auto 0 auto; } }

.partners-slider {
  width: 1120px;
  margin: 80px auto 0 auto; }
  .partners-slider__item {
    margin: 0 10px;
    width: 200px;
    height: 124px; }

.partners {
  margin-top: 20px; }
  @media (max-width: 650px) {
    .partners {
      width: 100%; } }
  .partners__title {
    margin-top: 80px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .partners__title {
        margin-top: 60px; } }
    @media (max-width: 650px) {
      .partners__title {
        margin-top: 40px; } }
  @media (max-width: 650px) {
    .partners__txt {
      width: 92%;
      margin: 0 auto; } }
  .partners__btn {
    margin-top: 40px; }
    @media (max-width: 650px) {
      .partners__btn {
        margin-left: 4%;
        margin-top: 20px; } }
  .partners__block {
    margin-top: 130px;
    padding: 80px;
    z-index: 1; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .partners__block {
        padding: 60px;
        margin-top: 100px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .partners__block {
        padding: 40px;
        margin-top: 60px; } }
    @media (max-width: 650px) {
      .partners__block {
        width: 100%;
        margin-top: 40px;
        padding: 40px 0;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .partners__content {
    width: 520px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .partners__content {
        width: 420px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .partners__content {
        width: 60%; } }
    @media (max-width: 650px) {
      .partners__content {
        width: 92%; } }
    .partners__content_txt {
      margin-top: 20px; }
  .partners__pic {
    width: 540px;
    height: 360px;
    z-index: 2;
    margin-top: -130px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .partners__pic {
        width: 400px;
        height: 265px;
        margin-top: -100px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .partners__pic {
        width: 37%;
        height: 0;
        padding-top: 24%;
        margin-top: -60px; } }
    @media (max-width: 650px) {
      .partners__pic {
        width: 100%;
        margin-top: 20px;
        height: 0;
        padding-top: 65%; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .partners-slider {
    width: 92%;
    margin: 60px auto 0 auto; } }

@media (max-width: 650px) {
  .partners-slider {
    width: 92%;
    margin: 40px auto 0 auto; } }

.news {
  margin-top: 80px; }
  .news__eye {
    margin-left: 5px; }
  .news__filters {
    margin-top: 20px;
    flex-wrap: wrap; }
  .news__filter {
    margin-top: 20px;
    margin-right: 20px; }
    .news__filter_box {
      cursor: pointer;
      padding: 5px 20px;
      border: 1px solid #35629D; }
      .news__filter_box:hover {
        background-color: #35629D;
        color: #fff !important; }
    .news__filter input {
      display: none; }
      .news__filter input:checked + .news__filter_box {
        background-color: #35629D;
        color: #fff !important; }
    .news__filter:last-of-type {
      margin-right: 0; }
    .news__filter_active {
      background-color: #35629D;
      color: #fff !important; }
      .news__filter_active:hover {
        background-color: #fff;
        color: #333333 !important; }
  .news__block {
    margin-top: 45px; }
  .news__listing {
    width: 880px; }
  .news__view {
    margin-top: 60px; }
    .news__view:first-of-type {
      margin-top: 0; }
  .news__article-pub-date {
    font-size: 14px;
    color: #BDBDBD; }
  .news__article-title {
    margin-top: 10px; }
  .news__article-pic {
    position: relative;
    margin-top: 20px;
    width: 86%;
    padding-top: 53%; }
  .news__article-mark {
    position: absolute;
    top: 10px;
    left: -2px;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px; }
  .news__article-text {
    margin-top: 40px; }
  .news__article-info {
    margin-top: 40px; }
  .news__article-view-count {
    font-size: 14px;
    color: #BDBDBD;
    text-align: right; }
  .news__more {
    margin: 40px auto 0 auto; }

@media (min-width: 1200px) and (max-width: 1281px) {
  .news {
    margin-top: 80px; }
    .news__listing {
      width: 600px; }
    .news__view {
      margin-top: 40px; }
      .news__view:first-of-type {
        margin-top: 0; }
    .news__article-text {
      margin-top: 30px; }
    .news__article-info {
      margin-top: 30px; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .news {
    margin-top: 60px; }
    .news__filter {
      margin-right: 15px; }
      .news__filter_box {
        padding: 5px 15px; }
    .news__block {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 40px; }
    .news__article-pic {
      width: 100%; }
    .news__listing {
      width: 100%; }
    .news__view {
      margin-top: 40px; }
      .news__view:first-of-type {
        margin-top: 0; }
    .news__article-text {
      margin-top: 30px; }
    .news__article-info {
      margin-top: 30px; } }

@media (max-width: 650px) {
  .news {
    margin-top: 40px; }
    .news__filters {
      margin-top: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .news__article-pic {
      width: 100%; }
    .news__filter {
      font-size: 14px;
      text-align: center;
      margin-top: 6%;
      margin-right: 0px;
      width: 47%;
      box-sizing: border-box; }
      .news__filter_box {
        padding: 6% 0;
        width: 100%; }
    .news__block {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 30px; }
    .news__listing {
      width: 100%; }
    .news__view {
      margin-top: 20px; }
      .news__view:first-of-type {
        margin-top: 0; }
    .news__article-pic {
      margin-top: 10px; }
    .news__article-text {
      margin-top: 20px; }
    .news__article-info {
      margin-top: 20px; } }

.sidebar {
  width: 300px;
  margin-top: 30px; }
  .sidebar__header {
    font-size: 23px;
    color: #BDBDBD; }
  .sidebar__block {
    margin-top: 20px; }
  .sidebar__preview {
    display: block;
    margin-top: 20px; }
    .sidebar__preview:hover .sidebar__article-title {
      color: #E31E24; }
    .sidebar__preview:first-of-type {
      margin-top: 0px; }
  .sidebar__article-pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62%; }
  .sidebar__article-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #35629D;
    margin-top: 10px; }
  .sidebar__article-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px; }
  .sidebar__article-info {
    margin-top: 8px;
    font-size: 14px;
    color: #BDBDBD; }

@media (min-width: 651px) and (max-width: 1199px) {
  .sidebar {
    width: 100%;
    margin-top: 40px; }
    .sidebar__header {
      font-size: 23px;
      color: #BDBDBD; }
    .sidebar__block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; }
    .sidebar__preview {
      width: 46%;
      margin-top: 0; }
      .sidebar__preview:first-of-type {
        margin-right: 8%;
        margin-top: 0; }
      .sidebar__preview:nth-of-type(3) {
        display: none; } }

@media (max-width: 650px) {
  .sidebar {
    width: 100%; }
    .sidebar__header {
      font-size: 23px;
      color: #BDBDBD; }
    .sidebar__preview {
      width: 100%;
      margin-top: 8%; }
      .sidebar__preview:nth-of-type(3) {
        display: none; } }

.lake-bg {
  margin-top: 80px;
  width: 100%;
  height: 0;
  padding-top: 23%; }

.news-index {
  padding: 80px 0;
  margin-top: -12%;
  background-color: #fff;
  z-index: 2; }
  .news-index__wrapper {
    width: 940px; }
  .news-index__listing {
    width: 680px; }
  .news-index__sidebar {
    margin-top: 27px;
    width: 240px; }
    .news-index__sidebar_block {
      margin-top: 10px; }
  .news-index__article-pic {
    margin-top: 10px; }
  .news-index__article-pub-date_mob {
    display: none; }
  .news-index__article-text {
    margin-top: 20px; }

@media (min-width: 1200px) and (max-width: 1281px) {
  .news-index {
    padding: 80px 0;
    margin-top: -12%; }
    .news-index__wrapper {
      width: 700px; }
    .news-index__listing {
      width: 440px; } }

@media (min-width: 651px) and (max-width: 1199px) {
  .lake-bg {
    margin-top: 60px;
    padding-top: 36%; }
  .news-index {
    padding: 60px 0;
    margin-top: -18%; }
    .news-index__wrapper {
      width: 92%; }
    .news-index__listing {
      width: 100%; }
    .news-index__sidebar {
      margin-top: 40px;
      width: 100%; }
      .news-index__sidebar_block {
        margin-top: 10px; } }

@media (max-width: 650px) {
  .lake-bg {
    display: none; }
  .news-index {
    padding: 0;
    margin-top: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .news-index__block {
      margin-top: 20px; }
    .news-index__wrapper {
      width: 100%; }
    .news-index__listing {
      width: 100%; }
    .news-index__article-pub-date {
      display: none; }
      .news-index__article-pub-date_mob {
        margin-top: 10px;
        display: block; }
    .news-index__article-text {
      margin-top: 10px; }
    .news-index__sidebar {
      display: none; } }

.article {
  margin-top: 40px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .article {
      margin-top: 30px; } }
  @media (max-width: 650px) {
    .article {
      margin-top: 20px; } }
  .article__pub-date {
    margin-top: 40px;
    color: #BDBDBD;
    font-size: 14px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .article__pub-date {
        margin-top: 30px; } }
    @media (max-width: 650px) {
      .article__pub-date {
        margin-top: 20px; } }
  .article__content {
    margin-top: 0; }
    .article__content_pic {
      margin: 10px auto 0 auto; }
    .article__content_text {
      margin-top: 40px; }
      @media (min-width: 651px) and (max-width: 1199px) {
        .article__content_text {
          margin-top: 30px; } }
      @media (max-width: 650px) {
        .article__content_text {
          margin-top: 20px; } }
  .article__sidebar {
    margin-top: 10px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .article__sidebar {
        display: none; } }
    @media (max-width: 650px) {
      .article__sidebar {
        display: none; } }

.contacts {
  margin-top: 40px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .contacts {
      z-index: 1;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  @media (max-width: 650px) {
    .contacts {
      margin-top: 20px;
      width: 100%;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .contacts__title {
    margin-top: 80px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .contacts__title {
        margin-top: 60px; } }
    @media (max-width: 650px) {
      .contacts__title {
        margin-top: 40px; } }
  .contacts__content {
    padding: 80px;
    width: 700px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .contacts__content {
        padding: 60px;
        width: 520px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .contacts__content {
        padding: 40px 40px 60px 40px;
        width: 100%; } }
    @media (max-width: 650px) {
      .contacts__content {
        padding: 40px 20px;
        width: 100%; } }
    .contacts__content_txt {
      margin-top: 30px; }
      .contacts__content_txt:first-of-type {
        margin-top: 20px; }
  .contacts__blue {
    width: 560px;
    height: 470px;
    background-color: #35629D; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .contacts__blue {
        width: 440px;
        height: 430px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .contacts__blue {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: -20px;
        width: 75%;
        z-index: 1;
        height: auto;
        padding: 60px 0; } }
    @media (max-width: 650px) {
      .contacts__blue {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        z-index: 2;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 30px 0; } }
    .contacts__blue_item {
      z-index: 2;
      width: 500px;
      height: 310px;
      margin-left: -20px;
      background-color: #000; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .contacts__blue_item {
          width: 380px;
          height: 270px; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .contacts__blue_item {
          z-index: 1;
          width: 86%;
          height: 35vw;
          margin-left: 0; } }
      @media (max-width: 650px) {
        .contacts__blue_item {
          z-index: 2;
          width: 92%;
          height: 55vw;
          margin-left: 0; } }
  .contacts__map {
    background-color: #BDBDBD;
    margin-top: 80px;
    width: 100%;
    height: 415px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .contacts__map {
        margin-top: 60px;
        height: 0;
        padding-top: 40%; } }
    @media (max-width: 650px) {
      .contacts__map {
        display: none; } }

.feedback {
  width: 560px;
  padding: 80px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 400;
  font-family: "Open Sans", sans-serif; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .feedback {
      width: 70%;
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .feedback {
      width: 92%;
      margin-top: 0px;
      padding: 40px 20px; } }
  .feedback__hidden {
    display: none; }
  .feedback__cls {
    width: 100%;
    text-align: right;
    color: #BDBDBD; }
    .feedback__cls_icon {
      margin-right: -40px;
      cursor: pointer; }
      @media (max-width: 650px) {
        .feedback__cls_icon {
          margin-right: 0; } }
    .feedback__cls:hover {
      color: #E31E24; }
  .feedback__title {
    margin-top: 20px; }
  .feedback__form {
    margin-top: 20px; }
    .feedback__form_field {
      margin-top: 20px; }
      .feedback__form_field:first-of-type {
        margin-top: 0; }
      .feedback__form_field textarea {
        height: 84px; }
    .feedback__form_btn {
      margin-top: 20px; }
  .feedback__agreement {
    margin-top: 20px; }
    @media (max-width: 650px) {
      .feedback__agreement {
        margin-top: 10px; } }

.about-us {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .about-us {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .about-us {
      margin-top: 40px; } }
  .about-us__bg-lake {
    margin-top: 40px;
    width: 100%;
    height: 450px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .about-us__bg-lake {
        height: 380px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .about-us__bg-lake {
        height: 0;
        padding-top: 36%; } }
    @media (max-width: 650px) {
      .about-us__bg-lake {
        display: none; } }
  .about-us__b-first {
    position: relative;
    margin-top: -225px;
    padding: 80px;
    background-color: #fff; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .about-us__b-first {
        margin-top: -190px;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .about-us__b-first {
        padding: 60px;
        margin-top: -18%;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    @media (max-width: 650px) {
      .about-us__b-first {
        padding: 40px 0;
        margin-top: 20px;
        width: 100%;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; } }
    .about-us__b-first_content {
      width: 540px; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .about-us__b-first_content {
          width: 100%; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-first_content {
          width: 100%; } }
      @media (max-width: 650px) {
        .about-us__b-first_content {
          width: 92%; } }
    .about-us__b-first_title-3 {
      margin-top: 20px; }
    .about-us__b-first_text {
      margin-top: 20px; }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-first_text {
          margin-top: 10px; } }
      @media (max-width: 650px) {
        .about-us__b-first_text {
          margin-top: 10px; } }
    .about-us__b-first_video {
      width: 500px;
      height: 310px; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .about-us__b-first_video {
          margin-top: 20px;
          width: 600px;
          height: 330px; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-first_video {
          margin-top: 20px;
          width: 90%;
          height: 35vw; } }
      @media (max-width: 650px) {
        .about-us__b-first_video {
          margin-top: 20px;
          width: 100%;
          height: 60vw; } }
  .about-us__bg-water {
    display: none; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .about-us__bg-water {
        margin-top: -80px;
        display: block;
        width: 100%;
        height: 350px;
        z-index: -2; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .about-us__bg-water {
        margin-top: -60px;
        display: block;
        width: 100%;
        height: 260px;
        z-index: -2; } }
    @media (max-width: 650px) {
      .about-us__bg-water {
        margin-top: -40px;
        display: block;
        width: 100%;
        height: 180px;
        z-index: -2; } }
  .about-us__b-second {
    position: relative;
    margin-top: 160px;
    padding: 80px;
    background-color: #fff; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .about-us__b-second {
        margin-top: -80px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .about-us__b-second {
        margin-top: -60px;
        padding: 60px; } }
    @media (max-width: 650px) {
      .about-us__b-second {
        width: 100%;
        margin-top: -40px;
        padding: 40px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    @media (max-width: 650px) {
      .about-us__b-second_double {
        width: 92%; } }
    .about-us__b-second_pic {
      margin-top: -160px;
      width: 540px;
      height: 360px;
      z-index: 1; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .about-us__b-second_pic {
          display: none; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-second_pic {
          display: none; } }
      @media (max-width: 650px) {
        .about-us__b-second_pic {
          display: none; } }
    .about-us__b-second_half-text {
      width: 520px; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .about-us__b-second_half-text {
          width: 100%; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-second_half-text {
          width: 100%; } }
      @media (max-width: 650px) {
        .about-us__b-second_half-text {
          width: 100%; } }
    .about-us__b-second_text {
      margin-top: 20px; }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-second_text {
          margin-top: 15px; } }
      @media (max-width: 650px) {
        .about-us__b-second_text {
          margin-top: 10px; } }
    .about-us__b-second_full-text {
      margin-top: 30px;
      width: 100%; }
      @media (min-width: 651px) and (max-width: 1199px) {
        .about-us__b-second_full-text {
          margin-top: 20px; } }
      @media (max-width: 650px) {
        .about-us__b-second_full-text {
          margin-top: 20px;
          width: 92%; } }

.gallery {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .gallery {
      margin-top: 60px; } }
  .gallery__b {
    margin: 20px 0 0 -20px; }
    @media (max-width: 650px) {
      .gallery__b {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -4%;
        margin-top: calc(20px - 4%); } }
  .gallery__item {
    width: calc(25% - 20px);
    margin-left: 20px;
    height: auto;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 650px) {
      .gallery__item {
        width: calc(50% - 4%);
        margin: 4% 0 0 4%; } }

.vacancy {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .vacancy {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .vacancy {
      margin-top: 40px; } }
  .vacancy__bg {
    display: none; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__bg {
        margin-top: 40px;
        display: block;
        z-index: -1;
        width: 100%;
        height: 0;
        padding-top: 39%; } }
    @media (max-width: 650px) {
      .vacancy__bg {
        margin-top: 20px;
        display: block;
        z-index: -1;
        width: 100%;
        height: 0;
        padding-top: 39%; } }
  .vacancy__first-b {
    position: relative;
    margin-top: 160px;
    padding: 80px;
    background-color: #fff; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .vacancy__first-b {
        margin-top: 80px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__first-b {
        margin-top: -8%;
        padding: 60px; } }
    @media (max-width: 650px) {
      .vacancy__first-b {
        width: 100%;
        padding: 40px 0;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -moz-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  @media (max-width: 650px) {
    .vacancy__double {
      width: 92%; } }
  .vacancy__double_content {
    width: 520px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .vacancy__double_content {
        width: 460px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__double_content {
        width: 100%; } }
    @media (max-width: 650px) {
      .vacancy__double_content {
        width: 100%; } }
  .vacancy__double_text {
    margin-top: 20px; }
  .vacancy__double_pic {
    margin-top: -160px;
    width: 540px;
    height: 360px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .vacancy__double_pic {
        margin-top: 0px;
        width: 320px;
        height: 213px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__double_pic {
        display: none; } }
    @media (max-width: 650px) {
      .vacancy__double_pic {
        display: none; } }
  @media (max-width: 650px) {
    .vacancy__list {
      width: 92%; } }
  .vacancy__list_item {
    margin-top: 40px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__list_item {
        margin-top: 30px; } }
    @media (max-width: 650px) {
      .vacancy__list_item {
        margin-top: 20px; } }
  .vacancy__item_text {
    margin-top: 20px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .vacancy__item_text {
        margin-top: 15px; } }
    @media (max-width: 650px) {
      .vacancy__item_text {
        margin-top: 10px; } }

.requirements__block {
  margin-left: -80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .requirements__block {
      margin-left: -60px; } }
  @media (max-width: 650px) {
    .requirements__block {
      margin-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; } }

.requirements__item {
  width: calc(50% - 80px);
  margin: 80px 0 0 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .requirements__item {
      width: calc(50% - 60px);
      margin: 60px 0 0 60px; } }
  @media (max-width: 650px) {
    .requirements__item {
      width: 100%;
      margin: 40px 0 0 0; } }
  .requirements__item_header {
    height: 46px; }
  .requirements__item_icon {
    margin-right: 20px; }
  .requirements__item_title {
    font-weight: bold;
    color: #35629D; }
  .requirements__item_text {
    margin-top: 20px; }
    @media (max-width: 650px) {
      .requirements__item_text {
        margin-top: 10px; } }

.team {
  margin-top: 20px; }
  @media (max-width: 650px) {
    .team {
      margin-top: 20px;
      width: 100%; } }
  .team__title {
    margin-top: 80px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .team__title {
        margin-top: 60px; } }
    @media (max-width: 650px) {
      .team__title {
        margin-top: 40px; } }
  .team__txt {
    width: 800px; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .team__txt {
        width: 720px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .team__txt {
        width: 100%; } }
    @media (max-width: 650px) {
      .team__txt {
        width: 92%;
        margin: 0 auto; } }
  .team__card {
    margin-top: 40px; }
    @media (max-width: 650px) {
      .team__card {
        margin-top: 20px; } }
    .team__card_pic {
      width: 300px;
      height: 250px;
      margin-right: -60px;
      z-index: 2; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .team__card_pic {
          margin-right: -60px; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .team__card_pic {
          width: 42%;
          height: 0;
          padding-top: 35%;
          margin-right: -30px; } }
      @media (max-width: 650px) {
        .team__card_pic {
          display: none; } }
    .team__card_content {
      width: 860px;
      padding: 40px 80px 40px 140px;
      z-index: 1; }
      @media (min-width: 1200px) and (max-width: 1281px) {
        .team__card_content {
          width: 700px;
          padding-left: 120px; } }
      @media (min-width: 651px) and (max-width: 1199px) {
        .team__card_content {
          width: 440px;
          padding: 40px 40px 40px 70px; } }
      @media (max-width: 650px) {
        .team__card_content {
          padding: 30px 0; } }
    .team__card_title {
      color: #35629D;
      font-weight: bold; }
      @media (max-width: 650px) {
        .team__card_title {
          width: 92%;
          margin: 0 auto; } }
    .team__card_txt {
      margin-top: 20px; }
      @media (max-width: 650px) {
        .team__card_txt {
          width: 92%;
          margin: 20px auto 0 auto; } }
    .team__card_info {
      margin-top: 40px; }
      @media (max-width: 650px) {
        .team__card_info {
          width: 92%;
          margin: 20px auto 0 auto; } }
    .team__card_descript {
      margin-top: 10px; }
      .team__card_descript:first-of-type {
        margin-top: 0; }
    .team__card_icon {
      margin-right: 20px; }

.b-market {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-market {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .b-market {
      margin-top: 40px; } }
  .b-market__photos {
    margin-top: 40px; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-market__photos {
        margin-top: 20px; } }
    @media (max-width: 650px) {
      .b-market__photos {
        margin-top: 10px; } }
  .b-market__text {
    margin: 40px auto 0 auto;
    width: 80%; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-market__text {
        margin-top: 30px;
        width: 100%; } }
    @media (max-width: 650px) {
      .b-market__text {
        margin-top: 20px;
        width: 100%; } }

.b-photos__items {
  display: flex;
  margin-left: -20px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-photos__items {
      margin-left: -10px; } }
  @media (max-width: 650px) {
    .b-photos__items {
      margin-left: -10px;
      flex-wrap: wrap; } }

.b-photos__item {
  margin-left: 20px;
  width: calc(25% - 20px);
  height: 0;
  padding-top: 14%; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-photos__item {
      margin-left: 10px;
      width: calc(25% - 10px); } }
  @media (max-width: 650px) {
    .b-photos__item {
      margin-top: 10px;
      margin-left: 10px;
      width: calc(50% - 10px);
      padding-top: 28%; } }

.b-feedback {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-feedback {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .b-feedback {
      margin-top: 40px; } }
  .b-feedback__text {
    margin-top: 20px;
    text-align: center; }
  .b-feedback__items {
    margin-top: 40px;
    display: flex;
    align-items: center; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-feedback__items {
        justify-content: center; } }
    @media (max-width: 650px) {
      .b-feedback__items {
        margin-top: 20px; } }
  .b-feedback__left {
    width: 700px;
    padding: 80px;
    background-color: #fff;
    box-sizing: border-box; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-feedback__left {
        padding: 60px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-feedback__left {
        padding: 40px;
        width: 100%; } }
    @media (max-width: 650px) {
      .b-feedback__left {
        padding: 30px 20px; } }
  .b-feedback__right {
    width: 560px;
    height: 470px;
    background-color: #35629D;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-feedback__right {
        width: 440px;
        height: 430px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-feedback__right {
        display: none; } }
    @media (max-width: 650px) {
      .b-feedback__right {
        display: none; } }
  .b-feedback__pic {
    z-index: 2;
    width: 500px;
    height: 310px;
    margin-left: -20px;
    background-color: #000; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-feedback__pic {
        width: 380px;
        height: 270px; } }

@media (max-width: 650px) {
  .rc-anchor {
    transform: scale(0.92) !important;
    transform-origin: 0 0 !important; } }

.b-form__input {
  margin-top: 20px;
  width: 100%;
  display: block;
  border: 1px solid #35629D; }
  .b-form__input:focus {
    border: 1px solid #E31E24; }
  .b-form__input:first-of-type {
    margin-top: 0; }

.b-form__textarea {
  margin-top: 20px;
  height: 130px;
  width: 100%;
  display: block;
  border: 1px solid #35629D; }
  .b-form__textarea:focus {
    border: 1px solid #E31E24; }

.b-form__button {
  margin: 30px 0 auto auto; }

.b-video {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-video {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .b-video {
      margin-top: 40px; } }
  .b-video__items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px; }
    @media (max-width: 650px) {
      .b-video__items {
        margin-top: 10px; } }
  .b-video__item {
    margin-top: 40px;
    display: block;
    margin-left: 20px;
    width: calc(25% - 20px); }
    .b-video__item:hover .b-video__name {
      color: #E31E24; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-video__item {
        width: calc(33.3% - 20px);
        margin-top: 30px; } }
    @media (max-width: 650px) {
      .b-video__item {
        width: 100%;
        margin-top: 30px; } }
  .b-video__pic {
    background-color: #000;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 50%; }
  .b-video__name {
    font-size: 18px;
    margin-top: 5px;
    display: block;
    color: #35629D; }

.b-promotions {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-promotions {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .b-promotions {
      margin-top: 40px; } }
  .b-promotions__items {
    margin-top: 60px; }
    @media (max-width: 650px) {
      .b-promotions__items {
        margin-top: 40px; } }
  .b-promotions__item {
    display: flex;
    margin-top: 40px; }
    .b-promotions__item:first-of-type {
      margin-top: 0; }

.b-promotion__pic {
  width: 350px;
  height: 0;
  padding-top: 17%;
  flex-shrink: 0; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-promotion__pic {
      display: none; } }
  @media (max-width: 650px) {
    .b-promotion__pic {
      display: none; } }
  .b-promotion__pic--device {
    display: none; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-promotion__pic--device {
        display: block;
        margin: 25px auto 0 auto;
        width: 70%;
        padding-top: 20%; } }
    @media (max-width: 650px) {
      .b-promotion__pic--device {
        display: block;
        margin: 15px auto 0 auto;
        width: 100%;
        padding-top: 25%; } }

.b-promotion__content {
  margin-left: 40px;
  width: 100%;
  max-width: 870px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-promotion__content {
      width: 100%;
      max-width: 100%;
      margin-left: 0; } }
  @media (max-width: 650px) {
    .b-promotion__content {
      width: 100%;
      max-width: 100%;
      margin-left: 0; } }

.b-promotion__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold; }
  @media (max-width: 650px) {
    .b-promotion__title {
      font-size: 18px;
      line-height: 24px; } }

.b-promotion__text {
  margin-top: 25px; }
  @media (max-width: 650px) {
    .b-promotion__text {
      margin-top: 15px; } }

.b-reservoir {
  margin-top: 80px; }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-reservoir {
      margin-top: 60px; } }
  @media (max-width: 650px) {
    .b-reservoir {
      margin-top: 40px; } }
  .b-reservoir__items {
    margin-top: 40px;
    display: flex;
    align-items: center; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__items {
        justify-content: center;
        flex-direction: column; } }
    @media (max-width: 650px) {
      .b-reservoir__items {
        margin-top: 20px;
        justify-content: center;
        flex-direction: column; } }
  .b-reservoir__right {
    width: 100%;
    max-width: 700px;
    padding: 80px;
    background-color: #fff;
    box-sizing: border-box; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-reservoir__right {
        padding: 60px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__right {
        padding: 40px; } }
    @media (max-width: 650px) {
      .b-reservoir__right {
        padding: 30px 20px; } }
  .b-reservoir__left {
    width: 560px;
    height: 470px;
    background-color: #35629D;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-reservoir__left {
        width: 440px;
        height: 430px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__left {
        margin-top: -20px;
        order: 1;
        width: 70%;
        padding: 0 30px;
        height: 350px; } }
    @media (max-width: 650px) {
      .b-reservoir__left {
        margin-top: -10px;
        order: 1;
        width: 100%;
        height: 280px;
        box-sizing: border-box; } }
  .b-reservoir__slider {
    z-index: 2;
    width: 500px;
    height: 310px;
    margin-right: -20px;
    background-color: #000; }
    @media (min-width: 1200px) and (max-width: 1281px) {
      .b-reservoir__slider {
        width: 380px;
        height: 270px; } }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__slider {
        margin: 0;
        width: 100%;
        height: 270px; } }
    @media (max-width: 650px) {
      .b-reservoir__slider {
        margin: 0;
        width: 100%;
        height: 180px; } }
  .b-reservoir__map {
    margin-top: 80px;
    width: 100%;
    padding-top: 25%;
    background-color: #35629D; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__map {
        margin-top: 60px;
        padding-top: 40%; } }
    @media (max-width: 650px) {
      .b-reservoir__map {
        margin-top: 40px;
        padding-top: 80%; } }
  .b-reservoir__text {
    margin: 60px auto 0 auto;
    width: 80%; }
    @media (min-width: 651px) and (max-width: 1199px) {
      .b-reservoir__text {
        margin-top: 40px;
        width: 100%; } }
    @media (max-width: 650px) {
      .b-reservoir__text {
        margin-top: 30px;
        width: 100%; } }

.b-fishlider__items {
  width: 100%;
  height: 100%; }

.b-fishlider__item {
  width: 500px;
  height: 310px !important;
  object-fit: cover;
  display: block; }
  @media (min-width: 1200px) and (max-width: 1281px) {
    .b-fishlider__item {
      width: 380px;
      height: 270px !important; } }
  @media (min-width: 651px) and (max-width: 1199px) {
    .b-fishlider__item {
      width: 100%;
      height: 270px !important; } }
  @media (max-width: 650px) {
    .b-fishlider__item {
      width: 100%;
      height: 180px !important; } }
