@charset "UTF-8";
body {
  font-family: 'Onest', normal;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

input:disabled {
  background-color: #cbccce; }

.dialog-content {
  height: 100%; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

h4, p {
  font-size: inherit; }

h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 60px; }

h2 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px; }

h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 700;
  font-size: 24px; }

button, input {
  border: none;
  background: none;
  font-family: inherit; }

button:focus, input:focus {
  outline: none; }

button, input[type="submit"] {
  cursor: pointer;
  background-color: none; }

ul, li {
  list-style-type: none; }

a {
  text-decoration: none; }

@font-face {
  font-weight: 400;
  font-family: Onest;
  src: url("../fonts/onest/TTF/OnestRegular1602-hint.ttf") format("ttf"), url("../fonts/onest/WOFF/OnestRegular1602-hint.woff") format("woff"); }

@font-face {
  font-weight: 500;
  font-family: Onest;
  src: url("../fonts/onest/TTF/OnestMedium1602-hint.ttf") format("ttf"), url("../fonts/onest/WOFF/OnestRegular1602-hint.woff") format("woff"); }

.form {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  width: 100%; }
  @media screen and (max-width: 480px) {
    .form {
      padding-left: 20px;
      padding-right: 20px; } }

.form__label {
  position: relative;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 360px) {
    .form__label {
      display: none; } }
  .form__label::before {
    position: absolute;
    left: 25px;
    top: 18px;
    content: '';
    width: 32px;
    height: 22px;
    background-image: url("../images/icons/RU.png");
    background-repeat: no-repeat; }
  .form__label::after {
    position: absolute;
    left: 72px;
    top: 22px;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #9BA5C0;
    border-right: 2px solid #9BA5C0;
    transform: rotate(45deg); }

