* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	resize: none;
	outline: none;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
.mob_menu {
    display: none;
}
input, textarea {
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}
input[readonly] {
     cursor: text;
     background-color: #fff;
}
button {
    font-size: 14px;
}
img[src$=".gif"], img[src$=".png"] {
    image-rendering: optimizeQuality;
}
img {
    max-width: 100%;
}
html {
    background: var(--background_color);
}

/* All */
h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}
h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
}
h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}
h5 {
    font-size: 16px;
    line-height: 1.5;
}
body {
    padding-top: 65px;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 5px solid #8a70ac;
    width: 100%;
    background: #fff;
}
.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
    padding-left: 25px;
}
header .container {
    display: flex;
    align-items: center;
    height: 100%;
}
header nav {
    margin-left: auto;
    margin-right: 50px;
}
header nav ul {
    display: flex;
    flex-wrap: wrap;
}
header nav ul li {
    margin-right: 25px;
}
header nav ul li:last-child {
    margin-right: 0px;
}
header nav ul li span,
header nav ul li a {
    color: #8a70ac;
}
header nav ul li span:hover {
    cursor: pointer;
}
header h1 {
    font-size: 14px;
    color: #8a70ac;
    margin-bottom: 0px;
}
header .mail {
    font-size: 12px;
    color: #8a70ac;
    line-height: 1;
}
header img {
    height: 40px;
}
.item_1,
.item_3,
.item_5 {
    background: #d6e0c9;
}
.item_3_content,
.item_1_content {
    display: flex;
}
.item_3_content_left,
.item_1_content_left {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item_3_content_right,
.item_1_content_right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}
.item_3_content_right img,
.item_1_content_right img {
    width: 500px;
}
.item_1_content_left p:nth-of-type(1) {
    margin-bottom: 40px;
}
.item_2 {
/*    margin-top: 40px;*/
}
.item_2,
.item_4 {
    background: #d3c9e0;
}
.item_5_content,
.item_4_content,
.item_2_content {
    display: flex;
}
.item_4_content_left,
.item_2_content_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_4_content_left img,
.item_2_content_left img {
    height: 500px;
/*    margin-top: 40px;*/
/*    margin-bottom: 40px;*/
}
.item_4_content_right,
.item_2_content_right {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h3 {
    margin-bottom: 40px;
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.item_4_content_right ul li,
.item_2_content_right ul li {
    list-style: circle;
    margin-bottom: 10px;
}
.item_4_content_right ul li:last-child,
.item_2_content_right ul li:last-child {
    margin-bottom: 0px;
}
.item_3 {
/*    margin-top: 40px;*/
}
.item_3_content {
    background: #d6e0c9;
}
.item_3_content_left ul li {
    list-style: circle;
    margin-bottom: 10px;
}
.item_3_content_left ul li:last-child {
    margin-bottom: 0px;
}
.item_4 {
/*    margin-top: 40px;*/
}
.item_4_content {
    background: #d3c9e0;
}
.item_5 {
/*    margin-top: 40px;*/
}
.item_5_content {
    background: #d6e0c9;
    padding: 50px;
    text-align: center;
}
.item_5_content_link {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.item_5_content_link p {
    text-transform: uppercase;
    font-weight: 600;
}
.item_5_content_link img {
    height: 80px;
    margin-top: 10px;
}
footer {
    background: #21192b;
}
footer .container {
    padding-top: 25px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer * {
    color: #fff;
    font-size: 14px;
}
footer .item {
    padding-bottom: 15px;
}
footer .phone {
    font-weight: 700;
}
footer .mail {
    text-decoration: underline;
}
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: -110%;
    top: 0;
}
.modal.active {
    left: 0;
}
.content_modal {
    padding: 50px;
    background: #fff;
    position: relative;
    min-width: 300px;
}
.close_modal {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
    background: #fff;
    right: -20px;
    top: -20px;
    font-size: 22px;
    position: absolute;
}
.close_modal:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
}
.form_items {
    display: flex;
    flex-direction: column;
}
.form_items input,
.form_items textarea {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 10px;
    color: #725a90;
    border:1px solid #725a90;
}
.form_items input::placeholder,
.form_items textarea::placeholder {
    color: #444;
}
.form_items button {
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    background: #725a90;
    color: #fff;
    border-radius: 100px;
    border:1px solid #725a90;
}
.form_items button:hover {
    cursor: pointer;
    background: #d6e0c9;
    color: #000;
}
#form-1 .success {
    display: none;
    margin-bottom: 15px;
}
#form-1 .success.active {
    text-align: center;
    font-weight: 700;
    display: block;
}
@media (max-width: 1024px) {
    .item_4_content_right,
    .item_2_content_right,
    .item_3_content_left,
    .item_1_content_left {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 700px) {
    .menu_modal {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #8a70ac;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_modal * {
        color: #fff !important;
    }
    .menu_modal.active {
        left: 0;
    }
    .menu_modal li {
        margin-bottom: 25px;
        text-align: center;
    }
    .menu_modal li:last-child {
        margin-bottom: 0px;
    }
    .menu_modal li a,
    .menu_modal li span {
        font-size: 18px;
    }
    .mob_menu {
        display: flex;
        border: 2px solid #ddd;
        padding: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    header nav ul {
        display: none;
    }
    .item_1_content,
    .item_2_content,
    .item_3_content,
    .item_4_content,
    .item_5_content,
    footer .container {
        flex-direction: column;
    }
    .item_5_content_right {
        margin-top: 25px;
    }
    .item_2_content_right,
    .item_4_content_right,
    .item_3_content_left,
    .item_1_content_left {
        width: -webkit-fill-available;
    }
    .item_3_content_left,
    .item_1_content_left,
    .item_4_content_right,
    .item_2_content_right {
        margin-left: 0px;
        margin-right: 0px;
    }
    .item_3_content_right,
    .item_1_content_right {
        min-height: initial;
    }
}
@media (max-width: 340px) {
    header .mail {
        font-size: 11px;
    }
}
.item_5_desc {
    text-align: center;
    display: block;
    padding: 30px 0px;
    line-height: 1.3;
    font-size: 14px;
}
.item_5_desc a {
    font-size: 14px;
    line-height: 1.3;
    text-decoration: underline;
    color: #000;
}