.main-banner {
    padding-top: 16px;
    padding-bottom: 24px;
    background: #F3F4F6;
}

.main-banner img {
    width: 100%;
}

.cottage__banner {
    background: url(../img/banner-smart-cottage.jpg) top center no-repeat;
    /* background: url(../img/banner-smart-cot.png) top center no-repeat; */
    height: 300px;
    margin-bottom: 25px;
}

.cottage__banner-text {
    font-size: 18px;
    line-height: 18px;
    color: #A2A3A4;
    margin-top: 32px;
    margin-left: 25px;
}

.cottage__banner-title {
    font-size: 64px;
    line-height: 74px;
    color: #FFFFFF;
    margin: 0;
    margin-top: 29px;
    font-family: FreeSetExtraCTT;
    margin-left: 25px;
}

.cottage__banner-buttons {
    margin-top: 208px;
    display: flex;
    width: 412px;
    justify-content: space-between;
    /* margin-left: 115px; */
}

.cottage__banner-button {
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
}

.cottage__banner-button-1 {
    background: #E91A23;
    border: 1px solid #E91A23;
    width: 214px;
    color: #F3F4F6 !important;
}

.cottage__banner-button-2 {
    width: 177px;
    border: 1px solid #FFFFFF;
    color: #fff !important;
}

.cottage-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #424242;
    margin: 0;
}

.cottage__view {
    margin-top: 50px;
    display: flex;
    margin-bottom: 170px;
}

.cottage__view-left {
    margin-top: 30px;
}

.cottage__view-right {
    width: 223px;
    height: 223px;
    border: 1px solid #E91A23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #E91A23;
    margin-left: 68px;
    cursor: pointer;
}

.cottage__view-text-1 {
    font-size: 18px;
    line-height: 18px;
    color: #424242;
    margin-top: 19px;
    margin-bottom: 30px;
}

.cottage__view-text-2 {
    font-size: 14px;
    line-height: 24px;
    color: #858585;
    margin: 0;
    max-width: 784px;
}

.cottage__choice-button:link,
.cottage__choice-button:visited {
    width: 214px;
    line-height: 40px;
    background: #E91A23;
    border-radius: 4px;
    display: block;
    margin-top: 36px;
    text-align: center;
    font-size: 14px;
    color: #F3F4F6;
}

.cottage__choice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
    max-width: 1128px;
}

.cottage__choice-right {
    display: flex;
    max-width: 744px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cottage__choice-item {
    max-width: 360px;
    margin-bottom: 56px;
}

.cottage__choice-item-title {
    font-size: 18px;
    line-height: 24px;
    color: #4D5054;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 14px;
}

a.cottage__choice-item.active .cottage__choice-item-title,
a.cottage__choice-item:hover .cottage__choice-item-title {
    color: #E91A23;
}

.cottage__choice-item-text {
    font-size: 14px;
    line-height: 24px;
    color: #4D5054;
    margin: 0;
}

.cottage__capability-text {
    margin: 0;
    max-width: 464px;
    margin-top: 16px;
    margin-bottom: 56px;
    font-size: 14px;
    line-height: 24px;
    color: #858585;
}

.cottage__capability-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1136px;
    margin-bottom: 30px;
}

.cottage__capability-item {
    position: relative;
    max-width: 552px;
    margin-bottom: 32px;
}

.cottage__capability-item-title {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    z-index: 3;
}

.cottage__capability-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 2;
    cursor: pointer;
}

.cottage__capability-item:hover .cottage__capability-item-bg {
    display: block;
}

/*.cottage__decoration {
    margin-bottom: 212px;
}*/

.cottage__decoration-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 58px;
    margin-bottom: 34px;
    justify-content: space-between;
    max-width: 1136px;
}

.cottage__decoration-tab {
    padding: 7px 37px;
    font-size: 16px;
    line-height: 20px;
    color: #4D5054;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
}

.cottage__decoration-tab.active {
    border: 1px solid #424242;
}

.cottage__decoration-block {
    display: flex;
    max-width: 1112px;
    justify-content: space-between;
    display: none;
}

.cottage__decoration-block.active {
    display: flex;
}

.cottage__decoration-left {
    height: 500px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ebecee; */
}

.cottage__decoration-right {
    width: 536px;
}

