@font-face {
  font-display: swap;
  font-family: 'ChangAnunitype';
  font-weight: 700;
  font-style: normal;
  src: url('../../static/fonts/changanunitypeBold.woff2');
  src: url('../../static/fonts/changanunitypeBold.woff2') format('woff2'),
    url('../../static/fonts/changanunitypeBold.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'ChangAnunitype';
  font-weight: 400;
  font-style: normal;
  src: url('../../static/fonts/changanunitypeRegular.woff2');
  src: url('../../static/fonts/changanunitypeRegular.woff2') format('woff2'),
    url('../../static/fonts/changanunitypeRegular.woff') format('woff');
}

@font-face {
  font-display: swap;
  font-family: 'ChangAnunitype';
  font-weight: 300;
  font-style: normal;
  src: url('../../static/fonts/changanunitypeLight.woff2');
  src: url('../../static/fonts/changanunitypeLight.woff2') format('woff2'),
    url('../../static/fonts/changanunitypeLight.woff') format('woff');
}

*::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #333333;
}

*::-webkit-scrollbar-thumb {
  background: #0b457f;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #0b457f;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #0b457f;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #0b457f;
  background: #333333;
}

*::selection {
  color: #0b457f;
  background: #333333;
}

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: 'ChangAnunitype', sans-serif;
  overflow-x: hidden;
  background: #f7f7f8;
}

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

.container {
  max-width: 1450px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ChangAnunitype', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ChangAnunitype', sans-serif;
  line-height: 1.2em;
}

h2 {
  color: #333;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 13px;
  background-image: url(/static/images/h2_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0b457f;
  -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 {
  overflow: hidden;
}

.red {
  color: #cd0707 !important;
}

.svg_list {
  display: none;
}

@media only screen and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
  h2 {
    font-size: 24px;
  }
  h2:after {
    display: none;
  }
}

@media only screen and (max-width: 996px) {
  .container {
    max-width: 768px;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 375px;
  }
}

.btn {
  position: relative;
  color: #fff;
  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: #0b457f;
  background: -o-radial-gradient(0% 0%, 100% 862.89%, #0b457f 0%, #09335e 100%);
  background: radial-gradient(100% 862.89% at 0% 0%, #0b457f 0%, #09335e 100%);
  border-radius: 45px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
.btn svg {
  height: 8px;
  width: 4px;
  margin-left: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  opacity: 0.9;
}
.btn:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.btn:disabled {
  opacity: 0.5;
}
.btn.btn-light {
  background-color: #fff;
  color: #0b457f;
  background-image: none;
}
.btn.icon-arrow svg {
  width: 7px;
  height: 12px;
  fill: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 15px;
}
.btn.icon-arrow:hover {
  background-color: #0b457f;
  color: #fff;
}
.btn.icon-arrow:hover svg {
  fill: #fff;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.btn .text {
  position: relative;
  z-index: 1;
}
.btn .progress {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #072c50;
  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: #0b457f;
  border-color: #0b457f;
}

.input-block {
  height: 34px;
  position: relative;
  margin: 0 auto;
}

.input {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: 'ChangAnunitype', sans-serif;
  color: #333 !important;
  outline: none;
  line-height: 1em;
  border: none;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 43px;
}

.wrong + .input {
  border: 1px solid red;
}

.phone {
  white-space: nowrap;
}

.form__checkbox {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.2;
  color: #dde1e1;
  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;
}
.form__checkbox input {
  margin-right: 5px;
}
.form__checkbox a {
  color: #dde1e1;
}

@media only screen and (max-width: 1450px) {
  .input {
    padding-left: 20px;
  }
}

.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 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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: 515px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  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;
}
.popup__body-price {
  max-width: 1178px;
  border-radius: 10px;
}
.popup__close {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  z-index: 10;
}
.popup__close:before {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background: #333333;
  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: #333333;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 48%;
  left: 30%;
}
.popup__close:hover {
  opacity: 0.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: 70vh;
  height: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.popup__text {
  font-size: 10px;
  text-align: justify;
}
.popup__title {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}
.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 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.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: #333333;
  opacity: 0.5;
}
.popup__content .form-elements .form__checkbox label a {
  color: #333333;
}
.popup__content .form-elements .form__checkbox label a:hover {
  opacity: 1;
}
.popup__content .form-elements .form__checkbox input {
  width: 22px;
  height: 22px;
}
.popup__content .form-elements .submit {
  margin: 0;
  height: 50px;
}
.popup__content .form-elements .input-block {
  margin: 0;
  margin-bottom: 15px;
}
.popup__content .form-elements .input-block input {
  border: 1px solid #dde1e1;
}
.popup__content .form-elements p.politic {
  font-size: 12px;
  margin-top: 30px;
}
.popup__content .form-elements p.politic a {
  color: #dde1e1;
  text-decoration: underline;
}
.popup__service {
  padding: 45px 52px 89px 52px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup__thead {
  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;
  padding: 12px 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.popup__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.popup__tr {
  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;
  padding: 2px 39px;
  font-size: 18px;
}
.popup__tr:nth-child(even) {
  background-color: #dde1e1;
}
.popup__td:nth-child(2) {
  min-width: 95px;
  width: 95px;
  font-weight: bold;
  margin-left: 20px;
  text-align: right;
}

.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #0b457f;
  -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: 7px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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: #0b457f;
}

.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__service {
    padding: 40px 20px 20px 20px;
  }
  .popup__title {
    font-size: 16px;
  }
  .popup__name {
    font-size: 14px;
  }
  .popup__thead {
    padding: 10px 5px;
  }
  .popup__tr {
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .popup__td:nth-child(2) {
    min-width: 60px;
    width: 60px;
  }
}

.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: 0.4em 0.8em;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#cookie-popup span[role='button']:hover {
  opacity: 0.8;
}

.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.fixed {
  background-color: #fff;
}
.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: 280px;
  cursor: pointer;
}
.header__diler {
  margin-left: 83px;
  font-size: 18px;
  line-height: 1.2;
}
.header__nav {
  margin-left: 40px;
  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 18.5px;
}
.header__nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.header__nav ul li a:hover {
  color: #0b457f;
  text-decoration: underline;
}
.header__contacts {
  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;
}
.header__phone {
  margin-left: 49px;
}
.header__phone a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.header__phone a:hover {
  color: #0b457f;
  text-decoration: underline;
}
.header__button {
  margin-left: 29px;
  width: 151px;
}
.header__burger {
  display: none;
}

@media only screen and (max-width: 1450px) {
  .header__logo {
    width: 200px;
  }
  .header__diler {
    margin-left: 20px;
    font-size: 16px;
  }
  .header__nav {
    margin-left: 20px;
  }
  .header__nav ul li {
    margin: 0px 15px;
  }
  .header__phone {
    margin-left: 20px;
  }
  .header__button {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__burger {
    display: block;
    cursor: pointer;
    margin-left: 30px;
  }
  .header__nav {
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: calc(100vh - 100px);
  }
  .header__nav ul {
    display: block;
    margin: 0 15px;
    border-top: 1px solid #f0f0f0;
  }
  .header__nav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    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: 150px;
  }
  .header__diler {
    margin-left: 10px;
    font-size: 12px;
  }
  .header__contacts {
    margin-left: auto;
  }
  .header__phone 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__diler {
    display: none;
  }
  .header__nav {
    height: calc(100vh - 59px);
  }
}

.main {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000000),
      to(rgba(0, 0, 0, 0))
    ),
    url(/static/images/bg.webp);
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%),
    url(/static/images/bg.webp);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%),
    url(/static/images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 84px;
  width: 100%;
}
.main__content {
  padding: 90px 100px;
}
.main h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.main h1 span {
  font-weight: bold;
  font-size: 36px;
}
.main__button {
  margin-top: 70px;
  width: 308px;
}

