.insidepage .topBanner-cnt {
    height: 300px;
}

.insidepage .labelAndButton a {
    display: none;
}

.insidepage .sliderSmallPosition {
    display: none;
}

.insidepage .labelAndButton {
    height: 100%;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: center;
}

.breadcrumbs nav ol li {
    list-style-type: none;
}

.pathway {
    opacity: 0.6;
}

.leftBlock {
    border-radius: 20px;
    background: #F3F7FF;
    width: fit-content;
    height: fit-content;
    padding: 30px 30px 194px;
}

.leftBlock>ul {
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.leftBlock>ul>li>a {
    color: #262C37;
    font-family: 'Onest-medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.3s;
}

.leftBlock>ul>li.active>a {
    color: var(--Main-Blue, #1D43D8);
}

.leftBlock>ul>li>a:hover {
    color: var(--Main-Blue, #1D43D8);
}

.leftBlock>ul>li ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.leftBlock>ul>li>ul li a {
    color: #262C37;
    font-family: 'Onest';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: 0.3s;
}

.leftBlock>ul>li>ul li a:hover {
    color: var(--Main-Blue, #1D43D8);
}

.catalogCnt {
    display: flex;
    align-items: start;
    gap: 20px;
    padding-top: 30px;
}

.rightBlock {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.rightBlockElem {
    max-width: 400px;
    height: 290px;
    border-radius: 20px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.rightBlockElem>a {
    display: block;
    height: 100%;
}

.rightBlockElem img {
    position: absolute;
    right: -20px;
    bottom: -20px;
    max-width: 290px;
    height: auto;
    transition: 0.3s;
}

.rightBlockElem:hover img {
    scale: 1.2;
}

.rightBlockElemTxt {
    color: #262C37;
    font-family: 'Onest-medium';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.rightBlockElemTxt:hover,
.rightBlockElemTxt:focus {
    text-decoration: none;
}


/* --- bid catalog --- */

.bidCatalog {
    margin-top: 70px;
    margin-bottom: 120px;
    border-radius: 20px;
    padding: 30px 50px 30px 30px;
    border-radius: 20px;
    border: 1px solid #1D43D8;
    background: #F3F7FF;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bidCatalog .beautyLineForm {
    position: absolute;
    bottom: -11px;
    right: -2px;
    z-index: -1;
}

.bidCatalog .fields {
    gap: 0;
    justify-content: end;
    margin: 0;
}

.bidCatalog .fields hr {
    margin: 0 60px;
    width: 1px;
    height: 346px;
    background: #1D43D8;
    border: none;
}

.fieldsKind {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fieldsKindTopLine {
    display: flex;
    gap: 20px;
}

.fieldsKindBottom {
    display: flex;
    gap: 20px;
    align-items: start;
}

.fieldsRight .fieldsOfInput {
    flex-direction: column;
    max-width: 260px;
}

.fieldsKindElem {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 5px;
}

.fieldsKindElem .txt {
    color: #02071B;
    font-family: 'Onest';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 150px;
}

.fieldsKindElem input {
    display: flex;
    padding: 11px 15px;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #1D43D8;
    background: none;
    width: 100%;
    /* txt */
    color: #02071B;
    font-family: 'Onest-light';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.fieldsKindElem input::placeholder {
    color: var(--Main-black, #02071B);
    font-family: 'Onest-light';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    opacity: 0.5;
}

.fieldsKindElem:first-child .radioBlock {
    flex-direction: row;
    max-width: 355px;
}

.radioBlock {
    border-radius: 10px;
    border: 1px solid var(--Main-Blue, #1D43D8);
    padding: 15px 24px 15px 14px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.radioBlockLeft,
.radioBlockRight {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radioElem {
    display: flex;
    align-items: start;
    gap: 8px;
}

.radioElem input {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
}

.radioElem label {
    color: #02071B;
    font-family: 'Onest-light';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.fieldsRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 260px;
}

.fieldsRight input {
    padding: 20px 25px;
    max-width: 100%;
    background: #325AF4;
}

.fieldsRight .formSubmitHover {
    width: 100%;
    margin-top: 10px;
}

.fieldsRight .formSubmit {
    border: solid 1px;
    width: 100%;
    padding: 17px 25px;
}

.fieldsRight .personalData {
    color: #1D43D8;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
}

.fieldsRight .confirm {
    margin-left: 24px;
    font-size: 12px;
}

.personalData a {
    /* opacity: 0.6; */
    color: #1D43D8;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: underline;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label:before {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: -24px;
    top: calc(50% - 10px);
    content: '';
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid var(--Main-Blue, #1D43D8);
}

.custom-checkbox:checked+label::before {
    content: url(../images/checkbox.svg);
    text-align: center;
}


/* --- item --- */

.item {
    margin-bottom: 90px;
}

.item .h2 {
    margin-bottom: 30px;
}

.itemCnt {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.itemImg {
    max-width: 610px;
    max-height: 412px;
    width: 100%;
}

.itemImg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 57px 21px;
    background: #fff;
    border-radius: 20px;
}

.itemDisc {
    max-width: 609px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.itemDisc span {
    color: #262C37;
    font-family: 'Onest-medium';
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.itemDisc .txt {
    color: #02071B;
    font-family: 'Onest';
    font-size: 16px;
    line-height: normal;
    opacity: 0.6;
}

.itemDisc .button {
    font-size: 18px;
    padding: 12px 30px;
}

.itemDisc .button:hover,
.itemDisc .button:focus {
    text-decoration: none;
    padding-left: 50px;
}

.itemDisc .button::before {
    left: 25px;
}


/* --- price --- */

.price {
    margin-bottom: 20px;
}

.price .h2 {
    margin-bottom: 30px;
}

.priceTable {
    border-radius: 20px;
    border: 1px solid var(--Main-Blue, #1D43D8);
    background: #F3F7FF;
}

.priceColumn {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.priceRow {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.priceRow::after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 8px;
    border-bottom: dashed 1px #000;
}

.priceTxt {
    color: #262C37;
    font-family: 'Onest';
    font-size: 18px;
    line-height: normal;
    background: #F3F7FF;
    z-index: 10;
    position: relative;
}

.pricePrice {
    color: #262C37;
    font-family: 'Onest-medium';
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    background: #F3F7FF;
}

.mod-breadcrumbs__wrapper {
    color: #262C37;
    font-family: 'Onest';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
    /* opacity: 0.5; */
}

.mod-breadcrumbs__wrapper a {
    color: #262C37;
}

.mod-breadcrumbs__wrapper ol li:last-child {
    color: var(--Main-Blue, #1D43D8);
}

.breadcrumb>li+li::before {
    content: "/\00a0";
    padding: 0;
    opacity: 0.6;
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

@media screen and (max-width: 1440px) {
    .mod-breadcrumbs__wrapper {
        font-size: 14px;
    }
    .priceTxt {
        font-size: 16px;
    }
    .pricePrice {
        font-size: 18px;
    }
    .item {
        margin-bottom: 60px;
    }
    .bidCatalog {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .bidCatalog .fields hr {
        margin: 0 30px;
    }
}

@media screen and (max-width: 1199px) {
    .rightBlockElemTxt {
        font-size: 20px;
    }
    .leftBlock>ul {
        width: 265px;
    }
    .leftBlock {
        padding-bottom: 80px;
    }
    .leftBlock>ul>li>a {
        font-size: 18px;
    }
    .leftBlock>ul>li>ul li a {
        font-size: 16px;
    }
    /* *********** */
    .bidCatalog .fields hr {
        display: none;
    }
    .fieldsRight {
        max-width: 100%;
        gap: 15px;
        padding-top: 30px;
    }
    .fieldsRight .fieldsOfInput {
        flex-direction: row;
        max-width: 100%;
    }
    .fieldsRight input {
        width: 100%;
    }
    .fieldsRight .formSubmit {
        /* width: 272px; */
    }
    .fieldsRight .formSubmitHover {
        width: fit-content;
        display: flex;
        justify-content: center;
    }
    /* ------ */
    .itemDisc .button {
        font-size: 17px;
        padding: 12px 20px;
    }
    .itemDisc {
        max-width: 500px;
        gap: 10px;
    }
    .priceTxt {
        font-size: 15px;
    }
    .pricePrice {
        font-size: 16px;
    }
    .mod-breadcrumbs__wrapper {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .rightBlock {
        grid-template-columns: repeat(1, 1fr);
    }
    /* ----- */
    .itemCnt {
        flex-direction: column;
        align-items: center;
    }
    .itemImg {
        max-width: 400px;
    }
    .itemDisc {
        max-width: 100%;
        align-items: center;
    }
    .priceRow {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .priceRow::after {
        bottom: -1px;
    }
    .mod-breadcrumbs__wrapper {
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .catalogCnt {
        flex-direction: column;
    }
    .leftBlock>ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        row-gap: 20px;
    }
    .leftBlock>ul>li>a {
        font-size: 17px;
    }
    .leftBlock>ul>li>ul li a {
        font-size: 15px;
    }
    .rightBlock {
        grid-template-columns: repeat(2, 1fr);
    }
    .rightBlockElem {
        width: 300px;
        height: 200px;
    }
    .rightBlockElemTxt {
        font-size: 16px;
    }
    .rightBlockElem img {
        right: -15px;
        bottom: -15px;
        max-width: 160px;
    }
    /* *********** */
    .fieldsKindTopLine {
        flex-direction: column;
        align-items: center;
    }
    .fieldsKindElem .txt {
        max-width: 100%;
        text-align: center;
    }
    .fieldsKindBottom {
        flex-direction: column;
        align-items: center;
    }
    .radioBlock {
        flex-direction: row;
    }
    .fieldsKindElem:first-child .radioBlock {
        flex-direction: column;
    }
    .fieldsRight .fieldsOfInput {
        flex-direction: column;
    }
    .bidCatalog .h2 {
        text-align: center;
    }
    /* ------ */
    .price .h2 {
        margin-bottom: 24px;
        text-align: center;
    }
    .itemDisc .button {
        font-size: 12px;
        padding: 12px 28px;
    }
    .insidepage .topBanner-cnt {
        height: 250px;
    }
    .leftBlock {
        display: none;
    }
}

@media screen and (max-width:650px) {
    .rightBlock {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width:485px) {
    .insidepage .topBanner-cnt {
        height: 230px;
    }
}

@media screen and (max-width: 430px) {
    .bidCatalog {
        padding-right: 10px;
        padding-left: 10px;
    }
    .itemDisc .button {
        font-size: 12px;
        padding: 10px 28px;
    }
    .leftBlock {
        padding: 30px 10px 30px;
    }
}