/* html {
    background: url(/images/parenting-support/Main-2_320.jpg) center -32px no-repeat;
}
body {
    opacity: 0.8;
} */
.parSup {
    font-family: 'RotonReg';
}
.parSup * {
    box-sizing: border-box;
}
/* .parSup__wrapper {
    max-width: 1200px;
    margin: auto;
} */
.parSup__video-bg {
    position: relative;
    overflow: hidden;
}
.parSup__video-bg video {
    position: absolute;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.parSup__video-wrapper {
    position: relative;
    z-index: 2;
}
.parSup__header {
    padding-top: 145px;
    padding-bottom: 262px;
    position: relative;
    background: url(/images/parenting-support/top-bg.jpg) center no-repeat;
    background-size: cover;
}
.parSup__header-title {
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: normal;
}
.parSup__header-hash {
    margin-top: 2px;
    font-family: 'RotonBol';
    font-size: 72px;
    line-height: 83px;
    text-align: center;
    color: #FFFFFF;
}
.parSup__header-ico {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.parSup__nav {
    position: relative;
    text-align: center;
    height: 40px;
    z-index: 5;
}
.parSup__nav-inner {
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 9px 0px 11px;
    position: relative;
}
.parSup__nav-inner.active {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    width: 100%;
}
.parSup__nav-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #3EA9D7;
    transition: all 0.2s;
}
.parSup__content {
    overflow: hidden;
    background: #ffffff;
}
.parSup__nav-wrapper {
    display: flex;
    justify-content: space-evenly;
    max-width: 1400px;
    margin: auto;
}
.parSup__nav-item {
    font-size: 18px;
    line-height: 20px;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
    user-select: none;
}
.parSup__section {
    position: relative;
}
.parSup__inner {
    position: relative;
    z-index: 2;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    max-width: 1020px;
    margin: auto;
    width: calc(100% - 40px);
}
.parSup__inner-block {
    position: relative;
    min-width: 45%;
}
.parSup__inner-block:first-child {
    margin-right: 90px;
    text-align: right;
}
.parSup__img {
    border-radius: 50px;
    width: 460px;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
}
.parSup__hr {
    width: 40px;
    height: 3px;
    background: #4D4D4D;
    border-radius: 2px;
    display: inline-block;
}
.parSup__title {
    margin-top: 24px;
    font-size: 48px;
    line-height: 50px;
    color: #3EA9D7;
    font-family: 'RotonBol';
}
.parSup__title div {
    position: relative;
    color: #F9AB5E;
}
.parSup__copy {
    position: absolute !important;
    width: 50px;
    height: 50px;
    right: 24px;
    top: 20px;
    background: linear-gradient(225deg, #F9AB5E 0%, #FFC48A 100%);
    box-shadow: 10px 10px 20px rgba(249, 171, 94, 0.35);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.parSup__copy-info {
    position: absolute !important;
    right: -20px;
    bottom: calc(100% + 5px);
    padding: 10px;
    font-size: 18px !important;
    line-height: 1;
    color: #ffffff !important;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s;
    white-space: nowrap;
    border-radius: 10px;
    background: rgb(249 171 94);
    box-shadow: 5px 5px 15px 10px rgb(249, 171, 94, 0.5);
}
.parSup__copy textarea {
    position: absolute;
    left: -99999999px;
}
.parSup__copy input {
    display: none;
}
.parSup__copy.active svg {
    display: none;
}
.parSup__copy.active:after {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    transform: rotate(-45deg);
    margin-top: -7px;
}
.parSup__copy.active .parSup__copy-info {
    opacity: 1;
    transform: translateY(0px);
}
.parSup__suptitle {
    margin-top: 10px;
    font-family: 'RotonBol';
    font-size: 21px;
    line-height: 24px;
    color: #4D4D4D;
    text-transform: uppercase;
}
.parSup__suptitle + .parSup__title {
    margin-top: 20px;
}
.parSup__text {
    font-size: 21px;
    line-height: 24px;
    color: #4D4D4D;
    margin-top: 34px;
}
.parSup__ico {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parSup__button {
    color: #FFFFFF;
    font-size: 24px;
    padding: 0 33px;
    line-height: 60px;
    background: linear-gradient(238.51deg, #3EA9D7 0%, #68C5ED 100%);
    box-shadow: 20px 20px 30px rgba(62, 169, 215, 0.5);
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'RotonReg';
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
.parSup__square {
    position: absolute;
    background: linear-gradient(225deg, #F9F9F9 0%, #E9E9E9 100%);
    border-radius: 50px;
}
.parSup__square--orange {
    background: linear-gradient(225deg, #F9AB5E 0%, #FFC48A 100%);
}
.parSup__square--blue {
    background: linear-gradient(238.51deg, #3EA9D7 0%, #68C5ED 100%);
}
.parSup__test-card {
    width: 460px;
    min-height: 500px;
    background: linear-gradient(225deg, #F9F9F9 0%, #E9E9E9 100%);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 10px 40px 20px;
    text-align: center;
}
.parSup__test-img {
    width: 280px;
    height: 280px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    margin: -85px auto 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
}
.parSup__test-block {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 35px;
    color: #4D4D4D;
    font-family: 'RotonBol';
}
.parSup__test-buttons {
    display: flex;
    justify-content: center;
}
.parSup__test-btn {
    background: linear-gradient(225deg, #F9AB5E 0%, #FFC48A 100%);
    box-shadow: 20px 20px 30px rgba(249, 171, 94, 0.5);
    border-radius: 30px;
    width: 150px;
    line-height: 60px;
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.parSup__button-test_nav {
    opacity: 0;
    pointer-events: none;
}
.parSup__button-test_nav.active {
    opacity: 1;
    pointer-events: all;
}
.parSup__slider {
    margin: -10px -50px -60px;
}
.parSup__slider .slick-arrow {
    display: none !important;
}
.parSup__slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 0;
    white-space: nowrap;
}
.parSup__slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #F9AB5E;
    margin: 0 5px;
}
.parSup__slider .slick-dots li.slick-active {
    background: #3EA9D7;
}
.parSup__slider .slick-dots li button {
    opacity: 0;
    cursor: pointer;
}
.parSup__slider-item {
    padding: 60px 50px;
}
.parSup__slider-block {
    position: relative;
    width: 460px;
    height: 410px;
    background: linear-gradient(225deg, #F9F9F9 0%, #E9E9E9 100%);
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
}
.parSup__test-card-answer {
    padding-top: 20px;
    text-align: left;
}
.parSup__test-card-title {
    text-align: center;
    font-size: 48px;
    line-height: 55px;
    color: #3EA9D7;
    font-family: 'RotonBol';
}
.parSup__test-card-text {
    margin-top: 6px;
    font-size: 21px;
    line-height: 24px;
    color: #4D4D4D;
    margin-top: 14px;
    display: none;
}
.parSup__test-card-link {
    margin-top: 16px;
}
.parSup__test-card-link a {
    font-size: 16px;
    font-family: 'RotonBol';
    line-height: 18px;
    text-decoration-line: underline;
    color: #3EA9D7;
}
.parSup__test-card-bottom {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'RotonBol';
    line-height: 16px;
    color: #4D4D4D;
}
.parSup__slider-img {
    width: 150px;
    height: 150px;
    border-radius: 30px;
    position: absolute;
    top: -60px;
    right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parSup__slider-title {
    font-size: 48px;
    line-height: 55px;
    color: #3EA9D7;
    font-family: 'RotonBol';
}
.parSup__slider-text p,
.parSup__slider-text {
    margin-top: 6px;
    font-size: 21px;
    line-height: 24px;
    color: #4D4D4D;
}

.parSup__slider-share {
    margin-top: 54px;
    position: relative;
    cursor: pointer;
}
.parSup__button .rd-share__items,
.parSup__slider-share .rd-share__items {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0;
    display: none;
    transition: all 0.3s;
    width: 100%;
}
.parSup__button .rd-share__items {
    bottom: 55px;
}
.parSup__button:hover .rd-share__items,
.parSup__slider-share:hover .rd-share__items {
    display: block;
    opacity: 1;
}
.parSup__slider-share svg {
    display: inline-block;
    vertical-align: top;
    margin-left: -18px;
    margin-top: 4px;
    margin-right: 5px;
}
.parSup__slider-share > span {
    font-size: 21px;
    line-height: 24px;
    border-bottom: 1px solid #3EA9D7;
    color: #3EA9D7;
}
/* 1 */
.parSup__section--first {
    padding-top: 131px;
    padding-bottom: 50px;
}
.parSup__section--first .parSup__inner-block:nth-child(2) {
    padding-top: 50px;
}
.parSup__section--first .parSup__square:nth-child(1) {
    width: 130px;
    height: 130px;
    left: calc(50% - 664px);
    top: 79px;
    border-radius: 30px;
}
.parSup__section--first .parSup__ico {
    top: -70px;
    left: 261px;
}
.parSup__section--first .parSup__square:nth-child(2) {
    width: 560px;
    height: 560px;
    left: calc(50% - 1000px);
    bottom: -154px;
}
.parSup__section--first .parSup__square:nth-child(3) {
    width: 460px;
    height: 460px;
    left: calc(50% + 453px);
    top: -120px;
}
.parSup__section--first .parSup__square:nth-child(4) {
    width: 130px;
    height: 130px;
    left: calc(50% - 110px);
    bottom: -20px;
    border-radius: 30px;
}
/* 2 */
.parSup__section--second {
    padding-top: 162px;
    padding-bottom: 50px;
}
.parSup__section--second .parSup__button {
    position: absolute;
    bottom: -30px;
    left: -97px;
}
.parSup__section--second .parSup__ico {
    position: absolute;
    top: -70px;
    left: -40px;
}
.parSup__section--second .parSup__inner-block:nth-child(1) {
    padding-top: 106px;
}
.parSup__section--second .parSup__square:nth-child(1) {
    width: 130px;
    height: 130px;
    left: calc(50% + 645px);
    top: -2px;
    border-radius: 30px;
}
.parSup__section--second .parSup__square:nth-child(2) {
    width: 560px;
    height: 560px;
    left: calc(50% + 280px);
    top: 225px;
}
.parSup__section--second .parSup__square:nth-child(3) {
    width: 130px;
    height: 130px;
    left: calc(50% + 415px);
    bottom: -10px;
    border-radius: 30px;
}
/* 3 */
.parSup__section--third {
    padding-top: 112px;
    padding-bottom: 50px;
}
.parSup__section--third .parSup__inner-block:nth-child(2) {
    padding-top: 118px;
}
.parSup__section--third .parSup__ico {
    height: 270px;
    width: 270px;
    bottom: -70px;
    left: 44px;
}
.parSup__section--third .parSup__button {
    margin-top: 43px;
}
.parSup__section--third .parSup__square:nth-child(1) {
    width: 150px;
    height: 150px;
    left: calc(50% + 320px);
    bottom: 130px;
    border-radius: 30px;
}
.parSup__section--third .parSup__square:nth-child(2) {
    width: 460px;
    height: 320px;
    left: calc(50% - 540px);
    top: 311px;
}
.parSup__section--third .parSup__square:nth-child(3) {
    width: 150px;
    height: 150px;
    left: calc(50% - 600px);
    top: 25px;
    border-radius: 30px;
}
/* 4 */
.parSup__section--forth {
    padding-top: 217px;
    padding-bottom: 50px;
}
.parSup__section--forth .parSup__ico {
    top: -50px;
    left: -45px;
}
.parSup__section--forth .parSup__square:nth-child(1) {
    width: 460px;
    height: 460px;
    left: calc(50% - 900px);
    top: 8px;
}
.parSup__section--forth .parSup__square:nth-child(2) {
    width: 130px;
    height: 130px;
    left: calc(50% - 690px);
    bottom: 100px;
    border-radius: 30px;
}
.parSup__section--forth .parSup__square:nth-child(3) {
    width: 460px;
    height: 360px;
    left: calc(50% + 71px);
    bottom: 140px;
}
.parSup__section--forth .parSup__square:nth-child(4) {
    width: 130px;
    height: 130px;
    left: calc(50% - 10px);
    bottom: 0px;
    border-radius: 30px;
}
/* 5 */
.parSup__section--fifth {
    padding-top: 60px;
}
.parSup__section--fifth .parSup__button {
    margin-top: 52px;
}
.parSup__section--fifth .parSup__inner-block:nth-child(1) img {
    transform: translateX(-40px);
}
.parSup__section--fifth .parSup__inner-block:nth-child(2) {
    padding-top: 160px;
}
.parSup__section--fifth .parSup__square:nth-child(1) {
    width: 460px;
    height: 460px;
    left: calc(50% - 560px);
    top: 260px;
}

.parSup__test {
    display: none;
}
.parSup__test.parSup__test--current {
    display: block;
}

.parSup__test-card-answer {
    display: none;
}
.parSup__test--answered .parSup__test-card-question {
    display: none;
}
.parSup__test--answered .parSup__test-card-answer {
    display: block;
}
/* form */
.parSup__form {
    margin-top: -21px;
    padding-top: 79px;
    padding-bottom: 99px;
    position: relative;
    background: url(/images/parenting-support/top-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.parSup__form:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.parSup__form-wrapper {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.parSup__form-title {
    font-family: 'RotonBol';
    font-size: 48px;
    line-height: 55px;
    color: #ffffff;
}
.parSup__form-text {
    font-size: 21px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 9px;
}
.parSup__form-row {
    display: flex;
    justify-content: space-between;
}
.parSup__form form {
    margin-top: 45px;
}
.parSup__form .parSup__button {
    margin-top: 28px;
    width: 240px;
}
.parSup__form-input {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.parSup__form-input--small {
    width: calc(50% - 10px);
}
.parSup__form-input textarea,
.parSup__form-input input {
    padding: 17px 30px;
    height: 60px;
    line-height: 1;
    outline: none;
    box-shadow: none;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 21px;
    line-height: 24px;
    color: #ffffff !important;
    font-family: 'RotonReg' !important;
    text-align: left;
    overflow: hidden;
}
.parSup__form-input textarea::placeholder,
.parSup__form-input input::placeholder {
    color: #ffffff !important;
}
.parSup__form-input textarea {
    height: 100px;
    resize: none;
}
.parSup__form-input-error {
    display: none;
    position: absolute;
    color: red;
    font-size: 12px;
    left: 0;
    bottom: -13px;
}
.parSup__form-input.has-error .parSup__form-input-error {
    display: block;
}
.parSup-only-phone {
    display: none;
}
.parSup__inst--mob {
    display: none;
}
.parSup__section--fifth .parSup__button svg {
    display: inline;
    vertical-align: middle;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    will-change: transform;
}


@media (max-width: 1100px) {
    .parSup__video-bg video {
        display: none;
    }
}
@media (max-width: 1024px) {
    .parSup__nav-item {
        width: 170px;
        display: inline-block;
        vertical-align: top;
    }
    .parSup__nav-inner {
        overflow: hidden;
        position: relative;
    }
    .parSup__nav-wrapper {
        display: block;
        font-size: 0;
        width: 1020px;
        position: relative;
    }
    .parSup__nav-inner:after {
        content: '';
        display: block;
        width: 65px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0px;
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
    .parSup__inner {
        max-width: 470px;
        flex-direction: column;
    }
    .parSup__section--second .parSup__inner,
    .parSup__section--forth .parSup__inner {
        flex-direction: column-reverse;
    }
    .parSup__section--first {
        padding-top: 50px;
    }
    .parSup__section--first .parSup__square:nth-child(4) {
        left: calc(50% + 122px);
        bottom: -80px;
    }
    .parSup__section--second {
        padding-top: 50px;
    }
    .parSup__section--second .parSup__inner-block:nth-child(1) {
        padding-bottom: 50px;
    }
    .parSup__inner-block:first-child {
        /* margin-right: 90px; */
        text-align: right;
    }
    .parSup__section--third .parSup__inner-block:first-child {
        margin-right: 0px;
    }
    .parSup__section--third .parSup__inner-block:nth-child(2) {
        padding-top: 30px;
    }
    .parSup__section--third .parSup__ico {
        bottom: -270px;
        left: 270px;
    }
    .parSup__section--forth .parSup__square:nth-child(2) {
        left: calc(50% - 390px);
    }
    .parSup__section--forth .parSup__square:nth-child(3) {
        left: calc(50% - 71px);
    }
    .parSup__section--forth .parSup__square:nth-child(4) {
        left: calc(50% + 150px);
    }
    .parSup__section--fifth .parSup__square:nth-child(1) {
        left: calc(50% - 320px);
        top: 360px;
    }
    .parSup__section--fifth .parSup__inner-block:nth-child(2) {
        padding-top: 0px;
        padding-bottom: 70px;
    }
    .parSup__nav-line {
        transition: none;
    }
    .parSup__header-ico {
        display: none;
    }
    .parSup__section--fifth .parSup__inner,
    .parSup__section--third .parSup__inner {
        flex-direction: column-reverse;
    }
    .parSup__section--forth .parSup__inner {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    /* .parSup__nav-item {
        width: 140px;
        font-size: 14px;
    }
    .parSup__nav-wrapper {
        width: 840px;
    } */
    .parSup-only-phone {
        display: block;
    }
    .parSup__header {
        padding-top: 24px;
        padding-bottom: 43px;
    }
    .parSup__header-title {
        font-size: 24px;
        line-height: 28px;
    }
    .parSup__header-hash {
        font-size: 30px;
        line-height: 35px;
    }
    .parSup__img {
        border-radius: 40px;
        width: 280px;
        height: 280px;
    }
    .parSup__section--first {
        padding-top: 30px;
    }
    .parSup__section--first .parSup__inner-block:nth-child(2) {
        padding-top: 27px;
    }
    .parSup__title {
        margin-top: 4px;
        font-size: 36px;
        line-height: 35px;
    }
    .parSup__text {
        font-size: 18px;
        line-height: 20px;
        margin-top: 13px;
    }
    .parSup__section--first .parSup__ico {
        top: -75px;
        left: 187px;
    }
    .parSup__ico {
        height: 150px;
        width: 150px;
        border-radius: 30px;
    }
    .parSup__section--first .parSup__square:nth-child(1),
    .parSup__section--first .parSup__square:nth-child(2),
    .parSup__section--first .parSup__square:nth-child(3) {
        display: none;
    }
    .parSup__section--first .parSup__square:nth-child(4) {
        left: calc(50% - 220px);
        bottom: auto;
        top: -62px;
    }
    .parSup__section--second {
        padding-top: 7px;
    }
    .parSup__section--second .parSup__inner-block:nth-child(1) {
        padding-top: 23px;
        text-align: left;
        margin-right: 0px;
    }
    .parSup__section--second .parSup__ico {
        display: none;
    }
    .parSup__section--second .parSup__inner-block {
        position: static;
    }
    .parSup__section--second .parSup__square:nth-child(1),
    .parSup__section--second .parSup__square:nth-child(2) {
        display: none;
    }
    .parSup__section--second .parSup__square:nth-child(3) {
        width: 150px;
        height: 150px;
        left: calc(50% + 27px);
        bottom: auto;
        top: 213px;
    }
    .parSup__button {
        font-size: 22px;
        padding: 0 20px;
    }
    .parSup__section--second .parSup__button {
        bottom: -30px;
        left: 3px;
        padding: 0 26px 0 30px;
        white-space: nowrap;
        font-size: 21px;
    }
    .parSup__section--fifth .parSup__inner,
    .parSup__section--third .parSup__inner {
        flex-direction: column-reverse;
    }
    .parSup__section--third {
        padding-top: 210px;
    }
    .parSup__section--third .parSup__square:nth-child(1) {
        left: calc(50% - 30px);
        bottom: auto;
        top: 13px;
        background: linear-gradient(238.51deg, #3EA9D7 0%, #68C5ED 100%);
    }
    .parSup__section--third .parSup__square:nth-child(2) {
        left: calc(50% - 100px);
        top: 443px;
    }
    .parSup__section--third .parSup__square:nth-child(3) {
        width: 150px;
        height: 150px;
        left: calc(50% - 230px);
        top: 692px;
        background: linear-gradient(238.51deg, #3EA9D7 0%, #68C5ED 100%);
    }
    .parSup__test-card {
        width: 280px;
        height: auto;
        min-height: 0;
        border-radius: 20px;
        padding: 10px 20px 20px;
    }
    .parSup__test-img {
        width: 240px;
        height: 240px;
        margin: -70px auto 0;
    }
    .parSup__test-block {
        height: 130px;
        font-family: 'RotonReg';
        font-size: 18px;
        line-height: 20px;
    }
    .parSup__section--third .parSup__inner-block:first-child {
        padding-top: 80px;
    }
    .parSup__section--third .parSup__button {
        margin-top: 30px;
    }
    .parSup__section--third .parSup__button {
        font-size: 16px;
        padding: 0px 15px;
    }
    .parSup__section--third .parSup__ico {
        bottom: auto;
        left: -20px;
        top: -168px;
        height: 180px;
        width: 170px;
    }
    .parSup__section--forth .parSup__inner {
        flex-direction: column;
    }
    .parSup__section--forth {
        padding-top: 0px;
        padding-bottom: 44px;
    }
    .parSup__section--forth .parSup__inner-block:first-child {
        text-align: left;
        margin-right: 0;
    }
    .parSup__section--forth .parSup__suptitle + .parSup__title {
        margin-top: 9px;
    }
    .parSup__section--forth .parSup__ico {
        display: none;
    }
    .parSup__section--forth .parSup__title br {
        display: none;
    }
    .parSup__slider {
        margin: 30px -50px -60px;
    }
    .parSup__slider-block {
        width: 280px;
        height: auto;
        border-radius: 20px;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        box-shadow: 0px 20px 30px rgb(0, 0, 0, 0.02);
    }
    .parSup__slider-title {
        font-size: 30px;
        line-height: 34px;
    }
    .parSup__slider-text p, .parSup__slider-text {
        margin-top: 11px;
        font-size: 18px;
        line-height: 20px;
    }
    .parSup__slider-share {
        margin-top: 20px;
    }
    .parSup__slider-share svg {
        margin-left: 0px;
    }
    .parSup__slider-img {
        top: -74px;
        right: 19px;
    }
    .parSup__section--forth .parSup__square:nth-child(1),
    .parSup__section--forth .parSup__square:nth-child(2),
    .parSup__section--forth .parSup__square:nth-child(4) {
        display: none;
    }
    .parSup__section--forth .parSup__square:nth-child(3) {
        left: calc(50% - 110px);
        bottom: auto;
        top: 300px;
    }
    .parSup__section--fifth {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .parSup__section--fifth .parSup__title {
        font-size: 30px;
        line-height: 34px;
    }
    .parSup__section--fifth .parSup__suptitle + .parSup__title {
        margin-top: 11px;
    }
    .parSup__section--fifth .parSup__button {
        position: absolute;
    }
    .parSup__section--fifth .parSup__inner-block:nth-child(2) {
        position: static;
        padding-bottom: 20px;
    }
    .parSup__title div {
        font-size: 24px;
    }
    .parSup__copy {
        right: 26px;
        top: -8px;
    }
    .parSup__section--fifth .parSup__inner-block:nth-child(1) img {
        transform: translateX(-21px);
        width: 320px;
    }
    .parSup__section--fifth .parSup__button {
        position: absolute;
        margin-top: 0;
        bottom: -11px;
        left: 0;
        padding-left: 25px;
        letter-spacing: 1.2px;
        padding-right: 32px;
        height: 60px;
        line-height: 54px;
    }
    .parSup__section--fifth .parSup__button svg {
        margin-right: 5px;
    }
    .parSup__section--fifth .parSup__square:nth-child(1) {
        left: calc(50% - 460px);
        top: 315px;
        height: 380px;
        border-radius: 30px;
    }
    .parSup__form {
        background: #ffffff;
        padding-top: 25px;
        padding-bottom: 45px;
        text-align: left;
    }
    .parSup__form-title {
        font-size: 35px;
        line-height: 36px;
        margin-top: 4px;
        color: #3EA9D7;
    }
    .parSup__form-text {
        opacity: 1;
        margin-top: 23px;
        color: #F9AB5E;
    }
    .parSup__form-input textarea, .parSup__form-input input {
        border: 1px solid #A6A6A6;
        color: #4D4D4D !important;
    }
    .parSup__form-input textarea::placeholder,
    .parSup__form-input input::placeholder {
        color: #4D4D4D !important;
        font-family: 'RotonReg' !important;
    }
    .parSup__form-row {
        display: block;
    }
    .parSup__form-input--small {
        width: 100%;
    }
    .parSup__form form {
        margin-top: 26px;
    }
    .parSup__form .parSup__button {
        margin-top: 0px;
        text-align: center;
    }
    .parSup__section {
        max-width: 320px;
        margin: auto;
    }
    .parSup__test-card-title {
        font-size: 30px;
        line-height: 35px;
    }
    .parSup__test-card-text {
        margin-top: 6px;
    }
    .parSup__test-card-answer {
        padding-top: 20px;
    }
    .parSup__slider-item {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    .parSup__inst {
        display: none;
    }
    .parSup__inst--mob {
        display: block;
    }
    .parSup__test-card-answer .parSup__test-card-text {
        font-size: 18px;
    }
    .parSup__form:after {
        display: none;
    }
    .parSup__slider .slick-dots {
        bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .parSup__section--second .parSup__ico {
        top: 51px;
        left: -120px;
    }
    .parSup__section--third .parSup__ico {
        bottom: auto;
        left: 310px;
        top: -90px;
    }
    .parSup__section--third {
        padding-top: 20px;
    }
    .parSup__section--third .parSup__inner-block:nth-child(2) {
        padding-bottom: 120px;
    }
    .parSup__section--forth {
        padding-top: 17px;
    }
    .parSup__inner-block:first-child {
        margin-right: 0px;
    }
    .parSup__slider-img {
        top: -40px;
    }
}