header {
    background: #D9D9D9;
}

img {
    max-width: 100%;
}

.page-template-page-collection-start {
    background-color: #00152b;
    /*background-image: url('/wp-content/themes/foxminded/img/collection/new_background.png');*/
    background-image: url('/wp-content/themes/foxminded/img/collection/new(2)_background.png');
}

.page-template-page-collection-start .h2 {
    font-size: 42px;
}

.collection-topinfo a, .collection-courses a {
    color: #fff;
}

.collection-topinfo {
    margin-bottom: 160px;
}

.cti-title {
    margin-top: 40px;
}

.cti-row {
    margin-top: 40px;
    gap: 8px;
}

.cti-col {
    flex-shrink: 0;
    flex: 1;
    text-align: center;
}

.cti-col img {
    width: 100%;
}

.cti-name {
    margin-top: 16px;
    color: #fff;
}

.cti-buy {
    margin-top: 80px;
}

.cti-price {
    font-size: 42px;
    font-weight: 500;
}

.cti-price .price-left {
    width: 190px;
    display: inline-block;
}

.cti-buy .btn {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.old-price {
    position: relative;
    opacity: 0.6;
    font-weight: 400;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.old-price::after {
    content: '';
    width: calc(100% + 10px);
    height: 3px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 50%;
}

.collection-courses-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 80px;
}

.collection-courses-col {
    align-items: center;
}

.collection-courses-img {
    position: relative;
    width: 200px;
    flex-shrink: 0;
}

.collection-courses-img .name {
    text-align: center;
}

.collection-courses-text {
    font-size: 20px;
    font-weight: 500;
    background: rgba(24, 34, 45, 0.7);
    padding: 24px;
}

.collection-courses .btn {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 60px;
}

.collection-gift-row {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.collection-gift-from {
    margin-top: 40px;
}

.collection-gift-text {
    max-width: 715px;
}

.collection-gift-img {
    max-width: 360px;
}

.collection-gift-title {
    font-family: "Menorah Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
}

.collection-gift .price-left {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.collection-gift-price {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.collection-forwho {
    position: relative;
    overflow: hidden;
}

.collection-forwho:after {
    content: '';
    display: block;
    width: 360px;
    height: 470px;
    position: absolute;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('/wp-content/themes/foxminded/img/collection/Captain Marvel_Isolated object.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.collection-forwho-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 320px;
    margin-top: 40px;
}

.forwho-col {
    background: rgba(24, 34, 45, 0.7);
    padding: 24px;
    /*min-height: 211px;*/
}

.forwho-num {
    font-family: "Menorah Grotesk", sans-serif;
    font-size: 30px;
    letter-spacing: -1.32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.forwho-text {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: -0.54px;
}

.collection-forwho .btn {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    z-index: 2;
    position: relative;
}

.collection-format-row {
    justify-content: space-between;
}

.collection-format-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.collection-format-list>div {
    gap: 8px;
}

.collection-format-list img {
    width: 30px;
    height: 30px;
}

.collection-format-img {
    max-height: 450px;
}

.collection-format .btn {
    width: 500px;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.collection-faq-row {
    justify-content: space-between;
    /*align-items: center;*/
    gap: 100px;
}

.collection-faq-colleft {
    max-width: 500px;
}

.accordion-title {
    background: #fff;
    padding: 16px;
    margin-top: 8px;
}

.collection-faq-colright {
    max-width: 630px;
    flex-shrink: 0;
}

.collection-cta {
    text-align: center;
}

.collection-cta img {
    max-height: 350px;
    margin-top: 40px;
}

.collection-cta .btn {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1279.98px) {
    .collection-gift-title {
        font-size: 34px;
    }

    .collection-faq-row {
        gap: 60px;
    }
}

@media (max-width: 1099.98px) {
    .page-template-page-collection-start .h2 {
        font-size: 32px;
        letter-spacing: -0.96px;
    }

    .collection-topinfo {
        margin-bottom: 120px;
    }

    .cti-topimg {
        min-height: 300px;
        object-fit: cover;
    }

    .cti-name {
        font-size: 20px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        width: min-content;
    }

    .cti-price {
        font-size: 32px;
    }

    .cti-price .price-left {
        width: 144px;
    }

    .collection-courses-row {
        column-gap: 20px;
    }

    .collection-courses-col {
        flex-direction: column;
    }

    .collection-courses-img {
        width: auto;
        text-align: center;
    }

    .collection-courses-img img {
        width: 100px;
    }

    .collection-courses-text {
        font-size: 16px;
        background-color: transparent;
        padding: 12px 24px;
        text-align: center;
    }

    .collection-gift-title {
        font-size: 25px;
    }

    .collection-gift-img {
        max-width: 220px;
    }

    .collection-gift-row .font-1 {
        font-size: 16px;
    }

    .collection-gift-from {
        margin-top: 20px;
    }

    .collection-gift-text {
        max-width: 500px;
    }

    .collection-gift-price {
        margin-top: 40px;
    }

    .collection-gift .price-left {
        width: 83px;
    }

    .collection-forwho-row {
        column-gap: 20px;
    }

    .forwho-text {
        font-size: 16px;
    }

    .collection-forwho .btn {
        margin-top: 140px;
    }

    .collection-forwho:after {
        width: 200px;
        height: 224px;
        bottom: 54px;
    }

    .collection-format-row {
        align-items: flex-end;
        gap: 20px;
    }

    .collection-format-list {
        gap: 12px;
    }

    .collection-format-img {
        max-height: 260px;
    }

    .collection-faq-row {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .page-template-page-collection-start .h2 {
        font-size: 25px;
        letter-spacing: -0.75px;
    }

    .collection-topinfo {
        margin-bottom: 80px;
    }

    .cti-title {
        margin-top: 16px;
    }

    .cti-row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .cti-name {
        font-size: 14px;
    }

    .cti-buy {
        margin-top: 60px;
    }

    .cti-price {
        font-size: 26px;
    }

    .cti-price .price-left {
        width: 116px;
    }

    .collection-courses-row {
        grid-template-columns: 1fr;
    }

    .collection-courses .btn {
        margin-top: 40px;
    }

    .collection-gift-row, .collection-format-row {
        flex-direction: column;
    }

    .collection-forwho-row {
        grid-template-columns: 1fr;
    }

    .collection-forwho .btn {
        margin-top: 200px;
    }

    .collection-format-row {
        align-items: center;
    }

    .collection-faq-colleft {
        width: 100%;
        text-align: center;
    }

    .collection-faq-colleft img {
        max-height: 300px;
    }

    .collection-cta-subtitle br {
        display: none;
    }

    .collection-cta img {
        max-height: 300px;
    }
}

.slt_popup .g-form input[type="text"], .slt_popup .g-form input[type="email"], .slt_popup .g-form input[type="tel"] {
        color: #18222D;
    }

    .slt_popup input::-webkit-input-placeholder, .subscribe-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(24, 34, 45, 0.6); }

    .slt_popup input::-moz-placeholder, #subscribe-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(24, 34, 45, 0.6); }

    .slt_popup input:-ms-input-placeholder, #subscribe-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(24, 34, 45, 0.6); }

    .slt_popup input:-moz-placeholder, #subscribe-form input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(24, 34, 45, 0.6); }

.slt_popup input:-webkit-autofill,
.slt_popup input:-webkit-autofill:hover, 
.slt_popup input:-webkit-autofill:focus,
.slt_popup textarea:-webkit-autofill,
.slt_popup textarea:-webkit-autofill:hover,
.slt_popup textarea:-webkit-autofill:focus,
.slt_popup select:-webkit-autofill,
.slt_popup select:-webkit-autofill:hover,
.slt_popup select:-webkit-autofill:focus {
   -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
   -webkit-text-fill-color: #18222D;
   border-bottom: 1px solid #18222D !important;
   color: -internal-light-dark-color(#18222D, #18222D) !important;
}

.slt_popup {
    max-width: calc(100% - 32px);
    padding: 0;
}

.slt_popup_info {
    width: 512px;
    padding: 40px;
}

.slt_popup .g-close {
    top: 40px;
    right: 40px;
}

.slt_popup .wpcf7-not-valid-tip {
    padding: 0;
}

@media (max-width: 1099.98px) {
    .slt_popup_info {
        /*width: 434px;*/
        max-width: 100%;
        padding: 30px;
    }

    .slt_popup .g-close {
        top: 30px;
        right: 30px;
    }
}
@media (max-width: 767.98px) {

    .slt_popup_info {
        padding: 40px 24px 30px 24px;
    }

    .slt_popup .g-close {
        top: 15px;
        right: 15px;
    }

    .slt_popup .h2 {
        font-size: 25px;
        letter-spacing: -0.75px;
    }
}