/* fonts*/
@font-face {
    font-family: 'Srbija Sans'; 
    src: url('https://parista.ru//bitrix/templates/furniture_red_copy/parista/fonts/SrbijaSans-Regular.woff2');
    font-weight: 400;
}


.quiz-montage {
    width: 100%;
    max-width: 1216px;
    background: #FFF;
    border-radius: 25px;
    height: 605px;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.quiz-montage h1 {
    color: #373737;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Srbija Sans';
}
.scale {
    width: 100%;
    max-width: 860px;
    height: 6px;
    border-radius: 5px;
    background: #F6FAFF;
    margin-top: 30px;
}
.scale-progress {
    border-radius: 5px;
    background: #69AEFF;
    height: 6px;
    width: 16.6%;
}
.questions-number {
    margin-top: 30px;
    color: #373737;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.swiper-slide-1__prev {
    width: 49px;
    height: 49px;
    background: #69AEFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 22;
}
.swiper-slide-1__next {
    width: 49px;
    height: 49px;
    background: #69AEFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 22;
}
.quiz-montage__slide-1__main-slider {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.quiz-montage__slide-1-button {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 13.932px;
    background: #FFF;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}


.quiz-montage__slide-1-button img {
       width: 160px;
    height: 126px; object-fit: contain;
}
.quiz-montage__slide-1-button.active {
    box-shadow: 0px 0px 20px rgba(107, 135, 167, 0.36);
    background: #69AEFF;
    color: #fff;
}

.quiz-montage__slide-1-button.active img
{
   
  


}

.quiz-montage__slide-1__main h3 {
    color: #373737;
    font-family: 'Srbija Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.quiz-montage__slide-1__buttons {
    display: flex;
    gap: 50px;
    margin: auto auto 0 auto;
}
.button-prev {
    border-radius: 6px;
    border: 1px solid #69AEFF;
    width: 150px;
    height: 42px;
    color: #69AEFF;
    text-align: center;
    font-size: 13.846px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.button-next {
    border-radius: 5.769px;
    background: #B5D7FF;
    width: 150px;
    height: 42px;
    color: #FFF;
    text-align: center;
    font-size: 13.846px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.quiz-montage__slide-1__main {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.button-next.active {
    background: #69AEFF;
}
.quiz-montage__slide-1__main-slider .swiper-wrapper {
    padding: 10px;
}
.quiz-montage-1 {
    display: none;
}
.quiz-montage-1.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-2-1 {
    display: none;
}
.quiz-montage-2-1.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-2-2 {
    display: none;
}
.quiz-montage-2-2.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-2-1 .scale-progress {
    margin-left: 16.6%;
}
.quiz-montage-2-2 .scale-progress {
    margin-left: 16.6%;
}
.quiz-montage__slide-2 {
    display: flex;
    gap: 30px;
    margin-top: 47px;
    margin-bottom: 20px;
}
.quiz-montage__slide-2__button {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #373737;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(63, 104, 153, 0.084);
    padding: 10.5px 11px;
    position: relative;
}
.quiz-montage__slide-2__hover {
    display: none;
}
.quiz-montage__slide-2__decription {
    height:95px;
    padding: 15px;
    background: #F6FAFF;
    border-radius: 10px 10px 0 0;
}
.quiz-montage__slide-2__decription p {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: ltr;
    padding-left: 10px;
}
.quiz-montage__slide-2__decription__main {
    direction: rtl;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
    overflow-y: auto;
    height: 100%;
}
.quiz-montage__slide-2__decription__main::-webkit-scrollbar {
    width: 20px;
}
.quiz-montage__slide-2__decription__main::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 100px;
}
.quiz-montage__slide-2__decription__main::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #69AEFF;
}
.quiz-montage__slide-2__button.active {
    background: #69AEFF;
    color: #FFF;
    font-weight: 700;
}
.quiz-montage__slide-2__button.active svg circle {
    stroke: #FFF;
}
.quiz-montage__slide-2__button.active svg path {
    fill: #FFF;
}
.quiz-montage__slide-2__hover.active {
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.039);
    padding: 10px;
    color: #373737;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 100%;
    margin-left: -46px;
    z-index: 2;
    top: 100%;
    margin-top: -5px;
    display: flex;
    text-wrap: nowrap;
}
.quiz-montage-3 {
    display: none;
}
.quiz-montage-3.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-3 .scale-progress {
    margin-left: 33.2%;
}
.quiz-montage-3 .quiz-montage__slide-1__main h3 {
    max-width: 1000px;
}
.quiz-montage__slide-3 {
    background: #F6FAFF;
    border-radius: 10px;
    height: 174px;
    display: flex;
    align-items: flex-start;
    max-width: 990px;
}
.quiz-montage__slide-3__right {
    padding: 16px;
    margin-left: auto;
}
.quiz-montage__slide-3__right img {
    width: 272px;
    height: 142px;
    object-fit: cover;
    border-radius: 10px;
}
.quiz-montage__slide-3__left {
    display: flex;
    flex-direction: column;
}
.quiz-montage__slide-3__top {
    display: flex;
    gap: 30px;
    padding: 20px 25px 20px 0;
    background: #FFF;
    border-radius: 0 0 40px 0;
    position: relative;
}
.quiz-montage__slide-3__top::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 10px;
    background: #F6FAFF;
    border-radius: 10px 0 0 0;
}
.quiz-montage__slide-3__top::before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 10px;
    height: 10px;
    background: #FFF;
}
.quiz-montage__slide-3__top input::-webkit-outer-spin-button,
.quiz-montage__slide-3__top input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quiz-montage__slide-3__top input {
    width: 100%;
    border-radius: 7px;
    background: #F6FAFF;
    border-radius: 7px;
    padding: 12px 22px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-3__description {
    direction: rtl;
    padding: 10px 15px;
    height: 88px;
    background: #F6FAFF;
    border-radius: 10px;
    position: relative;
}
.quiz-montage__slide-3__description::after {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    background: #FFF;
    left: -14px;
    top: -14px;
}
.quiz-montage__slide-3__description-main {
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
    overflow-y: auto;
    height: 100%;
}
.quiz-montage__slide-3__description-main::-webkit-scrollbar {
    width: 20px;
}
.quiz-montage__slide-3__description-main::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 100px;
}
.quiz-montage__slide-3__description-main::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #69AEFF;
}
.quiz-montage__slide-3__description p {
    direction: ltr;
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
    max-width: 635px;
}
.quiz-montage-4 {
    display: none;
}
.quiz-montage-4.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage__slide-4 {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-top: 47px;
}
.quiz-montage__slide-4__buttons {
    display: flex;
    gap: 65px;
}
.quiz-montage__slide-4__button {
    border-radius: 13.932px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 161px;
    padding-bottom: 10px;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-4__button img {
    width: 156px;
    height: 122.138px;
    border-radius: 13.932px 13.932px 0px 0px;
    object-fit: cover;
}
.quiz-montage__slide-4__button.active {
    box-shadow: 0px 0px 20px rgba(107, 135, 167, 0.104);
background:#69AEFF;color:#fff;
}
.quiz-montage__slide-4__main {
    width: 100%;
    max-width: 570px;
    border-radius: 10px;
    background: #F6FAFF;
    padding: 15px;
}
.quiz-montage__slide-4__main p {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage-4 .scale-progress {
    margin-left: 50%;
}
.quiz-montage-5 {
    display: none;
}
.quiz-montage-5.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-5 .scale-progress {
    margin-left: 66.6%;
}
.quiz-montage__slide-5__buttons {
    display: flex;
    gap: 30px;
}
.quiz-montage__slide-5__button {
    color: #373737;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 147px;
    height: 37px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
}
.quiz-montage__slide-5__button.active {
    background: #69AEFF;
    color: #FFF;
}
.quiz-montage__slide-5 {
    margin-top: 47px;
}
.quiz-montage-6 {
    display: none;
}
.quiz-montage-6.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-6 .quiz-montage__slide-1__main h3 {
    margin-top: 5px;
}
.quiz-montage-6__top {
    margin-top: 8px;
    display: flex;
    gap: 5px;
}
.quiz-montage-6__top span {
    border-radius: 3px;
    background: #69AEFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
    padding: 2px 7px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.quiz-montage-6__top p {
    border-radius: 3px;
    background: #E3EBEF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
    padding: 2px 7px;
    color: #373737;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.quiz-montage__slide-6 {
    margin-top: 47px;
}
.quiz-montage__slide-6__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    max-width: 706px;
}
.quiz-montage__slide-6__button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.039);
}
.quiz-montage__slide-6__button p {
    color: #373737;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-6__button span {
    color: #373737;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 4px;
    border-radius: 3px;
    background: #E3EBEF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.039);
}
.quiz-montage__slide-6__button.active {
    background: #69AEFF;
}
.quiz-montage__slide-6__button.active p {
    font-weight: 700;
    color: #FFF;
}
.quiz-montage__slide-6__button.active span {
    background: rgba(255, 255, 255, 0.56);
    color: #FFF;
}
.quiz-montage-7 {
    display: none;
}
.quiz-montage-7.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-montage-6 .scale-progress {
    margin-left: auto;
}
.quiz-montage__slide-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.quiz-montage__slide-7__block {
    padding: 10px 15px;
    border-radius: 7px;
    background: #F6FAFF;
}
.quiz-montage__slide-7__block p {
    max-width: 1050px;
    color: #373737;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-7__block span {
    color: #69AEFF;
}
.quiz-montage__slide-7__main {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 250px;
    overflow-y: auto;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}
