html {
    overflow-x: hidden;
}

.pad_bot_50 {
    padding: 0 0 50px 0;
    max-width: 100vw;
    margin: 0;
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: -1px -1px 8px 0px rgba(34, 60, 80, 0.58);
}

.content-part {
    position: absolute;
    top: 150px;
    left: 1000px;
}

.sizes-page-top-heading::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    background: white;
}

.content-part h1 {
    width: fit-content;
    font-size: 58px;
    color: #3B8056;
    line-height: 1.5;
    text-transform: uppercase;
    background: #fff;
    padding: 17px 30px;
    border-radius: 4px;
}

.sizes-page-top-heading {
    background: url(../images/sizes.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 1920px;
    margin: 0 auto;
    /* z-index: 2; */
    height: 752px;
    box-sizing: border-box;
}

.sizes-part {
    font-size: 50px;
}

.pick_size {
    display: flex;
    position: relative;
    width: 1175px;
    margin: 0 auto;
    align-items: center;
    margin-top: 50px;
}

.pick_size .text_in_img {
    position: relative;
    margin-right: 100px;
}

.pick_size .text_in_img img {
    width: 600px;
}

.pick_size .text_in_img p {
    width: 426px;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
    color: white;
    font-size: 16px;
}

.pick_size .text p {
    color: #000;
    font-size: 24px;
    margin: 0 0 40px 0;
}

.size_option {
    position: relative;
    width: 1418px;
    display: flex;
    flex-direction: column;
    margin: 50px auto 50px auto;
}

.picture_sizes picture {
    width: 100%;
    padding: 18px;
}

.picture_sizes picture img {
    width: 100%;
}

.size_option .blocks {
    display: flex;
    flex-wrap: wrap;
}

/* .dots_mobile {
    display: none;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
}

.dots_mobile span {
    width: 5vw;
    height: 5vw;
    background: rgba(0, 0, 0, 0.452);
    border-radius: 50%;
    margin: 0 1vw;
}

.dots_mobile span.active {
    background: #3B8056;
} */

.scrollbar_mobile {
    display: none;
    width: 70vw;
    background: #EBF5EB;
    border-radius: 100px;
    height: 1.4vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 8vw;
}

.scrollbar_mobile .oval {
    background: #3B8056;
    width: 15%;
    left: 0;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blocks_plants_mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 88vw;
    margin: 0 auto;
    position: relative;
}

.blocks_plants_mobile .block_plant {
    display: flex;
    width: 100%;
    box-shadow: 0 0 2.48vw 0.16vw rgb(0 0 0 / 20%);
    margin-bottom: 5vw;
    justify-content: space-between;
    align-items: center;
    padding: 4vw;
    border-radius: 2vw;
    height: 39.012vw;
    position: relative;
}

.blocks_plants_mobile .block_plant img {
    height: 24vw;
}

.blocks_plants_mobile .block_plant.plant_8 img,
.blocks_plants_mobile .block_plant.plant_9 img {
    height: 15vw;
}

.blocks_plants_mobile .block_plant h3 {
    font-size: 5vw;
    margin: 0 0 2vw 0;
    color: #293D31;
}

.blocks_plants_mobile .block_plant p {
    font-size: 4.5vw;
    margin: 0;
}

.blocks_plants_mobile .block_plant p span {
    color: silver;
}

.size_option h2 {
    margin-left: 121.5px;
    width: fit-content;
    color: #3B8056;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 50px;
}

.size_option .speciment {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 315px;
    height: 460px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 30px 5px 20px;
    margin: 0 18px 36px 18px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    transition: .6s;
    cursor: pointer;
}

.size_option .speciment__title {
    margin: 0px 0px 10px 0px;
    font-size: 36px;
    font-weight: 700;
}

.size_option .speciment-text {
    font-size: 18px;
    margin: 0px 0px 30px 0px;
}

.size_option .speciment-text p {
    margin: 0px 0px 5px 0px;
}

.size_option .speciment-text p:last-child {
    margin: 0;
}

.size_option .speciment-text span {
    color: #666;
}

.size_option .speciment-img {
    width: 300px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.size_option .speciment-img img {
    height: 100%;
}

.size_option .card_8 .speciment-img img,
.size_option .card_9 .speciment-img img {
    width: 300px;
    height: auto;
}

.size_option .speciment:hover {
    background: #293D31;
    box-shadow: none;
}

.size_option .speciment:hover .speciment__title {
    color: white;
}

.size_option .speciment:hover .speciment-text span {
    color: #bbb;
}

.size_option .speciment:hover .speciment-text p {
    color: white;
}

.video_text {
    width: 810px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 100px auto;
}

.video_text .video_block {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.video_text .video_block img {
    width: 100%;
    border: 3px solid rgb(189, 189, 189);
}

.video_text .video_block svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 106px;
    cursor: pointer;
    transition: .6s;
}

.video_text .video_block svg:hover {
    opacity: .6;
}

.video_text p {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.video_text .text_mobile {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7vw;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.video_text .text_mobile * {
    color: white;
    font-size: 4.5vw;
    text-align: center;
}

.video_text .text_mobile p {
    margin-bottom: 3vw;
}

.video_text a {
    text-decoration: none;
    color: #9C1633;
}

.video_text a:hover {
    color: #000;
}

.size_chart {
    position: relative;
    width: 1175px;
    margin: 0 auto 100px auto;
}

.size_chart h2 {
    width: fit-content;
    color: #3B8056;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 50px;
}

.size_chart .two_tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    /* align-items: flex-start; */
}

.size_chart .tabs_sizes_mob,
.size_chart .tabl_gallons_mob {
    display: none;
    align-items: center;
    flex-direction: column;
    width: 88vw;
    margin: 0 auto;
}

.size_chart .routing {
    display: flex;
    background: #EBF5EB;
    width: 88vw;
    margin: 0 auto;
    border-radius: 100px;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 5vw;
}

.size_chart .tabl_gallons_mob .routing {
    border: 1px solid #3B8056;
    width: 80vw;
}

.size_chart .routing p {
    font-size: 3vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 3vw 4vw;
}

.size_chart .tabl_gallons_mob .routing p {
    padding: 3vw 5vw;
}

.size_chart .tabl_gallons_mob .routing p.active {
    font-weight: 600;
}

.size_chart .routing p.active {
    background: white;
    border-radius: 100px;
}

.size_chart .wrap_tabs {
    width: 100%;
    padding: 1vw;
    background: white;
    border-radius: 2vw;
    margin-bottom: 5vw;
}

.size_chart .wrap_tabs table {
    width: 100%;
    border-spacing: 4vw;
}

.size_chart .wrap_tabs td {
    font-size: 3vw;
    padding: 4vw;
    border-radius: 2vw;
}

.size_chart .wrap_tabs .first_t td {
    text-align: center;
}

.size_chart .wrap_tabs .first_t td:first-child {
    border-radius: 2vw 0 0 2vw;
}

.size_chart .wrap_tabs .first_t td:last-child {
    border-radius: 0 2vw 2vw 0;
}

.size_chart .two_tabs table {
    width: 48%;
    border-spacing: 7px;
}

.size_chart .two_tabs table tr td:first-child {
    border-radius: 5px 0 0 5px;
    width: 40%;
}

.tabs_sizes_mob .wrap_tabs td div {
    display: flex;
    flex-direction: column;
}

.tabs_sizes_mob .wrap_tabs td div b {
    margin: 0;
    margin-bottom: 3vw;
}

.tabs_sizes_mob .wrap_tabs td div p {
    margin: 0;
}

.tabs_sizes_mob table:not(.first_t) {
    display: none;
}

.size_chart .tabl_gallons_mob table {
    border-spacing: 3vw;
}

.size_chart .tabl_gallons_mob td div {
    display: flex;
    align-items: center;
}

.size_chart .tabl_gallons_mob td div img {
    width: 14vw;
    margin-right: 3vw;
    border-radius: 3vw;
}

.size_chart .tabl_gallons_mob td {
    padding: 2vw;
}

.size_chart .two_tabs table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.size_chart table tr:nth-child(even) {
    background: white;
}

.size_chart table tr:nth-child(odd) {
    background: #F4F7F5;
}

.size_chart .two_tabs table tr td:first-child,
.size_chart .progress thead td,
.size_chart .progress tr td:first-child {
    font-weight: 600;
}

.size_chart .two_tabs table td {
    font-size: 18px;
    padding: 10px 15px;
}

.size_chart .center_txt {
    color: #000;
    font-size: 24px;
    margin: 0 0 40px 0;
    max-width: 68%;
}

.size_chart .progress {
    width: 70%;
    margin-left: auto;
    border-spacing: 0;
}

.size_chart .progress.up_layer {
    display: none;
}

.size_chart .progress td {
    width: 20%;
    text-align: center;
    padding: 7px 0;
}

.size_chart .progress tr:nth-child(even) td {
    padding: 14px 0;
}

.size_chart .progress tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.size_chart .progress tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.size_chart .progress thead tr {
    background: none;
}

.size_chart .progress thead tr td div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.size_chart .progress thead td {
    vertical-align: bottom;
}

.size_chart .progress thead td:nth-child(2) img {
    width: 18px;
    height: auto;
}

.size_chart .progress thead td:nth-child(3) img {
    width: 25px;
    height: auto;
}

.size_chart .progress thead td:nth-child(4) img {
    width: 47px;
    height: auto;
}

.size_chart .progress thead td:nth-child(5) img {
    width: 63px;
    height: auto;
}

.how_makes {
    position: relative;
    max-height: 320px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 50px;
}

.how_makes picture {
    width: 100%;
    max-width: 100vw;
}

.how_makes picture img {
    width: 100%;
}

.how_makes .block_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33%;
    color: #fff;
    left: 5%;
}

.how_makes .text_part {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px;
}

.how_makes .text_description {
    font-size: 16px;
}

.how_makes .text_description_mobile {
    display: none;
}

.how_makes .my_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
    cursor: pointer;
}

.how_makes .my_btn .fil1 {
    transition: .6s;
}

.how_makes .my_btn:hover .fil1 {
    transform: translateX(-50px);
}

.how_makes .my_btn svg {
    width: 300px;
    height: 180px;
}

.container_desc {
    width: 1175px;
    position: relative;
    margin: 0 auto;
}

.container_desc h2 {
    width: fit-content;
    color: #3B8056;
    margin-top: 0;
    font-size: 44px;
    margin-bottom: 50px;
}

.container_desc .block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_desc {
    margin: 0 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 45px;
    border-radius: 15px;
    width: 1111px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
    background: white;
    margin-bottom: 50px;
    position: relative;
}

.card_desc.bord {
    border: 3px solid #9ec9af;
}

.card_desc.bord h3 {
    color: #3B8056;
}

.card_desc.right {
    flex-direction: row-reverse;
}

.card_desc.right h3 {
    text-align: end;
}

.card_desc .text_in_img {
    margin: 0px 10px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
}

.card_desc .text_in_img p {
    white-space: nowrap;
}

.card_desc.bord .text_in_img p {
    background: #d9b762;
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    height: fit-content;
}

.card_desc:not(.bord) .text_in_img p {
    position: absolute;
    bottom: 0;
    left: -45px;
    background: #d9b762;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    margin: 0;
    transform: translateY(70%);
}

.card_desc.right .text_in_img p {
    right: -55px;
    left: auto;
}

.card_desc .text_in_img img {
    width: 400px;
}

.card_desc.bord .text_in_img {
    margin-left: 70px;
}

.card_desc.bord .text_in_img img {
    width: 250px;
}

.card_desc.variant_2 {
    flex-direction: column;
}

.card_desc.variant_2 .wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}

