| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- main, html {
- background-color: #dcb495;
- }
- #header_block {
- position: absolute;
- margin-bottom: 60%;
- }
- .header_block {
- width: 100%;
- height: 75vw;
- background-position: center;
- display: flex;
- justify-content: center;
- flex-direction: column;
- background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/back_main_one.jpg);background-repeat: repeat; background-position: center;
- }
- .header_title {
- margin-left: 10%;
- color: #ffffff;
- font: bold;
- font-size: 4vw;
- transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
- }
- .header_title:hover {
- font-size: 4.05vw;
- text-shadow: 0px 0px 20px #ffffff;
- }
- .header_title_2 {
- margin-left: 10%;
- color: #afafaf;
- font: bold;
- font-size: 2vw;
- transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
- }
- .header_title_2:hover {
- font-size: 2.05vw;
- text-shadow: 0px 0px 20px #ffffff;
- }
- .header_buttons {
- margin-top: 5%;
- margin-left: 10%;
- width: 90%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .header_button {
- background-color: #f5c99f;
- width: 20vw;
- height: 5vw;
- color: #000000;
- border-radius: 30px;
- vertical-align: middle;
- }
- .header_button:hover {
- text-decoration: none;
- color: #000000;
- }
- #link_to_about {
- margin-left: 40px;
- background-color: #000000;
- color: #ffffff;
- border: 2px solid #ffffff;
- }
- .header_button_text {
- width: 100%;
- height: 100%;
- text-align: center;
- font-size: 1.5vw;
- margin-top: 5%;
- }
- .body_block {
- background-color: #dcb495;
- }
- .about_block {
- margin-top: 10%;
- margin-left: 5%;
- width: 90%;
- }
- .about_title {
- color: #000000;
- font-size: 4vw;
- }
- .about_info_block {
- margin-top: 50px;
- width: 100%;
- display: inline-flex;
- justify-content: space-between;
- }
- .about_article_block {
- display: flex;
- flex-direction: column;
- align-content: space-around;
- }
- .about_article {
- display: inline-flex;
- justify-content: flex-start;
- align-items: center;
- }
- .article_image {
- width: 10vw;
- height: 10vw;
- }
- .main_image {
- width: 40vw;
- height: 26vw;
- }
- .article_text {
- max-width: 70%;
- margin-left: 10px;
- font-size: 1.3vw;
- }
- .how_work_block {
- margin-top: 20%;
- margin-left: 5%;
- width: 90%;
- }
- .how_work_title {
- text-align: center;
- color: #000000;
- font-size: 4vw;
- }
- .how_work_info_block {
- display: inline-flex;
- justify-content: space-evenly;
- margin-top: 100px;
- }
- .how_work_image {
- width: 10vw;
- height: 10vw;
- }
- .how_work_info, .how_work_article {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .how_work_article_title {
- text-align: center;
- font-size: 1.5vw;
- }
- .how_work_article_text {
- text-align: center;
- margin-top: 1vw;
- font-size: 1.1vw;
- }
- .reg_block {
- margin-top: 20%;
- width: 100%;
- height: 50vw;
- }
- .reg_content_block {
- margin-top: 100px;
- width: 90%;
- margin-left: 5%;
- display: inline-flex;
- justify-content: space-between;
- flex-wrap: nowrap;
- align-content: center;
- }
- .reg_title {
- text-align: center;
- color: #000000;
- font-size: 4vw;
- }
- .reg_content {
- display: flex;
- flex-direction: column;
- align-self: center;
- align-content: space-evenly;
- }
- .reg_button_group {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .reg_button_title {
- margin-bottom: 10%;
- color: #000000;
- font-size: 2.5vw;
- text-align: left;
- }
- .reg_button_info {
- margin-top: 8%;
- }
- .reg_button_group {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .reg_button {
- background-color: #a8886f;
- width: 20vw;
- height: 5vw;
- color: #ffffff;
- border-radius: 30px;
- vertical-align: middle;
- }
- .reg_button:hover {
- text-decoration: none;
- color: #ffffff;
- }
- .reg_button_text {
- width: 100%;
- height: 100%;
- text-align: center;
- font-size: 1.5vw;
- margin-top: 6%;
- }
- #link_to_start{
- width: 18vw;
- background-color:#f5d3b8;
- }
- #link_to_start_text {
- color: #000000;
- }
- .feedback_block {
- display: flex;
- justify-content: center;
- align-items: center;
- height: 75vw;
- background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/back_main_two.jpg);background-repeat: repeat; background-position: center;
- }
- .feedback {
- width: 50%;
- height: 80%;
- margin-left: 25%;
- margin-right: 25%;
- background-color: #dcb495;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- align-content: space-around;
- }
- .feedback_title {
- width: 80%;
- margin-bottom: 20%;
- text-align: center;
- color: #000000;
- font-size: 3vw;
- }
- .feedback_logo {
- margin-bottom: 20%;
- width: 10vw;
- height: 10vw;
- }
- .feedback_mail {
- font-size: 1.5vw;
- color: #000000;
- transition: color 0.5s ease-in, border-bottom 0.5s ease-in;
- }
- .feedback_mail:hover {
- color: #694a2d;
- border-bottom: 3px solid #f3c79e;
- text-decoration: none;
- }
|