@font-face {
	font-family: "Argentum";
	src: url("argentum-sans.regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Argentum";
	src: url("argentum-sans.bold.ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Argentum";
	src: url("argentum-sans.semibold.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Argentum";
	src: url("argentum-sans.light.ttf");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}


header{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 68px;
    z-index: 1001;
}
body{  
    padding: 0; 
    margin: 0;
    font-family: "Argentum"; 
  } 
header img{
    height: 40px;
    margin-left: 24px;
    margin-top: 18px;
}
h1{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Argentum"; 
    margin-bottom: 0;
    text-transform: uppercase;
}
.color-background{
    width: 100%;
    background-color: #523984;
    margin: 0;
    padding: 0;
}
.skvrny{
    position: absolute;
    width: 100%;
    height: 700px;
    top: 0px;
    background-image: url(skvrny.png);
    opacity: 0.2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.flex-holder{
    display: flex;
    justify-content: center;
    max-height: 630px;
}
.email-form{
    position: relative;
    width: 530px;
    margin-top: 5px;
    z-index: 1000;
}
.email-form p {
    color: #fff;
}
.email-input{
    padding: 14px 10px;
    width: 260px;
    font-size: 16px;
    background-color: #fff;
    border: none;
}
.checkbox-wrap{
    position: relative;
    padding: 14px 0px;
}
.checkbox-input{
    position: absolute;
    top: 33px;
    height: 20px;
    width: 20px;
    margin: 0;
    background-color: #eee;
}
.select-input{
    margin-bottom: 20px;
    width: 280px;
}
.submit-input{
    width: 280px;
    padding: 17px 10px 15px 10px;
    background-color: #E66136;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.submit-input:hover{
    background-color: #BA4E2B;
    cursor: pointer; 
}
label{
    font-size: 16px;
    font-weight: 300;
    margin-left: 30px;
color: #fff;
}
label a{
    text-decoration: none;
    color: #E66136;
}
.short-book-desc{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 22px;
}
.soutez-p{
   margin-bottom: 5px; 
}
.book-image{
    position: relative;
    top: 40px;
    width: 530px;
    height: 730px;
    background-image: url('book-mock.png');
    background-size: cover;
    z-index: 1000;
}
.book-description{
    position: relative;
    margin:auto;
    width: 1000px;
    margin-top: 180px;
    
}
.book-description h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}
.color-underline{
    margin: auto;
    width: 80px;
    height: 4px;
    background-color: #E66136;
}
.gray-underline{
        width: 60px;
        height: 4px;
        background-color: #E2DFDF;
}
.email-form h2{
    color: #fff;
    font-size: 28px;
    margin: 65px 0px 18px 0px;
}
.book-flex-wrap{
    margin: auto;
    margin-top: 65px;
    margin-bottom: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.info-cont{
    width: 320px;
    padding: 0px 15px;
}
.info-cont h3{
    margin-bottom: 10px;
}
.info-cont p{
    margin-top: 10px;
}
footer{
    text-align: center;
    padding: 15px 0px;
    background-color: #523984;
    color: #fff;
    font-weight: 300;
    width: 100%;
}
footer a{
    color: #fff;
    text-decoration: none;
}
.product-image{
    padding: 10px;
    width: 100%;
}
@media screen and (max-width: 1120px){
    .book-image{
        display: none;
    }
    .email-form{
        width: 100%;
        padding: 0px 24px;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 65px;
    }
    .flex-holder{
        max-height: 3000px;
    }
    .book-description{
        width: calc(100% - 50px);
        padding: 0px 25px;
        margin-top: 60px;
    }
    .book-flex-wrap{
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .book-description h2{
        font-size: 30px;
    }
    .info-cont{
        margin-bottom: 15px;
    }
}