@font-face {
  font-family: 'Proxima Nova ExtrabldIt';
  src: url("./fonts/proxima/ProximaNova-ExtrabldIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-ExtrabldIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-ExtrabldIt.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("./fonts/proxima/ProximaNova-Regular.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Regular.woff") format("woff"), url("./fonts/proxima/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("./fonts/proxima/ProximaNova-Light.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Light.woff") format("woff"), url("./fonts/proxima/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova LightIt';
  src: url("./fonts/proxima/ProximaNova-LightIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-LightIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("./fonts/proxima/ProximaNova-Semibold.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Semibold.woff") format("woff"), url("./fonts/proxima/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova SemiboldIt';
  src: url("./fonts/proxima/ProximaNova-SemiboldIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-SemiboldIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Extrabld';
  src: url("./fonts/proxima/ProximaNova-Extrabld.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Extrabld.woff") format("woff"), url("./fonts/proxima/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova RegularIt';
  src: url("./fonts/proxima/ProximaNova-RegularIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-RegularIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Black';
  src: url("./fonts/proxima/ProximaNova-Black.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Black.woff") format("woff"), url("./fonts/proxima/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("./fonts/proxima/ProximaNova-Bold.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-Bold.woff") format("woff"), url("./fonts/proxima/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova BlackIt';
  src: url("./fonts/proxima/ProximaNova-BlackIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-BlackIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-BlackIt.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Thin';
  src: url("./fonts/proxima/ProximaNovaT-Thin.woff2") format("woff2"), url("./fonts/proxima/ProximaNovaT-Thin.woff") format("woff"), url("./fonts/proxima/ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova ThinIt';
  src: url("./fonts/proxima/ProximaNova-ThinIt.woff2") format("woff2"), url("./fonts/proxima/ProximaNova-ThinIt.woff") format("woff"), url("./fonts/proxima/ProximaNova-ThinIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

.btn {
  display: inline-block;
  padding: 0 87px;
  transition: 0.3s ease; }
  .btn-2 {
    padding: 0 45px; }
  .btn-3 {
    padding: 0 10px; }
  @media (max-width: 1200px) {
    .btn {
      padding: 0 45px; } }
  @media (max-width: 500px) {
    .btn {
      width: 100% !important;
      max-width: 100% !important; } }
  .btn:hover {
    background-color: #181818; }
    .btn:hover span {
      color: #ffffff !important; }
  .btn.bg-black:hover {
    background-color: #75767b; }
    .btn.bg-black:hover span {
      color: #ffffff !important; }
  .btn.bg-blue:hover {
    background-color: #30449a; }
    .btn.bg-blue:hover span {
      color: #ffffff !important; }
  .btn.bg-blue2:hover {
    background-color: #0000ff; }
    .btn.bg-blue2:hover span {
      color: #ffffff !important; }
  .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 0;
    font-family: 'Proxima Nova Black';
    text-align: center; }
  .btn-s {
    padding: 0 15px !important; }
    .btn-s span {
      min-height: 41px; }

.page-blue .btn.bg-blue:hover {
  background-color: #75767b; }

.btn-border {
  display: inline-block !important;
  padding: 0 20px;
  border: 1px solid #0000ff;
  border-radius: 21px;
  transition: 0.3s ease; }
  @media (max-width: 500px) {
    .btn-border {
      width: 100% !important;
      max-width: 100% !important; } }
  .btn-border.active {
    border: 1px solid #959595 !important;
    color: #959595 !important; }
    .btn-border.active span {
      color: #959595 !important; }
    .btn-border.active:hover {
      background-color: transparent; }
      .btn-border.active:hover span {
        color: #959595 !important; }
  .btn-border:hover {
    background-color: transparent;
    border: 1px solid #394696; }
    .btn-border:hover span {
      color: #394696 !important; }
  @media (max-width: 1200px) {
    .btn-border {
      padding: 0 15px; } }
  .btn-border span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    color: #0000ff; }

.tabs-section {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 359px) {
    .tabs-section {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.tab-cnt-trigger {
  display: block;
  width: 100%;
  max-width: 196px;
  padding: 0 10px;
  margin: 0 0 15px;
  background-color: #e5e9f9;
  border: 1px solid #b3c5ed;
  transition: 0.3s ease; }
  @media (max-width: 359px) {
    .tab-cnt-trigger {
      margin: 0 0 5px;
      max-width: 100%; } }
  .tab-cnt-trigger.active {
    background-color: #30449a; }
    .tab-cnt-trigger.active span {
      color: #ffffff; }
    @media (min-width: 1201px) {
      .tab-cnt-trigger.active:hover {
        background-color: #30449a; } }
  @media (min-width: 1201px) {
    .tab-cnt-trigger:hover {
      background-color: #b3c5ed; } }
  .tab-cnt-trigger span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63px;
    font-family: 'Proxima Nova Semibold';
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #30449a; }
    @media (max-width: 600px) {
      .tab-cnt-trigger span {
        font-size: 1.1rem;
        line-height: 1.1rem; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
address,
br,
b,
i,
sub,
sup,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none; }

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
header,
footer,
aside,
article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button {
  border: 0; }

*:focus {
  outline: none; }

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

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

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

*:focus {
  outline: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

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

/* reset extra padding in Firefox */
::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0;
  display: none; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a,
input,
textarea,
select {
  -webkit-appearance: none; }

.header {
  padding: 30px 0; }
  .header.fixed .menu-trigger-fixed {
    opacity: 1 !important;
    visibility: visible !important; }
  @media (min-width: 1201px) and (max-width: 1850px) {
    .header.header-search .text-size-1-5 {
      font-size: 1.1rem !important;
      line-height: 1.1rem !important; } }
  @media (max-width: 1200px) {
    .header {
      padding: 10px 0 55px; } }
  @media (max-width: 767px) {
    .header {
      padding: 10px 0 84px; } }
  .header .search-form {
    width: 100%;
    max-width: 218px;
    transform: translateY(4px);
    margin: 0 5px; }
    @media (max-width: 1200px) {
      .header .search-form {
        order: 2; } }
    @media (max-width: 550px) {
      .header .search-form {
        order: 4;
        width: 100%;
        max-width: 100%;
        margin-top: 50px; } }
    .header .search-form .search-field {
      padding-bottom: 7px;
      padding-left: 4px; }
  .header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 820px) {
      .header .wrapper {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .header .wrapper {
        flex-flow: row wrap; } }
    .header .wrapper a.text-gray:hover {
      color: #252525; }
  .header .logo-mobile {
    display: none !important; }
    @media (max-width: 1200px) {
      .header .logo-mobile {
        display: block !important;
        max-width: 97px;
        min-width: 97px;
        order: 1; }
        .header .logo-mobile img {
          max-width: 100%; } }
  .header nav .mobile-menu {
    display: none; }
    @media (max-width: 1200px) {
      .header nav .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row wrap;
        padding: 10px 75px 55px; } }
    @media (max-width: 820px) {
      .header nav .mobile-menu {
        padding: 10px 15px 55px; } }
    @media (max-width: 767px) {
      .header nav .mobile-menu .logo-mobile {
        order: 1; }
      .header nav .mobile-menu .menu-trigger {
        order: 3; }
      .header nav .mobile-menu .control-panel-wrap {
        order: 4; }
      .header nav .mobile-menu .search-form {
        order: 2; } }
    @media (max-width: 550px) {
      .header nav .mobile-menu .logo-mobile {
        order: 1; }
      .header nav .mobile-menu .menu-trigger {
        order: 2; }
      .header nav .mobile-menu .control-panel-wrap {
        order: 3; }
      .header nav .mobile-menu .search-form {
        order: 4; } }
  @media (max-width: 1200px) {
    .header nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      height: 100vh;
      background-color: #ffffff;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s ease; } }
  .header nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 1200px) {
      .header nav > ul {
        padding: 0 80px 80px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        overflow: scroll;
        height: calc(100vh - 220px); } }
    @media (max-width: 767px) {
      .header nav > ul {
        padding: 0 15px 80px;
        height: calc(100vh - 290px); } }
    @media (max-width: 550px) {
      .header nav > ul {
        padding: 0 80px 80px;
        height: calc(100vh - 370px); } }
    @media (max-height: 400px) {
      .header nav > ul {
        padding: 0 80px 15px;
        height: 70px; } }
    .header nav > ul > li {
      position: relative;
      display: block; }
      @media (max-width: 1200px) {
        .header nav > ul > li {
          width: 100%;
          max-width: 400px; } }
      .header nav > ul > li.sub-menu-trigger {
        z-index: 5; }
      .header nav > ul > li:not(:last-child) {
        margin-right: 15px; }
        @media (max-width: 1200px) {
          .header nav > ul > li:not(:last-child) {
            margin: 0 0 40px; } }
        @media (max-height: 400px) {
          .header nav > ul > li:not(:last-child) {
            margin: 0 0 15px; } }
      .header nav > ul > li.logo {
        margin-right: 40px; }
        @media (min-width: 1201px) and (max-width: 1850px) {
          .header nav > ul > li.logo {
            margin-right: 15px; } }
        @media (max-width: 1200px) {
          .header nav > ul > li.logo {
            display: none; } }
        .header nav > ul > li.logo a {
          display: block;
          max-width: 97px;
          min-width: 97px; }
          @media (min-width: 1201px) and (max-width: 1850px) {
            .header nav > ul > li.logo a {
              max-width: 65px;
              min-width: 65px; } }
          .header nav > ul > li.logo a img {
            max-width: 100%; }
      .header nav > ul > li > a,
      .header nav > ul > li > span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 102px;
        padding: 5px 15px;
        font-family: 'Proxima Nova Bold';
        white-space: nowrap;
        transition: 0.1s ease; }
        @media (min-width: 1201px) {
          .header nav > ul > li > a:focus,
          .header nav > ul > li > span:focus {
            outline: 0 dashed #0000ff !important;
            outline-offset: 0 !important; } }
        @media (min-width: 1201px) and (max-width: 1850px) {
          .header nav > ul > li > a,
          .header nav > ul > li > span {
            min-height: 50px;
            padding: 5px; } }
        @media (max-width: 1200px) {
          .header nav > ul > li > a,
          .header nav > ul > li > span {
            justify-content: space-between;
            width: 100%;
            min-height: 0;
            padding: 0;
            white-space: wrap; } }
        .header nav > ul > li > a svg,
        .header nav > ul > li > span svg {
          max-width: 12px;
          margin-top: 2px;
          margin-left: 5px;
          transition: 0.3s ease; }
          .header nav > ul > li > a svg path,
          .header nav > ul > li > span svg path {
            transition: 0.3s ease;
            fill: #252525; }
      .header nav > ul > li .sub-menu {
        position: absolute;
        top: calc(100%);
        left: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        min-width: 308px;
        max-height: 497px;
        padding: 60px 80px 65px 40px;
        margin: 0;
        list-style: none;
        background-color: #ffffff;
        visibility: hidden;
        opacity: 0;
        transition: 0.1s ease; }
        @media (max-width: 1200px) {
          .header nav > ul > li .sub-menu {
            position: fixed;
            top: 160px;
            left: 0;
            flex-wrap: nowrap;
            width: 100%;
            z-index: 13;
            padding-top: 15px;
            height: calc(100vh - 160px);
            min-width: 0;
            width: 100% !important;
            max-height: 100%;
            padding: 0 15px 50px;
            background-color: #ffffff;
            overflow: scroll; } }
        @media (max-width: 767px) {
          .header nav > ul > li .sub-menu {
            top: 233px;
            height: calc(100vh - 233px); } }
        @media (max-width: 550px) {
          .header nav > ul > li .sub-menu {
            top: 318px;
            height: calc(100vh - 318px); } }
        @media (min-width: 1201px) {
          .header nav > ul > li .sub-menu:focus, .header nav > ul > li .sub-menu:hover {
            visibility: visible;
            opacity: 1; } }
        .header nav > ul > li .sub-menu-big {
          width: 740px; }
        .header nav > ul > li .sub-menu li {
          position: relative;
          width: 100%;
          max-width: 308px;
          margin-right: 20px; }
          .header nav > ul > li .sub-menu li a,
          .header nav > ul > li .sub-menu li span {
            position: relative;
            z-index: 2;
            display: block;
            margin-bottom: 12px;
            font-family: 'Proxima Nova Bold'; }
            .header nav > ul > li .sub-menu li a::before,
            .header nav > ul > li .sub-menu li span::before {
              content: '';
              position: absolute;
              left: -20px;
              top: -5px;
              z-index: 1;
              display: block;
              width: calc(100% + 20px);
              height: calc(100% + 10px);
              border: 3px dashed #0000ff;
              transition: 0.1s ease;
              visibility: hidden;
              opacity: 0; }
            @media (min-width: 1201px) {
              .header nav > ul > li .sub-menu li a:hover::before, .header nav > ul > li .sub-menu li a:focus::before,
              .header nav > ul > li .sub-menu li span:hover::before,
              .header nav > ul > li .sub-menu li span:focus::before {
                opacity: 1;
                visibility: visible; } }
            @media (min-width: 1201px) {
              .header nav > ul > li .sub-menu li a:focus,
              .header nav > ul > li .sub-menu li span:focus {
                outline: 0 dashed #0000ff !important;
                outline-offset: 0 !important; } }
          .header nav > ul > li .sub-menu li span {
            display: block;
            padding-bottom: 17px;
            margin-bottom: 17px;
            border-bottom: 1px solid #e1e1e1;
            font-family: 'Proxima Nova Bold'; }
      @media (min-width: 1201px) {
        .header nav > ul > li:not(.logo):hover > a, .header nav > ul > li:not(.logo):focus > a {
          outline: 0 dashed #0000ff !important;
          outline-offset: 0 !important;
          background-color: #ffffff; }
          .header nav > ul > li:not(.logo):hover > a svg, .header nav > ul > li:not(.logo):focus > a svg {
            transform: rotate(180deg); }
        .header nav > ul > li:not(.logo):hover .sub-menu, .header nav > ul > li:not(.logo):focus .sub-menu {
          visibility: visible;
          opacity: 1; }
        .header nav > ul > li.open > a {
          outline: 0 dashed #0000ff !important;
          outline-offset: 0 !important;
          background-color: #ffffff; }
          .header nav > ul > li.open > a svg {
            transform: rotate(180deg); }
        .header nav > ul > li.open .sub-menu {
          visibility: visible;
          opacity: 1; } }

.control-panel-list a:hover {
  color: #30449a !important; }

.sub-menu-trigger-back {
  display: none; }
  @media (max-width: 1200px) {
    .sub-menu-trigger-back {
      display: block;
      margin-bottom: 35px !important; } }
  .sub-menu-trigger-back a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    max-width: 100% !important;
    font-family: 'Proxima Nova Bold';
    font-size: 24px;
    line-height: 24px;
    color: #0000ff; }
    .sub-menu-trigger-back a span {
      margin: 0 !important;
      padding: 0 !important;
      border: none !important; }
    .sub-menu-trigger-back a svg {
      width: 27px;
      margin-right: 10px; }
      .sub-menu-trigger-back a svg path {
        transition: 0.3s ease; }
    .sub-menu-trigger-back a::before {
      display: none; }

.control-panel {
  position: relative; }
  .control-panel:not(:last-child) {
    margin-right: 15px; }
  @media (max-width: 1200px) {
    .control-panel-wrap {
      order: 2; } }
  @media (max-width: 767px) {
    .control-panel-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      order: 3;
      margin-top: 30px; } }
  .control-panel-wrap, .control-panel-list {
    display: flex;
    align-items: center;
    justify-content: center; }
  .control-panel-list {
    border: 1px solid #111111;
    border-radius: 19px;
    overflow: hidden; }
    .control-panel-list button,
    .control-panel-list a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 47px;
      min-width: 47px;
      height: 38px;
      font-family: 'Proxima Nova Black';
      text-align: center;
      font-size: 30px;
      line-height: 30px;
      background-color: transparent; }
      @media (min-width: 1201px) and (max-width: 1850px) {
        .control-panel-list button,
        .control-panel-list a {
          width: 35px;
          min-width: 35px;
          height: 30px; } }
      .control-panel-list button.aria,
      .control-panel-list a.aria {
        padding-top: 4px;
        padding-right: 4px; }
      .control-panel-list button:not(:last-child),
      .control-panel-list a:not(:last-child) {
        border-right: 1px solid #111111; }
      .control-panel-list button.white-trigger,
      .control-panel-list a.white-trigger {
        background-color: #ffffff; }
      .control-panel-list button.black-trigger,
      .control-panel-list a.black-trigger {
        background-color: #252525; }
        .control-panel-list button.black-trigger:not(:last-child),
        .control-panel-list a.black-trigger:not(:last-child) {
          border-right: 1px solid #252525; }
      .control-panel-list button.blue-trigger,
      .control-panel-list a.blue-trigger {
        background-color: #0000ff; }
      .control-panel-list button img,
      .control-panel-list a img {
        position: absolute;
        top: 13px;
        z-index: 1;
        left: calc(50% - 8px);
        max-width: 16px;
        opacity: 0;
        transition: 0.3s ease; }
      .control-panel-list button.active img,
      .control-panel-list a.active img {
        opacity: 1; }
  .control-panel p {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: block;
    width: 100%;
    font-family: 'Proxima Nova Bold';
    text-align: center; }

.page-color-trigger {
  position: relative;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important; }
  .page-color-trigger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 5px;
    left: 0px;
    font-size: 9px !important;
    line-height: 9px !important;
    color: transparent !important; }

.menu-trigger {
  display: none;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  min-width: 68px;
  width: 68px;
  height: 68px;
  padding: 16px 16px;
  border-radius: 50%;
  border: 1px solid rgba(25, 25, 25, 0.17);
  transition: 0.6s ease;
  background-color: #ffffff;
  order: 3; }
  .menu-trigger-fixed {
    position: fixed;
    top: 25px;
    right: 15px;
    z-index: 9;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.3s ease;
    background-color: #ffffff; }
    @media (max-width: 1200px) {
      .menu-trigger-fixed {
        right: 75px; } }
    @media (max-width: 820px) {
      .menu-trigger-fixed {
        right: 15px; } }
  @media (max-width: 1200px) {
    .menu-trigger {
      display: flex !important; } }
  @media (max-width: 767px) {
    .menu-trigger {
      order: 2; } }
  .menu-trigger span {
    display: block !important;
    width: 34px;
    min-width: 34px;
    height: 8px;
    border-radius: 8px;
    background: #000000 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }

.header.open nav {
  visibility: visible;
  opacity: 1; }

.header.open.second-menu .sub-menu-trigger > a {
  visibility: hidden;
  opacity: 0; }

.header.open .sub-menu-trigger.open .sub-menu {
  visibility: visible;
  opacity: 1; }

.header.open .menu-trigger {
  justify-content: center;
  border: 1px solid transparent !important; }
  .header.open .menu-trigger span {
    position: relative;
    width: 100%; }
    .header.open .menu-trigger span:nth-child(1) {
      transform: rotate(-40deg);
      margin-bottom: -8px; }
    .header.open .menu-trigger span:nth-child(2) {
      display: none !important; }
    .header.open .menu-trigger span:nth-child(3) {
      transform: rotate(40deg); }

.footer {
  padding: 86px 0 65px; }
  @media (max-width: 1200px) {
    .footer {
      padding: 50px 0; } }
  .footer .wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer .wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; } }
  .footer-column {
    width: 100%; }
    @media (max-width: 1200px) {
      .footer-column {
        max-width: 100% !important; } }
    .footer-column-1 {
      max-width: 420px; }
      @media (min-width: 1201px) and (max-width: 1850px) {
        .footer-column-1 {
          max-width: 330px; } }
      @media (max-width: 1200px) {
        .footer-column-1 {
          text-align: center; }
          .footer-column-1 .footer-by {
            display: none; } }
      .footer-column-1 .title {
        margin-bottom: 44px; }
        @media (max-width: 1200px) {
          .footer-column-1 .title {
            margin-bottom: 54px; } }
    .footer-column-2 {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 480px;
      padding-bottom: 81px; }
      @media (min-width: 1201px) and (max-width: 1850px) {
        .footer-column-2 {
          max-width: 330px; } }
      @media (max-width: 1200px) {
        .footer-column-2 {
          display: none; } }
    .footer-column-3 {
      max-width: 265px; }
      @media (min-width: 1201px) and (max-width: 1850px) {
        .footer-column-3 {
          max-width: 330px; } }
      @media (max-width: 1200px) {
        .footer-column-3 {
          text-align: center;
          margin-bottom: 23px; }
          .footer-column-3 .social {
            display: none; } }
    .footer-column-4 {
      display: none; }
      @media (max-width: 1200px) {
        .footer-column-4 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; }
          .footer-column-4 .social {
            margin: 0px 0 33px; }
          .footer-column-4 p {
            margin-bottom: 26px;
            font-size: 1rem;
            line-height: 1.7rem; } }
  .footer-by {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; }
    .footer-by span {
      display: inline-block;
      padding-bottom: 2px;
      text-transform: uppercase; }
    .footer-by img {
      margin-left: 15px;
      max-width: 145px; }

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 14px; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-width: 54px;
    height: 54px; }
    .social a img {
      max-width: 100%; }
    .social a:not(:last-child) {
      margin-right: 15px; }

.popup {
  position: relative;
  width: 100%;
  max-width: 544px;
  background: #ffffff; }
  .popup.popup {
    max-width: 1140px; }
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 15px;
    z-index: 40;
    display: none;
    transition: 0.5s ease; }
  .popup-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.9); }
  .popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 100%;
    max-width: 15px;
    transition: 0.3s ease;
    cursor: pointer; }
    .popup-close:hover {
      opacity: 0.7; }
  .popup-cnt-wrap {
    padding: 75px 20px 80px; }
    .popup-cnt-wrap h2 {
      text-align: center;
      margin-bottom: 35px; }
    .popup-cnt-wrap p {
      max-width: 422px;
      margin: 0 auto; }
  .popup form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 422px;
    margin: 0 auto; }
    .popup form .field-row {
      width: 100%; }

html, body {
  height: 100%;
  font-size: 16px;
  line-height: 16px; }
  @media (min-width: 1201px) and (max-width: 1850px) {
    html, body {
      font-size: 14px;
      line-height: 14px; } }
  html.size-s, body.size-s {
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 1201px) and (max-width: 1850px) {
      html.size-s, body.size-s {
        font-size: 11px;
        line-height: 11px; } }
    html.size-s .page-size-minus, body.size-s .page-size-minus {
      background-color: #30449a;
      color: #ffffff !important; }
  html.size-l, body.size-l {
    font-size: 20px;
    line-height: 20px; }
    @media (min-width: 1201px) and (max-width: 1850px) {
      html.size-l, body.size-l {
        font-size: 16px;
        line-height: 16px; } }
    html.size-l .page-size-plus, body.size-l .page-size-plus {
      background-color: #30449a;
      color: #ffffff !important; }
    html.size-l .header .text-size-1-5, body.size-l .header .text-size-1-5 {
      font-size: 1.35rem;
      line-height: 1.35rem; }
    html.size-l .header .text-size-1-33, body.size-l .header .text-size-1-33 {
      font-size: 1.1rem;
      line-height: 1.1rem; }
    html.size-l .header .text-size-1-25, body.size-l .header .text-size-1-25 {
      font-size: 1.15rem;
      line-height: 1.15rem; }
    html.size-l .header .text-size-1-2, body.size-l .header .text-size-1-2 {
      font-size: 1.1rem;
      line-height: 1.1rem; }
      @media (min-width: 1201px) and (max-width: 1850px) {
        html.size-l .header .text-size-1-2, body.size-l .header .text-size-1-2 {
          font-size: 1rem;
          line-height: 1rem; } }
    html.size-l .text-size-3125, body.size-l .text-size-3125 {
      font-size: 2rem;
      line-height: 2.44rem; }
      @media (max-width: 1200px) {
        html.size-l .text-size-3125, body.size-l .text-size-3125 {
          font-size: 1.8rem;
          line-height: 2.24rem; } }
    html.size-l .header nav > ul > li .sub-menu, body.size-l .header nav > ul > li .sub-menu {
      max-height: 550px; }

body.hidden, body.compensate-for-scrollbar {
  padding-right: 0px;
  transition: 0s ease !important; }

.reg-item {
  font-family: 'Proxima Nova Rg'; }

.text-size-0-75 {
  font-size: 0.75rem;
  line-height: 0.75rem; }

.text-size-0-875 {
  font-size: 0.875rem;
  line-height: 0.875rem; }

.text-size-0-875-1 {
  font-size: 0.875rem;
  line-height: 1.7rem; }

.text-size-1-l2 {
  font-size: 1rem;
  line-height: 1.2rem; }

.text-size-1 {
  font-size: 1rem;
  line-height: 1.5rem; }

.text-size-1-l {
  font-size: 1rem;
  line-height: 1rem; }

.text-size-1-1 {
  font-size: 1.1rem;
  line-height: 1.1rem; }

.text-size-1-1-1 {
  font-size: 1.1rem;
  line-height: 1.625rem; }

.text-size-1-2 {
  font-size: 1.2rem;
  line-height: 1.2rem; }

.text-size-1-125 {
  font-size: 1.125rem;
  line-height: 1.825rem; }

.text-size-1-125-2 {
  font-size: 1.125rem;
  line-height: 1.725rem; }

.text-size-1-125-l {
  font-size: 1.125rem;
  line-height: 1.125rem; }

.text-size-1-25 {
  font-size: 1.25rem;
  line-height: 1.25rem; }

.text-size-1-33 {
  font-size: 1.33rem;
  line-height: 1.33rem; }

.text-size-1-3125 {
  font-size: 1.3125rem;
  line-height: 1.6125rem; }

.text-size-1-3125-l {
  font-size: 1.3125rem;
  line-height: 1.3125rem; }

.text-size-1-375 {
  font-size: 1.375rem;
  line-height: 1.625rem; }

.text-size-1-5 {
  font-size: 1.5rem;
  line-height: 1.5rem; }

.text-size-1-5-l {
  font-size: 1.5rem;
  line-height: 2.1675rem; }

.text-size-1-5625 {
  font-size: 1.5625rem;
  line-height: 1.5625rem; }

.text-size-1-875 {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.text-size-1-625 {
  font-size: 1.625rem;
  line-height: 1.825rem; }
  @media (max-width: 1200px) {
    .text-size-1-625 {
      font-size: 1.25rem;
      line-height: 1.45rem; } }

.text-size-2 {
  font-size: 2rem;
  line-height: 2rem; }

.text-size-2-25 {
  font-size: 2.25rem;
  line-height: 2.25rem; }

.text-size-2-375 {
  font-size: 2.375rem;
  line-height: 2.875rem; }
  @media (max-width: 1200px) {
    .text-size-2-375 {
      font-size: 1.6875rem;
      line-height: 2.1rem; } }

.text-size-2-625 {
  font-size: 2.625rem;
  line-height: 2.925rem; }
  @media (max-width: 992px) {
    .text-size-2-625 {
      font-size: 2rem;
      line-height: 2.5rem; } }

.text-size-5 {
  font-size: 5rem;
  line-height: 6rem; }
  @media (max-width: 1200px) {
    .text-size-5 {
      font-size: 2rem;
      line-height: 2.5rem; } }

.text-size-3125 {
  font-size: 3.125rem;
  line-height: 3.75rem; }
  @media (max-width: 1200px) {
    .text-size-3125 {
      font-size: 2rem;
      line-height: 2.44rem; } }

.text-purple {
  color: #30449a;
  transition: 0.3s ease; }

.text-black {
  color: #000000;
  transition: 0.3s ease; }

.text-gray {
  color: #252525;
  transition: 0.3s ease; }
  .text-gray-active {
    color: #959595; }

.text-lightgray {
  color: #959595;
  transition: 0.3s ease; }

.text-darkblue {
  color: #0000ff;
  transition: 0.3s ease; }

.text-white {
  color: #ffffff;
  transition: 0.3s ease; }

.link-hover {
  transition: 0.3s ease; }
  .link-hover:not(.active):hover {
    color: #30449a !important; }

.link-el-border {
  line-height: 1.05;
  border-bottom: 1px solid #0000ff;
  transition: 0.3s ease; }
  .link-el-border:hover {
    border-bottom: 1px solid transparent; }

.f-semi {
  font-family: 'Proxima Nova Semibold'; }

.f-bold {
  font-family: 'Proxima Nova Bold'; }

.f-black {
  font-family: 'Proxima Nova Black'; }

.f-reg {
  font-family: 'Proxima Nova Rg'; }

.f-regIt {
  font-family: 'Proxima Nova RegularIt'; }

.bg-blue {
  background: #0000ff;
  transition: 0.3s ease; }

.bg-blue2 {
  background: #30449a;
  transition: 0.3s ease; }

.bg-black {
  background: #111111;
  transition: 0.3s ease; }

.bg-lightblue {
  background: #d8def6;
  transition: 0.3s ease; }

.bg-purplelight {
  background: #f5f7ff;
  transition: 0.3s ease; }

.bg-lightblue2 {
  background: #f4f7fe;
  transition: 0.3s ease; }

.b-lightblue {
  border: 1px solid #b3c5ed;
  transition: 0.3s ease; }

.bg-gray {
  background: #252525;
  transition: 0.3s ease; }

.title {
  font-family: 'Proxima Nova Bold'; }
  .title-m {
    font-family: 'Proxima Nova Semibold'; }

.text-bold {
  font-family: 'Proxima Nova Bold'; }
  .text-bold:not(:last-child) {
    margin-bottom: 42px; }
    @media (max-width: 1200px) {
      .text-bold:not(:last-child) {
        margin-bottom: 26px; } }

.text-black {
  font-family: 'Proxima Nova Black'; }
  .text-black:not(:last-child) {
    margin-bottom: 42px; }

.text-reg {
  font-family: 'Proxima Nova Rg'; }
  .text-reg:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 1200px) {
      .text-reg:not(:last-child) {
        margin-bottom: 29px; } }

a {
  transition: 0.3s ease; }
  @media (min-width: 1201px) {
    a:hover {
      color: #0000ff; } }

.text-center {
  text-align: center; }

body {
  position: relative;
  transition: 0.3s ease; }
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.58);
    transition: 0.3s ease;
    visibility: hidden; }
    @media (max-width: 1200px) {
      body::before {
        display: none !important; } }
  body.hidden {
    overflow: hidden; }
  body.open-menu::before {
    visibility: visible; }
  body.page-black {
    background-color: #252525; }
    body.page-black a.link-el-border:hover {
      border-bottom: 1px solid #394696 !important; }
    body.page-black a.text-darkblue:hover {
      color: #394696 !important; }
    body.page-black .text-darkblue:hover {
      color: #394696 !important; }
    body.page-black .link-el-border:hover {
      border-bottom: 1px solid #394696 !important; }
    body.page-black .btn-border.active {
      border: 1px solid #959595 !important; }
      body.page-black .btn-border.active:hover {
        border: 1px solid #959595 !important; }
      body.page-black .btn-border.active span {
        color: #959595 !important; }
    body.page-black .input,
    body.page-black .small-input,
    body.page-black select {
      color: #ffffff; }
      body.page-black .input::-webkit-input-placeholder,
      body.page-black .small-input::-webkit-input-placeholder,
      body.page-black select::-webkit-input-placeholder {
        color: #ffffff; }
      body.page-black .input::-moz-placeholder,
      body.page-black .small-input::-moz-placeholder,
      body.page-black select::-moz-placeholder {
        color: #ffffff; }
      body.page-black .input:-ms-input-placeholder,
      body.page-black .small-input:-ms-input-placeholder,
      body.page-black select:-ms-input-placeholder {
        color: #ffffff; }
      body.page-black .input:-moz-placeholder,
      body.page-black .small-input:-moz-placeholder,
      body.page-black select:-moz-placeholder {
        color: #ffffff; }
    body.page-black .catalog-form-trigger {
      border: 2px dashed #ffffff; }
      body.page-black .catalog-form-trigger span {
        color: #ffffff; }
      body.page-black .catalog-form-trigger svg path {
        fill: #ffffff; }
    body.page-black .card-head-sidebar-head {
      background-color: #1c1c1c !important; }
    body.page-black .card-head-sidebar-head-fixed {
      background-color: #000000 !important; }
    body.page-black .popup-cnt-wrap,
    body.page-black .gallery-prev-item-name {
      background: #252525; }
    body.page-black .center-block span {
      background-color: #252525; }
    body.page-black .thanks-row {
      background-color: #1c1c1c; }
      body.page-black .thanks-row svg path {
        fill: #ffffff; }
    body.page-black .field-row input,
    body.page-black .field-row textarea {
      color: #ffffff; }
      body.page-black .field-row input::-webkit-input-placeholder,
      body.page-black .field-row textarea::-webkit-input-placeholder {
        color: #ffffff; }
      body.page-black .field-row input::-moz-placeholder,
      body.page-black .field-row textarea::-moz-placeholder {
        color: #ffffff; }
      body.page-black .field-row input:-ms-input-placeholder,
      body.page-black .field-row textarea:-ms-input-placeholder {
        color: #ffffff; }
      body.page-black .field-row input:-moz-placeholder,
      body.page-black .field-row textarea:-moz-placeholder {
        color: #ffffff; }
    body.page-black .text-darkblue {
      color: #ffffff; }
    body.page-black .link-el-border {
      border-bottom: 1px solid #ffffff; }
    body.page-black .tab-cnt-trigger {
      background-color: #252525;
      border: 1px solid #1c1c1c; }
      body.page-black .tab-cnt-trigger span {
        color: #ffffff !important; }
      body.page-black .tab-cnt-trigger.active {
        background-color: #1c1c1c;
        border: 1px solid #1c1c1c; }
    body.page-black .search-field-form {
      background-color: #252525; }
    body.page-black .cabinet-history-row {
      border-bottom: 1px solid #ffffff; }
      body.page-black .cabinet-history-row-date {
        background-color: #1c1c1c;
        color: #ffffff; }
      body.page-black .cabinet-history-row svg path,
      body.page-black .cabinet-history-row svg .cls-1 {
        fill: #ffffff !important; }
    body.page-black .cabinet-history-row-item-returned svg path,
    body.page-black .cabinet-history-row-item-returned svg .cls-1 {
      fill: #808080 !important; }
    body.page-black .cabinet-history-row-item-returned .cabinet-history-row-text,
    body.page-black .cabinet-history-row-item-returned .cabinet-history-row-return,
    body.page-black .cabinet-history-row-item-returned .cabinet-history-row-date {
      color: #808080 !important; }
    body.page-black .cabinet-history-row-text,
    body.page-black .cabinet-history-row-return,
    body.page-black .cabinet-history-row-listen,
    body.page-black .cabinet-history-row-info span,
    body.page-black .cabinet-history-row-count,
    body.page-black .cabinet-history-row-count span {
      color: #ffffff; }
    body.page-black .cabinet-history-row-item-return {
      background-color: rgba(28, 28, 28, 0.612); }
    body.page-black .section-text p,
    body.page-black .section-text a,
    body.page-black .section-text h2,
    body.page-black .section-text li,
    body.page-black .section-text blockquote,
    body.page-black .section-text h1, body.page-black .section-text h2, body.page-black .section-text h3, body.page-black .section-text h4, body.page-black .section-text h5, body.page-black .section-text h6, body.page-black .section-text i, body.page-black .section-text b, body.page-black .section-text {
      color: #ffffff; }
    body.page-black .section-text ul li:before {
      background-color: #ffffff; }
    body.page-black .section-text ol li:before {
      color: #ffffff; }
    body.page-black .section-text blockquote {
      background-color: #1c1c1c; }
    body.page-black .bg-lightblue2,
    body.page-black .bg-purplelight {
      background: rgba(17, 17, 17, 0.45); }
    body.page-black .b-lightblue {
      border: 1px solid #ffffff; }
    body.page-black .link-el-flex svg path {
      fill: #ffffff; }
    body.page-black .news-row-link {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
    body.page-black .cabinet-aboniment-item {
      border: 1px solid #ffffff;
      background: #1c1c1c; }
      body.page-black .cabinet-aboniment-item svg path {
        fill: #ffffff; }
      body.page-black .cabinet-aboniment-item-price {
        background-color: #252525; }
    body.page-black .text-lightgray,
    body.page-black .text-gray-active,
    body.page-black .text-purple {
      color: #ffffff; }
    body.page-black .btn-border {
      border: 1px solid #ffffff; }
      body.page-black .btn-border:hover {
        border: 1px solid #394696 !important; }
    body.page-black .text-gray-active {
      color: #394696 !important; }
    body.page-black .header nav > ul > li > a svg path {
      fill: #ffffff !important; }
    @media (max-width: 1200px) {
      body.page-black nav,
      body.page-black .sub-menu {
        background-color: #252525; }
      body.page-black .sub-menu-trigger-back span {
        color: #ffffff !important; }
      body.page-black .sub-menu-trigger-back svg path {
        fill: #ffffff !important; } }
    body.page-black .bg-lightblue,
    body.page-black .bg-lightblue::before {
      background: rgba(17, 17, 17, 0.45); }
    body.page-black .cabinet-history-row-info svg .cls-1 {
      fill: #ffffff !important; }
    body.page-black .cabinet-history-row-info svg path {
      fill: #ffffff !important; }
    body.page-black .go-back-to span {
      color: #ffffff !important; }
    body.page-black .go-back-to svg path {
      fill: #ffffff !important; }
    body.page-black .go-back-to:hover span {
      color: #30449a !important; }
    body.page-black .go-back-to:hover svg path {
      fill: #30449a !important; }
    body.page-black .menu-trigger {
      border: 1px solid #ffffff;
      background-color: #252525; }
      body.page-black .menu-trigger span {
        background: #ffffff !important; }
    body.page-black .text-gray {
      color: #ffffff; }
    body.page-black .header a.text-gray:hover {
      color: #ffffff !important; }
    body.page-black .header nav > ul > li:not(.logo):hover > a, body.page-black .header nav > ul > li:not(.logo):focus > a {
      background-color: #252525; }
    body.page-black .header nav > ul > li .sub-menu {
      background-color: #252525; }
    body.page-black .sub-menu-trigger:not(.logo):hover > a,
    body.page-black .sub-menu-trigger:not(.logo):focus > a {
      background-color: #252525; }
    body.page-black .sub-menu-trigger.open > a {
      background-color: #252525; }
    body.page-black .search-field {
      border-bottom: 2px solid #ffffff; }
      body.page-black .search-field:hover, body.page-black .search-field:focus {
        border-bottom: 2px solid #30449a; }
      body.page-black .search-field input {
        color: #ffffff; }
        body.page-black .search-field input::-webkit-input-placeholder {
          color: #ffffff; }
        body.page-black .search-field input::-moz-placeholder {
          color: #ffffff; }
        body.page-black .search-field input:-ms-input-placeholder {
          color: #ffffff; }
        body.page-black .search-field input:-moz-placeholder {
          color: #ffffff; }
      body.page-black .search-field button svg path {
        fill: #ffffff;
        transition: 0.3s ease; }
      body.page-black .search-field button:hover svg path,
      body.page-black .search-field button:focus svg path {
        fill: #30449a !important; }
    body.page-black .control-panel-list {
      border: 1px solid #ffffff; }
    body.page-black .control-panel-list button:not(:last-child),
    body.page-black .control-panel-list a:not(:last-child) {
      border-right: 1px solid #ffffff; }
    body.page-black .bg-gray {
      background: rgba(17, 17, 17, 0.45); }
    body.page-black .news-preview-item {
      border: 1px solid #ffffff;
      border-top: 8px solid #ffffff; }
      body.page-black .news-preview-item:hover {
        border: 1px solid #75767b;
        border-top: 8px solid #75767b; }
        body.page-black .news-preview-item:hover .news-preview-item-title {
          color: #75767b; }
    body.page-black .news-row {
      border: 1px solid #ffffff;
      border-left: 8px solid #ffffff; }
      body.page-black .news-row:hover {
        border: 1px solid #75767b;
        border-left: 8px solid #75767b; }
        body.page-black .news-row:hover .news-row-title {
          color: #75767b; }
        body.page-black .news-row:hover .news-row-link {
          color: #75767b;
          border-bottom: 1px solid #75767b; }
  body.page-blue {
    background-color: #001F56; }
    body.page-blue .text-darkblue:hover {
      color: #394696 !important; }
    body.page-blue .link-el-border:hover {
      border-bottom: 1px solid #394696 !important; }
    body.page-blue a.link-el-border:hover {
      border-bottom: 1px solid #394696 !important; }
    body.page-blue a.text-darkblue:hover {
      color: #394696 !important; }
    body.page-blue .btn-border.active {
      border: 1px solid #959595 !important; }
      body.page-blue .btn-border.active:hover {
        border: 1px solid #959595 !important; }
      body.page-blue .btn-border.active span {
        color: #959595 !important; }
    body.page-blue .input,
    body.page-blue .small-input,
    body.page-blue select {
      color: #ffffff; }
      body.page-blue .input::-webkit-input-placeholder,
      body.page-blue .small-input::-webkit-input-placeholder,
      body.page-blue select::-webkit-input-placeholder {
        color: #ffffff; }
      body.page-blue .input::-moz-placeholder,
      body.page-blue .small-input::-moz-placeholder,
      body.page-blue select::-moz-placeholder {
        color: #ffffff; }
      body.page-blue .input:-ms-input-placeholder,
      body.page-blue .small-input:-ms-input-placeholder,
      body.page-blue select:-ms-input-placeholder {
        color: #ffffff; }
      body.page-blue .input:-moz-placeholder,
      body.page-blue .small-input:-moz-placeholder,
      body.page-blue select:-moz-placeholder {
        color: #ffffff; }
    body.page-blue .catalog-form-trigger {
      border: 2px dashed #ffffff; }
      body.page-blue .catalog-form-trigger span {
        color: #ffffff; }
      body.page-blue .catalog-form-trigger svg path {
        fill: #ffffff; }
    body.page-blue .card-head-sidebar-head {
      background-color: #081937 !important; }
    body.page-blue .card-head-sidebar-head-fixed {
      background-color: #000000 !important; }
    body.page-blue .popup-cnt-wrap,
    body.page-blue .gallery-prev-item-name {
      background: #001f56; }
    body.page-blue .center-block span {
      background-color: #001f56; }
    body.page-blue .text-darkblue {
      color: #ffffff; }
    body.page-blue .link-el-border {
      border-bottom: 1px solid #ffffff; }
    body.page-blue .thanks-row {
      background-color: #081937; }
      body.page-blue .thanks-row svg path {
        fill: #ffffff; }
    body.page-blue .field-row input,
    body.page-blue .field-row textarea {
      color: #ffffff; }
      body.page-blue .field-row input::-webkit-input-placeholder,
      body.page-blue .field-row textarea::-webkit-input-placeholder {
        color: #ffffff; }
      body.page-blue .field-row input::-moz-placeholder,
      body.page-blue .field-row textarea::-moz-placeholder {
        color: #ffffff; }
      body.page-blue .field-row input:-ms-input-placeholder,
      body.page-blue .field-row textarea:-ms-input-placeholder {
        color: #ffffff; }
      body.page-blue .field-row input:-moz-placeholder,
      body.page-blue .field-row textarea:-moz-placeholder {
        color: #ffffff; }
    body.page-blue .tab-cnt-trigger {
      background-color: #001f56;
      border: 1px solid #081937; }
      body.page-blue .tab-cnt-trigger span {
        color: #ffffff !important; }
      body.page-blue .tab-cnt-trigger.active {
        background-color: #081937;
        border: 1px solid #081937; }
    body.page-blue .search-field-form {
      background-color: #001F56; }
    body.page-blue .cabinet-history-row {
      border-bottom: 1px solid #ffffff; }
      body.page-blue .cabinet-history-row-date {
        background-color: #081937;
        color: #ffffff; }
      body.page-blue .cabinet-history-row svg path,
      body.page-blue .cabinet-history-row svg .cls-1 {
        fill: #ffffff !important; }
    body.page-blue .cabinet-history-row-text,
    body.page-blue .cabinet-history-row-return,
    body.page-blue .cabinet-history-row-listen,
    body.page-blue .cabinet-history-row-info span,
    body.page-blue .cabinet-history-row-count,
    body.page-blue .cabinet-history-row-count span {
      color: #ffffff; }
    body.page-blue .cabinet-history-row-item-return {
      background-color: rgba(8, 24, 54, 0.47); }
    body.page-blue .cabinet-history-row-item-returned svg path,
    body.page-blue .cabinet-history-row-item-returned svg .cls-1 {
      fill: #808080 !important; }
    body.page-blue .cabinet-history-row-item-returned .cabinet-history-row-text,
    body.page-blue .cabinet-history-row-item-returned .cabinet-history-row-return,
    body.page-blue .cabinet-history-row-item-returned .cabinet-history-row-date {
      color: #808080 !important; }
    body.page-blue .section-text p,
    body.page-blue .section-text a,
    body.page-blue .section-text h2,
    body.page-blue .section-text li,
    body.page-blue .section-text blockquote,
    body.page-blue .section-text h1, body.page-blue .section-text h2, body.page-blue .section-text h3, body.page-blue .section-text h4, body.page-blue .section-text h5, body.page-blue .section-text h6, body.page-blue .section-text i, body.page-blue .section-text b, body.page-blue .section-text {
      color: #ffffff; }
    body.page-blue .section-text ul li:before {
      background-color: #ffffff; }
    body.page-blue .section-text ol li:before {
      color: #ffffff; }
    body.page-blue .section-text blockquote {
      background-color: #081937; }
    body.page-blue .bg-lightblue2,
    body.page-blue .bg-purplelight {
      background: rgba(17, 17, 17, 0.45); }
    body.page-blue .b-lightblue {
      border: 1px solid #ffffff; }
    body.page-blue .link-el-flex svg path {
      fill: #ffffff; }
    body.page-blue .news-row {
      background: #081937; }
      body.page-blue .news-row:hover {
        border-left: 8px solid #000000; }
      body.page-blue .news-row-link {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }
    body.page-blue .cabinet-aboniment-item {
      border: 1px solid #000000;
      background: #081937; }
      body.page-blue .cabinet-aboniment-item svg path {
        fill: #ffffff; }
      body.page-blue .cabinet-aboniment-item-price {
        background-color: #001f56; }
    body.page-blue .text-gray-active {
      color: #394696 !important; }
    body.page-blue .text-lightgray,
    body.page-blue .text-gray-active,
    body.page-blue .text-purple {
      color: #ffffff; }
    body.page-blue .btn-border {
      border: 1px solid #ffffff; }
      body.page-blue .btn-border:hover {
        border: 1px solid #394696 !important; }
    body.page-blue .bg-lightblue,
    body.page-blue .bg-lightblue::before {
      background: rgba(17, 17, 17, 0.45); }
    body.page-blue .header nav > ul > li > a svg path {
      fill: #ffffff !important; }
    @media (max-width: 1200px) {
      body.page-blue nav,
      body.page-blue .sub-menu {
        background-color: #001f56; }
      body.page-blue .sub-menu-trigger-back span {
        color: #ffffff !important; }
      body.page-blue .sub-menu-trigger-back svg path {
        fill: #ffffff !important; } }
    body.page-blue .cabinet-history-row-info svg .cls-1 {
      fill: #ffffff !important; }
    body.page-blue .cabinet-history-row-info svg path {
      fill: #ffffff !important; }
    body.page-blue .go-back-to span {
      color: #ffffff !important; }
    body.page-blue .go-back-to svg path {
      fill: #ffffff !important; }
    body.page-blue .go-back-to:hover span {
      color: #30449a !important; }
    body.page-blue .go-back-to:hover svg path {
      fill: #30449a !important; }
    body.page-blue .menu-trigger {
      border: 1px solid #ffffff;
      background-color: #001F56; }
      body.page-blue .menu-trigger span {
        background: #ffffff !important; }
    body.page-blue .text-gray {
      color: #ffffff; }
    body.page-blue .header a.text-gray:hover {
      color: #ffffff !important; }
    body.page-blue .header nav > ul > li:not(.logo):hover > a, body.page-blue .header nav > ul > li:not(.logo):focus > a {
      background-color: #001F56; }
    body.page-blue .header nav > ul > li .sub-menu {
      background-color: #001F56; }
    body.page-blue .sub-menu-trigger:not(.logo):hover > a,
    body.page-blue .sub-menu-trigger:not(.logo):focus > a {
      background-color: #001F56; }
    body.page-blue .sub-menu-trigger.open > a {
      background-color: #001F56; }
    body.page-blue .search-field {
      border-bottom: 2px solid #ffffff; }
      body.page-blue .search-field:hover, body.page-blue .search-field:focus {
        border-bottom: 2px solid #30449a; }
      body.page-blue .search-field input {
        color: #ffffff; }
        body.page-blue .search-field input::-webkit-input-placeholder {
          color: #ffffff; }
        body.page-blue .search-field input::-moz-placeholder {
          color: #ffffff; }
        body.page-blue .search-field input:-ms-input-placeholder {
          color: #ffffff; }
        body.page-blue .search-field input:-moz-placeholder {
          color: #ffffff; }
      body.page-blue .search-field button svg path {
        fill: #ffffff;
        transition: 0.3s ease; }
      body.page-blue .search-field button:hover svg path,
      body.page-blue .search-field button:focus svg path {
        fill: #252525 !important; }
    body.page-blue .news-preview-item {
      border: 1px solid #ffffff;
      border-top: 8px solid #ffffff; }
      body.page-blue .news-preview-item:hover {
        border: 1px solid #75767b;
        border-top: 8px solid #75767b; }
        body.page-blue .news-preview-item:hover .news-preview-item-title {
          color: #75767b; }
    body.page-blue .news-row {
      border: 1px solid #ffffff;
      border-left: 8px solid #ffffff; }
      body.page-blue .news-row:hover {
        border: 1px solid #75767b;
        border-left: 8px solid #75767b; }
        body.page-blue .news-row:hover .news-row-title {
          color: #75767b; }
        body.page-blue .news-row:hover .news-row-link {
          color: #75767b;
          border-bottom: 1px solid #75767b; }
    body.page-blue .control-panel-list {
      border: 1px solid #ffffff; }
    body.page-blue .control-panel-list button:not(:last-child),
    body.page-blue .control-panel-list a:not(:last-child) {
      border-right: 1px solid #ffffff; }
    body.page-blue .bg-blue {
      background: #000000; }
    body.page-blue .bg-gray {
      background: rgba(17, 17, 17, 0.45); }

.main {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .main-content {
    flex: 1 0 auto; }
  .main footer {
    flex: 0 0 auto; }

.wrapper {
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1200px) {
    .wrapper {
      padding: 0 75px; } }
  @media (max-width: 767px) {
    .wrapper {
      padding: 0 15px; } }
  .wrapper-l {
    max-width: 1920px; }
    .wrapper-l-nopad {
      padding: 0; }
  .wrapper-m {
    max-width: 1710px; }

.section-block {
  padding: 70px 0 45px; }
  @media (max-width: 1100px) {
    .section-block {
      padding: 40px 0; } }

@media (min-width: 1201px) {
  a:focus {
    outline: 3px dashed #0000ff;
    outline-offset: -3px; } }

.skip-to {
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 146px;
  height: 105px;
  padding: 5px 12px;
  border: 1px solid #0000ff;
  background-color: #f4f7fe;
  font-family: 'Proxima Nova Bold';
  font-size: 21px;
  line-height: 21px;
  color: #30449a !important;
  z-index: -9999;
  opacity: 0;
  transition: 0.3s ease; }
  .skip-to:hover {
    border: 1px solid #75767b;
    background-color: #f3f3f3;
    color: #000000 !important; }
  .skip-to:focus {
    z-index: 9999;
    opacity: 1; }

.search-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 18px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.78);
  transition: 0.3s ease; }
  @media (max-width: 1200px) {
    .search-field {
      padding-bottom: 4px !important;
      padding-left: 10px; } }
  .search-field-wrap {
    width: 100%;
    max-width: 557px; }
  .search-field-form.focused {
    position: relative;
    z-index: 3; }
  @media (min-width: 1201px) {
    .search-field-form {
      width: 100%;
      max-width: 557px;
      padding: 10px;
      background-color: #ffffff; } }
  .search-field:hover, .search-field:focus {
    border-bottom: 2px solid #394696; }
  .search-field input {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    font-family: 'Proxima Nova Semibold'; }
    .search-field input::-webkit-input-placeholder {
      color: #252525; }
    .search-field input::-moz-placeholder {
      color: #252525; }
    .search-field input:-ms-input-placeholder {
      color: #252525; }
    .search-field input:-moz-placeholder {
      color: #252525; }
  .search-field button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
    margin: 0;
    background: none;
    outline: none; }
    @media (max-width: 1200px) {
      .search-field button {
        width: 21px;
        min-width: 21px;
        height: 21px; } }
    @media (max-width: 1200px) {
      .search-field button svg {
        width: 100% !important;
        max-height: 100% !important; } }
    .search-field button svg path {
      fill: #252525;
      transition: 0.3s ease; }
    .search-field button:hover svg path,
    .search-field button:focus svg path {
      fill: #394696; }

.title-el {
  margin-bottom: 37px; }
  @media (max-width: 767px) {
    .title-el {
      margin-bottom: 20px; } }

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  min-height: 105px;
  margin-bottom: 45px; }
  .breadcrumbs-2 {
    padding: 37px 0 28px;
    min-height: 105px;
    margin-bottom: 54px; }
    .breadcrumbs-2-cnt {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 992px) {
        .breadcrumbs-2-cnt {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start; } }
      .breadcrumbs-2-cnt a {
        margin: 5px 0;
        display: inline-block;
        transition: 0.3s ease; }
        .breadcrumbs-2-cnt a:hover {
          color: #30449a !important; }
        .breadcrumbs-2-cnt a.active {
          color: #898989; }
        .breadcrumbs-2-cnt a:not(:last-child) {
          margin-right: 53px; }
          @media (max-width: 1050px) {
            .breadcrumbs-2-cnt a:not(:last-child) {
              margin-right: 15px; } }
          @media (max-width: 992px) {
            .breadcrumbs-2-cnt a:not(:last-child) {
              margin: 0 0 15px; } }
    .breadcrumbs-2 h5 {
      display: block;
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .breadcrumbs-2 h5 {
          margin-bottom: 25px; } }
  .breadcrumbs a,
  .breadcrumbs span {
    margin: 5px 0;
    display: inline-block; }
    .breadcrumbs a.active,
    .breadcrumbs span.active {
      color: #898989; }
    .breadcrumbs a.slash,
    .breadcrumbs span.slash {
      margin: 5px; }
  .breadcrumbs a:hover {
    transition: 0.3s ease; }
    .breadcrumbs a:hover:hover {
      color: #30449a !important; }

.section-text {
  padding-bottom: 25px; }
  .section-text-date {
    padding: 0 15px; }
    .section-text-date-wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .section-text-date span {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 0;
      min-height: 43px; }
  .section-text i {
    font-family: 'Proxima Nova RegularIt';
    font-size: 1rem;
    line-height: 1.5rem;
    color: #252525;
    transition: 0.3s ease; }
    .section-text i:not(:last-child) {
      margin-bottom: 1.5rem; }
  .section-text b {
    font-family: 'Proxima Nova Bold';
    font-size: 1rem;
    line-height: 1.5rem;
    color: #252525;
    transition: 0.3s ease; }
    .section-text b:not(:last-child) {
      margin-bottom: 1.5rem; }
  .section-text p {
    font-family: 'Proxima Nova Rg';
    font-size: 1rem;
    line-height: 1.5rem;
    color: #252525;
    transition: 0.3s ease; }
    .section-text p a {
      font-family: 'Proxima Nova Bold';
      color: #0000ff;
      text-decoration: underline;
      transition: 0.3s ease; }
    .section-text p:not(:last-child) {
      margin-bottom: 1.5rem; }
  .section-text h1 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 2.625rem;
    line-height: 3.625rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text h1 {
        margin-bottom: 6px;
        font-size: 2rem;
        line-height: 3rem; } }
  .section-text h2 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 2rem;
    line-height: 3rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text h2 {
        margin-bottom: 6px;
        font-size: 1.5rem;
        line-height: 2.5rem; } }
  .section-text h3 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text h3 {
        font-size: 1.1rem;
        line-height: 1.5rem; } }
  .section-text h4 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Rg';
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text h4 {
        font-size: 1rem; } }
  .section-text h5 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Rg';
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text h5 {
        font-size: 0.75rem;
        line-height: 0.75rem; } }
  .section-text h6 {
    margin-bottom: 20px;
    font-family: 'Proxima Nova Rg';
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #252525;
    transition: 0.3s ease; }
  .section-text ul {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none; }
    .section-text ul li {
      position: relative;
      padding-left: 15px;
      font-family: 'Proxima Nova Rg';
      font-size: 1rem;
      line-height: 1.5rem;
      color: #252525;
      transition: 0.3s ease; }
      .section-text ul li::before {
        content: '';
        position: absolute;
        top: 0.65rem;
        left: 0;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #252525;
        transition: 0.3s ease; }
      .section-text ul li a {
        font-family: 'Proxima Nova Bold';
        color: #0000ff;
        text-decoration: underline;
        transition: 0.3s ease; }
      .section-text ul li:not(:last-child) {
        margin-bottom: 0.4rem; }
  .section-text ol {
    padding: 0 !important;
    margin: 0 0 1.5rem;
    list-style: none; }
    .section-text ol > li {
      position: relative;
      list-style: none;
      counter-increment: my-awesome-counter;
      font-family: 'Proxima Nova Rg';
      font-size: 1rem;
      line-height: 1.5rem;
      color: #252525;
      transition: 0.3s ease; }
      .section-text ol > li::before {
        content: counter(my-awesome-counter) ".";
        display: inline-block;
        min-width: 15px;
        margin-right: 5px;
        font-family: 'Proxima Nova Bold';
        color: #252525; }
      .section-text ol > li:not(:last-child) {
        margin-bottom: 0.4rem; }
  .section-text blockquote {
    position: relative;
    padding: 45px 20px 60px;
    background-color: #f5f7ff;
    font-family: 'Proxima Nova RegularIt';
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #252525;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .section-text blockquote {
        font-size: 0.75rem;
        line-height: 1.1rem; } }
    .section-text blockquote span {
      position: absolute;
      bottom: 30px;
      right: 20px;
      display: block;
      width: 100%;
      text-align: right;
      font-family: 'Proxima Nova Bold';
      font-size: 0.75rem;
      line-height: 0.75rem;
      color: #898989; }
    .section-text blockquote::before {
      content: '';
      position: absolute;
      top: -10px;
      left: 10px;
      display: block;
      width: 52px;
      height: 44px;
      background-image: url("../images/quote.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.mb-15 {
  margin-bottom: 15px; }

.tabs-block .tab-cnt {
  display: none; }

.tabs-block .tab-cnt.active {
  display: block; }

.center-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 43px 0 42px; }
  .center-block span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 5px 17px;
    background-color: #ffffff; }
  .center-block::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e1e1e1; }

.audioplayer {
  margin: 0 !important;
  padding: 20px;
  width: 100%;
  min-height: 85px;
  height: 100%;
  align-items: center;
  border: none !important;
  border-radius: 0 !important;
  background: #e5e9f9; }
  .audioplayer .audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #0000ff !important;
    border: 1px solid #0000ff !important; }
  .audioplayer.audioplayer-playing .audioplayer-playpause {
    background: #0000ff;
    border: 1px solid #0000ff; }

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  background-color: #ffffff !important; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid #ffffff; }

.audioplayer-time-current {
  margin-left: 3px;
  width: 70px;
  font-family: 'Proxima Nova Bold';
  font-size: 18px;
  line-height: 18px;
  color: #000000; }

.audioplayer-time {
  font-family: 'Proxima Nova Bold';
  font-size: 18px;
  line-height: 18px;
  color: #000000; }

.audioplayer-time-duration {
  margin-right: 10px;
  width: 70px; }

.audioplayer-playing .audioplayer-bar-played::after {
  display: none; }

.audioplayer-bar {
  margin: 0 5px;
  height: 47px;
  max-width: 742px; }
  .audioplayer-bar::before {
    top: 0;
    width: 100%;
    height: 47px;
    background: rgba(48, 78, 197, 0.21); }
  .audioplayer-bar .audioplayer-bar-loaded {
    top: 0;
    width: 100%;
    height: 47px;
    background: rgba(48, 78, 197, 0.4); }
  .audioplayer-bar .audioplayer-bar-played {
    top: 0;
    width: 100%;
    height: 47px;
    background: #304ec5; }

.audioplayer-volume-button {
  width: 22px;
  height: 16px;
  background-image: url("../images/volume.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .audioplayer-volume-button a {
    display: none; }

.audioplayer-volume-adjust > div {
  width: 100px;
  height: 13px;
  background: rgba(48, 78, 197, 0.21); }
  .audioplayer-volume-adjust > div div {
    height: 100%;
    background-color: #304ec5; }

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  display: none; }

@media (max-width: 767px) {
  .audioplayer {
    flex-flow: row wrap;
    justify-content: center; }
    .audioplayer .audioplayer-bar {
      width: 100%;
      flex-basis: auto;
      margin: 20px 0;
      order: 3; }
    .audioplayer .audioplayer-volume {
      order: 2;
      margin-left: 45px; }
      .audioplayer .audioplayer-volume .audioplayer-volume-adjust {
        display: flex !important; }
    .audioplayer .audioplayer-time {
      order: 4;
      width: 50%;
      margin: 0 !important; }
      .audioplayer .audioplayer-time.audioplayer-time-current {
        justify-content: flex-end;
        padding-right: 8px; }
      .audioplayer .audioplayer-time.audioplayer-time-duration {
        position: relative;
        justify-content: flex-start;
        padding-left: 8px; }
        .audioplayer .audioplayer-time.audioplayer-time-duration::before {
          content: '/';
          position: absolute;
          top: 0;
          left: -3px;
          display: block;
          font-family: 'Proxima Nova Bold';
          font-size: 18px;
          line-height: 18px;
          color: #000000; } }

.text-upper {
  text-transform: uppercase; }

.text-inherit {
  text-transform: initial; }

a.link-el-border:hover {
  border-bottom: 1px solid #394696 !important; }

a.text-darkblue:hover {
  color: #394696 !important; }

.banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 200px 0 258px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .banner {
      padding: 0 0 90px; } }
  .banner .btn {
    margin-top: 23px; }
    @media (max-width: 1200px) {
      .banner .btn {
        margin: 0 auto; } }
  .banner .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative; }
    .banner .wrapper > .title {
      width: 100%;
      display: none;
      text-align: left; }
    @media (max-width: 1200px) {
      .banner .wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .banner .wrapper > .title {
          display: block;
          margin-bottom: 30px; } }
  .banner-2 {
    padding: 40px 0 184px; }
    @media (max-width: 1200px) {
      .banner-2 {
        padding: 0 0 80px; } }
    .banner-2 .wrapper {
      justify-content: flex-end; }
      @media (max-width: 1200px) {
        .banner-2 .wrapper {
          justify-content: flex-start; } }
  .banner-cnt {
    width: 100%;
    max-width: 820px;
    padding-right: 10px; }
    @media (max-width: 1200px) {
      .banner-cnt {
        max-width: 100%;
        padding: 0;
        order: 2; } }
    .banner-cnt .title {
      margin-bottom: 75px; }
      @media (max-width: 1200px) {
        .banner-cnt .title {
          margin-bottom: 17px; } }
    .banner-cnt form {
      width: 100%; }
    .banner-cnt-2 {
      max-width: 575px;
      padding: 0 0 0 10px; }
      @media (max-width: 1200px) {
        .banner-cnt-2 {
          max-width: 100%;
          padding: 0;
          order: 2; } }
      .banner-cnt-2 .title {
        margin-bottom: 43px; }
        @media (max-width: 1200px) {
          .banner-cnt-2 .title {
            display: none; } }
  .banner-img {
    position: absolute;
    top: 50%;
    right: -554px;
    transform: translateY(-50%);
    width: 100%;
    max-width: 877px; }
    @media (max-width: 1200px) {
      .banner-img {
        position: static;
        order: 1;
        transform: translate(0);
        max-width: 600px;
        width: calc(100% + 30px);
        margin-bottom: 40px; }
        .banner-img img {
          width: 100%; } }
    .banner-img-2 {
      right: auto;
      left: -364px; }

.news-preview {
  padding-bottom: 130px; }
  @media (max-width: 1200px) {
    .news-preview {
      padding-bottom: 48px; } }
  .news-preview .title {
    margin-bottom: 74px; }
    @media (max-width: 1200px) {
      .news-preview .title {
        margin-bottom: 45px; } }
  .news-preview-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .news-preview-list {
        flex-flow: row wrap;
        justify-content: space-around; } }
  .news-preview-item {
    width: 100%;
    max-width: 265px;
    margin-bottom: 30px;
    padding: 25px 16px;
    border: 1px solid #d7d7d7;
    border-top: 8px solid #d7d7d7;
    transition: 0.3s ease; }
    @media (max-width: 1200px) {
      .news-preview-item {
        margin: 0 10px 15px; } }
    .news-preview-item:hover {
      border: 1px solid #e6e9fa;
      border-top: 8px solid #e6e9fa; }
      .news-preview-item:hover .news-preview-item-title {
        color: #30449a; }
    .news-preview-item span {
      display: block;
      width: 100%; }
    .news-preview-item-title {
      margin-bottom: 14px;
      font-family: 'Proxima Nova Bold';
      text-align: center;
      transition: 0.3s ease; }
    .news-preview-item-text {
      font-family: 'Proxima Nova Rg'; }

.news-row {
  display: block;
  width: 100%;
  margin-bottom: 23px;
  padding: 38px 27px 32px;
  border: 1px solid  #d7d7d7;
  border-left: 8px solid #d7d7d7;
  transition: 0.3s ease; }
  @media (max-width: 992px) {
    .news-row {
      padding: 20px 15px 45px;
      border: 1px solid #d7d7d7 !important;
      border-top: 8px solid #d7d7d7 !important; } }
  .news-row:hover {
    border: 1px solid #e6e9fa;
    border-left: 8px solid #e6e9fa; }
    .news-row:hover .news-row-title {
      color: #30449a; }
    .news-row:hover .news-row-link {
      color: #30449a;
      border-bottom: 1px solid #30449a; }
  .news-row-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 68px; }
    @media (max-width: 992px) {
      .news-row-wrap {
        padding: 0 0 45px; } }
  .news-row-title {
    display: block;
    margin-bottom: 14px; }
    @media (max-width: 992px) {
      .news-row-title {
        text-align: center; } }
  .news-row-text {
    display: block;
    margin-bottom: 20px; }
  .news-row-link {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid #0000ff;
    transition: 0.3s ease; }
    @media (max-width: 992px) {
      .news-row-link {
        display: none; } }

.news-naughty {
  padding-bottom: 143px; }
  @media (max-width: 767px) {
    .news-naughty {
      padding-bottom: 60px; } }
  .news-naughty .news-row-wrap {
    padding: 0 0 58px !important; }
    @media (max-width: 767px) {
      .news-naughty .news-row-wrap {
        padding: 0 0 35px !important; } }

.news-article {
  padding-bottom: 99px; }
  @media (max-width: 767px) {
    .news-article {
      padding-bottom: 60px; } }

.pagination {
  width: 100%;
  text-align: right; }
  @media (max-width: 767px) {
    .pagination {
      text-align: center; } }
  .pagination a {
    display: inline-block;
    margin: 0 11px;
    transition: 0.3s ease;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .pagination a {
        font-size: 1rem !important;
        line-height: 1rem !important;
        margin: 0 5px; } }
    .pagination a.active {
      color: #30449a !important; }
    .pagination a.pagination-arrow:not(.text-lightgray) {
      color: #000000; }
      .pagination a.pagination-arrow:not(.text-lightgray):last-child {
        margin-right: 0; }
      .pagination a.pagination-arrow:not(.text-lightgray):first-child {
        margin-left: 0; }
    .pagination a:hover, .pagination a.active {
      color: #30449a; }
    .pagination a.text-lightgray:hover {
      color: #959595 !important; }
  .pagination a:not(.text-lightgray) {
    color: #54504f; }

.news-row-link {
  border-bottom: 1px solid #0000ff;
  transition: 0.3s ease; }
  .news-row-link:hover {
    color: #30449a !important;
    border-bottom: 1px solid #30449a !important; }

.page-black .pagination a,
.page-blue .pagination a {
  color: #ffffff !important; }
  .page-black .pagination a:hover,
  .page-blue .pagination a:hover {
    color: #30449a !important; }
  .page-black .pagination a.active,
  .page-blue .pagination a.active {
    color: #30449a !important; }
    .page-black .pagination a.active:hover,
    .page-blue .pagination a.active:hover {
      color: #30449a !important; }

.page-black .pagination .news-row-link,
.page-blue .pagination .news-row-link {
  border-bottom: 1px solid #0000ff;
  transition: 0.3s ease; }
  .page-black .pagination .news-row-link:hover,
  .page-blue .pagination .news-row-link:hover {
    color: #30449a !important;
    border-bottom: 1px solid #30449a; }

.page-black .pagination .text-lightgray,
.page-blue .pagination .text-lightgray {
  color: #959595 !important; }
  .page-black .pagination .text-lightgray:hover,
  .page-blue .pagination .text-lightgray:hover {
    color: #959595 !important; }

.error-page {
  padding: 23px 0 100px; }
  .error-page-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: -74px;
    padding-right: 12px; }
    @media (max-width: 767px) {
      .error-page-title {
        justify-content: center;
        padding-right: 0;
        margin-bottom: 15px; } }
  .error-page-cnt {
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
    .error-page-cnt h1 {
      display: inline-block;
      font-family: 'Proxima Nova Extrabld';
      font-size: 72px;
      line-height: 88px;
      text-align: center;
      letter-spacing: -6px;
      color: #d9e1ff; }
      .error-page-cnt h1 span {
        font-size: 159px;
        line-height: 136px; }
    .error-page-cnt p {
      width: 100%;
      max-width: 330px;
      margin: 0 auto 20px;
      font-family: 'Proxima Nova Rg';
      text-align: center; }
  .error-page-img {
    width: 100%;
    max-width: 536px;
    margin: 0 auto 43px; }
    .error-page-img img {
      max-width: 100%; }
  .error-page-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .error-page-btn .btn {
      margin: 0;
      padding: 0 50px; }
      @media (max-width: 767px) {
        .error-page-btn .btn {
          padding: 0 15px; }
          .error-page-btn .btn span {
            font-size: 1rem;
            line-height: 1rem; } }

.thanks-page {
  padding: 83px 0 178px; }
  .thanks-page h1 {
    margin-bottom: 12px; }
    @media (max-width: 1200px) {
      .thanks-page h1 {
        font-size: 46px !important;
        line-height: 46px; } }

.go-back-to {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px; }
  .go-back-to svg {
    margin-right: 15px; }
    @media (max-width: 400px) {
      .go-back-to svg {
        margin-right: 10px;
        width: 55px; } }
    .go-back-to svg path {
      fill: #252525;
      transition: 0.3s ease; }
  .go-back-to span {
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    transition: 0.3s ease; }
  .go-back-to:hover span {
    color: #30449a; }
  .go-back-to:hover svg path {
    fill: #30449a; }

.cabinet {
  padding: 0px 0 55px;
  overflow: hidden; }
  .cabinet-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .cabinet-section {
        flex-direction: column;
        align-items: center; } }
  .cabinet-sidebar {
    position: relative;
    width: 100%;
    max-width: 340px;
    padding: 62px 25px 139px; }
    @media (max-width: 992px) {
      .cabinet-sidebar {
        padding: 41px 75px 58px;
        width: calc(100% + 150px);
        max-width: initial; } }
    @media (max-width: 767px) {
      .cabinet-sidebar {
        padding: 41px 15px 58px;
        width: calc(100% + 30px);
        max-width: initial; } }
    .cabinet-sidebar::before {
      content: '';
      position: absolute;
      top: 0;
      right: calc(100%);
      display: block;
      width: 1500px;
      height: 100%;
      background: #d8def6;
      transition: 0.3s ease; }
      @media (max-width: 992px) {
        .cabinet-sidebar::before {
          display: none; } }
    .cabinet-sidebar .title-el {
      margin-bottom: 31px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .cabinet-sidebar .title-el {
          text-transform: inherit; }
          .cabinet-sidebar .title-el br {
            display: none; } }
    .cabinet-sidebar .link-el {
      display: block; }
      .cabinet-sidebar .link-el-flex {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .cabinet-sidebar .link-el-flex svg {
          margin-left: 7px; }
          .cabinet-sidebar .link-el-flex svg path {
            transition: 0.3s ease; }
      .cabinet-sidebar .link-el:not(:last-child) {
        margin-bottom: 30px; }
  .cabinet-cnt {
    width: 100%;
    padding-left: 57px;
    padding-top: 38px; }
    @media (max-width: 992px) {
      .cabinet-cnt {
        padding-left: 0;
        padding-top: 38px; } }
    .cabinet-cnt .title {
      margin-bottom: 28px;
      padding-left: 25px; }
      @media (max-width: 992px) {
        .cabinet-cnt .title {
          margin-bottom: 20px; } }
      @media (max-width: 359px) {
        .cabinet-cnt .title {
          padding-left: 0; } }
  .cabinet-aboniment-text {
    margin-bottom: 30px;
    font-family: 'Proxima Nova Bold'; }
    .cabinet-aboniment-text span {
      font-family: 'Proxima Nova Black'; }
      @media (max-width: 992px) {
        .cabinet-aboniment-text span {
          display: block;
          margin-top: 10px; } }
  .cabinet-aboniment-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    padding-bottom: 20px; }
    @media (max-width: 992px) {
      .cabinet-aboniment-list {
        justify-content: space-around; } }
  .cabinet-aboniment-item {
    width: 100%;
    max-width: 245px;
    margin-bottom: 18px;
    border: 1px solid #0000ff; }
    @media (max-width: 992px) {
      .cabinet-aboniment-item {
        margin: 0 10px 18px; } }
    .cabinet-aboniment-item svg path {
      transition: 0.3s ease; }
    .cabinet-aboniment-item-num {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 163px; }
      .cabinet-aboniment-item-num-count {
        font-family: 'Proxima Nova Black';
        font-size: 115px;
        line-height: 95px;
        text-align: center; }
      .cabinet-aboniment-item-num-text {
        font-family: 'Proxima Nova Black';
        font-size: 32px;
        line-height: 22px;
        text-align: center; }
    .cabinet-aboniment-item .btn {
      width: 100%; }
    .cabinet-aboniment-item-price {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 68px;
      width: 100%;
      padding: 5px 15px;
      background-color: #d8def6; }
      .cabinet-aboniment-item-price div {
        font-family: 'Proxima Nova Bold';
        text-align: center; }
        .cabinet-aboniment-item-price div.text-upper {
          text-transform: uppercase; }
  .cabinet-history {
    width: 100%;
    padding-bottom: 68px; }
    @media (max-width: 1200px) {
      .cabinet-history {
        padding-bottom: 45px; } }
    .cabinet-history-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 28px 9px;
      border-bottom: 1px solid #30449a; }
      @media (max-width: 1200px) {
        .cabinet-history-row {
          flex-flow: row wrap;
          justify-content: center; } }
      @media (max-width: 359px) {
        .cabinet-history-row {
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; } }
      .cabinet-history-row-date {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 95px;
        max-width: 95px;
        min-height: 31px;
        margin-right: 10px;
        background-color: #e5e9f9;
        border-radius: 16px;
        font-family: 'Proxima Nova Rg';
        font-size: 14px;
        line-height: 14px;
        color: #000000; }
        @media (max-width: 1200px) {
          .cabinet-history-row-date {
            order: 1;
            margin-right: 7px; } }
        @media (max-width: 359px) {
          .cabinet-history-row-date {
            margin: 0 0 10px; } }
      .cabinet-history-row-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        min-width: 70px;
        max-width: 70px; }
        @media (max-width: 1200px) {
          .cabinet-history-row-info {
            order: 2;
            margin-right: 7px; } }
        @media (max-width: 359px) {
          .cabinet-history-row-info {
            margin: 0 0 10px; } }
        .cabinet-history-row-info svg path {
          fill: #304EC5;
          transition: 0.3s ease; }
        .cabinet-history-row-info span {
          display: block;
          margin-top: 7px;
          font-family: 'Proxima Nova Black';
          font-size: 21px;
          line-height: 21px;
          text-transform: uppercase;
          text-align: center;
          color: #30449a; }
      .cabinet-history-row-text {
        display: block;
        width: 100%;
        font-family: 'Proxima Nova Semibold';
        color: #000000; }
        @media (max-width: 1200px) {
          .cabinet-history-row-text {
            margin-top: 15px;
            text-align: center; } }
        @media (max-width: 359px) {
          .cabinet-history-row-text {
            margin: 0 0 10px; } }
        .cabinet-history-row-text-wrap {
          width: 100%;
          padding-left: 15px; }
          @media (max-width: 1200px) {
            .cabinet-history-row-text-wrap {
              order: 5;
              padding-left: 0; } }
        @media (max-width: 1200px) {
          .cabinet-history-row-text {
            order: 5; } }
      .cabinet-history-row-return {
        margin-left: 20px;
        max-width: 170px;
        min-width: 125px;
        font-family: 'Proxima Nova Semibold';
        text-align: left;
        color: #30449a; }
        .cabinet-history-row-return-2 {
          text-transform: uppercase; }
        .cabinet-history-row-return span {
          display: block; }
        @media (max-width: 1200px) {
          .cabinet-history-row-return {
            order: 3;
            max-width: 170px;
            margin-left: 7px; } }
        @media (max-width: 359px) {
          .cabinet-history-row-return {
            max-width: 100%;
            text-align: center;
            margin: 0 0 10px; } }
      .cabinet-history-row-listen {
        margin-left: 20px;
        display: inline-block;
        max-width: 170px;
        min-width: 125px;
        font-family: 'Proxima Nova Semibold';
        text-align: left;
        text-decoration: underline;
        color: #30449a; }
        @media (max-width: 1200px) {
          .cabinet-history-row-listen {
            order: 3;
            max-width: 110px;
            margin-left: 7px; } }
        @media (max-width: 359px) {
          .cabinet-history-row-listen {
            max-width: 100%;
            text-align: center;
            margin: 0 0 10px; } }
      .cabinet-history-row-count {
        margin-left: 20px;
        display: inline-block;
        max-width: 80px;
        min-width: 80px;
        font-family: 'Proxima Nova Semibold';
        font-size: 0.8rem;
        line-height: 0.8rem;
        text-align: left;
        color: #30449a; }
        @media (max-width: 1200px) {
          .cabinet-history-row-count {
            order: 2;
            max-width: 70px;
            min-width: 70px;
            margin-left: 7px; } }
        @media (max-width: 359px) {
          .cabinet-history-row-count {
            max-width: 100%;
            text-align: center;
            margin: 0 0 10px; } }
        .cabinet-history-row-count span {
          font-family: 'Proxima Nova Semibold';
          font-size: 1.2rem;
          line-height: 1.2rem; }
      .cabinet-history-row-item-return {
        background-color: rgba(229, 233, 249, 0.42); }
      .cabinet-history-row-item-returned .cabinet-history-row-date {
        background-color: #ebebeb; }
      .cabinet-history-row-item-returned svg path {
        fill: #808080; }
      .cabinet-history-row-item-returned .cabinet-history-row-text,
      .cabinet-history-row-item-returned .cabinet-history-row-return {
        color: #808080; }
  .cabinet-feedback {
    width: 100%; }
    .cabinet-feedback form {
      padding-left: 19px;
      width: 100%;
      max-width: 643px; }
      @media (max-width: 992px) {
        .cabinet-feedback form {
          padding-left: 0px; } }
      @media (max-width: 992px) {
        .cabinet-feedback form .btn {
          width: 100%;
          max-width: 360px;
          margin: 0 auto; } }
  .cabinet-profile {
    width: 100%; }
    .cabinet-profile > .title {
      margin-bottom: 11px;
      padding-left: 0; }
    .cabinet-profile .change-profile {
      display: inline-block;
      margin-bottom: 50px; }
      .cabinet-profile .change-profile.hidden {
        display: none; }
    @media (max-width: 992px) {
      .cabinet-profile .show-el:not(.field-row) {
        text-align: center; } }
    .cabinet-profile .remove-profile {
      display: inline-block;
      margin-top: 29px; }
      @media (max-width: 992px) {
        .cabinet-profile .remove-profile {
          margin: 29px auto 0;
          text-align: center; } }
    .cabinet-profile form {
      padding-left: 19px;
      width: 100%;
      max-width: 643px; }
      @media (max-width: 992px) {
        .cabinet-profile form {
          padding-left: 0px; } }
      @media (max-width: 992px) {
        .cabinet-profile form .btn {
          width: 100%;
          max-width: 360px;
          margin: 0 auto; } }
      .cabinet-profile form .hidden-el {
        display: none; }
      .cabinet-profile form.show-hidden-el .hidden-el {
        display: block; }
      .cabinet-profile form.show-hidden-el .show-el {
        display: none; }
  .cabinet-sign {
    width: 100%;
    max-width: 643px; }
    .cabinet-sign .title {
      margin-bottom: 8px;
      padding-left: 0; }
    .cabinet-sign .new-sign {
      margin-bottom: 49px; }
    .cabinet-sign .remember-pass {
      display: inline-block;
      margin: 0 0 20px 11px;
      transform: translateY(-10px); }
    .cabinet-sign .sign-or {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      .cabinet-sign .sign-or .btn:not(:last-child) {
        margin-bottom: 25px; }

.login-links a:nth-child(1) {
  margin-right: 15px; }

.thanks-row {
  display: none;
  margin-bottom: 50px;
  padding: 0 30px;
  background-color: #F4F7FE; }
  .thanks-row.active {
    display: inline-block; }
  .thanks-row p {
    letter-spacing: 1px; }
  .thanks-row div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px; }
    .thanks-row div svg {
      min-width: 16px;
      cursor: pointer;
      transition: 0.3s ease;
      margin-left: 22px; }
      .thanks-row div svg path {
        transition: 0.3s ease; }
      .thanks-row div svg:focus path, .thanks-row div svg:hover path {
        fill: #30449a; }

.field-row {
  display: block; }
  .field-row-s {
    width: 100%;
    max-width: 300px; }
    @media (max-width: 992px) {
      .field-row-s {
        max-width: 100%; } }
  .field-row-long {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 1200px) {
      .field-row-long {
        flex-direction: column;
        align-items: flex-start; } }
    .field-row-long span {
      display: block;
      width: 100%;
      min-width: 180px;
      max-width: 180px;
      padding-left: 18px;
      padding-right: 5px;
      margin: 0 !important; }
      @media (max-width: 1200px) {
        .field-row-long span {
          min-width: 180px;
          max-width: 180px;
          padding-left: 0;
          padding-right: 0;
          padding: 0 0 15px; } }
    .field-row-long input {
      width: 100%;
      height: 36px !important;
      max-width: 100% !important;
      line-height: 36px; }
    .field-row-long:not(:last-child) {
      margin-bottom: 16px !important; }
  .field-row-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    .field-row-wrap-2 {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .field-row-wrap-2 {
          display: block;
          margin-bottom: 25px; } }
      .field-row-wrap-2 > div {
        width: 100%;
        max-width: 325px;
        padding-right: 15px; }
        @media (max-width: 992px) {
          .field-row-wrap-2 > div {
            max-width: 100%;
            padding-right: 0;
            margin-bottom: 25px; } }
      .field-row-wrap-2 .field-row-textarea {
        width: 100%;
        max-width: 794px; }
        @media (max-width: 992px) {
          .field-row-wrap-2 .field-row-textarea {
            max-width: 100%; } }
        .field-row-wrap-2 .field-row-textarea textarea {
          height: 272px; }
    @media (max-width: 992px) {
      .field-row-wrap {
        display: block;
        margin-bottom: 25px; } }
    .field-row-wrap .field-row {
      width: 100%;
      max-width: 300px; }
      @media (max-width: 992px) {
        .field-row-wrap .field-row {
          max-width: 100%;
          margin-right: 0 !important; } }
      .field-row-wrap .field-row:not(:last-child) {
        margin-right: 15px; }
  .field-row:not(:last-child) {
    margin-bottom: 25px; }
  .field-row span,
  .field-row p {
    display: block;
    margin-bottom: 16px; }
  .field-row input,
  .field-row textarea {
    display: block;
    width: 100%;
    max-width: 745px;
    height: 52px;
    padding: 2px 20px !important;
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    font-family: 'Proxima Nova Rg';
    font-size: 1.1rem;
    line-height: 52px;
    color: #252525;
    transition: 0.3s ease; }
    .field-row input.error,
    .field-row textarea.error {
      border: 1px solid red; }
    .field-row input::-webkit-input-placeholder,
    .field-row textarea::-webkit-input-placeholder {
      color: #252525; }
    .field-row input::-moz-placeholder,
    .field-row textarea::-moz-placeholder {
      color: #252525; }
    .field-row input:-ms-input-placeholder,
    .field-row textarea:-ms-input-placeholder {
      color: #252525; }
    .field-row input:-moz-placeholder,
    .field-row textarea:-moz-placeholder {
      color: #252525; }
    .field-row input:hover, .field-row input:focus,
    .field-row textarea:hover,
    .field-row textarea:focus {
      border: 1px solid #30449a; }
  .field-row textarea {
    height: 265px;
    padding: 20px !important; }
    @media (max-width: 992px) {
      .field-row textarea {
        height: 230px; } }

.input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 2px 20px !important;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  font-family: 'Proxima Nova Rg';
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #252525;
  transition: 0.3s ease; }
  .input.error {
    border: 1px solid red; }
  .input::-webkit-input-placeholder {
    color: #252525; }
  .input::-moz-placeholder {
    color: #252525; }
  .input:-ms-input-placeholder {
    color: #252525; }
  .input:-moz-placeholder {
    color: #252525; }
  .input:hover, .input:focus {
    border: 1px solid #30449a; }

.select-wrap {
  position: relative;
  width: 100%; }
  .select-wrap-s {
    max-width: 244px;
    margin-right: 10px; }
  .select-wrap svg {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 10px;
    z-index: 2;
    display: block;
    width: 11px;
    height: 7px;
    transition: 0.3s ease; }
    .select-wrap svg path {
      transition: 0.3s ease; }
  .select-wrap select:focus ~ svg {
    transform: rotate(180deg); }

.more-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px; }
  @media (max-width: 1200px) {
    .more-info-row {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding-left: 0; } }
  .more-info-row:not(:last-child) {
    margin-bottom: 15px; }
  .more-info-row div {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1200px) {
      .more-info-row div {
        justify-content: flex-start;
        width: 100%; }
        .more-info-row div:not(:last-child) {
          margin-bottom: 15px; } }
    .more-info-row div span:first-child {
      display: inline-block;
      padding-right: 5px; }
    .more-info-row div:first-child span:first-child {
      display: inline-block;
      min-width: 142px;
      max-width: 134px;
      padding-right: 5px;
      margin: 0 !important; }
      @media (max-width: 1200px) {
        .more-info-row div:first-child span:first-child {
          min-width: 0;
          max-width: 100%;
          padding-right: 5px;
          margin: 0 !important; } }
  .more-info-row .small-input {
    display: inline-block;
    width: 100%;
    max-width: 73px;
    height: 36px;
    padding: 2px 5px !important;
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    padding: 0;
    margin: 0 10px;
    background: none;
    outline: none;
    font-family: 'Proxima Nova Rg';
    font-size: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    color: #252525;
    transition: 0.3s ease; }
    .more-info-row .small-input.error {
      border: 1px solid red; }
    .more-info-row .small-input::-webkit-input-placeholder {
      color: #252525; }
    .more-info-row .small-input::-moz-placeholder {
      color: #252525; }
    .more-info-row .small-input:-ms-input-placeholder {
      color: #252525; }
    .more-info-row .small-input:-moz-placeholder {
      color: #252525; }
    .more-info-row .small-input:hover, .more-info-row .small-input:focus {
      border: 1px solid #30449a; }

.input-checkbox {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid #e1e1e1;
  transition: 0.3s ease; }
  .input-checkbox-name {
    display: inline-block;
    margin-right: 10px; }
  .input-checkbox:checked {
    border: 1px solid #30449a;
    background-color: #30449a; }

select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 2px 10px !important;
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  font-family: 'Proxima Nova Rg';
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #252525;
  transition: 0.3s ease; }
  select.error {
    border: 1px solid red; }
  select::-webkit-input-placeholder {
    color: #252525; }
  select::-moz-placeholder {
    color: #252525; }
  select:-ms-input-placeholder {
    color: #252525; }
  select:-moz-placeholder {
    color: #252525; }
  select:hover, select:focus {
    border: 1px solid #30449a; }

.message-row {
  margin-bottom: 33px; }
  .message-row-wrap {
    padding-bottom: 48px; }
  .message-row-cnt {
    margin-bottom: 11px;
    padding: 22px 24px; }
  .message-row-date {
    width: 100%;
    text-align: right; }

.checkout {
  padding: 35px 0 115px; }
  .checkout .title {
    margin-bottom: 14px; }
  .checkout form {
    width: 100%;
    max-width: 643px; }
  .checkout .go-back-to {
    margin-bottom: 70px; }
  .checkout-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 680px;
    padding: 35px 20px;
    border: 1px solid #a8b1d5;
    margin-bottom: 40px; }
    @media (max-width: 500px) {
      .checkout-item {
        flex-direction: column;
        align-items: center; }
        .checkout-item .cabinet-history-row-info {
          margin: 0 0 15px; } }

.gallery {
  padding: 35px 0 115px; }
  .gallery-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 355px;
    margin-bottom: 35px;
    transition: 0.3s ease; }
    .gallery-item img {
      max-width: 100%;
      max-height: 100%;
      width: 100%; }
    .gallery-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 0.3s ease;
      opacity: 0; }
    .gallery-item:hover::before, .gallery-item:focus::before {
      opacity: 1; }
  .gallery-prev-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap; }
    @media (max-width: 1200px) {
      .gallery-prev-list {
        justify-content: space-around; } }
  .gallery-prev-item {
    width: 100%;
    max-width: 355px;
    margin-bottom: 25px;
    border: 1px solid #d7d7d7;
    border-top: 11px solid #d7d7d7;
    transition: 0.3s ease; }
    .gallery-prev-item:hover {
      border-top: 11px solid #e6e9fa; }
      .gallery-prev-item:hover .gallery-prev-item-name {
        color: #30449a !important; }
    .gallery-prev-item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 227px; }
      @media (max-width: 500px) {
        .gallery-prev-item-img {
          height: auto; } }
      .gallery-prev-item-img img {
        max-width: 100%;
        max-height: 100%;
        width: 100%; }
    .gallery-prev-item-name {
      display: block;
      width: 100%;
      padding: 20px 15px;
      text-align: center;
      background-color: #ffffff;
      transition: 0.3s ease; }

.contacts {
  padding: 35px 0 115px; }
  .contacts-cnt {
    width: 100%;
    max-width: 385px;
    margin-bottom: 95px; }
    @media (max-width: 992px) {
      .contacts-cnt {
        margin-bottom: 45px; } }
  .contacts-row:not(:last-child) {
    margin-bottom: 39px; }
  .contacts-row-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .contacts-row-flex span:nth-child(1) {
      display: inline-block;
      width: 100%;
      max-width: 80px;
      padding-right: 5px; }
  .contacts-row h5 {
    margin-bottom: 11px; }
  .contacts-row p:not(:last-child) {
    margin-bottom: 12px; }
  @media (max-width: 992px) {
    .contacts-row p a {
      display: block;
      margin: 10px 0 0; } }
  .contacts-form .title-el {
    margin-bottom: 49px; }
  .contacts-form .btn {
    width: 100%;
    max-width: 300px;
    padding: 0 15px; }
  .contacts-wrapper {
    position: relative; }
  .contacts-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 945px;
    height: 672px; }
    @media (max-width: 1400px) {
      .contacts-map {
        max-width: 745px;
        height: 472px; } }
    @media (max-width: 1130px) {
      .contacts-map {
        max-width: 545px;
        height: 472px; } }
    @media (max-width: 992px) {
      .contacts-map {
        position: static;
        max-width: 100%;
        margin-bottom: 45px; } }
    .contacts-map iframe {
      width: 100%;
      height: 100%; }

.card {
  padding: 35px 0 115px; }
  @media (max-width: 992px) {
    .card {
      padding: 0 0 40px; } }
  .card-head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 45px; }
    @media (max-width: 992px) {
      .card-head {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 27px; } }
    .card-head .card-head-title-mob {
      display: none; }
      @media (max-width: 992px) {
        .card-head .card-head-title-mob {
          display: block;
          font-size: 1.625rem;
          line-height: 2rem; } }
    @media (max-width: 1050px) {
      .card-head .btn {
        padding: 0 10px; } }
    .card-head-sidebar {
      width: 100%;
      max-width: 300px;
      margin-right: 35px; }
      @media (max-width: 992px) {
        .card-head-sidebar {
          margin-right: 0; }
          .card-head-sidebar .btn {
            display: none; } }
      .card-head-sidebar .btn {
        width: 100%; }
      .card-head-sidebar-head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f7ff;
        width: 100%;
        height: 281px;
        margin-bottom: 20px;
        padding-top: 25px; }
        @media (max-width: 992px) {
          .card-head-sidebar-head {
            margin-bottom: 0px; } }
        .card-head-sidebar-head-fixed {
          position: absolute;
          top: 15px;
          left: -25px;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 31px;
          padding: 3px 12px;
          background-color: #e5e9f9;
          border-radius: 16px; }
        .card-head-sidebar-head .cabinet-history-row-info {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          min-width: 0;
          width: 100%;
          max-width: 100%;
          height: 100%;
          margin-right: 0; }
          .card-head-sidebar-head .cabinet-history-row-info span {
            margin-top: 21px;
            font-size: 45px;
            line-height: 45px; }
    .card-head-cnt {
      padding-top: 19px; }
      .card-head-cnt .btn {
        display: none; }
      @media (max-width: 992px) {
        .card-head-cnt {
          width: 100%;
          max-width: 300px; }
          .card-head-cnt .btn {
            display: block;
            margin-top: 24px; } }
      .card-head-cnt .title-el {
        margin-bottom: 22px;
        line-height: 2.35rem; }
        @media (max-width: 992px) {
          .card-head-cnt .title-el {
            display: none; } }
      .card-head-cnt-in {
        margin-bottom: 17px; }
    .card-head-row {
      margin-bottom: 10px; }
  .card-audio {
    margin-bottom: 55px; }
    @media (max-width: 992px) {
      .card-audio {
        margin-bottom: 45px; } }
    .card-audio-start {
      display: block;
      margin-top: 10px; }
      @media (max-width: 992px) {
        .card-audio-start {
          margin-top: 20px;
          text-align: center; } }

.catalog {
  padding: 35px 0 115px; }
  @media (max-width: 992px) {
    .catalog {
      padding: 0 0 40px; } }
  .catalog form {
    width: 100%; }
  .catalog-form {
    padding: 42px 21px 35px;
    margin-bottom: 35px;
    border: 1px solid #ebebeb;
    transition: 0.3s ease; }
    @media (max-width: 1200px) {
      .catalog-form {
        border: 0px solid transparent;
        padding: 0; } }
    .catalog-form:not(.open) .catalog-form-trigger-hidden {
      display: block; }
    .catalog-form:not(.open) .catalog-form-trigger {
      display: none; }
    .catalog-form:not(.open) .catalog-form-hidden {
      display: none; }
    .catalog-form.open .catalog-form-trigger-hidden {
      display: none; }
    .catalog-form.open .catalog-form-trigger {
      display: flex; }
    .catalog-form.open .catalog-form-hidden {
      display: block; }
    .catalog-form-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .catalog-form-flex {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          margin-bottom: 44px; } }
      .catalog-form-flex .reset-btn {
        cursor: pointer;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        background: none;
        text-transform: uppercase;
        border-radius: 0; }
        @media (max-width: 767px) {
          .catalog-form-flex .reset-btn {
            margin-top: 17px; } }
    .catalog-form .search-field {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .catalog-form .search-field {
          margin-bottom: 30px; } }
    .catalog-form-trigger {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 276px;
      height: 44px;
      border: 2px dashed #8f97c4;
      transition: 0.3s ease; }
      @media (max-width: 767px) {
        .catalog-form-trigger-hidden {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
      .catalog-form-trigger span {
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #8f97c4;
        transition: 0.3s ease; }
      .catalog-form-trigger svg {
        margin-left: 10px; }
        .catalog-form-trigger svg path {
          fill: #8f97c4;
          transition: 0.3s ease; }
      .catalog-form-trigger:hover, .catalog-form-trigger:focus {
        border: 2px dashed #394696; }
        .catalog-form-trigger:hover span, .catalog-form-trigger:focus span {
          color: #394696; }
        .catalog-form-trigger:hover svg path, .catalog-form-trigger:focus svg path {
          fill: #394696; }
  .catalog-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-bottom: 63px; }
    .catalog-list-wrapper {
      padding: 0 0 0 26px; }
      @media (max-width: 1200px) {
        .catalog-list-wrapper {
          padding: 0; } }
      .catalog-list-wrapper p {
        margin-bottom: 3px; }
        .catalog-list-wrapper p br {
          display: none; }
          @media (max-width: 1200px) {
            .catalog-list-wrapper p br {
              display: block; } }
      .catalog-list-wrapper .title {
        margin-bottom: 6px; }
        @media (max-width: 767px) {
          .catalog-list-wrapper .title {
            font-size: 1.375rem;
            line-height: 2.2rem;
            margin-bottom: 4px; } }
  .catalog-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 513px;
    margin-bottom: 8px; }
    @media (max-width: 767px) {
      .catalog-item {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .catalog-item {
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start; } }
    .catalog-item .news-row-link {
      display: inline-block !important; }
    .catalog-item .card-head-sidebar-head {
      width: 100%;
      max-width: 188px;
      min-width: 188px;
      height: 177px;
      margin-right: 20px;
      padding-top: 40px; }
      @media (max-width: 1200px) {
        .catalog-item .card-head-sidebar-head {
          padding-top: 0; } }
      @media (max-width: 767px) {
        .catalog-item .card-head-sidebar-head {
          max-width: 106px;
          min-width: 106px;
          height: 100px; }
          .catalog-item .card-head-sidebar-head .width-36 {
            width: 36px;
            height: 29px; }
          .catalog-item .card-head-sidebar-head .width-38 {
            width: 38px;
            height: 38px; }
          .catalog-item .card-head-sidebar-head .width-45 {
            width: 45px;
            height: 35px; } }
      .catalog-item .card-head-sidebar-head-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media (max-width: 767px) {
          .catalog-item .card-head-sidebar-head-wrap {
            margin-bottom: 7px; } }
        .catalog-item .card-head-sidebar-head-wrap .catalog-item-head {
          display: none;
          margin-bottom: 0; }
          @media (max-width: 767px) {
            .catalog-item .card-head-sidebar-head-wrap .catalog-item-head {
              display: block; } }
      @media (max-width: 1200px) {
        .catalog-item .card-head-sidebar-head-fixed {
          display: none; } }
      .catalog-item .card-head-sidebar-head .cabinet-history-row-info span {
        margin-top: 10px;
        font-size: 28px;
        line-height: 28px; }
        @media (max-width: 767px) {
          .catalog-item .card-head-sidebar-head .cabinet-history-row-info span {
            font-size: 1rem;
            line-height: 1rem; } }
    .catalog-item .news-row-link {
      margin-top: 12px;
      letter-spacing: -0.8px; }
    .catalog-item-cnt {
      padding-top: 9px; }
    .catalog-item-head {
      margin-bottom: 8px !important; }
      @media (max-width: 767px) {
        .catalog-item-head {
          display: none; } }
    .catalog-item p {
      margin-bottom: 7px !important; }

/*# sourceMappingURL=maps/style.css.map */