@media only screen and (max-width: 996px) {
  .main {
    margin-top: 54px;
  }
  .main__content {
    padding: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .main {
    margin-top: 41px;
  }
  .main__content {
    padding: 30px 15px;
  }
  .main h1 {
    font-size: 18px;
  }
  .main h1 span {
    font-size: 32px;
  }
  .main__button {
    width: 245px;
  }
  .main__button .btn {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.actions {
  margin-top: 50px;
}
.actions .slick-track {
  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;
  min-height: 390px;
}
.actions__slider {
  margin-top: 35px;
}
.actions__slider .slick-list {
  margin: 0px 120px;
}
.actions__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 36px;
  width: 19px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.actions__slider .slick-arrow:hover {
  opacity: 0.6;
}
.actions__slider .slick-prev {
  left: 0;
}
.actions__slider .slick-prev:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  visibility: visible;
  display: block;
  cursor: pointer;
  background-image: url(/static/images/arrow_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.actions__slider .slick-next {
  right: 0;
}
.actions__slider .slick-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  visibility: visible;
  display: block;
  cursor: pointer;
  background-image: url(/static/images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.actions__slide.slick-slide {
  width: 573px;
  height: 390px;
  margin: 0px 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.actions__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.actions__item-1 {
  background-image: url(/static/images/action1.webp);
}
.actions__item-2 {
  background-image: url(/static/images/action2.webp);
}
.actions__item-2 .actions__name {
  color: #ffffff;
}
.actions__item-2 .actions__text {
  color: #fff;
}
.actions__item-3 {
  background-image: url(/static/images/action3.webp);
}
.actions__item-5 {
  background-image: url(/static/images/action5.webp);
}
.actions__item-4 {
  background-image: url(/static/images/action4.webp);
}
.actions__item-7 {
  background-image: url(/static/images/action7.webp);
}
.actions__item-7 .actions__name {
  color: #ffffff;
}
.actions__item-7 .actions__text {
  color: #fff;
}
.actions__item-6 {
  background-image: url(/static/images/action6.webp);
}
.actions__item-8 {
  background-image: url(/static/images/action8.webp);
}
.actions__name {
  position: absolute;
  left: 43px;
  top: 43px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #333333;
  width: 290px;
}
.actions__text {
  position: absolute;
  left: 43px;
  bottom: 80px;
  width: 309px;
}
.actions__text p {
  margin-bottom: 20px;
}
.actions__button {
  position: absolute;
  left: 43px;
  bottom: 19px;
  width: 151px;
}

@media only screen and (max-width: 996px) {
  .actions__slider .slick-list {
    margin: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .actions__item {
    background-position: 65% center;
  }
  .actions__slide.slick-slide {
    margin: 0 10px;
    width: 290px;
    height: 335px;
  }
  .actions__name {
    left: 15px;
    top: 20px;
    font-size: 16px;
    width: 200px;
  }
  .actions__button {
    left: 15px;
    bottom: 15px;
  }
  .actions__text {
    font-size: 14px;
    left: 15px;
    bottom: auto;
    top: 115px;
    font-size: 12px;
    line-height: 1.2;
    width: 160px;
  }
  .actions__text p {
    margin-bottom: 10px;
  }
  .actions__slider .slick-list {
    margin: 0;
  }
  .actions__slider .slick-prev {
    left: -10px;
  }
  .actions__slider .slick-next {
    right: -10px;
  }
}

.benefits {
  margin-top: 50px;
}
.benefits__items {
  margin-top: 35px;
  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;
}
.benefits__item {
  text-align: center;
}
.benefits__item svg {
  width: 141px;
  height: 141px;
}
.benefits__name {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}
.benefits__text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 996px) {
  .benefits__item {
    text-align: center;
    margin: 0px 20px;
  }
  .benefits__item svg {
    width: 90px;
    height: 90px;
  }
  .benefits__name {
    margin-top: 15px;
    font-size: 18px;
  }
  .benefits__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .benefits__text br {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .benefits__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits__item {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.toForm {
  margin-top: 50px;
}
.toForm__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.toForm__content {
  background: -o-radial-gradient(0% 0%, 100% 862.89%, #0b457f 0%, #09335e 100%);
  background: radial-gradient(100% 862.89% at 0% 0%, #0b457f 0%, #09335e 100%);
  min-width: 846px;
  width: 846px;
  padding: 30px 30px 30px 90px;
}
.toForm__content form {
  margin-top: 40px;
}
.toForm__content 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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toForm__content form .form-elements .input-block {
  width: 230px;
  margin: 0;
}
.toForm__content form .form-elements .submit {
  width: 210px;
}
.toForm__content form .form-elements .btn {
  color: #dde1e1;
  background: transparent;
  opacity: 0.5;
  border: 1px solid #ffffff;
}
.toForm__content form .form-elements .btn:hover {
  opacity: 1;
}
.toForm__bg {
  background-image: url(/static/images/to_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.toForm__bg.toForm__bg--call {
  background-image: url(/static/images/call_bg.webp);
}
.toForm__title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1450px) {
  .toForm__content {
    min-width: 700px;
    width: 700px;
    padding: 30px 30px 30px 30px;
  }
  .toForm__title {
    font-size: 28px;
  }
  .toForm form .form-elements .input-block {
    width: 210px;
    margin: 0;
  }
  .toForm form .form-elements .submit {
    width: 210px;
  }
}

@media only screen and (max-width: 996px) {
  .toForm__content {
    min-width: 400px;
    width: 400px;
    padding: 30px 15px;
  }
  .toForm__title {
    font-size: 24px;
    text-align: center;
  }
  .toForm__title br {
    display: none;
  }
  .toForm form .form-elements {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .toForm form .form-elements .input-block {
    width: 210px;
    margin: 0;
    margin-bottom: 15px;
  }
  .toForm form .form-elements .submit {
    width: 210px;
  }
}

@media only screen and (max-width: 760px) {
  .toForm__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
    overflow: hidden;
  }
  .toForm__content {
    min-width: 320px;
    width: 320px;
    border-radius: 10px;
  }
  .toForm__content .form__checkbox {
    width: 250px;
  }
  .toForm__bg {
    display: none;
  }
}

.service {
  margin-top: 50px;
}
.service__items {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 393px;
  grid-auto-flow: dense;
  gap: 30px;
}
.service__item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #0b457f;
  padding: 50px 50px 25px 50px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.service__item:hover .service__content:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(11, 69, 128, 0)),
    color-stop(42.9%, #0b4580)
  );
  background: -o-linear-gradient(top, rgba(11, 69, 128, 0) 0%, #0b4580 42.9%);
  background: linear-gradient(180deg, rgba(11, 69, 128, 0) 0%, #0b4580 42.9%);
}
.service__item:hover .service__name,
.service__item:hover .service__text,
.service__item:hover .service__price,
.service__item:hover .service__price-link {
  color: #fff;
}
.service__item:nth-child(3) {
  grid-column: span 2;
}
.service__item:nth-child(4) {
  grid-column: span 2;
}
.service__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 36px 10px 36px;
  z-index: 1;
}
.service__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 278px;
  width: 100%;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(238, 238, 238, 0)),
    color-stop(42.9%, #eeeeee)
  );
  background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 42.9%);
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #eeeeee 42.9%);
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service__content .btn {
  width: 211px;
  margin: 10px 0;
}
.service__price {
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service__price-link {
  font-size: 12px;
  color: #333333;
}
.service__name {
  font-size: 28px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1450px) {
  .service__name {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .service__items {
    grid-auto-rows: 300px;
  }
  .service__name {
    font-size: 18px;
  }
  .service__content {
    padding: 0px 15px 10px 15px;
  }
  .service__content .btn {
    width: 175px;
  }
}

@media only screen and (max-width: 996px) {
  .service {
    margin-top: 50px;
  }
  .service__items {
    grid-auto-rows: 250px;
  }
  .service__items {
    gap: 15px;
  }
  .service__content .btn {
    width: 141px;
  }
}

@media only screen and (max-width: 760px) {
  .service__items {
    margin-top: 35px;
    display: block;
  }
  .service__item {
    margin-bottom: 15px;
    padding-bottom: 50px;
    padding-top: 200px;
  }
  .service__content:after {
    height: 209px;
  }
}

.photos {
  margin-top: 50px;
}
.photos .slick-track {
  height: 358px;
}
.photos__items {
  margin-top: 30px;
}
.photos__item {
  margin: 0px 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.photos .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 36px;
  width: 19px;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photos .slick-arrow:hover {
  opacity: 0.6;
}
.photos .slick-prev {
  left: -15px;
}
.photos .slick-prev:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  visibility: visible;
  display: block;
  cursor: pointer;
  background-image: url(/static/images/arrow_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.photos .slick-next {
  right: -15px;
}
.photos .slick-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  visibility: visible;
  display: block;
  cursor: pointer;
  background-image: url(/static/images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 996px) {
  .photos .slick-track {
    height: 200px;
  }
  .photos__item {
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 760px) {
  .photos .slick-track {
    height: 200px;
  }
  .photos__item {
    margin: 0px 10px;
  }
}

.contacts {
  margin-top: 50px;
}
.contacts__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contacts__content {
  background-color: #fff;
  min-width: 483px;
  width: 483px;
  padding: 30px 90px;
}
.contacts__name {
  font-size: 35px;
  line-height: 1.2;
}
.contacts__address {
  padding-left: 33px;
  position: relative;
  margin-top: 30px;
}
.contacts__address:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(/static/images/pin.png);
}
.contacts__address-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.contacts__address-text {
  font-size: 12px;
  line-height: 1.2;
}
.contacts__address-graphic {
  margin-top: 17px;
  font-size: 12px;
  line-height: 1.2;
}
.contacts__phone {
  padding-left: 33px;
  position: relative;
  margin-top: 30px;
}
.contacts__phone a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #333333;
}
.contacts__phone:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background-image: url(/static/images/phone.png);
}
.contacts__mail {
  padding-left: 33px;
  position: relative;
  margin-top: 30px;
}
.contacts__mail a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 1.2;
}
.contacts__mail:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 14px;
  background-image: url(/static/images/email.png);
}
.contacts__telegram {
  padding-left: 33px;
  position: relative;
  margin-top: 10px;
}
.contacts__telegram a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 1.2;
}
.contacts__telegram:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 13px;
  background-image: url(/static/images/telegram.png);
}
.contacts__map {
  width: 100%;
}
.contacts__button {
  margin-top: 30px;
  width: 210px;
}

@media only screen and (max-width: 996px) {
  .contacts__content {
    min-width: 400px;
    width: 400px;
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 760px) {
  .contacts__content {
    min-width: auto;
    width: 100%;
    padding: 30px 40px;
  }
  .contacts__wrapper {
    display: block;
  }
  .contacts__map {
    width: 100%;
    height: 250px;
  }
}

.footer {
  padding: 50px 15px;
}
.footer__content {
  font-size: 12px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 15px;
  }
}

/*==========  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) {
  /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}