.form__input {
  flex-grow: 1;
  height: 58px;
  line-height: 58px;
  border: 1px solid #B1B8CB;
  border-radius: 8px;
  padding: 16px 25px 16px 100px;
  font-size: 20px;
  color: #003A5D;
  background: #F5FBFF; }
  .form__input::placeholder {
    font-size: 20px;
    color: #9BA5C0; }
  @media screen and (max-width: 360px) {
    .form__input {
      padding: 0 0 0 30px; } }

.button {
  display: inline-block;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 8px;
  background: #F76B82;
  color: #fff;
  transition: background-color 0.3s, transform 0.2s; }
  .button:hover {
    background-color: #6FB1C8;
    color: #fff;
    transition: background-color 0.5s, transform 0.5s; }
  @media screen and (max-width: 768px) {
    .button {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .button {
      font-size: 16px; } }
  @media screen and (max-width: 360px) {
    .button {
      padding: 12px 20px; } }

.button-my-tariff {
  display: inline-block;
  padding: 16px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 8px;
  background: #48C993;
  color: #fff;
  transition: background-color 0.3s, transform 0.2s; }

.title {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%; }

.text {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%; }

.arrow {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background-color: #F76B82; }
  .arrow:hover {
    background-color: #6FB1C8;
    color: #fff;
    transition: background-color 0.5s, transform 0.5s; }
  @media screen and (max-width: 1350px) {
    .arrow {
      display: none; } }

.arrows__left {
  top: 50%;
  left: -120px; }

.arrows__right {
  top: 50%;
  right: -120px;
  rotate: 180deg; }

.nav__info {
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  width: 100%; }

.info__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 15px; }

@media screen and (max-width: 1000px) {
  .info__link img {
    width: 240px; } }

@media screen and (max-width: 400px) {
  .info__link img {
    width: 200px; } }

.info__phone {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff; }

.info__phone__img {
  padding-right: 16px; }

.menu {
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.menu__item:last-child {
  padding-left: 180px; }

@media screen and (max-width: 1100px) {
  .menu__item:last-child {
    padding-left: 100px; } }

@media screen and (max-width: 1000px) {
  .menu__item:last-child {
    padding-left: 80px; } }

.menu__item__link {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #003A5D; }
  .menu__item__link.active, .menu__item__link:hover {
    color: #F76B82;
    font-weight: 500; }
  @media screen and (max-width: 1000px) {
    .menu__item__link {
      font-size: 18px; } }
  @media screen and (max-width: 900px) {
    .menu__item__link {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .menu__item__link {
      font-size: 14px; } }

.menu__item__lk {
  padding-right: 16px; }

@media screen and (max-width: 1000px) {
  .nav__info__btn {
    display: none; } }

@media screen and (max-width: 1000px) {
  .info__phone {
    display: none; } }

@media screen and (max-width: 1000px) {
  .info__container {
    padding: 30px 20px; } }

@media screen and (max-width: 768px) {
  .info__container {
    padding: 20px 20px; } }

.nav__menu {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .nav__menu {
      display: none; } }

#menu__toggle {
  opacity: 0; }

.hamburger-menu {
  display: none; }
  @media screen and (max-width: 1000px) {
    .hamburger-menu {
      align-items: center;
      display: flex; } }

.menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer; }

.menu__btn__line {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px; }
  .menu__btn__line::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 8px;
    border-radius: 2px;
    background-color: #fff; }
  .menu__btn__line::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 33px;
    border-radius: 2px;
    background-color: #fff; }

.menu__box {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 104px;
  padding: 30px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: #fff;
  color: #003A5D; }
  @media screen and (max-width: 768px) {
    .menu__box {
      top: 84px; } }

.menu__elem {
  padding-bottom: 20px; }
  .menu__elem:first-child {
    padding-bottom: 35px; }
  .menu__elem:last-child {
    padding-bottom: 0; }

#menu__toggle:checked ~ .menu__btn .menu__btn__line {
  transform: rotate(45deg); }
  #menu__toggle:checked ~ .menu__btn .menu__btn__line::before {
    top: 0;
    transform: rotate(0); }
  #menu__toggle:checked ~ .menu__btn .menu__btn__line::after {
    top: 0;
    transform: rotate(90deg); }

#menu__toggle:checked ~ .menu__box {
  visibility: visible; }

.menu__btn {
  user-select: none; }

.header {
  padding: 180px 0 180px 0;
  background-image: url("../images/content/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: start;
  align-items: center; }
  @media screen and (max-width: 1000px) {
    .header {
      padding: 30px 0 60px 0; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: 20px 0 50px 0; } }
  @media screen and (max-width: 480px) {
    .header {
      padding: 10px 0 40px 0; } }

.header__container {
  width: 1320px;
  color: #fff; }

.header__title {
  width: 670px;
  font-weight: 400;
  font-size: 60px; }
  @media screen and (max-width: 1000px) {
    .header__title {
      font-size: 40px;
      width: auto; } }
  @media screen and (max-width: 360px) {
    .header__title {
      font-size: 30px; } }

.header__text {
  padding-top: 10px;
  max-width: 670px;
  font-size: 40px; }
  @media screen and (max-width: 1000px) {
    .header__text {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .header__text {
      font-size: 20px; } }
  @media screen and (max-width: 360px) {
    .header__text {
      font-size: 16px; } }

.header__btn {
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .header__btn {
      width: 100%; } }
  @media screen and (max-width: 360px) {
    .header__btn {
      font-size: 14px; } }

.results {
  max-height: 540px;
  display: flex;
  align-items: center;
  padding: 40px 0; }
  @media screen and (max-width: 1000px) {
    .results {
      padding: 60px 0; } }
  @media screen and (max-width: 768px) {
    .results {
      padding: 40px 0 50px 0; } }
  @media screen and (max-width: 480px) {
    .results {
      padding: 20px 0 30px 0; } }

.results__container {
  display: flex;
  flex-direction: column; }

.results__title {
  color: #003A5D;
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .results__title {
      padding-bottom: 30px; } }

.results__list {
  display: flex;
  justify-content: space-between; }

.results__item {
  width: 100%;
  padding: 40px;
  margin-left: 30px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .results__item::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    border-bottom: 58.5px solid #F76B82;
    border-left: 58.5px solid transparent;
    border-radius: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .results__item::after {
        border-bottom: 30px solid #F76B82;
        border-left: 30px solid transparent; } }
  @media screen and (max-width: 1200px) {
    .results__item {
      padding: 30px;
      margin-left: 30px; } }
  @media screen and (max-width: 1000px) {
    .results__item {
      padding: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 480px) {
    .results__item {
      padding: 20px;
      margin-left: 20px; } }
  .results__item:first-child {
    margin-left: 0; }

.results__item__title {
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .results__item__title {
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    .results__item__title {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .results__item__title {
      font-size: 20px;
      width: 50px;
      line-height: 105%; } }

.results__item__text {
  text-align: center;
  font-size: 30px; }
  @media screen and (max-width: 1000px) {
    .results__item__text {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .results__item__text {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .results__item__text {
      padding-top: 10px;
      width: 90px;
      font-size: 14px;
      text-align: center;
      line-height: 110%; } }

.profit {
  padding: 100px 0 120px 0;
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%); }
  @media screen and (max-width: 1000px) {
    .profit {
      padding: 60px 0 40px 0; } }
  @media screen and (max-width: 768px) {
    .profit {
      padding: 40px 0 30px 0; } }
  @media screen and (max-width: 480px) {
    .profit {
      padding: 20px 0 20px 0; } }

.profit__title {
  color: #fff;
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 1000px) {
    .profit__title {
      padding-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .profit__title {
      font-size: 20px; } }

.profit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1280px) {
    .profit__list {
      justify-content: space-evenly; } }
  @media screen and (max-width: 1000px) {
    .profit__list {
      justify-content: space-between; } }
  @media screen and (max-width: 990px) {
    .profit__list {
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .profit__list {
      justify-content: space-between; } }
  @media screen and (max-width: 760px) {
    .profit__list {
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .profit__list {
      justify-content: space-between; } }
  @media screen and (max-width: 479px) {
    .profit__list {
      justify-content: center; } }

.profit__item {
  width: 410px;
  height: 228px;
  padding: 30px;
  color: #003A5D;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .profit__item {
      width: 465px; } }
  @media screen and (max-width: 768px) {
    .profit__item {
      padding: 20px;
      width: 350px;
      height: 170px; } }
  @media screen and (max-width: 480px) {
    .profit__item {
      width: 210px;
      height: 80px;
      padding: 20px 20px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 360px) {
    .profit__item {
      width: 320px;
      height: auto;
      padding: 16px 20px; } }

.profit__item__title {
  padding-bottom: 16px;
  width: 275px; }
  @media screen and (max-width: 1000px) {
    .profit__item__title {
      width: 310px;
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .profit__item__title {
      width: 260px; } }
  @media screen and (max-width: 480px) {
    .profit__item__title {
      width: 175px;
      padding-bottom: 0;
      font-size: 14px; } }

@media screen and (max-width: 768px) {
  .profit__item__text {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  .profit__item__text {
    display: none; } }

.profit__img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  right: -10px; }
  @media screen and (max-width: 768px) {
    .profit__img {
      width: 58px;
      height: 58px; } }
  @media screen and (max-width: 480px) {
    .profit__img {
      display: none; } }

.debts {
  padding: 100px 0 20px 0; }
  @media screen and (max-width: 1000px) {
    .debts {
      padding: 60px 0 40px 0; } }
  @media screen and (max-width: 768px) {
    .debts {
      padding: 40px 0 0; } }
  @media screen and (max-width: 480px) {
    .debts {
      padding: 20px 0 0 0; } }
  @media screen and (max-width: 360px) {
    .debts {
      min-height: 460px; } }

.debts__title {
  text-align: center;
  color: #003A5D;
  padding-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .debts__title {
      text-align: left;
      font-size: 20px;
      padding-bottom: 16px; } }

.debts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  min-height: 390px; }
  @media screen and (max-width: 1000px) {
    .debts__list {
      justify-content: space-evenly; } }
  @media screen and (max-width: 768px) {
    .debts__list {
      min-height: 460px; } }
  @media screen and (max-width: 480px) {
    .debts__list {
      min-height: 260px; } }
  @media screen and (max-width: 360px) {
    .debts__list {
      min-height: 460px; } }

.debts__item {
  display: flex;
  justify-content: left;
  align-items: center;
  box-shadow: 0 10px 50px rgba(30, 81, 148, 0.1);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1000px) {
    .debts__item {
      padding: 40px 35px; } }
  @media screen and (max-width: 768px) {
    .debts__item {
      padding: 30px; } }
  @media screen and (max-width: 480px) {
    .debts__item {
      padding: 20px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 360px) {
    .debts__item {
      padding: 16px 20px; } }

.debts__img {
  width: 100px;
  height: 100px; }
  @media screen and (max-width: 768px) {
    .debts__img {
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 480px) {
    .debts__img {
      width: 36px;
      height: 36px; } }

.debts__item__title {
  width: 220px;
  color: #003A5D;
  padding-left: 30px;
  font-weight: 400;
  font-size: 24px; }
  @media screen and (max-width: 1000px) {
    .debts__item__title {
      width: 270px; } }
  @media screen and (max-width: 768px) {
    .debts__item__title {
      width: 184px;
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .debts__item__title {
      width: 123px;
      font-size: 14px;
      padding-left: 16px; } }
  @media screen and (max-width: 360px) {
    .debts__item__title {
      width: 228px; } }

.creditors {
  padding: 40px 0 120px 0; }
  @media screen and (max-width: 1000px) {
    .creditors {
      padding: 60px 0; } }
  @media screen and (max-width: 768px) {
    .creditors {
      padding: 10px 0 50px 0; } }
  @media screen and (max-width: 480px) {
    .creditors {
      padding: 10px 0 20px 0; } }
  @media screen and (max-width: 360px) {
    .creditors {
      display: none; } }

.creditors__title {
  font-size: 24px;
  font-weight: 400;
  color: #003A5D;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .creditors__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .creditors__title {
      font-size: 14px; } }

.creditors__item {
  padding: 30px;
  box-shadow: 0 10px 50px 0 rgba(30, 81, 148, 0.1);
  border-radius: 10px; }

.review {
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%); }

.review__container {
  padding: 100px 0 120px 0; }
  @media screen and (max-width: 1000px) {
    .review__container {
      padding: 60px 20px; } }
  @media screen and (max-width: 768px) {
    .review__container {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .review__container {
      padding: 20px 20px 30px 20px; } }

.review__title {
  color: #fff;
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .review__title {
      font-size: 24px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .review__title {
      font-size: 20px;
      padding-bottom: 16px; } }
  @media screen and (max-width: 360px) {
    .review__title {
      font-size: 19px; } }

.review__block {
  display: flex;
  color: #003A5D;
  position: relative; }

.review__description {
  border-radius: 10px 0 0 10px;
  padding: 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media screen and (max-width: 768px) {
    .review__description {
      border-radius: 10px;
      padding: 30px; }
      .review__description:after {
        content: 'Посмотреть решение суда';
        display: inline-block;
        color: #003A5D;
        text-decoration: underline;
        cursor: pointer;
        position: absolute;
        right: 40px;
        bottom: 40px; } }
    @media screen and (max-width: 768px) and (max-width: 480px) {
      .review__description:after {
        display: none; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .review__description {
      padding: 20px; } }

.review__description__user {
  width: 250px;
  height: 70px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .review__description__user {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .review__description__user {
      font-size: 16px;
      padding-bottom: 3px;
      height: auto;
      width: auto; } }

.review__description__number {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .review__description__number {
      font-size: 14px;
      padding-bottom: 8px; } }

.review__description__text {
  font-size: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .review__description__text {
      font-size: 14px;
      padding-bottom: 8px; } }

.review__description__full {
  font-weight: 500;
  font-size: 16px;
  text-decoration-line: underline;
  color: #F76B82;
  padding-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .review__description__full {
      padding-bottom: 0;
      font-size: 12px; } }

.review__description__btn {
  position: absolute;
  right: 40px;
  top: 40px; }
  @media screen and (max-width: 480px) {
    .review__description__btn {
      display: none; } }

.review__video {
  font-weight: 500;
  font-size: 16px;
  color: #003A5D;
  position: relative; }
  @media screen and (max-width: 480px) {
    .review__video {
      display: none; } }
  .review__video:after {
    position: absolute;
    top: 5px;
    left: 193px;
    content: "";
    display: block;
    border-top: 5px solid transparent;
    border-left: 7px solid #F2F2F2;
    border-bottom: 5px solid transparent; }
  .review__video:before {
    position: absolute;
    left: 185px;
    content: '';
    width: 20px;
    height: 20px;
    background: #F76B82;
    border-radius: 50%; }

.review__doc {
  border-radius: 0 10px 10px 0;
  padding: 40px;
  background: #6FB1C8;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .review__doc {
      display: none; } }

.review__doc__link {
  width: 440px;
  text-align: center;
  padding-top: 40px;
  font-weight: 500;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 1000px) {
    .review__doc__link {
      width: 250px; } }

.feedback {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 100px 0 120px 0; }
  @media screen and (max-width: 1000px) {
    .feedback {
      padding: 60px 20px; } }
  @media screen and (max-width: 768px) {
    .feedback {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .feedback {
      padding: 20px 0 30px 0; } }

.feedback__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
  padding: 0; }

.feedback__title {
  color: #003A5D;
  text-align: left;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .feedback__title {
      font-size: 24px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .feedback__title {
      font-size: 20px;
      padding: 0 20px 16px 20px; } }

@media screen and (max-width: 480px) {
  .feedback__form {
    border-radius: 0; } }

.feedback__btn {
  margin-top: 30px; }
  @media screen and (min-width: 481px) {
    .feedback__btn {
      align-self: flex-end; } }
  @media screen and (max-width: 480px) {
    .feedback__btn {
      margin-top: 20px; } }

.tariff {
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  padding: 100px 0 120px 0; }
  @media screen and (max-width: 1000px) {
    .tariff {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    .tariff {
      padding-top: 40px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 400px) {
    .tariff {
      padding-top: 20px;
      padding-bottom: 30px; } }

.tariff__header {
  display: flex;
  flex-direction: column;
  color: #fff; }
  @media screen and (max-width: 1250px) {
    .tariff__header {
      align-items: center; } }

.tariff__title {
  text-align: center;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .tariff__title {
      padding-bottom: 30px;
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .tariff__title {
      padding-bottom: 16px;
      font-size: 20px; } }

.tariff__list {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1250px) {
    .tariff__list {
      max-width: 600px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (max-width: 700px) {
    .tariff__list {
      justify-content: center; } }

.tariff__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 30px 30px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(30, 81, 148, 0.1);
  border-radius: 10px; }
  @media screen and (max-width: 1250px) {
    .tariff__item {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .tariff__item {
      font-size: 20px;
      padding: 30px 16px 20px 16px;
      margin-bottom: 20px; } }

.tariff__item_selected {
  border-color: red; }

.tariff__item__title {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #003A5D; }
  @media screen and (max-width: 480px) {
    .tariff__item__title {
      font-size: 20px; } }

.tariff__item__price {
  font-weight: 700;
  font-size: 40px;
  color: #6FB1C8; }
  @media screen and (max-width: 480px) {
    .tariff__item__price {
      font-size: 30px; } }

.tariff__item__list {
  padding-left: 0;
  height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  color: #003A5D;
  margin: 30px 0; }
  @media screen and (max-width: 480px) {
    .tariff__item__list {
      height: 130px;
      margin: 16px 0 20px 0;
      align-self: stretch; } }

.tariff__item__point {
  padding-left: 25px;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    .tariff__item__point {
      font-size: 14px; } }

.tariff__item__btn {
  align-self: stretch;
  background-color: #6FB1C8; }

.tariff__details {
  margin-top: 70px; }
  @media screen and (max-width: 1000px) {
    .tariff__details {
      margin-top: 20px;
      padding-left: 25px;
      padding-right: 5px; } }
  @media screen and (max-width: 480px) {
    .tariff__details {
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 0; } }

.tariff__details__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px; }
  @media screen and (max-width: 480px) {
    .tariff__details__item {
      padding-bottom: 16px; } }
  .tariff__details__item:last-child {
    padding-bottom: 0; }

.tariff__details__point {
  position: relative;
  font-weight: 500;
  font-size: 30px;
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .tariff__details__point {
      display: none; } }
  .tariff__details__point::after {
    position: absolute;
    top: -7px;
    content: url("../images/icons/outline.svg"); }
  .tariff__details__point span {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #6FB1C8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.tariff__details__description {
  width: 660px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px; }
  @media screen and (max-width: 480px) {
    .tariff__details__description {
      padding-left: 0; } }

.tariff__details__title {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 24px; }
  @media screen and (max-width: 480px) {
    .tariff__details__title {
      font-size: 16px; } }

.tariff__details__text {
  padding-top: 5px;
  font-weight: 400;
  font-size: 20px; }
  @media screen and (max-width: 480px) {
    .tariff__details__text {
      font-size: 14px; } }

.include {
  position: relative; }
  .include::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 4px;
    width: 6px;
    height: 10px;
    border-bottom: 3px solid #6FB1C8;
    border-right: 3px solid #6FB1C8;
    transform: rotate(45deg); }

.not-include {
  position: relative;
  opacity: 50%; }
  .not-include::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 15px;
    height: 3px;
    background: #6FB1C8; }
  .not-include::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    width: 15px;
    height: 3px;
    background: #6FB1C8; }
  .not-include::before {
    transform: rotate(45deg); }
  .not-include::after {
    transform: rotate(-45deg); }

.tariff__item {
  transform: scale(1);
  transition: background-color 1s, transform 1s; }
  .tariff__item:hover {
    transform: scale(1.05); }
    .tariff__item:hover .tariff__item__price {
      color: #F76B82;
      transition: background-color 1s, transform 1s; }
    .tariff__item:hover .include::after {
      border-color: #F76B82;
      transition: background-color 1s, transform 1s; }
    .tariff__item:hover .not-include::after, .tariff__item:hover ::before {
      color: #F76B82; }
    .tariff__item:hover .tariff__item__btn {
      transform: scale(1.05);
      background: #F76B82;
      transition: background-color 1s, transform 1s; }

.consultation {
  display: flex;
  background-color: #fff;
  padding: 100px 0 120px 0; }
  @media screen and (max-width: 1000px) {
    .consultation {
      padding: 60px 20px; } }
  @media screen and (max-width: 768px) {
    .consultation {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .consultation {
      padding: 20px 0 30px 0; } }

.consultation__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
  padding: 0; }

.consultation__title {
  color: #003A5D;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .consultation__title {
      font-size: 24px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .consultation__title {
      font-size: 20px;
      padding: 0 20px 16px 20px; } }

@media screen and (max-width: 480px) {
  .consultation__form {
    border-radius: 0; } }

.consultation__btn {
  margin-top: 30px; }
  @media screen and (min-width: 481px) {
    .consultation__btn {
      align-self: flex-end; } }
  @media screen and (max-width: 480px) {
    .consultation__btn {
      margin-top: 20px; } }

.answer {
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  padding: 120px 0; }
  @media screen and (max-width: 1350px) {
    .answer {
      padding: 60px 125px; } }
  @media screen and (max-width: 768px) {
    .answer {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .answer {
      padding: 20px 20px 30px 20px; } }

.answer__container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0; }
  @media screen and (max-width: 1350px) {
    .answer__container {
      flex-direction: column;
      align-self: center;
      justify-content: center; } }

@media screen and (min-width: 1350px) {
  .answer__title {
    width: 410px; } }

@media screen and (max-width: 1350px) {
  .answer__title {
    padding-bottom: 50px; } }

@media screen and (max-width: 768px) {
  .answer__title {
    padding-bottom: 25px;
    font-size: 24px; } }

@media screen and (max-width: 480px) {
  .answer__title {
    font-size: 20px;
    padding-bottom: 16px; } }

.answer__list {
  flex-grow: 1; }

.answer__wrp:first-child {
  border-top: 1px solid #6FB1C8; }

.answer__item {
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #6FB1C8; }

.answer__item.open .answer__item__title::after {
  content: '–'; }

.answer__item__title {
  font-weight: 500;
  font-size: 24px;
  position: relative; }
  .answer__item__title::after {
    position: absolute;
    content: "+";
    font-size: 40px;
    bottom: -12px;
    right: 0; }
  @media screen and (max-width: 768px) {
    .answer__item__title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .answer__item__title {
      font-size: 16px;
      max-width: 414px; } }

.answer__item__text {
  padding: 20px 0 25px 0;
  font-size: 20px;
  max-width: 850px;
  display: none; }
  @media screen and (max-width: 768px) {
    .answer__item__text {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .answer__item__text {
      padding-top: 10px;
      font-size: 14px; } }

.answer__item.open .answer__item__text {
  display: block; }

.certificate {
  padding: 120px 0; }
  @media screen and (max-width: 1350px) {
    .certificate {
      padding: 60px 20px; } }
  @media screen and (max-width: 768px) {
    .certificate {
      padding: 40px 20px 20px 20px; } }
  @media screen and (max-width: 480px) {
    .certificate {
      padding: 20px 20px 30px 20px; } }

.certificate__container {
  padding: 0; }

.certificate__wrp {
  position: relative; }

.certificate__title {
  color: #003A5D;
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .certificate__title {
      padding-bottom: 20px;
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .certificate__title {
      padding-bottom: 16px;
      font-size: 20px; } }

.certificate__images {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .certificate__img {
    width: 350px; } }

@media screen and (max-width: 480px) {
  .certificate__img {
    width: 210px; } }

@media screen and (max-width: 360px) {
  .certificate__img {
    width: 150px; } }

.bankruptcy {
  padding: 60px 0 120px 0; }
  @media screen and (max-width: 1350px) {
    .bankruptcy {
      padding: 60px 125px; } }
  @media screen and (max-width: 768px) {
    .bankruptcy {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .bankruptcy {
      padding: 0 0 30px 0; } }

.bankruptcy__container {
  display: flex;
  justify-content: space-between;
  padding: 0; }
  @media screen and (max-width: 1350px) {
    .bankruptcy__container {
      flex-direction: column; } }

.bankruptcy__header {
  color: #003A5D;
  max-width: 520px;
  margin-right: 30px; }
  @media screen and (max-width: 1350px) {
    .bankruptcy__header {
      max-width: none;
      padding-bottom: 30px;
      margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .bankruptcy__header {
      padding: 0 20px 16px 20px; } }

.bankruptcy__title {
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .bankruptcy__title {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .bankruptcy__title {
      font-size: 20px; } }

.bankruptcy__text {
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .bankruptcy__text {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .bankruptcy__text {
      font-size: 14px; } }

@media screen and (max-width: 480px) {
  .bankruptcy__form {
    border-radius: 0; } }

.bankruptcy__btn {
  margin-top: 30px; }
  @media screen and (min-width: 481px) {
    .bankruptcy__btn {
      align-self: flex-end; } }
  @media screen and (max-width: 480px) {
    .bankruptcy__btn {
      margin-top: 20px; } }

.footer {
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  padding: 80px 0; }
  @media screen and (max-width: 1200px) {
    .footer {
      padding: 60px 20px; } }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 40px 20px 50px 20px; } }
  @media screen and (max-width: 480px) {
    .footer {
      padding: 40px 20px; } }

.footer__container {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 1200px) {
    .footer__container {
      padding: 0;
      align-items: center; } }

.footer__info {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .footer__info {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.footer__img {
  width: 320px; }
  @media screen and (max-width: 1000px) {
    .footer__img {
      width: 240px; } }
  @media screen and (max-width: 480px) {
    .footer__img {
      width: 200px; } }

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 765px; }
  @media screen and (max-width: 1200px) {
    .footer__nav {
      padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    .footer__nav {
      flex-direction: column;
      padding-top: 40px;
      min-width: auto; } }
  @media screen and (max-width: 480px) {
    .footer__nav {
      padding-top: 30px; } }

.footer__nav__item {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    .footer__nav__item {
      padding-bottom: 16px; }
      .footer__nav__item:last-child {
        padding-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .footer__nav__item {
      font-size: 14px;
      padding-bottom: 16px; } }

.footer__nav__link {
  color: #fff; }
  .footer__nav__link:hover {
    color: #F76B82;
    font-weight: 500; }

.footer__text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 50px 0 12px 0; }
  @media screen and (max-width: 768px) {
    .footer__text {
      padding: 40px 0 12px 0;
      font-size: 12px; } }
  @media screen and (max-width: 480px) {
    .footer__text {
      padding: 30px 0 6px 0; } }

@media screen and (max-width: 1200px) {
  .footer__phone {
    display: block;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .footer__phone img {
    height: 12px;
    padding-right: 10px; } }

@media screen and (max-width: 768px) {
  .footer__phone {
    font-size: 12px; } }

.block {
  padding: 10px;
  color: #003A5D; }

.block-title {
  margin-bottom: 30px;
  color: #003A5D; }

.block-title__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.block-title__heading {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .block-title__heading {
      font-size: 28px; } }

.point {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .point {
      font-size: 24px; } }

.block-title__text {
  padding-top: 6px;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .block-title__text {
      font-size: 24px; } }

.title-info {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .title-info {
      font-size: 16px; } }

.decoration {
  content: url("../images/icons/help-circle.svg");
  padding-left: 6px;
  cursor: pointer;
  position: relative; }

.title-hint {
  font-weight: 400;
  font-size: 20px;
  display: flex;
  color: #003A5D; }
  @media screen and (max-width: 1000px) {
    .title-hint {
      padding-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .title-hint {
      font-size: 14px; } }

.block-button {
  font-weight: 400;
  font-size: 20px;
  padding: 16px 25px;
  border-radius: 8px;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .block-button {
      font-weight: 300;
      font-size: 14px;
      padding: 12px 20px;
      border-radius: 8px;
      align-items: center; } }

.button-entity {
  background: #F5FBFF;
  border: 2px solid #003A5D;
  color: #003A5D; }
  .button-entity:focus {
    color: #9BA5C0;
    border: 1px solid #9BA5C0; }

.button-cancel {
  font-weight: 500;
  font-size: 20px;
  color: #F76B82; }
  .button-cancel:hover {
    outline: 2px solid #F76B82; }

.button-save {
  color: #fff;
  background: #F76B82;
  transition: background-color 0.5s, transform 0.5s; }
  .button-save:hover {
    background-color: #6FB1C8;
    color: #fff;
    transition: background-color 0.5s, transform 0.5s; }

.button-step {
  cursor: pointer;
  display: flex;
  align-items: center; }

.button-arrow {
  width: 12px;
  height: 12px;
  border-radius: 1px 1px 1px 1px; }
  @media screen and (max-width: 768px) {
    .button-arrow {
      width: 10px;
      height: 10px; } }

.arrow-left {
  border-top: 2px solid #48C993;
  border-right: 2px solid #48C993;
  transform: rotate(-135deg); }

.arrow-right {
  border-top: 2px solid #ffff;
  border-right: 2px solid #ffff;
  transform: rotate(45deg); }

.button-prev {
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #48C993;
  color: #48C993; }

.button-next {
  max-width: 240px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: #48C993; }

.button-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  border: 2px solid #F76B82;
  color: #F76B82;
  position: relative; }

.decoration-plus:before {
  position: absolute;
  content: "";
  width: 16px;
  top: 50%;
  left: 24px;
  border-bottom: 2px solid #F76B82;
  border-radius: 2px; }

.decoration-plus:after {
  position: absolute;
  content: "";
  top: 38%;
  left: 31px;
  height: 16px;
  border-left: 2px solid #F76B82;
  border-radius: 2px; }

.crud-button {
  font-weight: 500;
  font-size: 16px;
  text-decoration-line: underline; }
  @media screen and (max-width: 768px) {
    .crud-button {
      font-size: 14px; } }

.edit-button {
  color: #7684A8; }

.remove-button {
  color: #C76464; }

.add-button {
  color: #48C993; }

.block-align-right {
  display: flex;
  align-items: center;
  justify-content: right; }

.block-align-left {
  display: flex;
  align-items: center;
  justify-content: left; }

.block-margin-top {
  margin-top: 30px; }

.input-container {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1000px) {
    .input-container {
      flex-direction: column;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .input-container {
      justify-content: center; } }

.input {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  padding: 16px 25px;
  background: #F5FBFF;
  border: 1px solid #9BA5C0;
  border-radius: 8px;
  color: #003A5D; }
  .input::placeholder {
    color: #9BA5C0; }
  @media screen and (max-width: 768px) {
    .input {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .input {
      font-size: 12px; } }

.input-medium {
  flex-grow: 1;
  max-width: 595px; }
  @media screen and (max-width: 1200px) {
    .input-medium {
      max-width: 450px; } }
  @media screen and (max-width: 1000px) {
    .input-medium {
      max-width: none;
      padding-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .input-medium {
      max-width: none; } }
  @media screen and (max-width: 480px) {
    .input-medium {
      max-width: none; } }

.sel-text {
  color: #9BA5C0; }

.selected-text {
  color: #003A5D; }

.custom-select {
  position: relative; }

.selected-option {
  font-weight: 400;
  font-size: 20px;
  padding: 16px 25px;
  border: 1px solid #9BA5C0;
  border-radius: 8px;
  background: #F5FBFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.arrow-down {
  width: 8px;
  height: 8px;
  border-left: 2px solid #9BA5C0;
  border-bottom: 2px solid #9BA5C0;
  margin-left: 8px;
  rotate: -45deg; }

.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #F5FBFF;
  border: 1px solid #9BA5C0;
  border-radius: 8px;
  display: none;
  color: #003A5D; }

.option {
  padding: 16px 25px;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer; }

.total-sum {
  font-weight: 400;
  font-size: 24px; }
  @media screen and (max-width: 768px) {
    .total-sum {
      font-size: 16px; } }

.profile {
  background-color: #F5FBFF;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .profile {
      padding: 40px 0; } }
  @media screen and (max-width: 480px) {
    .profile {
      padding: 20px 0; } }

.profile-container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.profile__content {
  color: #003A5D; }

@media (max-width: 640px) {
  .rz-steps [role=tablist] {
    display: block; }
  .rz-steps .rz-steps-item {
    display: block;
    padding: 0.25rem 0; } }

.profile__title {
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .profile__title {
      font-size: 24px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .profile__title {
      font-size: 20px;
      padding-bottom: 10px; } }

.profile__name {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 20px; }

.profile-nav {
  display: flex;
  justify-content: space-between; }

.profile-nav__item {
  height: 36px; }
  .profile-nav__item:hover {
    border-bottom: 1px solid #F76B82; }

.profile-nav__link {
  color: #003A5D;
  font-weight: 400;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .profile-nav__link {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .profile-nav__link {
      font-size: 14px; } }
  .profile-nav__link:hover {
    color: #F76B82; }

.profile-nav__link_active {
  color: #F76B82; }

.profile-content {
  padding: 80px 0; }

.profile-item {
  padding: 30px;
  font-weight: 400;
  font-size: 20px;
  box-shadow: 0 10px 50px rgba(30, 81, 148, 0.1);
  border-radius: 10px;
  margin-bottom: 20px; }
  .profile-item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .profile-item {
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .profile-item {
      padding: 15px; } }

.profile-point {
  color: #003A5D;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .profile-point {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .profile-point {
      font-size: 12px; } }

.view-edit {
  font-weight: 400;
  font-size: 16px;
  color: #F76B82; }
  @media screen and (max-width: 768px) {
    .view-edit {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .view-edit {
      font-size: 12px; } }

.section {
  margin-bottom: 30px; }
  .section:last-child {
    margin-bottom: 0; }

.name-section {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: space-between;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .name-section {
      margin-top: 50px; } }
  @media screen and (max-width: 480px) {
    .name-section {
      margin-top: 30px; } }

.fio-change-section {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.birth-data-section {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.contact-data-section {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.next-step-section {
  display: flex;
  justify-content: right;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .next-step-section {
      margin-top: 0; } }

.label {
  padding-bottom: 8px; }

.profile-tariff {
  background: none; }

.tariff__details-profile {
  color: #003A5D; }

.partner {
  padding-top: 80px;
  padding-bottom: 80px; }

.partner-content {
  border-radius: 10px; }

.list {
  padding: 30px;
  box-shadow: 0 10px 50px rgba(30, 81, 148, 0.1);
  border-radius: 10px;
  color: #003A5D; }

.item {
  margin-bottom: 20px; }
  .item:last-child {
    margin-bottom: 0; }

.partner-type {
  margin-bottom: 15px; }

.block-button-wrp {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.partner-forms {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #003A5D; }

.table {
  border-collapse: collapse;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(30, 81, 148, 0.1);
  color: #003A5D;
  table-layout: fixed; }

.table-header {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #003A5D 0%, #6FB1C8 248.65%);
  color: #fff; }

.cell {
  width: 215px;
  border: 0.5px solid #F5FBFF;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.cell-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.new-card-cell {
  display: flex;
  justify-content: center;
  align-items: center; }

.new-card-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: underline; }

.table-label {
  font-size: 14px; }

.table-input {
  width: 183px;
  font-size: 14px;
  padding: 12px 16px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #9BA5C0;
  background: #F5FBFF;
  color: #003A5D; }
  .table-input:focus {
    border: 1px solid #F5FBFF; }
  .table-input::placeholder {
    color: #9BA5C0; }

.table-text {
  font-size: 16px; }

.table-btn {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 4.2px;
  justify-content: center;
  align-items: center;
  color: #003A5D;
  border-radius: 4px;
  border: 1px solid #003A5D; }
  .table-btn:hover {
    background-color: #F5FBFF; }

.table-edit {
  content: url("../images/icons/pen.svg"); }

.table-download {
  content: url("../images/icons/dwnld.svg"); }

.table-remove {
  content: url("../images/icons/trash.svg"); }

.table-show {
  content: url("../images/icons/show.svg"); }

.table-pin {
  content: url("../images/icons/pin.svg"); }

.partner-subscription-text {
  font-size: 20px;
  padding-bottom: 10px; }
  .partner-subscription-text:last-child {
    padding-bottom: 0; }
  .partner-subscription-text span {
    font-weight: 600; }

.partner-tariff {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #003A5D; }

.partner-tariff-sub {
  padding: 60px 0; }

.cell-partner {
  width: 185px; }

.cell-btn-partner {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between; }

.cell-partner-text {
  padding-top: 8px; }

.admin {
  padding-top: 80px;
  padding-bottom: 80px; }

.cell-customer {
  width: 162px;
  justify-content: center; }

.input-customer {
  width: auto; }

.select-customer {
  margin-top: 10px;
  padding: 12px 12px;
  font-size: 14px; }

.sel-customer {
  color: #9BA5C0;
  font-size: 14px; }

.option-customer {
  padding: 12px 12px;
  font-size: 14px;
  color: #003A5D; }

.table-crud {
  justify-content: space-between; }

.cell-client {
  width: 180px; }

.cell-roles {
  width: 645px;
  justify-content: end; }

.cell-roles-aline {
  align-items: end; }

.new-role-btn {
  width: 170px; }

.roles-btn {
  margin-left: 16px; }

.none {
  display: none; }

.dialog-content {
  height: 100% !important; }
