 footer {
     font-family: "Golos Text", sans-serif;
}
 footer .container {
     max-width: 1260px;
     margin: auto;
     padding: 0 20px;
}
 .footer {
     padding: 80px 0;
     box-sizing: border-box;
     background: #000000;
     color: #ffffff;
}
 .footer a {
     text-decoration: none;
}
 @media screen and (max-width:991px) {
     .footer {
         padding: 55px 0 
    }
}
 .footer .container {
     max-width: 1570px 
}
 .footer__inner {
     display: flex 
}
 @media screen and (max-width:991px) {
     .footer__inner {
         display: block 
    }
}
 .footer__cell {
     width: 50% 
}
 .footer__cell:first-of-type {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
 @media screen and (max-width:991px) {
     .footer__cell {
         width: 100% 
    }
     .footer__cell:first-of-type {
         display: block;
    }
}
 .footer__cell+.footer__cell {
     padding-left: 20px;
     display: flex;
     flex-direction: column;
     box-sizing: border-box 
}
 @media screen and (max-width:1200px) {
     .footer__cell {
         width: 60%;
    }
     .footer__cell+.footer__cell {
         width: 40%;
    }
}
 @media screen and (max-width:991px) {
     .footer__cell+.footer__cell {
         padding-left: 0;
         display: block;
         margin-top: 33px 
    }
     .footer__cell {
         width: 100%!important;
    }
}
 .footer__menu {
     display: flex 
}
 @media screen and (max-width:991px) {
     .footer__menu {
         display: block 
    }
}
 .footer__menu-item {
     width: 42%;
     padding-right: 20px;
     box-sizing: border-box 
}
 .footer__menu-item ul {
     padding-left: 0;
}
 @media screen and (max-width:991px) {
     .footer__menu-item {
         width: 100%;
         padding-right: 0 
    }
     .footer__menu-item+.footer__menu-item {
         margin-top: 30px 
    }
}
 .footer__menu-title {
     margin-bottom: 12px;
     font-size: 17px 
}
 @media screen and (max-width:991px) {
     .footer__menu-title {
         margin-bottom: 15px 
    }
}
 @media screen and (max-width:768px) {
     .footer__menu {
         text-align: center;
    }
}
 .footer__menu ul {
     padding-left: 0!important;
}
 .footer__menu ul li {
     padding-left: 0;
     line-height: 0;
     list-style: none!important;
}
 .footer__menu ul li:before {
     display: none 
}
 @media screen and (max-width:991px) {
     .footer__menu ul li {
         display: inline-block;
         vertical-align: top;
         margin-bottom: 10px;
         margin-right: 10px 
    }
}
 @media screen and (max-width:768px) {
     .footer__menu ul li {
         width: 50%;
         margin-right: 0;
         margin-bottom: 7px 
    }
}
 .footer__menu ul li+li {
     margin-top: 15px 
}
 @media screen and (max-width:991px) {
     .footer__menu ul li+li {
         margin-top: 0 
    }
}
 .footer__menu ul li, .footer__menu ul li a {
     font-weight: 300;
     opacity: .5;
     color: #ffffff!important;
     font-size: clamp(15px, 1.0625vw, 17px);
     line-height: 120% 
}
 .footer__menu ul li a:hover {
     opacity: 1 
}
 .footer__partners {
     margin-top: 50px;
     display: flex;
     align-items: center 
}
 @media screen and (max-width:991px) {
     .footer__partners {
         margin-top: 40px 
    }
}
 @media screen and (max-width:768px) {
     .footer__partners {
         display: block 
    }
}
 .footer__partners-item {
     margin-right: 18px 
}
 @media screen and (max-width:1200px) {
     .footer__partners-item {
         margin-right: 20px 
    }
}
 @media screen and (max-width:768px) {
     .footer__partners-item {
         display: inline-block;
         vertical-align: middle;
         margin-bottom: 7px;
         margin-right: 5px;
    }
     .footer__partners-item:last-of-type {
         margin-bottom: 3px!important;
    }
     .footer__partners {
         text-align: center;
    }
}
 .footer__partners-item:last-of-type {
     margin-right: 0 
}
 .footer__info {
     max-width: 510px;
     font-size: clamp(14px, 1.0625vw, 17px);
     line-height: 145% 
}
 .footer__info span {
     display: block 
}
 @media screen and (max-width:1200px) {
     .footer__info span+span {
         margin-top: 10px 
    }
}
 @media screen and (max-width:768px) {
     .footer__info span+span {
         margin-top: 1px 
    }
     .footer__info {
         max-width: 100%;
    }
     .footer__links {
         text-align: center;
    }
}
 .footer__information {
     max-width: 100%;
}
 .footer__links {
     margin-top: 20px 
}
 .footer__links-title {
     margin-bottom: 20px;
     font-size: clamp(12px, 1.0625vw, 17px) 
}
 .footer__links-item {
     display: table;
     font-size: 14px;
     text-decoration: underline!important;
     color: #79695A!important;
     line-height: 120%;
}
 @media screen and (max-width:768px) {
     .footer__links-item {
         margin-left: auto;
         margin-right: auto;
    }
}
 .footer__links-item:hover {
     color: #ffffff;
}
 .footer__links-item+.footer__links-item {
     margin-top: 5px 
}
 .footer__contacts {
     margin-top: 30px;
}
 @media screen and (max-width:768px) {
     .footer__contacts {
         display: block;
         margin-top: 30px 
    }
     .footer__information {
         text-align: center;
    }
}
 @media screen and (max-width:768px) {
     .footer__contacts-cell+.footer__contacts-cell {
         margin-top: 20px 
    }
}
 .footer__contacts-cell_all {
     margin-top: 40px!important;
}
 .footer__contacts-link {
     margin-top: 17px;
     font-weight: 500;
     display: table;
     font-size: clamp(22px, 1.5vw, 24px);
     color: #ffffff!important;
}
 @media screen and (max-width:768px) {
     .footer__contacts-link {
         margin-left: auto;
         margin-right: auto;
    }
}
 .footer__contacts-soc {
     display: inline-flex;
     margin-right: 30px 
}
 @media screen and (max-width:768px) {
     .footer__contacts-soc {
         margin-left: 0;
         margin-right: 20px 
    }
}
 .footer__contacts-soc:hover {
     transform: scale(1.1) 
}
 .footer__sk {
     margin: 60px 0 0;
}
 .footer__sk a {
     display: inline-block;
}
 .footer__logohelp {
     display:block;
     max-width:140px;
}
 .footer__logohelp img {
     width:140px;
     height:51px;
}
 @media screen and (max-width:768px) {
     .footer__sk {
         text-align: center;
    }
     .footer__logohelp {
         width:100%;
         text-align:center;
         padding:0 0 35px 0;
         max-width: 100%;
    }
}
 .footer__contacts-cell + .footer__contacts-cell {
     margin-top: 10px;
     display: flex;
     align-items: center;
}
 @media screen and (max-width:768px) {
     .footer__contacts-cell + .footer__contacts-cell {
         justify-content: center;
    }
}
 .footer__bot {
     margin-top: 45px;
}
 .footer__subscription {
     width: 77%;
     margin-top: 45px 
}
 .footer__subscription-title, .footer__bot-title {
     font-size: clamp(22px, 1.5vw, 24px);
     font-weight: 500;
     line-height: 120%;
     margin-bottom: 30px;
}
 .footer__subscription-form {
     display: flex;
     align-items: center;
}
 .footer__subscription-form input {
     width: 100%;
     height: 56px;
     padding: 5px 0;
     font-size: 16px;
     color: #FFFFFF;
     border: none;
     border-bottom: 1px solid #FFFFFF;
     background: transparent;
     outline: none;
     box-sizing: border-box;
     box-shadow: none;
     font-family: "Golos Text", sans-serif;
}
 .footer__subscription-form input::placeholder {
     color: rgba(255,255,255,0.5);
}
 .footer__subscription-btn, .footer__bot-btn{
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border: 1px solid #CCA886;
     border-radius: 50px;
     padding: 15px 29px;
     box-sizing: border-box;
     font-size: 18px;
     background: transparent;
     outline: none;
     color: #FFFFFF;
     font-family: "Golos Text", sans-serif;
     cursor: pointer;
     flex-shrink: 0;
     margin-left: 10px;
}
 .footer__bot-btn {
     margin-left: 0;
}
 @media screen and (max-width:991px) {
     .footer__subscription {
         width: 100%;
         margin-top: 35px;
         text-align: center;
    }
     .footer__subscription-title {
         text-align: left;
    }
}
 @media screen and (max-width:768px) {
     .footer__subscription-title {
         text-align: center;
    }
     .footer__subscription-btn {
         margin-left: 0;
    }
     .footer__subscription-form {
         display: block;
    }
     .footer__subscription-form input {
         font-size: 14px;
         text-align: center;
    }
     .footer__subscription-title, .footer__bot-title {
         margin-bottom: 20px;
    }
     .footer__subscription-btn {
         margin-top: 15px;
         width: 100%;
    }
     .footer__bot {
         width: 100%;
         margin-top: 0;
         position: absolute;
         bottom: 0;
         left: 0;
         z-index: 2;
    }
     .footer__sk {
         margin-top: 50px;
    }
     .footer__inner {
         padding-bottom: 155px;
         position: relative;
    }
     .footer__bot {
         text-align: center;
    }
     .footer__bot-btn {
         width: 100%;
    }
}
 .footer__partners.banks {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
}
 .footer__partners.banks img {
     margin: 0;
}
 @media screen and (max-width: 767px) {
     .footer__partners.banks {
         justify-content: center;
    }
}
 #partners_main {
     margin-top: -10px;
}
 #partners_main .desc_form.info {
     background: #F8F7F3;
     padding: 40px;
     border-radius: 12px;
     font-size: 20px;
}
 #partners_main .desc_form.info div {
     display: flex;
     text-align: left;
     gap: 10px;
}
 #partners_main .desc_form.info div:not(:last-child) {
     margin-bottom: 5px;
}
 #partners_main .desc_form.info div.title {
     font-size: 32px;
     font-weight: 500;
     margin-bottom: 20px;
}
 #partners_main .desc_form.info span.num {
     display: flex;
     justify-content: center;
     align-items: center;
     background: #fff;
     color: #79695A;
     width: 48px;
     height: 48px;
     border-radius: 10px;
     font-size: 32px;
}
 #partners_main .desc_form.info span.text {
     width: calc(100% - 58px);
}
 #partners_main .bottom {
     display: flex;
     flex-wrap: wrap;
     margin-top: 15px;
     background: #CCA886;
     color: #fff;
}
 #partners_main .bottom .left {
     width: 60%;
     font-size: 36px;
     line-height: 1.2;
     font-weight: 500;
}
 #partners_main .bottom .right {
     display: flex;
     align-items: center;
     margin-left: auto;
}
 @media(max-width: 991px) {
     #partners_main .left_form_wrap .title_form {
         text-align: center;
         margin-bottom: 20px;
    }
     #partners_main .form_wrap {
         gap: 0;
    }
     #partners_main .right_form_wrap {
         display: none;
    }
     #partners_main .desc_form.info {
         padding: 15px;
         border-radius: 8px;
         font-size: 16px;
    }
     #partners_main .desc_form.info div.title {
         font-size: 24px;
         margin-bottom: 15px;
         display: block;
         width: 100%;
         text-align: center;
    }
     #partners_main .desc_form.info span.num {
         width: 36px;
         height: 36px;
         border-radius: 6px;
         font-size: 24px;
    }
     #partners_main .desc_form.info span.text {
         width: calc(100% - 46px);
    }
     #partners_main .bottom .left {
         width: 100%;
         font-size: 24px;
         text-align: center;
    }
     #partners_main .bottom .right {
         width: 100%;
         margin-top: 25px;
    }
     #partners_main .bottom .right a {
         margin: auto;
    }
}
 @media (max-width: 767px) {
     #partners_main .left_form_wrap {
         padding-bottom: 0;
    }
     #partners_main .left_form_wrap img {
         display: block;
         margin: 10px auto;
    }
     #partners_main {
         margin-top: 0;
    }
}
 @media (min-width: 991.1px) {
     #partners_main .left_form_wrap {
         padding-left: 0;
    }
     #partners_main .left_form_wrap img {
         display: none;
    }
     #partners_main .bottom .right a {
         width: 100%;
    }
}
 .footer__logos {
     display: flex;
     gap: 20px;
     margin-bottom: 20px;
}
 .footer__logos img {
     height: 45px;
}
 @media screen and (max-width: 768px) {
     .footer__logos {
         width: max-content;
         margin: auto;
    }
}