.cottage__decoration-right-title {
    font-size: 24px;
    line-height: 24px;
    color: #424242;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cottage__decoration-right-text {
    font-size: 14px;
    line-height: 20px;
    color: #4D5054;
    margin-bottom: 60px;
}

.cottage__decoration-right-list {
    display: flex;
    flex-wrap: wrap;
}

.cottage__decoration-right-item {
    position: relative;
    margin: 0 20px 40px;
}

.cottage__decoration-right-item:nth-child(6n) {
    margin-right: 0;
}

.cottage__decoration-right-item:nth-child(6n+1) {
    margin-left: 0;
}

.cottage__decoration-right-item-img {
    width: 56px;
    height: 56px;
    /* box-shadow: inset 1px 1px 4px rgb(0 0 0 / 10%); */
    position: relative;
    cursor: pointer;
}

/*
.cottage__decoration-right-item:nth-child(1) .cottage__decoration-right-item-img {
    background: #7e512f;
}

.cottage__decoration-right-item:nth-child(2) .cottage__decoration-right-item-img {
    background: #393e45;
}

.cottage__decoration-right-item:nth-child(3) .cottage__decoration-right-item-img {
    background: #553d2f;
}

.cottage__decoration-right-item:nth-child(4) .cottage__decoration-right-item-img {
    background: #3f2c2c;
}

.cottage__decoration-right-item:nth-child(5) .cottage__decoration-right-item-img {
    background: #413936;
}

.cottage__decoration-right-item:nth-child(6) .cottage__decoration-right-item-img {
    background: #cbb077;
}

.cottage__decoration-right-item:nth-child(7) .cottage__decoration-right-item-img {
    background: #8d5433;
}

.cottage__decoration-right-item:nth-child(8) .cottage__decoration-right-item-img {
    background: #5d5147;
}

.cottage__decoration-right-item:nth-child(9) .cottage__decoration-right-item-img {
    background: #45342c;
}

.cottage__decoration-right-item:nth-child(10) .cottage__decoration-right-item-img {
    background: #9ca1a7;
}

.cottage__decoration-right-item:nth-child(11) .cottage__decoration-right-item-img {
    background: #352d2b;
}

.cottage__decoration-right-item:nth-child(12) .cottage__decoration-right-item-img {
    background: #463d39;
}

.cottage__decoration-right-item:nth-child(13) .cottage__decoration-right-item-img {
    background: #443c3d;
}
*/

.cottage__decoration-right-item.active .cottage__decoration-right-item-img::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    left: -4px;
    top: -4px;
    border: 1px solid #424242;
}

.cottage__decoration-right-item-text {
    font-size: 14px;
    line-height: 20px;
    color: #4D5054;
    position: absolute;
    top: 59px;
    left: -4px;
    border: 1px solid #424242;
    padding: 1px 10px;
    display: none;
    background: #fff;
    z-index: 2;
}

.cottage__decoration-right-item:hover .cottage__decoration-right-item-text {
    display: block;
}

.cottage__project {
    display: flex;
    max-width: 1136px;
    justify-content: space-between;
    margin-bottom: 148px;
}

.cottage__project-left {
    width: 272px;
}

.cottage__project-top {
    height: 150px;
}

.cottage__project-text {
    font-size: 14px;
    line-height: 24px;
    color: #4D5054;
    margin-top: 32px;
}

.cottage__project-right {
    width: 816px;
}

.cottage__project-right .cottage__project-top {
    display: flex;
    justify-content: space-between;
}

.cottage__project-top-text {
    margin: 0;
    max-width: 384px;
    font-size: 14px;
    line-height: 24px;
    color: #4D5054;
    margin-top: 16px;
}

.cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
    top: initial;
    left: initial;
    right: 80px;
    bottom: -64px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow_l.png) center center no-repeat;
}

.cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
    top: initial;
    left: initial;
    right: 24px;
    bottom: -64px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow_r.png) center center no-repeat;
}

.cottage__project-slider li {
    text-align: center;
}

.cottage__recommendation {
    position: relative;
    margin: 0 auto;
    margin-bottom: 298px;
    max-width: 1240px;
    padding-left: 35px;
}

.cottage__recommendation-top {
    display: flex;
    justify-content: space-between;
    max-width: 1136px;
}

.cottage__recommendation::before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 23.08%);
    width: 104px;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 30px;
    z-index: 9;
}

.cottage__recommendation-list {
    margin-top: 40px;
}

