@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}


.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}




@font-face {
    font-family: 'Roboto'; 
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto'; 
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto'; 
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto'; 
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto'; 
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
}





body{
    color: #000;
    font-size: 17px;
    font-family: "Roboto";
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 75px;
}

table {
    width: 100%;
}
tr:nth-child(odd) {
    background: #eeeeee;
}
tr:nth-child(even) {
    background: #f5f5f5;
}
td {
    text-align: center;
    padding: 5px;
    border: 1px solid #fff;
}
th {
    text-align: center;
    padding: 5px;
    background: #b7e54c;
    border: 1px solid #fff;
}
.item-page ul {
    margin-bottom: 10px;
}
.item-page ul li {
    list-style-type: disc;
    padding-left: 15px;
    list-style-position: inside;
}

.wrapper{
    max-width: 1920px;
    padding-top: 50px;
    margin: 0 auto;
    min-height:100vh;
    position:relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.wrapLabel{
    position: relative;
    margin-bottom: 0;
}
.wrapLabel span{
    font-weight: 300;
    color: #fff;
    padding-left: 35px;
    font-size: 15px;
    display: block;
    position: relative;
}
.wrapLabel span a{
    color: #fff;
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #8fb73e;
    border-radius: 2px;
    opacity: 0;
}
.wrapLabel input:checked + span:after{
    opacity: 1;
}
.wrapLabel input{
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}
.flexSA{
    display: flex;
    justify-content:space-around;
}

.flexSB{
    display: flex;
    justify-content:space-between;
}
.flexCenter{
    display: flex;
    justify-content:center;
}

.flexAI{
    display: flex;
    align-items:center;
}

.flexW{
    display: flex;
    flex-wrap:wrap;
}
.flexColumn{
    display: flex;
    flex-direction:column;
}
.flexStart{
    display: flex;
    justify-content:flex-start;
}
.flexEnd{
    display: flex;
    justify-content:flex-end;
}

.btnStyle{
    border-radius: 10px;
    background: #6b9900;
    overflow: hidden;
    color: #fff;
    height: 60px;   
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.4s;
}
.btnStyle .txt{
    line-height: 60px;
    display: block;
    text-align: center;
    width: 185px;
    font-weight: 400;
    transition: all 0.4s;
}
.btnStyle .imgW{
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background: #ffe95e;
}
.btnStyle:hover{
    background: #ffe95e;
}
.btnStyle:hover .txt{
    color: #6b9900;
}

/*header*/
header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
}
.topLineH{
    background: #6b9900;
}
.topLineH .buttonCatMain{
    height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
    transition: all 0.4s;
}
.catMain{
    position: relative;
    margin-right: 70px;
}
.catMain .mainCatWrap{
    position: absolute;
    left: 0;
    top: 100%;
    background: rgb(70, 48, 33);
    padding: 30px 55px;
    display: none;
    opacity: 0;
    transition: all 0.4s;
}
.catMain:hover .mainCatWrap{
    display: block;
    opacity: 1;
}
.catMain:hover .buttonCatMain {
    background:#463021 ;
}
.catMain .mainCatWrap li{
    margin-bottom: 15px;
    line-height: 1;
}
.catMain .mainCatWrap li:last-child{
    margin-bottom: 0;
}
.catMain .mainCatWrap a{
    color: #fff;
    white-space: nowrap;
    line-height: 1;
}
.buttonCatMain .burger{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 16px;
    margin-right: 15px;
}
.burger .line{
    position: relative;
    width: 100%;
    height: 2px;
    background: #ffe95e;
    transition: all 0.4s;
}
.buttonCatMain .txt{
    color: #fff;
    line-height: 1;
    font-weight: 700;
}
.headMain ul{
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
.headMain ul a{
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    margin-right: 20px;
    display: block;
}

.topLineH .phone{
    padding-left: 20px;
    background: url(../images/iconPhoneH.png) no-repeat left center;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.topLineH .mail{
    padding-left: 35px;
    background: url(../images/iconMailH.png) no-repeat left center;
    display: block;
    line-height: 50px;
    color: #fff;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 400;
}
.botLineH{
    padding: 30px 0;
}

.whiteMenu {
  color: white;
}


/*End header*/

/*topBannerBlock*/

.topBannerBlock{
    position: relative;
}
.topBannerBlock:before{
    position: absolute;
    bottom: 0;
    left: calc((100% - 1920px) / 2);
    content: url(../images/decTB.png);
    line-height: 0;
}
.topBannerBlock > img{
    margin-left: calc((100% - 1920px) / 2);
}
.topBannerBlock .txtBlock{
    position: absolute;
    bottom: 215px;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.topBannerBlock .name{
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}
.topBannerBlock .name:before{
    position: absolute;
    left: 20%;
    right: 20%;
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right,rgba(255,240,115,0),rgba(255,240,115,1),rgba(255,240,115,0));
}

.topBannerBlock .txt{
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}
.topBannerBlock .txt:before{
    position: absolute;
    left: 20%;
    right: 20%;
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right,rgba(255,240,115,0),rgba(255,240,115,1),rgba(255,240,115,0));
}


/*End topBannerBlock*/


/*aboutCompanyBlock*/
.aboutCompanyBlock{
    position: relative;
    z-index: 1;
    margin-top: -215px;
    padding-bottom: 50px;
}
.bannersAC{
    margin-bottom: 25px;
}
.nucBannerAC{
    position: relative;
}
.bannersAC .txtBlock{
    position: absolute;
    bottom: 105px;
    left: 10px;
    right: 10px;
    text-align: center;
}

.bannersAC .name{
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bannersAC .txt{
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
}
.imgLogoAC{
    padding-top: 40px;
}
.wrapAC .leftBlock{
    width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapAC .h1{
    text-align: left;
    margin-bottom: 20px;
}
.wrapAC .leftBlock .botLine {
    margin-bottom: 20px;
}
.wrapAC .rightBlock{
    width: 555px;
    text-align: justify;
}
.wrapAC .rightBlock p{
    margin-bottom: 20px;
}
.wrapAC .infoBlock a{
    display: block;
}
.wrapAC .phone{
    font-size: 26px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}
.wrapAC .mail{
    font-weight: 400;
    color: #000;
    font-size: 16px;
}



/*End aboutCompanyBlock*/


/*applicationBlock*/
.applicationBlock{
    padding: 50px 0;
}

.wrapAppl{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.lvl2Sections{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2px;
    margin-bottom: 10px;
}
.threeSections .lvl2Sections{
grid-template-columns: repeat(3,1fr);
}
.wrapAppl .nameAllSec{
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #6b9900;
    line-height: 1;
}
.wrapAppl .lvl2SectionWrap{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.lvl2SectionWrap:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: 0;
    transition: all 0.4s;
    background: #6b9900;
}
.lvl2SectionWrap:hover{
    text-decoration: none;
    color: #fff;
}
.lvl2SectionWrap:hover:before{
    opacity: 0.9;
}
.lvl2SectionWrap .name{
    font-size: 19px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 5;
    position: absolute;
    left: 40px;
    bottom: 10px;
    transform-origin: left bottom;
    transform: rotate(-90deg);
}


/*End applicationBlock*/


/*bannerMainBlock*/
.bannerMainBlock{
    padding: 50px 0 115px;
    background: url(../images/blockBmBg.jpg) no-repeat center bottom;
}

.wrapBM{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
}
.nucBM{
    position: relative;
    background: url(../images/nucBMBg.png) no-repeat center;
    width: 261px;
    height: 166px;
    padding-top: 40px;
    padding-left: 15px;
    margin-bottom: 100px;
}
.nucBM > img{
    position: absolute;
    right: 5px;
    bottom: 70px;
    transition: all 0.4s;
}
.nucBM:hover > img{
    bottom: 110px;
}
.nucBM:hover{
    text-decoration: none;
}
.nucBM .txtBlock{
    width: 165px;
}
.nucBM .name{
    line-height: 1;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    color: #6b9900;
    display: block;
}
.nucBM .txt{
    padding-left: 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    color: #000;
}


/*End bannerMainBlock*/

/*formBlock*/
.formBlock{
    background: url(../images/bgFormBlock.jpg) no-repeat center top;
    min-height: 799px;
    padding-top: 30px;
}
.topLineFormBlock{
    margin-bottom: 165px;
}
.logoForm{
    margin-bottom: 25px;
}
.topLineFormBlock .infoBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
}
.formBlock .phone{
    font-size: 31px;
    font-weight: 700;
    color: #5b3021;
}

.formBlock .mail{
    font-size: 16px;
    font-weight: 400;
    color: #5b3021;

}
.formBlock .title{
    margin-bottom: 25px;
}
.formBlock .h1{
    color: #fff;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.formBlock .title p{
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.formBlock input{
    width: 32%;
    border-radius: 5px;
    border: 1px solid #fff;
    line-height: 60px;
    padding: 0 50px;
    color: #fff;
}
.formBlock .wrapInputs{
    margin-bottom: 65px;
}
.nameI{
    background: url(../images/nameI.png) no-repeat 15px center;
}
.phoneI{
    background: url(../images/phoneI.png) no-repeat 15px center;
}
.mailI{
    background: url(../images/mailI.png) no-repeat 15px center;
}
::-webkit-input-placeholder {opacity: 1;}
::-moz-placeholder          {opacity: 1;}/* Firefox 19+ */
:-moz-placeholder           {opacity: 1;}/* Firefox 18- */
:-ms-input-placeholder      {opacity: 1;}

.formBlock .wrapLabel{
    width: 450px;
    margin-right: 35px;
}
.formBlock button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 195px;
    height: 60px;
    background: #6b9900;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    transition: all 0.4s;
}
.formBlock button:hover{
    background: #ffe95e;
    color: #6b9900;
}





/*End formBlock*/
/*sertBlock*/
.sertBlock{
    padding: 0 0 100px;
}

.wrapSerts .leftBlock{
    width: 460px;
    position: relative;
    z-index: 5;
}
.sertBlock .h1{
    text-align: left;
}
.sertBlock .arrowsSlideSert{
    margin-top: 100px;
}
.arrowsSlideSert .arrowSert{
    width: 57px;
    background: #6b9900;
    height: 50px;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
}
.arrowsSlideSert .arrPrev{
    border-radius: 10px 0 0 10px;
}
.arrowsSlideSert .arrPrev:after{
    position: absolute;
    height: 100%;
    width: 1px;
    left: 100%;
    top: 0;
    content: '';
    background:#8fb73e;
}
.arrowsSlideSert .arrNext{
    border-radius: 0 10px 10px 0;
}
.arrowsSlideSert .arrowSert:before{
    position: absolute;
    
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    content: '';
}
.arrowsSlideSert .arrPrev:before{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    left: calc(50% - 5px);
}
.arrowsSlideSert .arrNext:before{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    right: calc(50% - 5px);
}
.wrapSerts .rightBlock{
    width: 620px;
}
.sertSlider{
    position: relative;
    padding: 0 55px 0 60px;
}
.sertSlider:before{
    position: absolute;
    left: 0;
    top: 10px;
    content: url(../images/decSertBg.png);
}
.sertSlider:after{
    position: absolute;
    content: url(../images/decSert.png);
    left: -220px;
    bottom: -125px;
}
.slideSert{
    padding: 5px 40px 30px 10px;
}
.slideSert .imgW{
    position: relative;
    box-shadow: 0 15px 12px 0 rgba(0,0,0,.15);
}
.slideSert .imgW:before{
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    width: 100%;
    background: #fff;
    content: '';
    z-index: 3;
    box-shadow: 0 15px 12px 0 rgba(0,0,0,.15);
}

.slideSert .imgW:after{
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 100%;
    background: #fff;
    content: '';
    z-index: 1;
    box-shadow: 0 15px 12px 0 rgba(0,0,0,.15);
}

.slideSert .imgW img{
    position: relative;
    z-index: 5;
    max-width: 100%;
}


/*End sertBlock*/



/*preBlock*/
.preBlock{
    padding: 50px 0 80px;
}
.preBlock .nucPre{
    width: 290px;
}
.preBlock .imgW{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15px;
}
.preBlock .txt{
    font-size: 20px;
    text-align: center;
}



/*End preBlock*/

/*mapBlock*/
.mapBlock{
    position: relative;
}
.mapBlock:before{
    position: absolute;
    content: url(../images/decMap.png);
    left: 0;
    top: 0;
    line-height: 0;
}


/*End mapBlock*/



/*footer*/

footer{
    background: url(../images/bgFoot.jpg) no-repeat center;
    background-size: cover;
}
.topLineF{
    padding: 75px 0 60px;
    border-top: 7px solid #8fb73e;
}
.topLineF .leftBlock{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.topLineF .rekvise{
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
}
.topLineF .mainWrapCol{
    width: 245px;
}
.topLineF .catMain{
margin-right: 0;
}
.topLineF .buttonCatMain{
    width: 100%;
    border: 1px solid #8fb73e;
    padding: 0 30px 0 15px;
    margin-bottom: 30px;
    
}
.topLineF .catMain:hover .buttonCatMain{
    border: 1px solid #463021;
}
footer .catMain .mainCatWrap{
    top: auto;
    bottom: 100%;
}
.catMain .buttonCatMain {
    cursor: pointer;
}
.buttonCatMain .txt{
    line-height: 50px;
}
.topLineF .headMain{
    padding-left: 40px;
}
.topLineF .headMain  ul{
    display: block;
}
.topLineF .headMain li{
    color: #8fb73e;
    list-style-type: disc;
    margin-bottom: 20px;
    line-height: 20px;
}
.topLineF .headMain li:last-child{
    margin-bottom: 0;
}
 .topLineF .headMain a{
    color: #fff;
    line-height: 20px;
 }
footer .infoBlockCol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .infoBlock{
    display: grid;
    grid-template-columns: 275px 200px;
    grid-gap: 30px 20px;
    align-items: center;
}

footer .payBlock{
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
}
.payBlock .imgW{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 38px;
    background: #21100b;
    margin-left: 35px;
}
.payBlock .imgW:first-child{
    margin-left: 0;
}
.payBlock img{
    max-width: 95%;
    max-height: 36px;
}
footer .nav{
    padding-left: 40px;
    color: #fff;
    background: url(../images/iconNavF.png) no-repeat left center;
    line-height: 1.2;
    font-size: 16px;
}

footer .phone{
    padding-left: 40px;
    color: #fff;
    background: url(../images/iconPhoneF.png) no-repeat left center;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
}

footer .mail{
    padding-left: 40px;
    color: #fff;
    background: url(../images/iconMailF.png) no-repeat left center;
    line-height: 1.2;
    font-size: 16px;
}

footer .clock{
    padding-left: 40px;
    color: #fff;
    background: url(../images/iconClockF.png) no-repeat left center;
    line-height: 1.2;
    font-size: 16px;
}
.botLineF{
    padding: 25px 0;
    border-top: 1px solid #594539;
}
.botLineF p{
    margin-bottom: 0;
    line-height: 1;
    color: #f2edda;
    font-size: 13px;
    font-weight: 400;
}
.botLineF p a{
    color: #f2edda;
}

/*End footer*/


/*modalF*/
.callback-modal.modalF{
    background-color: none;
    background: url(../images/decSertBg.png) no-repeat center;
    width: 632px;
    height: 632px;
    max-width: 632px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalF:before{
    position: absolute;
    content: url(../images/decSert.png);
    left: -165px;
    bottom: -100px;
}
.modalF .callback-modal__headline{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}
.modalF .callback-modal__form{
    position: relative;
    z-index: 5;
    width: 340px;
}
.modalF input{
    width: 100%;
    border: 1px solid #fff;
    line-height: 60px;
    margin-bottom: 25px;
    color: #000;
    padding: 0 45px;
    background: none;
    border-radius: 5px;
}
.modalF .wrapLabel{
    margin-bottom: 20px;

}
.modalF .wrapLabel span,.modalF .wrapLabel span a{
    color: #000;
}
.modalF .wrapLabel span:before{
    border: 1px solid #fff;
    background: none;
}
.modalF .wrapLabel span:after{
    background: #000;
}
.modalF .callback-modal__form button{
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #000;
    margin: 0 auto;
    width: 193px;
    height: 60px;
    border: none;
}



/*End modalF*/



/*insidepage*/
.insidepage header{
    position: relative;
    margin-bottom: 40px;
    border-bottom: 2px solid #6b9900;
}
.insidepage .contentBlock{
    padding-bottom: 50px;
}
.insidepage .wrapper{
    padding-top: 0;
}

.insidepage h1{
    font-size: 46px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.insidepage h1:before{
    position: absolute;
    width: 600px;
    left:calc(50% - 300px);
    bottom: 0;
    height: 1px;
    content: '';
    background: linear-gradient(to right,rgba(255,240,115,0),rgba(255,240,115,1),rgba(255,240,115,0));
}



/*ENd insidepage*/

/* --- Media styles --- */

@media screen and (min-width:1200px){

}
@media screen and (max-width:1199px){
    

}

@media screen and (max-width:991px){
    

}

    

@media screen and (max-width:767px){
.callback-modal.modalF{
    max-width: 320px;
    width: 100%;
    background: #6b9900;
} 
.modalF:before{
    display: none;
}


}
    
@media screen and (max-width:675px){
    
}
@media screen and (max-width:640px){
    
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:485px){
    
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
    
}
@media screen and (max-width:370px){
    }