.rating {
    display: flex;
    width: auto;
    height: 15px;
    margin-left: -10px;
    gap: 3px;
    align-items: center;
}
.jq-star {
    width: 15px;
    height: 15px;
}
.jq-star svg {
    width: 15px;
    height: 15px;
}
header {
    height: 70px;
    background: #0047F5;
    width: 100%;
    box-shadow: 0px 8px 11px rgba(0, 0, 0, 0.12);
    margin-bottom: 27px;
}
header .wrapper {
    max-width: 1064px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.wrapper {
    max-width: 1120px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
body {
    font-family: 'Mulish', sans-serif;
}
main {
    max-width: 1120px;
    margin: 0 auto;
    padding-bottom: 68px;
}
.main-top-text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.main-top-text span{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-tittle {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.main-tittle h2 {
    color: #0047F5;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 50px;
    white-space: nowrap;
}
.main-card-tittle {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.main-tittle span {
    height: 2px;
    width: 100%;
    background: #0047F5;
}
.main-box {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 40px;
}

.margin{
    margin-bottom: 35px;
}
.main-card {
    width: 259px;
    min-height: 380px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #F3F6FF;
    padding: 4px 3px;
    box-sizing: border-box;
}
.main-card-img {
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-card-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}
.main-card-img img:hover {
    cursor:pointer;
    z-index: 2;
}
.main-container {
    margin-bottom: 36px;
}
.main-content {
    padding: 6px 16px 17px 13px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-content a{
    width: 100%;
}
.star {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #656565;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.main-card-tittle span {
    color: #656565;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: -2px;
}
.main-card-tittle p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main-card-price-section {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 7px;
}
.main-card-price {
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.main-card-price-section span {
    color: #5E5C5C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-card-price-section p {
    color: #000;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
}
.main-content > a > button {
    position: relative;
    font-family: 'Mulish', sans-serif;
    width: 100%;;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    border-radius: 5px;
    height: 40px;
    background: #0047F5;
    border: none;
    margin-bottom: 8px;
    transition: all 0.5s;
    z-index: 2;
}

.main-content a{
    text-decoration: none;
    color: white;
}

.main-content a button:hover {
    background: #FED425;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s;
}
.main-content > a > button:active {
    background: #FED425;
    transition: all 0.5s;
}
.offer {
    width: calc(100% - 32px);
    border-radius: 10px;
    border: 1px solid #BBB;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #656565;
    height: 22px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.download {
    background: #FED425;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
footer {
    background: #414A61;
    padding-top: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 34px;
    padding-right: 0;
    border-bottom: 1px solid #FFF;
}
footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-top-left-img {
    margin-bottom: 25px;
}
.footer-top-left p {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.about-us {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}
.footer-top-right {
    display: flex;
    width: 44%;
    justify-content: space-between;
    align-items: flex-start;
}
.social p{
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 11px;
}
.social .social-container:nth-of-type(1) {
    margin-bottom: 11px;
}
.social {
    padding-top: 3px;
}
.footer-top-left {
    max-width: 439px;
}
.social-container {
    position: relative;
    display: flex;
    align-items: center;
}
.social-container-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #616A82;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.social-container-img img {
    width: 100%;
    object-fit: none;
    height: 100%;
}
.social-container {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer .wrapper {
    max-width: 1118px;
}
.pay {
    padding-top: 11px;
    width: 119px;
    display: flex;
    justify-content: space-between;
}
.pay img {
    object-fit: none;
}
.footer-bottom {
    width: 100%;
    padding-top: 29px;
    padding-left: 17px;
}
.footer-bottom form p {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.9%;
    margin-bottom: 6px;
    letter-spacing: 0.8px;
    margin-bottom: 11px;
}
.form-input {
    width: 245px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #FFF;
    overflow: hidden;
    display: flex;
    margin-bottom: 13px;
}
.form-input input:nth-of-type(1) {
    width: calc(100% - 34px);
    background: transparent;
    border: none;
    padding: 0px;

}
.form-input input::placeholder {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-input input:nth-last-of-type(1) {
    width: 34px;
    height: 32px;
    background: url(../img/submit.svg), #fff;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: none;
}
.privecy {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 360px;
    text-align: left;
    margin-bottom: 33px;
    letter-spacing: 0.7px;
}
.privecy button {
    color: #FFF;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-decoration-line: underline;
    background: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0.7px;
}
.footer-content {
    color: #A6BDF4;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 104.9%;
    letter-spacing: 0.7px;
    margin-bottom: 48px;
}
.footer-content button {
    color: #A6BDF4;
    font-family: 'Mulish', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.7px;
    text-decoration-line: underline;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
}
.logo a {
    font-family: 'Inika', serif;
    color: #FED425;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    gap: 2px;
    margin-left: 10px;
}
.logo {
    position: relative;
}
.animation {
    position: absolute;
    top: 5px;
    left: -5px;
    width: 20px;
    height: 22px;
}
@keyframes scaleXAnimation {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(-1);
    }
}

.animation img {
    animation: scaleXAnimation 2s ease-in-out infinite alternate;
}
.main-card {
position: relative;
border-radius: 10px;
box-sizing: border-box;
}
.main-card:hover:after {
    content: "";
}
.main-card::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    bottom: 0;
    border: 2px solid #0047F5;
    animation: clippath 1.5s forwards linear;
  }
  .main-card2::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    bottom: 0;
    border: 2px solid #E93667 !important;
    animation: clippath 1.5s forwards linear;
  }
  @keyframes clippath {
    0%
   {
        clip-path: inset(0 0 95% 0);
       
    }
    25% {
        clip-path: inset(0 0 0 95%);
       
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    75% {
        clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
/* Попап */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    align-items: center;
    justify-content: center;
}

.popup-content {
    width: 838px;
    max-height: 462px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #F3F6FF;
    padding: 45px 16px 0 80px;
    box-sizing: border-box;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.body.open {
    overflow: hidden;
}
.popup-visible {
    height: 100%;
    overflow-y: scroll;
    padding-right: 64px;
}
.popup-visible h2 {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.popup-visible div {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-visible {
    overflow: auto;
    scrollbar-width: thin; /* для Firefox */
    scrollbar-color: transparent transparent; /* для Firefox */
    -ms-overflow-style: none; /* для IE/Edge */
    padding-bottom: 20px;
    box-sizing: border-box;
}

.popup-visible::-webkit-scrollbar {
    border-radius: 50px;
    width: 7px;
}

.popup-visible::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 50px;
}

/*---------------------------------------------------------------*/





.popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
    z-index: 100;
    align-items: center;
    justify-content: center;
  }
  
  .popup-content2 {
    max-width: 838px;
    max-height: 462px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #F3F6FF;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-content2 h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
  }
  .popup-content2 h3 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
  }
  #popupForm {
    width: 394px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #popupForm input::placeholder {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #popupForm input {
    transition: all 0.5s;
    width: 314px;
    height: 50px;
    padding-left: 19px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
  }
  #popupForm input:hover {
    background: #FED425 !important;
    transition: all 0.5s;
  }
  .recaptcha {
    width: 314px;
    height: 46px;
    background: #F9F9F9;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recaptcha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .btn-submit {
    width: 313px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    background: #0047F5 !important;
    color: #F3F6FF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: 'Mulish', sans-serif;
  }
  .thank-you-message h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  .thank-you-message p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .close2 {
    position: absolute;
    top: 16px;
    right: 26px;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .thank-you-message {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  
  .show {
    display: flex;
  }
  
  .form-input input:nth-of-type(1) {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
  }
  .main-content-price {
    display: flex;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
  }
  .main-content-price span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .main-content-price1 {
    margin-right: 5px;
  }
  .main-content-price-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 7px;
    position: relative;
    z-index:2;
    min-height: 100px;

  }
  .main-content-price-link a {
    color: blue;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
  }
  .main-content-present {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .main-content-present-tittle {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
    min-height: 15px;
  }
  .main-content-present-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .main-content-present-text div {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3px;
  }
  .main-content-present-text div span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.jq-star {
    cursor: pointer;
    z-index: 99;
    position: relative;
    margin-right: 3px;
}
.jq-star:nth-last-of-type(1) {
    margin-right: 0;
}
.creditor-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.creditor-card{
    width: 551px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #F3F6FF;
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 32px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.creditor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 20px;
}
.creditor-header h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.creditor-main-top h3 {
    color: #686868;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 17px;
}
.card-container-left {
    width: 151px;
    min-width: 151px;
    color: #686868;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-container {
    display: flex;
    margin-bottom: 8px;
    gap: 28px;
    min-height: 22px;
}
.card-container-right {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-container-right a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.creditor-main-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 28px;
}
.card-container2 {
    margin-bottom: 28px;
}
.footer-top-left-img .logo a {
    color: #C0C0C0;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.moigroshi-logo a {
    display: flex;
    align-items: center;
    gap: 20px;
}
.moigroshi-logo-red {
    color: #E93667;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.moigroshi-logo-green {
    color: #6BA13E;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.moigroshi-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moigroshi-nav ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: ">";
}
.moigroshi-nav ul li a {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.moigroshi-header {
    background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 43px;
}
.moigroshi-body {
    background: linear-gradient(180deg, #DAE4EE 0%, #EDEDED 18.23%);
}
.moigroshi-main h1 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.moigroshi-main h2 {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.moigroshi-main > p{
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 802px;
    margin: 43px auto 36px auto;
}
.main-icon-card {
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main-icon-card img {
    margin-right: 17px;
}
.moigroshi-main .main-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.main-content-red-bg {
    color: #FFF;
    height: 22px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E93667;
    width: 100%;
    margin-bottom: 12px;
}
.moigroshi-main .main-card {
    padding: 0;
    background: #fff;
}
.moigroshi-main .main-card .main-card-img {
    border-radius: 8px 8px 0 0;
}
.moigroshi-creditor .creditor-card {
    background: #fff;
}
.moigroshi-content-price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.moigroshi-content-price2 {
    color: #B4B4B4;
    margin-top: -3px;
}
.moigroshi-content-price1 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.moigroshi-content-price-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    min-height: 100px;
}
.moigroshi-content-price-link a {
    color: #686868;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}
.moigroshi-content-present {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.moigroshi-content-present-tittle {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    min-height: 15px;
}
.moigroshi-content-present-text div {
    color: #000;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.moigroshi-content-present-text div:nth-of-type(1) {
    margin-bottom: 5px;
}
.moigroshi-content-present-text div span {
    color: #E93667;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.moigroshi-btn {
    margin: 0 6px 27px 6px !important;
    width: calc(100% - 12px) !important;
    background: #4EAC01 !important;
    color: #FFF !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.moigroshi-card-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    box-sizing: border-box;
}
.moigroshi-card-footer-right a {
    color: #82A0ED;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.moigroshi-card-footer-left > p {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.moigroshi-card-footer-left .star {
    margin-bottom: 0;
}
.moigroshi-main .main-card {
    height: 412px;
}
.moigroshi-card-footer-left .star > div {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.moigroshi-creditor-h2 {
    color: #000 !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 31px !important;
    width: 100% !important;
    text-align: center !important;
}
.moigroshi-main .main-container {
    margin-bottom: 64px;
}
.moigroshi-main .margin{
    margin-bottom: 28px;
}
.moigroshi-creditor .creditor-header h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.download3 {
    background: #006CE7;
    z-index: 100;
}
.footer-moigroshi {
    background: #25282B;
}
.footer-moigroshi #showPopupBtn {
    background: #4285F4;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.footer-moigroshi .footer-top {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.footer-moigroshi .footer-content {
    margin-bottom: 16px;
}
.footer-moigroshi-left > p {
    color: #616C57;
}
.footer-moigroshi .footer-bottom {
    padding-left: 0;
}
.footer-moigroshi .wrapper {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.footer-moigroshi .about-us {
    color: gray;
}
.burger-icon {
    display: none;
}
.burger-menu {
    display: none;
}













































@media (max-width: 1200px) {
    /* Бургер меню */
.burger-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 40px;
    height: 48px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
    z-index: 101;
}
.moigroshi-main .main-container {
    margin-bottom: 22px;
}
.moigroshi-header {
    margin-bottom: 0;
}
.moigroshi-main {
    padding-top: 43px;
}
.bar {
    background: black;
    width: 40px;
    height: 4px !important;
    margin: 2px 0 !important;
}

.burger-menu {
    padding: 50px 0;
    box-sizing: border-box;
    transform: translateY(-150vh);
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    height: auto;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}
.moigroshi-main .main-card {
    border: none;
}
.burger-menu-main ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.burger-menu.open {
    transform: translateY(0px);
    transition: all 0.5s;
}

.burger-icon.open .bar:nth-child(2) {
    transform: scaleX(0);
    /* Скрываем средний бар для анимации крестика */
}

.burger-icon.open .bar:first-child {
    transform: translateY(9px) rotate(45deg);
    /* Первый бар крестика */
}

.burger-icon.open .bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
    /* Последний бар крестика */
}

.burger-icon.open {
    transition: all 0.5s;
}

.body.open {
    overflow: hidden;
}
.burger-link-close {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

/*---------------------------------------------------------------*/
.moigroshi-header {
    padding-left: 16px;
    padding-right: 16px;
}
.moigroshi-logo-green {
    font-size: 12px;
}
.moigroshi-card-footer-left > p {
    font-size: 10px;
}
.moigroshi-card-footer-right a {
    font-size: 10px;
}
.moigroshi-logo-red {
    font-size: 20px;
}
.moigroshi-main h1 {
    font-size: 24px;
}
.moigroshi-card-footer {
    align-items: flex-end;
}
.moigroshi-main > p {
    font-size: 18px;
    margin-bottom: 32px;
}
.moigroshi-creditor-h2 {
    font-size: 18px !important;
    margin-bottom: 14px !important;
}
.main-icon {
    display: none;
}
.moigroshi-creditor .creditor-header h2 {
    text-align: left !important;
}
.moigroshi-main > h2 {
    display: none;
}
    .popup-content2 {
        width: 80%;
    }
    .main-card:hover::after {
        content: none;
    }
    .card-container-left {
        width: 100px;
        min-width: 100px;
    }
    .burger-icon {
        display: flex;
    }
    .moigroshi-wrapper > .moigroshi-nav {
        display: none;
    }
    .card-container2 {
        margin-bottom: 8px;
    }
    .card-container-right a {
        word-break: break-all;
    }
    .main-content-price-link {
        padding: 0;
        position: relative;
    }
    .creditor-card {
        width: 100%;
        height: auto;
        padding: 20px 16px;
    }
    .main-box {
        width: 546px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    main {
        padding:  0 40px 65px 70px;
        box-sizing: border-box;
    }
    header {
        padding-left: 70px;
        box-sizing: border-box;
    }
    footer {
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .footer-top-left {
        max-width: 211px;
    }
    .footer-top-right {
        flex-wrap: wrap;
    }
    .main-card {
        border: 2px solid #0047F5;
        min-width: 185px;
    }
    .popup-content {
        width: 80%;
        padding-left: 18px;
    }
    .popup-visible {
        padding-right: 9px;
    }
    .main-card {
        height: auto;
    }
    .main-card-img img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index:2;
    }
}
@media (max-width: 768px) {
    main {
        padding: 0 16px 65px 16px
    }
    .main-card {
        height: auto;
    }
    .main-card {
        padding: 0;
    }
} 
@media (max-width: 767px) {
    main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-card-img img {
        object-fit: contain;
        position: relative;
        z-index: 2;
    }
    .main-card {
        max-width: 259px;
        width: 100%;
        min-width: 185px;
    }
    .main-content button {
        margin-bottom: 10px;
    }
    .star {
        margin-bottom: 7px;
    }
    .main-card-tittle {
        margin-bottom: 8px;
    }
    .main-card-price {
        margin-bottom: 0px;
    }
    .main-card-price-section {
        margin-bottom: 4px;
    }
    .main-card-price-section:nth-last-of-type(1) {
        margin-bottom: 7px;
    }

    .footer-top {
        flex-wrap: wrap;
    }
    footer {
        padding-left: 23px;
        padding-right: 23px;
    }
    .footer-top {
        gap: 15px;
    }
    .privecy button {
        text-align: left;
    }
    .logo {
        width: 100%;
    }
    header {
        overflow: hidden;
    }
    .footer-content {
        display: inline-block;
    }
    .footer-content button {
        display: inline-block;
    }
    .main-tittle h2 {
        margin-right: 15px;
    }
    #popupForm {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }
    #popupForm input {
        width: 100%;
    }
    .recaptcha {
        width: 100%;
    }
    .thank-you-message {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .main-box {
        width: 100%;
        gap: 6px;
    }
    .main-content {
        padding: 8px 8px 17px 8px;
    }
    .main-card-price {
        padding: 0;
    }
    .main-card-price-section p {
        line-height: normal;
    }
    .main-card-tittle p {
        font-size: 20px;
    }
    .offer {
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 5px 20px;
        box-sizing: border-box;
    }
    .download {
        height: 40px;
        font-size: 14px;
    }
    header {
        padding-left: 37px;
        margin-bottom: 15px;
    }
    .main-tittle {
        margin-bottom: 18px;
    }
    .main-card-tittle {
        margin-bottom: 5px;
    }
    .main-card-price {
        margin-bottom: 4px;
    }
    .offer {
        padding: 0 20px;
    }
    .main-card-tittle span {
        margin-bottom: 1px;
    }
    .main-box {
        gap: 10px 6px;
    }
    .main-card-price-section p {
        letter-spacing: 0px;
    }
    footer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer-top {
        padding-bottom: 24px !important;
    }
    .footer-top {
        gap: 11px;
    }
    .pay {
        padding-top: 28px;
    }
    .footer-top-left {
        max-width: 200px;
        padding-left: 9px;
        box-sizing: border-box;
    }
    .footer-top-right {
        width: 42%;
    }
    .margin {
        margin-bottom: 25px;
    }
    main {
        padding-bottom: 34px;
    }
    .footer-top {
        padding: 0;
    }
    .moigroshi-main .margin {
        margin-bottom: 10px !important;
    }
}
@media (max-width: 568px) {
    .main-card {
        width: 48%;
        max-width: max-content;
    }

    .main-content-price-link {
        min-height: 110px;
    }

    }

@media (max-width: 420px)  {
    .form-input {
        max-width: 245px;
        width: 100%;
    }
     .main-card-price-section {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .main-card {
            min-width: 142px;
    }
    .footer-top-left {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .footer-content {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
   .moigroshi-card-footer {
    flex-wrap: wrap;
   }
}
@media (max-width: 400px) {
    .moigroshi-main .main-card {
        width: 100%;
        height: 100%;
    }
 }
@media (max-width:350px) {
    .main-content-price {
        font-size: 8px;
    }
}
@media (max-width:319px) {
    .main-card {
        width: 100%;
        min-width: 100%;
    }
}