/* Импорт файла для модального окна */
@import url('./wmodal.css');


/* Primary settings */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100%;
    color: #787575;
}

body {
    line-height: initial;
    max-width: 1920px;
}

ol, ul {
    list-style: none;
}
h1, h2, h3 {
    color: #535050;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
    margin: 0;
}
.container {
    max-width: 89rem;
    width: 100%;
    margin: 0 auto;
}
.title {
    font-size: 4.8rem;
    color: #535050;
}
.desc {
    font-size: 2.4rem;
}
.row {
  margin: 0;
}
.button {
     border: none;
     background: none;
     font-size: 2.4rem;
     border-radius: 10px
}
.button_primary {
    background-color: #FF7F0A;
    color: #fff;
}
.button_secondary {
    background-color: #DEEFFF;
    color: #535050;
}
.button_install {
  background-color: #628DB6;
  color: #fff;
  text-align: center;
}
.button_danger {
  background-color: #E92D38;
  color: #fff;
  text-align: center;
}
@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Kufam";
    src: url("../fonts/Kufam400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Kufam";
    src: url("../fonts/Kufam500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Kufam";
    src: url("../fonts/Kufam600.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Alef";
    src: url("../fonts/Alef400.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Alef";
    src: url("../fonts/Alef600.ttf");
    font-weight: 600;
    font-style: normal;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 142.5rem;
}

html {
    font-size: 10px;
    font-family: "Inter Tight", "Arial", sans-serif;
}
html body {
    font-size: 1.6rem;
    color: #787575;
    background-color: #fff;
    font-weight: 300;
}
html a {
    text-decoration: none;
    color: #787575;
}

body .h1__title {
    font-size: 55px;
    font-weight: 500;
    color: #000;
    line-height: initial;
}
.company_title {
    color: #E92D38;
}
.company_title--red{
    color: #A20000;
}
.text p{
    color: #787575;
}
.form__btn.btn__send {
    color: #fff;
    background-color: #628DB6;
    border-radius: 10px;
    font-size: 1.8rem;
    font-family: "Kufam", "Arial", sans-serif;
    padding: 20px 15px;
    border: none;
    outline: none;
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 500;
}
.form__btn.btn__send:hover {
    transition: 0.3s;
    background-color: #74A0CA;
}

@media (max-width: 992px) {
    body .form__btn.btn__send {
        width: 100%;
    }
    body .h1__title {
        font-size: 3rem;
    }
}


/* main page header */
.header {
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}
.header .row {
  display: flex;
  align-items: center;
}
.header .header__logo a {
  display: inline-block;
}
.header .header__logo a img {
  max-width: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__nav_list {
  display: flex;
}
.header .header__nav_list li a {
  color: #787575;
  white-space: nowrap;
  font-size: 2.4rem;
}
.header .header__nav_list li a:hover {
  transition: 0.3s;
  color: #535050;
  font-weight: 600;
}
.header .header__nav_list li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header .header__burger_nav {
  display: flex;
  justify-content: flex-end;
}
.header .header__burger_nav .header__burger {
  height: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .header__burger_nav .header__burger span {
  width: 40px;
  height: 2px;
  background-color: #535050;
  border-radius: 10px;
  display: inline-block;
}
.header .header__burger_nav .header__burger span::before, .header .header__burger_nav .header__burger span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #535050;
  border-radius: 10px;
  display: inline-block;
  right: 0;
}
.header .header__burger_nav .header__burger span::before {
  top: 0px;
}
.header .header__burger_nav .header__burger span::after {
  bottom: 0;
}
@media (max-width: 1120px) {
    .header .header__nav_list li a {
        font-size: 2.2rem;
    }
}
@media (min-width: 992px) {
  .header .header__burger_nav {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .header .header__logo a img {
    max-height: 40px;
  }
  .header .header__burger_nav {
    display: flex;
  }
  .header .header__nav {
    top: 0;
    position: absolute;
    right: -999%;
    box-shadow: 6px 6px 12px #CED4DA;
  }
  .header .header__nav nav {
    padding-top: 5rem;
  }
  .header .header__nav_list {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    padding: 0 0 30px 0;
  }
  .header .header__nav_list li {
    margin: 0 0 20px 0 !important;
    text-align: center;
  }
  .header .header__nav_list li a {
    font-size: 2rem;
  }
  .active {
    overflow: initial;
  }
  .active .header__nav {
    position: absolute;
    right: 0;
    transition: 0.3s;
  }
  .active .header__burger span {
    background-color: #fff !important;
    transition: 0.3s;
  }
  .active .header__burger span::after {
    bottom: 14px !important;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .active .header__burger span::before {
    top: 20px !important;
    transform: rotate(45deg);
    transition: 0.3s;
  }
}
/* Header c новым дизайном */

.header_index {
    margin-top: 0;
    padding-top: 3.2rem;
}
.header_index .header__nav nav{
    display: flex;
    align-items: center;
}
.header_index .header__nav .header__nav_list li a {
    padding-bottom: .5rem;
    font-size: 2.4rem;
    font-weight: 400;
}
.header_index .header__nav_list li a:hover {
    color: #628DB6;
}
.header_index .header__burger_nav .header__burger span,
.header_index .header__burger_nav .header__burger span::before,
.header_index .header__burger_nav .header__burger span::after {
    background-color: #7FB6EB;
    height: 3px;
}
.header_index .header_index-profile {
    display: flex;
    align-items: center;
    margin-left: 10rem;
}
.header_index .button-auth__button {
    font-size: 3.2rem;
    padding: 2.5px 9.5px;
    color: #535050;
    border: 1px solid #628DB6;
    margin-left: 2.8rem;
    transition: color .3s;
}
.header_index .button-auth__button:hover {
    color: #628DB6;
}
.header_index .header_index-profile__button {
    transition: transform .3s;
    margin-right: 2rem;
}
.header_index .header_index-profile__button:last-of-type {
    margin-right: 0
}
.header_index .header_index-profile__button:hover {
    transform: scale(1.2);
}
@media (max-width: 1370px) {
    .header_index .col-lg-3 {
        max-width: 15.6rem;
    }
    .header_index .header__logo a img {
        max-width: 13.6rem;
    }
    .header_index .header__nav .header__nav_list li a {
        font-size: 2rem;
    }
    .header_index .button-auth__button {
        font-size: 2rem;
        margin-left: 1rem;
    }
    .header .header__nav_list li:not(:last-child) {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 1100px) {
    .header_index .header_index-profile {
        margin-left: 2rem;
    }
}
@media (max-width: 992px) {
    .header_index .header__nav {
        background-color: #fff;
        padding-bottom: 5rem;
    }
    .header_index .header__nav nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 4.6rem;
    }
    .header_index .header__nav_list {
        width: 100%;
        padding: 6rem 0 3.2rem;
    }
    .header_index .header__nav .header__nav_list li {
        width: 100%;
        border-bottom: 1px solid #000;
        padding-bottom: .5rem;
        text-align: start;
    }
    .header_index .header__nav .header__nav_list li:last-of-type {
        margin-bottom: 0 !important ;
    }
    .header_index .header__nav .header__nav_list li a {
        font-weight: 600;
    }
    .header_index .header_index-profile {
        margin-left: 0;
    }
    .header_index .button-auth__button {
        border: none;
        padding: 0;
        margin-left: 0;
    }
}


.footer {
  background-color: #F8F8F8;
  padding: 100px 0;
}
.footer .txt.info {
  color: #787575;
  font-size: 1.6rem;
}
.footer .footer__logo .logo {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #535050;
}
.footer .footer__nav ul {
  display: flex;
  flex-direction: column;
}
.footer .footer__nav ul li a {
  color: #787575;
  font-size: 1.6rem;
}
.footer .footer__nav ul li a:hover {
  transition: 0.3s;
  color: #535050;
  font-weight: 600;
}
.footer .footer__nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer .footer__contact .title {
  color: #535050;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 2.8rem;
}
.footer .footer__contact .txt.info {
  color: #787575;
}
.footer .footer__contact .txt.info:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
  .footer .txt.info {
    font-size: 1.2rem;
  }
  .footer .footer__logo .logo {
    font-size: 2rem;
  }
  .footer .footer__nav {
    margin: 50px 0;
  }
  .footer .footer__nav a {
    font-size: 2rem !important;
  }
  .footer .footer__contact .title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.form__section {
  margin: 90px 0;
}
.form__section .form {
  margin: 0 auto;
  max-width: 800px;
  background-color: #F8F8F8;
  padding: 65px 10%;
}
.form__section .form__title {
  font-family: "Roboto", "Arial", sans-serif;
  color: #535050;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.form__section .form__title .subtitle {
  font-size: 1.6rem;
  color: #787575;
  font-weight: 300;
  margin-top: 10px;
}
.form__section .form__list {
  margin: 25px 0 0 0;
}
.form__section .form__list .form__group {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px 0;
}
.form__section .form__list .form__group label {
  font-family: "Alef", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #787575;
  margin: 0 0 10px 0;
}
.form__section .form__list .form__group input {
  border: 1px solid #C9DCEE;
  border-radius: 10px;
  padding: 20px 45px;
  color: #535050;
}
.form__section .form__list .form__group_attention {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}
.form__section .form__list .form__group_attention .form__group_link {
    color: #74A0CA;
    transition: color .3s;
}
.form__section .form__list .form__group_attention .form__group_link:hover {
    color: #587693
}
.form__section .form__list .form__group input::-moz-placeholder {
  color: #C9DCEE;
}
.form__section .form__list .form__group input::placeholder {
  color: #C9DCEE;
}
.form__section .form__list .form__group input:focus-visible {
  outline: none;
}
.form__section .form__list .form__group textarea::-moz-placeholder {
  color: #C9DCEE;
}
.form__section .form__list .form__group textarea::placeholder {
  color: #C9DCEE;
}
.form__section .form__list .form__group .form__agree_text {
  color: #787575;
  text-align: center;
}
.form__section .form__list .form__group .form__agree_text a {
  text-decoration: underline;
}
.form__section .form__list .form__group {
  position: relative;
}
.form__section .form__list .form__group .toggle-password {
  width: 23px;
  height: 15px;
  background-image: url(../../assets/img/icons/pass_show.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 56px;
  cursor: pointer;
}
.form__section .form__list .active .toggle-password {
  background-image: url(../../assets/img/icons/pass_hide.svg);
  top: 58px;
}
.form__section .form__list .form__links {
  display: flex;
  flex-direction: column;
}
.form__section .form__list .form__links .item {
  font-size: 1.2rem;
  color: #535050;
  font-weight: 500;
}
.form__section .form__list .form__links .item a {
  font-size: 1.2rem;
  color: #527BE5;
  font-weight: 600;
}
.form__section .form__list .error input {
  border: 1px solid #E92D38;
}
.form__section .form__list .error .form__group_error {
  color: #E92D38;
  font-size: 1.2rem;
}
.form__section .form__list .form__group_user {
  text-align: center;
  font-size: 1.2rem;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
}
.form__section .form__list .error span {
  color: #E92D38;
}
.form__section .form__list .feedbackPanelFATAL {
    color: #fff;
    background: #E92D38;
}
.form__section .form__list .blocked span {
  line-height: 2rem;
  padding: 5px 16px;
}
.form__section .form__list .absent span {
  background-color: #A4B3C2;
  padding: 5px 16px;
  color: #fff;
}
.form__section .auth__form {
  padding: 65px 3%;
  max-width: 500px;
}
.form__section .auth__form .form__btn.btn__send {
  margin-top: 45px;
}

@media (max-width: 992px) {
  .form__section .container {
    padding: 0;
  }
  .form__section .form {
    padding: 35px 40px;
  }
  .form__section .form .form__title {
    font-size: 2rem;
  }
  .form__section .form .subtitle {
    font-size: 1.2rem;
  }
  .form__section .form .form__list .form__group label {
    font-size: 1.5rem;
  }
  .form__section .form .form__list .form__group input {
    padding: 20px 30px;
  }
  .form__section .form .form__list .form__group .form__agree_text {
    font-size: 1.3rem;
  }
  .form__section .form .form__list .form__group .toggle-password {
    top: 54px;
  }
  .form__section .form .form__list .active .toggle-password {
    top: 58px;
  }
}
@media (max-width: 550px) {
    .form__section .form__list .blocked span {
        font-size: 1rem;
    }
}
.sidebar {
  display: flex;
  align-items: flex-start;
}
.sidebar .sidebar__content {
  background-color: #EFEFEF;
  padding: 20px 0 20px 30px;
  border-radius: 0 25px 25px 0;
  width: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar .sidebar__content .sidebar__nav {
  margin: 0 0 50px 0;
}
.sidebar .sidebar__content .sidebar__nav ul {
  display: flex;
  flex-direction: column;
}
.sidebar .sidebar__content .sidebar__nav ul li {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
.sidebar .sidebar__content .sidebar__nav ul li a.another-page {
  position: relative;
}
.sidebar .sidebar__content .sidebar__nav ul li a.another-page::after {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  right: -22px;
  width: 20px;
  height: 20px;
  background: url('../img/icons/another_page.svg') no-repeat center / cover;
}
.sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li:last-of-type {
    border-bottom: none;
}
.sidebar .sidebar__content .sidebar__nav ul li a {
  color: #262626;
  font-size: 2rem;
}
.sidebar .sidebar__content .sidebar__nav ul .active {
  font-weight: 500;
}
.sidebar .sidebar__content .sidebar__nav ul .active a {
  color: #628DB6;
}
.sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li a {
  font-size: 2rem;
}
.sidebar .sidebar__content .sidebar__other .sidebar__other_list ul .logout a {
  color: #E92D38;
}

.cabinet__info .succes span {
  font-size: 4rem;
  color: #00BA4A;
  margin-bottom: 35px;
  display: inline-block;
}
.cabinet__info .user__info_list {
  margin: 60px 0;
}
.cabinet__info .user__info_list ul {
  display: flex;
  flex-direction: column;
}
.cabinet__info .user__info_list ul li {
  font-size: 3rem;
}
.cabinet__info .user__info_list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.cabinet__info .user__info_list ul li span:first-child::after {
  content: ":";
}
@media screen and (max-width: 1080px) {
    .cabinet__page .row {
        flex-wrap: nowrap;
    }
    .cabinet__page .row .col-lg-9 {
        width: 80%;
    }
}
@media screen and (max-width: 992px) {
  .cabinet__page .row {
    display: block;
  }
  .cabinet__page .row .col-lg-9 {
      width: 100%;
  }
  .cabinet__page .col-lg-3 {
    width: 100%;
  }
  .sidebar .sidebar__content {
    max-width: initial;
    display: flex;
    padding: 10px;
    border-radius: 0 0 25px 25px;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    height: initial;
  }
  .sidebar .sidebar__content .sidebar__nav {
    margin: 0 0;
  }
  .sidebar .sidebar__content .sidebar__nav ul {
    flex-direction: row;
    align-items: center;
  }
  .sidebar .sidebar__content .sidebar__nav ul li {
    border-bottom: none;
    border-right: 1px solid #000;
    width: initial;
    margin: 0 0;
    padding: 0 12px 0 12px;
  }
  .sidebar .sidebar__content .sidebar__nav ul li a.another-page {
    padding-right: 15px;
  }
  .sidebar .sidebar__content .sidebar__nav ul li a.another-page::after {
    right: -5px;
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
  }
  .sidebar .sidebar__content .sidebar__nav ul li a {
    font-size: 1rem;
  }
  .sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li {
    padding: 0 12px;
  }
  .sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li a {
    font-size: 1rem;
  }
  .cabinet__info {
    margin: 40px 0 0 0;
  }
  .cabinet__info .succes span {
    font-size: 2.5rem;
  }
  .cabinet__info .user__info_list {
    margin: 30px 0;
  }
  .cabinet__info .user__info_list ul li {
    font-size: 2rem;
  }
  .cabinet__info .userinfo__edit .btn__send {
    width: 100%;
  }
}
.cabinet__page {
    padding: 9rem 0;
}
.payment__table.mobile {
    display: none;
}
.cabinet__payment .payment__table.pc {
  margin-top: 30px;
}
.cabinet__payment .payment__table.pc .table__header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 2px solid #C9DCEE;
  border-left: 2px solid #C9DCEE;
}
.cabinet__payment .payment__table.pc .table__header .item {
  padding: 40px 0%;
  border-right: 2px solid #C9DCEE;
}
.cabinet__payment .payment__table.pc .table__header .item .title {
  font-size: 3.2rem;
  color: #628DB6;
  text-align: center;
}
.cabinet__payment .table__body .table__body_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 2px solid #C9DCEE;
  border-left: 2px solid #C9DCEE;
}
.cabinet__payment .table__body .table__body_row .item {
  text-align: center;
  padding: 20px 0;
  border-right: 2px solid #C9DCEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet__payment .table__body .table__body_row .item .info {
  font-family: "Kufam", "Arial", sans-serif;
  font-size: 2.4rem;
  color: #535050;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cabinet__payment .table__body .table__body_row .item .check {
  width: 30px;
  height: 30px;
}
.cabinet__payment .table__body .table__body_row .item .none {
  background-image: url(../../assets/img/icons/none.svg);
  width: 30px;
  height: 30px;
}
.cabinet__payment .table__pagination,
.backup-payment .table__pagination,
.cabinet__info .table__pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  font-size: 2.8rem;
  user-select: none;
}
.cabinet__payment .table__pagination span a,
.backup-payment .table__pagination span a,
.cabinet__info .table__pagination span a {
    text-decoration: underline;
    cursor: pointer;
    font-family: "Kufam", Arial, sans-serif;
}
.cabinet__payment .table__pagination a,
.backup-payment .table__pagination a,
.cabinet__info .table__pagination a {
    color: #74A0CA;
}
.cabinet__payment .table__pagination a[disabled],
.backup-payment .table__pagination a[disabled],
.cabinet__info .table__pagination a[disabled] {
    color: #787575;
    cursor: auto;
    text-decoration: none;
}
.cabinet__payment .table__pagination .goto:first-of-type,
.backup-payment .table__pagination .goto:first-of-type,
.cabinet__info .table__pagination .goto:first-of-type {
  margin-left: 5rem;
}
.cabinet__payment .table__pagination .goto:last-of-type,
.backup-payment .table__pagination .goto:last-of-type,
.cabinet__info .table__pagination .goto:last-of-type {
  margin-right: 5rem;
}
.cabinet__payment .table__pagination .goto:not(:last-of-type) a::after,
.backup-payment .table__pagination .goto:not(:last-of-type) a::after,
.cabinet__info .table__pagination .goto:not(:last-of-type) a::after {
  content: ",";
}
.cabinet__payment .table__pagination .prev,
.backup-payment .table__pagination .prev,
.cabinet__info .table__pagination .prev,
.cabinet__payment .table__pagination .next,
.backup-payment .table__pagination .next,
.cabinet__info .table__pagination .next {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  background-image: url(../../assets/img/icons/arrow_blue.svg);
  color: rgba(0, 0, 0, 0);
}
.cabinet__payment .table__pagination .prev[disabled],
.backup-payment .table__pagination .prev[disabled],
.cabinet__info .table__pagination .prev[disabled],
.cabinet__payment .table__pagination .next[disabled],
.backup-payment .table__pagination .next[disabled],
.cabinet__info .table__pagination .next[disabled] {
  background-image: url(../../assets/img/icons/arrow_grey.svg);
  color: rgba(0, 0, 0, 0);
}
.cabinet__payment .table__pagination .prev,
.backup-payment .table__pagination .prev,
.cabinet__info .table__pagination .prev {
  transform: scaleX(-1) !important;
}
.cabinet__payment .table__pagination .first,
.backup-payment .table__pagination .first,
.cabinet__info .table__pagination .first,
.cabinet__payment .table__pagination .last,
.backup-payment .table__pagination .last,
.cabinet__info .table__pagination .last {
  display: none;
}
@media (max-width: 1650px) {
    .cabinet__payment .table__body .table__body_row .item {
        padding: 1rem 0;
    }
    .cabinet__payment .table__body .table__body_row .item .info {
        font-size: 1.3rem;
    }
}
@media (max-width: 992px) {
  .payment__table.mobile {
    display: block;
  }
}

@media (max-width: 1480px) {
  .cabinet__payment .payment__table.pc .table__header .item .title {
    font-size: 2.4rem;
  }
  .cabinet__payment .payment__table.pc .table__body .table__body_row .item .info.check {
    width: 25px;
    height: 25px;
  }
  .cabinet__payment .payment__table.pc .table__body .table__body_row .item .info.none {
    width: 25px;
    height: 25px;
  }
  .cabinet__payment .table__pagination .table__pagination_container .pages a,
  .backup-payment .table__pagination .table__pagination_container .pages a,
  .cabinet__info .table__pagination .table__pagination_container .pages a {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .payment__table.pc {
    display: none;
  }
  .payment__table.mobile {
    margin-top: 20px;
  }
  .payment__table.mobile .payment__table_body .item {
    border: 1px solid #C9DCEE;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-row-gap: 20px;
    margin-bottom: 35px;
  }
  .payment__table.mobile .payment__table_body .item .item__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .payment__table.mobile .payment__table_body .item .item__content .title {
    font-size: 2.4rem;
    color: #628DB6;
  }
  .payment__table.mobile .payment__table_body .item .item__content .info {
    color: #535050;
    font-family: "Kufam", "Arial", sans-serif;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .payment__table.mobile .payment__table_body .item .item__content .info div {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .payment__table.mobile .payment__table_body .item .item__content div.check .img {
    background-image: url(../../assets/img/icons/check.svg);
    display: inline-block;
  }
  .payment__table.mobile .payment__table_body .item .item__content div.none .img {
    background-image: url(../../assets/img/icons/none.svg);
    display: inline-block;
  }
  .payment__table.mobile .table__pagination .table__pagination_container .pages a {
    font-size: 2.4rem;
  }
}
.payment__create {
  background-color: #F8F8F8;
  padding: 30px;
}
.payment__create .payment__create__container {
  border-radius: 10px;
  border: 1px solid #628DB6;
  padding: 45px;
}
.payment__create .payment__create__container .title {
  font-size: 2.4rem;
  color: #6287AC;
}
.payment__create .payment__create__container .period__row {
  display: flex;
  flex-wrap: nowrap;
}
.payment__create .payment__create__container .period__row .title {
  margin-right: 10px;
}
.payment__create .payment__create__container .period__row .period__list {
  display: flex;
  align-items: center;
}
.payment__create .payment__create__container .period__row .period__list > * {
  display: flex;
  font-family: "Kufam", "Arial", sans-serif;
  font-size: 2rem;
}
.payment__create .payment__create__container .period__row .period__list > * .date {
  border-bottom: 2px solid #628DB6;
  padding: 0 15px;
  margin: 0 10px;
}
.payment__create .payment__rate {
  margin-top: 40px;
}
.payment__create .payment__rate .payment__rate_title {
  font-size: 2.4rem;
  color: #6287AC;
}
.payment__create .payment__rate .rate__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.payment__create .payment__rate .rate__list .item {
  cursor: pointer;
}
.payment__create .payment__rate .rate__list .item .rate__title {
  display: flex;
  margin-left: 15px;
}
.payment__create .payment__rate .rate__list .item .rate__title .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #787575;
  position: relative;
}
.payment__create .payment__rate .rate__list .item .rate__title .circle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #787575;
}
.payment__create .payment__rate .rate__list .item .rate__title .txt {
  margin-left: 10px;
}
.payment__create .payment__rate .rate__list .item .rate__info {
  border-radius: 10px;
  border: 1px solid #628DB6;
  padding: 1.5rem 1rem;
  height: 100%;
  margin-top: 10px;
}
.payment__create .payment__rate .rate__list .item .rate__info .txt {
  color: #628DB6;
  font-size: 1.4rem;
}
.payment__create .payment__rate .rate__list .item .rate__info .price {
  display: inline-flex;
  border-bottom: 2px solid #F8F8F8;
  padding-bottom: 5px;
  font-size: 2rem;
  margin: 15px 0 20px 0;
}
.payment__create .payment__rate .rate__list .item .rate__info .price .date {
  margin-left: 5px;
}
.payment__create .payment__rate .rate__list .item .rate__info .price .date::before {
  content: "/";
}
.payment__create .payment__rate .rate__list .item .rate__info .rate__adv {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.payment__create .payment__rate .rate__list .item .rate__info .rate__adv .rate__adv_item {
  color: #628DB6;
  font-size: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.payment__create .payment__rate .rate__list .item .rate__info .rate__adv .rate__adv_item::before {
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  background-color: #628DB6;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 7px;
}
.payment__create .payment__rate .rate__list .tariff-disabled {
    pointer-events: none;
}
.payment__create .payment__rate .rate__list .tariff-disabled .rate__info {
    background-color: #E6E6E6;
    border: 1px solid #9F9F9F;
}
.payment__create .payment__rate .rate__list .tariff-disabled .rate__info .txt,
.payment__create .payment__rate .rate__list .tariff-disabled .rate__info .rate__adv .rate__adv_item {
    color: #9F9F9F;
}
.payment__create .payment__rate .rate__list .tariff-disabled .rate__info .rate__adv .rate__adv_item::before {
    background-color: #9F9F9F;
}
.payment__create .payment__rate .rate__list .tariff-disabled .rate__info .price {
    border-bottom: 2px solid #9F9F9F;
}
.payment__create .payment__rate .rate__list .active .rate__title .circle span {
  background-color: #628DB6;
}
.payment__create .payment__rate .rate__list .active .rate__info {
  background-color: #628DB6;
}
.payment__create .payment__rate .rate__list .active .rate__info .price {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.payment__create .payment__rate .rate__list .active .rate__info .rate__adv .rate__adv_item::before {
  background-color: #fff;
}
.payment__create .payment__rate .rate__list .active .rate__info * {
  color: #fff !important;
}
.payment__create .payment__promocode {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.payment__create .payment__promocode_check {
    margin-left: 1rem;
    cursor: pointer;
}
.payment__create .payment__promocode input {
  margin-left: 15px;
  background-color: #fff;
  border: 1px solid #787575;
  display: inline-block;
  padding: 5px 20px;
  color: #535050;
  max-width: 130px;
}
.payment__create .payment__promocode input::-moz-placeholder {
  color: #535050;
}
.payment__create .payment__promocode input::placeholder {
  color: rgba(0, 0, 0, 0.2)
}
.payment__create .payment__promocode .promocode-incorrect {
    border-color: #E32636;
}
.payment__create .payment__promocode .promocode-correct {
    border-color: #34C924;
}
.payment__create .info_feedback {
    margin-top: 1rem;
    text-align: center;
    color: #00b500;
}

.payment__create .payment__price {
  display: flex;
  margin-top: 30px;
  font-family: "Kufam", "Arial", sans-serif;
  align-items: center;
}
.payment__create .payment__price .number {
  padding: 0 20px;
  color: #535050;
  border-bottom: 2px solid #628DB6;
  margin-left: 5px;
}
.payment__create .payment__order_create {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.payment__create .payment__order_create a {
  color: #628DB6;
  font-size: 2.4rem;
  border-bottom: 2px solid #628DB6;
}
.payment__create .payment__btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.payment__create .payment__btn .btn {
  color: #fff;
  background-color: #628DB6;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 20px 10%;
  border-radius: 10px;
}
.payment__create .payment__btn .btn:hover {
  transition: 0.3s;
  background-color: #74A0CA;
}
.payment__create .payment__btn .btn:first-child {
  margin-right: 20px;
}
.payment__create .payment__btn .submit-button--disabled {
    background: #E6E6E6;
    color: #999;
    pointer-events: none;
}
@media (max-width: 1620px) {
    .payment__create {
        padding: 2rem;
    }
    .payment__create .payment__create__container {
        padding: 2rem;
    }
    .payment__create .payment__rate .rate__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .payment__create .payment__rate .rate__list .item {
        margin: 1rem 0;
        width: 100%;
    }
    .payment__create .payment__price .number {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 450px) {
    .payment__table.mobile .payment__table_body .item {
        grid-row-gap: .5rem;
    }
    .payment__table.mobile .payment__table_body .item .item__content .title {
        font-size: 1.5rem;
    }
    .payment__table.mobile .payment__table_body .item .item__content .info {
        font-size: 1.5rem;
    }
}
@media (max-width: 400px) {
    .payment__create .payment__rate .rate__list .active .rate__info .price {
        font-size: 1.5rem;
    }
    .payment__create .payment__rate .rate__list .item .rate__info .rate__adv .rate__adv_item {
        font-size: 1.2rem;
    }
}
@media (max-width: 1160px) {
    .cabinet__page .h1__title {
        font-size: 3.5rem;
    }
}
@media (max-width: 992px) {
    .cabinet__page {
        padding: 2rem 0;
    }
    .sidebar .sidebar__content .sidebar__nav ul {
        margin-bottom: 1rem;
    }
    .sidebar .sidebar__content .sidebar__nav ul li a {
        font-size: 1.5rem;
    }
    .sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li a {
        font-size: 1.5rem;
    }
  .payment__create {
    padding: 25px;
  }
  .payment__create .payment__create__container {
    padding: 20px;
  }
  .payment__create .payment__create__container .title {
    font-size: 1.8rem;
  }
  .payment__create .payment__create__container .period__row {
    flex-direction: column;
  }
  .payment__create .payment__create__container .period__row .period__list {
    margin-top: 10px;
  }
  .payment__create .payment__create__container .period__row .period__list > * {
    font-size: 1.4rem;
  }
  .payment__create .payment__create__container .period__row .period__list > * .date {
    padding: 0 10px;
  }
  .payment__create .payment__rate {
    margin-top: 30px;
  }
  .payment__create .payment__rate .payment__rate_title {
    font-size: 1.8rem;
  }
  .payment__create .payment__rate .rate__list {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .payment__create .payment__rate .rate__list .item .rate__info {
    height: initial;
    display: none;
  }
  .payment__create .payment__rate .rate__list .item.active .rate__info {
    display: block;
  }
  .payment__create .payment__promocode {
    display: flex;
    align-items: center;
  }
  .payment__create .payment__promocode {
    margin-top: 30px;
  }
  .payment__create .payment__order_create {
    margin-top: 30px;
  }
  .payment__create .payment__order_create a {
    font-size: 1.6rem;
  }
  .payment__create .payment__btn {
    margin-top: 30px;
  }
  .payment__create .payment__btn .btn {
    font-size: 1.4rem;
    padding: 10px 0;
    width: 100%;
  }
}
.page__error {
  background-image: url(../../assets/img/error_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 55px 0;
}
.page__error .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__error .page__error__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #535050;
}
.page__error .page__error__title a {
  color: #628DB6;
}
.page__error .page__error_code {
  font-size: 26rem;
  font-weight: 500;
  color: #72A5D6;
  text-align: center;
  margin: 60px 0;
}
.page__error .page__error_txt .txt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .page__error .page__error__title {
    font-size: 2rem;
  }
  .page__error .page__error_code {
    font-size: 12rem;
    margin: 50px 0;
  }
  .page__error .page__error_txt .txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 740px) {
    .sidebar .sidebar__content .sidebar__nav ul li a {
        font-size: 1.1rem;
    }
    .sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li a {
        font-size: 1.1rem;
    }
}
@media (max-width: 560px) {
    .sidebar .sidebar__content {
        flex-direction: column;
        justify-content: center;
    }
    .sidebar .sidebar__content .sidebar__nav ul {
        flex-direction: column;
    }
    .sidebar .sidebar__content .sidebar__nav ul li {
        border: none;
        margin-bottom: .5rem;
    }
    .sidebar .sidebar__content .sidebar__nav ul li a{
        font-size: 1.3rem;
    }
    .sidebar .sidebar__content .sidebar__other .sidebar__other_list ul li:last-of-type {
        text-align: center;
    }
    .payment__create .payment__promocode {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .payment__create .payment__promocode .title {
        margin-bottom: 1rem;
    }
    .payment__create .payment__promocode .promocode-incorrect {
        max-width: 100%;
    }
    .payment__create .payment__promocode .payment__promocode_check {
        margin-top: 1rem;
    }
    .payment__create .payment__create__container .period__row .period__list {
        display: flex;
        flex-direction: column;
    }
    .payment__create .payment__create__container .period__row .period__list .period__end {
        margin-top: 1.5rem;
    }
}
@media (max-width: 450px) {
    .cabinet__page .h1__title {
        font-size: 2.5rem;
    }
}

/* main page hero */

.hero {
    padding: 16.5625rem 0 21.5625rem;
    background: #fff url("../img/hero-bg.svg") no-repeat center right 15%;
    background-size: auto 80%;
    margin-top: -50px
}
.hero .hero-content {
    max-width: 66rem;
}
.hero .hero__company_title {
    font-size: 6rem;
    font-weight: bold;
    margin-top: -0.625rem;
    margin-bottom: 1.875rem;
}
.hero .hero__title {
    color: #535050;
    font-size: 4rem;
    margin-bottom: 2rem;
}
.hero__desc {
    margin-bottom: 3.625rem
}
.hero .hero__button {
    padding: 1.71875rem 2.75rem;
}
@media (max-width: 1650px) {
    .container {
        width: 85%
    }
    .hero {
        background-size: 40% auto;
    }
}
@media (max-width: 1280px) {
    .hero {
        background: url("../img/hero-bg.svg") no-repeat center right 10rem;
        background-size: 30% auto;
    }
}
@media (max-width: 992px) {
    .hero {
        background: url("../img/hero-bg.svg") no-repeat center 9.0625rem;
        background-size: 50% auto;
        padding-top: 40rem;
        padding-bottom: 5rem;
    }
}
@media (max-width: 770px) {
    .hero {
        background-size: 70% auto;
    }
}
@media (max-width: 480px) {
    .hero {
        background: url("../img/hero-bg.svg") no-repeat center 9.0625rem;
        background-size: 70% auto;
        padding-top: 35rem;
        padding-bottom: 3.2rem;
    }
    .hero .hero__company_title {
        margin-bottom: .5rem
    }
    .hero .hero__button {
        width: 100%
    }
}
@media (max-width: 360px) {
    .hero {
        padding-top: 28rem;
    }
    .hero .hero__title {
        font-size: 3rem;
    }
}
/* function sections */

.functions {
    padding: 3.25rem 0 3.2rem;
    background: #F8F8F8 url("../img/functions-bg.svg") no-repeat bottom 10% right;
    background-size: 60% auto;
}
.functions .functions__title {
    max-width: 128rem;
    margin-bottom: 5.6rem;
}
.functions .functions-list__item {
    display:flex;
    align-items: center;
    padding: 2.8rem 4.4rem 3.2rem 1.6rem;
    max-width: 41.6rem;
    height: 16.8rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 6px 6px 12px #CED4DA;
}
.functions .functions-list__item:not(:last-child) {
    margin-bottom: 2.8rem
}
.functions .functions-list-item__img{
    max-width: 10.4rem;
    margin-right: 1.6rem;
}
.functions .functions-list-item-desc__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4px;
}
.functions .functions-list-item-desc__desc {
    font-size: 1.6rem;
}

@media (max-width: 1520px) {
    .functions {
        background-position: center right;
        background-size: 60% auto;
    }
}
@media (max-width: 1200px) {
    .functions {
        background: #F8F8F8;
    }
    .functions .functions-list {
        display: flex;
        flex-wrap: wrap;
    }
    .functions .functions-list__item {
        margin: 5px;
    }
    .functions .functions-list__item:not(:last-child) {
        margin-bottom: 5px;
    }
    .functions .functions__title {
        font-size: 2.4rem;
    }
}

@media (max-width: 1100px) {
    .functions .functions-list {
        justify-content: center;
    }
    .functions .functions-list__item {
        padding: 3.2rem 2rem 4rem 1.6rem
    }
}
@media (max-width: 450px) {
    .functions .functions-list-item-desc__title {
        font-size: 1.6rem;
    }
    .functions .functions-list-item-desc__desc {
        font-size: 1.3rem;
    }
}
@media (max-width: 360px) {
    .functions .functions__title {
        margin-bottom: 2rem;
    }
    .functions .functions-list-item-desc__desc {
        font-size: 1rem;
    }
}

/* usedby section */

.usedby {
    padding: 8rem 0 9.2rem;
}
.usedby .usedby__title {
    margin-bottom: 3.2rem;
}
.usedby .usedby__desc {
    max-width: 99rem;
    margin-bottom: 2rem;
}
.usedby .usedby-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.usedby .usedby-list__item {
    margin: 1.6rem 0;
}
.usedby .usedby-slider {
    display: none
}

@media (max-width: 1600px) {
    .usedby .usedby-list__item {
        max-width: 30rem
    }
}
@media (max-width: 1440px) {
    .usedby .usedby-list__item {
        max-width: 25rem
    }
    .usedby .usedby__title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
}
@media (max-width: 1200px) {
    .usedby {
        padding: 3rem 0
    }
    .usedby .usedby-list__item {
        max-width: 20rem
    }
    .usedby .usedby__desc {
        font-size: 2rem;
    }
}

@media (max-width: 750px) {
    .usedby .usedby-list {
        display: none;
    }
    .usedby .usedby-slider{
        display:block;
    }
    .usedby img {
        width: 100%;
        height: auto; 
    }
}

@media (max-width: 600px) {
    .usedby .usedby-list__item {
        max-width: 16.4rem
    }
    .usedby .usedby__title {
        font-size: 2.4rem;
    }
    .usedby .usedby__desc {
        font-size: 2rem
    }
}

/* usedby slider */
.usedby-slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.usedby .slider-wrapper {
    display: flex;
    animation: slide 16s infinite; /* Постоянно прокручиваем слайды */
}

.usedby .slide {
    width: calc(100% / 2.5); /* 2 полных и 1 частичный слайд visible */
    flex-shrink: 0; /* Не позволяет слайдам уменьшаться */
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    12.5% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-80%);
    }
    37.5% {
        transform: translateX(-80%);
    }
    50% {
        transform: translateX(-160%);
    }
    62.5% {
        transform: translateX(-160%);
    }
    75% {
        transform: translateX(-220%);
    }
    87.5% {
        transform: translateX(-220%);
    }
    100% {
        transform: translateX(0);
    }
}

/* section mission */

.mission {
    padding: 5.8rem 0;
}
.mission .mission-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.mission .mission-desc__title {
    margin-bottom: 3.6rem;
}
.mission .mission-desc__desc {
    max-width: 84.8rem;
    margin-bottom: 2rem;
}
.mission .mission-desc__button {
    display: none;
    padding: 2rem 0;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}
@media (max-width: 1600px) {
    .mission .mission-content {
        justify-content: center;
    }
}
@media (max-width: 1300px) {
    .mission .mission-desc__title {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }
    .mission .mission-desc__desc {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1000px) {
    .mission {
        padding-top: 3rem;
    }
    .mission .mission-desc__title {
        font-size: 2.4rem;
        margin-bottom: .8rem;
    }
    .mission .mission-desc__desc {
        font-size: 2rem;
    }
    .mission .mission-desc__button {
        display: block;
        margin-bottom: 2rem;
    }
}

/* section advantages */

.advantages {
    padding: 5.2rem 0 6.4rem;
    background-color: #F8F8F8;
}
.advantages .advantages__title {
    margin-bottom: 3.5rem;
}
.advantages .advantages__desc {
    margin-bottom: 3.5rem;
}
.advantages .advantages-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages .advantages-cards__item {
    padding: 4.8rem .8rem 7.2rem;
    max-width: 46rem;
    width: 100%;
    min-height: 53.6rem;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 6px 6px 12px #CED4DA;
    margin: .4rem;
}
.advantages .advantages-cards-item__img {
    max-width: 38rem;
}
.advantages .advantages-cards-item__title {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 1rem;
}
.advantages .advantages-cards-item__desc{
    max-width: 38.4rem;
    text-align: center;
}
@media (max-width: 1100px) {
    .advantages .advantages__title {
        font-size: 2.4rem;
        margin-bottom: .8rem;
    }
    .advantages .advantages__desc {
        font-size: 2rem;
    }
    .advantages .advantages-cards__item {
        max-width: 40rem;
        min-height: 46rem;
    }
    .advantages .advantages-cards-item__img {
        max-width: 34rem;
    }
    .advantages .advantages-cards-item__title {
        font-size: 2rem
    }
}

/* section price */

.price {
    padding: 8rem 0 9rem;
}
.price .price__title {
    margin-bottom: 4rem;
}
.price .price-cards {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price .price-cards__item {
    padding: 4rem 2.4rem 3.2rem;
    max-width: 44rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px 12px #CED4DA;
    border-radius: 10px;
    margin: 1rem;
}
.price .price-cards-item__title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
}
.price .price-cards-item__desc {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 39.2rem;
}
.price .price-item__price {
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.price .price-item__price .price-item-price__number {
    font-size: 3.6rem;
    color: #535050;
    font-weight: bold;
}
.price .price-item-list {
    width: 100%;
    border-top: 4px solid #DEEFFF;
    padding-top: 3.2rem;
    min-height: 23.5rem;
    margin-bottom: 1.6rem;
    font-weight: bold;
}

.price .price-item-list li {
    position: relative;
    font-size: 2rem;
    color: #535050;
    margin-bottom: 1.6rem;
    padding-left: 4.5rem;
}

.price .price-item-list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: .7rem;
    left: 2.5rem;
    background: #535050;
}
.price .price-item-list li:last-of-type {
    margin-bottom: 0;
}
.price .price-item__button {
    padding: 1.8rem 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.price .price-cards__item_profit {
    position: relative;
    min-width: 50.5rem;
    padding: 8.4rem 2rem 4.4rem;
    background-color: #DEEFFF;
}
.price .price-cards__item_profit:after {
    position: absolute;
    content:'Выгодно!';
    top: 2rem;
    right: 1.6rem;
    font-weight: bold;
    font-size: 3.2rem;
    color:#628DB6;
}
.price .price-cards__item_profit .price-cards-item__title {
    font-size: 4rem;
    margin-bottom: 2rem;
}
.price .price-cards__item_profit .price-cards-item__desc {
    margin-bottom: 3.6rem;
}
.price .price-cards__item_profit .price-item-price__number {
    color: #628DB6;
}
.price .price-cards__item_profit .price-item-list {
    border-color: #fff;
}
.price .price-cards__item_profit .price-item-list li {
    font-size: 2.4rem;
}
.price .price-cards__item_profit .price-item__button {
    background-color: #FF7F0A;
    color: #fff;
}

@media (max-width: 1650px) {
    .price .price-cards {
        flex-wrap: wrap;
    }
}
@media (max-width: 1180px) {
    .price {
        padding: 2rem 0 6rem;
    }
    .price .price__title {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .price .price-cards__item {
        min-width: 40rem;
    }
    .price .price-cards__item_profit {
        min-width: 40rem;
    }
    .price .price-cards__item_profit:after {
        font-size: 2rem;
    }
    .price .price-cards-item__title {
        font-size: 2.4rem !important;
        margin-bottom: 1.6rem !important;
    }
    .price .price-cards-item__desc {
        margin-bottom: 2.8rem !important;
    }
    .price .price-item-list li {
        font-size: 1.9rem !important;
    }
    .price .price-cards__item .price-item__button {
        background-color: #FF7F0A;
        color: #fff;
        width: 80%;
    }
}

@media (max-width: 450px) {
    .price .price-cards__item {
        min-width: 100%;
    }
}
@media (max-width: 360px) {
    .price .price-cards__item_profit {
        padding: 4rem 2rem 2rem;
    }
    .price .price-cards__item_profit:after {
        top: 2%;
    }
    .price .price-cards-item__desc {
        font-size: 1.5rem;
    }
    .price .price-item__price .price-item-price__number {
        font-size: 2rem;
    }
    .price .price-item-list {
        min-height: 21rem;
    }
    .price .price-item-list li {
        font-size: 1.5rem !important;
        padding-left: 3.5rem;
    }
    .price .price-item-list li::before {
        width: 6px;
        height: 6px;
    }
    .price .price-item__button {
        font-size: 1.4rem;
    }
}
/* section question */

.question {
    padding: 8rem 0 11.2rem;
}
.question .question__title {
    margin-bottom: 5.2rem;
}
.question .question-item {
    display: flex;
    justify-content: center;
    background: #DEEFFF;
    width: 100%;
    margin: .8rem 0;
    transition: all .4s;
}
.question .question-item_active {
    transition: all .4s;
    padding-bottom: 2rem;
}
.question .question-item_active .question-item__text {
    max-height: 50rem;
    opacity: 1;
}
.question .question-item_active .question-item__marker {
    transform: rotate(0deg);
}
.question .question-wrapper {
    max-width: 114rem;
    width: 100%;
}
.question .question-item-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question .question-item__title {
    font-size: 3.2rem;
    padding: 3.2rem 0;
    border: none;
    margin-bottom: 0;
}
.question .question-item__marker {
    transition: transform .4s;
    transform: rotate(180deg);
    cursor: pointer;
}
.question .question-item__text {
    max-width: 99.5rem;
    font-size: 2rem;
    color: #535050;
    transition: max-height .4s, opacity .4s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
@media (max-width: 1520px) {
    .question .question-item {
        padding: 0 1.2rem;
    }
    .question .question-item__title {
        padding-bottom: 2rem;
    }
}
@media (max-width: 1050px) {
    .question {
        padding: 2.8rem 0 5.6rem;
    }
    .question .question__title {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }
    .question .question-item {
        margin: .8rem 0;
    }
    .question .question-item_active {
       padding-bottom: 2rem;
    }
    .question .question-item__title {
        font-weight: bold;
        font-size: 1.6rem;
    }
    .question .question-item__marker {
        max-width: 4.8rem;
    }
    .question .question-item__text {
        font-weight: bold;
        font-size: 1rem;
    }
}

/* footer */

.footer_index {
    padding: 5.6rem 0 14.6rem;
    background: #497096;
    font-size: 2.4rem;
    color: #EAEAEA;
}
.footer_index .footer_index-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_index .footer-index-about {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.footer_index .footer_index-col {
    margin: 10px;
}
.footer_index .footer_index-col:first-of-type {
    display: flex;
    flex-direction: column;
}
.footer_index .footer_index-col:last-of-type {
    display: flex;
    flex-direction: column;
    max-width: 46.2rem;
    width:100%;
}
.footer_index .footer-index__link {
    max-width: 41.6rem;
    width: 100%;
}
.footer_index .footer-link__img {
    max-width: 41.6rem;
    width: 100%;
    margin-bottom: 2rem;
}
.footer_index .footer_index__slogan {
    color: #EAEAEA;
}
.footer_index .footer_index-nav {
    display: flex;
    flex-direction: column;
}
.footer_index .footer_index-nav__item {
    color: #EAEAEA;
    margin-bottom: 1.2rem;
}
.footer_index .footer_index-contact__title {
    font-size: 2.4rem;
    color: #EAEAEA;
    margin-bottom: 10px;
}
@media screen and (max-width: 1410px) {
    .footer_index .footer_index-col:last-of-type {
        max-width: 100%;
        margin-top: 2rem;
    }
    .footer_index .footer_index-col:last-of-type span {
        margin-bottom: 1rem;
    }
}
@media (max-width: 1050px) {
    .footer_index {
        font-size: 1.5rem;
    }
    .footer_index .footer_index-content {
        justify-content: space-between;
    }
    .footer_index-col:first-of-type {
        margin-right: 0;
    }
    .footer_index .footer_index-contact__title {
        font-size: 1.5rem;
    }
}
@media (max-width: 800px) {
    .footer_index {
        padding: 3.4rem 0 5.2rem;
    }
    .footer_index .footer-index__link {
        max-width: 19.6rem;
        width: 100%;
    }
    .footer_index .footer-link__img {
        max-width: 19.6rem;
        width: 100%;
        margin-bottom: 1.6rem;
    }
}
@media (max-width: 570px) {
    .footer_index .footer_index-content {
        display: block;
    }
    .footer_index .footer_index-col {
        margin-bottom: 4rem;
    }
}

/* Секция email-send */
.email-send {
    padding: 16.5rem 0;
}
.email-send .email-send__title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
}
.email-send .email-send__text {
    text-align: center;
    font-size: 2.3rem;
}

@media (max-width:600px) {
    .email-send {
        padding: 10rem 0;
    }
    .email-send .email-send__title {
        font-size: 2rem;
    }
    .email-send .email-send__text {
        font-size: 1.5rem;
    }
}

/* Страница BackupPage */

.backup-payment .backup-payment-desktop {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.backup-payment .backup-payment__title {
    text-align: center;
    margin: 4.2rem 0;
    font-size: 4rem;
}
.backup-payment .backup-payment-desktop .backup-payment__table {
    text-align: center;
}
.backup-payment .backup-payment-desktop .backup-payment__table th,
.backup-payment .backup-payment-desktop .backup-payment__table tr,
.backup-payment .backup-payment-desktop .backup-payment__table td {
    border: 4px solid #C9DCEE;
}
.backup-payment .backup-payment-desktop .backup-payment__table th,
.backup-payment .backup-payment-mobile .backup-payment-table-row__title{
    color: #628DB6;
    font-weight: 400;
}
.backup-payment .backup-payment-desktop .backup-payment__table td {
    color: #535050;
}
.backup-payment .backup-payment-desktop .backup-payment__table th,
.backup-payment .backup-payment-desktop .backup-payment__table td {
    padding: 2.3rem 6rem;
    font-size: 2.4rem;
}
.backup-payment .backup-payment-table__data--link {
    color: #0F71E2;
}
.backup-payment .backup-payment-mobile {
    display: none;
    font-size: 2.4rem;
}
.backup-payment .backup-payment-mobile .backup-payment-table {
    border: 2px solid #C9DCEE;
    border-radius: 10px;
    padding: 1.2rem 2.3rem 2.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px rgba(201, 220, 238, 0.3);
}
.backup-payment .backup-payment-mobile .backup-payment-table .backup-payment-table-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #C9DCEE;
    position: relative;
}

.backup-payment .backup-payment-mobile .backup-payment-table .backup-payment-table-row:last-child {
    border-bottom: none;
}

.backup-payment .backup-payment-mobile .backup-payment-table-row__title {
    position: relative;
    padding-right: 2rem;
    flex: 0 0 40%;
    color: #628DB6;
    font-weight: 500;
}

.backup-payment .backup-payment-mobile .backup-payment-table-row__title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #C9DCEE;
}

.backup-payment .backup-payment-mobile .backup-payment-table-row__data {
    flex: 0 0 55%;
    padding-left: 2rem;
}

.backup-payment .backup-payment-mobile .backup-payment-table__data--link {
    /* max-width: 9.7rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2rem;
}

/* Адаптив под мобильные устройства */
@media screen and (max-width: 1680px) {
    .backup-payment .backup-payment-desktop .backup-payment__table th,
    .backup-payment .backup-payment-desktop .backup-payment__table tr,
    .backup-payment .backup-payment-desktop .backup-payment__table td {
        padding: 1.5rem 5rem;
        border: 1px solid #C9DCEE;
    }
}
@media screen and (max-width: 1460px) {
    .backup-payment .backup-payment-desktop .backup-payment__table {
        border: 1px solid #C9DCEE;
    }
    .backup-payment .backup-payment-desktop .backup-payment__table th,
    .backup-payment .backup-payment-desktop .backup-payment__table tr,
    .backup-payment .backup-payment-desktop .backup-payment__table td {
        font-size: 1.5rem;
    }
    .sidebar .sidebar__content .sidebar__nav ul li a {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1050px) {
    .backup-payment .backup-payment-desktop .backup-payment__table th,
    .backup-payment .backup-payment-desktop .backup-payment__table tr,
    .backup-payment .backup-payment-desktop .backup-payment__table td {
        padding: 1.5rem 1rem;
    }
}

@media screen and (max-width: 990px) {
    .sidebar .sidebar__content .sidebar__nav ul li a {
        font-size: 1.2rem;
    }

    .sidebar .sidebar__content {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width: 800px) {
    .backup-payment .backup-payment__title {
        font-size: 2.4rem;
    }
    .backup-payment .backup-payment-desktop {
        display: none;
    }
    .backup-payment .backup-payment-mobile {
        display: block;
    }
}
@media screen and (max-width: 760px) {
    .sidebar .sidebar__content .sidebar__nav ul li {
        padding: 0 .5rem;
        text-align: center;
    }
}

/* Страница привязки приложения cloud-redmine */

.app-info {
  font-size: 1.25rem;
  color: #535050;
}

.app-info .app-info__title {
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: initial;
}
.app-info-text {
  font-size: initial;
  margin-bottom: 10px;
}
.app-info__link {
  color: #3C72A5;
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .app-info {
    padding: 15rem 0;
  }
}

/* Страница доступных плагинов */
.plugins {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plugins .plugins-list__title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.plugins .plugins-list {
  width: 100%;
  border: 1px solid #C9DCEE;
  margin-bottom: 1.6rem;
}

.plugins .plugins-list .plugins-list__item {
  display: grid;
  grid-template-columns: repeat(3, 25% 50% 25%);
  padding: 1rem 2.5rem 1rem 3.75rem;
}
.plugins .plugins-list .plugins-list__item:not(:last-of-type) {
  border-bottom: 1px solid #C9DCEE;
}
.plugins .plugins-list .plugins-list__item .full_desc::after {
  transform: rotate(180deg);
}
.plugins .plugins-list .plugins-list__item .plugins-list-item__title {
  font-size: 1.6rem;
  color: #535050;
  font-weight: normal;
}
.plugins .plugins-list .plugins-list__item .plugins-list-item__link {
  font-size: 1.125rem;
  color: #3D7BD3;
}
.plugins .plugins-list .plugins-list__item .plugins-list-item-desc {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  max-height: 20px;
  transition: all .3s;
}
.plugins .plugins-list .plugins-list__item .full_desc .plugins-list-item__show-button {
  cursor: pointer;
  transform: rotate(180deg);
}
.plugins .plugins-list .plugins-list__item .full_desc {
  max-height: 50rem;
}
.plugins .plugins-list .plugins-list__item .plugins-list-item__desc {
  text-align: justify;
  color: #535050;
  margin-right: 2rem;

}
.plugins .plugins-list .plugins-list__item .plugins-list-item__show-button {
  cursor: pointer;
  transition: transform .3s;
}
.plugins .plugins-list .plugins-list-item-install .plugins-list-item-install__button {
  font-size: 1.25rem;
  padding: 0.8125rem 0;
  width: 9.375rem;
}
.plugins .plugins-list .plugins-list-item-install .plugins-list-item-install__button:first-of-type {
  margin-right: 3.25rem;
}
.plugins .plugins-list .plugins-list-item-install {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plugins .plugins-list .plugins-list__item .button_danger {
  visibility: hidden;
}
.plugins .plugins-list .plugins-list__item .loader,
.plugins .plugins-list .plugins-list__item .loader {
  display: none;
}
.plugins .plugins-list .installing .plugins-list-item-install__button:first-of-type {
  display: none;
}
.plugins .plugins-list .installing .plugins-list-item-install__button:last-of-type {
  visibility: hidden;
  margin-left: 6.75rem;
}
.plugins .plugins-list .installing .loader{
  display: block;
}

.plugins .plugins-list .installed .plugins-list-item-install__button:first-of-type {
  position: relative; 
  background-color: transparent;
  color: #3F9F70;
  cursor: auto;
}
.plugins .plugins-list .installed .plugins-list-item-install__button:last-of-type {
  visibility: inherit;
}

.plugins .loader {
  border: 3px solid #D9D9D9;
  border-top: 3px solid #8BA8D8; 
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-left: 4rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1465px) {
  .plugins .plugins-list .plugins-list__item .plugins-list-item-col:nth-of-type(2) {
    margin:  0 2rem;
  }
}

@media screen and (max-width: 1425px) {
  .plugins .plugins-list .plugins-list__item {
    padding: 1rem 1.5rem;
  }
}

@media screen and (max-width: 990px) {
  .plugins {
    padding-top: 4.1rem;
  }
  .plugins .plugins-list__title {
    font-size: 2.4rem;
  }
  .plugins .plugins-list .plugins-list__item {
    display: flex;
    flex-direction: column;
  }
  .plugins .plugins-list .plugins-list__item .plugins-list-item-col:nth-of-type(2) {
    max-width: 100%;
    margin: 2rem 0;
  }
  .plugins .loader {
    margin-left: 3rem;
  }
  .plugins .plugins-list .plugins-list__item .plugins-list-item-install {
    justify-content: flex-start;
  }
}

/* Страница партнерства */

.partnership {
  font-family: 'Alef', sans-serif;
}
.partnership p {
  color: #535050;
}

/* Секция hero */

.hero.partnership {
  padding: 27.2rem 0 20.625rem;
  background: #fff url(../img/partnership/partneship_hero-bg.svg) no-repeat bottom 30% right 15%;
  background-size: auto 70%;
}
.hero.partnership .hero-title {
  margin-bottom: 1.4375rem;
}
.hero.partnership .hero__title {
  font-weight: bold;
  margin-bottom: 8.125rem;
}

@media screen and (max-width: 1450px) {
  .hero.partnership {
    background-size: auto 40%;
  }
}

@media screen and (max-width: 1175px) {
  .hero.partnership {
    background-position: left 15% top 15%;
    padding: 38rem 0 2rem;
  }
}

@media screen and (max-width: 595px) {
  .hero.partnership {
    padding: 25rem 0 5rem;
    background-size: auto 30%;
    background-position: center top 30%;
  }
  .hero.partnership .hero__title {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
  .hero.partnership .button {
    font-size: 1.5rem;
  }
}

/* Секция about */

.about.partnership {
  padding: 6rem 0 10.6rem;
}
.about.partnership .title {
  font-weight: bold;
}
.about.partnership .about__title,
.about.partnership .about__subtitle {
  text-align: center;
  font-size: 4.8rem;
}
.about.partnership .about__title .gold_word {
  color: #F18515;
}
.about.partnership .about__title:first-of-type {
  margin-bottom: 3.2rem;
}
.about.partnership .about__title:last-of-type {
  margin-bottom: 1.6rem;
}
.about.partnership .about-desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about.partnership .about-desc-wrap:first-of-type .about-desc__text {
  max-width: 83.5rem;
}
.about.partnership .about-desc-wrap .about-desc__text {
  font-size: 3.6rem;
}
.about.partnership .about-offer .about-desc-wrap:first-of-type .about-desc-col {
  max-width: 101.9rem;
}
.about.partnership .about-offer .about-offer__desc {
  font-size: 4rem;
}
.about.partnership .about-offer .about-offer__desc.inter {
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.about.partnership .about-offer .about-offer__desc:first-of-type {
  margin-bottom: 6rem;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(2){
  margin-bottom: 7rem;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(2) .about-desc__text,
.about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc__text {
  font-size: 4rem;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(2) {
  flex-wrap: nowrap;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(2) .about-desc__img{
  margin-right: 1.5rem;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc__text {
  margin-bottom: 5rem;
  max-width: 78rem;
}
.about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-offer__button {
  padding: 2.75rem 3.5rem;
  border-radius: 19px;
}

@media screen and (max-width: 1400px) {
  .title {
    font-size: 2.4rem;
  }
  .about.partnership .about__title, 
  .about.partnership .about__subtitle {
    font-size: 2.4rem;
  }
  .about.partnership .about__title:first-of-type {
    margin-bottom: 1.5rem;
  }
  .about.partnership .about-desc__img {
    width: 20%;
    margin: 0 1rem;
  }
  .about.partnership .about-offer .about-offer__desc:first-of-type {
    margin-bottom: 1rem;
  }
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  .about.partnership .about-desc-wrap {
    margin-bottom: 1rem;
  }
  .about.partnership .about-desc-wrap .about-desc__text,
  .about.partnership .about-offer .about-offer__desc,
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(2) .about-desc__text, 
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc__text {
    font-size: 1.6rem;
  }
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc-col:last-of-type {
    margin-left: 2rem;
  }
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc__img {
    width: 70%;
  }
  .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-offer__button {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
  @media screen and (max-width: 650px) {
    .about.partnership {
      padding-top: 0;
    }
    .about.partnership .about__title, 
    .about.partnership .about__subtitle {
      font-size: 2rem;
    }
    .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-desc__img {
      display: none;
    }
    .about.partnership .about-offer .about-desc-wrap:nth-of-type(3) .about-offer__button {
      width: 100%;
    }
  }
}

/* Секция advantage */

.advantage.partnership { 
  background-color: #F8F8F8;
  padding: 5rem 0 8.7rem;
}
.advantage.partnership .advantage__title {
  font-weight: bold;
  margin-bottom: 4rem;
}
.advantage.partnership .advantage-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.advantage.partnership .advantage-cards__item:nth-of-type(5) {
  padding: 4rem 3rem 7.3rem;
  grid-column: span 4;
}
.advantage.partnership .advantage-cards__item {
  padding: 3rem 3rem 3.6rem;
  border-radius: 10px;
  box-shadow: 6px 6px 12px rgba(51, 0, 102, 0.5);
}
.advantage.partnership .advantage-cards__item .advantage-cards-item__img {
  margin-bottom: 3.2rem;
}
.advantage.partnership .advantage-cards__item:nth-of-type(4) .advantage-cards-item__desc:first-of-type {
  margin-bottom: 1rem;
}
.advantage.partnership .advantage-cards__item .advantage-cards-item__desc {
  font-size: 2.4rem;
}

@media screen and (max-width: 1400px) {
  .advantage.partnership .advantage-cards {
    display: flex;
    flex-wrap: wrap;
  }
  .advantage.partnership .advantage-cards .advantage-cards__item {
    width: 100%;
  }
  .advantage.partnership .advantage-cards .advantage-cards__item:nth-of-type(5) {
    padding: 3rem 3rem 3.6rem;
  }
}

/* Секция meet */

.meet.partnership {
  padding: 9rem 0 15.1rem;
  background-color: #C7E1FF;
}
.meet.partnership .meet-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.meet.partnership .meet-wrap .meet-wrap-col {
  max-width: 71rem;
}
.meet.partnership .meet__title {
  font-weight: bold;
  margin-bottom: 4.8rem;
}
.meet.partnership .meet__desc {
  font-size: 2.4rem;
}
.meet.partnership .meet__desc:first-of-type {
  margin-bottom: 1.5rem;
}
.meet.partnership .meet__img {
  width: 100%;
}

@media screen and (max-width: 1550px) {
  .meet.partnership .meet-wrap .meet-wrap-col:first-of-type {
    margin-bottom: 2rem;
  }
}

/* Секция contact */

.contact.partnership {
  padding: 0 0 6rem;
  background-color: #F8F8F8;
}
.contact.partnership .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact.partnership .contact__title {
  font-weight: bold;
  margin-bottom: 4rem;
}
.contact.partnership .contact__link {
  color: #330066;
  font-size: 3.2rem;
}
.contact.partnership .contact__desc {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
  color: #000;
}
.contact.partnership .contact__button {
  background-color: #330066;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.6rem 0;
  max-width: 28rem;
  width: 100%;
}

@media screen and (max-width: 1590px) {
  .contact.partnership .container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) {
  .contact.partnership .contact__title {
    font-size: 2.5rem;
  }
  .contact.partnership .contact__link,
  .contact.partnership .contact__desc {
    font-size: 1.5rem;
  }
  .contact.partnership .contact__button {
    max-width: 20rem;
  }
  .contact.partnership .contact__img {
    width: 50%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .contact.partnership .contact__title {
    margin-bottom: 1.5rem;
  }
}

/* Стиль для кнопок Бекап */

.backup-create__button {
  background-color: #628DB6;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.backup-create__button:hover {
  background-color: #4A7BA9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.backup-create__button:active {
  background-color: #3C6A98;
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.backup-button-icon {
  margin-right: 4px;
  transition: transform 0.3s ease;
}

.backup-create__button:hover .backup-button-icon {
  transform: rotate(90deg);
}

.backup-restore__button {
  background-color: #35A03A; /* Зеленый цвет для действия восстановления */
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.backup-restore__button:hover {
  background-color: #2C8831;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.backup-restore__button:active {
  background-color: #247028;
  transform: translateY(1px);
}

.backup-payment .backup-payment-mobile .backup-payment-table__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 600px) {
    .backup-payment .backup-payment-mobile .backup-payment-table__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .backup-payment .backup-payment-mobile .backup-restore__button {
        margin-left: 0;
    }
}


.feedbackPanelERROR {
    color: red;
}

.feedbackPanelINFO {
    color: green;
}
