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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

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

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  position: relative;
  min-height: 100vh;
  margin: 0;
  line-height: 1.2;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0; }
  body.loading {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #2B399D; }

html.menu-open,
body.menu-open {
  overflow: hidden; }

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body, html {
  width: 100%; }

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

header, section, footer {
  width: 100%; }

svg {
  width: 100%;
  height: 100%; }

address {
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

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

.map {
  display: block; }
  .map img {
    width: 100%;
    height: auto; }

.container {
  width: 1180px;
  margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .container {
      width: 960px; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 5px; } }

.header_1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  color: #000; }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 20px; } }

.header_2 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  color: #000; }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 22px; } }

.button {
  position: relative;
  z-index: 1;
  outline: none;
  display: block;
  border: none;
  width: 190px;
  height: 50px;
  line-height: 50px;
  padding: 0 6px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2B399D;
  color: #fff; }
  .button:hover {
    background: #8087C2; }
  @media only screen and (max-width: 991px) {
    .button {
      height: 36px;
      line-height: 36px;
      font-size: 13px; } }

.button-invert {
  position: relative;
  z-index: 1;
  outline: none;
  display: block;
  border: none;
  width: 190px;
  height: 50px;
  line-height: 50px;
  padding: 0 6px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #63C2C8;
  color: #000; }
  .button-invert:hover {
    background: #63C86D; }
  @media only screen and (max-width: 991px) {
    .button-invert {
      height: 36px;
      line-height: 36px;
      font-size: 13px; } }

.text-default {
  font-size: 15px;
  line-height: 1.3;
  color: #000; }
  @media only screen and (max-width: 1199px) {
    .text-default {
      font-size: 15px; } }
  @media only screen and (max-width: 991px) {
    .text-default {
      font-size: 14px; } }
  .text-default p {
    margin-top: 20px;
    margin-bottom: 20px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1199px) {
      .text-default p {
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 991px) {
      .text-default p {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .text-default a {
    color: #2B399D;
    text-decoration: underline; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px; }
    .text-default li:before {
      content: "";
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #000; }
  .text-default h1 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .text-default h1 {
        font-size: 55px; } }
    @media only screen and (max-width: 991px) {
      .text-default h1 {
        font-size: 34px; } }
    @media only screen and (max-width: 767px) {
      .text-default h1 {
        font-size: 30px; } }
    .text-default h1.left {
      text-align: left; }
    .text-default h1.center {
      text-align: center; }
    .text-default h1.right {
      text-align: right; }
  .text-default h2 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .text-default h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 991px) {
      .text-default h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .text-default h2 {
        font-size: 26px; } }
    .text-default h2.left {
      text-align: left; }
    .text-default h2.center {
      text-align: center; }
    .text-default h2.right {
      text-align: right; }
  .text-default h3 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1199px) {
      .text-default h3 {
        font-size: 46px; } }
    @media only screen and (max-width: 991px) {
      .text-default h3 {
        font-size: 26px; } }
    @media only screen and (max-width: 767px) {
      .text-default h3 {
        font-size: 22px; } }
    .text-default h3.left {
      text-align: left; }
    .text-default h3.center {
      text-align: center; }
    .text-default h3.right {
      text-align: right; }

.image-wrapper {
  font-size: 0;
  line-height: 0; }

.color {
  color: #2B399D; }

strong {
  font-weight: 700; }

.empty-left {
  display: inline-block;
  padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .empty-left {
      padding-right: 12px; } }

.empty-right {
  display: inline-block; }

.form-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-item__wrap > * {
    width: 100%;
    margin-right: 14px; }
    .form-item__wrap > *:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 500px) {
    .form-item__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form-item__wrap > * {
        margin-right: 0; } }

.select-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .select-wrapper {
      margin-bottom: 12px; } }
  .select-wrapper.last {
    margin-bottom: 0; }
  .select-wrapper .select-button {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .select-wrapper .select-button.active .select-button__arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media only screen and (max-width: 991px) {
      .select-wrapper .select-button {
        height: 38px;
        padding: 0 10px; } }
  .select-wrapper .select-button__text {
    font-weight: 500;
    font-size: 15px;
    color: #363636;
    padding-right: 6px; }
    @media only screen and (max-width: 991px) {
      .select-wrapper .select-button__text {
        font-size: 13px; } }
  .select-wrapper .select-button__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 991px) {
      .select-wrapper .select-button__arrow {
        width: 12px;
        height: 10px; } }
  .select-wrapper .select-list {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 2;
    background: #fff;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 6px 14px 9px; }
    @media only screen and (max-width: 991px) {
      .select-wrapper .select-list {
        top: 50px; } }
  .select-wrapper .select-item {
    margin-bottom: 8px; }
    .select-wrapper .select-item:last-child {
      margin-bottom: 0; }
    .select-wrapper .select-item a {
      font-weight: 500;
      font-size: 15px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .select-wrapper .select-item a:hover {
        color: #2B399D; }
      @media only screen and (max-width: 991px) {
        .select-wrapper .select-item a {
          font-size: 13px; } }

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 15px; }
  @media only screen and (max-width: 991px) {
    .form-item {
      margin-bottom: 12px; } }
  .form-item.last {
    margin-bottom: 0; }
  .form-item.novalid input {
    border: 1px solid red; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #363636;
    font-family: "Montserrat", sans-serif;
    padding: 0px 14px;
    background: transparent;
    border: 1px solid #E4E4E4; }
    @media only screen and (max-width: 991px) {
      .form-item input {
        height: 38px;
        padding: 0 10px;
        font-size: 13px; } }
    .form-item input::-webkit-input-placeholder {
      color: #363636; }
    .form-item input::-moz-placeholder {
      color: #363636; }
    .form-item input:-ms-input-placeholder {
      color: #363636; }
    .form-item input:-moz-placeholder {
      color: #363636; }
    .form-item input:focus {
      border: 1px solid #2B399D; }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #363636;
    font-family: "Montserrat", sans-serif;
    padding: 16px 14px;
    background: transparent;
    border: 1px solid #E4E4E4; }
    .form-item textarea::-webkit-input-placeholder {
      color: #363636; }
    .form-item textarea::-moz-placeholder {
      color: #363636; }
    .form-item textarea:-ms-input-placeholder {
      color: #363636; }
    .form-item textarea:-moz-placeholder {
      color: #363636; }
    .form-item textarea:focus {
      border: 1px solid #2B399D; }
  .form-item label {
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 767px) {
      .form-item label {
        font-size: 16px; } }

.form-item-number {
  position: relative;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .form-item-number.novalid input {
    border: 1px solid red; }
  .form-item-number input {
    border: none;
    outline: none;
    width: 100%;
    height: 24px;
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    padding: 0px;
    background: transparent;
    border-bottom: 1px solid #000; }
    @media only screen and (max-width: 767px) {
      .form-item-number input {
        height: 36px;
        padding: 4px; } }
    .form-item-number input::-webkit-input-placeholder {
      color: #000; }
    .form-item-number input::-moz-placeholder {
      color: #000; }
    .form-item-number input:-ms-input-placeholder {
      color: #000; }
    .form-item-number input:-moz-placeholder {
      color: #000; }
  .form-item-number label {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin-right: 14px; }
    @media only screen and (max-width: 767px) {
      .form-item-number label {
        font-size: 16px; } }

.form-note {
  font-size: 12px;
  text-align: center;
  margin-top: 20px; }
  .form-note a {
    text-decoration: underline; }
    .form-note a:hover {
      text-decoration: none; }

.custom-checkbox-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  padding: 6px 8px;
  border: 1px solid #000;
  border-radius: 34px;
  min-width: 100px;
  cursor: pointer; }
  .custom-checkbox-wrapper input {
    display: none; }
    .custom-checkbox-wrapper input:checked + .custom-checkbox {
      background: #2B399D;
      border: 1px solid #2B399D; }
  .custom-checkbox-wrapper .custom-checkbox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent; }
  .custom-checkbox-wrapper .custom-checkbox-text {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    color: #000; }

.scroll-top {
  position: fixed;
  z-index: 30;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #63C2C8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scroll-top.active {
    display: block; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 4px;
    width: 14px;
    height: 20px;
    stroke: #ffffff;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .scroll-top:hover {
    background: #fff; }
  @media only screen and (max-width: 767px) {
    .scroll-top {
      width: 50px;
      height: 50px;
      bottom: 10px;
      right: 10px; }
      .scroll-top::before {
        display: none; }
      .scroll-top svg {
        width: 20px;
        height: 20px; }
      .scroll-top span {
        display: none; } }

.paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .paginations {
      font-size: 14px; } }
  .paginations .page-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 50%; }
    .paginations .page-arrow.right {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 14px; }
    .paginations .page-arrow.left {
      margin-left: 38px; }
      @media only screen and (max-width: 767px) {
        .paginations .page-arrow.left {
          margin-left: 28px; } }
    .paginations .page-arrow svg {
      width: 10px;
      height: 20px;
      stroke: #000; }
  .paginations .pagination-block {
    display: block;
    position: relative;
    margin: 0 8px;
    width: 40px;
    background: #fff; }
    .paginations .pagination-block.active .page-current {
      border-bottom: 1px solid transparent; }
    .paginations .pagination-block.active .page-wrap {
      display: block;
      border-top: 1px solid transparent; }
  .paginations .page-current {
    display: block;
    width: 100%;
    position: relative;
    padding: 6px 20px 6px 10px;
    border: 1px solid #000;
    cursor: pointer; }
    .paginations .page-current:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #000;
      position: absolute;
      top: 50%;
      right: 4px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .paginations .page-wrap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #000; }
  .paginations .pagination-number {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 4px; }
    .paginations .pagination-number.active {
      opacity: 0.4; }

.disabled {
  display: none !important; }

.delay-100 {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.delay-200 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.delay-300 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.delay-400 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.delay-500 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.delay-600 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.delay-700 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.delay-800 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.delay-900 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.delay-1000 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.delay-1100 {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.delay-1200 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.delay-1300 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.delay-1400 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.delay-1500 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.delay-1600 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.delay-1700 {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.delay-1800 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.delay-1900 {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.delay-2000 {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.duration-100 {
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s; }

.duration-200 {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s; }

.duration-300 {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.duration-400 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.delay-500 {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.duration-600 {
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s; }

.duration-700 {
  -webkit-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s; }

.duration-800 {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s; }

.duration-900 {
  -webkit-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
          transition-duration: 0.9s; }

.duration-1000 {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s; }

.duration-1100 {
  -webkit-transition-duration: 1.1s;
       -o-transition-duration: 1.1s;
          transition-duration: 1.1s; }

.duration-1200 {
  -webkit-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
          transition-duration: 1.2s; }

.duration-1300 {
  -webkit-transition-duration: 1.3s;
       -o-transition-duration: 1.3s;
          transition-duration: 1.3s; }

.duration-1400 {
  -webkit-transition-duration: 1.4s;
       -o-transition-duration: 1.4s;
          transition-duration: 1.4s; }

.duration-1500 {
  -webkit-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
          transition-duration: 1.5s; }

.duration-1600 {
  -webkit-transition-duration: 1.6s;
       -o-transition-duration: 1.6s;
          transition-duration: 1.6s; }

.duration-1700 {
  -webkit-transition-duration: 1.7s;
       -o-transition-duration: 1.7s;
          transition-duration: 1.7s; }

.duration-1800 {
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s; }

.duration-1900 {
  -webkit-transition-duration: 1.9s;
       -o-transition-duration: 1.9s;
          transition-duration: 1.9s; }

.duration-2000 {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s; }

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-arrow {
  padding: 0; }
  .slick-arrow:focus {
    outline: none; }

.slick__arrow.slick-hidden {
  display: none; }

.slick-slide {
  float: left;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide:focus {
    outline: none;
    cursor: move; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide > img {
    display: block; }
  .slick-slide.dragging > img {
    pointer-events: none; }

.slick-dots button:focus {
  outline: none; }

.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0; }
  .header.fixed {
    position: fixed;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    background: #fff;
    z-index: 20; }
  .header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .header-item__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 8px; }
  .header .header-item__text {
    font-weight: 500;
    font-size: 15px; }
  .header .block-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .whatsapp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .header .telegram {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 12px; }
  .header .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 25px; }
  @media only screen and (max-width: 1199px) {
    .header .phone {
      font-size: 17px; } }
  @media only screen and (max-width: 991px) {
    .header {
      padding: 10px 0; }
      .header .logo,
      .header .header-item {
        display: none; }
      .header .block-contact {
        width: 100%; }
      .header .phone {
        margin-left: auto;
        font-size: 18px; } }

.heroimage {
  position: relative;
  padding-top: 154px;
  padding-bottom: 200px; }
  .heroimage .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .heroimage .line1 {
    position: absolute;
    left: 0;
    bottom: 200px; }
  .heroimage .line2 {
    position: absolute;
    left: 0;
    bottom: 34px; }
  .heroimage .content {
    position: relative;
    z-index: 2; }
  .heroimage .logo {
    display: none; }
  .heroimage .header_1 {
    margin-bottom: 10px; }
  .heroimage .subtitle {
    font-weight: 400;
    font-size: 33px;
    margin-bottom: 45px; }
  .heroimage .content-button {
    width: 240px; }
  .heroimage .row {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .heroimage .form-heroimage {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px 25px 30px; }
  .heroimage .form-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center; }
  .heroimage .select-wrapper.last {
    margin-bottom: 40px; }
  .heroimage .form-button {
    margin: 30px auto 0; }
  .heroimage .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .heroimage .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
    padding-left: 30px; }
  .heroimage .item {
    width: calc(33.33% - 30px);
    height: 200px;
    margin: 15px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .heroimage .item:hover {
      background: #2B399D; }
      .heroimage .item:hover .item-title {
        color: #fff; }
      .heroimage .item:hover .item-text {
        color: #fff; }
      .heroimage .item:hover .number-block {
        padding-right: 4px; }
      .heroimage .item:hover .circle {
        -webkit-transform: translateX(31px);
            -ms-transform: translateX(31px);
                transform: translateX(31px);
        border: 0px solid #2B399D;
        background: #2B399D; }
      .heroimage .item:hover .number {
        color: #fff; }
    .heroimage .item:nth-child(4), .heroimage .item:nth-child(5) {
      width: calc(50% - 30px); }
  .heroimage .number-block {
    width: 60px;
    height: 28px;
    background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 6px;
    margin-bottom: 20px; }
  .heroimage .circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 8px solid #2B399D;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px); }
  .heroimage .number {
    width: 18px;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 15px; }
  .heroimage .item-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .heroimage .item-text {
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media only screen and (max-width: 1199px) {
    .heroimage {
      padding-top: 100px; }
      .heroimage .line1 {
        bottom: 360px; }
      .heroimage .line2 {
        bottom: 144px; }
      .heroimage .row {
        margin-top: 50px; }
      .heroimage .image img {
        width: 1500px; }
      .heroimage .list {
        padding-right: 10px;
        margin: -10px; }
      .heroimage .item {
        width: calc(33.33% - 20px);
        height: 180px;
        margin: 10px;
        padding: 10px; }
        .heroimage .item:nth-child(4), .heroimage .item:nth-child(5) {
          width: calc(50% - 20px); }
      .heroimage .item-title {
        font-size: 14px; }
      .heroimage .item-text {
        font-size: 14px; } }
  @media only screen and (max-width: 991px) {
    .heroimage {
      padding-top: 50px;
      padding-bottom: 70px; }
      .heroimage .line1 {
        bottom: 680px;
        width: 100%; }
      .heroimage .line2 {
        bottom: 730px;
        width: 100%; }
      .heroimage .image img {
        width: 900px; }
      .heroimage .logo {
        display: block;
        text-align: center;
        margin-bottom: 14px; }
      .heroimage .header_1 {
        text-align: center;
        margin-bottom: 4px; }
      .heroimage .subtitle {
        text-align: center;
        font-size: 18px;
        margin-bottom: 18px; }
      .heroimage .content-button {
        width: 150px;
        margin: 0 auto; }
      .heroimage .row {
        margin-top: 70px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .heroimage .form-heroimage {
        width: 284px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin: 150px auto 0;
        padding: 20px; }
      .heroimage .form-title {
        font-size: 20px; }
      .heroimage .list-wrap {
        width: 100%; }
      .heroimage .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0; }
      .heroimage .item {
        width: 284px; }
        .heroimage .item:nth-child(4), .heroimage .item:nth-child(5) {
          width: 284px; }
      .heroimage .form-button {
        width: 150px; } }

.services .header_2 {
  margin-bottom: 92px;
  text-align: center; }

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

.services .sliders {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 20px; }

.services .slick-list,
.services .slick-track {
  height: 100%; }

.services .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.services .slide-title {
  font-size: 20px;
  font-weight: 700; }

.services .slide-text {
  line-height: 1.4; }
  .services .slide-text p {
    margin: 26px 0; }
    .services .slide-text p:first-child {
      margin-top: 0;
      margin-bottom: -10px; }
    .services .slide-text p:last-child {
      margin-bottom: 0; }

.services .button {
  margin-top: auto; }

.services .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px -10px;
  padding-left: 30px; }

.services .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33% - 20px);
  height: 230px;
  margin: 15px 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .services .item:hover, .services .item.active {
    background: #2B399D; }
    .services .item:hover .item-title, .services .item.active .item-title {
      color: #fff; }
    .services .item:hover .item-text, .services .item.active .item-text {
      color: #fff; }
    .services .item:hover .price, .services .item.active .price {
      color: #fff; }
    .services .item:hover .arrow svg, .services .item.active .arrow svg {
      fill: #fff; }

.services .item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.services .item-text {
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.services .item-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.services .price {
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.services .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .services .arrow svg {
    fill: #2B399D;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@media only screen and (max-width: 1199px) {
  .services .sliders {
    width: 290px; }
  .services .slide {
    padding: 20px 14px; }
  .services .list {
    padding-left: 20px; }
  .services .item-title {
    font-size: 16px; }
  .services .item-text {
    font-size: 14px; }
  .services .price {
    font-size: 16px; } }

@media only screen and (max-width: 991px) {
  .services .header_2 {
    margin-bottom: 30px; }
  .services .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .services .sliders {
    width: 310px;
    min-height: 424px;
    margin: 0 auto; }
  .services .slide-title {
    font-size: 18px; }
  .services .slide-text p:first-child {
    margin-bottom: -20px; }
  .services .list {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 -10px; }
    .services .list .slick-list {
      padding-bottom: 30px; }
  .services .item {
    position: relative;
    width: 192px;
    height: 50px;
    padding: 10px;
    margin: 0;
    margin: 0 10px;
    border-radius: 10px; }
  .services .item-title {
    font-size: 13px;
    padding-right: 29px;
    margin-bottom: 0; }
  .services .item-text {
    display: none; }
  .services .price {
    display: none; }
  .services .arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .services .button {
    margin-top: 30px;
    height: 40px;
    line-height: 40px; } }

.additionally {
  position: relative;
  padding-top: 345px;
  margin-bottom: 115px;
  background-image: url(/app/images/additionally-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .additionally .line1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 230px; }
  .additionally .line2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px; }
  .additionally .content {
    position: relative; }
  .additionally .stars1 {
    position: absolute;
    top: 40px;
    left: -50px; }
  .additionally .stars2 {
    position: absolute;
    right: 50px;
    top: 520px; }
  .additionally .stars3 {
    position: absolute;
    left: 50px;
    top: 760px; }
  .additionally .stars4 {
    position: absolute;
    right: -50px;
    top: 920px; }
  .additionally .header-content {
    margin-bottom: 60px;
    text-align: center; }
  .additionally .list {
    position: relative;
    z-index: 2;
    padding: 0 100px;
    margin-bottom: 150px; }
  .additionally .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    .additionally .item:last-child {
      margin-bottom: 0; }
    .additionally .item:hover .item-right {
      background: #2B399D;
      color: #fff; }
  .additionally .item-left {
    position: relative;
    width: 740px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 18px 18px 18px 54px; }
  .additionally .item-number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2B399D;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff; }
  .additionally .item-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px; }
  .additionally .item-text {
    font-weight: 400;
    font-size: 15px; }
  .additionally .item-right {
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 19px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .additionally .form-additionally {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    background-image: url(/app/images/form-additionally.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 10px solid #fff;
    border-radius: 320px;
    padding: 48px 240px 54px; }
  .additionally .header-form {
    color: #fff;
    margin-bottom: 20px;
    text-align: center; }
  .additionally .form-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .additionally .form-item-wrap .form-item {
      width: 48%; }
  .additionally input,
  .additionally textarea {
    background: #fff; }
  .additionally .button-invert {
    margin: 0 auto; }
  .additionally .form-note {
    color: #fff; }
  @media only screen and (max-width: 1199px) {
    .additionally {
      padding-top: 300px; }
      .additionally .list {
        padding: 0;
        margin-bottom: 100px; }
      .additionally .item-left {
        width: 720px; }
      .additionally .form-additionally {
        padding: 48px 120px 54px; } }
  @media only screen and (max-width: 991px) {
    .additionally {
      padding-top: 170px;
      margin-top: -50px;
      margin-bottom: 150px; }
      .additionally .line1 {
        bottom: -60px; }
      .additionally .line2 {
        bottom: -120px; }
      .additionally .stars1,
      .additionally .stars2,
      .additionally .stars3,
      .additionally .stars4 {
        display: none; }
      .additionally .header-content {
        margin-bottom: 30px; }
      .additionally .list {
        position: relative;
        width: 280px;
        margin: 0 auto 30px;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 20px; }
      .additionally .item {
        width: 100%;
        height: 230px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0px;
        background: #fff;
        padding: 20px 30px;
        border-radius: 20px; }
        .additionally .item:last-child {
          margin-bottom: 0; }
        .additionally .item:hover .item-right {
          background: #2B399D;
          color: #fff; }
      .additionally .item-left {
        width: 100%;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0; }
      .additionally .item-number {
        display: none; }
      .additionally .item-title {
        font-size: 18px;
        margin-bottom: 10px; }
      .additionally .item-text {
        font-size: 13px; }
      .additionally .item-right {
        width: 100%;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 20px;
        display: block;
        font-size: 18px;
        color: #2B399D;
        padding: 0;
        margin-top: auto; }
      .additionally .arrow {
        position: absolute;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #2B399D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .additionally .arrow.right {
          right: -15px; }
        .additionally .arrow.left {
          left: -15px; }
          .additionally .arrow.left svg {
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .additionally .arrow svg {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 10px;
          height: 16px;
          fill: #fff; }
      .additionally .form-additionally {
        width: 280px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
        background-image: url(/app/images/form-additionally-phone.png);
        border: 10px solid #fff;
        border-radius: 140px;
        padding: 122px 20px; }
      .additionally .header-form {
        margin-bottom: 35px;
        font-size: 19px; }
      .additionally .form-item-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .additionally .form-item-wrap .form-item {
          width: 100%;
          margin-bottom: 20px; }
      .additionally .button-invert {
        margin: 0 auto; }
      .additionally .form-note {
        color: #fff; } }

.advantages {
  position: relative;
  padding-bottom: 370px; }
  .advantages .line1 {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%; }
  .advantages .line2 {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%; }
  .advantages .header_2 {
    text-align: center;
    margin-bottom: 70px; }
  .advantages .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px; }
  .advantages .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc( 50% - 30px);
    margin: 15px;
    height: auto;
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 102px 20px 20px 102px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .advantages .item:hover {
      border: 1px solid #DADADA;
      -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0);
              box-shadow: 4px 4px 10px rgba(0, 0, 0, 0); }
  .advantages .image-wrapper {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 26px;
    width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .advantages .image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(48.44%, #DADADA), to(#FFFFFF));
      background: -o-linear-gradient(top, #FFFFFF 0%, #DADADA 48.44%, #FFFFFF 100%);
      background: linear-gradient(180deg, #FFFFFF 0%, #DADADA 48.44%, #FFFFFF 100%); }
  .advantages .text-wrapper {
    padding: 26px 14px 26px 26px; }
  .advantages .item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  .advantages .item-text {
    font-weight: 400;
    font-size: 13px; }
  @media only screen and (max-width: 1199px) {
    .advantages .image-wrapper {
      padding: 12px; }
    .advantages .text-wrapper {
      padding: 12px; } }
  @media only screen and (max-width: 991px) {
    .advantages {
      position: relative;
      padding-bottom: 150px; }
      .advantages .line1 {
        bottom: 80px; }
      .advantages .line2 {
        bottom: 80px; }
      .advantages .header_2 {
        text-align: center;
        margin-bottom: 30px; }
      .advantages .list {
        margin: 0px auto;
        width: 216px; }
      .advantages .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 0 0 30px 0;
        height: auto;
        background: #fff;
        border: 1px solid transparent;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 140px 140px 20px 2px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .advantages .item:hover {
          border: 1px solid #DADADA;
          -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0);
                  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0); }
      .advantages .image-wrapper {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 40px 0 18px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .advantages .image-wrapper::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(48.44%, #DADADA), to(#FFFFFF));
          background: -o-linear-gradient(top, #FFFFFF 0%, #DADADA 48.44%, #FFFFFF 100%);
          background: linear-gradient(180deg, #FFFFFF 0%, #DADADA 48.44%, #FFFFFF 100%); }
      .advantages .text-wrapper {
        padding: 18px 18px 38px 18px; } }

.variants {
  margin-bottom: 134px; }
  .variants .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc( 70px + 556px); }
  .variants .item {
    width: 20%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .variants .item.active .spoller {
      display: block; }
    .variants .item.active .tab {
      background: #2B399D; }
    .variants .item.active .tab-icon svg {
      fill: #fff; }
    .variants .item.active .tab-text {
      color: #fff; }
    .variants .item.active .tab-arrow {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
      .variants .item.active .tab-arrow svg {
        fill: #fff; }
    .variants .item:hover .tab {
      background: #2B399D; }
    .variants .item:hover .tab-icon svg {
      fill: #fff; }
    .variants .item:hover .tab-text {
      color: #fff; }
  .variants .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-radius: 20px 20px 0px 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .variants .tab-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
    .variants .tab-icon svg {
      fill: #2B399D;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .variants .tab-text {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .variants .tab-arrow {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12px;
    height: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: auto; }
    .variants .tab-arrow svg {
      fill: #2B399D; }
  .variants .spoller {
    display: none; }
  .variants .image {
    width: 100%;
    position: absolute;
    left: 0; }
    .variants .image img {
      width: 100%;
      border-radius: 0px 0px 20px 20px; }
  .variants .label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .variants .label_1-1 {
      top: 33%;
      left: 39%; }
    .variants .label_1-2 {
      top: 78%;
      left: 26%; }
    .variants .label_1-3 {
      top: 74%;
      left: 55%; }
    .variants .label_2-1 {
      top: 16%;
      left: 63%; }
    .variants .label_2-2 {
      top: 51%;
      left: 39%; }
    .variants .label_2-3 {
      top: 83%;
      left: 54%; }
    .variants .label_3-1 {
      top: 8%;
      left: 36%; }
    .variants .label_3-2 {
      top: 44%;
      left: 13%; }
    .variants .label_3-3 {
      top: 45%;
      left: 39%; }
    .variants .label_3-4 {
      top: 83%;
      left: 28%; }
    .variants .label_4-1 {
      top: 3%;
      left: 36%; }
    .variants .label_4-2 {
      top: 38%;
      left: 38%; }
    .variants .label_4-3 {
      top: 59%;
      left: 68%; }
    .variants .label_4-4 {
      top: 92%;
      left: 39%; }
    .variants .label_5-1 {
      top: 17%;
      left: 73%; }
    .variants .label_5-2 {
      top: 28%;
      left: 26%; }
    .variants .label_5-3 {
      top: 70%;
      left: 42%; }
    .variants .label_5-4 {
      top: 88%;
      left: 60%; }
  .variants .label-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #6E79CD;
    background: #fff; }
    .variants .label-icon::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #6E79CD; }
  .variants .label-text {
    display: block;
    max-width: 200px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 10px 10px 10px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 12px; }
  .variants .label-list {
    display: none; }
  @media only screen and (max-width: 991px) {
    .variants {
      margin-bottom: 70px; }
      .variants .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 0 0 20px 20px;
        overflow: hidden; }
      .variants .item {
        width: 100%; }
        .variants .item:first-child .tab {
          border-radius: 20px 20px 0px 0px; }
        .variants .item:last-child.active .tab {
          border-radius: 0; }
        .variants .item:last-child .tab {
          border-radius: 0 0 20px 20px;
          border-bottom: 1px solid #DFDFDF; }
      .variants .tab {
        border-radius: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 20px; }
      .variants .tab-text {
        font-size: 18px; }
      .variants .tab-arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .variants .image {
        position: relative; }
      .variants .label-icon {
        width: 16px;
        height: 16px; }
        .variants .label-icon::before {
          width: 8px;
          height: 8px; }
      .variants .label-text {
        display: none; }
      .variants .label-list {
        display: block;
        padding: 20px;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25); }
      .variants .label-item {
        position: relative;
        font-weight: 400;
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 8px; }
        .variants .label-item:last-child {
          margin-bottom: 0; }
        .variants .label-item .label-item-icon {
          position: absolute;
          top: 3px;
          left: 0;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          border: 2px solid #6E79CD;
          background: #fff; }
          .variants .label-item .label-item-icon::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #6E79CD; } }

.portfolio {
  margin-bottom: 164px; }
  .portfolio .header_2 {
    margin-bottom: 70px;
    text-align: center; }
  .portfolio .slider {
    padding: 0 100px; }
    .portfolio .slider .slick-list {
      -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
              box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
      border-radius: 20px; }
  .portfolio .slide {
    position: relative; }
    .portfolio .slide::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 4px;
      height: 100%;
      background: #fff; }
  .portfolio .label1 {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px 14px;
    text-align: center; }
  .portfolio .label2 {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 8px 14px;
    text-align: center; }
  .portfolio .toggler {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .portfolio .image-wrapper {
    width: 100%; }
    .portfolio .image-wrapper img {
      width: 100%; }
  .portfolio .dots {
    margin-top: 40px; }
  .portfolio .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .portfolio .slick-dots li {
      margin-right: 12px; }
      .portfolio .slick-dots li.slick-active button {
        background: #2B399D; }
    .portfolio .slick-dots button {
      display: block;
      padding: 0;
      font-size: 0px;
      width: 14px;
      height: 14px;
      background: #DCDFF4;
      border-radius: 50%; }
  .portfolio .arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2B399D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .portfolio .arrow.right {
      right: 0; }
    .portfolio .arrow.left {
      left: 0; }
      .portfolio .arrow.left svg {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .portfolio .arrow svg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 14px;
      height: 24px;
      fill: #fff; }
  @media only screen and (max-width: 1199px) {
    .portfolio .slider {
      padding: 0 74px; } }
  @media only screen and (max-width: 991px) {
    .portfolio {
      margin-bottom: 60px; }
      .portfolio .header_2 {
        margin-bottom: 30px; }
      .portfolio .slider {
        padding: 0; }
      .portfolio .dots {
        margin-top: 20px; }
      .portfolio .toggler {
        width: 24px;
        height: 24px; }
      .portfolio .label1,
      .portfolio .label2 {
        width: 56px;
        padding: 8px 0;
        font-size: 12px; }
        .portfolio .label1 span,
        .portfolio .label2 span {
          display: none; }
      .portfolio .label1 {
        top: 10px;
        left: 10px; }
      .portfolio .label2 {
        top: 10px;
        right: 10px; } }

.questions {
  position: relative;
  padding: 220px 0 240px;
  margin-bottom: 110px;
  background-image: url(/app/images/questions-background.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .questions .line1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .questions .line2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .questions .header_2 {
    text-align: center;
    margin-bottom: 70px; }
  .questions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .questions .list {
    width: 670px; }
  .questions .item {
    width: 100%;
    margin-bottom: 30px; }
    .questions .item:last-child {
      margin-bottom: 0; }
  .questions .tab {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 28px 12px 12px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px; }
    .questions .tab:hover .tab__icon svg {
      fill: #2B399D; }
    .questions .tab.active .tab__icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      .questions .tab.active .tab__icon svg {
        fill: #2B399D; }
  .questions .tab__quest {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    width: 46px;
    height: 46px;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
            box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    font-weight: 700;
    font-size: 30px;
    color: #2B399D; }
  .questions .tab__text {
    font-size: 22px;
    text-align: left;
    padding-right: 14px; }
  .questions .tab__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 20px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .questions .tab__icon svg {
      fill: #A4A4A4;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .questions .spoller {
    display: none;
    padding-top: 10px; }
  .questions .description {
    background: #fff;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 12px 28px 20px 20px;
    font-weight: 400;
    font-size: 22px; }
  .questions .form-wrap {
    width: 480px; }
  .questions .form {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 34px 48px 58px; }
  .questions .form-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center; }
  .questions .form-subtitle {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 26px;
    text-align: center; }
  .questions .button {
    margin: 30px auto 0; }
  .questions .form-note {
    text-align: center; }
  @media only screen and (max-width: 1199px) {
    .questions .list {
      width: 670px;
      margin-right: 30px; }
    .questions .tab__quest {
      margin-right: 14px; }
    .questions .tab__text {
      font-size: 18px; }
    .questions .form-wrap {
      width: 480px; } }
  @media only screen and (max-width: 991px) {
    .questions {
      padding: 70px 0 70px;
      margin-bottom: 70px; }
      .questions .header_2 {
        margin-bottom: 30px; }
      .questions .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .questions .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; }
      .questions .item {
        margin-bottom: 20px; }
      .questions .tab {
        padding: 10px; }
      .questions .tab__quest {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        font-size: 22px; }
      .questions .tab__text {
        font-size: 13px; }
      .questions .tab__icon {
        width: 12px;
        height: 14px; }
      .questions .description {
        background: #fff;
        border: 1px solid #E4E4E4;
        -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
                box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding: 18px 18px;
        font-weight: 400;
        font-size: 13px; }
      .questions .form-wrap {
        width: 100%; }
      .questions .form {
        padding: 22px 20px 28px; }
      .questions .form-title {
        font-size: 20px; }
      .questions .form-subtitle {
        font-size: 18px;
        margin-bottom: 24px; }
      .questions .form-item {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto; }
      .questions .button {
        margin: 20px auto 0; } }

.stages {
  margin-bottom: 160px; }
  .stages .header_2 {
    margin-bottom: 104px;
    text-align: center; }
  .stages .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -40px; }
  .stages .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 12px;
    text-align: center;
    color: #fff;
    margin-right: 180px;
    margin-bottom: 40px; }
    .stages .item:nth-child(1) {
      background: #2B399D; }
    .stages .item:nth-child(2) {
      background: #4653B0; }
    .stages .item:nth-child(3) {
      background: #5A66BF;
      margin-right: 0; }
    .stages .item:nth-child(4) {
      background: #6E79CD; }
    .stages .item:nth-child(5) {
      background: #949EE9;
      color: #111;
      margin-right: 0; }
  .stages .number {
    position: absolute;
    top: 0px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 30px;
    color: #000; }
  .stages .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px; }
  .stages .text {
    font-weight: 500;
    font-size: 17px; }
  @media only screen and (max-width: 1199px) {
    .stages .item {
      margin-right: 70px; } }
  @media only screen and (max-width: 991px) {
    .stages {
      margin-bottom: 70px; }
      .stages .header_2 {
        margin-bottom: 30px; }
        .stages .header_2 strong {
          display: block; }
      .stages .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; }
      .stages .item {
        margin-right: 0;
        margin-bottom: 30px; }
        .stages .item:last-child {
          margin-bottom: 0; } }

.contact {
  position: relative;
  z-index: 2; }
  .contact .block {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 18%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 400px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 24px 50px 40px; }
  .contact .header_2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600; }
  .contact .subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px; }
  .contact .items {
    margin-bottom: 40px; }
  .contact .item {
    margin-bottom: 18px; }
    .contact .item:last-child {
      margin-bottom: 0; }
  .contact .item-label {
    font-weight: 500;
    font-size: 15px;
    color: #2B399D;
    margin-bottom: 4px; }
  .contact .item-link {
    font-weight: 600;
    font-size: 18px; }
  .contact .socials {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contact .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact .social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .contact .social-text {
    font-weight: 500;
    font-size: 15px; }
  .contact .button {
    margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .contact .block {
      right: 5%; } }
  @media only screen and (max-width: 991px) {
    .contact .block {
      position: relative;
      top: 0;
      right: 0;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      margin: 0 auto;
      width: 310px;
      padding: 18px 38px 30px;
      margin-bottom: 70px; }
    .contact .header_2 {
      font-size: 27px; }
    .contact .subtitle {
      font-size: 19px;
      margin-bottom: 30px; }
    .contact .items {
      margin-bottom: 30px; }
    .contact .item {
      margin-bottom: 14px; }
    .contact .item-label {
      font-size: 12px; }
    .contact .item-link {
      font-size: 14px; }
    .contact .socials {
      margin-bottom: 30px; }
    .contact .social-text {
      font-size: 12px; } }

.footer {
  background: #2B399D; }
  .footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 38px 0px; }
  .footer .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block; }
    .footer .logo img {
      width: 100%; }
  .footer .logo-title {
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  .footer .logo-text {
    font-weight: 300;
    font-size: 14px;
    color: #fff; }
  .footer .text {
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  .footer .text-wrap {
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px); }
    .footer .text-wrap a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer .text-wrap .text {
      margin-right: 6px; }
  @media only screen and (max-width: 1199px) {
    .footer {
      font-size: 13px; } }
  @media only screen and (max-width: 991px) {
    .footer .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 18px 0 26px; }
    .footer .logo {
      margin-bottom: 30px; }
    .footer .text-wrap {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }
      .footer .text-wrap .text {
        margin-bottom: 0px; }
    .footer .text {
      margin-bottom: 20px; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all .4s !important;
  -o-transition: all .4s !important;
  transition: all .4s !important; }
  .overlay.active {
    display: block;
    opacity: 1; }
  .overlay .overlay__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background: #000000;
      top: 25px;
      left: 16px; }
    .overlay .overlay__close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay .overlay__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

html.overlay-active {
  overflow-y: hidden !important; }

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 470px;
  padding: 32px 50px 44px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: none; }
  .form-callback.active {
    display: block; }
  .form-callback .header_3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 4px;
    text-align: center; }
  .form-callback .subtitle {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
  .form-callback .button {
    width: 190px;
    margin: 30px auto 0px; }
  @media only screen and (max-width: 991px) {
    .form-callback {
      width: 100%;
      padding: 44px 18px; }
      .form-callback .header_3 {
        font-size: 20px; }
      .form-callback .subtitle {
        font-size: 16px; } }

.form-product {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 470px;
  padding: 32px 50px 44px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: none; }
  .form-product.active {
    display: block; }
  .form-product .header_3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 4px;
    text-align: center; }
  .form-product .subtitle {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
  .form-product .button {
    width: 190px;
    margin: 30px auto 0px; }
  @media only screen and (max-width: 991px) {
    .form-product {
      width: 100%;
      padding: 44px 18px; }
      .form-product .header_3 {
        font-size: 20px; }
      .form-product .subtitle {
        font-size: 16px; } }

.form-success {
  background: #ffffff;
  padding: 32px 70px;
  width: 470px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: none;
  text-align: center; }
  .form-success.active {
    display: block; }
  .form-success .header_3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase; }
  .form-success .subtitle {
    font-weight: 600;
    font-size: 28px;
    color: #2B399D;
    margin-bottom: 8px; }
  .form-success .text {
    font-weight: 400;
    font-size: 24px; }
  @media only screen and (max-width: 991px) {
    .form-success {
      width: 100%;
      padding: 44px 18px; }
      .form-success .header_3 {
        font-size: 20px; }
      .form-success .subtitle {
        font-size: 16px; }
      .form-success .text {
        font-size: 14px; } }

.main {
  padding: 170px 0 120px;
  background: #F5F5F5;
  min-height: calc(100vh - 126px); }
  .main .content {
    width: 80%; }
  .main .header_1 {
    margin-bottom: 30px; }
  .main .gallery-item {
    position: relative;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33.33% - 4px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    .main .gallery-item a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0;
      overflow: hidden; }
    .main .gallery-item img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .main .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media only screen and (max-width: 991px) {
    .main {
      padding: 100px 0 60px; }
      .main .content {
        width: 100%; }
      .main .header_1 {
        font-size: 40px;
        margin-bottom: 24px; }
      .main .gallery-item {
        width: calc(50% - 4px); }
        .main .gallery-item img {
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .main .header_1 {
      font-size: 26px; }
    .main .gallery-item img {
      height: 200px; } }
