@font-face {
    font-family: 'Franklin Gothic Book';
    src: url("/local/templates/main/css/fonts/Franklin Gothic Book.ttf");
}
@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url("/local/templates/main/css/fonts/Franklin Gothic Demi.ttf");
}

.wrapper_default {
    width: 100%;
    max-width: 156.6rem;
}
.section_default {
    padding: 25px 0 40px;
}
.section_default .wrapper {
    padding-right: 17px;
    padding-left: 17px;
}
.section_default .section__title {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 44px;
}

/* баннер */
.banner__content-container {
    padding: 50px 0;
    background: radial-gradient(41.43% 32.77% at 49.05% 47.6%, #CFF44C 11.99%, #449FF9 61.48%, #0181FF 100%);
}
.banner__title--mod {
    margin-bottom: 4px;
    font-family: 'Franklin Gothic Demi';
    font-weight: 400;
    letter-spacing: -0.04em;
    /*	text-transform: capitalize;	*/
    color: #ECECED;
}
.banner__subtitle {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.04em;

    color: #CFF44C;
}
.first-screen__description {
    max-width: 580px;
}
.hero-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;

}
.hero-details__list {
    flex: 0 0 33%;
    padding-right: 0;
}
.hero-details__list:nth-child(4) {
    padding-left: 0;
}
.hero-details__list:nth-child(4):after {
    display: none;
}
.hero-details__list li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #CFF44C;
}
.hero-details__list li:first-child {
    font-family: 'Franklin Gothic Demi';
}
.hero-details__list li:last-child {
    font-family: 'Franklin Gothic Book';
}

.first-screen__btn .btn,
.custom-btn {
    font-size: 16px;
    line-height: 18px;
    color: #2C3E4F;
    background-color: #CFF44C;
}