.card_desc.variant_2 .wrap+p {
    font-size: 24px;
    line-height: 36px;
}

.card_desc.variant_2 .text_in_img img {
    width: 280px;
}

.card_desc.variant_2 .text_in_img p {
    transform: translateY(200%);
}

.card_desc.variant_2 table {
    width: 700px;
    margin-bottom: 0;
}

.card_desc table tr td {
    padding: 15px;
}

.card_desc.variant_2 table tr td:last-child {
    text-align: start;
}

.card_desc table {
    width: 560px;
    margin-bottom: 50px;
    border-spacing: 7px;
}

.card_desc table tr {
    background: #f1f0f0;
    font-size: 20px;
    /* line-height: 50px; */
    text-align: center;
    color: #293d31;
}

.card_desc table thead tr {
    color: #666666;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: none;
}

.card_desc table tr td:first-child {
    border-radius: 5px 0 0 5px;
    min-width: 25%;
}

.card_desc table tr td:last-child {
    border-radius: 0 5px 5px 0;
}

.card_desc .text_cnt p {
    font-size: 24px;
    line-height: 36px;
}

.card_desc .text_cnt p {
    margin: 0;
    width: 550px;
}

.card_desc h3 {
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #3B8056;
    margin-bottom: 30px;
    margin-top: 0;
}

