/* Media 1280 */
@media screen and (max-width: 1280px) {
    /* Container */
    .container {
        max-width: 1000px;
    }
}

/* Media 1280 */
@media screen and (max-width: 1100px) {
    /* Container */
    .container {
        max-width: 768px;
    }
}

/* Media 768 */
@media screen and (max-width: 768px) {
    /* Container */
    .container {
        max-width: none;
    }

    /* header */
    header {
        padding: 0;
        background-color: transparent;
    }
    header .row {
        display: none;
    }
    header .row-mobile {
        position: relative;
        display: block;
    }
    header .row-mobile.active ul {
        top: 100%;
    }
    header .row-mobile.active button {
        background: url("../files/close.svg") center / cover no-repeat;
    }
    header .row-mobile div {
        position: relative;
        display: flex;
        padding: 17px 50px;
        justify-content: space-between;
        align-items: center;
        background: #0f1923;
        z-index: 2;
    }
    header .row-mobile div button {
        width: 25.39px;
        height: 18.88px;
        background: url("../files/burger.svg") center / cover no-repeat;
        border: none;
        transition: 0.3s all linear;
    }
    header .row-mobile ul {
        top: -1822%;
        position: absolute;
        left: 0;
        width: 100%;
        padding: 12px 50px;
        background: #0f1923;
        transition: 0.3s all linear;
    }
    header .row-mobile ul li {
        display: flex;
        justify-content: flex-start;
        margin: 0 0 10px 0;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 123.7%;
        list-style: none;
        transition: 0.3s all linear;
        color: #ffffff;
        border-radius: 9px;
    }
    header .row-mobile ul li:last-child {
        margin: 0;
    }
    header .row-mobile ul li:hover {
        background: #2751ff;
        border-radius: 7px;
        color: #ffffff;
    }
    header .row-mobile ul li a {
        padding: 17px 25px;
        width: 100%;
        color: inherit;
        text-decoration: none;
    }
    .container-error h4 {
        font-size: 3em;
    }
    .container-error h3 {
        font-size: 5em;
    }

    /* Intro */
    .intro {
        padding: 30px 50px;
    }

    /* Content */
    .content {
        padding: 30px 50px;
    }
    .content .row {
        display: block;
    }
    .content .row p {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .content .row p:last-child {
        margin: 0;
    }
    .yauthor {
        flex-direction: column;
    }
    .yauthor-head-i {
        display: block;
    }
    .yauthor-head {
        display: flex;
    }
    .yauthor-head-j {
        /*display: none;*/
    }
    .yauthor-body {
        margin: 20px 0 0 0;
    }
    .yauthor .img-text {
        margin: 0 15px 0 0;
        width: 122.502px;
        height: 122.502px;
    }
}

/* Media 425 */
@media screen and (max-width: 600px) {
    /* header */
    header .row-mobile div {
        padding: 10px 15px;
        align-items: flex-start;
    }
    header .row-mobile ul {
        padding: 12px 15px;
    }
    header .row-mobile ul li {
        font-size: 12px;
    }
    header .row-mobile ul li a {
        padding: 7px;
    }

    /* Intro */
    .intro {
        padding: 23px 15px 39px 15px;
        background: url("../files/bg.png") center / cover no-repeat;
    }
    .intro h1 {
        margin: 0 0 9px 0;
        font-weight: 800;
        font-size: 22px;
        line-height: 27px;
    }
    .intro p {
        margin: 0 0 18px 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 123.7%;
    }
    /*.intro a {*/
    /*    padding: 10.5px 45px;*/
    /*    font-size: 12px;*/
    /*    line-height: 16px;*/
    /*}*/
    header .logo {
        height: 20px;
    }
    /* Content */
    .content {
        padding: 30px 15px;
    }
    .content h2 {
        margin: 15px 0 8px 0;
        font-size: 20px;
        line-height: 30px;
    }
    .content p,
    .content ul li,
    .content ol li {
        margin: 0 0 8px 0;
        font-size: 16px;
        line-height: 123.7%;
    }
    .content ul,
    .content ol {
        margin: 0 0 0 15px;
    }
    .container-error h3 {
        font-size: 2em;
    }
    .container-error h4 {
        font-size: 1em;
    }

    .yauthor {
        padding: 14px 15px;
    }

    .yauthor .img-text {
        margin: 0 16px 0 0;
        width: 65.169px;
        height: 65.169px;
    }

    .yauthor h2 {
        margin: 0;
    }

    .yauthor-head {
        align-items: center;
    }

    .content .yco {
        width: 150px;
        height: 150px;
    }

    .yauthor-body h6,
    .yauthor h6 {
        margin: 5px 0 0 0;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        color: #ffffff;
    }

    /* footer */
    footer ul {
        padding: 17.5px 0;
        flex-wrap: wrap;
    }
    footer ul li {
        margin: 5px !important;
        font-size: 12px;
        line-height: 123.7%;
    }
	.btn-bubble {
		display: block;
		    width: max-content;
		    margin: 0 auto;
		    height: 28px;
		    padding: 5px 12px;
		    font-size: 16px;
		    text-decoration: none;
		    color: #fff!important;
		    transition: .2s ease-out;
		    cursor: pointer;
			border-radius: 50px;
			background-color: #2c2059;
			box-shadow: 0 3px 0 0 #272c47, 0 4px 4px 0 #000;
	}
	.promocode {
	font-size: 12px;
	margin: 0 auto;
	}
	.footer-section {
		border-top: 1px dashed #2751FF;
		width: 100%;
		padding: 30px 25px 35px 28px;
	    margin-right: auto;
	    margin-left: auto;
		text-align: center;
	}
}
