@font-face {
  font-display: swap;
  font-family: "NouvelR";
  font-weight: 700;
  font-style: normal;
  src: url("../../static/fonts/NouvelR-Bold.woff2");
  src: url("../../static/fonts/NouvelR-Bold.woff2") format("woff2"), 
  url("../../static/fonts/NouvelR-Bold.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "NouvelR";
  font-weight: 400;
  font-style: normal;
  src: url("../../static/fonts/NouvelR-Regular.woff2");
  src: url("../../static/fonts/NouvelR-Regular.woff2") format("woff2"), 
  url("../../static/fonts/NouvelR-Regular.woff") format("woff"); }

@font-face {
  font-display: swap;
  font-family: "NouvelR";
  font-weight: 300;
  font-style: normal;
  src: url("../../static/fonts/NouvelR-Light.woff2");
  src: url("../../static/fonts/NouvelR-Light.woff2") format("woff2"), 
  url("../../static/fonts/NouvelR-Light.woff") format("woff"); }

*::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

*:-moz-placeholder {
  color: #fff;
  opacity: 1; }

*::-moz-placeholder {
  color: #fff;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

*::-ms-clear {
  display: none; }

*::-webkit-scrollbar {
  width: 8px; }

*::-webkit-scrollbar-track {
  background: #030303; }

*::-webkit-scrollbar-thumb {
  background: #efdf00; }

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #e6873b;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #e6873b;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent; }

*::-moz-selection {
  color: #e6873b;
  background: #030303; }

*::selection {
  color: #e6873b;
  background: #030303; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green; }

body input:required:valid,
body textarea:required:valid {
  color: green; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 19px;
  font-family: "NouvelR", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #fff;
  background-color: #000;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.container {
  max-width: 1700px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto; }

.content {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NouvelR", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NouvelR", sans-serif;
  line-height: 1.2em; }

h2 {
  font-size: 67px;
  line-height: 80px;
  font-weight: 300; }

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #efdf00;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  outline-width: 0; }

[v-cloak] {
  display: none; }

.redput {
  color: #cd0707;
  border-color: #cd0707;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .redput::-webkit-input-placeholder {
    color: #cd0707 !important; }
  .redput:-moz-placeholder {
    color: #cd0707 !important; }
  .redput::-moz-placeholder {
    color: #cd0707 !important; }
  .redput:-ms-input-placeholder {
    color: #cd0707 !important; }

.no-wrap {
  white-space: nowrap; }

#app {
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.red {
  color: #cd0707 !important; }

.svg_list {
  display: none; }

@media only screen and (max-width: 1700px) {
  .container {
    max-width: 1200px; } }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1024px; }
  .ios {
    overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important; } }

@media only screen and (max-width: 996px) {
  #app {
    max-width: 100vw;
    overflow-x: hidden; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  .container {
    max-width: 768px; }
  body {
    background-size: contain; } }

@media only screen and (max-width: 768px) {
  .container {
    max-width: 375px; }
  body {
    background-size: 200%;
    background-position: center top; } }

.btn {
  position: relative;
  color: #000;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  -o-transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
  padding: 10px;
  display: block;
  width: 100%;
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efdf00;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 9px 18px;
  border-radius: 17px; }
  .btn:hover {
    color: #000;
    background-color: #efdf00; }
  .btn:disabled {
    opacity: 0.5; }
  .btn.icon-arrow svg {
    width: 7px;
    height: 12px;
    fill: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-left: 15px; }
  .btn.icon-arrow:hover {
    background-color: #e6873b;
    color: #fff; }
    .btn.icon-arrow:hover svg {
      fill: #fff;
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
  .btn.btn-black {
    border: 1px solid #000;
    background: transparent;
    color: #000; }
    .btn.btn-black:hover {
      background-color: #000;
      color: #fff; }
  .btn.btn-link {
    height: auto;
    width: auto;
    background: transparent; }
    .btn.btn-link svg {
      margin-left: 30px; }
    .btn.btn-link:hover {
      color: #e6873b; }
      .btn.btn-link:hover svg {
        fill: #e6873b; }
  .btn.btn-1 {
    background-color: #e6873b;
    border: 1px solid #e6873b;
    max-width: 300px;
    width: 100%; }
    .btn.btn-1:hover {
      background-color: #e6873b;
      color: #333; }
  .btn.btn-2 {
    background-color: #333;
    color: #fff;
    border: 1px solid #000;
    max-width: 300px;
    width: 100%;
    position: relative; }
    .btn.btn-2:hover {
      background-color: #000;
      color: #e6873b; }
  .btn .text {
    position: relative;
    z-index: 1; }
  .btn .progress {
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #00456d;
    left: 0;
    top: 0;
    border-radius: 2px; }
  .btn.sending .progress {
    -webkit-animation-name: sendingPhone;
            animation-name: sendingPhone;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }

button {
  display: block !important; }

.btn__border {
  border: 1px solid #FFFFFF;
  color: #fff;
  background: transparent; }
  .btn__border:hover, .btn__border:focus {
    background-color: #e6873b;
    border-color: #e6873b; }

.input-block {
  height: 50px;
  position: relative;
  margin: 0 auto; }

.input {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "NouvelR", sans-serif;
  color: #fff !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: 1em;
  border: none;
  padding-left: 12px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  position: relative;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid rgba(255, 255, 255, 0.25); }

.wrong + .input {
  border: 1px solid red; }

.phone {
  white-space: nowrap; }

.form__disclaimer {
  margin-top: 24px;
  font-size: 14px;
  line-height: 17px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .popup.open {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8); }
    .popup.open .popup__body {
      -webkit-transform: translateY(-45%) scale(1);
          -ms-transform: translateY(-45%) scale(1);
              transform: translateY(-45%) scale(1); }
  .popup__body {
    max-width: 715px;
    width: 100%;
    margin: 0 auto;
    background: #000;
    border-radius: 22px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    padding-top: 0px;
    overflow: hidden;
    background-size: cover; }
  .popup__close {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    z-index: 10; }
    .popup__close:before {
      content: '';
      display: block;
      position: absolute;
      width: 40%;
      height: 2px;
      background: #B3B2B2;
      border-radius: 5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 48%;
      left: 30%; }
    .popup__close:after {
      content: '';
      display: block;
      position: absolute;
      width: 40%;
      height: 2px;
      background: #B3B2B2;
      border-radius: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 48%;
      left: 30%; }
    .popup__close:hover {
      opacity: .6; }
  .popup__content.tnxpopup {
    display: block;
    max-height: 90vh;
    height: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    width: 100%; }
    .popup__content.tnxpopup .btn:after {
      display: none; }
  .popup__content.politicpopup {
    display: block;
    max-height: 330px;
    height: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%; }
  .popup__text {
    font-size: 10px;
    text-align: justify; }
  .popup__title {
    font-weight: 300;
    font-size: 41px;
    line-height: 49px;
    color: #fff; }
  .popup__content {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 54px 60px 80px 60px; }
    .popup__content form {
      width: 100%;
      margin-top: 54px; }
    .popup__content .form-elements {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .popup__content .form-elements .form__checkbox {
        margin-top: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .popup__content .form-elements .form__checkbox label {
          margin-left: 14px;
          font-size: 14px;
          line-height: 14px;
          color: #B3B2B2;
          opacity: 0.5; }
          .popup__content .form-elements .form__checkbox label a {
            color: #B3B2B2; }
            .popup__content .form-elements .form__checkbox label a:hover {
              color: #fff; }
        .popup__content .form-elements .form__checkbox input {
          width: 22px;
          height: 22px; }
      .popup__content .form-elements .submit {
        margin: 0;
        width: calc(50% - 12px); }
      .popup__content .form-elements .input-block {
        width: calc(50% - 12px);
        margin: 0; }
        .popup__content .form-elements .input-block input {
          background: rgba(255, 255, 255, 0.25);
          color: #fff !important;
          border: 1px solid #FFFFFF; }
          .popup__content .form-elements .input-block input::-webkit-input-placeholder {
            color: #fff; }
          .popup__content .form-elements .input-block input::-webkit-input-placeholder, .popup__content .form-elements .input-block input:-moz-placeholder, .popup__content .form-elements .input-block input::-moz-placeholder, .popup__content .form-elements .input-block input:-ms-input-placeholder, .popup__content .form-elements .input-block input::placeholder {
            color: #fff; }
      .popup__content .form-elements p.politic {
        font-size: 12px;
        margin-top: 30px; }
        .popup__content .form-elements p.politic a {
          color: #4E4F50;
          text-decoration: underline; }

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #e6873b;
  -webkit-animation-name: loader-spin;
          animation-name: loader-spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 6; }
  .circle-loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px; }
  .circle-loader.checking {
    opacity: 1; }

.load-complete {
  -webkit-animation: none;
          animation: none;
  border-color: #299926;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out; }
  .load-complete.wrong {
    border-color: #cd0707;
    cursor: pointer; }
    .load-complete.wrong:before {
      content: '';
      display: block;
      height: 2px;
      width: 8px;
      background: #cd0707;
      display: block;
      position: absolute;
      top: 7px;
      left: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .load-complete.wrong:after {
      content: '';
      display: block;
      height: 2px;
      width: 8px;
      background: #cd0707;
      display: block;
      position: absolute;
      top: 7px;
      left: 4px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }

.checkmark {
  display: none; }
  .checkmark:after {
    opacity: 1;
    height: 9px;
    width: 5px;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    border-right: 2px solid #299926;
    border-top: 2px solid #299926;
    content: '';
    left: 2px;
    top: 8px;
    position: absolute; }
  .checkmark.draw:after {
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: checkmark;
            animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg); }
  .checkmark.checked {
    display: block; }

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 7px;
    opacity: 1; }
  40% {
    height: 9px;
    width: 5px;
    opacity: 1; }
  100% {
    height: 9px;
    width: 5px;
    opacity: 1; } }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: 7px;
    opacity: 1; }
  40% {
    height: 9px;
    width: 5px;
    opacity: 1; }
  100% {
    height: 9px;
    width: 5px;
    opacity: 1; } }

@-webkit-keyframes sendingPhone {
  0% {
    width: 0; }
  20% {
    width: 10%; }
  40% {
    width: 30%; }
  50% {
    width: 45%; }
  55% {
    width: 50%; }
  65% {
    width: 80%; }
  100% {
    width: 100%; } }

@keyframes sendingPhone {
  0% {
    width: 0; }
  20% {
    width: 10%; }
  40% {
    width: 30%; }
  50% {
    width: 45%; }
  55% {
    width: 50%; }
  65% {
    width: 80%; }
  100% {
    width: 100%; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.btngreen {
  background-color: #0065a0; }

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block; }
  .success svg {
    width: 35px;
    height: 28px; }
    .success svg path {
      fill: #fff; }

@media only screen and (max-width: 768px) {
  .popup__content {
    padding: 39px 25px 45px 25px; }
    .popup__content form {
      margin-top: 30px; }
    .popup__content .form-elements {
      display: block; }
      .popup__content .form-elements .input-block,
      .popup__content .form-elements .submit {
        width: 100%; }
      .popup__content .form-elements .input-block {
        margin-bottom: 15px; }
  .popup__title {
    font-size: 30px;
    line-height: 36px; } }

.counter {
  text-align: center;
  max-width: 665px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .counter__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    font-size: 64px;
    line-height: 1;
    font-weight: bold; }
  .counter__label {
    margin-top: 8px;
    line-height: 1;
    font-size: 20px;
    font-weight: 400; }
  .counter__item {
    width: 105px;
    position: relative; }
    .counter__item:after {
      content: ":";
      position: absolute;
      left: 140px;
      top: 20px;
      font-size: 24px;
      font-weight: 400;
      color: #E9E9E9; }
    .counter__item:last-child:after {
      display: none; }

@media only screen and (max-width: 760px) {
  .counter__title {
    font-size: 14px;
    line-height: 17px; }
  .counter__wrapper {
    margin-top: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .counter__value {
    font-size: 40px;
    line-height: 48px; }
  .counter__item {
    width: 72px; }
    .counter__item:after {
      left: 70px;
      top: 12px; }
  .counter__label {
    margin-top: 0px;
    font-size: 10px;
    line-height: 12px; } }

#cookie-popup {
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  position: fixed;
  padding: 12px;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 13px; }

#cookie-popup p {
  text-align: center;
  margin-bottom: 10px; }

#cookie-popup span[role=button] {
  background: #4b81e8;
  color: #fff;
  border: 0;
  padding: .4em .8em;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cookie-popup span[role=button]:hover {
  opacity: .8; }

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  background-color: #000;
  color: #fff; }
  .header.fixed {
    background-color: #000; }
  .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    width: 30px; }
  .header__diler {
    margin-left: 20px; }
    .header__diler b {
      text-transform: uppercase;
      display: block;
      font-size: 14px;
      line-height: 1.2; }
    .header__diler span {
      font-size: 16px; }
  .header__nav {
    margin-left: auto;
    margin-right: auto; }
    .header__nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__nav ul li {
        margin: 0px 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px; }
        .header__nav ul li a {
          color: #fff;
          text-decoration: none; }
          .header__nav ul li a:hover {
            color: #e6873b; }
  .header__contacts {
    text-align: right; }
    .header__contacts > a {
      color: #fff; }
      .header__contacts > a:hover {
        color: #e6873b; }
    .header__contacts .phone {
      display: block; }
      .header__contacts .phone a {
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #fff; }
        .header__contacts .phone a:hover {
          color: #e6873b; }
  .header__button {
    width: 174px;
    margin-left: 37px; }
  .header__burger {
    display: none; }

@media only screen and (max-width: 1200px) {
  .header__burger {
    display: block;
    cursor: pointer;
    margin-left: 30px; }
  .header__nav {
    position: absolute;
    top: 100%;
    background-color: #000;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    height: calc(100vh - 70px); }
    .header__nav ul {
      display: block;
      margin: 0 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .header__nav ul li {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 1.2;
        margin: 0; }
    .header__nav.open {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); } }

@media only screen and (max-width: 996px) {
  .header {
    padding: 10px 0; }
    .header__logo {
      width: 30px; }
    .header__diler {
      margin-left: 13px; }
      .header__diler b {
        font-size: 10px;
        line-height: 12px; }
      .header__diler span {
        font-size: 10px;
        line-height: 12px; }
    .header__contacts {
      margin-left: auto; }
      .header__contacts .phone a {
        font-size: 18px; }
      .header__contacts > a {
        font-size: 14px; }
    .header__button {
      margin-left: 15px; }
    .header__burger {
      margin-left: 15px; }
    .header__nav {
      height: calc(100vh - 70px); } }

@media only screen and (max-width: 768px) {
  .header__button {
    display: none; }
  .header__nav {
    height: calc(100vh - 59px); }
  .header__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header__diler {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0; 
        display: none;}
    .header__diler span {
      font-size: 12px; }
  .header__contacts {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .header__burger {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; } 
  .application__form .form-elements label {
    margin-top: 15px;
    display: block; }}

.main {
  min-height: 70vh;
    padding-top: 200px;
    background-image: url(../../static/images/banner/banner.png);
    background-repeat: no-repeat;}
  .main h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase; }
  .main__subtitle {
    margin-top: 10px;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase; }
    .main__subtitle--small {
      font-size: 24px; }
  .main__button {
    margin-top: 20px;
    width: 200px;
    position: relative;
    z-index: 3; }

@media only screen and (max-width: 1700px) {
  .main .container {
    position: relative; }
  .main__sale {
    margin-left: auto;
    -webkit-transform: translateX(-39px);
        -ms-transform: translateX(-39px);
            transform: translateX(-39px); } }

@media only screen and (max-width: 1200px) {
  .main {
    min-height: auto;
    margin-bottom: 100px; }
    .main__subtitle {
      margin-top: 10px; }
    .main h2 {
      font-size: 48px;
      line-height: 1.2; } }

@media only screen and (max-width: 996px) {
  .main__sale {
    padding: 15px 10px 15px 15px;
    width: 166px;
    border-radius: 12px 12px 12px 0px;
    margin-left: 70%; }
    .main__sale svg {
      width: 29px;
      height: 29px; }
    .main__sale span {
      font-size: 10px;
      line-height: 12px;
      display: block; }
  .main h1 {
    font-size: 24px;
    line-height: 1; }
  .main__scroll {
    display: none; }
  .main__subtitle {
    margin-top: 10px;
    font-size: 36px;
    line-height: 1.3; }
  .main h2 {
    font-size: 36px; }
    .main h2 br {
      display: none; } }

@media only screen and (max-width: 768px) {
  .main {
    position: relative;
    padding-top: 120px; 
        background-size: cover;
        background-position: 50% 0;
        margin-bottom: 40px;}
		.main__button {
    padding-bottom: 20px;}
    .main .container {
      position: static; }
    .main__slider {
      min-height: auto; }
    .main__bg {
      height: 100%; }
    .main__slide {
      padding-top: 70px; }
      .main__slide--full-image .main__bg {
        background-size: 400px;
        background-position: center 60px;
        background-color: #4c5865; }
      .main__slide--full-image .main__button {
        position: absolute;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .main h1 {
      font-size: 20px;
      line-height: 1; }
    .main__subtitle {
      font-size: 24px;
      line-height: 1.3;
      margin-top: 8px; }
    .main h2 {
      font-size: 20px; }
      .main h2 br {
        display: block; }
    .main__sale {
      position: absolute;
      margin: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      top: 230px;
      background: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 30px);
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .main__sale svg {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-right: 14px; } }

.service {
  margin-top: 150px;
  position: relative;
  z-index: 4; }
  .service__tabs {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .service__tab {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35.4%, #54616c), to(rgba(0, 0, 0, 0))), rgba(255, 255, 255, 0.12);
    background: -o-linear-gradient(bottom, #54616c 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.12);
    background: linear-gradient(0deg, #000000 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.12);
    padding: 20px;
    margin: 0px 10px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    max-width: 351px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .service__tab:hover, .service__tab.active {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(35.4%, #fff), to(rgba(0, 0, 0, 0))), rgba(255, 255, 255, 0.12);
      background: -o-linear-gradient(bottom, #fff 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.12);
      background: linear-gradient(0deg, #fff 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.12);
      color: #030303; }
    .service__tab-name {
      margin-top: 10px;
      font-size: 24px;
      line-height: 1.2;
      width: 100%; }
  .service__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .service__item {
    width: 281px;
    margin: 0px 10px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px; }
    .service__item-name {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 15px; }
    .service__item-image {
      margin-top: auto;
      margin-bottom: 10px; }

@media only screen and (max-width: 996px) {
  .service {
    margin-top: 50px; }
    .service__tabs {
      margin-top: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .service__tab {
      margin-bottom: 20px;
      max-width: 325px;
      width: 100%; }
    .service__list {
      margin-top: 30px; } }

.application {
  margin-top: 142px;
  position: relative;
  z-index: 2; }
  .application:after {

    position: absolute;
    top: -254px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1859px;
    height: 906px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #a6adb5 0%, rgba(8, 120, 181, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #a6adb5 0%, rgba(8, 120, 181, 0) 100%);
    -webkit-filter: blur(211px);
            filter: blur(211px);
    z-index: -1; }
  .application:before {

    position: absolute;
    top: -403px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 1859px;
    height: 906px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #e6873b 0%, rgba(255, 30, 16, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #e6873b 0%, rgba(255, 30, 16, 0) 100%);
    opacity: 0.6;
    -webkit-filter: blur(287px);
            filter: blur(287px);
    z-index: -1; }
  .application__wrapper {
    background-color: rgba(0, 0, 0, 0.58);
    border-radius: 22px;
    padding: 117px 142px 117px 425px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .application__wrapper:after {

      position: absolute;
      left: -100px;
      bottom: 0;
      width: 500px;
      height: 436px;
      background-image: url("../../static/images/people2.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom; }
  .application__title {
    font-size: 67px;
    font-weight: 300;
    line-height: 1; }
  .application__subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px; }
  .application__form {
    max-width: 678px;
    width: 100%; }
    .application__form .form-elements {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .application__form .form-elements .input-block {
        width: 330px;
        margin: 0;
        margin-right: 15px; }
      .application__form .form-elements .submit {
        width: 330px;
        margin: 0; }
      .application__form .form-elements label {
        margin-top: 15px; }

@media only screen and (max-width: 1700px) {
  .application__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 80px 80px 80px; }
  .application__content {
    width: 100%;
    text-align: center; }
  .application__title br {
    display: none; }
  .application__form {
    margin-top: 30px; }
    .application__form .form-elements .input-block,
    .application__form .form-elements .submit {
      width: calc(50% - 10px); } }

@media only screen and (max-width: 996px) {
  .application {
    margin-top: 70px; }
    .application__wrapper {
      padding: 38px 60px 45px 45px;
      display: block; }
      .application__wrapper:after {
        width: 256px;
        height: 377px;
        left: 74px; }
    .application__content {
      width: 286px;
      margin-left: auto; }
    .application__form {
      width: 286px;
      margin-left: auto;
      margin-top: 25px; }
      .application__form .form-elements {
        display: block; }
        .application__form .form-elements .input-block,
        .application__form .form-elements .submit {
          width: 100%; }
        .application__form .form-elements .input-block {
          margin-bottom: 12px; }
    .application__title {
      font-size: 30px;
      line-height: 36px; }
    .application__subtitle {
      font-size: 18px;
      line-height: 1.2; } }

@media only screen and (max-width: 768px) {
  .application {
    margin-top: 80px; }
    .application__wrapper {
      padding: 39px 25px 45px 25px; }
      .application__wrapper:after {
        display: none; } }

.privileges {
  margin-top: 42px;
  position: relative;
  z-index: 3; }
  .privileges__items {
    display: grid;
    margin-top: 61px;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
  .privileges__item {
    height: 436px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 28px 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer; }
    .privileges__item:nth-child(7) {
      grid-column: -1/3; }
    .privileges__item:nth-child(8) {
      grid-column: 1/3; }
    .privileges__item:nth-child(7) .privileges__content, .privileges__item:nth-child(8) .privileges__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .privileges__item:hover .privileges__bg {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .privileges__item:after {
      content: "";
      position: absolute;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(35.4%, rgba(76, 88, 101, 0.9)), to(rgba(0, 0, 0, 0))), rgba(255, 255, 255, 0);
      background: -o-linear-gradient(bottom, rgba(76, 88, 101, 0.9) 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0);
      background: linear-gradient(0deg, rgb(0 0 0 / 90%) 35.4%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .privileges__label {
    position: absolute;
    background-color: #FF5D02;
    border-radius: 9px;
    top: 43px;
    right: 43px;
    z-index: 3;
    padding: 7px 10px;
    line-height: 1;
    font-size: 24px;
    color: #fff; }
  .privileges__price {
    font-size: 56px;
    line-height: 1;
    margin-top: 30px; }
  .privileges__currency {
    font-size: 24px;
    line-height: 1; }
  .privileges__image {
    max-width: 248px;
    margin-left: auto;
    margin-right: auto; }
    .privileges__image img {
      display: block;
      height: auto;
      width: 100%; }
  .privileges__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .privileges__content {
    z-index: 2; }
  .privileges__text {
    font-size: 22px;
    line-height: 29px;
    text-align: center; }
    .privileges__text ul {
      margin-top: 10px; }
      .privileges__text ul li {
        font-size: 15px;
        list-style-type: none;
        padding-left: 13px;
        position: relative;
        line-height: 1.4; }
        .privileges__text ul li:before {
          content: '';
          width: 3px;
          height: 3px;
          border-radius: 50%;
          background-color: #e6873b;
          position: absolute;
          left: 2px;
          top: 8px; }
  .privileges__link {
    margin-top: 38px;
    display: block; }

@media only screen and (max-width: 1700px) {
  .privileges__item {
    height: 350px; }
  .privileges__image {
    max-width: 190px; }
  .privileges__price {
    font-size: 46px; }
  .privileges__text {
    font-size: 18px;
    line-height: 22px;
    max-width: 370px; } }

@media only screen and (max-width: 1200px) {
  .privileges__item {
    height: 300px; }
  .privileges__label {
    font-size: 16px; }
  .privileges__price {
    font-size: 36px; }
  .privileges__text {
    font-size: 16px;
    line-height: 1.2;
    max-width: 295px; } }

@media only screen and (max-width: 996px) {
  .privileges {
    margin-top: 50px; }
    .privileges__items {
      margin-top: 33px;
      grid-template-columns: repeat(3, 1fr); }
    .privileges__item {
      padding: 30px; }
      .privileges__item:nth-child(7) {
        grid-column: 1/4; }
      .privileges__item:nth-child(8) {
        grid-column: 1/3; }
        .privileges__item:nth-child(8) ul {
          display: none; }
    .privileges__link {
      margin-top: 30px; } }

@media only screen and (max-width: 768px) {
  .privileges {
    margin-top: 45px; }
    .privileges__items {
      margin-top: 25px;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; }
    .privileges__item {
      padding: 15px;
      height: 250px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .privileges__item:nth-child(7) {
        grid-column: 1/3; }
      .privileges__item:after {
        background-color: rgba(0, 0, 0, 0.5); }
    .privileges__label {
      right: 15px;
      top: 15px; }
    .privileges__price {
      font-size: 30px;
      margin-top: 10px; }
    .privileges__text {
      font-size: 18px;
      line-height: 1.4; } }

.benefits {
  margin-top: 150px; }
  .benefits__list {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
  .benefits__item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px 50px;
    border-radius: 22px;
    text-align: center; }
    .benefits__item img {
      height: 70px;
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .benefits__name {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.4; }

@media only screen and (max-width: 1700px) {
  .benefits__list {
    gap: 20px; }
  .benefits__item {
    padding: 30px; } }

@media only screen and (max-width: 1200px) {
  .benefits__list {
    grid-template-columns: repeat(3, 1fr); } }

@media only screen and (max-width: 768px) {
  .benefits {
    margin-top: 50px; }
    .benefits__list {
      margin-top: 30px;
      grid-template-columns: repeat(2, 1fr);
      gap: 5px; }
    .benefits__item {
      padding: 10px; }
      .benefits__item img {
        height: 50px; }
    .benefits__name {
      font-size: 16px;
      margin-top: 15px; } }

.contacts {
  position: relative;
  margin-top: 123px; }
  .contacts__info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 5;
    background: rgb(0 0 0 / 79%);
    border-radius: 22px;
    padding: 35px;
    max-width: 505px;
    width: 100%; }
  .contacts__map {
    height: 583px;
    width: 100%;
    border-radius: 22px;
    overflow: hidden; }
  .contacts__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; }
    .contacts__logo-text b {
      display: block;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 30px; }
    .contacts__logo-text span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      opacity: 0.28;
      line-height: 17px; }
    .contacts__logo-image {
      width: 22px; }
      .contacts__logo-image img {
        display: block;
        width: 100%;
        height: auto; }
  .contacts__text {
    margin-bottom: 25px; }
    .contacts__text span {
      color: #b3b2b2; }
  .contacts__link a {
    color: #B3B2B2; }
  .contacts__footer {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .contacts__footer .phone a {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #fff;
      text-decoration: none; }

@media only screen and (max-width: 996px) {
  .contacts {
    margin-top: 65px; }
    .contacts__info {
      width: 290px;
      padding: 30px 25px 25px 25px;
      left: 30px;
      bottom: 30px; }
    .contacts__text {
      margin-bottom: 15px; }
    .contacts__footer {
      margin-top: 20px;
      display: block;
      font-size: 14px; }
      .contacts__footer .phone a {
        font-size: 16px; }
    .contacts__logo {
      margin-bottom: 19px; }
      .contacts__logo-text b {
        font-size: 16px;
        line-height: 19px; }
      .contacts__logo-text span {
        font-size: 10px;
        line-height: 12px; }
    .contacts__map {
      height: 378px; } }

@media only screen and (max-width: 768px) {
  .contacts {
    margin-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contacts__map {
      height: 350px;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .contacts__info {
      position: relative;
      width: 100%;
      left: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.14);
      border-radius: 0px 0px 22px 22px; }
      .contacts__info:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        bottom: 100%;
        background-color: rgba(255, 255, 255, 0.14); } }

.footer {
  color: #fff; }
  .footer__header {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__logo-image {
      width: 30px;
      margin-right: 13px; }
      .footer__logo-image img {
        display: block;
        width: 100%;
        height: auto; }
    .footer__logo-text {
      font-weight: 300; }
  .footer__link a {
    font-weight: 300;
    color: #fff; }
  .footer__content {
    color: #fff; }
    .footer__content p {
      margin-bottom: 15px; }
  .footer__disclaimer {
    font-size: 12px;
    line-height: 1.2; }

@media only screen and (max-width: 768px) {
  .footer__header {
    display: block; }
  .footer__logo {
    margin-bottom: 20px; } }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/ }


.service__item-image img {
    width: 100%;
    height: 145px;

}














/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/ }
