@media screen and (max-width: 960px) {
    .marks-list span{
        font-size: 12pt;
    }

    .main-baner {
        height: auto;
        margin-bottom: 0;
    }    
    
    .pros-icon {
        width: 38px;
    }
    
    .pros-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .pros-img img {
        width: 100%;
        height: auto;
    }
    
    .stock {
        padding: 30px 30px;
    }
    
    .stock-title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .stock-subtitle {
        font-size: 26px;
        line-height: 28px;
    }
    
    .stock-list-one {
        display: block;
        margin-top: 10px;
    }
    
    .stock-list-one__img {
        width: 100%;
        height: 175px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .stock-list-right {
        width: 100%;
        padding-top: 40px;
        position: relative;
    }
    
    .stock-list-one__price {
        font-size: 24px;
        line-height: 26px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .stock-list-one__price .ruble {
        width: 12px;
        height: 16px;
    }

    .stock-list-one__price::after {
        top: -12px;
    }
    
    .asort {
        padding: 30px;
    }

    .asorts-list {
        flex-wrap: wrap;
        justify-content: left;
    }

    .asort-list-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .asorts-one {
        width: calc(15% - 7.5px);
    }

    .asorts-one a {
        display: flex;
        justify-content: center;
    }

    .assorts-one-img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .assorts-one-img img {
        height: 50px;
    }

    .asorts-one__title a {
        font-size: 16px;
    }
    
    .marks-title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .marks-list {
        width: 100%;
        columns: 120px 5;
    }
    
    .contact {
        flex-wrap: wrap;
    }
    
    .contact-about {
        
    }
    
    .contact-about-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .contact-about-subtitle {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 30px;
    }
    
    .contact-panel-one {
        
    }

    .contact-about .top-panel-contacts {
        position: relative;
        bottom: auto;
        left: auto;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .contact-about .contact-panel-one {
        width: 100%;
    }

    .contact-about .top-panel-contact--phone{
        display: flex;
    }

    .contact-map {
        width: 100%;
        height: 340px;
    }
    
    .bottom {
        padding: 30px;
    }
    .modal--row{
        max-width: 90%;
        margin-left: calc(5%);
    }
    .modal--data{
        font-size: 25px;
    }
    .modal--data span{
        font-size: 30px;
    }
    .close{
        right: 25px;
        top: 25px;
        width: 25px;
        height: 25px;
    }

    .where-left {
        display: block;
    }

}



@media screen and (max-width: 760px) {
    .top-panel-contact--phone {
        display: none;
    }

    .top-panel-contact--mb {
        display: block;
    }
    
    .top-panel-title {
        width: 50%;
        font-size: 18px;
        margin-left: 0;
    }
    
    .top-panel-contacts {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        font-size: 10px;
    }

    .top-panel-contacts a {
        font-size: 10px;
        line-height: 12px;
    }

    .top-panel-contact {
        width: 100%;        
    }
    
    .top-panel-contact span {
        display: none;
    }

    .top-panel-contact--phone {
        position: relative;
        padding-left: 30px;
    }

    .top-panel-contact--phone:before {
        position: absolute;
        top: 0;
        left: 0;
    }

    .top-panel-contact--phone2 {
        padding-left: 30px;
    }
    
    
    .top-panel-offer {
        margin-right: 10px;
        font-size: 12px;
        line-height: 14px;
        padding-right: 120px;
    }

    .top-panel-offer-how {
        width: 135px;
        height: 28px;
        border-radius: 5px;
        position: absolute;
        right: 10px;
    }

    .top-panel-offer-how__active {
        font-size: 12px;
        padding: 6px 0px;
    }

    .top-panel-offer-how__alt {
        padding: 3px 0;
    }

    .top-panel-offer-how__alt span {
        font-size: 10px;
        line-height: 10px;
    }

    .top-panel-offer-how__alt b {
        font-size: 12px;
        line-height: 12px;
    }

    .top-panel-offer span::after {
        top: -3px;
        font-size: 10px;
    }

   
    .main-baner {
        height: auto;
        margin-bottom: 0;
    }



    .main-baner img {
        width: 100%;
        display: none;
    }

    .main-baner img.slide-mobile {
        display: block;
    }


    .pros {
        padding: 30px 0;
        display: block;
    }

    .pros-one {
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
    }

    .pros-title {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        padding: 0 15px;
    }

    .pros-text {
        padding: 0 15px;
    }

    .pros-text span {
        font-size: 30px;
        margin-bottom: 0;
    }

    .pros-text br.hide {
        display: none;
    }

    .where {
        position: relative;
        padding: 20px 15px 30px;
    }

    .where-title {
        font-size: 26px;
    }

    .where-link {
        font-size: 14px;
        padding: 15px 20px;
        line-height: 50px;
    }
    
    .where-left {
        display: block;
        z-index: 1;
    }

    .where img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .where-img {
        display: none;
    }

    .where-img-mobile {
        display: block;
    }
    
    .asorts {
        margin-bottom: 0;
    }

    .asort {
        padding: 20px 15px;
    }

    .marks-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    
    .marks-list {
        width: 100%;
        columns: 100px 3;
    }

    .asorts-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .asort-list-title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .asorts-one {
        width: auto;
        margin-bottom: 20px;
    }

    .asorts-one a {
        display: flex;
        justify-content: center;
    }

    .assorts-one-img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .asorts-one--clear {
        display: block;
    }

    .assorts-one-img img {
        height: 40px;
    }

    .asorts-one__title a {
        font-size: 12px;
    }
    
    .contact {
        flex-wrap: wrap;
        padding: 30px 15px;
    }
    
    .contact-map {
        width: 100%;
        height: 200px;
    }
    
    .bottom {
        padding: 15px;
    }

    .bottom p {
        font-size: 10px;
        line-height: 12px;
    }
}