@media screen and (max-width: 1100px) and (min-width: 900px) {
  .main-block__wrapper {
    padding: 30px 25px 25px 25px;
  }
  .main-block__bg {
    right: -10px;
    width: 300px;
  }
  .main-block__h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .navigation-block__el {
    font-size: 18px;
  }
  .who-block__el {
    padding: 25px 25px 100px 25px;
  }
  .who-block__el-quote {
    margin-right: 2%;
    width: 40%;
  }
  h2 {
    font-size: 50px;
    line-height: 65px;
  }
  .why-block__el {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .why-block__el-icon {
    margin-right: 30px;
    width: 54px;
    height: 54px;
    background-size: 27px;
    margin-top: -12px;
  }
  .why-block__el-title {
    font-size: 20px;
    width: 40%;
  }
  .why-block__el-desc {
    width: 50%;
    font-size: 17px;
    line-height: 26px;
  }
  .types-block__wrapper {
    justify-content: flex-start;
  }
  .types-block__el {
    width: 32%;
    margin-right: 2%;
  }
  .types-block__el:nth-child(3n) {
    margin-right: 0;
  }
  .block-info {
    margin-top: -20px;
  }
  .payment-methods {
    width: 48%;
  }
  .payment-methods__title {
    font-size: 20px;
    padding-left: 40px;
  }
  .payment-methods__title:before {
    width: 28px;
    height: 28px;
    top: -1px;
    background-size: 14px;
  }
  .payment-methods__line {
    font-size: 16px;
  }
  .guarantees__el {
    padding: 20px;
  }
  .guarantees__title {
    font-size: 20px;
  }
  .guarantees__desc {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .top-menu {
    display: none !important;
  }
  .partners-mobile-nav {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .container {
    padding: 0 15px;
    width: 100%;
  }
  .select-country {
    margin: 5px 0;
  }
  .select-country__desc {
    font-size: 12px;
    color: rgba(58, 62, 89, 0.6);
    margin-bottom: 5px;
    display: none;
  }
  .select-country__row {
    display: flex;
    background-color: #f7f8fa;
    border-radius: 5px;
    padding: 4px;
  }
  .select-country__link {
    width: 50%;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0;
    text-decoration: none;
    color: rgba(58, 62, 89, 0.6);
    font-size: 15px;
  }
  .select-country__link:hover {
    color: #222433;
  }
  .select-country__link-active {
    background-color: #fff;
    color: rgba(58, 62, 89, 0.8);
    box-shadow: 0 1px 7px 0 rgba(30, 30, 30, 0.1);
  }
  .select-country__link-active:hover {
    cursor: default;
    color: rgba(58, 62, 89, 0.8);
  }
  .menu__top {
    border-bottom: 1px solid #e7e9ec;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    align-items: center;
    position: relative;
    z-index: 51;
    height: 51px;
    transition: all 0.15s;
    background-color: #fff;
  }
  .menu__top .logo img {
    display: block;
    height: 32px;
  }
  .menu__top .hamb {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 16px 15px 16px 0;
    align-items: end;
  }
  .menu__top .hamb span {
    height: 2px;
    background-color: rgba(58, 62, 89, 0.8);
  }
  .menu__top .hamb span:nth-child(1) {
    width: 30px;
  }
  .menu__top .hamb span:nth-child(2) {
    width: 25px;
  }
  .menu__top .hamb span:nth-child(3) {
    width: 30px;
  }
  .full-menu-active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .full-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 151;
    background-color: #f7f8fa;
    background-color: #e7e9ec;
    padding: 5px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
  }
  .full-menu .show-form {
    margin-bottom: 7px;
    padding: 15px 0;
    text-align: center;
    background-color: #9577d7;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }
  .full-menu__header {
    background-color: #fff;
    height: 50px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .full-menu__logo {
    padding-left: 10px;
    margin-right: 20px;
  }
  .full-menu__logo img {
    display: block;
    height: 30px;
  }
  .full-menu__header-title {
    font-weight: 500;
    color: #3a3e59;
    font-size: 18px;
  }
  .full-menu__close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 15px;
    color: rgba(58, 62, 89, 0.6);
    font-size: 14px;
  }
  .full-menu__section {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 7px;
    position: relative;
  }
  a.full-menu__section {
    display: block;
    text-decoration: none;
  }
  .full-menu__row {
    display: flex;
    flex-wrap: wrap;
  }
  .full-menu__content {
    display: none;
  }
  .full-menu__section-active {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .full-menu__section-active .full-menu__title {
    margin-top: -15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e9ec;
    color: #3a3e59;
  }
  .full-menu__section-active .full-menu__content {
    display: block;
  }
  .full-menu__section-active .full-menu__title-icon {
    transform: rotate(180deg);
  }
  .full-menu__row-3 .full-menu__el {
    width: 32%;
    margin-right: 2%;
  }
  .full-menu__row-3 .full-menu__el:nth-child(3n) {
    margin-right: 0;
  }
  .full-menu__el {
    text-decoration: none;
    text-align: center;
    width: 18.5%;
    margin-right: 1.875%;
    margin-bottom: 20px;
  }
  .full-menu__el:nth-child(5n) {
    margin-right: 0;
  }
  .full-menu__el-text {
    color: rgba(58, 62, 89, 0.8);
    font-size: 12px;
  }
  .full-menu__icon {
    margin: 0 auto 7px auto;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: rgba(58, 62, 89, 0.6);
    line-height: 38px;
    border-radius: 4px;
    background-color: #f3f4f6;
    text-align: center;
    margin-bottom: 7px;
  }
  .full-menu__title {
    text-transform: uppercase;
    color: rgba(58, 62, 89, 0.6);
    font-size: 12px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid transparent;
    display: block;
    position: relative;
  }
  .full-menu__title-icon {
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 22px;
  }
  .full-menu__title-icon-static {
    font-size: 9px;
    margin-left: 4px;
  }
  .full-menu__sub-title {
    color: rgba(58, 62, 89, 0.6);
    margin-bottom: 7px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .full-menu__more {
    text-decoration: none;
    padding-top: 15px;
    font-size: 15px;
    color: rgba(58, 62, 89, 0.8);
    border-top: 1px solid #e7e9ec;
    display: block;
  }
  .full-menu__more span {
    font-size: 13px;
    margin-right: 4px;
    color: rgba(58, 62, 89, 0.6);
  }
  .full-menu__el-2 {
    display: flex;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    text-decoration: none;
    align-items: center;
  }
  .full-menu__el-2:nth-child(2n) {
    margin-right: 0;
  }
  .full-menu__el-2-icon {
    min-width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #f3f4f6;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
  }
  .full-menu__el-2-text {
    color: rgba(58, 62, 89, 0.8);
    font-size: 12px;
  }
  .full-menu__important-links {
    display: flex;
    justify-content: space-between;
  }
  .full-menu__important-links .chance {
    background-color: #9577d7;
    color: #fff;
  }
  .full-menu__important-links .crs {
    border: 1px solid #e7e9ec;
    color: #3a3e59;
  }
  .full-menu__important-links .show-form {
    margin-bottom: 0;
  }
  .important-links__link {
    width: 48.5%;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    padding: 14px 0px;
    text-align: center;
  }
  .important-links__link-full {
    width: 100%;
  }
  .full-menu__row-line {
    display: flex;
    flex-wrap: wrap;
  }
  .full-menu__service {
    font-size: 13px;
    text-decoration: none;
    margin-right: 15px;
    color: #3a3e59;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .full-menu__service:nth-child(3n) {
    margin-right: 0;
  }
  .full-menu__simple-link {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e9ec;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .full-menu__simple-link .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #f3f4f6;
    margin-right: 10px;
    font-size: 8px;
    color: rgba(58, 62, 89, 0.6);
    text-align: center;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .full-menu__simple-link .text {
    color: rgba(58, 62, 89, 0.6);
    font-size: 13px;
  }
  .full-menu__simple-link:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .row-between {
    justify-content: space-between;
  }
  .full-menu__connect-link {
    text-decoration: none;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    background-color: #f3f4f6;
    margin-right: 7px;
    color: rgba(58, 62, 89, 0.8);
  }
  .main-block__wrapper {
    padding: 30px 20px 220px 20px;
  }
  .main-block__bg {
    width: auto;
    right: 15px;
    left: 15px;
    top: auto;
    bottom: 0;
    height: 200px;
  }
  .main-block__h1 {
    font-weight: 900;
    font-size: 35px;
    line-height: 50px;
  }
  .main-block__h1 div {
    font-weight: 900;
  }
  .main-block__h1 div:before {
    font-size: 35px;
    right: -15px;
    font-weight: 900;
  }
  .main-block__desc {
    font-size: 15px;
    line-height: 23px;
    padding-left: 20px;
    margin-top: 5px;
  }
  .main-block__desc:before {
    left: 0;
  }
  .navigation-block {
    margin-top: 20px;
  }
  .navigation-block__wrapper {
    height: auto;
    flex-wrap: wrap;
    padding: 15px 10px 8px 10px;
  }
  .navigation-block__el {
    width: auto;
    text-transform: none;
    font-size: 15px;
    padding: 6px 10px;
    border: 1px solid rgba(58, 62, 89, 0.6);
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .navigation-block__separate {
    display: none;
  }
  .who-block__wrapper {
    display: block;
  }
  .who-block__el {
    width: 100%;
    padding: 20px 20px 90px 20px;
  }
  .who-block__el-quote {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .who-block__el-title {
    font-size: 26px;
  }
  .who-block__el-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .why-block {
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .why-block .container {
    padding-right: 0;
  }
  .block-num {
    font-size: 14px;
    padding: 2px 12px;
  }
  h2 {
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
  }
  h2 span {
    font-weight: 700;
  }
  .why-block__wrapper {
    margin-top: 0;
  }
  .why-block__el {
    display: block;
    padding: 30px 0;
    opacity: 0.4;
    position: relative;
  }
  .why-block__el:hover .why-block__el-desc {
    padding-right: 0;
  }
  .owl-item.active .why-block__el {
    opacity: 1;
  }
  .why-block__el-num {
    display: block;
    font-size: 15px;
    color: rgba(58, 62, 89, 0.6);
    left: 55px;
    top: 40px;
    position: absolute;
  }
  .why-block__el-icon {
    width: 40px;
    height: 40px;
    background-size: 21px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .why-block__el-title {
    width: 100%;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .why-block__el-desc {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .types-block {
    padding-top: 10px;
  }
  .types-block .container {
    padding-right: 0;
  }
  .types-block__desc {
    margin-top: 15px;
    font-size: 15px;
  }
  .types-block__wrapper {
    margin-top: 20px;
    display: block;
  }
  .types-block__el {
    width: 100%;
    margin-bottom: 15px;
  }
  .owl-carousel {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .owl-stage {
    display: flex !important;
  }
  .owl-item {
    display: flex !important;
  }
  .owl-stage-outer {
    margin-right: -15px;
  }
  .finance {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .finance h2 br {
    display: none;
  }
  .finance .block-info {
    width: 100%;
    margin-top: 30px;
  }
  .finance__header {
    flex-direction: column;
  }
  .payment-methods__wrapper {
    margin-top: 25px;
    flex-wrap: wrap;
    padding: 15px;
  }
  .payment-methods {
    width: 100%;
  }
  .payment-methods:nth-child(1) {
    margin-bottom: 35px;
  }
  .payment-methods__title {
    font-size: 19px;
    padding-left: 33px;
    margin-bottom: 5px;
  }
  .payment-methods__title:before {
    width: 24px;
    height: 24px;
    background-size: 11px;
  }
  .payment-methods__line {
    font-size: 15px;
  }
  .payment-methods__line-title {
    width: 40%;
  }
  .payment-methods__line-desc {
    width: 60%;
    text-align: right;
  }
  .steps:before {
    background-repeat: repeat;
    background-size: 600px;
  }
  .steps .container {
    padding-bottom: 5px;
  }
  .steps-line {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .stages__wrapper {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .stage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .stage__title {
    width: 100%;
    margin-bottom: 5px;
  }
  .stage__stage {
    display: inline-flex;
    margin-right: 6px;
    margin-top: 6px;
  }
  .guarantees {
    padding-top: 10px;
  }
  .guarantees__header {
    flex-direction: column;
  }
  .guarantees__header-desc {
    margin-top: 10px;
    margin-left: 0;
    width: auto;
  }
  .guarantees__wrapper {
    margin-top: 0;
  }
  .guarantees__el {
    margin-top: 20px;
    width: 100%;
    padding: 15px;
  }
  .guarantees__icon {
    width: 40px;
    height: 40px;
    background-size: 21px;
  }
  .guarantees__title {
    font-size: 22px;
  }
  .guarantees__desc {
    font-size: 16px;
    line-height: 24px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .footer__form {
    display: block;
    padding: 20px;
  }
  #footer .form__text {
    width: 100%;
  }
  #footer .text__title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #footer .main-form {
    width: 100%;
    margin-top: 30px;
  }
  #footer .main-form__input-wrapper {
    display: block;
  }
  #footer .main-form__input-wrapper input {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #footer textarea {
    margin-top: 0;
    height: 100px;
  }
  #footer .main-form__button-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  #footer button {
    width: 100%;
  }
  #footer .button-wrapper__policy {
    width: 100%;
    margin-top: 10px;
  }
  #footer .footer__category-wrapper {
    margin-top: 40px;
    display: block;
  }
  #footer .category-wrapper__category {
    width: 100% !important;
    margin-bottom: 18px;
  }
  #footer .footer__info-wrapper {
    margin-top: 0;
    display: block;
  }
  #footer .info-wrapper__copyright {
    margin-bottom: 20px;
  }
  #footer .info-wrapper__policy span {
    text-align: left;
  }
  .black-out {
    z-index: 201;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .black-out__active,
  .form-wrapper__active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .black-out__form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 15px;
    background-color: #f8f9fd;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
  }
  .form-wrapper__close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    color: rgba(58, 62, 89, 0.6);
  }
  .form-wrapper__close:hover {
    color: #3a3e59;
    cursor: pointer;
  }
  .form-wrapper__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222433;
    display: block;
    margin-bottom: 4px;
  }
  .form-wrapper__description {
    margin-bottom: 20px;
    color: rgba(58, 62, 89, 0.8);
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
  }
  .form-wrapper__label {
    font-weight: 500;
    color: #3a3e59;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 7px;
  }
  .form-wrapper__communication {
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    border: 1px solid #cbcfd3;
  }
  .form-wrapper__communication-el {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: rgba(58, 62, 89, 0.6);
    width: 33.3333%;
    transition: all 0.2s ease;
  }
  .form-wrapper__communication-el:hover {
    color: #222433;
    cursor: pointer;
  }
  .form-wrapper__communication-el-active {
    color: #222433;
    background-color: #e8e2f5;
    border-radius: 5px;
  }
  .form-wrapper__communication-el-active:hover {
    cursor: default;
  }
  .form-wrapper__col2:nth-child(2n) {
    margin-right: 0;
  }
  .form-wrapper__form input {
    width: 100%;
    font-size: 15px;
    border: 1px solid #cbcfd3;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .form-wrapper__form textarea {
    width: 100%;
    font-size: 15px;
    border: 1px solid #cbcfd3;
    padding: 15px;
    border-radius: 5px;
    height: 115px;
    resize: none;
  }
  .form-wrapper__form button.standart,
  .form-wrapper__form button.min {
    background-color: #9577d7;
    border: none;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .form-wrapper__form button.standart span,
  .form-wrapper__form button.min span {
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
  }
  .form-wrapper__form button.standart {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    width: 100%;
  }
  .form-wrapper__form button.min {
    padding: 10px 25px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    bottom: 20px;
  }
  .form-wrapper__form .rating__item {
    color: #e1e1e7;
    font-size: 40px;
    line-height: 40px;
  }
  .form-wrapper__form .rating__item:hover,
  .form-wrapper__form .rating__item:hover ~ div.rating__item {
    color: #aa92de;
    cursor: pointer;
  }
  .form-wrapper__form .button-wrapper__policy {
    font-size: 13px;
    color: rgba(58, 62, 89, 0.6);
    line-height: 18px;
    font-weight: 300;
  }
  .form-wrapper__form .button-wrapper__policy a {
    font-weight: 300;
    color: #3a3e59;
    text-decoration: none;
    border-bottom: 1px solid #e7e9ec;
  }
  .form-wrapper__policy {
    margin-top: 20px;
  }
  .cookie-banner--active {
    bottom: 15px;
  }
  .cookie-banner {
    padding: 15px;
    left: 15px;
    right: auto;
  }
  .cookie-banner__title {
    font-size: 15px;
  }
  .cookie-banner__desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .cookie-banner__btn {
    font-size: 11px;
    padding: 7px 15px;
  }
}

@media screen and (min-width: 901px) {
  .partners-mobile-nav,
  .partners-full-menu {
    display: none;
  }
}