.first-screen__btn .btn:hover,
.custom-btn:hover {
    color: #fff;
    background: #07559c;
}
.first-screen__btn {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .first-screen__description {
        margin-top: 40px;
    }
    .banner--debit-cards .banner__content {
        max-width: 460px;
    }
}
@media (min-width: 1020px) {
    .banner__content-container {
        padding: 50px 0 50px;
        background: radial-gradient(48.18% 164.42% at 74.48% 81.42%, #CFF44C 12.11%, #449FF9 51.09%, #0181FF 100%);
    }
    .banner__title--mod {
        font-size: 85px;
        line-height: 96px;
    }
    .banner--debit-cards .banner__content {
        max-width: 770px;
    }

    .first-screen__description {
        max-width: 500px;
    }
}
@media (min-width: 1260px) {
    .first-screen__description {
        margin-top: 90px;
        max-width: 650px;
    }
}
@media (max-width: 900px) {
    .hero-details {
        max-width: 300px;
    }
}

/* Преимущества кредитов в «Газтрансбанке» */
.loans-advantages__list {
    display: grid;
    gap: 34px 80px;
    grid-template-columns: repeat(2, 1fr);
}
.loans-advantages__list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    padding: 26px 50px 30px 47px;
    min-height: 224px;
    font-size: 24px;
    line-height: 26px;
    color: #2C3E4F;
    background-color: #DEEBF6;
    background-repeat: no-repeat;
}
.loans-advantages__list li div {
    flex: 1;
}
.loans-advantages__list li::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.loans-advantages__list li h3,
.loans-advantages__list li p {
    max-width: 370px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.loans-advantages__list li h3 {
    display: block;
    margin: 0 0 17px;
    font-weight: 600;
}
.loans-advantages__list li p {
    font-weight: 400;
}
.loans-advantages__list li:last-child {
    background-color: #2C3E4F;
}
.loans-advantages__list li:last-child {
    color: #ECECED;
}

.loans-advantages__list li:nth-child(1)::after {
    width: 206px;
    height: 161px;
    background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-1.png");
}
.loans-advantages__list li:nth-child(2)::after {
    width: 220px;
    height: 176px;
    background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-2.png");
}
.loans-advantages__list li:nth-child(3)::after {
    width: 187px;
    height: 174px;
    background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-3.png");
}

/* Калькулятор */
.credit-form__container {
    padding: 0;
    background: transparent;
}
.credit-calc__fields,
.credit-calc__info-wrapper {
    margin: 0;
    width: 100%;
    background: transparent;
}
.credit-calc__info-wrapper {
    padding: 0;
}
.credit-calc__payment {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.credit-calc__info {
    width: 100%;
}
.credit-calc__payment-title,
.credit-calc__percent-title,
.credit-calc__percent-value {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #2C3E4F;
}

.credit-calc__percent {
    margin-bottom: 15px;
}

.credit-number-field__btn {
    background: transparent;
}
.credit-number-field__btn--minus:before,
.credit-number-field__btn--plus:before,
.credit-number-field__btn--plus:after {
    background-color: #2C3E4F;
}
.credit-number-field__input {
    color: #449FF9;
}
.credit-number-field__btn:hover:not(:disabled) {
/*    background-color: #CFF44C; */
    background-color: unset !important;
}
.credit-number-field__btn:disabled {
    background-color: unset !important;
}
.credit-number-field__btn:hover:not(:disabled):after,
.credit-number-field__btn:hover:not(:disabled):before {
/*    background-color: #fff; */
    background-color: #2C3E4F !important;
}

.noui_default .noUi-target {
    background: #949CA4;
}
.noui_default .noUi-connect {
    background: #2691FC;
}
.noui_default .noUi-horizontal .noUi-handle:before {
    border: 0.1rem solid #2691FC;
    width: 2rem;
    height: 1.6rem;
    border-radius: 0.4rem;
    background: #D9D9D9;
}

@media screen and (min-width: 1020px) {
    .credit-calc__container {
        flex-direction: column;
        gap: 30px;
        margin: 0;
        max-width: 770px;
    }
}

/* Полезно знать */
.faq-section {
/*    background: #ececed;	*/
}
.conditions__content {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.section_b-small-offset {
    margin: 0;
}
.toggle-w_light .toggle-w__header {
    position: relative;
    border-bottom: 0.3rem solid #949CA4;
    padding: 0 4.8rem 0.4rem 0;
    background: transparent;
}
.toggle-w__content {
    padding: 2rem 3rem 3rem;
    border-top: 0;
    background: transparent;
}
.toggle-w__title {
    font-family: "MyriadProSemibold";
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #2C3E4F;
}
.toggle-w_light .toggle-w__arrow {
    position: absolute;
    top: 50%;
    right: 1.1rem;
    width: 2.6rem;
    height: 2.6rem;
    transform-origin: center;
    transform: translateY(-50%);
}
.toggle-w__header.active .toggle-w__arrow {
    transform: translateY(-50%) rotate(45deg);
}
.toggle-w_light .toggle-w__arrow:before {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-size: 1.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.208 0H7.2V5.424H12.408V7.296H7.2V12.768H5.208V7.296H0V5.424H5.208V0Z' fill='%230181FF'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1199px) {
    /* Преимущества кредитов в «Газтрансбанке» */
    .loans-advantages__list {
        gap: 14px;
        grid-template-columns: repeat(1, 1fr);
    }
    .loans-advantages__list li {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .section_default {
        padding: 26px 16px;
    }
    .section_default .section__title {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
    }

    /* Преимущества кредитов в «Газтрансбанке» */
    .loans-advantages__list li {
        gap: 0;
        padding: 6px 25px 6px 14px;
        font-size: 14px;
        line-height: 16px;
    }
    .loans-advantages__list li div {
        margin-top: 18px;
    }
    .loans-advantages__list li:last-child div {
        margin-bottom: 18px;
    }
    .loans-advantages__list li:last-child div p {
        max-width: 170px;
    }
    .loans-advantages__list li:last-child div a {
        margin: -28px 0 10px calc(100% - 216px);
        min-width: 113px;
        padding: 4px 10.5px;
        font-size: 12px;
        position: absolute;
    }

    .loans-advantages__list li h3 {
        margin: 0 0 7px;
    }
    .loans-advantages__list li:nth-child(1)::after {
        width: 100px;
        height: 78px;
        background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-1.png");
    }
    .loans-advantages__list li:nth-child(2)::after {
        width: 102px;
        height: 95px;
        background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-2.png");
    }
    .loans-advantages__list li:nth-child(3)::after {
        width: 98px;
        height: 78px;
        background-image: url("/local/templates/main/images/kredit-nalichnymi/adv-img-3.png");
    }

    /* Полезно знать */
    .conditions__content {
        gap: 18px;
    }
    .toggle-w__title {
        font-size: 14px;
        line-height: 15px;
    }
    .toggle-w_light .toggle-w__arrow {
        right: 0;
        width: 1.3rem;
    }
}


/** */

.flexed {
    display: flex;
}
.gap6 {
    gap: 6%;
}
.mt9 {
    margin-top: 49px;
}
.mt10 {
    margin-top: 38px;
}
.nobg {
    background-color: unset
}
.strong {
    font-weight: bold !important;
}
.misc-conditions {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #2C3E4F;
}
.misc-conditions--wrapper .checkbox-wrapper p.misc-conditions {
  margin-bottom: 0;
  margin-left: 44px;
  margin-top: -23px;
}
.densed {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0px;
    padding-top: 26px;
}
.densed li {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
    color: #2C3E4F;
    padding-bottom: 54px;

}

.densed li:before {
   content: counter(item) " "; /*Instead of ". " */
  counter-increment: item;
  margin-right: 19px;
  background-color: #E9EEF3;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

.field__label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;

    color: rgba(44, 62, 79, 0.7);


}
.input_default {
    height: 3.9rem;
}

.first--img {
    background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-4.png);
    background-repeat: no-repeat;
    min-height: 115px;
    background-position: -13px top;
}

.second--img {
    background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-5.png);
    background-repeat: no-repeat;
    min-height: 115px;
    background-position: -13px top;
}

.third--img {
    background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-6.png);
    background-repeat: no-repeat;
    min-height: 115px;
    background-position: -5px top;
}

.first-screen__description span {
    font-family: 'Franklin Gothic Book';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.04em;
    color: #CFF44C;

}
.first-screen__description span.outer {
    margin-top: 85px;
    display: inline-block;
}

.first-screen__description div.flexed {
    gap: 133px;
}

.misc-conditions--wrapper svg {
    width: 32px;
    height: 32px;
}
.misc-conditions--wrapper .svg--wrapper {
    margin-top: 4px;
}

.loans-advantages__list > div:nth-child(3) {
	min-width: 100%;
}

.quick-decision {
	margin: 30px 0 0 calc(100% - 140px);
  	min-width: 206px;
}

.footer {
	background-color: #0181FF;
}

.cookie__container {
	background-color: #ffffff;
}
.cookie__container .cookie__text {
	color: #2C3E4F;
}
.cookie__container .btn_red {
	background-color: #0181FF;
}
.cookie__container .btn_red:hover {
	color: #ffffff;
}


@media screen and (max-width: 768px) {

	.mt10 {
    	margin-top: 20px;
	}

    .first--img {
        background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-4-m.png);
        background-repeat: no-repeat;
        min-height: 115px;
        background-position: 8px top;
    }

    .second--img {
        background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-5-m.png);
        background-repeat: no-repeat;
        min-height: 115px;
        background-position: 14px top;
    }

    .third--img {
        background-image: url(/local/templates/main/images/kredit-nalichnymi/adv-img-6-m.png);
        background-repeat: no-repeat;
        min-height: 115px;
        background-position: -5px top;
    }

    .first-screen__description span {
        font-family: 'Franklin Gothic Book';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.04em;
        color: #CFF44C;

    }
    .first-screen__description span.outer {
        margin-top: 50px;
        display: inline-block;
        text-align: center;

    }

    .first-screen__description span.outer {

    }

    .first--img > span:nth-child(1) {
        margin-left: 10px;
    }

    .third--img > span:nth-child(1) {
        margin-left: -20px;
    }


    .banner__picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        min-height: 562px;
    }
    .banner__title.banner__title--mod {
        font-size: 24px;
    }

    .banner__title.banner__title--mod h1 {
        text-align: center;
    }

    .banner__subtitle {
        font-family: 'Franklin Gothic Book';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        letter-spacing: -0.04em;

        color: #CFF44C;
    }

    span[data-is=timer] {
        display: block;
        font-family: 'Franklin Gothic Book';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.04em;
        color: #CFF44C;
    }

    .banner__content-container {
        padding: 50px 0 0 0;
    }

    .first-screen__description div.flexed {
        gap: 89px 106px;
    }
    .first-screen__description {
        margin-top: 220px;
    }
    .credit-calculator {
    	padding-bottom: 0 !important;
    }

    .credit-calculator .wrapper_default {
        flex-wrap: wrap;
    }
    .credit-calculator .wrapper_default > div {
        width: 100%;
    }
    .credit-calculator .wrapper_default h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 110%;
        /* identical to box height, or 18px */

        color: #2C3E4F;
    }
    .field__label, .u-nav__title {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        /* or 15px */

        color: rgba(44, 62, 79, 0.7);
    }

    .credit-calc__payment-title {

        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
        /* identical to box height, or 18px */

        color: #2C3E4F;
    }
    .credit-number-field__input {
        font-size: 16px;
        min-width: 20px;
        max-width: 70px;
    }

    .credit-number-field__btn--minus::before, .credit-number-field__btn--plus::before {
        left:  6px;
        width: 17px;
    }
    .credit-number-field__btn--plus {
        margin-left: 0;
    }
    .credit-number-field__btn--minus {
        margin-right: 0;
    }
    .credit-number-field__btn {
        width:  30px;
        min-width: 30px;
    }

    .credit-number-field__btn--plus::after {
        height: 17px;
        left: 14px;
        top: 20px;
    }

    .misc-conditions {
        font-size: 1.2rem;
    }

    .can-brake {
        display: none;
    }

    .misc-conditions--wrapper svg {
        width: 22px;
        height:  22px;
    }

    .misc-conditions--wrapper .svg--wrapper {
        margin-top: 6px;
    }

    .densed {
    	padding-bottom: 0;
		margin-bottom: 0;
    }
    .densed li {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 110%;
        /* or 15px */

        color: #2C3E4F;
          padding-bottom: 25px;

    }
    .densed li:before {
        margin-right: 19px;
        background-color: #E9EEF3;
        padding-top: 8px;
        margin-top: -8px;
        height: 24px;
    }

    .first-screen__btn .btn {
        display: block;
        min-width: 210px;
        max-width: 210px;
        margin: 0 auto;
    }


    .quick-decision {
		margin: 0 0 10px calc(100% - 196px);
	  	min-width: 206px;
	}
}

@media screen and (max-width: 390px) {
    .loans-advantages__list li:last-child div a {
        margin: 10px 0;
        min-width: 113px;
        padding: 4px 10.5px;
        font-size: 12px;
        position: unset;
    }
}


/* Обертка для чекбокса */
.checkbox-wrapper {
    position: relative;
     display: inline-block;
/*    margin: 10px; */
}

/* Скрытый чекбокс */
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Контейнер для визуального чекбокса */
.checkbox-wrapper label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}

/* Стиль квадратика чекбокса */
.checkbox-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #CFF44C;
    border-radius: 4px;
    background-color: white;
}

/* Стиль галочки при активации */
.checkbox-wrapper input:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.8' d='M1.00012 8.96564L9.51625 22.0001L23.0001 1.00012' stroke='%232C3E00' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");

}


/* Стиль текста */
.checkbox-wrapper label {
    font-size: 16px;
    color: #333;
}