.card_desc h3.mobile_h3 {
    display: none;
}

.card_desc p.mobile_sub {
    display: none;
}

.card_desc h3.no_margin {
    margin: 0;
}

.card_desc p.subtitle {
    color: #9C1633;
    margin-bottom: 30px;
    font-size: 16px;
}

@media screen and (max-width: 1920px) {
    .content-part {
        top: 7.8vw;
        left: 52vw;
    }

    .content-part h1 {
        font-size: 3vw;
    }

    .sizes-page-top-heading {
        width: 100vw;
        height: 39.1vw;
        background-size: cover;
    }
}

@media screen and (max-width: 1470px) {
    .size_option {
        width: 1175px;
    }

    .size_option h2 {
        margin-left: 0px;
    }

    .size_option .blocks {
        justify-content: space-between;
    }

    .size_option .speciment {
        margin: 0 18px 56px 18px;
    }

    .size_option .speciment:last-child {
        margin-right: auto;
        margin-left: 78px;
    }
}

@media screen and (max-width: 1250px) {
    .pad_bot_50 {
        padding: 0 0 4vw 0;
        max-width: 100vw;
    }

    .pick_size {
        width: 94vw;
        margin-top: 4vw;
    }

    .pick_size .text_in_img {
        margin-right: 8vw;
    }

    .pick_size .text_in_img img {
        width: 34.08vw;
    }

    .pick_size .text_in_img p {
        width: 34.08vw;
        bottom: 1.6vw;
        font-size: 1.28vw;
    }

    .pick_size .text p {
        font-size: 1.92vw;
        margin: 0 0 3.2vw 0;
    }

    .size_option {
        width: 94vw;
        margin: 4vw auto 4vw auto;
    }

    .size_option h2 {
        margin-left: 1.5vw;
        font-size: 3.52vw;
        margin-bottom: 4vw;
    }

    .size_option .speciment {
        width: 25.2vw;
        height: 36.8vw;
        border-radius: 1.2vw;
        padding: 2.4vw 0.4vw 1.6vw;
        margin: 0 1.44vw 5.88vw 1.44vw;
        box-shadow: 0 0 0.48vw 0.16vw rgba(0, 0, 0, .2);
    }

    .size_option .speciment__title {
        margin: 0vw 0vw 0.8vw 0vw;
        font-size: 2.88vw;
    }

    .size_option .speciment-text {
        font-size: 1.44vw;
        margin: 0vw 0vw 2.4vw 0vw;
    }

    .size_option .speciment-text p {
        margin: 0vw 0vw 0.4vw 0vw;
    }

    .size_option .speciment-img {
        width: 24vw;
        height: 20vw;
    }

    .size_option .card_8 .speciment-img img,
    .size_option .card_9 .speciment-img img {
        width: 24vw;
    }

    .video_text {
        width: 64.8vw;
        margin: 0 auto 8vw auto;
    }

    .video_text .video_block {
        margin-bottom: 0.8vw;
    }

    .video_text .video_block img {
        width: 100%;
        border: 0.24vw solid rgb(189, 189, 189);
    }

    .video_text .video_block svg {
        left: 50%;
        top: 50%;
        width: 8.48vw;
    }

    .video_text p {
        font-size: 1.44vw;
    }

    .size_chart {
        width: 100vw;
        margin: 0 auto 0 auto;
        padding: 10vw 6vw 8vw 6vw;
    }

    .size_chart h2 {
        font-size: 3.52vw;
        margin-bottom: 4vw;
    }

    .size_chart .two_tabs {
        margin-bottom: 4vw;
    }

    .size_chart .two_tabs table {
        border-spacing: 0.56vw;
    }

    .size_chart .two_tabs table tr td:first-child {
        border-radius: 0.4vw 0 0 0.4vw;
    }

    .size_chart .two_tabs table tr td:last-child {
        border-radius: 0 0.4vw 0.4vw 0;
    }

    .size_chart .two_tabs table td {
        font-size: 1.44vw;
        padding: 0.8vw 1.2vw;
    }

    .size_chart .center_txt {
        font-size: 1.92vw;
        margin: 0 0 3.2vw 0;
        max-width: 68%;
    }

    .size_chart .progress td {
        padding: 0.56vw 0;
    }

    .size_chart .progress tr:nth-child(even) td {
        padding: 1.12vw 0;
    }

    .size_chart .progress tr td:first-child {
        border-radius: 0.4vw 0 0 0.4vw;
    }

    .size_chart .progress tr td:last-child {
        border-radius: 0 0.4vw 0.4vw 0;
    }

    .size_chart .progress thead td:nth-child(2) img {
        width: 1.44vw;
    }

    .size_chart .progress thead td:nth-child(3) img {
        width: 2vw;
    }

    .size_chart .progress thead td:nth-child(4) img {
        width: 3.76vw;
    }

    .size_chart .progress thead td:nth-child(5) img {
        width: 5.04vw;
    }

    .how_makes {
        max-height: 25.6vw;
        margin-bottom: 4vw;
    }

    .how_makes picture {
        max-width: 100vw;
    }

    .how_makes .text_part {
        font-size: 4.16vw;
    }

    .how_makes .text_description {
        font-size: 1.28vw;
    }

    .how_makes .my_btn svg {
        width: 24vw;
        height: 14.4vw;
    }

    .container_desc {
        width: 100vw;
        padding: 10vw 6vw 5vw 6vw;
        margin-bottom: 0;
    }

    .container_desc h2 {
        font-size: 3.52vw;
        margin-bottom: 4vw;
    }

    .container_desc .blocks {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card_desc {
        margin: 0 0vw 0vw 0vw;
        padding: 3.6vw;
        border-radius: 1.2vw;
        width: 88vw;
        box-shadow: 0 0 0.48vw 0.16vw rgba(0, 0, 0, .2);
        margin-bottom: 4vw;
    }

    .card_desc.bord {
        border: 0.24vw solid #9ec9af;
    }

    .card_desc .text_in_img {
        margin: 0vw 0.8vw 0vw 0vw;
    }

    .card_desc.bord .text_in_img p {
        padding: 1.2vw 3.2vw;
        font-size: 1.6vw;
    }

    .card_desc:not(.bord) .text_in_img p {
        left: -3.6vw;
        padding: 0.4vw 1.6vw;
        font-size: 1.6vw;
    }

    .card_desc.right .text_in_img p {
        right: -4.4vw;
    }

    .card_desc .text_in_img img {
        width: 32vw;
    }

    .card_desc.bord .text_in_img {
        margin-left: 5.6vw;
    }

    .card_desc.bord .text_in_img img {
        width: 20vw;
    }

    .card_desc.variant_2 .wrap {
        margin-bottom: 6.4vw;
    }

    .card_desc.variant_2 .wrap+p {
        font-size: 1.92vw;
        line-height: 2.88vw;
    }

    .card_desc.variant_2 .text_in_img img {
        width: 22.4vw;
    }

    .card_desc.variant_2 table {
        width: 56vw;
    }

    .card_desc table tr td {
        padding: 3vw 1.8vw;
        border-radius: 3vw !important;
    }

    .card_desc table {
        width: 44.8vw;
        margin-bottom: 4vw;
        border-spacing: 0.56vw;
    }

    .card_desc table tr {
        font-size: 1.6vw;
    }

    .card_desc table thead tr {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .card_desc table tr td:nth-child(2) {
        background: #EBF5EB;
        border-radius: 3vw !important;
    }

    .card_desc table thead tr td {
        background: none !important;
    }

    .card_desc table tr td:last-child {
        border-radius: 3vw !important;
    }

    .card_desc .text_cnt p {
        font-size: 1.92vw;
        line-height: 2.88vw;
    }

    .card_desc .text_cnt p {
        width: 44vw;
    }

    .card_desc h3 {
        font-size: 2.56vw;
        margin-bottom: 2.4vw;
    }

    .card_desc p.subtitle {
        margin-bottom: 2.4vw;
        font-size: 1.28vw;
    }

    .size_option .speciment:last-child {
        margin-left: 6.4vw;
    }
}

@media(max-width:900px) {
    .content-part {
        top: 9.8vw;
        left: 47vw;
    }
}

@media screen and (max-width: 768px) {
   
    .pad_bot_50 {
        z-index: 2;
        padding-bottom: 0;
        /* background: #FCFCFC; */
    }

    .size_chart .wrap_tabs .first_t td:last-child {
        width: 100%;
    }

    .container_desc {
        background: #ebf5eb;
    }

    .size_chart {
        background: linear-gradient(white, #ebf5eb);
    }

    .content-part {
        top: 16.8vw;
        left: 43vw;
    }

    .content-part h1 {
        font-size: 7vw;
        line-height: 1.2;
        background: #ffffffdb;
        padding: 13px 21px;
    }

    .sizes-page-top-heading::before {
        display: none;
    }

    .blocks_plants_mobile .block_plant img {
        height: 82%;
        position: absolute;
        right: 1.5vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .blocks_plants_mobile .block_plant.plant_8 img,
    .blocks_plants_mobile .block_plant.plant_9 img {
        height: 20vw;
    }

    .sizes-page-top-heading {
        height: 53vw;
        width: 100vw;
        z-index: 1;
    }

    .size_option {
        margin-bottom: 7vw;
        width: 100vw;
    }
     
    .size_option .wrap_blocks_for_mobile {
        display: none;
        width: 100%;
        overflow-x: scroll;
        padding-top: 2vw;
    }

    .size_option .wrap_blocks_for_mobile::-webkit-scrollbar {
        display: none;
    }

    .size_option .blocks {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: fit-content;
        transition: .7s;
    }

    .size_option .speciment:last-child {
        margin-left: 3vw;
        margin-right: 10vw;
    }

    .size_option .speciment:first-child {
        margin-left: 10vw;
    }

    .size_option .speciment {
        margin-left: 3vw;
        margin-right: 3vw;
        width: 75vw;
        height: 110.4vw;
        border-radius: 3.2vw;
        padding: 2.4vw 0.4vw 1.6vw;
        box-shadow: 0 0 2.48vw 0.16vw rgb(0 0 0 / 20%)
    }

    .size_option .speciment__title {
        margin: 2vw 0vw 2vw 0vw;
        font-size: 6vw;
        color: #3B8056;
    }

    .size_option .speciment-text p {
        font-size: 3vw;
        margin: 0vw 0vw 1vw 0vw;
    }

    .size_option .speciment-img {
        width: fit-content;
        height: 70vw;
    }

    .size_option .speciment-text {
        font-size: 1.44vw;
        margin: 0vw 0vw 4.4vw 0vw;
    }

    /* .size_option .dots_mobile {
        display: flex;
    }

    .scrollbar_mobile {
        display: block;
    } */

    .blocks_plants_mobile {
        display: flex;
    }

    .size_option .card_8 .speciment-img img {
        height: 80%;
        width: auto;
    }

    .size_option .card_9 .speciment-img img {
        height: 60%;
        width: auto;
    }

    .pick_size {
        flex-direction: column;
        width: 88vw;
    }

    .pick_size .text_in_img {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .pick_size .text_in_img img {
        width: 92vw;
    }

    .pick_size .text_in_img p {
        width: fit-content;
        bottom: 4vw;
        font-size: 4vw;
    }

    .pick_size .text p {
        font-size: 3vw;
        margin: 0 0 3.2vw 0;
    }

    .size_option h2 {
        font-size: 7vw;
        margin-left: 6vw;
        line-height: 1.3;
    }

    .video_text {
        width: 90%;
        margin: 0 auto 0 auto;
    }

    .video_text img {
        border: none !important;
    }

    .video_text .video_block svg {
        left: 50%;
        top: 50%;
        width: 25vw;
        height: 25vw;
    }

    .video_text p.desc {
        text-align: center;
        font-size: 4vw;
        display: none;
    }

    .video_text .text_mobile {
        display: flex;
    }

    .video_text .video_block {
        margin-bottom: -1vw;
    }

    .size_chart h2 {
        font-size: 7vw;
        line-height: 1.3;
    }

    .size_chart .two_tabs {
        width: 92vw;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        display: none;
    }

    .size_chart .two_tabs table:first-child {
        margin-bottom: 6vw;
    }

    .size_chart .two_tabs table {
        width: 100%;
    }

    .size_chart .two_tabs table td {
        font-size: 4vw;
        padding: 4vw 4vw;
    }

    .size_chart .center_txt {
        font-size: 3vw;
        max-width: 100%;
        margin-bottom: 10vw;
    }

    .size_chart .wrap_prog {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        display: none;
    }

    /* .size_chart::before {
        content: '';
        position: absolute;
        right: -1vw;
        bottom: 0;
        height: 63vw;
        width: 10vw;
        background: linear-gradient(90deg, transparent, white);
        z-index: 1;
    } */
    .size_chart .progress {
        width: 140%;
        margin-left: auto;
        border-spacing: 0;
    }

    .size_chart .progress.up_layer thead td {
        background: white;
        height: 15.229vw;
    }

    .size_chart .progress.up_layer {
        display: none;
        width: calc(140% / 5);
        position: absolute;
        bottom: 0;
        z-index: 2;
        left: -.8vw;
        /* box-shadow: 4px 0 6px #000; */
        box-sizing: border-box;
        border-radius: 2vw;
        background: white;
        /* overflow-y: hidden; */
    }

    .size_chart .progress.up_layer thead tr td div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
        padding-bottom: 3.5vw;
    }

    .size_chart .progress.up_layer::before {
        content: '';
        width: 5vw;
        height: calc(100% + 1.2vw);
        background: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(80%, -50%);
        filter: blur(1px);
        transition: .6s;
        opacity: 0;
        z-index: -1;
    }

    .size_chart .progress.up_layer::after {
        content: '';
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: .6vw solid #3B8056;
        border-radius: 2vw;
        z-index: -1;
    }

    .size_chart .progress.up_layer thead td img {
        width: 10vw;
    }

    .size_chart .progress.up_layer thead td {
        border-radius: 2vw 2vw 0 0 !important;
    }

    .size_chart .progress.up_layer tr:last-child td {
        border-radius: 0 0 2vw 2vw;
    }

    .size_chart .up_layer.active::before {
        opacity: 1;
    }

    .size_chart .progress td {
        font-size: 4vw;
    }

    .size_chart .progress thead td:nth-child(2) img {
        width: calc(1.44vw * 2);
    }

    .size_chart alrogress thead td:nth-child(3) img {
        width: clac(2vw * 2);
    }

    .size_chart .progress thead td:nth-child(4) img {
        width: calc(3.76vw * 2);
    }

    .size_chart .progress thead td:nth-child(5) img {
        width: calc(5.04vw * 2);
    }

    .size_chart .tabs_sizes_mob,
    .size_chart .tabl_gallons_mob {
        display: flex;
    }

    .how_makes {
        height: 133vw;
        max-height: fit-content;
    }

    .how_makes .block_text {
        left: 50%;
        top: 10%;
        font-size: 9vw;
        letter-spacing: 0.2vw;
        width: 80%;
        font-weight: 300;
        text-align: flex-start;
        transform: translate(-50%, 0%);
    }

    .how_makes {
        margin-bottom: 0;
    }

    .how_makes .text_part {
        font-size: 9vw;
        line-height: 1.3;
        margin-bottom: 5vw;
    }

    .how_makes .text_description {
        display: none;
    }

    .how_makes .text_description_mobile {
        font-size: 4vw;
        line-height: 1.5;
        margin: 0;
        display: block;
    }

    .how_makes .my_btn {
        top: 67%;
    }

    .how_makes .my_btn svg {
        width: 72vw;
        height: 35vw;
    }

    .container_desc h2 {
        font-size: 7vw;
    }

    .card_desc {
        margin: 0 0vw 0vw 0vw;
        padding: 3.6vw;
        border-radius: 2vw;
        width: 100%;
        box-shadow: 0 0 2.48vw 0.16vw rgb(0 0 0 / 20%);
        margin-bottom: 4vw;
        flex-direction: column;
        align-items: center;
    }

    .card_desc.right {
        flex-direction: column;
        align-items: center;
    }

    .card_desc h3 {
        display: none;
    }

    .card_desc p.subtitle {
        display: none;
        font-size: 4.5vw;
        margin-top: 0;
    }

    .card_desc h3.mobile_h3 {
        display: block;
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .card_desc h3.mobile_h3.no_margin {
        margin-bottom: 0;
    }

    .card_desc p.mobile_sub {
        display: block;
        margin-bottom: 5vw;
    }

    .card_desc.bord .text_in_img img {
        width: 50vw;
    }

    .card_desc .text_in_img img {
        width: 70vw;
    }

    .card_desc.bord .text_in_img p {
        font-size: 4vw;
        line-height: 1.3;
        margin-top: 0;
        display: none;
    }

    .card_desc.right .text_in_img p,
    .card_desc:not(.bord) .text_in_img p {
        right: 50%;
        left: auto;
        transform: translate(50%, 70%);
        font-size: 4vw;
        white-space: nowrap;
        text-align: center;
        width: fit-content;
        display: none;
    }

    .card_desc .text_in_img {
        margin: 0vw 0vw 4vw 0vw;
    }

    .card_desc table tr td {
        font-size: 3vw;
        font-weight: 400;
        color: #000;
    }

    .card_desc table {
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1vw;
        border-spacing: 2vw;
    }

    .card_desc .text_cnt p {
        font-size: 3vw;
        width: 100%;
        line-height: 1.5;
        padding: 4vw;
    }

    .card_desc table thead tr {
        line-height: 1.3;
    }

    .card_desc.variant_2 .wrap {
        flex-direction: column;
        align-items: center;
    }

    .card_desc.variant_2 table {
        width: 80%;
    }

    .card_desc.variant_2 .text_in_img img {
        width: 50vw;
    }

    .card_desc.variant_2 .text_in_img p {
        right: 50%;
        left: auto;
        transform: translate(50%, 70%);
        font-size: 4vw;
        white-space: normal;
        text-align: center;
        max-width: 90vw;
        width: max-content;
    }

    .card_desc.variant_2 .text_in_img p {
        transform: translate(50%, 100%);
    }

    .card_desc.variant_2 .text_in_img {
        margin: 0vw 0vw 0vw 0vw;
    }

    .card_desc.variant_2 .wrap {
        margin-bottom: 4.4vw;
    }

    .card_desc.variant_2 .wrap+p {
        font-size: 3vw;
        line-height: 1.3;
        margin-top: 0;
        padding: 4vw;
    }

    .card_desc.bord .text_in_img {
        margin-left: 0vw;
        margin-bottom: 1vw;
    }

    .card_desc table tr td:first-child {
        display: none;
    }

    .card_desc.variant_2 {
        width: 92vw;
    }

    .card_desc.variant_2 table tr td:last-child {
        background: #f1f0f0;
    }

    .card_desc.variant_2 table tr td:first-child {
        display: table-cell;
        border-radius: 3vw !important;
        background: #EBF5EB;
    }

    .card_desc.variant_2 table tr td:nth-child(2) {
        background: #f1f0f0;
    }

    .card_desc.variant_2 table tr {
        background: none !important;
    }
}

.videoYoutube {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: .6s;
    z-index: 99999;
}

.videoYoutube.inactive {
    visibility: hidden;
    opacity: 0;
}

.videoYoutube .fon {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.videoYoutube .videoWithYoutube {
    width: 72vw;
    height: 41.04vw;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #6da081;
    border-radius: 5px;
    max-height: 90vh;
    border: 10px solid #6da081;
}

.videoYoutube .videoWithYoutube iframe {
    width: 100%;
    height: 100%;
}

#closeVideo {
    width: 3vw;
    height: 3vw;
    position: absolute;
    right: 3vw;
    top: 3vw;
    font-size: 400%;
    color: white;
    cursor: pointer;
}

#closeVideo:hover>path {
    fill: #6da081;
}

@media screen and (max-width:1080px) {
    #closeVideo {
        width: 10vw;
        height: 10vw;
        left: 50%;
        transform: translate(-50%, 50%);
        width: fit-content;
        color: #800
    }
}

@media screen and (max-width:800px) {
    .videoYoutube .videoWithYoutube {
        width: 78vw;
        height: 44.46vw
    }
}

@media screen and (max-width:500px) {
    .videoYoutube .videoWithYoutube {
        width: 96vw;
        height: 54.72vw
    }
    
    /* icubes work */
    .blocks_plants_mobile .block_plant h3 {
        font-size: 4vw;
        margin: 0 0 2vw 0;
        color: #293D31;
    }
    
    .blocks_plants_mobile .block_plant p {
        font-size: 4vw;
        margin: 0;
    }
    .content-part h1 {
        font-size: 7vw;
        line-height: 1.2;
        background: #ffffffdb;
        padding: 13px 21px;
    }
  .size_option .speciment-text p {
        font-size: 4vw;
        margin: 0vw 0vw 1vw 0vw;
    }
 .pick_size .text p {
        font-size: 4vw;
        margin: 0 0 3.2vw 0;
    }

    .size_option h2 {
        font-size: 7vw;
        margin-left: 6vw;
        line-height: 1.3;
    }
    .size_chart h2 {
        font-size: 7vw;
        line-height: 1.3;
    }
 .size_chart .two_tabs table td {
        font-size: 4vw;
        padding: 4vw 4vw;
    }

    .size_chart .center_txt {
        font-size: 4vw;
        max-width: 100%;
        margin-bottom: 10vw;
    }
    .card_desc .text_cnt p {
        font-size: 4vw;
    }
    .card_desc table tr td {
        font-size: 4vw;
    }
        
    .size_chart .wrap_tabs td {
        font-size: 4vw;
    }
    .container_desc h2 {
        font-size: 7vw;
        text-align: center;
    }
    /* work end */

}