#slide01{
    margin-top:60px;
    margin-bottom:60px;
}

#slide01 .slide01_sportlist{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#slide01 .slide01_sportlist .item{
    display:flex;
    justify-content: center;
    align-items: center;
    position:relative;
    background-position: center;
    background-size: cover;
    width:32%;
    height:200px;
    margin:0 0 12px;
    border:1px solid #fff;
    text-align: center;
    line-height: 200px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'MontserratBold';
    transition: all 0.3s;
    flex-direction: column;
}

#slide01 .slide01_sportlist .item .happened{
    font-family: Montserrat;
    font-size:16px;
    margin-top:8px;
}

#slide01 .slide01_sportlist .item:hover{
    background-size:105%;
}

#slide01 .slide01_sportlist .item span{
    display:block;
    line-height:24px;
    z-index: 1;
    transition: all 0.3s;
}

#slide01 .slide01_sportlist .item .slide01_item3_item_shadow{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    transition: all 0.3s;
}

#slide01 .slide01_sportlist .item:hover .slide01_item3_item_shadow{
    background: rgba(0, 0, 0, 0.8)!important;
}

.insurance_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px!important;
    line-height: 20px;
    color: #333333;
    text-align: justify;
}






main{
    display:flex;
    justify-content: space-between;
    margin-top:44px!important;
}

.img_container{
    position:relative;
    width:48%;
}

.img_container .img_container_block{
    width:100%;
    top: 140px;
}

.img_container_block .main{
    width:100%;
}

.img_container_block .goods_imgs{
    display:flex;
    flex-wrap: wrap;
}

.img_container_block .goods_imgs img{
    width: 90px;
    height: 90px;
    margin:10px 5px;
    cursor:pointer;
    flex-shrink: 0;
}

.img_container_block .stickers{
    position:absolute;
    top:16px;
    left:16px;
    z-index: 1;
}

.img_container_block .stickers span{
    display:block;
    height:28px;
    color:#fff;
    border-radius: 0 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-bottom:4px;
}

.img_container_block .stickers .discount{
    width:66px;
    background:#CC6D69;
}

.img_container_block .stickers .hit{
    width:113px;
    background: #124945;
}

.img_container_block .stickers .new{
    width:93px;
    background: #029522;
}

.img_container_block .stickers .outofstock{
    width:130px;
    background: #333;
}

.description{
    width:48%;
}

.description .sticker{
    padding: 5px 12px;
    background: #F4F5F7;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
}

.description h1{
    font-family: EBGaramondBold;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin:8px 0 20px;
}

.description h2{
    margin:8px 0 20px;
}

.description .price{
    margin-bottom:32px;
}

.description .price .new{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #124945;
}

.description .price .old{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #C4C4C4;
    margin-left:24px;
}

.description .count{
    margin-bottom:40px;
}

.description .count b{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #124945;
}

.description .count .structure_table{
    display:flex;
    flex-direction: column;
    width:100%;
    margin:8px 0 20px;
}

.description .count .structure_table .structure_table_item{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
}

.description .count .structure_table .structure_table_item:last-child{
    border:0;
}

