@charset "UTF-8";
@font-face {
  font-family: 'Roboto-Thin';
  src: url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NeoSansPro-Medium';
  src: url("../fonts/NeoSansPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NeoSansPro-Bold';
  src: url("../fonts/NeoSansPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.fill-black {
  fill: #2c2c2c; }

.fill-white {
  fill: #fff; }

.fill-yellow {
  fill: #ffcb06; }

.fill-opacity {
  fill: rgba(255, 255, 255, 0.3); }

.fill-grey {
  fill: #afafaf; }

.fill-pur {
  fill: #dc006f; }

/* + сетка */
.row-wrap, .row-wrap .row-wrap {
  letter-spacing: -5px !important; }

.row-wrap.middle > div {
  vertical-align: middle; }

.row-wrap.bottom > div {
  vertical-align: bottom; }

.row-wrap.middle > div.center {
  text-align: center; }

.row-wrap.middle > div.left {
  text-align: left; }

.row-wrap.middle > div.right {
  text-align: right; }

.row-wrap > div:last-child {
  padding-right: 0; }

.row-wrap * {
  letter-spacing: 0; }

.bottomLine-vb .row-wrap > div {
  vertical-align: middle; }

.row-wrap.int {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px; }
  .row-wrap.int .col-v10, .row-wrap.int .col-v9, .row-wrap.int .col-v8, .row-wrap.int .col-v7, .row-wrap.int .col-v6, .row-wrap.int .col-v5, .row-wrap.int .col-v4, .row-wrap.int .col-v3, .row-wrap.int .col-v2, .row-wrap.int .col-v1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px; }

.row-wrap.middle.int .col-v10, .row-wrap.middle.int .col-v9, .row-wrap.middle.int .col-v8, .row-wrap.middle.int .col-v7, .row-wrap.middle.int .col-v6, .row-wrap.middle.int .col-v5, .row-wrap.middle.int .col-v4, .row-wrap.middle.int .col-v3, .row-wrap.middle.int .col-v2, .row-wrap.middle.int .col-v1 {
  vertical-align: middle; }

.col-v10, .col-v9, .col-v8, .col-v7, .col-v6, .col-v5, .col-v4, .col-v3, .col-v2, .col-v1 {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px; }

.col-v10 {
  width: 100%;
  padding-right: 0; }

.col-v9 {
  width: 90%; }

.col-v8 {
  width: 80%; }

.col-v7 {
  width: 70%; }

.col-v6 {
  width: 60%; }

.col-v5 {
  width: 50%; }

.col-v4 {
  width: 40%; }

.col-v3 {
  width: 30%; }

.col-v2 {
  width: 20%; }

.col-v1 {
  width: 10%; }

.col-v5:nth-child(even),
.col-v5:last-child {
  padding-right: 0; }

.indent-r20 {
  margin-right: 20px; }

.indentBt {
  margin-bottom: 25px; }

@media screen and (max-width: 1025px) {
  .col-t10 {
    width: 100%;
    padding-right: 0; }
  .col-t9 {
    width: 90%; }
  .col-t8 {
    width: 80%; }
  .col-t7 {
    width: 70%; }
  .col-t6 {
    width: 60%; }
  .col-t5 {
    width: 50%; }
  .col-t4 {
    width: 40%; }
  .col-t3 {
    width: 30%; }
  .col-t2 {
    width: 20%; }
  .col-t1 {
    width: 10%; } }

@media screen and (max-width: 980px) {
  .col-m10 {
    width: 100%;
    padding-right: 0; }
  .col-m9 {
    width: 90%; }
  .col-m8 {
    width: 80%; }
  .col-m7 {
    width: 70%; }
  .col-m6 {
    width: 60%; }
  .col-m5 {
    width: 50%; }
  .col-m4 {
    width: 40%; }
  .col-m3 {
    width: 30%; }
  .col-m2 {
    width: 20%; }
  .col-m1 {
    width: 10%; } }

@media screen and (max-width: 768px) {
  .col-w10 {
    width: 100%;
    padding-right: 0; }
  .col-w9 {
    width: 90%; }
  .col-w8 {
    width: 80%; }
  .col-w7 {
    width: 70%; }
  .col-w6 {
    width: 60%; }
  .col-w5 {
    width: 50%; }
  .col-w4 {
    width: 40%; }
  .col-w3 {
    width: 30%; }
  .col-w2 {
    width: 20%; }
  .col-w1 {
    width: 10%; }
  .pading0-p {
    padding: 0; } }

@media screen and (max-width: 640px) {
  .col-p10 {
    width: 100%;
    padding-right: 0; }
  .col-p9 {
    width: 90%; }
  .col-p8 {
    width: 80%; }
  .col-p7 {
    width: 70%; }
  .col-p6 {
    width: 60%; }
  .col-p5 {
    width: 50%; }
  .col-p4 {
    width: 40%; }
  .col-p3 {
    width: 30%; }
  .col-p2 {
    width: 20%; }
  .col-p1 {
    width: 10%; }
  .pading0-p {
    padding: 0; } }

/* - сетка */
body {
  margin: 0;
  font-family: "Roboto-Light";
  font-size: 18px;
  color: #2c2c2c;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }
  body.no-scroll {
    height: 100vh;
    overflow: hidden; }
    body.no-scroll .content {
      height: 0;
      overflow: hidden; }
    body.no-scroll footer {
      height: 0;
      overflow: hidden; }

.layerShadow {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0.3;
  display: none; }
  .layerShadow.active {
    display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:active {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }

.flex1.wow {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.left {
  text-align: left; }

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #7c7c7c;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

p a,
ul li a {
  vertical-align: inherit; }

strong {
  font-family: "Roboto-Bold"; }

button {
  cursor: pointer;
  outline: none; }

input {
  outline: none; }
  input[type=submit] {
    cursor: pointer; }

img {
  max-width: 100%;
  mix-blend-mode: darken; }

p {
  margin: 0 0 15px; }

.shadow {
  -webkit-box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25); }

.shadow2 {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1); }

.row {
  max-width: 1490px;
  padding: 0 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

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

.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex2 iframe {
    margin: 0 20px 15px 0; }
    .flex2 iframe:last-child {
      margin-right: 0; }

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

.absLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: transparent; }

.desNone {
  display: none; }

.disabled {
  color: #e5e5e5 !important; }

/* + scrol */
::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
  position: absolute; }

::-webkit-scrollbar-track {
  background-color: #7c7c7c;
  position: absolute; }

::-webkit-scrollbar-thumb {
  position: absolute;
  border-radius: 2px;
  background-color: #2c2c2c;
  width: 5px;
  border: 1px solid #2c2c2c; }

::-webkit-resizer {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
  position: absolute; }

::-webkit-scrollbar {
  width: 5px;
  position: absolute; }

/* - scrol */
.absImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.absImg2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media screen and (max-width: 1025px) {
  .tableNone {
    display: none; } }

@media screen and (max-width: 768px) {
  .mobNone {
    display: none; }
  .row {
    padding: 0 5px; }
  .mw100 {
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin-left: -5px; }
  .mobNone {
    display: none; }
  .title-separator.mobNone {
    display: none; } }

.he {
  z-index: 1;
  position: relative; }
  .he .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #4e4e4e;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .he:hover .effect {
    width: 225%;
    height: 562.5px; }

.btnYandex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-color: #2c2c2c;
  position: relative;
  border-radius: 9px;
  padding: 10px 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btnYandex:before {
    content: '';
    background-image: url("../img/logo-yandex.jpg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 3px; }
  .btnYandex span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Roboto-Bold"; }
  .btnYandex i {
    font-family: "Roboto-Light";
    font-style: normal;
    color: #7c7c7c;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 3px; }

.btn {
  z-index: 1;
  background-color: #ffcb06;
  color: #2c2c2c;
  font-size: 12px;
  font-family: "Roboto-Medium";
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 14.5px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn .datepickerBtn-wrap {
    width: 105px;
    height: 17px; }
  .btn .datepickerBtn {
    cursor: pointer;
    font-size: 12px;
    color: #2c2c2c;
    /* Firefox 19+ */
    /* Firefox 18- */
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    right: 0;
    padding-top: 2px;
    padding-left: 30px; }
    .btn .datepickerBtn::-webkit-input-placeholder {
      color: #2c2c2c; }
    .btn .datepickerBtn::-moz-placeholder {
      color: #2c2c2c; }
    .btn .datepickerBtn:-moz-placeholder {
      color: #2c2c2c; }
    .btn .datepickerBtn:-ms-input-placeholder {
      color: #2c2c2c; }
  .btn input[type='submit'] {
    font-size: 0;
    border: 0;
    z-index: 2;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .btn input[type='submit'].datepickerBtn {
      opacity: 1;
      font-size: 12px; }
  .btn.indent2 {
    margin: 0px auto 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px; }
  .btn.desNone {
    display: none; }
  .btn .effect {
    font-size: 0; }
  .btn:hover {
    color: #fff; }
    .btn:hover .fill-black {
      fill: #fff; }
    .btn:hover .effect {
      width: 225%;
      height: 562.5px; }
  .btn.round {
    padding: 0;
    width: 40px;
    height: 40px; }
    .btn.round svg {
      margin: 0; }
  .btn.min {
    padding: 4.5px 20px; }
  .btn.medium {
    padding: 9.5px 15px; }
  .btn.trans {
    background-color: transparent;
    border: 2px solid #ffcb06; }
    .btn.trans:hover {
      border: 2px solid #dc006f; }
      .btn.trans:hover .fill-yellow {
        fill: #fff; }
  .btn.yellow {
    background-color: transparent;
    border: 2px solid #ffcb06; }
    .btn.yellow span {
      color: #2c2c2c; }
    .btn.yellow .effect {
      background-color: #ffcb06; }
    .btn.yellow:hover {
      border: 2px solid #ffcb06; }
    .btn.yellow:hover .fill-black {
      fill: #2c2c2c; }
  .btn.white {
    background-color: transparent;
    border: 2px solid #fff; }
    .btn.white span {
      color: #fff; }
    .btn.white .effect {
      background-color: #fff; }
    .btn.white:hover {
      border: 2px solid #fff; }
      .btn.white:hover span {
        color: #4e4e4e; }
      .btn.white:hover .fill-yellow {
        fill: #fff; }
  .btn.black {
    background-color: #2c2c2c;
    border: 2px solid #2c2c2c; }
    .btn.black .datepickerBtn {
      color: #fff;
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .btn.black .datepickerBtn::-webkit-input-placeholder {
        color: #fff; }
      .btn.black .datepickerBtn::-moz-placeholder {
        color: #fff; }
      .btn.black .datepickerBtn:-moz-placeholder {
        color: #fff; }
      .btn.black .datepickerBtn:-ms-input-placeholder {
        color: #fff; }
    .btn.black span {
      color: #fff; }
    .btn.black .effect {
      background-color: #4e4e4e; }
    .btn.black:hover {
      border: 2px solid #4e4e4e; }
  .btn.black2 {
    background-color: transparent;
    border: 2px solid #2c2c2c; }
    .btn.black2 span {
      color: #2c2c2c; }
    .btn.black2 .effect {
      background-color: #2c2c2c; }
    .btn.black2:hover span {
      color: #fff; }
  .btn.shadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0.25); }
  .btn .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #dc006f;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
  .btn span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: 17px; }
  .btn svg {
    margin-right: 15px; }
  .btn .ic {
    margin-right: 15px; }
  @media screen and (max-width: 1025px) {
    .btn.indent2 {
      margin-top: 10px; } }
  @media screen and (max-width: 768px) {
    .btn.desNone {
      display: table;
      margin: auto; }
    .btn.indent2 {
      margin: 5px auto 30px; } }

.close {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .close:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #2c2c2c;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .close:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #2c2c2c;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

/* +burger */
.menu-toggle {
  display: none;
  padding-top: 6px;
  width: 56px;
  height: 56px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: transparent;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .menu-toggle span {
    display: block;
    background: #ffcb06; }
  .menu-toggle * {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .menu-toggle:hover {
    background: rgba(255, 255, 255, 0.8); }
  .menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    .menu-toggle #hamburger span {
      width: 40px;
      height: 4px;
      position: relative;
      top: 0px;
      left: 8px;
      margin: 8px 0; }
      .menu-toggle #hamburger span:nth-child(1) {
        -webkit-transition-delay: .5s;
        -moz-transition-delay: .5s;
        transition-delay: .5s; }
      .menu-toggle #hamburger span:nth-child(2) {
        -webkit-transition-delay: .625s;
        -moz-transition-delay: .625s;
        transition-delay: .625s; }
      .menu-toggle #hamburger span:nth-child(3) {
        -webkit-transition-delay: .75s;
        -moz-transition-delay: .75s;
        transition-delay: .75s; }
  .menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px; }
    .menu-toggle #cross span:nth-child(1) {
      height: 0%;
      width: 4px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s; }
    .menu-toggle #cross span:nth-child(2) {
      width: 0%;
      height: 4px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      transition-delay: .25s; }

.menu-toggle.open #hamburger span {
  width: 0%; }
  .menu-toggle.open #hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  .menu-toggle.open #hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    -moz-transition-delay: .125s;
    transition-delay: .125s; }
  .menu-toggle.open #hamburger span:nth-child(3) {
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s; }

.menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: .625s;
  -moz-transition-delay: .625s;
  transition-delay: .625s; }

.menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: .375s;
  -moz-transition-delay: .375s;
  transition-delay: .375s; }

/* -burger */
body > p.flash-message button.close {
  width: 20px !important;
  height: 20px !important;
  font-size: 0; }

h1 {
  font-size: 48px;
  font-family: "NeoSansPro-Bold"; }

h2 {
  font-size: 32px;
  font-family: "NeoSansPro-Bold"; }

h3 {
  font-size: 28px;
  font-family: "Roboto-Medium";
  font-weight: normal; }
  h3 .ic {
    width: 48px;
    height: 48px;
    margin-right: 25px; }

.sign {
  font-size: 16px; }

.minText {
  font-size: 14px;
  color: #7c7c7c; }

.smallText {
  font-size: 12px;
  color: #4e4e4e;
  margin: 0; }

.textBold {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #4e4e4e;
  margin: 0;
  display: block; }

.textBlack {
  font-family: "Roboto-Black";
  font-size: 18px;
  color: #4e4e4e;
  margin: 0;
  display: block; }

.lightMedium {
  font-size: 18px;
  color: #fff;
  margin: 0; }

.largeText {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-family: "Roboto-Regular"; }

.mediumText {
  font-size: 20px;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  font-weight: normal; }

a.textBlack:hover,
a.textBold:hover {
  color: #ffcb06; }

.link {
  color: #2c2c2c; }
  .link:hover {
    color: #dc006f; }
  .link svg {
    margin-top: 3px;
    margin-bottom: -3px;
    margin-right: 10px; }

.yellowLink {
  border-bottom: 1px solid #ffcb06; }
  .yellowLink:hover {
    border-color: transparent; }

.minLink {
  font-size: 14px;
  color: #7c7c7c; }
  .minLink:hover {
    color: #dc006f; }

.purLink {
  color: #dc006f;
  border-bottom: 1px dashed #dc006f;
  font-size: 16px;
  font-family: "Roboto-Light";
  display: inline-block;
  vertical-align: middle; }
  .purLink:hover {
    border-bottom: 1px dashed transparent; }

.purText {
  color: #dc006f;
  font-size: 16px;
  font-family: "Roboto-Medium";
  font-weight: normal; }

.greyText {
  color: #7c7c7c;
  font-size: 16px;
  font-family: "Roboto-Medium";
  font-weight: normal; }

.neoTitle {
  font-family: "NeoSansPro-Bold";
  font-size: 36px;
  color: #fff;
  display: block;
  margin: 0;
  text-transform: uppercase; }

.neoLarge {
  font-family: "NeoSansPro-Bold";
  font-size: 46px;
  color: #2c2c2c;
  display: block;
  margin: 0;
  text-transform: uppercase; }

.mpTitle {
  font-family: "Roboto-Regular";
  font-size: 48px;
  display: block;
  margin: 0 0 0;
  color: #2c2c2c; }

/* +ol */
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  padding: 0; }

ol li ol li:last-child {
  margin-bottom: 0; }

ol ol {
  margin-top: 40px; }

ol > li:before {
  content: counters(item, ".") ". "; }

li ol > li {
  margin: 0; }

li ol > li:before {
  content: counters(item, ".") " "; }

@media screen and (max-width: 767px) {
  ol ol {
    margin-top: 20px; } }

/* -ol */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
    font-family: "NeoSansPro-Bold"; }
  h2 {
    font-size: 32px;
    font-family: "NeoSansPro-Bold"; }
  h3 {
    font-size: 24px; } }

@media screen and (max-width: 640px) {
  h3 {
    font-size: 14px; }
    h3 .ic {
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 10px; } }

.ic {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.ic-clock {
  background-image: url("../img/clock.svg"); }

.ic-clock2 {
  background-image: url("../img/clock2.svg"); }

.ic-clock3 {
  background-image: url("../img/clock3.svg"); }

.ic-phone {
  background-image: url("../img/telephone.svg"); }

.ic-phone2 {
  background-image: url("../img/tell.svg"); }

.ic-pin {
  background-image: url("../img/map.svg"); }

.ic-apple {
  background-image: url("../img/apple.svg"); }

.ic-android {
  background-image: url("../img/android-logo.svg"); }

.ic-fb {
  background-image: url("../img/ic-fb.svg"); }

.ic-in {
  background-image: url("../img/ic-in.svg"); }

.ic-vk {
  background-image: url("../img/ic-vk.svg"); }

.ic-btnArr {
  background-image: url("../img/btn-arr.svg"); }

.ic-world {
  background-image: url("../img/planet.svg"); }

.ic-pencil {
  background-image: url("../img/tag.svg"); }

.ic-parking {
  background-image: url("../img/car-Brown.svg"); }

.ic-stroller {
  background-image: url("../img/koliaska-Brown.svg"); }

.ic-shop {
  background-image: url("../img/shop2-Brown.svg"); }

.ic-shop2 {
  background-image: url("../img/shop-br.svg"); }

.ic-tel {
  background-image: url("../img/tele-Brown.svg"); }

.ic-stand {
  background-image: url("../img/stand-Brown.svg"); }

.ic-cube {
  background-image: url("../img/cube-Brown.svg"); }

.ic-calendar {
  background-image: url("../img/calendar2.svg"); }

.ic-map2 {
  background-image: url("../img/map3.svg"); }

.ic-mail {
  background-image: url("../img/email-p.svg"); }

.ic-phone-p {
  background-image: url("../img/telephone-p.svg"); }

.ic-question {
  background-image: url("../img/question.svg"); }

.ic-bus {
  background-image: url("../img/bus-w.svg"); }

.input-wrap {
  position: relative; }
  .input-wrap input[type='text'] {
    width: 100%;
    height: 56px;
    border-radius: 40px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    color: #9d9d9d;
    /* Firefox 19+ */
    /* Firefox 18- */
    padding: 0 100px 0 40px;
    font-family: "Roboto-Medium"; }
    .input-wrap input[type='text']::-webkit-input-placeholder {
      color: #afafaf; }
    .input-wrap input[type='text']::-moz-placeholder {
      color: #afafaf; }
    .input-wrap input[type='text']:-moz-placeholder {
      color: #afafaf; }
    .input-wrap input[type='text']:-ms-input-placeholder {
      color: #afafaf; }
  .input-wrap input[type='submit'] {
    background-image: url("../img/search2.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
    font-size: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border-radius: 40px;
  border: 1px solid #ebebeb;
  font-size: 16px;
  color: #9d9d9d;
  font-family: "Roboto-Medium";
  /* Firefox 19+ */
  /* Firefox 18- */
  padding: 30px 40px 30px 40px;
  outline: none;
  display: block; }
  textarea::-webkit-input-placeholder {
    color: #afafaf; }
  textarea::-moz-placeholder {
    color: #afafaf; }
  textarea:-moz-placeholder {
    color: #afafaf; }
  textarea:-ms-input-placeholder {
    color: #afafaf; }

@media screen and (max-width: 768px) {
  textarea, .input-wrap.large input[type='text'] {
    font-size: 16px; }
  .input-wrap input[type='text'] {
    font-size: 16px;
    padding: 0 60px 0 30px; }
  .input-wrap input[type='submit'] {
    right: 20px; } }

@media screen and (max-width: 640px) {
  .input-wrap.large input[type='text'] {
    height: 54px;
    padding: 0 30px 0 30px; }
  textarea {
    height: 180px;
    border-radius: 20px;
    padding: 25px 30px; } }

/* + separator */
.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px 0;
  position: relative;
  z-index: 1; }
  .separator.noLogo:after {
    display: none; }
  .separator.noLogo:before {
    width: 100%; }
  .separator:before {
    content: '';
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 1px;
    background-image: url("../img/line.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 12px;
    background-image: url("../img/rio-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .separator.center {
    position: relative; }
    .separator.center:after {
      display: none; }
    .separator.center:before {
      width: 100%; }
    .separator.center .layer {
      content: '';
      position: absolute;
      top: 0;
      left: 0px;
      width: 270px;
      height: 5px;
      background-color: #fff;
      display: block;
      z-index: 0;
      right: 0;
      margin: auto; }
    .separator.center .btn {
      width: 195px;
      padding-left: 20px;
      padding-right: 20px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
    @media screen and (max-width: 768px) {
      .separator.center:before, .separator.center .layer {
        opacity: 0; } }

.title-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0; }
  .title-separator.mt0 {
    margin-top: 0; }
  .title-separator.min h2 {
    font-size: 32px;
    width: auto;
    margin-right: 0;
    white-space: nowrap;
    padding-right: 20px; }
  .title-separator h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
    font-family: "NeoSansPro-Bold";
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 70px 0 0px; }
    .title-separator h2:before {
      content: '';
      width: 65px;
      height: 4px;
      background-color: #ffcb06;
      display: inline-block;
      vertical-align: middle;
      margin-right: 40px; }
  .title-separator .btn {
    margin-right: 30px;
    width: 100%;
    max-width: 190px;
    padding: 14.5px 20px; }
  .title-separator.noLogo .separator:after {
    display: none; }
  .title-separator.noLogo .separator:before {
    width: 100%; }
  .title-separator .separator {
    width: 100%;
    margin: 0; }
  @media screen and (max-width: 1025px) {
    .title-separator.mbGrey {
      padding: 30px 0;
      margin: 0;
      background-color: #f7f7f7;
      width: -webkit-calc(100% + 80px);
      width: -moz-calc(100% + 80px);
      width: calc(100% + 80px);
      margin-left: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 768px) {
    .title-separator.mbGrey {
      width: -webkit-calc(100% + 10px);
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-left: -5px;
      padding-left: 5px;
      padding-right: 5px; }
    .title-separator.hidden .btn {
      display: table;
      margin-left: auto;
      margin-right: auto; }
    .title-separator.hidden .separator {
      display: none; } }

@media screen and (max-width: 768px) {
  .separator {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0; }
    .separator:before {
      content: '';
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .separator:after {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0 auto 10px; }
  .title-separator.min h2 {
    font-size: 16px;
    width: 100%;
    padding: 0;
    white-space: normal; }
  .title-separator {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0; }
    .title-separator .separator:before {
      content: '';
      display: none; }
    .title-separator .btn {
      display: none; }
    .title-separator h2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin: 0;
      width: 100%;
      text-align: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 35px; }
      .title-separator h2:before {
        content: '';
        position: relative;
        display: block;
        margin: 0 -webkit-calc((100% - 65px) / 2);
        margin: 0 -moz-calc((100% - 65px) / 2);
        margin: 0 calc((100% - 65px) / 2);
        margin-bottom: 15px; } }

/* - separator */
.switch {
  border: 2px solid #ffcb06;
  border-radius: 40px; }
  .switch * {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .switch input {
    display: none; }
  .switch input:checked ~ label .switch-slider:before {
    right: -webkit-calc(100% - 52px);
    right: -moz-calc(100% - 52px);
    right: calc(100% - 52px); }
  .switch input:checked ~ label .switch__btn {
    color: #fff; }
  .switch input:checked ~ label .fill-white {
    fill: #2c2c2c; }
  .switch .switch-slider {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .switch .switch-slider:before {
      content: '';
      width: 52px;
      height: 52px;
      border-radius: 100%;
      background-color: #dc006f;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
  .switch .switch__btn {
    color: #2c2c2c;
    font-family: "Roboto-Medium";
    font-size: 20px;
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    z-index: 2; }
  .switch .switch__btn.sl {
    background-color: transparent; }

/* + alphabet */
.alphabet {
  display: block;
  margin-bottom: 60px; }
  .alphabet .link label {
    font-family: "Roboto-Medium";
    font-size: 18px; }
  .alphabet .link input[type='radio'] {
    display: none; }
  .alphabet .link input:disabled ~ label {
    color: #e5e5e5; }
  .alphabet .link input:checked ~ label {
    color: #dc006f; }
  .alphabet .alphabet-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .alphabet .alphabet-item.number {
      width: 75px; }
    .alphabet .alphabet-item.eng {
      width: -webkit-calc(100% - 80px);
      width: -moz-calc(100% - 80px);
      width: calc(100% - 80px); }
    .alphabet .alphabet-item.ru {
      width: 100%;
      margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .alphabet {
      display: none; } }

/* -alphabet */
/* +alphabetBox */
.costBox .schedule .largeText {
  background-color: #ffcb06;
  font-size: 18px;
  width: 200px; }

.costBox .schedule .letter:after {
  width: -webkit-calc(100% - 200px); }

.costBox .schedule .schedule__text {
  font-family: "Roboto-Medium";
  margin-bottom: 10px; }

.costBox .schedule .schedule-line {
  padding-left: 250px; }

@media screen and (max-width: 768px) {
  .costBox .schedule .largeText {
    font-size: 16px;
    width: 155px; }
  .costBox .schedule .letter:after {
    width: -webkit-calc(100% - 155px); }
  .costBox .schedule .schedule-line {
    padding-left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .costBox .schedule .schedule__text {
    font-size: 24px;
    margin-right: 0;
    margin-left: 20px; } }

.alphabetBox .item, .schedule .item {
  margin-bottom: 25px; }

.alphabetBox .largeText, .schedule .largeText {
  color: #000;
  font-family: "NeoSansPro-Medium";
  width: 90px;
  height: 50px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 40px; }

.alphabetBox .letter, .schedule .letter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .alphabetBox .letter:after, .schedule .letter:after {
    content: '';
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    height: 1px;
    background: #ebebeb;
    display: block; }

.alphabetBox .schedule-line, .schedule .schedule-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.alphabetBox .schedule__text, .schedule .schedule__text {
  font-size: 18px;
  width: auto;
  margin-right: 70px; }
  .alphabetBox .schedule__text .ic, .schedule .schedule__text .ic {
    margin-right: 10px; }
  .alphabetBox .schedule__text:last-child, .schedule .schedule__text:last-child {
    margin-right: 0; }

.alphabetBox .nameAlphabet, .schedule .nameAlphabet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .alphabetBox .nameAlphabet .link, .schedule .nameAlphabet .link {
    width: 23%;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .alphabetBox, .schedule {
    padding-right: 15px; }
    .alphabetBox .nameAlphabet, .schedule .nameAlphabet {
      padding-left: 70px; }
      .alphabetBox .nameAlphabet .link, .schedule .nameAlphabet .link {
        width: 30%;
        font-size: 16px; }
    .alphabetBox .schedule-line, .schedule .schedule-line {
      padding-left: 70px; }
    .alphabetBox .largeText, .schedule .largeText {
      font-size: 18px;
      width: 66px;
      height: 36px; }
    .alphabetBox .letter:after, .schedule .letter:after {
      width: -webkit-calc(100% - 66px);
      width: -moz-calc(100% - 66px);
      width: calc(100% - 66px); } }

@media screen and (max-width: 640px) {
  .alphabetBox .nameAlphabet .link, .schedule .nameAlphabet .link {
    width: 45%; } }

/* -alphabetBox */
/* + breadCrumb */
.breadCrumb {
  padding: 0;
  margin: 0; }
  .breadCrumb li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    .breadCrumb li a {
      padding-right: 30px;
      margin-right: 20px;
      position: relative; }
      .breadCrumb li a:hover {
        color: #dc006f; }
      .breadCrumb li a:before {
        content: '»';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
    .breadCrumb li a, .breadCrumb li span {
      font-size: 14px;
      color: #7c7c7c; }
  @media screen and (max-width: 768px) {
    .breadCrumb li {
      display: none; }
      .breadCrumb li:nth-last-child(2) {
        display: block; }
        .breadCrumb li:nth-last-child(2) a {
          padding: 0;
          margin-right: 0;
          font-size: 0; }
          .breadCrumb li:nth-last-child(2) a:before {
            content: '«';
            font-size: 14px;
            position: relative;
            margin-right: 5px; }
          .breadCrumb li:nth-last-child(2) a:after {
            content: 'Назад';
            font-size: 14px; } }

.breadCrumb-wrap {
  padding: 50px 0 40px; }
  @media screen and (max-width: 768px) {
    .breadCrumb-wrap {
      padding: 20px 10px; } }

/* - breadCrumb */
/* + luminous */
.luminous {
  width: 105px;
  height: 105px;
  background-color: #ffcb06;
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
  box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
  -webkit-animation: lum 5s  infinite;
  -moz-animation: lum 5s  infinite;
  animation: lum 5s  infinite;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }
  .luminous .ic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%; }

@media screen and (min-width: 767px) {
  @-webkit-keyframes lum {
    0% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    10% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    20% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.8);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.8); }
    30% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    40% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    50% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    60% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    70% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.3);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.3); }
    80% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    90% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    100% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); } }
  @-moz-keyframes lum {
    0% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    10% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    20% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.8); }
    30% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    40% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    50% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    60% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    70% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.3); }
    80% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    90% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    100% {
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); } }
  @keyframes lum {
    0% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    10% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    20% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.8);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.8); }
    30% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.7); }
    40% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); }
    50% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    60% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    70% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.3);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.3); }
    80% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.4); }
    90% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.5); }
    100% {
      -webkit-box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6);
      box-shadow: 0px 8px 55px rgba(212, 167, 0, 0.6); } } }

@media screen and (max-width: 767px) {
  .luminous {
    -webkit-box-shadow: 0px 8px 30px rgba(212, 167, 0, 0.6);
    box-shadow: 0px 8px 30px rgba(212, 167, 0, 0.6); } }

/* - luminous */
/* + datapicer */
.datepicker {
  width: 308px;
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  transition: 0s !important; }

.datepicker--cell.datepicker--cell-day.-selected- {
  background-color: #ffcb06; }

.datepicker--cell.-current- {
  color: #dc006f; }

.datepicker--cell {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  margin: 7px 0;
  color: #2c2c2c; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #e5e5e5; }

.datepicker--nav {
  background-color: #f7f7f7;
  padding: 23px; }

.datepicker--pointer {
  background: #f7f7f7; }

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: transparent; }

.datepicker--days-names {
  display: none; }

.datepicker--nav-action {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6); }
  .datepicker--nav-action path {
    stroke: #ffcb06;
    stroke-width: 1px; }

.datepicker--nav-title {
  text-transform: uppercase;
  color: #2c2c2c;
  font-size: 15px; }
  .datepicker--nav-title:first-letter {
    font-size: 0; }

.datepicker--custom {
  padding: 15px 0 35px 0; }
  .datepicker--custom button {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0.25);
    z-index: 1;
    background-color: #ffcb06;
    color: #2c2c2c;
    font-size: 12px;
    font-family: "Roboto-Medium";
    border-radius: 50px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 14.5px 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    width: 190px;
    margin: auto;
    display: table; }
    .datepicker--custom button:hover {
      -webkit-box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0);
      box-shadow: 0px 5px 15px 0px rgba(173, 137, 0, 0); }

@media screen and (max-width: 1025px) {
  .datepicker--pointer {
    display: none; }
  .datepicker--content, .datepicker--custom {
    background-color: #fff; }
  .datepicker.active {
    left: -webkit-calc((100vw - 310px) / 2) !important;
    left: -moz-calc((100vw - 310px) / 2) !important;
    left: calc((100vw - 310px) / 2) !important;
    top: 0 !important;
    z-index: 10;
    bottom: 0;
    margin: auto;
    height: 437px;
    position: fixed; }
    .datepicker.active .layerClose {
      width: 100vw;
      height: 100vh;
      background: #000;
      position: fixed;
      top: 0;
      left: -webkit-calc((100vw - 310px) / (-2)) !important;
      left: -moz-calc((100vw - 310px) / (-2)) !important;
      left: calc((100vw - 310px) / (-2)) !important;
      bottom: 0;
      right: 0;
      margin: auto;
      opacity: 0.6;
      z-index: -5; } }

/* - datapicer */
/* + table */
table {
  line-height: 1.5; }

/* - table */
/* + fancybox*/
.fancybox-overlay {
  background: url(../img/fancybox_overlay.png); }

.fancybox-close {
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: fixed;
  background: none; }
  .fancybox-close:before {
    content: '';
    width: 70%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
  .fancybox-close:after {
    content: '';
    height: 70%;
    width: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto; }

.fancybox-nav span {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-image: url(../img/arrow.svg);
  background-size: 20%;
  background-position: 46% center;
  background-repeat: no-repeat;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }
  @media screen and (max-width: 1025px) {
    .fancybox-nav span {
      visibility: visible; } }

.fancybox-nav.fancybox-next span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fancybox-skin {
  padding: 0 !important; }

.fancybox-inner img {
  max-width: 90vw; }

/* - fancybox*/
/* + slider */
.owl-main {
  background-color: #2c2c2c;
  margin-bottom: 20px;
  overflow: hidden; }
  .owl-main .item {
    position: relative;
    width: 100%;
    padding-top: 36%; }
    .owl-main .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
      -o-object-fit: cover;
      object-fit: cover; }
  .owl-main .owl-item.active .owlText {
    display: block; }
  .owl-main .owlText {
    font-size: 70px;
    font-family: "NeoSansPro-Bold";
    color: #fff;
    display: none;
    z-index: 1;
    text-transform: uppercase;
    max-width: 460px;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .owl-main .owlText-wrap {
    top: 0;
    right: 140px;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right; }
  @media screen and (max-width: 1025px) {
    .owl-main .owlText-wrap {
      right: 110px; } }
  @media screen and (max-width: 980px) {
    .owl-main .owlText {
      font-size: 50px;
      max-width: 330px; } }
  @media screen and (max-width: 768px) {
    .owl-main .owlText {
      font-size: 30px;
      max-width: 200px; }
    .owl-main .owlText-wrap {
      right: 60px; } }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-image: url("../img/arrow.svg");
  background-size: 20%;
  background-position: 46% center;
  background-repeat: no-repeat;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }
  .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #dc006f;
    background-image: url("../img/arrow-white.svg"); }
    .owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel .owl-nav button.owl-next:hover:before {
      border-color: #fff; }

.owl-carousel .owl-nav button.owl-prev {
  left: 40px; }

.owl-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 40px; }

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100% + 3px);
  width: -moz-calc(100% + 3px);
  width: calc(100% + 3px);
  margin-left: -1.5px;
  margin-top: -5px;
  z-index: 2;
  position: relative; }
  .owl-carousel .owl-dots button.owl-dot {
    width: 100%; }
    .owl-carousel .owl-dots button.owl-dot span {
      width: -webkit-calc(100% - 3px);
      width: -moz-calc(100% - 3px);
      width: calc(100% - 3px);
      height: 5px;
      background: #ffcb06;
      display: block;
      margin: auto; }
    .owl-carousel .owl-dots button.owl-dot.active span {
      background: #dc006f; }

@media screen and (max-width: 768px) {
  .owl-carousel {
    margin-bottom: 0; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      width: 30px;
      height: 30px; }
    .owl-carousel .owl-nav button.owl-prev:before,
    .owl-carousel .owl-nav button.owl-next:before {
      left: 2px;
      width: 6px;
      height: 6px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
    .owl-carousel .owl-nav button.owl-next {
      right: 10px; } }

@media screen and (max-width: 640px) {
  .owl-carousel .item {
    padding-top: 36%; } }

/* - slider */
/*Owl Animation*/
.owl-item {
  overflow: hidden; }

.owl-carousel.sliderCard .item {
  position: relative;
  padding-top: 100%;
  width: 100%; }
  .owl-carousel.sliderCard .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #000;
    opacity: 0; }

.owl-carousel.sliderCard .owl-nav button.owl-next {
  right: 20px; }

.owl-carousel.sliderCard .owl-nav button.owl-prev {
  left: 20px; }

.menuSb {
  width: 100%;
  z-index: 5; }

.checkbox input[type='checkbox'] {
  display: none; }
  .checkbox input[type='checkbox']:checked ~ label span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 70%;
    background-image: url("../img/check.png");
    background-repeat: no-repeat; }

.checkbox label {
  font-size: 16px; }
  .checkbox label span {
    width: 22px;
    height: 22px;
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -3px 15px 0px 0; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .popup .popup-scroll {
    max-height: 90vh;
    background-color: #fff;
    max-width: 1000px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    text-align: left;
    position: relative;
    height: 100%;
    padding: 50px 28px 40px; }
    .popup .popup-scroll .scroll-wrap {
      height: -webkit-calc(100% - 42px);
      height: -moz-calc(100% - 42px);
      height: calc(100% - 42px);
      position: relative; }
    .popup .popup-scroll .scroll {
      overflow: auto;
      padding: 0 50px; }
      .popup .popup-scroll .scroll:before {
        content: '';
        background: rgba(255, 255, 255, 0);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 75%, white 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.75)), color-stop(100%, white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 75%, white 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.25)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.75)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.75) 75%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        position: absolute;
        bottom: 0;
        width: -webkit-calc(100% - 5px);
        width: -moz-calc(100% - 5px);
        width: calc(100% - 5px);
        height: 100px;
        left: 0; }
      .popup .popup-scroll .scroll h4 {
        padding: 0; }
        .popup .popup-scroll .scroll h4.center {
          text-align: center; }
    .popup .popup-scroll.left {
      text-align: left; }
    .popup .popup-scroll h4, .popup .popup-scroll h3, .popup .popup-scroll h2 {
      text-transform: uppercase;
      margin: 0 0 20px;
      font-family: "NeoSansPro-Bold"; }
    .popup .popup-scroll h4 {
      font-size: 18px;
      padding: 0 50px; }
    .popup .popup-scroll p, .popup .popup-scroll li {
      font-size: 16px;
      font-family: "Roboto-Regular";
      line-height: 19px; }
    .popup .popup-scroll li {
      font-weight: bold;
      margin-bottom: 20px; }
    .popup .popup-scroll p {
      margin-top: 10px;
      margin-bottom: 20px;
      font-weight: normal; }
    .popup .popup-scroll ul {
      padding-left: 17px;
      font-size: 16px;
      list-style-type: disc; }
      .popup .popup-scroll ul li {
        font-weight: normal;
        margin-bottom: 10px; }
    .popup .popup-scroll table {
      border-collapse: collapse; }
      .popup .popup-scroll table td {
        padding: 5px 10px; }
    .popup .popup-scroll .mediumText {
      margin-bottom: 15px; }
    .popup .popup-scroll .purText {
      margin-bottom: 60px; }
    .popup .popup-scroll .close {
      font-size: 0;
      position: absolute;
      top: 15px;
      right: 10px;
      width: 40px;
      height: 40px;
      background-color: #ffcb06;
      border-radius: 100%;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
      .popup .popup-scroll .close:hover {
        opacity: 0.8; }
      .popup .popup-scroll .close:before, .popup .popup-scroll .close:after {
        background-color: #fff; }
      .popup .popup-scroll .close:before {
        width: 72%; }
      .popup .popup-scroll .close:after {
        height: 72%; }
    @media screen and (max-width: 1025px) {
      .popup .popup-scroll .scroll-wrap {
        height: -webkit-calc(100% - 64px);
        height: -moz-calc(100% - 64px);
        height: calc(100% - 64px); } }
    @media screen and (max-width: 767px) {
      .popup .popup-scroll {
        max-height: -webkit-calc(100vh - 120px);
        max-height: -moz-calc(100vh - 120px);
        max-height: calc(100vh - 120px);
        padding: 35px 10px 20px; }
        .popup .popup-scroll .scroll-wrap {
          height: -webkit-calc(100% - 86px);
          height: -moz-calc(100% - 86px);
          height: calc(100% - 86px); }
        .popup .popup-scroll .scroll {
          padding: 0 10px; }
        .popup .popup-scroll h4 {
          padding: 0 10px 0 10px; }
        .popup .popup-scroll .close {
          top: -7px;
          right: -5px; } }
    @media screen and (max-width: 400px) {
      .popup .popup-scroll h4 {
        font-size: 16px; }
      .popup .popup-scroll .scroll-wrap {
        height: -webkit-calc(100% - 108px);
        height: -moz-calc(100% - 108px);
        height: calc(100% - 108px); } }
  .popup .scroll {
    height: 100%;
    overflow: auto; }
  .popup.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.popup.large .popup-wrap {
  max-width: 800px; }

.popup-wrap {
  background-color: #fff;
  padding: 70px 75px;
  max-width: 665px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  text-align: center;
  position: relative; }
  .popup-wrap h2 {
    text-transform: uppercase;
    margin: 0 0 20px; }
  .popup-wrap .mediumText {
    margin-bottom: 15px; }
  .popup-wrap .purText {
    margin-bottom: 60px; }
  .popup-wrap .close {
    position: absolute;
    top: 45px;
    right: 45px; }

.socialPw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .socialPw a {
    width: -webkit-calc(33.333% - 5px);
    width: -moz-calc(33.333% - 5px);
    width: calc(33.333% - 5px);
    padding-top: 25%;
    position: relative; }
    .socialPw a:hover {
      opacity: 0.8;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .socialPw a.vk {
      background-color: #2257a2; }
    .socialPw a.in {
      background-color: #3c3b44; }
    .socialPw a.fb {
      background-color: #4c75a3; }
    .socialPw a svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

@media screen and (max-width: 768px) {
  .popup-wrap {
    padding: 60px 15px 50px; }
    .popup-wrap a svg {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    .popup-wrap .close {
      position: absolute;
      top: 20px;
      right: 20px; }
    .popup-wrap h2 {
      font-size: 16px; }
    .popup-wrap .mediumText {
      font-size: 11px; }
    .popup-wrap .purText {
      font-size: 11px;
      margin-bottom: 45px; }
    .popup-wrap .greyText {
      font-size: 11px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo .logo-img {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important; } }

.hidden {
  display: none !important; }

/* +header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10; }
  header .flex1 {
    padding-top: 15px;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start; }
  header .ya-taxi-widget {
    margin-right: 25px; }

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
  .logo-wrap .minText {
    margin-left: 10px;
    z-index: 2; }

.mobileHowtoget {
  display: inline-block; }

.logo {
  position: relative;
  width: 155px;
  height: 52px; }
  .logo .logo-img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    bottom: -5px;
    left: -8px;
    height: 83.73px;
    background-repeat: no-repeat;
    background-position: 0% 0px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    background-size: 6200px 100%;
    width: 200px;
    -webkit-animation: logo-animation 6s steps(30) infinite;
    -moz-animation: logo-animation 6s steps(30) infinite;
    animation: logo-animation 6s steps(30) infinite; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .logo .logo-img {
        background-size: 6190px 100%; } }

@-moz-document url-prefix() {
  .logo .logo-img {
    background-size: 6200px 100%; } }
    .logo .logo-img:before {
      content: '';
      position: absolute;
      background: #fff;
      height: 100%;
      width: 5px;
      left: auto;
      right: 0; }

@-webkit-keyframes logo-animation {
  0% {
    background-position: 0% 0px; }
  80% {
    background-position: 0% 0px; }
  100% {
    background-position: 100% 0px; } }

@-moz-keyframes logo-animation {
  0% {
    background-position: 0% 0px; }
  80% {
    background-position: 0% 0px; }
  100% {
    background-position: 100% 0px; } }

@keyframes logo-animation {
  0% {
    background-position: 0% 0px; }
  80% {
    background-position: 0% 0px; }
  100% {
    background-position: 100% 0px; } }

.menu-h {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  margin: 0 0 10px;
  width: -webkit-calc(100% - 390px);
  width: -moz-calc(100% - 390px);
  width: calc(100% - 390px); }
  .menu-h li {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px; }
    .menu-h li:last-child {
      margin-right: 0; }

.btnWrap-h {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 10px; }
  .btnWrap-h .btnYandex {
    margin-right: 25px; }

.contact-h {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px); }
  .contact-h .itemCh {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 27px;
    position: relative;
    margin-right: 70px; }
    .contact-h .itemCh:nth-child(3) {
      margin-right: 30px; }
    .contact-h .itemCh .smallText {
      margin: 0 0 5px 0px; }
    .contact-h .itemCh .ic {
      position: absolute;
      bottom: 2px;
      left: 0; }
  .contact-h .purLink {
    line-height: 26px;
    margin-bottom: -3px; }
  .contact-h .textBlack {
    font-size: 16px; }

.panel-h {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin: 15px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }
  .panel-h li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle; }
    .panel-h li:last-child {
      margin-right: 0; }
  .panel-h a {
    text-transform: uppercase;
    padding: 25px 6px; }
    .panel-h a.violet {
      background: #dc006f;
      color: #ffffff; }
      .panel-h a.violet:hover, .panel-h a.violet.active {
        color: #fff; }
      @media screen and (max-width: 1025px) {
        .panel-h a.violet {
          background: transparent;
          color: #dc006f; }
          .panel-h a.violet:hover, .panel-h a.violet.active {
            background: transparent;
            color: #000000; } }
    @media screen and (max-width: 1025px) {
      .panel-h a {
        padding: 0; } }
  .panel-h a.active {
    color: #ffcb06; }
    .panel-h a.active:hover {
      color: #ffcb06; }
  .panel-h.yellow a.active {
    color: #fff; }
    .panel-h.yellow a.active:hover {
      color: #fff; }
    @media screen and (max-width: 1025px) {
      .panel-h.yellow a.active {
        color: #ffcb06; }
        .panel-h.yellow a.active:hover {
          color: #ffcb06; } }
  .panel-h.yellow a:not(.violet):hover {
    color: #dc006f; }
  .panel-h.yellow:before {
    content: '';
    position: absolute;
    width: 100vw;
    left: -webkit-calc((100vw - 1405px) / (-2));
    left: -moz-calc((100vw - 1405px) / (-2));
    left: calc((100vw - 1405px) / (-2));
    background-color: #ffcb06;
    height: 100%;
    z-index: -1;
    top: 0; }

@-moz-document url-prefix() {
  .panel-h.yellow:before {
    left: -moz-calc((100vw - 1394px) / (-2));
    left: calc((100vw - 1394px) / (-2)); } }
  @media screen and (max-width: 1490px) {
    .panel-h.yellow:before {
      left: -40px;
      width: -webkit-calc(100vw - 5px);
      width: -moz-calc(100vw - 5px);
      width: calc(100vw - 5px); }
    @-moz-document url-prefix() {
      .panel-h.yellow:before {
        width: -moz-calc(100vw - 17px);
        width: calc(100vw - 17px); } } }
  @media screen and (max-width: 1024px) {
    .panel-h.yellow:before {
      display: none; } }

.mobMenu {
  display: none; }

.mobMenu-f {
  display: none; }

.hrMenu {
  display: none;
  width: 100%;
  border: 0;
  height: 1px;
  background: #ebebeb;
  line-height: 1;
  margin: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 1400px) {
  .menu-h li {
    margin-right: 10px; }
  .contact-h .itemCh {
    margin-right: 4%; }
  .contact-h .itemCh:nth-child(3) {
    margin-right: 2%; } }

@media screen and (max-width: 1300px) {
  .contact-h {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px); }
  .contact-h .itemCh {
    margin-right: 1.5%; }
  .contact-h .itemCh:nth-child(3) {
    margin-right: 1%; }
  .panel-h li .textBold {
    font-size: 14px; } }

@media screen and (max-width: 1200px) {
  .btnWrap-h .btnYandex {
    margin-right: 5px; }
  .menu-h li {
    margin-right: 15px; }
    .menu-h li .minLink {
      font-size: 13px; }
  .contact-h {
    text-align: right; }
    .contact-h .itemCh {
      text-align: left; }
    .contact-h .textBlack {
      font-size: 16px; }
    .contact-h .purLink {
      font-size: 14px; }
  header .ya-taxi-widget {
    margin-right: 5px; } }

@media screen and (max-width: 1025px) {
  .logo-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: calc(100% - 56px); }
  .menu-toggle {
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .contact-h {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none; }
  .btnWrap-h {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: none;
    margin: 0; }
  .hr1 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .panel-h {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    display: none; }
  .hr2 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .menu-h {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    display: none;
    margin: 0; }
  .mobMenu {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .mobMenu-f {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .contact-h .textBlack {
    font-size: 18px; }
  .contact-h .itemCh {
    width: 100%;
    margin-bottom: 20px; }
    .contact-h .itemCh:nth-child(3) {
      width: auto;
      margin: 0 30px 0 0; }
  .contact-h .purLink {
    font-size: 16px; }
  .btnWrap-h .btnYandex {
    margin-right: 35px; }
  header .ya-taxi-widget {
    margin-right: 35px; }
  .panel-h {
    padding: 0;
    margin: 0;
    border: 0; }
    .panel-h li {
      margin-right: 0;
      width: 100%;
      margin-bottom: 25px; }
      .panel-h li:last-child {
        margin-bottom: 0; }
  .menu-h {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .menu-h li {
      margin: 0; }
      .menu-h li .minLink {
        font-size: 16px; }
  .mobMenu {
    width: 100%; }
  .mobMenu-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    padding: 0 40px;
    z-index: 1; }
    .mobMenu-h:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #ebebeb;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: -2; }
    .mobMenu-h:after {
      content: '';
      width: 400px;
      height: 3px;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: -1; }
    .mobMenu-h .btn {
      margin: 0 15px; }
  .mobMenu-f {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .mobMenu-f p, .mobMenu-f a {
      margin: 0;
      font-size: 16px;
      color: #4e4e4e;
      width: 155px; }
    .mobMenu-f .socialBtn a {
      width: 40px;
      height: 40px;
      margin: 0 15px; }
  header.open {
    position: fixed; }
  header .row {
    background-color: #fff; }
  header .flex1 {
    padding: 15px 0; }
  header.open .flex1 {
    height: 100vh; }
  header.open .contact-h {
    display: block;
    width: 100%;
    text-align: left; }
  header.open .btnWrap-h {
    display: block; }
  header.open .panel-h {
    display: block; }
  header.open .menu-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
  header.open .hrMenu {
    display: block;
    margin-left: -40px;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw; }
  header.open .mobMenu {
    display: block; }
  header.open .mobMenu-f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 768px) {
  header .row {
    padding: 0 20px; }
  .panel-h {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .contact-h {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .btnWrap-h {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .hr1 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .mobMenu {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .mobMenu-f {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  header.open .hrMenu.hr2,
  .contact-h .purLink,
  .mobMenu-h:before {
    display: inline-block; }
  .mobileHowtoget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem; }
  header.open .hrMenu {
    margin-left: -20px; }
  .mobMenu-h:after {
    display: none; }
  .panel-h li {
    margin-bottom: 2vh; }
  /* -------------- */
  .logo {
    width: 85px;
    height: 31px; }
    .logo .logo-img {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      bottom: -20px;
      left: -50px; }
  .menu-toggle {
    overflow: hidden;
    width: 30px;
    height: 30px; }
  .menu-toggle #cross span:nth-child(1) {
    width: 2px; }
  .menu-toggle #cross span:nth-child(2) {
    height: 2px; }
  .menu-toggle #hamburger {
    top: -1px; }
    .menu-toggle #hamburger span {
      width: 100%;
      height: 2px;
      position: relative;
      top: 0px;
      left: 0;
      margin: 6px 0; }
  /* ----------- */
  .panel-h .textBold {
    font-size: 14px; }
  .contact-h .itemCh {
    width: 49%;
    margin: 0; }
    .contact-h .itemCh:nth-child(3) {
      width: 100%;
      margin: 15px 0 0; }
    .contact-h .itemCh .smallText {
      display: none; }
  .contact-h .textBlack {
    font-size: 12px;
    font-family: "Roboto-Regular";
    line-height: 20px; }
  .btnWrap-h .btnYandex {
    margin-right: 0; }
  header .ya-taxi-widget {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    header .ya-taxi-widget .ya-taxi-widget__title {
      font-size: 12px; }
  .ya-taxi-widget_size_xs.ya-taxi-widget_theme_action .ya-taxi-widget__content:after, .ya-taxi-widget_size_xs.ya-taxi-widget_theme_dark .ya-taxi-widget__content:after, .ya-taxi-widget_size_xs.ya-taxi-widget_theme_normal .ya-taxi-widget__content:after {
    height: 24px !important;
    width: 24px !important;
    background-size: 24px auto !important; }
  .ya-taxi-widget_size_xs .ya-taxi-widget__content {
    min-height: 40px !important; }
  .ya-taxi-widget_size_xs {
    min-width: 160px !important; }
  .btnYandex {
    padding: 8px 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: 160px; }
    .btnYandex span {
      font-size: 12px; }
    .btnYandex:before {
      width: 24px;
      height: 24px;
      margin-right: 5px; }
  .btnWrap-h .btn {
    padding: 9.5px 19px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: 160px; }
    .btnWrap-h .btn svg {
      margin-right: 5px; }
  header .btn.min {
    padding: 5.5px 20px; }
  header.open .btnWrap-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .mobMenu-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
    .mobMenu-h .btn {
      width: -webkit-calc(50% - 5px);
      width: -moz-calc(50% - 5px);
      width: calc(50% - 5px);
      max-width: 160px;
      margin: 0; }
  header.open .menu-h {
    display: none; }
  .mobMenu-f {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .mobMenu-f p, .mobMenu-f .wms {
      display: none; }
    .mobMenu-f .socialBtn a {
      width: 26px;
      height: 26px; } }

@media screen and (max-width: 370px) {
  header .ya-taxi-widget {
    width: 130px;
    min-width: 130px !important;
    max-width: 130px; }
  .ya-taxi-widget_size_xs.ya-taxi-widget_theme_dark .ya-taxi-widget__content {
    padding: 0 10px 0 35px !important; }
  .ya-taxi-widget__content:after {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    left: 10px !important; } }

/* -header */
/* + mainMenu */
.mainMenu {
  padding: 30px 10px 35px;
  background-color: #2c2c2c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .mainMenu .linkMm {
    text-align: center; }
    .mainMenu .linkMm:nth-child(1) {
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    .mainMenu .linkMm:nth-child(2) {
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-delay: 0.7s;
      -moz-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    .mainMenu .linkMm:nth-child(3) {
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-delay: 0.9s;
      -moz-animation-delay: 0.9s;
      animation-delay: 0.9s; }
    .mainMenu .linkMm:nth-child(4) {
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-delay: 1.1s;
      -moz-animation-delay: 1.1s;
      animation-delay: 1.1s; }
    .mainMenu .linkMm:nth-child(5) {
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-delay: 1.3s;
      -moz-animation-delay: 1.3s;
      animation-delay: 1.3s;
      z-index: 2;
      position: relative; }
    .mainMenu .linkMm .text {
      color: #fff;
      font-size: 20px;
      font-family: "Roboto-Thin"; }
  .mainMenu.z-index {
    z-index: 11;
    position: relative; }
    .mainMenu.z-index:before {
      content: '';
      position: absolute;
      background: #000;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.3; }
  .mainMenu .svg-wrap {
    display: table;
    border-radius: 100%;
    position: relative;
    width: 57px;
    height: 57px;
    margin: 0 auto 10px;
    z-index: 1;
    border: 1px solid #4e4e4e;
    cursor: pointer;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    -moz-transition: transform ease-out 0.1s, background 0.2s, -moz-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s, -moz-transform ease-out 0.1s; }
    .mainMenu .svg-wrap:after {
      content: '';
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1;
      -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
      opacity: 0;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .mainMenu .svg-wrap svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .mainMenu .svg-wrap:hover {
      border-color: #ffcb06;
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      background-color: #ffcb06; }
      .mainMenu .svg-wrap:hover .fill-yellow, .mainMenu .svg-wrap:hover .fill-pur {
        fill: #2c2c2c; }
    .mainMenu .svg-wrap.pur {
      border-color: #fff; }
      .mainMenu .svg-wrap.pur:hover {
        border-color: #dc006f;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        background-color: #dc006f; }
        .mainMenu .svg-wrap.pur:hover .fill-yellow, .mainMenu .svg-wrap.pur:hover .fill-pur {
          fill: #fff; }
        .mainMenu .svg-wrap.pur:hover:after {
          -webkit-animation: sonarEffectPur 0.4s ease-out 75ms;
          -moz-animation: sonarEffectPur 0.4s ease-out 75ms;
          animation: sonarEffectPur 0.4s ease-out 75ms; }
    .mainMenu .svg-wrap:hover:after {
      -webkit-animation: sonarEffect 0.4s ease-out 75ms;
      -moz-animation: sonarEffect 0.4s ease-out 75ms;
      animation: sonarEffect 0.4s ease-out 75ms; }
  .mainMenu .searchMm {
    display: block;
    width: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    left: 28px;
    height: 57px;
    top: 0;
    z-index: 1; }
    .mainMenu .searchMm.open {
      display: block;
      width: 257px;
      left: -100px; }
    .mainMenu .searchMm input[type='text'] {
      width: 100%;
      height: 100%;
      padding: 0 20px;
      border-radius: 30px;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 14px; }
    .mainMenu .searchMm input[type='submit'] {
      background-image: url(../img/search2.svg);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      font-size: 0;
      z-index: 1;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  @media screen and (max-width: 1300px) {
    .mainMenu .searchMm.open {
      left: auto;
      right: -40px; } }
  @media screen and (max-width: 768px) {
    .mainMenu {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 0px;
      position: relative; }
      .mainMenu .linkMm {
        width: 50%;
        margin: 15px 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .mainMenu .linkMm .text {
          font-size: 14px; }
        .mainMenu .linkMm.order2 {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .mainMenu .linkMm:last-child {
          width: 100%;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -moz-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
      .mainMenu #openSm {
        opacity: 0; }
      .mainMenu .searchMm {
        display: block;
        top: auto;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: auto;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        max-width: 320px;
        height: 45px; }
        .mainMenu .searchMm ~ .text {
          font-size: 0; } }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  5% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes sonarEffectPur {
  0% {
    opacity: 0.3; }
  5% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffcb06, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #dc006f, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #dc006f, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

/* - mainMenu */
/* + box4 */
.logoCard .absName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff; }
  .logoCard .absName.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (max-width: 500px) {
    .logoCard .absName {
      font-size: 12px; } }

.logoCard img ~ .absName {
  display: none; }

.box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
  .box4 .item {
    width: -webkit-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: calc(25% - 30px);
    display: block;
    margin: 0 15px 30px;
    position: relative;
    z-index: 1; }
  .box4.cardBox {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .box4.cardBox .logoCard {
      width: 100%;
      padding-top: 100%;
      position: relative;
      margin-bottom: 8px; }
      .box4.cardBox .logoCard img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        height: 80%;
        -o-object-fit: contain;
        object-fit: contain; }
    .box4.cardBox .cardName {
      width: 100%;
      margin: 0 0 12px 0;
      font-size: 18px;
      font-family: "Roboto-Medium";
      height: 44px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    @media screen and (max-width: 640px) {
      .box4.cardBox a.cardLink {
        white-space: nowrap;
        padding-right: 8px; } }
    .box4.cardBox .cardLink {
      color: #afafaf;
      font-family: "Roboto-Medium";
      font-size: 12px; }
      .box4.cardBox .cardLink .ic {
        margin-right: 5px;
        margin-bottom: 3px; }
        @media screen and (max-width: 640px) {
          .box4.cardBox .cardLink .ic {
            margin-right: 0; } }
      .box4.cardBox .cardLink:hover {
        color: #dc006f; }
      @media screen and (max-width: 640px) {
        .box4.cardBox .cardLink.storeClose {
          text-align: right; } }
    .box4.cardBox .item {
      border: 1px solid #ebebeb;
      padding: 35px 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 1400px) {
    .box4 {
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px; }
      .box4 .item {
        width: -webkit-calc(25% - 20px);
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
        margin: 0 10px 20px; } }
  @media screen and (max-width: 1300px) {
    .box4 .item {
      width: -webkit-calc(33.333% - 20px);
      width: -moz-calc(33.333% - 20px);
      width: calc(33.333% - 20px); } }
  @media screen and (max-width: 768px) {
    .box4 .item {
      width: -webkit-calc(50% - 20px);
      width: -moz-calc(50% - 20px);
      width: calc(50% - 20px); } }
  @media screen and (max-width: 640px) {
    .box4 {
      width: 100%;
      margin-left: 0px; }
      .box4 .item {
        width: 50%;
        margin: 0; } }
  .box4.cardBox .item {
    padding: 15px; }
    @media screen and (max-width: 640px) {
      .box4.cardBox .item {
        padding: 8px; } }
  .box4.cardBox .cardName {
    height: 38px;
    font-size: 16px; }
  .box4.cardBox .logoCard {
    margin-bottom: 0; }

/* - box4 */
/* box3 */
.box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
  .box3.indent {
    margin-bottom: 45px; }
  .box3 .item {
    width: -webkit-calc(33.333% - 30px);
    width: -moz-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    display: block;
    margin: 0 15px 30px;
    padding-top: 31%;
    position: relative;
    z-index: 1; }
    .box3 .item .flex1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px 45px;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      z-index: 3; }
    .box3 .item .btn.medium {
      width: 195px;
      margin: 0 auto; }
    .box3 .item .absImg {
      z-index: -2; }
    .box3 .item .absImg2 {
      z-index: -1;
      mix-blend-mode: inherit; }
    .box3 .item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(44, 44, 44, 0.7);
      z-index: 1; }
    .box3 .item.cy .flex1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .box3 .item.cy .btn {
      margin-top: 20px; }
    .box3 .item.cy .mpTitle {
      margin-bottom: 10px;
      margin-right: auto;
      margin-left: auto; }
    .box3 .item.cy:after {
      background-color: rgba(255, 203, 6, 0.6); }
  .box3.eventsBox {
    position: relative; }
    .box3.eventsBox .flex1 {
      padding: 40px 30px; }
      .box3.eventsBox .flex1 .neoTitle {
        overflow: hidden;
        text-align: center;
        margin-top: 35px;
        width: 100%; }
      .box3.eventsBox .flex1 .largeText {
        max-height: 116px;
        overflow: hidden;
        text-align: center;
        color: #afafaf;
        width: 100%; }
  .box3.actionBox {
    position: relative; }
    .box3.actionBox .absImg {
      -o-object-fit: contain;
      object-fit: contain; }
    .box3.actionBox .flex1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .box3.actionBox .flex1 .largeText {
        line-height: 1.5;
        margin-bottom: 5px;
        overflow: hidden; }
      .box3.actionBox .flex1 .lightMedium {
        color: #afafaf;
        overflow: hidden; }
    .box3.actionBox .item {
      border-top: 3px solid #ffcb06; }
      .box3.actionBox .item:after {
        background: rgba(44, 44, 44, 0);
        background: -moz-linear-gradient(top, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.25) 25%, rgba(44, 44, 44, 0.5) 50%, rgba(44, 44, 44, 0.75) 75%, #2c2c2c 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44, 44, 44, 0)), color-stop(25%, rgba(44, 44, 44, 0.25)), color-stop(50%, rgba(44, 44, 44, 0.5)), color-stop(75%, rgba(44, 44, 44, 0.75)), color-stop(100%, #2c2c2c));
        background: -webkit-linear-gradient(top, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.25) 25%, rgba(44, 44, 44, 0.5) 50%, rgba(44, 44, 44, 0.75) 75%, #2c2c2c 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 44, 44, 0)), color-stop(25%, rgba(44, 44, 44, 0.25)), color-stop(50%, rgba(44, 44, 44, 0.5)), color-stop(75%, rgba(44, 44, 44, 0.75)), to(#2c2c2c));
        background: linear-gradient(to bottom, rgba(44, 44, 44, 0) 0%, rgba(44, 44, 44, 0.25) 25%, rgba(44, 44, 44, 0.5) 50%, rgba(44, 44, 44, 0.75) 75%, #2c2c2c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#2c2c2c', GradientType=0); }
  .box3.socialBox .item {
    padding-top: 270px; }
    .box3.socialBox .item svg {
      position: absolute;
      top: 30px;
      left: 30px; }
    .box3.socialBox .item .btn {
      width: 150px; }
    .box3.socialBox .item .lightMedium {
      width: 100%;
      text-align: right; }
    .box3.socialBox .item .flex1 {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .box3.socialBox .item:after {
      display: none; }
    .box3.socialBox .item.fb {
      background-color: #2257a2; }
    .box3.socialBox .item.in {
      background-color: #3c3b44; }
    .box3.socialBox .item.vk {
      background-color: #4c75a3; }
    .box3.socialBox .item.no-padding {
      padding: 0; }
    .box3.socialBox .item.vkDesktop .vk-groups {
      width: 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 1px; }
      .box3.socialBox .item.vkDesktop .vk-groups iframe {
        width: 100% !important; }
  @media screen and (max-width: 1400px) {
    .box3 {
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px; }
      .box3 .item {
        width: -webkit-calc(33.333% - 20px);
        width: -moz-calc(33.333% - 20px);
        width: calc(33.333% - 20px);
        margin: 0 10px 20px; }
      .box3 .neoTitle {
        font-size: 30px; }
      .box3 .largeText {
        font-size: 20px; }
      .box3.eventsBox .flex1 .largeText {
        max-height: 96px; }
      .box3 .mpTitle {
        font-size: 36px; } }
  @media screen and (max-width: 1300px) {
    .box3 .neoTitle {
      font-size: 25px; }
    .box3 .largeText {
      font-size: 18px; }
    .box3.eventsBox .flex1 .largeText {
      max-height: 88px; } }
  @media screen and (max-width: 1200px) {
    .box3 .neoTitle {
      font-size: 20px; }
    .box3 .largeText {
      font-size: 16px; }
    .box3.eventsBox .flex1 .neoTitle {
      line-height: 1.3; }
    .box3.eventsBox .flex1 .largeText {
      max-height: 57px;
      margin: 5px 0; }
    .box3 .box3.eventsBox .flex1 {
      padding: 20px 60px 50px; }
    .box3.eventsBox .flex1 {
      padding: 50px 40px; } }
  @media screen and (max-width: 1025px) {
    .box3.socialBox .item .btn.medium {
      width: 150px; }
    .box3.socialBox .item .flex1 {
      padding: 30px 20px; }
    .box3.socialBox .item .lightMedium {
      text-align: left; }
    .box3.socialBox .item svg {
      top: auto;
      left: 20px;
      bottom: 30px; }
    .box3.socialBox .item.in svg {
      width: 80px;
      height: 80px; }
    .box3.socialBox .item.vk svg {
      width: 100px; }
    .box3.mbGrey {
      background-color: #f7f7f7;
      padding-top: 50px; }
    .box3.actionBox .item.action {
      display: none; }
      .box3.actionBox .item.action.active {
        display: block; }
    .box3.actionBox .item.event {
      display: none; }
      .box3.actionBox .item.event.active {
        display: block; } }
  @media screen and (max-width: 980px) {
    .box3 {
      width: -webkit-calc(100% + 10px);
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-left: -5px; }
      .box3 .item {
        width: -webkit-calc(33.333% - 10px);
        width: -moz-calc(33.333% - 10px);
        width: calc(33.333% - 10px);
        margin: 0 5px 10px; }
      .box3.eventsBox .flex1 {
        padding: 40px; }
      .box3 .item .flex1 {
        padding: 30px 30px; }
      .box3.eventsBox .flex1 .largeText {
        max-height: 51px; }
      .box3 .neoTitle {
        font-size: 16px; }
      .box3 .largeText {
        font-size: 14px; }
      .box3 .item.cy .btn {
        margin-top: 10px; }
      .box3 .item.cy .mpTitle {
        margin-bottom: 10px; }
      .box3 .item .btn.medium {
        width: 100%; }
      .box3 .mpTitle {
        font-size: 29px;
        line-height: 1; }
      .box3 .item .flex1 {
        padding: 30px 20px; } }
  @media screen and (max-width: 768px) {
    .box3.mbGrey {
      padding-top: 15px; }
    .box3.socialBox .item {
      width: 100%;
      margin: 0 5px 5px;
      padding-top: 190px; }
      .box3.socialBox .item .flex1 {
        padding: 20px; }
      .box3.socialBox .item.vkDesktop {
        padding: 0; }
        .box3.socialBox .item.vkDesktop .vk-groups {
          position: relative;
          width: 100%; }
          .box3.socialBox .item.vkDesktop .vk-groups iframe {
            width: 100%; }
    .box3.indent {
      margin-bottom: 35px; }
    .box3 .item {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
      margin: 0 5px 15px;
      padding-top: 310px; }
      .box3 .item .flex1 {
        padding: 30px 40px; }
      .box3 .item .btn.medium {
        width: 160px; }
    .box3 .item.cy .btn {
      margin-top: 20px; }
      .box3 .item.cy .btn.medium {
        width: 190px; }
    .box3.eventsBox .flex1 .largeText {
      max-height: 66px; }
    .box3 .neoTitle {
      font-size: 24px; }
    .box3 .largeText {
      font-size: 18px; }
    .box3.actionBox .largeText {
      font-size: 18px; }
    .box3.actionBox .flex1 {
      padding: 20px 30px; } }
  @media screen and (max-width: 640px) {
    .box3 .item {
      width: -webkit-calc(100% - 10px);
      width: -moz-calc(100% - 10px);
      width: calc(100% - 10px);
      margin: 0 5px 15px;
      padding-top: 310px; } }

img.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* -box3 */
.item {
  overflow: hidden; }

/* + box-2 */
.box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
  .box2 .item {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    display: block;
    margin: 0 15px 30px;
    padding-top: 23%;
    position: relative;
    z-index: 1;
    border: 1px solid; }
    .box2 .item:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      background-color: rgba(44, 44, 44, 0.7); }
  .box2.entertainBox {
    position: relative; }
    .box2.entertainBox .btn.medium {
      padding: 11.5px 15px;
      width: 150px; }
    .box2.entertainBox .item {
      padding-top: 330px; }
      .box2.entertainBox .item:nth-child(3n + 1) {
        width: 100%; }
        .box2.entertainBox .item:nth-child(3n + 1) .flex1 {
          padding: 70px 120px; }
    .box2.entertainBox .flex1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      position: absolute;
      top: 0;
      z-index: 1;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 60px; }
      .box2.entertainBox .flex1 .neoTitle {
        width: 100%;
        margin-bottom: 20px; }
      .box2.entertainBox .flex1 .lightMedium {
        font-size: 20px;
        margin-bottom: 20px; }
  @media screen and (max-width: 1400px) {
    .box2 {
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px; }
      .box2 .item {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px 20px; } }
  @media screen and (max-width: 1025px) {
    .box2.entertainBox .flex1 {
      padding: 45px 35px; } }
  @media screen and (max-width: 768px) {
    .box2 {
      width: -webkit-calc(100% + 10px);
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-left: -5px; }
      .box2 .item {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 0 5px 10px; } }
  @media screen and (max-width: 640px) {
    .box2.entertainBox .item {
      width: 100%; }
      .box2.entertainBox .item .flex1 {
        padding: 25px 15px; }
      .box2.entertainBox .item:nth-child(3n+1) .flex1 {
        padding: 25px 15px; } }

.btn-wrap .btn {
  margin-right: 15px; }
  .btn-wrap .btn:last-child {
    margin: 0; }

/* - box-2 */
/* + appBox */
.appBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 180px;
  margin-bottom: 90px;
  background: #ffcb06;
  position: relative;
  background: -moz-radial-gradient(center, ellipse farthest-corner, #f8e996 0%, #f8e996 15%, #ffcb06 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f8e996), color-stop(15%, #f8e996), color-stop(100%, #ffcb06));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, #f8e996 0%, #f8e996 15%, #ffcb06 100%);
  background: -webkit-radial-gradient(center, ellipse, #f8e996 0%, #f8e996 15%, #ffcb06 100%);
  background: -moz-radial-gradient(center, ellipse, #f8e996 0%, #f8e996 15%, #ffcb06 100%);
  background: radial-gradient(ellipse at center, #f8e996 0%, #f8e996 15%, #ffcb06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e996', endColorstr='#ffcb06', GradientType=1); }
  .appBox .appBox-l {
    width: 60%;
    padding: 0 50px 0 100px; }
  .appBox .appBox-r {
    width: 40%;
    position: relative; }
    .appBox .appBox-r .appBox__fon {
      display: block;
      margin-left: auto;
      margin-right: 0; }
  .appBox .appBox__phone {
    position: absolute;
    top: -115px;
    width: 115%;
    display: block;
    max-width: 115%;
    left: -60px;
    mix-blend-mode: normal; }
  .appBox .btn {
    width: 200px; }
    .appBox .btn svg {
      margin-right: 20px; }
  .appBox .mpTitle {
    display: inline-block;
    vertical-align: middle; }
  .appBox .appBox-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .appBox .logo {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 86px;
    position: relative;
    z-index: 1;
    background-image: url("../img/rio-logo.png"); }
  .appBox .largeText {
    color: #2c2c2c;
    font-family: "Roboto-Regular";
    margin: 30px 0 40px; }
  @media screen and (max-width: 1300px) {
    .appBox {
      margin-top: 100px; }
      .appBox .neoLarge {
        font-size: 40px;
        width: 100%; }
      .appBox .largeText {
        font-size: 20px;
        margin: 15px 0 30px; }
      .appBox .logo {
        width: 186px;
        height: 65px;
        margin-top: 15px; }
      .appBox .appBox-h {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .appBox .appBox__phone {
        top: 0;
        bottom: 0;
        margin: auto;
        width: 108%; }
      .appBox .appBox-l {
        padding: 0 10px 0 40px;
        width: 50%; }
      .appBox .appBox-r {
        width: 50%; } }
  @media screen and (max-width: 1025px) {
    .appBox .btn {
      width: 180px; } }
  @media screen and (max-width: 980px) {
    .appBox {
      margin-top: 70px;
      margin-bottom: 70px; }
      .appBox .appBox-l {
        padding: 0 10px 0 20px; }
      .appBox .btn {
        width: 145px; }
        .appBox .btn svg {
          margin-right: 15px;
          height: 24px; }
        .appBox .btn.medium {
          padding: 6.5px 15px; }
      .appBox .logo {
        width: 170px;
        height: 60px;
        margin-top: 10px; }
      .appBox .neoLarge {
        font-size: 36px; }
      .appBox .largeText {
        font-size: 16px;
        margin: 15px 0 15px; } }
  @media screen and (max-width: 768px) {
    .appBox .btn {
      width: 130px; }
      .appBox .btn.medium {
        padding: 6.5px 10px; }
    .appBox .neoLarge {
      font-size: 30px; }
    .appBox .logo {
      width: 127px;
      height: 45px; } }
  @media screen and (max-width: 640px) {
    .appBox {
      margin-top: 20px;
      margin-bottom: 30px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .appBox .layer-6 {
        display: none; }
      .appBox .logo {
        width: 170px;
        height: 60px;
        margin-top: 10px;
        z-index: 3;
        position: relative; }
      .appBox .neoLarge {
        font-size: 36px;
        z-index: 3;
        position: relative; }
      .appBox .largeText {
        font-size: 20px;
        line-height: 1.7;
        z-index: 3;
        position: relative;
        width: 240px; }
      .appBox .btn {
        width: 150px;
        z-index: 3;
        position: relative;
        margin: 10px 7px 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .appBox .appBox-l {
        padding: 30px 20px;
        width: 100%;
        z-index: 1;
        position: relative;
        overflow: hidden; }
        .appBox .appBox-l:before {
          content: '';
          position: absolute;
          bottom: -100px;
          right: -200px;
          width: 350px;
          height: 350px;
          background-color: #dc006f;
          border-radius: 100%;
          z-index: 0; }
      .appBox .appBox-r {
        width: 100%; }
        .appBox .appBox-r .appBox__fon {
          display: none; }
      .appBox .appBox__phone {
        bottom: 0;
        top: auto;
        right: -5px;
        left: auto;
        width: 60%;
        z-index: 1;
        max-width: 140px; } }

/* - appBox */
/* + footer */
footer {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 60px 0 40px;
  position: relative;
  z-index: 1; }
  footer hr {
    width: 100%;
    background-image: url("../img/border.png");
    height: 1px;
    border: 0;
    margin: 20px 0 30px; }
  footer .flex1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .logo {
    background-image: url("../img/rio-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 94px;
    height: 32px; }
  footer .panel-f {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 72%; }
    footer .panel-f li {
      list-style-type: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px; }
      footer .panel-f li:last-child {
        margin-right: 0; }
      footer .panel-f li a {
        font-size: 18px;
        font-family: "Roboto-Bold";
        color: #2c2c2c; }
        footer .panel-f li a:hover {
          color: #dc006f; }
  footer .social .ic {
    height: 33px;
    width: 33px;
    margin: 0 5px;
    z-index: 1; }
    footer .social .ic:hover {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  footer .social .ic-vk {
    width: 44px;
    margin-right: 10px; }
  footer .menu-f {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding: 0;
    margin: 0; }
    footer .menu-f li {
      list-style-type: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px; }
      footer .menu-f li:last-child {
        margin-right: 0; }
    footer .menu-f a {
      font-size: 20px;
      font-family: "Roboto-Light"; }
      footer .menu-f a:hover {
        color: #dc006f; }
  footer .wms-f {
    width: 100%;
    text-align: center;
    margin-top: 35px; }
    footer .wms-f a {
      font-size: 20px;
      font-family: "Roboto-Light"; }
      footer .wms-f a:hover {
        color: #4079be; }
  footer .trc-f {
    font-family: "Roboto-Light";
    display: block;
    margin: 0;
    color: #7c7c7c;
    font-size: 16px;
    margin-top: 2px; }
  @media screen and (max-width: 1400px) {
    footer .panel-f li {
      margin-right: 2vw; }
      footer .panel-f li a {
        font-size: 16px; } }
  @media screen and (max-width: 1300px) {
    footer .menu-f li {
      margin-right: 10px; }
      footer .menu-f li a {
        font-size: 14px; }
    footer .panel-f li {
      margin-right: 10px; }
      footer .panel-f li a {
        font-size: 12px; } }
  @media screen and (max-width: 1100px) and (min-width: 1025px) {
    footer footer .panel-f li a {
      font-size: 12px; } }
  @media screen and (max-width: 1100px) {
    footer .menu-f li {
      margin-right: 25px; } }
  @media screen and (max-width: 1025px) {
    footer {
      padding: 25px 0 30px; }
      footer .logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      footer .panel-f {
        display: none; }
      footer .social {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
        footer .social .ic {
          margin: 0 50px 0 0; }
          footer .social .ic:last-child {
            margin: 0; }
      footer hr {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 20px 0; }
      footer .menu-f {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: right; }
        footer .menu-f li {
          margin-left: 32px;
          margin-right: 0; }
          footer .menu-f li a {
            font-size: 16px; }
      footer .wms-f {
        margin: 0;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: auto; }
        footer .wms-f a {
          font-size: 16px; }
      footer .trc-f {
        display: block;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin: 0;
        color: #7c7c7c;
        font-size: 16px; } }
  @media screen and (max-width: 980px) {
    footer .menu-f {
      width: 100%;
      text-align: left;
      margin-top: 15px; }
      footer .menu-f li {
        margin-right: 12px;
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    footer .menu-f li {
      margin-right: 10px; } }
  @media screen and (max-width: 640px) {
    footer.style {
      background-image: url("../img/img-f2.jpg"); }
    footer .logo {
      display: none; }
    footer hr {
      display: none; }
    footer .social {
      width: 100%;
      text-align: center; }
      footer .social .ic {
        margin: 0 15px; }
        footer .social .ic:last-child {
          margin: 0 15px; }
    footer .menu-f {
      margin-top: 10px;
      margin-bottom: 20px; }
      footer .menu-f li {
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
    footer .wms-f {
      width: 100%;
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6;
      text-align: center;
      margin-top: 25px; }
    footer .trc-f {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5;
      width: 100%;
      text-align: center;
      margin-top: 40px; } }

/* - footer */
/* + line-h */
.line-h {
  background-color: #f7f7f7; }
  .line-h .flex1 {
    padding: 80px 0 30px;
    position: relative; }
  .line-h .menuSb {
    position: absolute;
    top: -webkit-calc(100% + 40px);
    top: -moz-calc(100% + 40px);
    top: calc(100% + 40px);
    left: 0;
    width: 220px; }
  .line-h h2 {
    margin: 0;
    text-transform: uppercase; }
    .line-h h2:before {
      content: '';
      width: 66px;
      height: 4px;
      background-color: #ffcb06;
      display: inline-block;
      vertical-align: middle;
      margin-right: 40px; }
  .line-h .input-wrap {
    width: 570px;
    margin-right: 150px; }
  .line-h .select-wrap {
    display: none; }
  @media screen and (max-width: 1400px) {
    .line-h .input-wrap {
      width: 450px;
      margin-right: 2vw;
      max-width: -webkit-calc(100% - 310px);
      max-width: -moz-calc(100% - 310px);
      max-width: calc(100% - 310px); }
    .line-h h2:before {
      width: 45px;
      margin-right: 30px; } }
  @media screen and (max-width: 1025px) {
    .line-h .flex1 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 40px 0 40px; }
    .line-h h2 {
      width: 100%;
      margin-bottom: 35px; }
    .line-h .select-wrap {
      display: block;
      max-width: 300px; }
    .line-h .input-wrap {
      margin-right: 0; }
    .line-h .menuSb {
      width: 290px;
      position: relative; } }
  @media screen and (max-width: 980px) {
    .line-h .switch {
      margin-left: -webkit-calc(100% - 108px);
      margin-left: -moz-calc(100% - 108px);
      margin-left: calc(100% - 108px);
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .line-h .flex1 {
      padding: 25px 15px; }
    .line-h h2 {
      font-size: 16px;
      text-align: center;
      margin-bottom: 25px;
      padding-top: 20px;
      position: relative; }
      .line-h h2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-image: url("../img/rio-logo.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 36px;
        height: 12px;
        display: block; }
      .line-h h2:before {
        width: 50px;
        display: block;
        margin: 0 auto 9px; } }
  @media screen and (max-width: 640px) {
    .line-h .menuSb {
      width: 100%;
      margin-bottom: 15px; }
    .line-h .input-wrap {
      max-width: 100%;
      width: 100%; } }

/* - line-h */
/* + sideBox */
.sideBox {
  padding-top: 40px;
  padding-bottom: 60px; }
  .sideBox .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sideBox .btn {
    width: 190px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .sideBox .btn.indent {
      margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .sideBox {
      padding-top: 15px;
      padding-bottom: 30px; }
      .sideBox .btn {
        margin: 20px auto 0; } }

@media screen and (max-width: 768px) {
  .line-h ~ .sideBox .separator {
    display: none; } }

.sideBar {
  width: 240px;
  padding-right: 30px; }

.sideContent {
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px); }
  .sideContent.full-width {
    width: 100%; }
  .sideContent .separator {
    margin: 0 0 30px; }

.menuSb ul {
  padding: 0;
  margin: 0; }

.menuSb li {
  list-style-type: none;
  display: table;
  margin-bottom: 30px;
  position: relative; }
  .menuSb li:last-child {
    margin-bottom: 0; }
  .menuSb li .smallText {
    color: #afafaf;
    top: -7px; }
  .menuSb li input {
    display: none; }
  .menuSb li input:checked ~ label {
    color: #dc006f; }
  .menuSb li a, .menuSb li label {
    font-size: 18px;
    font-family: "Roboto-Medium";
    color: #4e4e4e;
    position: relative;
    line-height: 1.7;
    cursor: pointer;
    display: inline-block; }
    .menuSb li a:before, .menuSb li label:before {
      content: '';
      background-color: #ffcb06;
      width: 0;
      height: 2px;
      display: block;
      position: absolute;
      top: 100%;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .menuSb li a:hover:before, .menuSb li label:hover:before {
      width: 100%; }

.menuSb.select {
  height: 56px;
  z-index: 5;
  position: relative;
  top: auto; }
  .menuSb.select.open ul {
    border-radius: 20px;
    -webkit-box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25); }
    .menuSb.select.open ul li {
      display: block;
      width: 100%;
      margin: 10px 0; }
    .menuSb.select.open ul:before {
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      top: 22px; }
  .menuSb.select ul {
    width: 100%;
    border: 2px solid #ffcb06;
    padding: 9px 60px 9px 35px;
    border-radius: 40px;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menuSb.select ul:before {
      content: '';
      position: absolute;
      top: 13px;
      right: 35px;
      width: 14px;
      height: 14px;
      border-right: 1px solid #2c2c2c;
      border-bottom: 1px solid #2c2c2c;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menuSb.select ul li {
      margin: 0;
      display: none;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .menuSb.select ul li .smallText {
        display: none; }
      .menuSb.select ul li label {
        display: block; }
        .menuSb.select ul li label:before {
          display: none; }
      .menuSb.select ul li.active {
        display: block;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0; }

@media screen and (max-width: 1025px) {
  .menuSb {
    height: 56px;
    z-index: 5;
    position: relative;
    top: auto; }
    .menuSb.open ul {
      border-radius: 20px;
      -webkit-box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25); }
      .menuSb.open ul li {
        display: block;
        width: 100%;
        margin: 10px 0; }
      .menuSb.open ul:before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 22px; }
    .menuSb ul {
      width: 100%;
      border: 2px solid #ffcb06;
      padding: 11px 60px 11px 30px;
      border-radius: 40px;
      position: relative;
      background-color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menuSb ul:before {
        content: '';
        position: absolute;
        top: 13px;
        right: 30px;
        width: 15px;
        height: 15px;
        border-right: 1px solid #2c2c2c;
        border-bottom: 1px solid #2c2c2c;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .menuSb ul li {
        margin: 0;
        display: none;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
        .menuSb ul li .smallText {
          display: none; }
        .menuSb ul li label {
          display: block; }
          .menuSb ul li label:before {
            display: none; }
        .menuSb ul li.active {
          display: block;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-top: 0;
          max-width: 100%; }
          .menuSb ul li.active label {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%; } }

@media screen and (max-width: 1025px) {
  .sideContent {
    width: 100%; }
  .sideBar {
    display: none; } }

/* - sideBox */
/* + tabSc */
.tabSc .tabSc-item {
  display: none; }
  .tabSc .tabSc-item.active {
    display: block; }

/* - tabSc */
/* + mobileTab */
.mobileTab {
  display: none;
  margin-bottom: 50px; }
  @media screen and (max-width: 1025px) {
    .mobileTab {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      width: -webkit-calc(100% + 80px);
      width: -moz-calc(100% + 80px);
      width: calc(100% + 80px);
      margin-left: -40px;
      padding-left: 40px;
      padding-right: 40px; }
      .mobileTab .linkMt {
        width: 50%;
        text-align: center;
        font-size: 20px;
        font-family: "Roboto-Bold";
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        color: #afafaf; }
        .mobileTab .linkMt svg {
          display: block;
          margin: 0 auto 10px; }
        .mobileTab .linkMt.active {
          color: #2c2c2c; }
          .mobileTab .linkMt.active .fill-grey {
            fill: #dc006f; }
          .mobileTab .linkMt.active:before {
            content: '';
            width: 100%;
            height: 5px;
            background-color: #dc006f;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0; } }
  @media screen and (max-width: 767px) {
    .mobileTab {
      border-top: 1px solid #ebebeb;
      margin-bottom: 10px;
      width: -webkit-calc(100% + 10px);
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      margin-left: -5px;
      padding-left: 5px;
      padding-right: 5px; }
      .mobileTab .linkMt {
        font-size: 14px; } }

/* - mobileTab */
/* + card */
.card {
  padding-bottom: 70px; }
  .card .flex1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }

.card.style .card-img {
  width: 50%; }

.card.style .textCard {
  width: 50%;
  padding-left: 30px; }
  .card.style .textCard a {
    color: #dc006f; }
  .card.style .textCard.size {
    width: 100%;
    padding-left: 0; }

.card.style .link-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  text-align: left; }
  .card.style .link-wrap p {
    font-size: 14px; }
    .card.style .link-wrap p svg {
      vertical-align: middle;
      margin-bottom: 3px;
      margin-right: 5px; }

@media screen and (max-width: 768px) {
  .card.style .link-wrap {
    margin-bottom: 10px;
    text-align: center; }
  .card.style .card-img {
    width: 100%;
    margin-bottom: 20px; }
  .card.style .textCard {
    width: 100%;
    padding: 0; } }

.card-img {
  position: relative;
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .card-img .absImg {
    height: auto;
    margin-bottom: 60px;
    position: relative;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1); }

.wcp {
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px); }

.cardInfo {
  width: 450px;
  top: 0;
  right: 0;
  position: absolute; }
  @media screen and (min-width: 981px) {
    .cardInfo.order {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .cardInfo .link-wrap .minText svg {
    margin-right: 10px;
    margin-bottom: -3px; }

.link-wrap {
  display: block;
  text-align: center;
  position: absolute;
  top: -webkit-calc(100% + 25px);
  top: -moz-calc(100% + 25px);
  top: calc(100% + 25px);
  width: 100%; }

.cardInfo-logo {
  height: 305px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 30px 40px; }
  .cardInfo-logo img {
    width: 270px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  .cardInfo-logo h2 {
    margin: 0;
    text-transform: uppercase; }

.cardInfo-c {
  padding: 60px 80px 30px; }
  .cardInfo-c .item {
    margin-bottom: 45px; }
    .cardInfo-c .item p, .cardInfo-c .item a {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      color: #2c2c2c;
      font-size: 16px;
      max-width: -webkit-calc(100% - 65px);
      max-width: -moz-calc(100% - 65px);
      max-width: calc(100% - 65px);
      word-break: break-word; }
      .cardInfo-c .item p.yellowLink, .cardInfo-c .item a.yellowLink {
        word-break: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .cardInfo-c .item .ic {
      margin-right: 30px;
      width: 26px;
      height: 26px; }

.cardInfo-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cardInfo-f .ic {
    width: 11px;
    height: 11px;
    margin-right: 10px; }
  .cardInfo-f a {
    font-size: 14px;
    color: #4e4e4e;
    margin: 0 20px 5px 0; }
    .cardInfo-f a:last-child {
      margin-right: 0; }
    .cardInfo-f a:hover {
      color: #dc006f; }

.socialBlock p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 0; }

.socialBlock a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }
  .socialBlock a:last-child {
    margin-right: 0; }
  .socialBlock a .fill-black {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

.socialBlock .ya-share2 li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }
  .socialBlock .ya-share2 li:last-child {
    margin-right: 20px; }

.socialBlock .ya-share2.ya-share2_inited {
  display: inline-block;
  vertical-align: middle; }

.socialBlock .ya-share2__item.ya-share2__item_service_vkontakte {
  background-image: url("../img/ic-vk.svg");
  width: 26px;
  height: 14px;
  margin-top: 4px;
  opacity: 1; }

.socialBlock .ya-share2__item.ya-share2__item_service_facebook {
  background-image: url("../img/ic-fb.svg");
  width: 11px;
  height: 22px;
  opacity: 1; }

.socialBlock .ya-share2__item.ya-share2__item_service_odnoklassniki {
  background-image: url("../img/odnoklassniki.svg");
  width: 13px;
  height: 22px;
  opacity: 0.9; }

.socialBlock .ya-share2__item.ya-share2__item_service_twitter {
  background-image: url("../img/tw.png");
  width: 22px;
  height: 22px;
  opacity: 0.9; }

.socialBlock .ya-share2__item {
  position: relative;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; }

.socialBlock .ya-share2__link span {
  display: none; }

.textCard {
  max-width: 960px;
  margin-bottom: 40px; }
  .textCard p {
    font-size: 20px;
    line-height: 1.6; }
    .textCard p strong {
      font-family: "Roboto-Bold"; }
  .textCard small {
    font-size: 16px;
    color: #7c7c7c; }
  .textCard p > a:not(.btn) {
    color: #dc006f; }
  .textCard video {
    max-width: 100%; }

@media screen and (max-width: 1400px) {
  .cardInfo {
    width: 300px; }
  .cardInfo-c {
    padding: 40px 30px 30px; }
    .cardInfo-c .item .ic {
      margin-right: 20px; }
  .cardInfo-logo {
    height: 230px; }
  .card-img {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px); }
  .wcp {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px); } }

@media screen and (max-width: 1025px) {
  .cardPages .title-separator {
    display: none; } }

@media screen and (max-width: 980px) {
  .card {
    padding-bottom: 100px; }
  .wcp {
    width: 100%; }
  .card-img {
    width: 100%; }
  .cardInfo {
    width: 100%;
    position: relative;
    margin-bottom: 100px; }
  .card-img .absImg {
    margin-bottom: 20px; }
  .cardInfo-logo {
    height: 160px; } }

@media screen and (max-width: 768px) {
  .card {
    padding-bottom: 90px; }
  .link-wrap {
    top: -webkit-calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px); }
  .textCard {
    text-align: center;
    font-size: 16px; }
    .textCard p {
      font-size: 18px; }
  .socialBlock {
    text-align: center; }
    .socialBlock p {
      display: none; }
  .cardPages .btn {
    margin-right: auto;
    margin-left: auto;
    display: table; } }

/* - card */
/* + lookBox */
.lookBox {
  margin-bottom: 60px; }
  .lookBox .title-separator {
    margin: 70px 0 30px; }
  .lookBox .actionBox .item {
    margin-bottom: 10px; }
  @media screen and (max-width: 1400px) {
    .lookBox {
      margin-bottom: 40px; } }
  @media screen and (max-width: 1025px) {
    .lookBox .title-separator.min h2 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .lookBox {
      margin-bottom: 0; }
      .lookBox .title-separator.min h2 {
        font-size: 16px; } }

/* - lookBox */
/* + aboutPages */
.aboutBox img {
  display: block; }

.aboutBox .owl-main .item {
  padding-top: 690px; }
  @media screen and (max-width: 1490px) {
    .aboutBox .owl-main .item {
      padding-top: 49%; } }

.aboutBox-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .aboutBox-c .luminous {
    margin: 40px 35px 60px 0; }
  .aboutBox-c .item {
    text-align: center;
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .aboutBox-c .item p {
      margin: 0;
      text-align: left; }
    .aboutBox-c .item:nth-child(2) .luminous:before {
      -webkit-animation-delay: 3s;
      -moz-animation-delay: 3s;
      animation-delay: 3s; }
    .aboutBox-c .item:nth-child(3) .luminous:before {
      -webkit-animation-delay: 6s;
      -moz-animation-delay: 6s;
      animation-delay: 6s; }

.aboutPages .socialBox {
  margin-top: 100px; }

#socials-instagram {
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 25px 45px 0px rgba(0, 0, 0, 0.25); }
  #socials-instagram .logoIn {
    height: 60px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    padding-right: 10px; }
  #socials-instagram .profile {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px; }
    #socials-instagram .profile td {
      font-size: 14px; }

#widgetData span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100%; }

#widgetData a {
  width: 25%;
  height: 92px;
  padding: 2px; }

.aboutText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .aboutText table {
    margin-top: 30px; }
  .aboutText.size .aboutText-item {
    width: 100%; }
    .aboutText.size .aboutText-item:nth-child(odd) {
      text-align: left; }
  .aboutText.size table {
    table-layout: fixed;
    width: 100%;
    min-width: 757px; }
    .aboutText.size table td {
      padding: 0 30px 0 0;
      vertical-align: top;
      width: 100%; }
      .aboutText.size table td:last-child {
        padding-right: 0; }
  .aboutText .aboutText-item {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px); }
    .aboutText .aboutText-item:nth-child(odd) {
      text-align: right; }
  .aboutText .largeText {
    font-family: "Roboto-Bold";
    color: #2c2c2c;
    font-size: 24px;
    margin-bottom: 5px; }
  .aboutText p {
    font-size: 20px;
    line-height: 1.6;
    overflow: auto; }

.tenantsPages .aboutText p {
  color: #7c7c7c; }

@media screen and (max-width: 1025px) {
  .luminous {
    width: 70px;
    height: 70px; }
  .aboutBox-c .luminous {
    margin: 40px 15px 60px 0; }
  .aboutBox-c .item p {
    font-size: 14px;
    margin: 0; }
  .aboutText .aboutText-item {
    width: 100%;
    margin-bottom: 40px; }
    .aboutText .aboutText-item:last-child {
      margin-bottom: 0; }
    .aboutText .aboutText-item:nth-child(odd) {
      text-align: left; } }

@media screen and (max-width: 768px) {
  .aboutPages {
    background-color: #f7f7f7; }
    .aboutPages .title-separator {
      margin: 0;
      padding: 30px 0;
      z-index: 1;
      position: relative; }
      .aboutPages .title-separator:before {
        content: '';
        position: absolute;
        top: 0;
        left: -5px;
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        height: 100%;
        background-color: #fff;
        z-index: -1; }
    .aboutPages .socialBox {
      margin-top: 70px; }
  .aboutBox {
    position: relative;
    z-index: 2; }
    .aboutBox:before {
      content: '';
      position: absolute;
      top: 0;
      left: -5px;
      width: -webkit-calc(100% + 10px);
      width: -moz-calc(100% + 10px);
      width: calc(100% + 10px);
      height: 100%;
      background-color: #fff;
      z-index: -1; }
  .aboutText {
    text-align: center; }
    .aboutText p {
      font-size: 16px; }
    .aboutText .largeText {
      font-size: 18px; }
  .aboutText-item {
    text-align: center !important; } }

@media screen and (max-width: 640px) {
  .aboutBox-c {
    padding: 25px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .aboutBox-c .item {
      width: 100%; }
      .aboutBox-c .item p {
        font-size: 16px;
        width: 150px; }
    .aboutBox-c .luminous {
      margin: 30px 25px 30px 0; }
  .luminous {
    width: 104px;
    height: 104px; } }

/* - aboutPages */
/* +form */
.form {
  border: 2px solid #ffcb06;
  text-align: center;
  margin: 40px 0 70px; }
  .form.br0 {
    border: 0; }
    .form.br0 .form-c {
      padding-bottom: 0; }

.form.br0 > .form-c {
  padding-top: 0; }

.form-h {
  background-color: #f7f7f7;
  padding: 20px 40px 30px; }
  .form-h .form-h-text {
    font-size: 16px; }
  .form-h h2 {
    margin: 15px 0;
    font-size: 26px;
    text-transform: uppercase; }
  .form-h .link {
    margin: 0 20px; }
    .form-h .link .ic {
      margin-right: 10px; }

.form-c {
  padding: 25px 40px 35px; }
  .form-c h3 .ic {
    width: 40px;
    height: 40px; }
  .form-c h3 {
    margin: 0 0 15px;
    font-size: 20px; }
  .form-c textarea {
    margin-bottom: 10px;
    height: 120px;
    border-radius: 20px;
    font-size: 14px; }
  .form-c .input-wrap {
    margin-bottom: 10px;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px); }
    .form-c .input-wrap input[type='text'] {
      height: 40px;
      font-size: 14px; }
  .form-c .inputBox {
    margin-bottom: 10px; }
  .form-c .btn {
    margin-bottom: 20px; }
  .form-c .form.br0 {
    margin: 0; }

@media screen and (max-width: 1025px) {
  .form {
    border: 1px solid #ffcb06;
    margin: 30px 0 60px; }
  .form-c {
    padding: 30px 30px 55px; }
    .form-c h3 {
      margin: 0 0 30px; } }

@media screen and (max-width: 980px) {
  .form-c .input-wrap {
    width: 100%; }
  .form-c textarea {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .form {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form h3.left {
      text-align: center; }
  .form-c {
    padding: 0; }
    .form-c .inputBox {
      margin-bottom: 10px; }
  .form-h {
    background-color: #f7f7f7;
    padding: 30px;
    border: 1px solid #ffcb06;
    margin-bottom: 20px; }
    .form-h h2 {
      font-size: 24px;
      margin: 20px 0; }
    .form-h .link {
      margin: 5px 20px; }
    .form-h .form-h-text {
      font-size: 14px; } }

/* -form */
/* + schedule-wrap */
.schedule-wrap {
  margin-bottom: 70px; }
  .schedule-wrap .btn {
    margin-bottom: 40px; }

@media screen and (max-width: 1025px) {
  .schedule-wrap {
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .schedule-wrap {
    margin-bottom: 30px; }
  .card {
    padding-bottom: 50px; }
  .schedule.open .item:nth-child(1n+4) {
    display: block; }
  .schedule .item {
    display: block; }
  .schedule .item:nth-child(1n+4) {
    display: none; } }

/* - schedule-wrap */
.eventPages {
  padding-top: 30px; }
  @media screen and (max-width: 1025px) {
    .eventPages {
      padding-top: 0px; } }
  @media screen and (max-width: 768px) {
    .eventPages {
      position: relative; }
      .eventPages .title-separator {
        position: absolute;
        width: 100%;
        top: 122px;
        margin: 0; }
      .eventPages .mobileTab {
        margin-bottom: 100px; } }

/* +event-cardPages */
.sliderCard-wrap {
  position: relative;
  margin-bottom: 40px;
  width: -webkit-calc(100% - 480px);
  width: -moz-calc(100% - 480px);
  width: calc(100% - 480px); }
  .sliderCard-wrap:last-child {
    margin-bottom: 0; }
  .sliderCard-wrap .socialBlock {
    margin: 70px 0; }
  @media screen and (max-width: 1400px) {
    .sliderCard-wrap {
      width: -webkit-calc(100% - 320px);
      width: -moz-calc(100% - 320px);
      width: calc(100% - 320px); }
      .sliderCard-wrap .owl-carousel .owl-nav button.owl-prev, .sliderCard-wrap .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px; } }
  @media screen and (max-width: 980px) {
    .sliderCard-wrap {
      width: 100%; } }

.sliderCard-wrap ~ .socialBlock {
  margin: 0 0 70px; }

.event-cardPages .card {
  padding-bottom: 0; }

.event-cardPages .cardInfo {
  margin-bottom: 70px; }

@media screen and (max-width: 1025px) {
  .sliderCard-wrap .socialBlock {
    margin: 50px 0 60px; }
  .sliderCard-wrap ~ .socialBlock {
    margin: 0 0 60px; } }

@media screen and (max-width: 980px) {
  .event-cardPages .cardInfo {
    margin-bottom: 100px; } }

@media screen and (max-width: 767px) {
  .sliderCard-wrap ~ .socialBlock {
    margin: 0 0 50px; } }

/* -event-cardPages */
/* + privacy-policy */
body:has(.pagePrivacyPolicy) {
  background: #fbf9f5; }

.pagePrivacyPolicy {
  padding-top: 14px; }
  @media screen and (min-width: 992px) {
    .pagePrivacyPolicy {
      padding-top: 20px; } }
  .pagePrivacyPolicy h1 {
    margin-top: 0;
    font-size: 34px;
    margin-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .pagePrivacyPolicy h1 {
        font-size: 50px;
        margin-bottom: 77px; } }
  @media screen and (max-width: 991px) {
    .pagePrivacyPolicy {
      padding-bottom: 132px; }
      .pagePrivacyPolicy .row {
        padding-left: 20px;
        padding-right: 20px; } }

.wrapPrivacyPolicy {
  background-color: #fff; }
  .wrapPrivacyPolicy h1 {
    font-size: 34px; }
    @media screen and (min-width: 768px) {
      .wrapPrivacyPolicy h1 {
        font-size: 50px; } }
  @media screen and (min-width: 992px) {
    .wrapPrivacyPolicy {
      padding: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      gap: 60px; } }

.btnNone {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: transparent; }

.accBtn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 11px 0;
  font-family: "Roboto-Medium";
  border-top: 1px solid #afafaf;
  color: #7c7c7c;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  width: 100%; }
  .accBtn .wrapBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .accBtn .wrapBox:after {
      content: '';
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url("../img/tickBlack.svg");
      margin-left: 24px;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .accBtn.active .wrapBox:after {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  @media screen and (min-width: 992px) {
    .accBtn.active, .accBtn:hover {
      color: #dc006f; } }

@media screen and (min-width: 992px) {
  .privacy-policy-sideBar {
    width: 100%;
    max-width: 283px; } }

@media screen and (max-width: 991px) {
  .privacy-policy-sideBar {
    display: none; } }

.privacy-policy {
  font-size: 12px;
  color: #7c7c7c; }
  .privacy-policy a {
    text-decoration: underline; }
    .privacy-policy a:hover {
      color: #dc006f; }
  @media screen and (min-width: 992px) {
    .privacy-policy {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      max-width: 807px;
      margin-right: auto;
      font-size: 16px;
      margin-bottom: 140px; }
      .privacy-policy:not(.active) {
        display: none; } }
  @media screen and (max-width: 991px) {
    .privacy-policy:not(.active) .boxText {
      display: none; } }
  @media screen and (min-width: 992px) {
    .privacy-policy .accBtn {
      border-top: none;
      padding: 0 0 23px 0;
      margin-bottom: 48px;
      position: relative;
      font-size: 32px;
      color: #7c7c7c;
      pointer-events: none; }
      .privacy-policy .accBtn:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90px;
        height: 4px;
        background-color: #dc006f;
        border-radius: 2px; }
      .privacy-policy .accBtn .wrapBox:after {
        display: none; } }
  .privacy-policy ol li {
    position: relative;
    padding-left: 24px; }
    .privacy-policy ol li:before {
      position: absolute;
      left: 0;
      top: 0; }
    .privacy-policy ol li ol {
      margin-top: 20px;
      margin-left: -24px;
      width: -webkit-calc(100% + 24px);
      width: -moz-calc(100% + 24px);
      width: calc(100% + 24px); }
      .privacy-policy ol li ol li {
        padding-left: 0; }
        .privacy-policy ol li ol li:before {
          position: static; }
      .privacy-policy ol li ol ol {
        margin-left: 0;
        width: 100%; }
      @media screen and (min-width: 992px) {
        .privacy-policy ol li ol {
          margin-top: 33px; } }
  .privacy-policy ol ul {
    margin: 0 !important;
    padding-left: 0; }
  .privacy-policy ul {
    padding-left: 0;
    list-style: none; }
    .privacy-policy ul li {
      padding-left: 0;
      margin-bottom: 0;
      position: relative; }
      .privacy-policy ul li:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 12px;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #7c7c7c; }
        @media screen and (min-width: 992px) {
          .privacy-policy ul li:before {
            top: 12.5px; } }
  .privacy-policy p, .privacy-policy li, .privacy-policy ul {
    font-size: inherit;
    margin-bottom: 20px;
    line-height: 27px;
    margin-top: 0; }
    @media screen and (min-width: 992px) {
      .privacy-policy p, .privacy-policy li, .privacy-policy ul {
        line-height: 28px;
        margin-bottom: 33px; } }
  .privacy-policy ul {
    padding-left: 24px; }

/* - privacy-policy */
.cursorPointer {
  cursor: pointer; }

/* +costBox */
.costBox {
  margin-bottom: 70px; }
  .costBox .item {
    margin-bottom: 40px; }
    .costBox .item:last-child {
      margin-bottom: 0; }
  .costBox .costBox-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .costBox .costBox-h:after {
      content: '';
      width: -webkit-calc(100% - 195px);
      width: -moz-calc(100% - 195px);
      width: calc(100% - 195px);
      height: 1px;
      background-color: #ebebeb; }
    .costBox .costBox-h p {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      background: #ffcb06;
      width: 195px;
      text-align: center;
      padding: 14px 0;
      margin: 0;
      border-radius: 30px;
      font-family: "Roboto-Medium"; }
  .costBox .costBox-c {
    padding-left: 255px; }
    .costBox .costBox-c p {
      font-size: 24px;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px;
      font-family: "Roboto-Regular"; }
  @media screen and (max-width: 768px) {
    .costBox .costBox-h:after {
      width: -webkit-calc(100% - 155px);
      width: -moz-calc(100% - 155px);
      width: calc(100% - 155px); }
    .costBox .costBox-h p {
      font-size: 16px;
      width: 155px;
      padding: 10px 0; }
    .costBox .costBox-c {
      padding-left: 50px;
      text-align: right; }
      .costBox .costBox-c p {
        margin-right: 0px;
        margin-left: 20px; } }

/* - costBox */
.ya-taxi-widget_size_xs {
  height: 50px !important; }

/* + map */
#map ~ .popup .popup-wrap {
  padding: 30px 15px; }

.map-wrap {
  position: relative;
  height: -webkit-calc(100vh - 140px - 217px);
  height: -moz-calc(100vh - 140px - 217px);
  height: calc(100vh - 140px - 217px);
  min-height: 640px; }
  .map-wrap #map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.panelMap-wrap {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%; }
  .panelMap-wrap:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .panelMap-wrap input.close[type='submit'] {
    padding: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
    top: 0;
    margin: auto;
    right: 23px;
    background-image: url("../img/cross.svg");
    background-size: 70%;
    z-index: -1;
    opacity: 0; }
  .panelMap-wrap .input.fill {
    background-image: none; }
  .panelMap-wrap .input.fill ~ input.close[type='submit'] {
    z-index: 1;
    opacity: 1; }
  .panelMap-wrap input[type='text'] {
    background-image: url("../img/map.svg");
    background-size: 20px;
    background-position: -webkit-calc(100% - 20px) center;
    background-position: -moz-calc(100% - 20px) center;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat; }

.panelRoute {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0px 0; }
  .panelRoute .input-wrap {
    margin-bottom: 20px; }
    .panelRoute .input-wrap input[type='text'] {
      padding: 0 50px 0 20px; }
  .panelRoute .scroll {
    overflow: auto;
    height: 288px; }
  .panelRoute ul {
    padding: 0 0 0 30px;
    margin: 0; }
    .panelRoute ul li {
      list-style-type: none;
      position: relative;
      margin-bottom: 23px; }
      .panelRoute ul li:last-child:after {
        display: none; }
      .panelRoute ul li:after {
        content: '';
        height: -webkit-calc(100% + 13px);
        height: -moz-calc(100% + 13px);
        height: calc(100% + 13px);
        width: 1px;
        display: block;
        position: absolute;
        left: -27px;
        border-left: 1px dashed #afafaf;
        top: 14px; }
      .panelRoute ul li:before {
        content: '';
        position: absolute;
        top: 8px;
        left: -30px;
        width: 6px;
        height: 6px;
        background-color: #dc006f;
        border-radius: 100%; }

.panelMap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  z-index: 1;
  width: 530px;
  padding: 0 35px 35px; }

.panelMap-c {
  letter-spacing: -5px; }
  .panelMap-c div * {
    letter-spacing: 0; }
  .panelMap-c input[type='radio'] {
    display: none; }
  .panelMap-c input[type='text'] {
    font-size: 16px;
    border: 2px solid #dc006f;
    padding: 0 50px 0 35px; }
  .panelMap-c label {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(45% - 5px);
    width: -moz-calc(45% - 5px);
    width: calc(45% - 5px);
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: "Roboto-Medium";
    padding: 15px 10px; }
    .panelMap-c label span, .panelMap-c label svg {
      display: inline-block;
      vertical-align: middle; }
    .panelMap-c label svg {
      margin-right: 15px; }
    .panelMap-c label:before {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #dc006f;
      position: absolute;
      z-index: -1;
      border-radius: 30px; }
    .panelMap-c label:nth-child(2) {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .panelMap-c label:nth-child(4) {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .panelMap-c .itemPm {
    display: none;
    margin-top: 35px; }
    .panelMap-c .itemPm.pm2 {
      margin-top: 0; }

.btn-wrap.back {
  text-align: center;
  margin-top: 35px; }
  .btn-wrap.back .btn {
    padding: 11.5px 20px;
    border: none; }
  @media screen and (max-width: 640px) {
    .btn-wrap.back {
      margin-top: 30px; } }

#pmc1:checked ~ .pm1 {
  display: block; }

#pmc2:checked ~ .pm2 {
  display: block; }

#pmc1:checked ~ .label1 {
  color: #fff;
  width: 55%; }
  #pmc1:checked ~ .label1:before {
    display: block; }
  #pmc1:checked ~ .label1 .fill-black {
    fill: #fff; }

#pmc2:checked ~ .label2 {
  color: #fff;
  width: 55%; }
  #pmc2:checked ~ .label2:before {
    display: block; }
  #pmc2:checked ~ .label2 .fill-black {
    fill: #fff; }

.panelMap-h {
  position: relative;
  padding: 35px 0;
  margin-bottom: 35px; }
  .panelMap-h:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -35px;
    width: -webkit-calc(100% + 70px);
    width: -moz-calc(100% + 70px);
    width: calc(100% + 70px);
    height: 100%;
    background-color: #f7f7f7; }
  .panelMap-h p {
    font-size: 20px;
    font-family: "Roboto-Regular";
    display: block;
    color: #2c2c2c;
    margin-bottom: 15px; }
    .panelMap-h p:last-child {
      margin-bottom: 0; }
    .panelMap-h p span, .panelMap-h p a {
      color: inherit;
      width: -webkit-calc(100% - 100px);
      width: -moz-calc(100% - 100px);
      width: calc(100% - 100px);
      display: inline-block;
      vertical-align: top; }
    .panelMap-h p svg {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }

.imgBus {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #dc006f;
  background-image: url("../img/bus-w.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center; }
  .imgBus .ic {
    position: absolute; }

.infoBus {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px); }
  .infoBus .text {
    font-size: 16px;
    margin: 0 0 5px;
    font-family: "Roboto-Regular";
    width: 100%; }
  .infoBus .purText, .infoBus .greyText {
    font-size: 12px;
    font-family: "Roboto-Light";
    width: 100%;
    display: block; }

.busLine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .busLine:last-child {
    margin-bottom: 0; }
  .busLine .detailedBus {
    font-size: 15px;
    display: block;
    margin-left: 55px;
    margin-top: 5px; }

.bus-item {
  width: 100%;
  cursor: pointer; }
  .bus-item.pur .imgBus {
    background-color: #dc006f; }
  .bus-item.pur .routeBus {
    border-color: #dc006f; }
  .bus-item.blue .imgBus {
    background-color: #2d358c; }
  .bus-item.blue .routeBus {
    border-color: #2d358c; }
  .bus-item.yellow .imgBus {
    background-color: #ee9a00; }
  .bus-item.yellow .routeBus {
    border-color: #ee9a00; }

.routeBus {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #dc006f;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin-top: 10px; }

@media screen and (max-width: 1025px) {
  .panelRoute {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto; }
  .panelMap-wrap {
    position: relative;
    height: auto; }
    .panelMap-wrap:before {
      display: none; }
  .map-wrap {
    min-height: auto;
    height: auto; }
    .map-wrap #map {
      position: relative;
      height: 540px; }
  .panelMap {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%; }
  .panelMap-h:before {
    left: -75px;
    width: -webkit-calc(100% + 150px);
    width: -moz-calc(100% + 150px);
    width: calc(100% + 150px); }
  .panelMap-c {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
  .busLine {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .itemPm .input-wrap {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .panelMap-h {
    text-align: center; }
    .panelMap-h p {
      max-width: 400px;
      display: inline-block;
      width: 100%;
      text-align: left; }
      .panelMap-h p br {
        display: none; }
    .panelMap-h p:last-child {
      width: 280px; } }

@media screen and (max-width: 980px) {
  .panelMap-h p {
    margin-bottom: 20px;
    text-align: center; }
    .panelMap-h p:last-child {
      margin-bottom: 0; }
    .panelMap-h p svg {
      display: block;
      margin: 0 auto 10px; } }

@media screen and (max-width: 767px) {
  .panelMap-h:before {
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px); }
  .map-wrap #map {
    height: 360px; }
  .panelMap-h {
    padding: 25px 0;
    margin-bottom: 20px; }
  .panelMap-h p {
    font-size: 18px; } }

@media screen and (max-width: 640px) {
  .panelRoute {
    padding: 20px 0px 0; }
  .panelMap {
    padding: 0 0 35px; }
  .panelMap-h:before {
    left: -5px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px); }
  .panelMap-c label {
    font-size: 12px;
    padding: 10px; }
    .panelMap-c label span {
      line-height: 1.4; }
    .panelMap-c label svg {
      margin-right: 5px; }
  #pmc1:checked ~ .label1 {
    width: 52%; }
  #pmc2:checked ~ .label2 {
    width: 52%; }
  .panelMap-c label {
    width: 48%; } }

@media screen and (max-width: 413px) {
  .bus-item {
    width: 100%;
    margin-bottom: 30px; }
    .bus-item:last-child {
      margin-bottom: 0; }
  .busLine {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; } }

@media screen and (max-width: 400px) {
  .panelMap-c label {
    font-size: 11px; } }

/* - map */
/* + trc map */
#shop-name-box {
  position: fixed;
  top: 200px;
  left: 800px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0 50px 50px;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75); }

.trcMap svg text, .trcMap svg image {
  pointer-events: none; }

.sectionSvg[data-entity]:hover {
  fill: #ffcb0699 !important; }

.sectionSvg[data-entity].active {
  fill: #ffcb06; }

.trcMap {
  min-height: 55%;
  border: 1px solid #ebebeb; }
  .trcMap.layer-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: 0; }

.panzoom-elements {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 151.617);
  -moz-transform: matrix(1, 0, 0, 1, 0, 151.617);
  -ms-transform: matrix(1, 0, 0, 1, 0, 151.617);
  transform: matrix(1, 0, 0, 1, 0, 151.617); }

.trcText {
  margin-bottom: 60px; }
  .trcText p {
    font-size: 24px;
    font-family: "Roboto-Thin";
    line-height: 1.5; }

.mapCenter-wrap {
  position: relative; }
  .mapCenter-wrap .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px; }
  .mapCenter-wrap .cardInfo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    background: #fff;
    height: auto;
    bottom: auto;
    width: 350px;
    margin: 0; }
  .mapCenter-wrap .cardInfo-c {
    padding: 40px; }
    .mapCenter-wrap .cardInfo-c p, .mapCenter-wrap .cardInfo-c a {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .mapCenter-wrap .cardInfo-c .item {
      margin-bottom: 30px; }
      .mapCenter-wrap .cardInfo-c .item .ic {
        margin-right: 15px; }
  .mapCenter-wrap .cardInfo-logo img {
    width: 150px; }
  .mapCenter-wrap .cardInfo-logo {
    height: 150px;
    padding: 25px; }
  .mapCenter-wrap .cardInfo-logo ~ .btn-wrap {
    margin: 20px 0 0 40px;
    display: table; }

.menuTrc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }
  .menuTrc .btn.round {
    width: 52px;
    height: 52px; }
  .menuTrc .menuSb {
    width: 330px; }
    .menuTrc .menuSb .menuSb_li_hover:hover {
      color: #dc006f; }
  .menuTrc .input-wrap {
    width: 570px;
    margin: 0; }
  .menuTrc .floorStep {
    width: 125px;
    text-align: right; }
    .menuTrc .floorStep .btn {
      margin-left: 15px; }
      .menuTrc .floorStep .btn:first-child {
        margin-left: 0; }

@media screen and (max-width: 1200px) {
  .menuTrc {
    margin-bottom: 30px; }
    .menuTrc .input-wrap {
      width: 400px; } }

@media screen and (max-width: 1025px) {
  .menuTrc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menuTrc .input-wrap {
      width: 340px; }
    .menuTrc .floorStep {
      width: 100%;
      margin-top: 15px; }
  .trcMap {
    min-height: 45%; }
  .panzoom-elements {
    -webkit-transform: matrix(1, 0, 0, 1, 2, 50%);
    -moz-transform: matrix(1, 0, 0, 1, 2, 50%);
    -ms-transform: matrix(1, 0, 0, 1, 2, 50%);
    transform: matrix(1, 0, 0, 1, 2, 50%); } }

@media screen and (max-width: 768px) {
  .trcMap {
    min-height: 40%; }
  .panzoom-elements {
    -webkit-transform: matrix(1, 0, 0, 1, 2, 123.461);
    -moz-transform: matrix(1, 0, 0, 1, 2, 123.461);
    -ms-transform: matrix(1, 0, 0, 1, 2, 123.461);
    transform: matrix(1, 0, 0, 1, 2, 123.461); }
  .menuTrc .input-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px; }
  .menuTrc .menuSb {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .menuTrc .floorStep {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .menuTrc .floorStep {
    width: 130px;
    margin: 0; }
  .trcText p {
    font-size: 18px; }
  .mapCenter-wrap .cardInfo {
    position: fixed;
    left: 0;
    top: -webkit-calc(50% - 190px);
    top: -moz-calc(50% - 190px);
    top: calc(50% - 190px);
    bottom: auto;
    z-index: 11;
    right: 0;
    margin: auto;
    width: 300px; }
    .mapCenter-wrap .cardInfo::before {
      content: '';
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: -1; }
    .mapCenter-wrap .cardInfo .cardInfo-logo ~ .btn-wrap {
      padding: 20px 0 0 25px;
      display: block;
      margin: 0;
      background: #fff; }
  .mapCenter-wrap .cardInfo-c {
    padding: 25px;
    background-color: #fff; }
  .mapCenter-wrap .cardInfo-logo {
    height: 140px;
    padding: 25px; } }

@media screen and (max-width: 500px) {
  .menuTrc .menuSb {
    width: 100%;
    margin-bottom: 15px; }
  .menuTrc .floorStep {
    width: 100%; }
  .trcMap {
    min-height: 300px; }
  .panzoom-elements {
    -webkit-transform: matrix(1, 0, 0, 1, 2, 77.7813);
    -moz-transform: matrix(1, 0, 0, 1, 2, 77.7813);
    -ms-transform: matrix(1, 0, 0, 1, 2, 77.7813);
    transform: matrix(1, 0, 0, 1, 2, 77.7813); } }

@media screen and (max-width: 420px) {
  .panzoom-elements {
    -webkit-transform: matrix(1, 0, 0, 1, 2, 90.5078);
    -moz-transform: matrix(1, 0, 0, 1, 2, 90.5078);
    -ms-transform: matrix(1, 0, 0, 1, 2, 90.5078);
    transform: matrix(1, 0, 0, 1, 2, 90.5078); } }

@media screen and (max-width: 380px) {
  -webkit-transform: matrix(1, 0, 0, 1, 2, 96.2813);
  -moz-transform: matrix(1, 0, 0, 1, 2, 96.2813);
  -ms-transform: matrix(1, 0, 0, 1, 2, 96.2813);
  transform: matrix(1, 0, 0, 1, 2, 96.2813); }

@media screen and (max-width: 350px) {
  -webkit-transform: matrix(1, 0, 0, 1, 2, 104.422);
  -moz-transform: matrix(1, 0, 0, 1, 2, 104.422);
  -ms-transform: matrix(1, 0, 0, 1, 2, 104.422);
  transform: matrix(1, 0, 0, 1, 2, 104.422); }

/* - trc map */
/* + contact us */
.contact-l {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: 605px;
  padding-right: 20px; }
  .contact-l .separator {
    margin: 0;
    width: 100%; }
    .contact-l .separator:after {
      display: none; }
    .contact-l .separator:before {
      width: 100%; }
  .contact-l .input-wrap {
    margin-bottom: 20px; }
  .contact-l textarea {
    margin-bottom: 45px; }
  .contact-l #openPopup {
    margin: 30px 0 30px; }
  .contact-l h3 .text {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px); }

.contactPages .form-c {
  padding: 0; }
  .contactPages .form-c .input-wrap {
    width: 100%; }

.contactPages .contact-l #openPopup {
  margin: 0px 0 30px; }

.contactPages .form-c .inputBox {
  margin-bottom: 20px; }

@media screen and (max-width: 1024px) {
  .contactPages .form-c .input-wrap {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px); } }

@media screen and (max-width: 640px) {
  .contactPages .form-c .input-wrap {
    width: 100%; } }

.contactText {
  padding: 10px 0; }
  .contactText a, .contactText p {
    font-size: 18px;
    font-family: "Roboto-Bold";
    color: #2c2c2c;
    display: table;
    margin: 30px 0;
    position: relative;
    padding-left: 40px; }
    .contactText a svg, .contactText p svg {
      position: absolute;
      top: 0;
      left: 0; }

.contact-r {
  width: -webkit-calc(50% + 15px);
  width: -moz-calc(50% + 15px);
  width: calc(50% + 15px); }

.mapContact {
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .mapContact iframe {
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 1200px) {
  .contact-l {
    width: 60%; }
    .contact-l textarea {
      height: 200px; }
  .contact-r {
    width: 40%; }
  .contactText a, .contactText p {
    font-size: 16px; }
    .contactText a svg, .contactText p svg {
      margin-right: 10px; } }

@media screen and (max-width: 1025px) {
  .contact-l {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact-l h3 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; }
    .contact-l .form {
      width: 100%;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .contact-r {
    width: 100%;
    margin-bottom: 40px; }
  .mapContact {
    padding-top: 400px; }
  .contactText-wrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media screen and (max-width: 640px) {
  .contact-l textarea {
    height: 160px; }
  .contact-l textarea {
    margin-bottom: 20px; }
  .contact-l h3 {
    text-align: center; }
  .contactText p, .contactText a {
    margin: 20px 0; } }

@media screen and (max-width: 500px) {
  .mapContact {
    padding-top: 100%; } }

/* - contact us */
/* + layer */
.layer-1 {
  width: 530px;
  height: 1000px; }

.layer-2 {
  width: -webkit-calc((100vw - 1410px) / 2);
  width: -moz-calc((100vw - 1410px) / 2);
  width: calc((100vw - 1410px) / 2);
  height: 380px;
  top: 35px; }

.layer-3 {
  width: -webkit-calc((100vw - 1410px) / 2);
  width: -moz-calc((100vw - 1410px) / 2);
  width: calc((100vw - 1410px) / 2);
  height: 380px;
  bottom: 40px;
  overflow: hidden; }

.layer-4 {
  width: 434px;
  height: 750px;
  top: 0; }

.layer-5 {
  width: -webkit-calc((100vw - 1410px) / 2);
  width: -moz-calc((100vw - 1410px) / 2);
  width: calc((100vw - 1410px) / 2);
  left: -webkit-calc((100vw - 1415px) / -2) !important;
  left: -moz-calc((100vw - 1415px) / -2) !important;
  left: calc((100vw - 1415px) / -2) !important;
  height: 380px;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  max-height: 100%; }
  .layer-5 svg {
    height: 100%; }
  @media screen and (max-width: 1490px) {
    .layer-5 {
      left: -40px !important;
      width: 40px;
      height: 300px; } }

.leftLr {
  left: -webkit-calc((100vw - 1445px) / -2);
  left: -moz-calc((100vw - 1445px) / -2);
  left: calc((100vw - 1445px) / -2);
  position: absolute; }
  @media screen and (max-width: 1490px) {
    .leftLr {
      left: -40px; } }

.lookBox .layer-3 {
  bottom: auto;
  top: 40px; }

.rightLr {
  right: -webkit-calc((100vw - 1445px) / -2);
  right: -moz-calc((100vw - 1445px) / -2);
  right: calc((100vw - 1445px) / -2);
  position: absolute; }

@-moz-document url-prefix() {
  .rightLr {
    right: -moz-calc((100vw - 1457px) / -2);
    right: calc((100vw - 1457px) / -2); } }
  @media screen and (max-width: 1490px) {
    .rightLr {
      right: -25px; } }

@media screen and (max-width: 1400px) and (max-width: 1490px) {
  .rightLr {
    right: -30px; } }

@media screen and (max-width: 1920px) {
  .layer-2 {
    width: 30%;
    height: 19%; }
  .layer-3 {
    width: 20%;
    height: 30%; } }

@media screen and (max-width: 1490px) {
  .layer-4 {
    width: 350px;
    height: 650px; }
  .sliderCard-wrap .layer-5 {
    height: 250px; } }

@media screen and (max-width: 1025px) {
  .layer-1 {
    width: 300px;
    height: 567px; }
  .layer-4 {
    width: 200px;
    height: 345px; } }

@media screen and (max-width: 768px) {
  .layer-1, .layer-2, .layer-3, .layer-4, .layer-5 {
    display: none; } }

/* - layer */
#yandex-search-address {
  height: 100%;
  position: relative; }

#ymaps-search-result a {
  letter-spacing: 0;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  font-family: "Roboto-Regular";
  color: #2c2c2c;
  font-size: 16px; }
  #ymaps-search-result a:hover {
    color: #dc006f; }
    #ymaps-search-result a:hover.not-found {
      color: #2c2c2c; }
  #ymaps-search-result a:last-child {
    border-bottom: none; }

/* + errorPages */
.errorPages {
  text-align: center;
  min-height: -webkit-calc(100vh - 316px);
  min-height: -moz-calc(100vh - 316px);
  min-height: calc(100vh - 316px); }
  .errorPages:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .errorPages .inline {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: calc(100% - 5px); }
  .errorPages .btn {
    width: 190px; }
  .errorPages .inline {
    padding-top: 40px;
    padding-bottom: 200px; }

.svg-404 {
  width: 430px;
  max-width: 70%; }

.errorPages__text {
  width: 100%;
  margin: 40px 0 60px; }

@media screen and (max-width: 1025px) {
  .errorPages__text {
    margin: 20px 0 30px; } }

/* - errorPages */
.datepicker--cell.datepicker--cell-day.has-events:not(.-selected-) {
  background-color: #fbde6e; }

.datepicker--cell.datepicker--cell-day.has-events.-focus-:not(.-selected-) {
  background-color: #e2c863; }

.datepicker--custom button:disabled {
  background-color: #aaa;
  -webkit-box-shadow: 0 5px 15px 0 #ccc;
  box-shadow: 0 5px 15px 0 #ccc; }

.datepicker-placeholder {
  background-color: transparent !important;
  height: 40px !important; }

.storeCLose {
  margin: 0; }

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

.mt-auto {
  margin-top: auto !important; }

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

body .ya-share2__list {
  vertical-align: middle;
  margin-right: 8px; }

body .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  vertical-align: middle;
  margin: 2px 13px 0 0; }

.doubleLuck {
  background-color: #55ab2c;
  color: #ffffff; }
  .doubleLuck:hover {
    color: #dc006f; }
  @media screen and (max-width: 767px) {
    .doubleLuck {
      background-color: #fff;
      color: #55ab2c; } }

/* + vacancy */
.vacancy-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 48px;
  width: 100%;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr); }

.vacancy-list + .vacancy-list {
  margin-top: -8px; }

.vacancy-list li {
  border: 2px solid #EEB600;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.vacancy-list__logo {
  width: 180px;
  min-width: 180px; }

.vacancy-list__logo--top {
  width: 100%;
  max-height: 144px;
  margin-bottom: 28px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain; }

.vacancy-list__logo--top img {
  max-height: 144px; }

.vacancy-list__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vacancy-list__logo--bottom {
  width: 48px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain; }

.vacancy-list__text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #EEB600; }

.vacancy-list__text--title {
  font-family: 'NeoSansPro-Bold';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 8px; }

.vacancy-list__text--text {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.4; }

.vacancy-list__text--text:last-child {
  margin-bottom: 0; }

.vacancy-list__text--text span,
.vacancy-list__text--text a {
  display: table;
  color: #000;
  margin: 0;
  font-family: 'Roboto-Regular';
  font-size: inherit;
  line-height: inherit;
  text-decoration: none; }

.vacancy-list__text--text .decoration {
  text-decoration: underline; }

.vacancy-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px; }

@media screen and (max-width: 1025px) {
  .vacancy-list {
    grid-gap: 24px; }
  .vacancy-list + .vacancy-list {
    margin-top: -24px; }
  .vacancy-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .vacancy-list__logo {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .vacancy-list__logo--top {
    max-width: -webkit-calc(100% - 88px);
    max-width: -moz-calc(100% - 88px);
    max-width: calc(100% - 88px);
    max-height: 104px;
    margin: 0; }
  .vacancy-list__logo--top img {
    max-height: 104px; }
  .vacancy-list__logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .vacancy-list__logo--bottom {
    min-width: 48px; }
  .vacancy-list__text {
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 2px solid #EEB600;
    border-left: none;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .vacancy-list {
    grid-template-columns: repeat(1, 1fr); }
  .vacancy-btn-wrap {
    padding-bottom: 48px; } }
