* {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.page-wrap {
    flex: 1 0 auto;
}

.timer {
	width: 90px;
	height: 85px;
	border: 4px solid #F23C3C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px auto;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.timer span {
	display: block;
	background: #F23C3C;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	width: 36px;
	height: 36px;
	line-height: 33px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
	.timer {
		width: 105px;
		height: 99px;
	}
}

@media screen and (min-width: 2400px) {
	
    .col-first {
        width: 50%;
        float: left;
    }
    .col-second {
        width: 50%;
        float: right;
    }
    header {
        height: 94%;
    }
    .head_stripes {
        padding-left: 15%;
    }
    .rectangle {
        margin-right: 40px;
        float: left;
        background-size: cover;
    }
    .rectangle1 {
        width: 47px;
        height: 182px;
        background-color: #4b3048;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle2 {
        width: 47px;
        height: 160px;
        background-color: #713c62;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle3 {
        width: 47px;
        height: 137px;
        background-color: #983962;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle4 {
        width: 47px;
        height: 161px;
        background-color: #b94272;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle5 {
        width: 47px;
        height: 138px;
        background-color: #f05275;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle6 {
        width: 47px;
        height: 138px;
        background-color: #f99e22;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .head_logo img {
        width: 60%;
        height: 100%;
        padding-left: 1%;
        padding-top: 50px;
    }
    .head_title {
        padding-top: 108px;
    }
    .head_title h4 {
        font-family: "Montserrat", sans-serif;
        width: 500px;
        color: #713c62;
        font-weight: bolder;
        font-size: 2em;
        margin-top: 0;
        margin-bottom: 55px;
        margin-left: 26%;
    }
    p {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        color: #4b3048;
        font-size: 1.8em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 43px;
        margin-right: 5px;
        padding-right: 5%;
    }
    a {
        color: #f05275;
    }
    .head_kemichal_logo img {
        width: 50%;
        height: 50%;
        margin-top: 115px;
        margin-left: 290px;
        padding-right: 5%;
    }
    .footer_text {
        width: 1000px;
        margin-left: 8.5%;
    }
    .footer_text h4 {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-weight: unset;
        font-size: 2em;
        margin-left: 25px;
        margin-top: 0;
        width: auto;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    li {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-weight: unset;
        font-size: 1.8em;
        line-height: 1;
    }
    .mark1 {
        list-style-image: url("../img/mark1.png");
    }
    .mark2 {
        list-style-image: url("../img/mark2.png");
    }
    .mark3 {
        list-style-image: url("../img/mark3.png");
    }
    .mark4 {
        list-style-image: url("../img/mark4.png");
    }
    .mark5 {
        list-style-image: url("../img/mark5.png");
    }
    .mark6 {
        list-style-image: url("../img/mark6.png");
    }
    .mark7 {
        list-style-image: url("../img/mark7.png");
    }
    .first_col {
        float: left;
    }
    .second_col {
        margin-left: 390px;
        padding-top: 1px;
    }
    footer {
        background-image: url("../img/footer_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 2400px) {
    .col-first {
        width: 50%;
        float: left;
    }
    .col-second {
        width: 50%;
        float: right;
    }
    header {
        height: 94%;
    }
    .head_stripes {
        padding-left: 15%;
    }
    .rectangle {
        margin-right: 40px;
        float: left;
        background-size: cover;
    }
    .rectangle1 {
        width: 47px;
        height: 182px;
        background-color: #4b3048;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle2 {
        width: 47px;
        height: 160px;
        background-color: #713c62;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle3 {
        width: 47px;
        height: 137px;
        background-color: #983962;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle4 {
        width: 47px;
        height: 161px;
        background-color: #b94272;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle5 {
        width: 47px;
        height: 138px;
        background-color: #f05275;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .rectangle6 {
        width: 47px;
        height: 138px;
        background-color: #f99e22;
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 86%, 0 9.7%);
    }
    .head_logo img {
        width: 60%;
        height: 100%;
        padding-left: 1%;
        padding-top: 50px;
    }
    .head_title {
        padding-top: 108px;
    }
    .head_title h4 {
        font-family: "Montserrat", sans-serif;
        width: 500px;
        color: #713c62;
        font-weight: bolder;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 55px;
        margin-left: 26%;
    }
    p {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        color: #4b3048;
        font-size: 24px;
        width: 847px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 43px;
        margin-right: 5px;
        padding-right: 5%;
    }
    a {
        color: #f05275;
    }
    .head_kemichal_logo img {
        width: 340px;
        height: 105px;
        margin-bottom: 115px;
        margin-left: 304px;
        padding-right: 5%;
    }
    .footer_text {
        width: 1000px;
        margin-left: 8.5%;
    }
    .footer_text h4 {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-weight: unset;
        font-size: 1.5em;
        margin-left: 25px;
        margin-top: 0;
        width: auto;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    li {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-weight: unset;
        font-size: 1.3em;
        line-height: 1;
    }
    .mark1 {
        list-style-image: url("../img/mark1.png");
    }
    .mark2 {
        list-style-image: url("../img/mark2.png");
    }
    .mark3 {
        list-style-image: url("../img/mark3.png");
    }
    .mark4 {
        list-style-image: url("../img/mark4.png");
    }
    .mark5 {
        list-style-image: url("../img/mark5.png");
    }
    .mark6 {
        list-style-image: url("../img/mark6.png");
    }
    .mark7 {
        list-style-image: url("../img/mark7.png");
    }
    .first_col {
        float: left;
    }
    .second_col {
        margin-left: 390px;
        padding-top: 1px;
    }
    footer {
        background-image: url("../img/footer_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 1800px) {
    p {
        width: 750px;
    }
    .footer_text h4 {
        font-size: 19px;
        margin-bottom: 9px;
    }
    li {
        font-size: 19px;
        line-height: 0.9em;
    }
}
@media screen and (max-width: 1700px) {
    .head_logo img {
        width: 66%;
    }
    .head_kemichal_logo img {
        margin-top: 6%;
        margin-left: 31%;
    }
    p {
        width: 700px;
    }
    .footer_text h4 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }
    li {
        font-size: 1.2em;
        line-height: 0.8em;
    }
    .second_col {
        margin-left: 35%;
    }
}

@media screen and (max-width: 1550px) {
    header {
        max-width: 1100px;
        min-width: 320px;
    }
    .rectangle {
        margin-right: 20px;
    }
    .rectangle1 {
        width: 40px;
        height: 122px;
    }
    .rectangle2 {
        width: 40px;
        height: 100px;
    }
    .rectangle3 {
        width: 40px;
        height: 87px;
    }
    .rectangle4 {
        width: 40px;
        height: 99px;
    }
    .rectangle5 {
        width: 40px;
        height: 94px;
    }
    .rectangle6 {
        width: 40px;
        height: 94px;
    }
    .head_logo img {
        width: 75%;
        margin-left: 29%;
    }
    .head_title {
        padding-top: 60px;
    }
    .head_title h4 {
        font-size: 1.2em;
        margin-top: 5%;
        margin-bottom: 15px;
        margin-left: 65%;
    }
    p {
        font-size: 1.2em;
        width: 685px;
        margin-left: 30%;
    }
    a {
        color: #f05275;
    }
    .head_kemichal_logo img {
        margin-top: 60px;
        margin-left: 60%;
    }
    .footer_text {
        margin-left: 10%;
    }
    .footer_text h4 {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    li {
        font-size: 1em;
        line-height: 1em;
    }
    .first_col {
        float: left;
    }
    .second_col {
        margin-left: 320px;
        padding-top: 1px;
    }
}

@media screen and (max-width: 1420px) {
    .head_title h4 {
        font-size: 1em;
        margin-left: 56%;
        width: 300px;
    }
    p {
        font-size: 1em;
        width: 550px;
        margin-left: 30%;
    }
    .head_kemichal_logo img {
        width: 50%;
        height: 50%;
        margin-left: 58%;
    }
    .second_col {
        margin-left: 30%;
    }
    .footer_text {
        margin-left: 8%;
    }
    .footer_text h4 {
        font-size: 1em;
        margin-left: 8%;
    }
    li {
        font-size: 1em;
    }
}

@media screen and (max-width: 1300px) {
    .head_logo img {
        padding-left: 0;
    }
    .head_title h4 {
        margin-left: 40%;
        margin-top: 5%;
        margin-bottom: 15px;
    }
    p {
        margin-left: 22%;
        width: 450px;
    }
    .head_kemichal_logo img {
        margin-left: 44%;
    }
    .footer_text h4 {
        font-size: 0.9em;
        margin-bottom: 15px;
    }
    li {
        font-size: 0.9em;
        line-height: 0.8em;
    }
    .second_col {
        margin-left: 25%;
    }
}

@media screen and (max-width: 1280px) {
    .footer_text h4 {
        margin-left: 2%;
    }
}

@media screen and (max-width: 1140px) {
    .head_title h4 {
        margin-left: 30%;
    }
    p {
        margin-left: 10%;
        width: 450px;
    }
    .head_kemichal_logo img {
        margin-left: 30%;
    }
    .second_col {
        margin-left: 48%;
    }
    .footer_text {
        margin-left: 4%;
        width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    p {
        width: 400px;
    }
    .second_col {
        margin-left: 46%;
    }
    .footer_text {
        margin-left: 4%;
        width: 500px;
    }
}

@media screen and (max-width: 1000px) {
    .col-first {
        width: 100%;
        float: none;
    }
    .col-second {
        width: 100%;
        float: none;
    }
    .head_stripes {
        margin-left: 12.2%;
    }
    .rectangle {
        margin-right: 20px;
    }
    .rectangle1 {
        width: 37px;
        height: 157px;
    }
    .rectangle2 {
        width: 37px;
        height: 135px;
    }
    .rectangle3 {
        width: 37px;
        height: 112px;
    }
    .rectangle4 {
        width: 37px;
        height: 136px;
    }
    .rectangle5 {
        width: 37px;
        height: 113px;
    }
    .rectangle6 {
        width: 37px;
        height: 113px;
    }
    .head_logo img {
        width: 50%;
        height: 50%;
        padding-top: 3%;
    }
    .head_title {
        padding-top: 50px;
    }
    .head_title h4 {
        width: 400px;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 25px;
        margin-left: 33%;
    }
    p {
        margin: auto;
        padding-right: 0;
        width: 600px;
    }
    a {
        color: #f05275;
    }
    .head_kemichal_logo img {
        margin-top: 35px;
        text-align: center;
        width: 50%;
        height: 50%;
        padding-right: 10%;
    }
    .footer_text {
        width: 400px;
        margin: auto;
    }
    .footer_text h4 {
        font-size: 0.7em;
        width: auto;
    }
    li {
        font-size: 0.7em;
        line-height: 0.4em;
    }
    .second_col {
        margin-left: 198px;
    }
    footer {
        background-image: url("../img/mobile_footer.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 760px) {
    .head_title {
        padding-top: 7%;
    }
    .head_title h4 {
        margin-bottom: 10px;
        margin-left: 24%;
    }
    li {
        font-size: 0.6em;
        line-height: 0.5em;
    }
    .footer_text h4 {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 720px) {
    .head_title {
        padding-top: 7%;
    }
    .head_title h4 {
        margin-bottom: 10px;
        margin-left: 30%;
        font-size: 1em;
        width: 240px;
    }
    p {
        width: 380px;
    }
}
@media screen and (max-width: 500px) {
    .rectangle {
        margin-right: 5px;
    }
    .rectangle1 {
        width: 27px;
        height: 92px;
    }
    .rectangle2 {
        width: 27px;
        height: 70px;
    }
    .rectangle3 {
        width: 27px;
        height: 47px;
    }
    .rectangle4 {
        width: 27px;
        height: 71px;
    }
    .rectangle5 {
        width: 27px;
        height: 48px;
    }
    .rectangle6 {
        width: 27px;
        height: 48px;
    }
}

@media screen and (max-width: 470px) {
    .head_logo img {
        width: 50%;
        height: 40%;
    }
    .head_title {
        padding-top: 18px;
    }
    p {
        font-size: 14px;
        width: 300px;
    }
    .head_title h4 {
        font-size: 1em;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .head_kemichal_logo img {
        width: 50%;
        height: 50%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 420px) {
    .head_title h4 {
        margin-left: 15%;
    }
    .footer_text {
        width: auto;
    }
    .footer_text h4 {
        width: 300px;
        padding-bottom: 10px;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    footer {
        width: auto;
    }
    .footer_text {
        font-size: 1.1em;
    }
    .footer_text h4 {
        text-align: center;
        width: 200px;
        margin: auto;
    }
    li {
        line-height: 0.5em;
        margin-left: 70px;
    }
    .first_col,
    .second_col {
        float: none;
    }
    .second_col {
        margin-left: 0;
    }
}
