

body {
	margin: 0;
	position: relative;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	width: 100%;
	height: 100%;
}

input, textarea {outline: none;}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

.wrapper {
	height: auto;
	max-width: 1300px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.web-page {
    position: relative;
    /*background: url(img/bg-web.png) no-repeat center center;
    background-size: cover;*/
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.web-page-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.web-page-bg img {
    height: 100%;
    width: 100%;
}

/*.web-page:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(img/bg-web.png) no-repeat center;
    background-size: cover;
}*/

.web-page__prew-button {
    padding-top: 30px;
}

.web-page__prew-button a {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.web-page__prew-button a {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
}

.web-page__content {
    position: relative;
}

.web-page__item {
    display: flex;
    margin-top: 86px;
}

.web-page__item img {
    
}

.web-page__item h1 {
    margin-left: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.web-page__title {
    margin-top: 140px;
}

.web-page__title p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 1px 1px 1px #000
}

.web-page__form {
    margin-top: 10%;
    display: flex;
    justify-content: center;
}

.footer-form__title h2 {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000
}

.web-form__item {
    margin-top: 20px;
}

.web-form__item input {
    width: 630px;
    height: 45px;
    border: none;
    padding-left: 20px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 2px 9.6px 6.4px rgba(0, 0, 0, 0.16);
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.footer-button {
    text-align: center;
    margin-top: 30px;
}

.footer-button input {
    width: 260px;
    height: 50px;
    border: 2px solid #ba2323;
    border-radius: 24px;
    background-color: rgb(186, 35, 35);
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 20px;
    transition: all 0.2s linear;
}

.footer-button input:hover {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}

.web-page__confid {
    text-align: center;
    margin-top: 10px;
}

.web-page__confid p {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    margin: 0;
}

.web-page__confid p a {
    color: #fffa73;
}

.thank {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    background: #fdefdb;
    width: 50%;
    height: 250px;
    border: 2px solid #000;
    border-radius: 30px;
    color: #000;
}




/* Modal *****************************************************/
@media screen and (max-width: 800px) {
    .web-page__title {
        margin-top: 120px;
    }
    .web-page__title p {
        font-size: 18px;
    }
    .thank {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thank p {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;
        background: #fdefdb;
        width: 80%;
        height: 200px;
        border: 2px solid #000;
        border-radius: 30px;
        color: #000;
        padding: 0 20px;
    }
}

@media screen and (max-width: 700px) {
    .web-page__title p {
        font-size: 16px;
    }
    
    .web-page__form {
        display: block;
    }
    
    .web-form__item input {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .web-page__item {
        display: flex;
        margin-top: 9.5%;
        align-items: center;
    }
    
    .web-page__item h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .web-page__title {
        margin-top: 10px;
    }
    
    .web-page__item h1 {
       font-size: 16px;
    }
    
    .web-form__item {
        margin-top: 8px;
    }
    
    .footer-button {
        margin-top: 8px;
    }
    .web-page__confid p {
        color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 10px;
        margin: 0;
    }
}

@media screen and (max-width: 350px) {
    .web-form__item input {
        height: 35px;
        font-size: 13px;
    }
    .footer-button input {
        width: 100%;
        height: 36px;
        font-size: 18px;
    }
    .web-page__title p {
        font-size: 9px;
    }  
}
