@charset "UTF-8";
/*----------Обнудение всех стилей----------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,400i,500,700&subset=cyrillic");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*----------Обнудение всех стилей----------*/
body {
  font-family: "Roboto", sans-serif;
}

body.lock {
  overflow: hidden;
}

.btn {
  border-radius: 10px;
  height: 64px;
  width: 270px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
}

.btn-b {
  background: #012a93;
  color: #ffffff;
}

.btn-b:hover {
  background: #226ec2;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-b:active {
  background: #022379;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-y {
  background: #ffd652;
  color: #012a93;
}

.btn-y:hover {
  background: #ffe694;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-y:active {
  background: #ffc918;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.smooth-scroll {
  cursor: pointer;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1218px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.white-link {
  color: #ffffff;
}

.white-link:hover {
  color: #ffc918;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.white-link:hover::after {
  content: "";
  border-bottom: 1px #ffc918 solid;
  position: absolute;
  top: 25px;
  width: 0px;
  right: 0px;
}

.black-link {
  color: #000000;
}

.black-link:hover {
  color: #022379;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.black-link:hover::after {
  content: "";
  border-bottom: 1px #022379 solid;
  position: absolute;
  top: 25px;
  width: 0px;
  right: 0px;
}

.header {
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 20;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.lock-padding {
  -webkit-transition: 0s;
  transition: 0s;
}

.header--scroll {
  height: 60px;
  width: 100%;
  background: #012a93;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  -webkit-transition: 1s !important;
  transition: 1s !important;
}

.header--scroll .header__container {
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__container {
  padding-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.header__body .logo {
  width: 10.5625rem;
  height: 2.625rem;
  margin-right: 25px;
}

.header__phone a {
  font-size: 18px;
  position: relative;
}

.header__phone a:hover:after {
  top: 27px;
}

.header__phone {
  position: relative;
  margin-left: 25px;
}

.ico_phone {
  position: absolute;
  background: url(/img/phone.svg) no-repeat 0 0/cover;
  content: "";
  height: 18px;
  width: 18px;
  top: 0;
  left: -40px;
}

.btn-mobile {
  display: none;
}

.contact-mobile {
  display: none;
}

.copirate-mobile {
  display: none;
}

.header-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu__list > li {
  padding-right: 28px;
  opacity: 0.8;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 400;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
}

._pc .banner::before {
  background: rgba(1, 42, 147, 0.3);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._pc .banner.hover::before {
  background: rgba(1, 42, 147, 0.5);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

._touch .banner::before {
  background: rgba(1, 42, 147, 0.5);
}

.banner {
  position: relative;
  max-width: 1920px;
  height: 768px;
  margin: 0 auto;
  background: url("/img/banner1.jpg") no-repeat 0 0/cover;
}

.banner::before {
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-content {
  position: relative;
  padding-top: 320px;
  z-index: 2;
  color: #fff;
}

.banner-content__title {
  font-size: 72px;
  max-width: 770px;
  opacity: 0;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.banner-content__title._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.banner-content__btn2 {
  margin-left: 30px;
}

.banner-content__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 133px;
  opacity: 0;
  -webkit-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.banner-content__btn-block._active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}

.banner-content__btn-block div {
  cursor: pointer;
}

.title {
  color: #012a93;
  font-size: 48px;
  line-height: 56.25px;
  margin: 150px 0 40px 0;
}

.com-object__text {
  font-size: 18px;
  line-height: 25.2px;
  color: #333333;
  padding-bottom: 69px;
}

.com-object-tizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.com-object-tizer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-right: 15px;
  margin-bottom: 60px;
}

.com-object-tizer__img {
  height: 56px;
  width: 56px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 60px;
}

.com-object-tizer__img img {
  height: 100%;
  width: 100%;
}

.com-object-tizer__text {
  color: #012a93;
  font-size: 18px;
  position: relative;
  text-align: center;
}

.com-object-tizer__text::before {
  content: "";
  border-left: 2px solid #012a93;
  height: 55px;
  position: absolute;
  left: 0px;
  top: -60px;
}

.lizing-object__title.title {
  margin-top: 90px;
}

.lizing-object__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lizing-object__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lizing-object__item:first-child {
  margin-bottom: 150px;
}

.lizing-object__item:first-child .lizing-object__text {
  margin-bottom: 150px;
}

.lizing-object__item:last-child .lizing-object__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 30px;
}

.lizing-object__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.lizing-object__img {
  margin: 0 30px 0 0;
}

.lizing-object__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lizing-object__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 24px;
  line-height: 140%;
}

.lizing-term__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  font-size: 18px;
  line-height: 25.2px;
  margin-bottom: 3px;
  background: #f2f9ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lizing-term__name {
  border-right: solid #ffff 3px;
  margin-right: 3px;
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lizing-term__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lizing-calc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lizing-calc__img {
  margin-left: 15px;
  background: url(/img/calc/lizing.jpg) no-repeat right 0/cover;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.lizing-calc__text {
  font-size: 18px;
  line-height: 25.2px;
  color: #333333;
  padding-bottom: 38px;
  max-width: 70%;
}

.lizing-calc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.lizing-calc-form__btn {
  width: 100%;
  margin-top: 44px;
}

.lizing-form__textbox {
  background: #f6f6f6;
  height: 65px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  padding-left: 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__textbox:hover {
  background: #fbfbfb;
  border: 1px solid #808080;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__textbox:focus {
  background: #fbfbfb;
  border: 1px solid #27ae60;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__textbox._error {
  background: #fbfbfb;
  border: 1px solid #eb5757;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__check {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}

.lizing-form__check a {
  text-decoration: underline;
  color: #012a93;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__check a:hover {
  color: #226ec2;
}

.lizing-form__check a:active {
  color: #022379;
}

.lizing-form__check--active {
  position: relative;
}

.lizing-form__check::before {
  content: "";
  height: 24px;
  width: 24px;
  border: 1px solid #808080;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__check._error::before {
  border: 1px solid #eb5757;
}

.lizing-form__check--active::before {
  background: #226ec2;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__check--active::after {
  background: url(/img/svg/check.svg) no-repeat 5px 5px;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lizing-form__check input {
  display: none;
}

.lizing-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.lizing-advantages__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
}

.lizing-advantages__item:first-child {
  padding-right: 30px;
}

.lizing-advantages__item:last-child {
  padding-left: 30px;
}

.lizing-advantages__img {
  height: 250px;
}

.lizing-advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lizing-advantages__subtitle {
  color: #012a93;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 30px 0 20px 0;
}

.lizing-advantages__text {
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}

.lizing-clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lizing-clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: scale(0, 0) rotate(45deg);
          transform: scale(0, 0) rotate(45deg);
}

.lizing-clients__item.item-01._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item.item-02._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item.item-03._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item.item-04._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item.item-05._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item.item-06._active {
  opacity: 1;
  -webkit-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.lizing-clients__item:last-child {
  margin-right: 0px;
}

.lizing-clients__text {
  font-size: 16px;
  line-height: 130%;
  color: #333333;
  max-width: 170px;
}

.lizing-clients__img {
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
}

.lizing-clients__img img {
  width: 100%;
  height: 100%;
}

.lizing-clients__number {
  color: rgba(1, 42, 147, 0.1);
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.lizing-contract__slider .slick-arrow {
  position: absolute;
  margin: -18.5px 0 0 0;
  top: 50%;
  z-index: 10;
  font-size: 0;
  height: 37px;
  width: 37px;
}

.lizing-contract__slider .slick-arrow.slick-prev {
  left: 0;
  background: url(/img/svg/prev.svg) no-repeat 0 0/contain;
  margin-left: -102px;
}

.lizing-contract__slider .slick-arrow.slick-prev:hover {
  background: url(/img/svg/prev_hover.svg) no-repeat 0 0/contain;
}

.lizing-contract__slider .slick-arrow.slick-next {
  right: -102px;
  background: url(/img/svg/next.svg) no-repeat 0 0/contain;
}

.lizing-contract__slider .slick-arrow.slick-next:hover {
  background: url(/img/svg/next_hover.svg) no-repeat 0 0/contain;
}

.lizing-contract__title {
  width: 70%;
}

.lizing-contract__slider {
  position: relative;
}

.lizing-contract__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lizing-contract__img {
  height: 450px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.lizing-contract__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lizing-contract__textblock {
  font-size: 16px;
  line-height: 130%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333333;
  padding-left: 30px;
}

.lizing-contract__subtitle {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 18px;
  color: #012a93;
  line-height: 130%;
}

.lizing-contract__text {
  padding-bottom: 22px;
}

.lizing-partners__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

.lizing-partners__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lizing-partners__item {
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lizing-partners__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lizing-questions__text {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

.lizing-questions-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lizing-questions-form__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.lizing-questions-form__btn {
  width: 100%;
}

.lizing-questions-form__check {
  margin-top: 19px;
}

.lizing-company__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lizing-company__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.lizing-company__text {
  padding-left: 30px;
  max-height: 425px;
}

.lizing-company__text p {
  font-size: 18px;
  line-height: 25.2px;
  color: #333333;
  padding-bottom: 20px;
}

.lizing-company__logo {
  max-height: 499px;
  opacity: 1;
  position: relative;
}

.lizing-company__logo .blue {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lizing-company__logo .yellow {
  height: 90%;
  left: 5%;
  position: absolute;
  top: 5%;
  width: 90%;
}

.lizing-company__logo .yellow rect {
  fill: none;
  stroke: #ffd652;
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.lizing-company__logo .blue rect {
  fill: none;
  stroke: #226ec2;
  stroke-width: 2;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.lizing-company__logo._active .blue rect {
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s linear;
  transition: all 1.35s linear;
}

.lizing-company__logo._active .yellow rect {
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 1.35s linear;
  transition: all 1.35s linear;
}

.lizing-company__logo:hover {
  opacity: 1;
}

.lizing-company__img {
  height: 94px;
  padding: 0 25px;
}

.lizing-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lizing-company__border {
  height: 454px;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lizing-contact {
  margin-top: 200px;
}

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

.lizing-contact__block > .title {
  display: none;
}

.lizing-contact__textblock {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.lizing-contact .title {
  margin: 0 0 60px 0;
}

.lizing-contact__subtitle {
  font-size: 24px;
  line-height: 140%;
  margin: 0 0 30px 0;
}

.lizing-contact__text p {
  padding-bottom: 15px;
}

.lizing-contact__btn {
  margin: 60px 0 0 0;
  cursor: pointer;
}

.lizing-contact__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 499px;
}

.footer {
  width: 100%;
  background: #012a93;
  margin-top: 200px;
}

.footer__lines {
  background: #226ec2;
  min-height: 240px;
  color: #ffffff;
  font-size: 16px;
}

.footer__fr-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__logo {
  max-height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.footer__sc-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 71px;
  padding-bottom: 20px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu__item {
  display: block;
  font-size: 16px;
  line-height: 130%;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-contact__ma {
  display: none;
}

.footer-contact__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 15px;
  padding: 0 7px;
  line-height: 130%;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.footer-info__user {
  color: #ffffff;
  margin-right: 15px;
}

.footer-info__politic {
  color: #ffffff;
  margin-left: 15px;
}

.footer-info a:hover:after {
  width: 0px;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 10, 35, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1000;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup__content {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.popup__close {
  position: absolute;
  right: 26px;
  top: 15px;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  color: #bdbdbd;
  font-weight: 300;
}

.callback,
.calculation,
.callback-m {
  background-color: #fff;
  color: #000;
  max-width: 470px;
  padding: 35px 33px;
}

.callback__title,
.calculation__title,
.callback-m__title {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #012a93;
  position: relative;
  padding: 0 0 20px 0;
}

.callback__title:after,
.calculation__title:after,
.callback-m__title:after {
  content: "";
  width: 100%;
  border-bottom: #ffd652 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

.callback__text,
.calculation__text,
.callback-m__text {
  padding: 20px 0 25px 0;
}

.callback-form__item,
.calculation-form__item,
.callback-m-form__item {
  width: 100%;
  margin: 0 0 15px 0;
}

.callback-form__check,
.calculation-form__check,
.callback-m-form__check {
  margin: 3.5px 0 42.5px 0;
}

.callback-form__btn,
.calculation-form__btn,
.callback-m-form__btn {
  width: 100%;
}

.callback-form .lizing-form__textbox,
.calculation-form .lizing-form__textbox,
.callback-m-form .lizing-form__textbox {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.callback-form .lizing-form__textbox:focus,
.calculation-form .lizing-form__textbox:focus,
.callback-m-form .lizing-form__textbox:focus {
  border: 1px solid #27ae60;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.callback-form .lizing-form__textbox._error,
.calculation-form .lizing-form__textbox._error,
.callback-m-form .lizing-form__textbox._error {
  background: #fbfbfb;
  border: 1px solid #eb5757;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.callback-form.lizing-form__check._error::before,
.calculation-form.lizing-form__check._error::before,
.callback-m-form.lizing-form__check._error::before {
  border: 1px solid #eb5757;
}

.accept {
  background-color: #fff;
  color: #000;
  width: 470px;
  height: 410px;
  padding: 35px 33px;
  text-align: center;
  color: #404b69;
  line-height: 130%;
}

.accept__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 130%;
  margin: 69px 0 0 0;
}

.accept__subtitle {
  font-weight: 500;
  font-size: 28px;
  position: relative;
  padding: 0 0 30px 0;
}

.accept__subtitle:after {
  content: "";
  width: 250px;
  border-bottom: #ffd652 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  left: 80px;
}

.accept__text {
  font-size: 18px;
  line-height: 21px;
  padding: 30px 0 94px 0;
}
