@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext');

* {
	padding: 0px;
	margin: 0px;
	font-family: 'Alegreya Sans', serif;
    font-size: 16px;
}

a {
    color: #30987c
}

body {
    background: #f0ddd8
}

body.taste_group_1 {
    background: #f0ddd8;
}

body.taste_group_2 {
    background: #d8ecf0;
}

body.taste_group_3 {
    background: #ded8f0;
}

body.taste_group_4 {
    background: #d8f0d9;
}

body.taste_group_5 {
    background: #e6d8f0;
}

.content {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    display: block;
}

.logo_box {
    display: block;
    margin: 15px 0px;
}

.logo_box img {
    width: 250px;
}

.form_box {
    width: 450px;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 40px;
    background: linear-gradient(#ffffff, #f3f3f3);
    border: 1px solid #FFFFFF;
    box-shadow: 2px 9px 11px rgba(0, 0, 0, 0.08);
    position: relative;
}

.form_input {
    height: 43px;
    line-height: normal;
    padding: 0px 20px;
    width: 70%;
    border-radius: 25px;
    border: 2px solid #b7b6b6;
    transition: All 0.2s;
}

.form_input:hover {
    border: 2px solid #9e9e9e;
}

.form_input:focus {
    border: 2px solid #fda38c;
    outline: none;
}

.form_button {
    width: 80%;
    padding: 0px 10px;
    height: 50px;
    line-height: normal;
    border: 2px solid #ffad97;
    background: linear-gradient(#fca38c, #fb9176);
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 20px;
    text-shadow: 1px 1px 4px rgb(140, 46, 22);
    font-weight: 800;
    transition: All 0.2s;
    outline: none;
}

.form_input:focus {
    outline: none;
}

.error_field_alert {
    margin-top: -25px;
}

.tab_link {
    border-radius: 12px 12px 0px 0px;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: #EDEDED;
    color: #000000;
    margin: 0px 5px;
}

.tab_link.active {
    background: #fba089;
    color: #FFFFFF;
}

.tab_links {
    border-bottom: 2px solid #EFEFEF;
    margin-bottom: 20px;
}


.order_ok_alert {
    font-size: 19px;
    margin: 0px auto;
    margin-top: 40px;
    width: 80%;
    padding: 25px;
    border: 1px solid #fca38c;
    border-radius: 12px;
    background: #fff0ec;
    color: #604a4a;
    line-height: 30px;
    font-weight: 400;
}

.cabinet_order_button_min[disabled="disabled"] {
    filter: grayscale(1);
    cursor: default
}