.description .count .structure_table .structure_table_item_left{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.description .count .structure_table .structure_table_item_right{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ACACAC;
    text-align: right;
}

.description .button_container{
    display:flex;
    justify-content: flex-start;
    margin:40px 0 72px;
}

.description .btn_pink{
    border: 0;
}

.description .button_container .count_box{
    display:flex;
    max-width:132px;
    height:40px;
    border:1px solid #124945;
    margin-right:24px;
}

.description .button_container .inp_price {
    font-family: MontserratBold;
    width:70px;
    height:100%;
    line-height:38px;
    text-align:center;
    background: #fff;
    color:#124945;
    font-size: 16px;
    font-weight: bold;
    border:solid #124945;
    border-width: 0 1px 0 1px;
    border-radius: 0;
}

.description .button_container .minus {
    font-family: MontserratBold;
    cursor: pointer;
    width:30px;
    height:100%;
    font-size: 20px;
    line-height: 40px;
    text-align:center;
    color:#124945;
    transition: all 0.3s;
}

.description .button_container .minus:hover{
    background: #124945;
    color:#fff;
}

.description .button_container .plus {
    font-family: MontserratBold;
    cursor: pointer;
    width:30px;
    height:100%;
    font-size: 20px;
    line-height: 40px;
    text-align:center;
    color:#124945;
    transition: all 0.3s;
}

.description .button_container .plus:hover{
    background: #124945;
    color:#fff;
}

.description .button_container .btn_green_white{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    background: #000;
    border:1px solid #000;
    border-radius: 0;
    color:#fff;
    width:50%;
    height:40px;
    margin:0;
    padding:0;
    text-align: center;
    transition: all 0.3s;
}

.description .button_container .btn_green_white:hover{
    background: #fff;
    border:1px solid #000;
    color:#000;
}

.description .button_container .btn_done{
    background: #CC6D69!important;
}

.description .button_container .btn_pink{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    background: #CC6D69;
    text-decoration: none;
    cursor: pointer;
    border:0;
    width:50%;
    margin:0;
    padding:0;
    transition: all 0.3s;
}

.description .button_container .btn_pink:hover{
    background: #BC5955;
}

.description .button_container .btn_pink_white{
    width:40%;
    padding:0;
}

.description .delivery b{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.description .delivery p, .description .delivery div{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px!important;
    line-height: 20px;
    color: #333333;
    text-align: justify;
}

.description .delivery p b, .description .delivery div b{
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 14px!important;
}

#instructors_container h2{
    text-align: center;
}

#sports_container h2{
    text-align: center;
}

@media (max-width: 1199px) {
    .img_container .img_container_block{
        top: 90px;
    }

    main .description h1{
        margin: 16px 0 8px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }

    main .description h2{
        margin: 16px 0 8px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }

    main .description .price .new{
        font-size: 24px;
        line-height: 30px;
    }

    main .description .price .old{
        font-size: 14px;
        line-height: 20px;
    }

    .img_container_block .goods_imgs img{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1080px) {
    .description .button_container_2 .btn_pink{
        width:70%;
    }
}

@media (max-width: 958px) {
    /*h1{
        font-size: 32px;
        line-height: 36px;
        margin:48px 0 12px;
    }

    h2{
        font-size: 32px;
        line-height: 36px;
        margin:48px 0 12px;
    }*/

    main .description .price{
        margin-bottom: 24px;
    }

    main .description .delivery{
        margin-top:40px;
    }

    main .description .delivery p{
        width:100%!important;
    }

    .img_container_block .goods_imgs img{
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    main .description .btn_pink,
    main .description .btn_pink_white{
        width:100%!important;
        margin-bottom: 16px!important;
    }

    .description .button_container{
        flex-direction: column;
        margin: 32px 0 0;
    }

    .description .structure_table{
        width:100%!important;
    }

    .img_container_block .stickers{
        position:absolute;
        top:4px;
        left:4px;
        z-index: 1;
    }

    .img_container_block .stickers span{
        display:block;
        height:24px;
        color:#fff;
        border-radius: 0 12px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        margin-bottom:4px;
    }

    .img_container_block .stickers .discount{
        width:50px;
        background:#CC6D69;
    }

    .img_container_block .stickers .hit{
        width:113px;
        background: #124945;
    }

    .img_container_block .stickers .new{
        width:93px;
        background: #029522;
    }

    .description .button_container .count_box{
        width:calc(100% - 2px);
        max-width:inherit;
        height:38px;
    }

    .description .button_container .count_box .inp_price{
        width:34%;
    }

    .description .button_container .count_box .minus,
    .description .button_container .count_box .plus{
        width:33%;
    }

    .description .button_container .btn_green_white{
        width:100%;
        margin-top:16px;
    }

    .img_container_block .goods_imgs img{
        width: 50px;
        height: 50px;
    }


    #slide01 .slide01_sportlist .item{
        height:150px;
        width:48%;
        line-height: 150px;
    }
}

@media (max-width: 576px) {
    main{
        flex-direction: column;
        margin-top: 12px!important;
    }

    main .img_container{
        position: relative;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .img_container{
        width:100%;
    }

    .description{
        width:100%;
    }

    .img_container_block .goods_imgs img{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    #slide01 .slide01_sportlist .item{
        width:100%;
    }
}

@media (max-width: 379px) {
    .img_container_block .goods_imgs img{
        width: 60px;
        height: 60px;
    }
}