﻿
@media only screen and (max-width : 479px) {
    .main{width:300px}
    footer{border:none !important}
    .logo-mobile{top:11px !important;}
    footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
}
@media only screen and (min-width : 480px) and (max-width : 719px){
    .main{width:460px}
    footer{border:none !important}
    footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
}
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    .main{width:700px}
    footer{border:none !important}
    footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
    .right-footer{padding-right: 21px;}
}
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    .main{width:980px}
    footer{border:none !important}
    footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
}
@media only screen and (min-width : 1250px) and (max-width : 1400px) {
    .main{width:1200px}
    footer .main{border-top: 3px solid #00A86D;}
}
@media only screen and (min-width : 1583px) and (max-width : 1585px) {
    .main{width:1200px}   
 footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
}
@media only screen and (min-width : 1250px) and (max-width : 1300px) {
    .main{width:1200px}   
     footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
}
@media only screen and (min-width : 1359px) and (max-width : 1359px) {
    .main{width:1200px}
     footer > .main{border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
     footer .up{top: -29px;right: -3px;}
}
@media only screen and (min-width : 1360px) and (max-width : 1365px) {
    .main{width:1200px} 
}
@media only screen and (min-width : 1401px) and (max-width : 1500px) {
    svg{display:none}
    .news h2{margin-top: -112px;}
    footer .up{top:-30px;}
    .main{width:1200px;}
    footer > .main {border-top: 3px solid #00A86D !important;padding-top: 25px !important;}
    .news {border-top: 3px solid #00A86D;}
}
@media only screen and (min-width : 1750px) {
    .main { width: 1400px; }
}