.cottage__recommendation-item {
    max-width: 320px;
}

.cottage__recommendation-score {
    display: flex;
    line-height: 0;
    margin-bottom: 5px;
}

.cottage__recommendation-stars {
    display: flex;
    justify-content: space-between;
    width: 94px;
    margin-bottom: 30px;
}

.cottage__recommendation-number {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #4D5054;
}

.cottage__recommendation-name {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #4D5054;
}

.cottage__recommendation-date {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #9f9f9f;
}

.cottage__recommendation-text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #4D5054;
    max-width: 272px;
}

.cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-prev {
    top: initial;
    left: initial;
    right: 149px;
    bottom: -64px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow_l.png) center center no-repeat;
}

.cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-next {
    top: initial;
    left: initial;
    right: 93px;
    bottom: -64px;
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(../img/arrow_r.png) center center no-repeat;
}

.cottage__recommendation .bx-viewport {
    height: initial !important;
}

.cottage__recommendation-reviews:link,
.cottage__recommendation-reviews:visited {
    margin: 0;
    font-size: 14px;
    line-height: 36px;
    color: #4D5054;
}

.cottage__recommendation-reviews:hover {
    text-decoration: underline;
}

/***************** Inner pages *****************/

.cottage-inner .breadcrumbs {
    margin-top: 50px;
}

.cottage-inner h1 {
    margin: 0;
    font-weight: bold;
    font-size: 32px;
    color: #424242;
    line-height: 36px;
    margin-top: 70px;
}

.cottage-inner__text {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #858585;
}

.cottage-inner__block {
    display: flex;
    margin-bottom: 64px;
}

.cottage-inner__block-left {
    width: 352px;
    margin-right: 32px;
    padding-top: 49px;
}

.cottage-inner__block-title {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #4D5054;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.cottage-inner__block-title span {
    color: #E91A23;
}

.cottage-inner__block-text-1 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #73757C;
    margin-top: 6px;
    margin-bottom: 20px;
}

.cottage-inner__block-text-2 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #4D5054;
    max-width: 335px;
}

.cottage-inner__block-table-row {
    font-size: 14px;
    line-height: 24px;
    color: #73757C;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding-top: 16px;
}

.cottage-inner__block-table-row p {
    margin: 0;
}

.cottage-inner__block-button:link,
.cottage-inner__block-button:visited {
    width: 273px;
    line-height: 40px;
    background: #E91A23;
    border-radius: 4px;
    display: block;
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
    color: #F3F4F6;
}

.cottage-inner__block-right {
    position: relative;
}

.cottage-inner__block-right>img {
    display: none;
}

.cottage-inner__block-right>img.active {
    display: block;
}

.cottage-inner__block-sun {
    position: absolute;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
}

.cottage-inner__kit-title {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #4D5054;
    margin-bottom: 40px;
}

.cottage-inner__kit-item {
    display: flex;
    color: #4D5054;
    margin-bottom: 72px;
}

.cottage-inner__kit-item-left {
    width: 384px;
}

.cottage-inner__kit-item-title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.cottage-inner__kit-item-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.cottage-inner__kit-item-right {
    display: flex;
    max-width: 752px;
}

.cottage-inner__kit-item-list {
    padding-left: 56px;
    font-size: 14px;
    line-height: 16px;
}

.cottage-inner__kit-item-item {
    margin-bottom: 15px;
    position: relative;
}

.cottage-inner__kit-item-item::before {
    content: url(../img/gal.png);
    position: absolute;
    top: 0;
    left: -24px;
}

.cottage-inner__section {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 59px;
}

.cottage-inner__section:last-child {
    border-bottom: none;
}

.fullslider__links {
    margin: 0;
    margin-bottom: 100px;
}

.default-btn:link,
.default-btn:visited,
.default-btn:hover {
    color: #fff;
    background: #E91A22;
}

.cottage-inner__block-mobile {
    display: none;
}

.cottage-inner__kit-button {
    display: none;
}



@media (max-width: 1329px) {

    .cottage__recommendation {
        max-width: 1170px;
        padding-left: 0;
    }

    .cottage__recommendation::before {
        display: none;
    }

    .cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-prev {
        right: 114px;
    }

    .cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-next {
        right: 58px;
    }

}