.quiz-montage__slide-7__main::-webkit-scrollbar {
    width: 20px;
}
.quiz-montage__slide-7__main::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 100px;
}
.quiz-montage__slide-7__main::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #69AEFF;
}
.quiz-montage__slide-7__main__block {
    max-width: 1040px;
    width: 100%;
    display: flex;
}
.quiz-montage__slide-7__main__block-left {
    height: 66px;
    border: 1px solid #FFF;
    background: #F6FAFF;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 38px;
}
.quiz-montage__slide-7__main__block-left p {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-7__main__block-right {
    width: 100%;
    border: 1px solid #FFF;
    background: #F6FAFF;
    padding-left: 38px;
    display: flex;
    align-items: center;
}
.quiz-montage__slide-7__main__block-right p {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-montage__slide-7__main__block:nth-child(1) .quiz-montage__slide-7__main__block-left {
    border-radius: 10px 0px 0px 0px;
}
.quiz-montage__slide-7__main__block:nth-child(1) .quiz-montage__slide-7__main__block-right {
    border-radius: 0px 10px 0px 0px;
}
.quiz-montage__slide-7__main__block:last-child .quiz-montage__slide-7__main__block-left {
    border-radius: 10px 0px 0px 0px;
}
.quiz-montage__slide-7__main__block:last-child .quiz-montage__slide-7__main__block-right {
    border-radius: 0px 10px 0px 0px;
}
.quiz-montage__slide-7__buttons {
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.quiz-montage__slide-7__buttons > h1 {
    color: #373737;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Srbija Sans';
}
.quiz-montage__slide-7__buttons__row {
    display: flex;
    justify-content: space-between;
}
.quiz-montage__slide-7__buttons__row-right {
    display: flex;
    gap: 23px;
}
.quiz-montage__slide-7__buttons__row-right > button:nth-child(1) {
    border-radius: 6px;
    background: #69AEFF;
    width: 222px;
    color: #FFF;
    text-align: center;
    font-size: 13.846px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.quiz-montage__slide-7__buttons__row-right > button:nth-child(2) {
    width: 176px;
    border-radius: 6px;
    background: #373737;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.quiz-equipment {
    width: 100%;
    max-width: 1216px;
    background: #FFF;
    border-radius: 25px;
    height: 605px;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.quiz-equipment-1 {
    display: none;
}
.quiz-equipment-1.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-equipment-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.quiz-equipment-top > h1 {
    color: #373737;
    font-family: 'Srbija Sans';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-equipment__main {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-equipment__main-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.quiz-equipment__main-top > h3 {
    color: #373737;
    font-family: 'Srbija Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-equipment__main-top-row {
    display: flex;
    gap: 5px;
}
.quiz-equipment__main-top-row p {
    border-radius: 3px;
    background: #E3EBEF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
    color: #373737;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2px 7px;
}
.quiz-equipment__slider {
    max-width: 819px;
    margin: 0 auto;
    margin-top: 47px;
    position: relative;
    width: 100%;
}
.swiper-equipment-slide-1__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #69AEFF;
    border-radius: 50%;
    box-shadow: 0px 0px 45.99490737915039px rgba(0, 0, 0, 0.065);
    width: 49px;
    height: 49px;
    left: -24px;
    z-index: 22;
}
.swiper-equipment-slide-1__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #69AEFF;
    border-radius: 50%;
    box-shadow: 0px 0px 45.99490737915039px rgba(0, 0, 0, 0.065);
    width: 49px;
    height: 49px;
    right: -24px;
    z-index: 22;
}
.quiz-equipment-1__button {
    height: 161px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 13.932px;
    background: #FFF;
}
.quiz-equipment-1__button.active {
    box-shadow: 0px 0px 20px rgba(107, 135, 167, 0.104);
}
.quiz-equipment__buttons {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin: auto auto 0 auto;
}
.quiz-equipment-1__button img {
    border-radius: 13.932px 13.932px 0px 0px;
    width: 156px;
    height: 122.138px;
    object-fit: cover;
}
.swiper-equipment-slide-1 {
    padding: 10px 0;
}
.quiz-equipment-1 .scale-progress {
    width: 14.25%;
}
.quiz-equipment-2 .scale-progress {
    margin-left: 14.25%;
}
.quiz-equipment-3 .scale-progress {
    margin-left: 28.5%;
}
.quiz-equipment-4 .scale-progress {
    margin-left: 42.75%;
}
.quiz-equipment-5 .scale-progress {
    margin-left: 57%;
}
.quiz-equipment-6 .scale-progress {
    margin-left: 71.25%;
}
.quiz-equipment-7 .scale-progress {
    margin-left: auto;
}
.quiz-equipment-2, .quiz-equipment-3, .quiz-equipment-4, .quiz-equipment-5, .quiz-equipment-6, .quiz-equipment-7 {
    display: none;
}
.quiz-equipment-2.active, .quiz-equipment-3.active, .quiz-equipment-4.active, .quiz-equipment-5.active, .quiz-equipment-6.active, .quiz-equipment-7.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.quiz-equipment-3__main {
    display: flex;
    gap: 65px;
    justify-content: center;
    margin: auto 0;
}
.quiz-equipment-3__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 156px;
    height: 161px;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0 10px 0;
    justify-content: space-between;
    border-radius: 13.932px;
}
.quiz-equipment-3__button.active {
    box-shadow: 0px 0px 20px rgba(107, 135, 167, 0.160);
}
.quiz-equipment__main-top-row span {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2px 7px;
    border-radius: 3px;
    background: #69AEFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
}
.quiz-equipment-4__main {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 735px;
}
.quiz-equipment-4__button {
    color: #373737;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
    width: 235px;
    height: 37px;
}
.quiz-equipment-4__button.active {
    color: #FFF;
    font-weight: 700;
    background: #69AEFF;
}
.quiz-equipment-5__main {
    display: flex;
    gap: 32px;
    flex-direction: column;
    margin-top: 47px;
}
.quiz-equipment-5__main__buttons {
    display: flex;
    gap: 30px;
}
.quiz-equipment-5__button {
    color: #373737;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
    width: 147px;
    height: 37px;
}
.quiz-equipment-5__button.active {
    color: #FFF;
    font-weight: 700;
    background: #69AEFF;
}
.quiz-equipment-5__main__description {
    border-radius: 10px;
    background: #F6FAFF;
    padding: 15px;
}
.quiz-equipment-5__main__description p {
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-equipment-6__main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 47px;
}
.quiz-equipment-6__main__description {
    padding: 15px;
    border-radius: 10px;
    background: #F6FAFF;
    height: 126px;
}
.quiz-equipment-6__main__description-main {
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
    overflow-y: auto;
    height: 100%;
    direction: rtl;
}
.quiz-equipment-6__main__description-main p {
    padding-left: 10px;
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: ltr;
}
.quiz-equipment-6__main__buttons {
    display: flex;
    gap: 30px;
}
.quiz-equipment-6__button {
    color: #373737;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 147px;
    height: 37px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.045);
}
.quiz-equipment-6__button.active {
    color: #FFF;
    font-weight: 700;
    background: #69AEFF;
}
.quiz-equipment-6__main__description-main::-webkit-scrollbar {
    width: 20px;
}
.quiz-equipment-6__main__description-main::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 100px;
}
.quiz-equipment-6__main__description-main::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #69AEFF;
}
.quiz-equipment__slider_7 {
    max-width: 819px;
    margin: 0 auto;
    margin-top: 47px;
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-equipment-slide-7__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #69AEFF;
    border-radius: 50%;
    box-shadow: 0px 0px 45.99490737915039px rgba(0, 0, 0, 0.065);
    width: 49px;
    height: 49px;
    left: -24px;
    z-index: 22;
}
.swiper-equipment-slide-7__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #69AEFF;
    border-radius: 50%;
    box-shadow: 0px 0px 45.99490737915039px rgba(0, 0, 0, 0.065);
    width: 49px;
    height: 49px;
    right: -24px;
    z-index: 22;
}
.swiper-equipment-slide-7 {
    height: 100%;
}
.quiz-equipment-7__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #373737;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    height: 161px;
    border-radius: 13.932px;
}
.quiz-equipment-7__button img {
    border-radius: 13.932px 13.932px 0px 0px;
    width: 156px;
    height: 122.138px;
    object-fit: cover;
}
.quiz-equipment-7__button.active {
    box-shadow: 0px 0px 20px rgba(52, 53, 54, 0.160);
}
.quiz-equipment-2__main {
    display: flex;
    gap: 15px;
    flex-direction: column;
    height: 225px;
    overflow-y: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    max-width: 945px;
}
.quiz-equipment-2__main::-webkit-scrollbar {
    width: 20px;
}
.quiz-equipment-2__main::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 100px;
}
.quiz-equipment-2__main::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #69AEFF;
}
.quiz-equipment-2__main__row {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    position: relative;
}
.quiz-equipment-2__main__column-delete {
    position: absolute;
    top: 0;
    right: 16px;
}
.quiz-equipment-2__main__column {
    width: 185px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.quiz-equipment-2__main__column p {
    color: #373737;
    font-family: 'Srbija Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-equipment-2__main__column input {
    border-radius: 7px;
    background: #F6FAFF;
    width: 100%;
    padding: 13px 22px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-equipment-2__main__column-2 {
    display: flex;
    gap: 47px;
    align-items: center;
    position: relative;
}
.quiz-equipment-2__main__column-2 label {
    color: #373737;
    font-family: 'Srbija Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;   
    margin-bottom: 11.5px;
}
.quiz-equipment-2__main__column-2 input[type=checkbox]:before { 
    content:""; 
    display:inline-block; 
    width:41px; 
    height:41px; 
    background:#F6FAFF;
    border-radius: 5px;
    position: absolute;
    margin-top: -26px;
}
.quiz-equipment-2__main__column-2 input[type=checkbox]:checked:before { 
    background-color: #F6FAFF; 
    background-image: url('../images/checkbox.png'); 
    background-repeat: no-repeat; 
    background-position: center;
    position: absolute;
    margin-top: -26px;
} 
.quiz-equipment-2__main__column-2 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.quiz-equipment-2__main__column-2 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;top:10px;
    background-image: none;
}
.quiz-equipment-2__main__column-2 input[type="checkbox"]:checked {
    background-image: none;top:10px;
}
.quiz-equipment-2__main__button {
    width: 100%;
    padding: 13px;
    color: #B6B6B6;
    text-align: center;
    font-family: 'Srbija Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0325);
    max-width: 878px;
}

.quiz-montage {
    position: relative;
}

@media screen and (max-width: 992px) {
    body {
        padding: 0 20px;
    }
    .quiz-montage__slide-3__top::before, .quiz-montage__slide-3__top::after {
        display: none
    }
	.quiz-montage {
	    height: 522px;
	    padding: 18px 25px;
	    border-radius: 15px;
	}
    .quiz-montage h1 {
        font-size: 20px;
        text-align: center;
    }
    .quiz-montage__slide-7__buttons > h1 {
        text-align: left;
    }
    .scale {
        margin-top: 16px;
    }
    .questions-number {
        display: none;
    }
    .quiz-montage__slide-1__main h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .quiz-montage__slide-1__main-slider {
        margin-top: 42px;
    }

.quiz-montage__slide-1-button img
{
    width: auto;
}

    .swiper-slide-1__prev, .swiper-slide-1__next {
        display: none;
    }
    .quiz-montage__slide-1-button {
        font-weight: 700;
    }
    .quiz-montage__slide-1__buttons {
        flex-direction: column-reverse;
        gap: 15px;
        width: 100%;
    }
    .button-prev, .button-next {
        width: 100%;
    }
    .quiz-montage__slide-2 {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-montage__slide-2__decription {
        display: none;
    }
    .quiz-montage__slide-3 {
        height: 170px;
        background: transparent;
        margin: auto 0;
        overflow: auto;
    }
    .quiz-montage__slide-3__description p {
        font-size: 12px;
    }
    .quiz-montage__slide-3::-webkit-scrollbar {
        width: 20px;
    }
    .quiz-montage__slide-3::-webkit-scrollbar-track {
        background-color: #FFF;
        border-radius: 100px;
    }
    .quiz-montage__slide-3::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: #69AEFF;
    }
    .quiz-montage__slide-3__description {
        margin-top: 20px;
    }
    .quiz-montage__slide-3__top {
        padding: 0;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .quiz-montage__slide-3__left {
        width: 100%;
        min-width: 100%;
    }
    .quiz-montage__slide-4__main {
        display: none;
    }
    .quiz-montage__slide-4__buttons {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .quiz-montage__slide-4 {
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-montage__slide-5 {
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-montage__slide-5__buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .quiz-montage__slide-6 {
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-montage__slide-6__buttons {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    .quiz-montage__slide-6__button {
        padding: 2px 5px;
    }
    .quiz-montage__slide-7 {
        display: none;
    }
    .quiz-montage__slide-7__main__block-left p, .quiz-montage__slide-7__main__block-right p {
        font-size: 10px;
    }
    .quiz-montage__slide-7__main__block-left, .quiz-montage__slide-7__main__block-right {
        height: 40px;
        padding-left: 15px;
    }
    .quiz-montage__slide-7__buttons__row {
        flex-direction: column;
        gap: 15px;
    }
    .quiz-montage__slide-7__buttons__row-right {
        flex-direction: column;
        gap: 15px;
    }
    .quiz-montage__slide-7__buttons__row-right > button:nth-child(1), .quiz-montage__slide-7__buttons__row-right > button:nth-child(2) {
        width: 100%;
        height: 50px;
    }
    .quiz-montage__slide-2__button {
        display: flex;
        gap: 4px;
        align-items: center;
        color: #373737;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 7px;
        background: #FFF;
        box-shadow: 0px 0px 6px 0px rgba(63, 104, 153, 0.084);
        padding: 5.5px 11px;
        position: relative;
    }
    .quiz-equipment {
        border-radius: 15px;
        height: 467px;
        padding: 18px 25px;
    }
    .quiz-equipment-top > h1 {
        font-size: 20px;
        text-align: center;
    }
    .quiz-equipment__main-top > h3 {
        font-size: 16px;
    }
    .quiz-equipment__slider {
        margin: auto;
    }
    .quiz-equipment-top {
        margin-bottom: 15px;
    }
    .swiper-equipment-slide-1__next, .swiper-equipment-slide-1__prev {
        display: none;
    }
    .quiz-equipment__buttons {
        width: 100%;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .quiz-equipment-2__main__column {
        min-width: 163px;
    }
    .quiz-equipment-2__main__row {
        gap: 10px;
    }
    .quiz-equipment-2__main {
        height: 160px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-equipment__slider_7 {
        margin: auto;
        height: 171px;
    }
    .quiz-equipment-2__main__column p {
        font-size: 12px;
    }
    .quiz-equipment-2__main__column-2 label {
        font-size: 12px;
        text-wrap: nowrap;
    }
    .quiz-equipment-3__main {
        gap: 10px;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .quiz-equipment-3__button {
        min-width: 156px;
    }
    .quiz-equipment-4__main {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin: auto 0;
    }
    .quiz-equipment-4__button {
        font-size: 10px;
        border-radius: 5px;
        width: 180px;
        height: 22px;
    }
    .quiz-equipment-5__main__description {
        display: none;
    }
    .quiz-equipment-5__main {
        margin-top: auto;
    }
    .quiz-equipment-5__main__buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .quiz-equipment-6__main__description {
        display: none;
    }
    .quiz-equipment-6__main {
        margin-top: auto;
    }
    .quiz-equipment-6__main__buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .swiper-equipment-slide-7__next, .swiper-equipment-slide-7__prev {
        display: none;
    }
    .quiz-equipment-2__main__column-2 input[type=checkbox]:before {
        margin-top: -29px;
    }
    .quiz-equipment-2__main__column-delete {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 45px;
    }
}


.toastify {    
    display: inline-block;
    position: fixed;
    opacity: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(49% - 20px);
    z-index: 2147483647;
    box-shadow: 0px 0px 6px 0px hsla(213, 42%, 42%, 0.083);
    background: #69AEFF;
    width: 253px;
    height: 56px;
    border-radius: 7px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #ffffff;
}

.my-toast {
    box-shadow: 0px 0px 6px 0px hsla(213, 42%, 42%, 0.083);
    background: #69AEFF;
    width: 230px;
    height: 56px;
    border-radius: 7px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: #ffffff;
    font-family: "PT Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    justify-content: space-between;
    margin-right: 15px;
}

.my-toast .toast-content a
{
font-family: PT Sans;
font-weight: 700;
font-size: 10px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

.toast-content.d-flex.flex-column {
    gap: 5px;
}

button.toast-close {
    width: 25px;
    height: 23px;
    color: #fff;
    opacity: 1;
    padding: 0px;
    background: #bbd7f6;
    position: relative;
    right: 10px;  
  border-radius: 4px;
}

@media (max-width: 570px)
{
.toastify {
    max-width: calc(65% - 20px);
}

.quiz-equipment__slider_7 {
    margin: auto;
    height: 192px;
}

.quiz-equipment-2__main__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz-equipment-2__main {
    height: 160px;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
}

.quiz-equipment-2__main__column-2 {
    display: flex;
    gap: 47px;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}

.quiz-equipment-2__main__row {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    position: relative;
    flex-direction: column;
    width: 100%;
}
.quiz-equipment-2__main__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz-equipment-2__main__column-delete {
    position: relative;
    top: -65px;
    right: 10px;
    margin-bottom: 0;
}

.quiz-equipment-3__main {
    gap: 10px;
    justify-content: space-around;
    overflow-x: auto;
    flex-direction: column;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
}

.quiz-equipment-4__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: auto 0;
}
.quiz-equipment-4__button {
    font-size: 10px;
    border-radius: 5px;
    width: 180px;
    height: 32px;
}

.quiz-equipment-3__main {
    gap: 10px;
    justify-content: space-around;
    overflow-x: auto;
    flex-direction: column;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    box-sizing: border-box;
}

.quiz-equipment-4__button, .quiz-equipment-5__button, .quiz-equipment-6__button, .quiz-montage__slide-2__button, .quiz-montage__slide-5__button {
    font-size: 10px;
    border-radius: 5px;
    width: 95%;
    min-height: 35px;
}

.quiz-equipment-4__main, .quiz-equipment-5__main, .quiz-equipment-6__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: auto 0;
    overflow: auto;
    max-height: 310px;
    padding: 10px;
    box-sizing: border-box;
}

.quiz-equipment-4__main__buttons, .quiz-equipment-5__main__buttons, .quiz-equipment-6__main__buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.quiz-equipment-3__main {
    gap: 10px;
    justify-content: space-around;
    overflow-x: auto;
    flex-direction: column;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.quiz-equipment-3__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 145px;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0 10px 0;
    justify-content: space-between;
    border-radius: 13.932px;
    /* max-width: 94px; */
    margin: 0px 0px;
    box-sizing: border-box;
    min-width: 145px;
}

.quiz-equipment__slider_7 {
    margin: auto;
    height: 204px;
    padding: 15px 0;
}

.sec-quiz .swiper-slide {
    /* width: 155px; */
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
    /* width: 100%; */
    width: auto;
    margin: 0;
}

.sec-quiz .swiper {
    position: unset;
    padding-bottom: 0;
    padding-top: 7px;
    padding-right: 20px;
}

.quiz-montage__slide-3__right {
    padding: 16px;
    margin: 0 auto;
}

}

header .hoverMenu {
    padding-top: 40px!important;
    /* display: flex; */
}


.btn.btn-close.m-2.fs-15 {
    position: absolute;
    right: 0;
    top: 0;
}


@media (max-width:570px)
{
.quiz-equipment-1__button img {
    border-radius: 13.932px 13.932px 0px 0px;
    min-width: 130px;
    height: 122.138px;
    object-fit: cover;
}

.quiz-equipment-3__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 139px;
    color: #373737;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 24px 0 10px 0;
    justify-content: space-between;
    border-radius: 13.932px;
    /* max-width: 94px; */
    margin: 0px 0px;
    box-sizing: border-box;
    min-width: 125px;
}

.quiz-equipment-7__button img {
    border-radius: 13.932px 13.932px 0px 0px;
    min-width: 130px;
    height: 88%;
    object-fit: cover;
}

.quiz-montage__slide-1-button img {
    min-width: 121px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
}

.quiz-montage__slide-2__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: auto 0;
    overflow: auto;
    max-height: 100%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    font-size: 13px;
}

.quiz-montage__slide-3 {
    background: #F6FAFF;
    border-radius: 10px;
    height: 174px;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    flex-direction: column;
}

.quiz-montage__slide-3__right img {
    width: 230px;
    height: 142px;
    object-fit: cover;
    border-radius: 10px;
}

.quiz-montage__slide-4__button img {
    min-width: 130px;
    height: 122.138px;
    border-radius: 13.932px 13.932px 0px 0px;
    object-fit: cover;
}


.my-popup {
    width: calc(100% - 16px)!important;
    height: 280px!important;
    border-radius: 15px!important;
    background-color: #ffffff!important;
    z-index: 1000!important;
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    align-items: center!important;
    justify-content: space-between!important;
    gap: 20px!important;
    box-sizing: border-box!important;
    padding: 30px!important;
}

}

.swiper-equipment-slide-7 
.swiper-wrapper {
    min-height: 170px;
    padding: 10px;
}

.quiz-equipment-7__button.active {
    box-shadow: 0px 0px 20px rgba(52, 53, 54, 0.160);
}