/* Media 1280 */
@media screen and (max-width: 1280px) {
    header,
    .intro,
    .content,
    footer,
    .inner{
        max-width: 1100px;
    }
    header {
        align-items: center;
        justify-content: space-between;
    }
    header img {
        width: 180px;
        height: 27px;
    }
    header ul {
        margin: 0 0 0 50px;
        flex-wrap: wrap;
    }
    header ul li {
        padding: 13px 5px;
    }
    .inner .item, ._item {
        right: 105px;
        bottom: 54.51px;
    }
    .inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* Media 1100 */
@media screen and (max-width: 1100px) {
    header,
    .intro,
    .content,
    footer,
    .inner{
        max-width: 800px;
    }
    header {
        padding: 0 10px;
    }
    .content {
        padding: 30px 0;
    }
    footer ul {
        flex-wrap: wrap;
    }
    header ul li {
        padding: 13px 4px;
    }
    footer ul li {
        padding: 13px 5px
    }
    footer ul li a {
        padding: inherit;
    }
    .inner .item, ._item {
        right: 45px;
        bottom: 45px;
        zoom: 90%;
    }
}

/* Media 768 */
@media screen and (max-width: 768px) {
    
    
    .img-big:first-child img {
	width:320px;
	height:244px;
    }
    
    body {
        padding: 0;
    }
    header,
    footer {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
    header {
        flex-direction: column;
        margin: 0 0 23px 0;
        padding: 14px 14px 24px 14px;
        border-radius: 0;
    }
    header img {
        align-self: center;
    }
    header ul {
        margin: 18.4px 0 0 0;
        justify-content: center;
    }
    header ul li {
        margin: 0 15px;
        padding: 10px 0;
    }
    header ul li a {
        padding: inherit;
    }
    .intro,
    .inner {
        width: 90%;
    }
    .intro p {
        width: 80%;
    }
    .content {
        width: 90%;
    }
    .container-error h4 {
        font-size: 3em;
    }
    .container-error h3 {
        font-size: 5em;
    }
    /* Inner */
    .inner {
        margin: 23px auto 0 auto;
        padding: 375px 10px 27px 10px;
        max-width: none;
        border-radius: 43px;
        background: url('innerMob.webp') center top / cover no-repeat;

      
    }
    .inner .item {
        display: none;
    }
    .inner h1 {
        max-width: 100%;
        align-self: center;
        text-align: center;
    }
    .inner p {
        max-width: 100%;
        align-self: center;
        text-align: center;
    }
    .inner a {
        max-width: 100%;
        align-self: center;
        text-align: center;
    }
    ._item {
        position: static;
        display: flex;
        margin: 27px 15px 0 15px;
        box-shadow: none;
        zoom: 175%;
    } 
    ._item .top {
        justify-content: center;
    }
    ._item .top .gift {
        position: relative;
        bottom: 20px;
        width: 60.28px;
        height: 68.15px;
    }
    ._item .top h2 {
        font-size: 49.12px;
        line-height: 59px;
    }
    ._item p {
        bottom: 5px;
        font-size: 22.3755px;
        line-height: 22px;
    }
    ._item span {
        font-size: 14.3203px;
    }
    
    .pl {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 13px 15px 10px 15px;
        display: flex;
        flex-direction: column;
        background: #A52B13;
        z-index: 999;
        zoom: 150%;
    }
    .pl h5 {
        margin: 0 0 5.7px 0;
        font-family: 'Muller';
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        align-self: center;
    }
    .pl a {
        padding: 12.5px;
        width: 100%;
        text-decoration: none;
        background: #0C6451;
        border-radius: 10px;

        font-family: 'Gotham Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        color: #FFFFFF;
        transition: .5s;
    }
    .pl a:hover {
        color: #0C6451;
        background: #FFFFFF;
    }
    .main-footer {
        padding: 0 0 150px 0;
    }
}   

/* Media 425 */
@media screen and (max-width: 600px) {
    /* Inner */
    .inner {
        margin: 23px 15px 0 15px;
        padding: 205px 10px 27px 10px;
           border-radius: 25px;
       
      }
    .inner .item {
        display: none;
    }
    .inner h1 {
        margin: 0 0 9px 0;
        font-size: 28px;
        line-height: 33px;
        text-align: center;
    }
    .inner p {
        margin: 0 0 15px 0;
        font-size: 15px;
        text-align: center;
        line-height: 19px;
    }
    .inner a {
        padding: 15px 45px;
        align-self: center; 
        border-radius: 60px;
        font-size: 10px;
        line-height: 10px;
    }
    ._item,
    .pl {
        zoom: 100%;
    }
    /* /Inner */

    header {
        padding: 14px 0 24px 0;
    }
    header ul li a {
        padding: 0;
    }
    header img {
        height: 18px;
    }
    footer {
        border-radius: 0;
    }
    footer ul li,
    header ul li {
        margin: 0;
        padding: 4px 5px;
        font-size: 12.15385px;
        line-height: 10px;
        margin-bottom:10px;
    }
    footer ul li a {
        padding: 0;
    }
    footer ul li a:last-child {
        content: 'real or fake';
    }
    .intro {
        margin: 0 auto;
        background: url('../img/mob.png') center / cover no-repeat;
        border-radius: 25px;
    }
    .intro h1 {
        font-size: 18px;
        line-height: 23px;
    }
    .intro p {
        margin: 0 0 21.5px 0;
        width: 95%;
        font-size: 12px;
        line-height: 15px;
    }
    .intro a {
        font-size: 10px;
        line-height: 10px;
    }
    .content {
        padding: 37.8px 0 27px 0;
    }
    .content h2, .content h3, .content h4 {
        margin: 15px 0 8px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .content p,
    .content ul li,
    .content ol li {
        margin: 0 auto 8px auto;
        font-size: 12px;
        line-height: 15px;
    }
      .content ol li{
          font-size:14px;
          margin: 0 auto 12px auto;
      }
    
    
    .content ul,
    .content ol {
        margin: 0;
    }
    .container-error h3 {
        font-size: 2em;
    }
    .container-error h4 {
        font-size: 1em;
    }
    .main-footer {
        padding: 0 0 100px 0;
    }
	
	header ul li{
		margin-bottom:10px}
}