@media (max-width: 1199px) {

    .main-banner {
        background: #fff;
        padding-bottom: 16px;
    }

    .cottage__view-right {
        width: 165px;
        height: 165px;
        font-size: 12px;
        line-height: 24px;
        margin-left: 0;
        margin-top: 40px;
    }

    .cottage__view-left {
        margin-top: 0;
    }

    .cottage__view {
        margin-top: 36px;
        margin-bottom: 72px;
    }

    .cottage__view-text-2 {
        padding-right: 68px;
    }

    .cottage__choice {
        display: block;
    }

    .cottage__choice-left {
        margin-bottom: 61px;
    }

    .cottage__choice-right {
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .cottage__choice-item-img img {
        max-width: 100%;
        width: 100%;
    }

    .cottage__choice-item {
        max-width: 100%;
    }

    .cottage__choice {
        margin-bottom: 20px;
    }

    .cottage__capability-text {
        margin-bottom: 30px;
    }

    .cottage__capability-item img {
        max-width: 100%;
        width: 100%;
    }

    .cottage__capability-list {
        max-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .fullslider__links {
        max-width: 720px;
        margin-bottom: 76px;
    }

    .cottage__capability-item {
        max-width: 100%;
        margin-bottom: 0;
    }

    .cottage__capability-item-title {
        bottom: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    .cottage__decoration-tabs {
        margin-top: 35px;
        margin-bottom: 42px;
        max-width: 720px;
    }

    .cottage__decoration-tab {
        padding: 7px 19px;
        font-size: 14px;
    }

    .cottage__decoration-left img {
        max-width: 288px;
    }

    .cottage__decoration-right-title {
        margin-top: 0;
    }

    .cottage__decoration-left {
        height: initial;
        width: 288px;
    }

    .cottage__decoration-block {
        max-width: 720px;
    }

    .cottage__decoration-right {
        width: initial;
        max-width: 402px;
    }

    .cottage__decoration-right-item-img img {
        max-width: 40px;
    }

    .cottage__decoration-right-item.active .cottage__decoration-right-item-img::before {
        width: 48px;
        height: 48px;
    }

    .cottage__decoration-right-item-img {
        width: 40px;
        height: 40px;
    }

    .cottage__decoration-right-item {
        margin: 0 15px 30px;
    }

    .cottage__decoration-right-text {
        margin-bottom: 35px;
    }

    .cottage__decoration {
        margin-bottom: 42px;
    }

    .cottage__project-left {
        width: 227px;
    }

    .cottage__project-top {
        height: initial;
        margin-bottom: 43px;
    }

    .cottage__project-img img {
        max-width: 227px;
    }

    .cottage__project-text {
        margin-top: 27px;
        font-size: 12px;
        line-height: 16px;
    }

    .cottage__project-top-text {
        max-width: 226px;
        margin-top: 77px;
        font-size: 12px;
        line-height: 16px;
    }

    .cottage__project-right {
        width: 473px;
    }

    .cottage__project {
        max-width: 720px;
        margin-bottom: 81px;
    }

    .cottage__project-right .cottage__project-top {
        margin-bottom: 27px;
    }

    .cottage__project-slider img {
        max-height: 355px;
    }

    .cottage__project .bx-controls-direction {
        display: block;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        right: 56px;
    }

    .cottage__recommendation {
        margin-bottom: 188px;
        width: 90%;
    }

    .cottage__recommendation .bx-controls-direction {
        display: block;
    }

    .cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
    }

    .cottage__recommendation .bx-wrapper .bx-controls-direction a.bx-prev {
        right: 56px;
    }

    .cottage__recommendation .bx-wrapper {
        width: initial;
    }

    .cottage-inner__block-right img {
        max-width: 586px;
    }

    .cottage-inner__block-right {
        height: 100%;
    }

    .cottage-inner__kit-item-left {
        width: 30%;
        padding-right: 15px;
    }

    .cottage-inner__kit-item-right {
        max-width: 70%;
    }

    .cottage__banner-buttons {
        margin-left: 15px;
    }

}

@media (max-width: 991px) {

    .cottage__view-text-2 {
        max-width: 493px;
        padding-right: 0;
    }

    .cottage__view {
        justify-content: space-between;
    }

    .cottage__banner {
        background: url(../img/banner-smart-cottage-2.png) top center no-repeat;
        height: 173px;
        margin-bottom: 17px;
    }

    .cottage__banner-text {
        font-size: 14px;
        line-height: 14px;
        margin-top: 14px;
        margin-left: 9px;
    }

    .cottage__banner-title {
        font-size: 48px;
        line-height: 56px;
        text-shadow: 0px 10px 20px rgb(0 0 0 / 50%);
        margin-left: 9px;
        margin-top: 15px;
    }

    .cottage__banner-buttons {
        margin-top: 15px;
        width: 364px;
        margin-left: 9px;
        display: none;
    }

    .cottage__banner-button-1 {
        width: 171px;
    }

    .cottage__banner-button-2 {
        width: 176px;
    }

    .cottage__banner-button {
        line-height: 34px;
    }

    .cottage-inner__block-right img {
        max-width: 370px;
    }

    .cottage-inner .breadcrumbs {
        margin-top: 15px;
    }

    .cottage-inner h1 {
        margin-top: 36px;
        max-width: 500px;
    }

    .cottage-inner__kit-item {
        flex-wrap: wrap;
    }

    .cottage-inner__kit-item-left {
        width: 100%;
        padding: 0;
    }

    .cottage-inner__kit-item-right {
        max-width: 100%;
    }

    .cottage-inner__block {
        position: relative;
    }

    .cottage-inner__block-right {
        position: absolute;
        top: 0;
        right: 0;
        height: 284px;
    }

    .cottage-inner__block-sun {
        bottom: 11px;
        right: 11px;
    }

    .cottage-inner__block-left {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .cottage-inner__block-table {
        margin-top: 30px;
    }

    .cottage-inner__kit-item-title {
        margin-bottom: 0;
    }

    .cottage-inner__kit-item-left {
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {

    .cottage__banner {
        background: url(../img/banner-smart-cottage-3.png) top center no-repeat;
    }

    .cottage-inner__text {
        display: none;
    }

    .cottage-inner__block-title {
        flex-direction: row;
    }

    .cottage__recommendation-stars {
        margin-bottom: 0;
        margin-left: 8px;
    }

    .cottage__view-right {
        display: none;
    }

    .cottage__view-text-2 {
        max-width: initial;
    }

    .cottage__choice-right {
        max-width: 100%;
        gap: 16px;
    }

    .cottage__capability-list {
        gap: 16px;
    }

    .cottage__decoration-tab {
        margin-bottom: 20px;
    }

    .cottage__decoration-block {
        flex-direction: column;
    }

    .cottage__decoration-tabs {
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .cottage__decoration-right {
        display: flex;
        flex-direction: column;
    }

    .cottage__decoration-right-title {
        order: 1;
    }

    .cottage__decoration-right-text {
        order: 2;
    }

    .cottage__project {
        display: block;
    }

    .cottage__project-left {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 18px;
    }

    .cottage__project-top {
        width: 100%;
    }

    .cottage__project-img img {
        max-width: initial;
    }

    .cottage__project-text {
        margin: 0;
        max-width: 200px;
        padding-left: 14px;
    }

    .cottage__project-right {
        display: flex;
        flex-wrap: wrap;
    }

    .cottage__project-right .cottage__project-top {
        order: 1;
        margin: 0;
    }

    .cottage__project-top-text {
        margin-top: 0;
    }

    .cottage__project-right .bx-wrapper {
        margin-bottom: 21px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        top: -370px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        top: -370px;
    }

    .cottage__decoration-left {
        margin-bottom: 13px;
    }

    .cottage-inner__block-right {
        width: 50%;
    }

    .cottage-inner__block-right img {
        max-width: 100%;
    }

    .cottage-inner__block-text-2 {
        max-width: 45%;
    }

    .cottage-inner__block-right {
        height: initial;
    }

}

@media (max-width: 649px) {

    .cottage__choice-right, 
    .cottage__capability-list {
        grid-template-columns: 1fr;
    }

    .cottage-inner__block-right {
        position: relative;
        width: 100%;
    }

    .cottage-inner__block {
        display: block;
    }

    .cottage-inner__block-text-2 {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .cottage-inner__block-right {
        display: none;
    }

    .cottage-inner__block-right.cottage-inner__block-mobile {
        display: block;
    }

    .cottage-inner__block-table {
        margin-top: 10px;
    }

    .cottage-inner__kit-item-right {
        display: block;
    }

    .cottage-inner__kit-item-list {
        padding-left: 25px;
        margin-top: 25px;
    }

    .cottage-inner__kit-item {
        margin-bottom: 54px;
    }

    .cottage-inner__kit-title {
        margin-bottom: 6px;
    }

    .cottage-inner__kit-button {
        display: block;
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        color: #E91A23;
        cursor: pointer;
        margin-bottom: 40px;
    }

    .cottage-inner__kit-list {
        display: none;
    }

}

@media (max-width: 501px) {

    .cottage__project-img {
        width: 139px;
        overflow: hidden;
    }

    .cottage__project-img img {
        margin-left: -40px;
        max-width: 235px;
    }

    .cottage__project-right {
        width: 100%;
    }

    .cottage__project-right .cottage__project-top {
        flex-direction: column;
    }

    .cottage__project-top-text {
        margin-top: 0;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        top: -330px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        top: -330px;
    }

    .cottage__decoration-right-item {
        margin: 0 10px 20px;
    }

    .cottage__decoration-right-item:nth-child(6n) {
        margin-right: 10px;
    }

    .cottage__decoration-right-item:nth-child(6n+1) {
        margin-left: 10px;
    }

    .cottage__decoration-right-item-img {
        width: 31px;
        height: 31px;
    }

    .cottage__decoration-right-item.active .cottage__decoration-right-item-img::before {
        width: 39px;
        height: 39px;
    }

    .cottage__decoration-right-item-img img {
        max-width: 31px;
    }

    .cottage__decoration-right-title {
        margin-top: 14px;
        margin-bottom: 15px;
    }

    .cottage__decoration-right-item-text {
        top: 34px;
    }

    .cottage__decoration {
        margin-bottom: 6px;
    }

    .cottage__project-top {
        height: initial;
        margin-bottom: 21px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        top: -310px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        top: -310px;
    }

}

@media (max-width: 409px) {

    /* .cottage__banner {
        background: url(../img/banner-smart-cot-4.png) top center no-repeat;
        height: 130px;
    } */

    /* .cottage__banner {
        background-position-x: 10%;
    } */

    .cottage__banner-buttons {
        display: none;
    }

    .cottage__banner-title {
        margin-left: 0;
        margin-top: 22px;
    }

    .cottage__banner-text {
        font-size: 12px;
        line-height: 12px;
        margin-top: 9px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .cottage__recommendation-reviews {
        position: absolute;
        left: 0;
        bottom: -55px;
    }

    .cottage__project-text {
        max-width: 140px;
    }

    .cottage__project-img img {
        margin-left: -58px;
        max-width: initial;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        top: -385px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        top: -385px;
    }

    .cottage__project-slider img {
        max-height: 285px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-prev {
        top: -362px;
    }

    .cottage__project .bx-wrapper .bx-controls-direction a.bx-next {
        top: -362px;
    }

    .cottage-inner h1 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 29px;
    }

    .cottage-inner__block {
        margin-bottom: 34px;
    }

    .cottage-inner__kit-item {
        margin-bottom: 39px;
    }

}

@media (max-width: 349px) {

    .cottage__banner {
        margin-bottom: 11px;
    }

    .cottage-title {
        font-size: 24px;
        line-height: 28px;
    }

    .cottage__view-text-1 {
        font-size: 18px;
        line-height: 24px;
    }

    .cottage__view {
        margin-top: 29px;
        margin-bottom: 45px;
    }

    .cottage__choice-button:link,
    .cottage__choice-button:visited {
        margin-top: 25px;
    }

    .cottage__choice-left {
        margin-bottom: 36px;
    }

    .cottage__choice-item-title {
        margin-top: 27px;
    }

    .cottage__choice-item {
        margin-bottom: 52px;
    }

    .cottage__decoration-tab {
        font-size: 12px;
        padding: 7px 12px;
        text-align: center;
        line-height: 12px;
        height: 36px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .cottage__decoration-tabs {
        margin-top: 25px;
        margin-bottom: 20px;
    }

}

@media (max-width: 320px) {



    .cottage__banner-title {
        font-size: 30px;
        line-height: 30px;
        max-width: 130px;
    }

    .cottage__project-slider img {
        max-height: 218px;
    }

    .cottage__project {
        margin-bottom: 22px;
    }

    .cottage__recommendation-list {
        margin-top: 26px;
    }

    .cottage__recommendation {
        margin-bottom: 112px;
    }

    .cottage-inner__block-button:link,
    .cottage-inner__block-button:visited {
        width: 100%;
    }

}