

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    color: #1B1C22;
}

body {
    font-size: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

a {
    color: #1b1c22;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    min-width: 300px;
    overflow-x: hidden;
}

p,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 10px 0;
}

button {
    padding: 0;
    border: none;
    background: none;
}

input,
select {
    outline: none;
}

h1 {
    font-family: "Prata", serif;
    font-size: 64px;
}

h2 {
    font-family: "Prata", serif;
    font-size: 48px;
}

h3 {
    font-family: "Prata", serif;
    font-size: 36px;
}

h4 {
    font-family: "Prata", serif;
    font-size: 24px;
}

h5 {
    font-family: "Prata", serif;
    font-size: 20px;
}

section{
    position: relative;
    display: block;
}

.container {
    position: relative;
    max-width: 1550px;
    margin: 0 auto;
}

.header {
    padding: 10px 0;
    z-index: 2;
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.left_header_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.right_header_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.right_header_block .menu_block__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.right_header_block .menu_block__ul li {
    padding: 0 10px;
}

.right_header_block .menu_block__ul li a {
    font-size: 16px;
}

.right_header_block .button_call {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #02547c;
    padding: 7px 15px;
    margin-left: 25px;
}

.right_header_block .button_call:hover {
    background: #1b1c22;
}

.header_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
}

.header_logo img {
    width: auto;
}

.header_lang a {
    font-size: 14px;
    font-weight: 400;
}

.header_lang a.active {
    color: #02547c;
}

.top-slider__big_text {
    position: absolute;
    bottom: 60px;
    color: #fff;
    width: 50%;
}

.top-slider__big_text p {
    font-family: "Prata", serif;
    font-size: 55px;
    color: #fff;
    word-spacing: 2px;
}

.top-slider__big_text .top-slider__more {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.top-slider__big_text .top-slider__more:after {
    background-image: url(../pics/whire_arrow.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 5px;
    position: absolute;
    right: -25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top-slider__big_text .top-slider__more:hover:after {
    right: -40px;
}

.top-slider__small_text {
    font-size: 14px;
    color: #fff;
    bottom: 60px;
    position: absolute;
    right: 0;
    width: 24%;
}

.top-slider__small_text p {
    padding: 0;
    color: #fff;
}

.top-slider .owl-dots {
    position: absolute;
    bottom: 120px;
    right: 0;
    width: calc(50% - 403px);
}

.top-slider .owl-dots .owl-dot {
    background: #ffffff85;
    width: 40px;
    height: 2px;
    margin-right: 4px;
}

.top-slider .owl-dots .owl-dot.active {
    background: #fff;
}
.top-slider .owl-nav {
    position: absolute;
    bottom: 111px;
    right: 0;
    display: block;
    width: calc(50% - 720px);
    z-index: 3;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: inherit;
}

.top-slider .owl-nav button {
    background-image: url(../pics/whire_arrow.svg) !important;
    width: 24px;
    height: 24px;
    margin: 0 5px;
}

.top-slider .owl-nav button span {
    font-size: 0;
}

.top-slider .owl-nav button.owl-next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.about_section {
    padding: 40px 0;
}

.about_section .title_center {
    font-family: "Prata", serif;
    font-size: 36px;
    text-align: center;
    margin: 60px 0 120px 0;
    color: #1b1c22;
    line-height: 57px;
}

.about_section__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
}

.about_section__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    width: 100%;
}

.title {
    font-family: "Prata", serif;
    font-size: 48px;
    color: #1b1c22;
    padding: 15px 0;
    line-height: 1.2em;
}

.about_section__text p {
    font-size: 20px;
    font-weight: 300;
}

.about_section__text p.strong {
    font-weight: 400;
}

.about_section__btn {
    width: 200px;
    font-size: 16px;
    border: 1px solid #1b1c22;
    display: block;
    padding: 12px 20px;
    margin-top: 30px;
    position: relative;
}

.about_section__btn:after {
    background-image: url(../pics/vector.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    top: 16px;
    position: absolute;
    right: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.about_section__btn:hover {
    background: #1b1c22;
    color: #fff;
}

.about_section__btn:hover:after {
    background-image: url(../pics/vector_white.svg);
}

.why_section {
    padding: 70px 0;
}

.title_right_text {
    font-size: 16px;
    font-weight: 200;
    color: #54565c;
    position: absolute;
    top: 30px;
    right: 0;
    width: 50%;
    display: block;
}

.why_section__grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
            grid-template: 2fr 2fr / 1fr 1fr 1fr 1fr;
            grid-template-areas:
        "grid1 grid2 grid3 grid4"
        "grid5 grid6 grid7 grid4";
}

.why_section__grid_block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    padding: 40px 20px;
    margin-bottom: 20px;
    position: relative;
}

.grid1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: grid1;
    background-image: url(../pics/why1.jpg);
}
.grid2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: grid2;
    background-image: url(../pics/why2.jpg);
}
.grid3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: grid3;
    background-image: url(../pics/why3.jpg);
}
.grid4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 7;
    grid-area: grid4;
    background-image: url(../pics/why4.svg);
    border: 1px solid #e9e9e9;
}
.grid5 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: grid5;
    background-image: url(../pics/why5.jpg);
}
.grid6 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: grid6;
    background-image: url(../pics/why6.jpg);
}
.grid7 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
    grid-area: grid7;
    background-image: url(../pics/why7.jpg);
}

.why_section__grid_title {
    font-family: "Prata", serif;
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    display: block;
    position: absolute;
    top: 60%;
}

.why_section__grid_text {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 77%;
}

.grid4 .why_section__grid_title {
    color: #1b1c22;
    top: 80%;
}

.grid4 .why_section__grid_text {
    bottom: 50px;
    top: auto;
    right: 19px;
}

.grid4 .why_section__grid_text a {
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

.grid4 .why_section__grid_text a:after {
    background-image: url(../pics/vector.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    top: 3px;
    position: absolute;
    right: -2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.grid4 .why_section__grid_text a:hover:after {
    right: -15px;
}

.why_section .title {
    padding-bottom: 50px;
}

.location_section__text p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.location_section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding-right: 100px;
}

.location_section__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.location_section__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.location_section__div {
    border: 1px solid #e9e9e9;
    padding: 40px 21px;
    margin-right: 20px;
    width: 50%;
}

.location_section__div img {
    display: block;
    margin-bottom: 20px;
}

.location_section__div span {
    font-family: "Prata", serif;
    font-size: 20px;
    line-height: 30px;
}

.location_section {
    padding: 100px 0;
}

.progect_slider .item {
    border: 1px solid #e9e9e9;
}

.progect_slider .progect_slider__info {
    padding: 28px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.progect_slider .progect_slider__info span.progect_slider__info_title {
    display: block;
    font-family: "Prata", serif;
    font-size: 32px;
    color: #1b1c22;
}

.progect_slider .progect_slider__info span {
    font-size: 15px;
    padding: 5px 0;
}

.progect_slider .progect_slider__info span.progect_slider__info_price {
    font-size: 22px;
    font-weight: 700;
}

.progect_slider .progect_slider__info a {
    font-size: 15px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 5px;
    text-align: left;
}

.progect_slider .progect_slider__info a:after {
    background-image: url(../pics/vector.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    top: 4px;
    position: absolute;
    right: 0px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.progect_slider .progect_slider__info a:hover:after {
    right: -12px;
}

.progect_slider .progect_slider__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.progect_slider__info_right {
    text-align: right;
}

.section__more {
    width: auto;
    font-size: 16px;
    border: 1px solid #1b1c22;
    display: block;
    padding: 12px 45px 12px 20px;
    margin-top: 30px;
    position: relative;
    right: 0;
    float: right;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.section__more:after {
    background-image: url(../pics/vector.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    top: 16px;
    position: absolute;
    right: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.section__more:hover {
    background: #1b1c22;
    color: #fff;
}

.section__more:hover:after {
    background-image: url(../pics/vector_white.svg);
}

div.clear {
    display: block;
    clear: both;
}

.progect_section {
    padding: 20px 0 70px 0;
}

.gallery__grid {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr;
            grid-template: 1fr 1fr 1fr / 1fr 1fr;
            grid-template-areas:
        "gal_grid1 gal_grid2"
        "gal_grid1 gal_grid3"
        "gal_grid4 gal_grid4";
}

.gal_grid1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: gal_grid1;
}

.gal_grid2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: gal_grid2;
}

.gal_grid3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: gal_grid3;
}

.gal_grid4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: gal_grid4;
}

.gallery__grid_block a {
    display: block;
    position: relative;
}

.gallery__grid_block a img {
    width: 100%;
}

.gallery__grid_block {
    margin-bottom: 10px;
}

.gallery__grid_block a:after {
    background-image: url(../pics/fancybox_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 6px;
    position: absolute;
    right: 0px;
    z-index: 1;
}

.meet_section__block {
    background-image: url(../pics/fon.jpg);
    padding: 40px 50px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.meet_section__block_tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.meet_section__block_tags div {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #ffffff40;
    padding: 4px 10px;
    margin-right: 10px;
}

.meet_section__block_tags div.white {
    background: #fff;
    color: #151515;
}

.meet_section__block_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 77%;
}
.meet_section__block_text span {
    font-family: "Prata", serif;
    font-size: 46px;
    color: #fff;
    margin: 80px 0 30px 0;
    display: block;
}

.meet_section__block_text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}

.meet_section__form_send input {
    background: #fafafacf;
    color: #808080;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 10px 0 17px 0;
    cursor: pointer;
}

.meet_section__block_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px 60px;
    margin: 0 60px;
    width: 46%;
}

.meet_section__form_send label.form__checkbox .agree-text_order {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    padding-left: 30px;
    display: block;
    position: relative;
}

.meet_section__form_send label.form__checkbox .agree-text_order a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.meet_section__form_send label.form__checkbox input {
    display: none;
}

.meet_section__form_send label.form__checkbox span.agree-text_order:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../pics/check.svg) no-repeat center;
    cursor: pointer;
}

.meet_section__form_send label.form__checkbox input[type="checkbox"]:checked + span.agree-text_order:after {
    background: url(../pics/checked.svg) no-repeat center;
}

.meet_section__form_send button {
    font-size: 16px;
    color: #1b1c22;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #fafafa;
    padding: 12px 20px;
    margin: 17px 0 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.meet_section__form_send button span {
    background: url(../pics/vector.svg) no-repeat center;
    width: 24px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.meet_section__form_send button:hover {
    background: #1b1c22;
    border: 1px solid #1b1c22;
    color: #fff;
}

.meet_section__form_send button:hover span {
    background: url(../pics/vector_white.svg) no-repeat center;
}

.meet_section {
    padding: 60px 0;
}

.gallery_section {
    padding: 60px 0;
}

.master_plan_section__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.master_plan_section__image img {
    width: 100%;
}

.master_plan_section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
}

.master_plan_section__info p {
    font-size: 20px;
    font-weight: 300;
}

.master_plan_section__info .section__more {
    width: 200px;
    float: none;
}

.master_plan__region {
    border: 1px solid #d9d9d9;
    padding: 20px;
    display: block;
    margin: 10px 0;
}

.region_square {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 20px;
}

.region_square.green {
    background: #4fda91;
}

.region_square.blue {
    background: #02547c;
}

.master_plan__region span {
    font-family: "Prata", serif;
    font-size: 20px;
    color: #1b1c22;
    line-height: 30px;
}

.master_plan_section__image a:after {
    background-image: url(../pics/fancybox_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 0px;
    position: absolute;
    right: 0px;
    z-index: 1;
}

.master_plan_section__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
    position: relative;
}

.master_plan_section {
    padding: 60px 0;
}

.master_plan_section__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding-right: 100px;
}

.developer__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 150px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.developer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
}

.developer__info p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

.developer__info p.strong {
    font-weight: 400;
}

.developer__blocks__one {
    padding: 40px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: 40px;
}

.developer__blocks__one.anosino {
    background-image: url(../pics/house1.jpg);
}

.developer__blocks__one.maksimovo {
    background-image: url(../pics/house2.jpg);
}

.developer__blocks__one span {
    font-family: "Prata", serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.developer__blocks__one p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

.developer__blocks__one a {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: block;
    padding-right: 30px;
}

.developer__blocks__one a:after {
    background-image: url(../pics/whire_arrow.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 5px;
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.developer__blocks__one a:hover:after {
    right: -10px;
}

.developer_section {
    padding: 60px 0;
}

.questions_bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    padding-right: 100px;
}

.faq_section__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}

.faq_section__images img {
    width: 50%;
    padding: 10px 0px 10px 20px;
}

.faq_section__images img.width_all {
    width: 100%;
}

.questions_bl__title {
    font-family: "Prata", serif;
    font-size: 24px;
    padding: 20px 0px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    text-align: left;
    position: relative;
}

.questions_bl__text {
    display: none;
    padding-bottom: 20px;
}

.questions_bl__text p {
    font-size: 20px;
    font-weight: 300;
}

.questions_bl .questions_bl__panel {
    border-top: 1px solid #66676b;
    padding-left: 70px;
    padding-right: 20px;
}

.questions_bl .questions_bl__panel:nth-child(1) {
    border-top: none;
}

.questions_bl__title .questions_icon {
    background-image: url(../pics/plus.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    left: -70px;
    top: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.questions_bl__title .questions_icon.open {
    background-image: url(../pics/minus.svg);
}

.faq_section {
    padding: 60px 0;
}

.contact_section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding-right: 130px;
}

.contact_section__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding-left: 23px;
}

.contact_section__text p {
    font-size: 20px;
    font-weight: 300;
}

.contact_section__contacts div {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0px 6px 10px;
}

.contact_section__contacts div a {
    display: inline-block;
}

.contact_section__contacts div a img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 55px;
}

.contact_section__contacts div a span {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.contact_section__contacts div a span.mail_span {
    width: 55px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 15px;
    color: #888888;
    text-align: center;
}

.contact_section {
    padding: 60px 0;
}

.form_section__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.form_section__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
    position: relative;
    width: 100%;
}

.form_section__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 23px;
}

.form_section__form p {
    font-size: 18px;
    font-weight: 300;
}

.form_section__form .form_section__form_send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
}

.form_section__form .form_section__form_send input {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 16px;
    color: #808080;
    padding: 10px 20px;
    margin: 5px 0 15px 0;
    width: 100%;
}

.form_section__form .form_section__form_send button {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.form_section__form .form_section__form_send button:hover {
    background: #1b1c22;
}

.form_section__form .form_section__form_send button img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.form_section__form .form_section__form_send label span {
    font-size: 14px;
    color: #1b1c22;
    line-height: 21px;
    padding-left: 30px;
    display: block;
    position: relative;
    margin: 10px 0 3px 0;
}

.form_section__form .form_section__form_send label span a {
    font-size: 14px;
    color: #1b1c22;
    text-decoration: underline;
}

.form_section__form .form_section__form_send label input {
    display: none;
}

.form_section__form .form_section__form_send label span.agree-text_order:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../pics/check1.svg) no-repeat center;
    cursor: pointer;
}

.form_section__form .form_section__form_send label input[type="checkbox"]:checked + span.agree-text_order:after {
    background: url(../pics/checked1.svg) no-repeat center;
}

.form_section {
    padding: 60px 0 120px 0;
}

.footer {
    background: #1b1c22;
    color: #fff;
    padding: 45px 0 0 0;
}

.footer__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    font-family: "Prata", serif;
    font-size: 54px;
    line-height: 1.5em;
    color: #fff;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    padding-left: 23px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 28px;
    gap: 5rem;
}

.footer__nav a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer__nav div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.footer_bottom {
    text-align: center;
    border-top: 1px solid #fafafa;
    font-size: 16px;
    padding: 10px;
    display: block;
    margin-top: 120px;
}

.footer_bottom p{
    color: #fff;
}


.progect_slider {
    margin: 30px 0;
    position: relative;
    padding-bottom: 30px;
}

.progect_slider .owl-nav {
    position: absolute;
    bottom: -38px;
    right: -12px;
    display: block !important;
    z-index: 3;
    width: 100px;
}

.progect_slider .owl-nav button span {
    font-size: 0;
}

.progect_slider .owl-nav button {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.progect_slider .owl-nav button.owl-prev {
    background: url(../pics/slider_left.svg) no-repeat center;
}

.progect_slider .owl-nav button.owl-next {
    background: url(../pics/slider_right.svg) no-repeat center;
}

.progect_slider .owl-dots {
    position: absolute;
    bottom: -33px;
    width: 90%;
    text-align: left;
    left: -6px;
}

.progect_slider .owl-dots .owl-dot span {
    background: #d5d5d6;
    width: 100%;
    height: 2px;
}

.progect_slider .owl-dots .owl-dot.active span,
.progect_slider .owl-dots .owl-dot:hover span {
    background: #a3a3a5;
}

.progect_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 33%;
}

header .right_header_block .menu_block .menu-button {
    display: none;
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    height: 40px;
    z-index: 991;
}

.progect_section .slider_counter {
    position: absolute;
    bottom: 82px;
    right: 88px;
    font-size: 13px;
    font-weight: 400;
    display: none;
}


.some-form__hint {
    z-index: -1;
    opacity: 0;
    position: absolute;
    bottom: -17px;
    left: 0;
    margin-top: -6px !important;
    padding: 0 !important;
    width: 100%;
    color: #FF0000 !important;
    font-size: 12px !important;
    line-height: 1.333333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.some-form__line{
    position: relative;
}

.some-form__line.some-form__line-required .some-form__hint{
    opacity: 1;
}

.some-form__line.some-form__line-required .some-form__hint:after{
    content: none;
    display: none;
}

.some-form__line.some-form__line-required input{
    border: 1px solid #FF0000;
}

.form_section__form_send .some-form__hint {
    bottom: -3px;
}



.page_banner{
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top_banner_contacts {
    background-image: url(../pics/contacts_page_fon.svg);
}

.page_title {
    font-family: "Prata", serif;
    font-size: 64px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 350px;
}

.page_banner p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 430px;
    top: 83%;
    right: 0;
}

.section_loc {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.top_banner_about{
    background-image: url(../pics/contacts_page_fon.svg);
}


.about_page_section__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about_page_section__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    width: 100%;
}

.about_page_section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}

.about_page_section__text p {
    font-size: 20px;
    font-weight: 300;
}

.about_title_center{
    font-family: "Prata", serif;
    font-size: 64px;
    text-align: center;
    margin: 120px 0 120px 0;
    color: #1b1c22;
    line-height: 1.3em;
}

.about_page_section__text p.strong {
    font-weight: 400;
}

.excellence_block__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.excellence_block__item p {
    font-size: 20px;
    color: #54565C;
    font-weight: 300;
    line-height: 1.2em;
}

.excellence_block__item__bottom {
    font-family: "Prata", serif;
    font-size: 55px;
}

.excellence_block__item__bottom span {
    font-size: 24px;
}

.excellence_block {
    margin: 120px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.values_section__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.values_section__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 100px;
    width: 100%;
}

.values_section__text  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}

.values_section__text p {
    font-weight: 300;
}

.empathia_section{
    margin: 120px 0;
}

.empathia_ex_block__title {
    font-family: "Prata", serif;
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    gap: 1rem;
    min-height: 72px;
}

.empathia_ex_block__title img{
    display: block;
    width: 48px;
}

.empathia_ex_block__title span {
    display: block;
    margin-top: 10px;
}

.empathia_ex_block__item p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
}

.empathia_ex_block__item {
    border: 1px solid #E9E9E9;
    padding: 40px 20px;
    width: 25%;
    margin-right: 20px;
}


.empathia_ex_block__item:last-child{
    margin-right: 0;
}

.empathia_ex_block {
    margin: 60px 0;

}


.team_block__info {
    width: 35%;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.team_block__sl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
}

.team_section{
    margin: 60px 0;
}

.team_block__info p {
    font-weight: 300;
}

p.strong {
    font-weight: 400!important;
}

.team_block__sl__slider__info__name {
    font-family: "Prata", serif;
    font-size: 24px;
    display: block;
    margin: 10px 0;
}

.team_block__sl__slider__info__position {
    color: #02547C;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.team_block__sl__slider__info {
    padding-right: 10px;
}

.team_block__sl__slider__info p {
    font-size: 16px;
    font-weight: 200;
    color: #54565C;
}


.team_block__sl__slider .owl-nav {
    position: absolute;
    bottom: -38px;
    right: -12px;
    display: block !important;
    z-index: 3;
    width: 100px;
}

.team_block__sl__slider .owl-nav button.owl-prev {
    background: url(../pics/slider_left.svg) no-repeat center;
}

.team_block__sl__slider .owl-nav button.owl-next {
    background: url(../pics/slider_right.svg) no-repeat center;
}

.team_block__sl__slider .owl-nav button span {
    font-size: 0;
}

.team_block__sl__slider .owl-dots {
    position: absolute;
    bottom: -33px;
    width: 90%;
    text-align: left;
    left: -6px;
}

.team_block__sl__slider .owl-dots .owl-dot {
    display: inline-block;
    width: 33%;
}

.team_block__sl__slider .owl-dots .owl-dot.active span, .team_block__sl__slider .owl-dots .owl-dot:hover span {
    background: #a3a3a5;
}

.team_block__sl__slider .owl-dots .owl-dot span {
    background: #d5d5d6;
    width: 100%;
    height: 2px;
}

.team_block__sl__slider .owl-nav button {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}


.reviews_slider__info{
    padding: 20px;
    min-height: 430px;
}

.reviews_slider__name{
    font-family: "Prata", serif;
    font-size: 24px;
}

.reviews_slider__info p {
    font-size: 18px;
    font-weight: 300;
}

.reviews_slider .item {
    border: 1px solid #E0E0E0;
}

.reviews_slider{
    padding: 30px 0;
}



.reviews_slider .owl-nav {
    position: absolute;
    bottom: -38px;
    right: 20px;
    display: block !important;
    z-index: 3;
    width: 100px;
}

.reviews_slider .owl-nav button.owl-prev {
    background: url(../pics/slider_left.svg) no-repeat center;
}

.reviews_slider .owl-nav button.owl-next {
    background: url(../pics/slider_right.svg) no-repeat center;
}

.reviews_slider .owl-nav button span {
    font-size: 0;
}

.reviews_slider .owl-dots {
    position: absolute;
    bottom: -33px;
    width: 90%;
    text-align: left;
    left: -6px;
}

.reviews_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 33%;
}

.reviews_slider .owl-dots .owl-dot.active span, .reviews_slider .owl-dots .owl-dot:hover span {
    background: #a3a3a5;
}

.reviews_slider .owl-dots .owl-dot span {
    background: #d5d5d6;
    width: 100%;
    height: 2px;
}

.reviews_slider .owl-nav button {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.reviews_section  {
    padding: 120px 0;
}

.top_banner_progects{
    background-image: url(../pics/top_banner_progects.svg);
}

.breadcrumb_back {
    font-size: 16px;
    color: #0000008a;
    padding-left: 30px;
    position: relative;
}

.breadcrumbs  {
    padding: 40px 0;
}

.breadcrumb_back span {
    background-image: url(../pics/vector.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}




.progects_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}

.progects_block__item {
    border: 1px solid #e9e9e9;
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 20px;

}

.progects_block__item img {
    width: 100%;
}

.progects_block__item .progects_block__item__info {
    padding: 28px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.progects_block__item .progects_block__item__info span.progects_block__item__info_title {
    display: block;
    font-family: "Prata", serif;
    font-size: 32px;
    color: #1b1c22;
}

.progects_block__item .progects_block__item__info span {
    font-size: 15px;
    padding: 5px 0;
}

.progects_block__item .progects_block__item__info span.progects_block__item__info_price {
    font-size: 22px;
    font-weight: 700;
}

.progects_block__item .progects_block__item__info a {
    font-size: 15px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 5px;
    text-align: left;
}

.progects_block__item .progects_block__item__info a:after {
    background-image: url(../pics/vector.svg);
    width: 18px;
    height: 15px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    top: 4px;
    position: absolute;
    right: 0px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.progects_block__item .progects_block__item__info a:hover:after {
    right: -12px;
}

.progects_block__item .progects_block__item__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.progects_block__item__info_right {
    text-align: right;
}

.progects_block__item.last_progect_block {
    padding: 28px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.progects_block__item.last_progect_block span{
    font-family: "Prata", serif;
    font-size: 32px;
    color: #1b1c22;
}

.progects_block__item.last_progect_block p {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
}
.progects_block__item.last_progect_block a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}
.make_your_choice {
    cursor: pointer;
}

.progects_block__item.last_progect_block a img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.progects_block__item.last_progect_block a:hover{
    background: #1b1c22;
}


.one_progect_gallery__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template: 1fr 1fr / 1fr;
        grid-template-areas:
        "one_progect__grid1 one_progect__grid2"
        "one_progect__grid1 one_progect__grid3";
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.one_progect_gallery__grid_block {
    margin-bottom: 26px;
}

.one_progect__grid1 {
    grid-area: one_progect__grid1;
    width: 960px;
}

.one_progect__grid2 {
    grid-area: one_progect__grid2;
    width: 590px;
}

.one_progect__grid3 {
    grid-area: one_progect__grid3;
    width: 590px;
}


.one_progect_gallery__grid_block a {
    display: block;
    position: relative;
}

.one_progect_gallery__grid_block a img {
    width: 100%;
}

.one_progect_gallery__grid_block a:after {
    background-image: url(../pics/fancybox_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 6px;
    position: absolute;
    right: 0px;
    z-index: 1;
}


.breadcrumb_a {
    color: #0000008a;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb_span{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}


.villa_title{
    font-family: "Prata", serif;
    font-size: 64px;
    margin-bottom: 30px;
}

.villa_progect_block__left p{
    font-weight: 300;
}

.villa_progect_block__left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 100px;
}

.villa_progect_block__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.villa_progect_block__right__price{
    display: block;
}

.villa_progect_block__right__price p {
    font-weight: 300;
    color: #808080;
    font-size: 20px;
}

.villa_progect_block__right__price span {
    font-family: "Prata", serif;
    font-size: 64px;
}

.villa_progect_block__right__price span span {
    font-size: 24px;
}

.villa_progect_block__right__info  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin: 60px 0;
}

.villa_progect_block__right__info div{
    width: 50%;
    padding-right: 30px;
}

.villa_progect_block__right__info div p {
    font-size: 20px;
    font-weight: 300;
    color: #808080;
}

.villa_progect_block__right__info div span {
    font-family: "Prata", serif;
    font-size: 55px;
}

.villa_progect_block__right__info div span span{
    font-size: 24px;
}

.villa_progect_block__right__info__choose {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}

.villa_progect_block__right__info__choose img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}


.villa_progect_block__right__info__choose:hover {
    background: #1b1c22;
}

.villa_progect_block__left__numbers__one p{
    color: #808080;
}

.villa_progect_block__left__numbers__one div .big_number {
    font-family: "Prata", serif;
    font-size: 55px;
    display: inline-block;
}

.villa_progect_block__left__numbers__one div {
    display: block;
    width: 100%;
}

.villa_progect_block__left__numbers__one div .big_number span {
    font-size: 24px;
}

.villa_progect_block__left__numbers__one div img {
    display: inline-block;
    width: 25px;
    margin-right: 15px;
}

.characteristics_section {
    padding: 120px 0;
}

.characteristics_block{
    margin: 30px 0;
}

.characteristics_block__title {
    font-size: 32px;
    color: #262626;
    font-family: "Prata", serif;
    margin-bottom: 20px;
}

.characteristics_block__table {
    font-weight: 300;
    color: #000000;
    font-size: 20px;
    width: 100%;
}
.characteristics_block__table tr {
    border-bottom: 1px solid #00000030;
}

.characteristics_block__table tr td {
    padding: 7px 10px;
}


.characteristics_block__table tr:last-child{
    border-bottom: none;
}

.characteristics_block > div{
    width: 33%;
    padding-right: 30px;
}

.characteristics_block__genplan a {
    display: block;
    width: 100%;
    position: relative;
}

.characteristics_block__genplan a img {
    width: 100%;
    display: block;
}


.interior_solutions_slider  {
    padding: 30px 0;
}

.interior_solutions_slider .owl-nav {
    position: absolute;
    bottom: -38px;
    right: -12px;
    display: block !important;
    z-index: 3;
    width: 100px;
}

.interior_solutions_slider .owl-nav button.owl-prev {
    background: url(../pics/slider_left.svg) no-repeat center;
}

.interior_solutions_slider .owl-nav button.owl-next {
    background: url(../pics/slider_right.svg) no-repeat center;
}

.interior_solutions_slider .owl-nav button {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}

.interior_solutions_slider .owl-nav button span {
    font-size: 0;
}

.interior_solutions_slider .owl-dots {
    position: absolute;
    bottom: -33px;
    width: 90%;
    text-align: left;
    left: -6px;
}


.interior_solutions_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 33%;
}

.interior_solutions_slider .owl-dots .owl-dot span {
    background: #d5d5d6;
    width: 100%;
    height: 2px;
}

.interior_solutions_slider .owl-dots .owl-dot.active span, .interior_solutions_slider .owl-dots .owl-dot:hover span {
    background: #a3a3a5;
}

.characteristics_block__genplan a:after {
    background-image: url(../pics/fancybox_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 0px;
    position: absolute;
    right: 0px;
    z-index: 1;
}


.form_section__form_questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.form_section__form_questions input {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 16px;
    color: #808080;
    padding: 10px 20px;
    margin: 5px 0 15px 0;
    width: 100%;
}

.form_section__form_questions textarea {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 16px;
    color: #808080;
    padding: 10px 20px;
    margin: 5px 0 15px 0;
    width: 100%;
}

.form_section__form_questions .some-form__hint {
    bottom: -3px;
}

.form_section__form_questions button {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.form_section__form_questions button:hover {
    background: #1b1c22;
}

.form_section__form_questions button img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.form_section__form_questions label input {
    display: none;
}


.form_section__form_questions label span {
    font-size: 14px;
    color: #1b1c22;
    line-height: 21px;
    padding-left: 30px;
    display: block;
    position: relative;
    margin: 10px 0 3px 0;
}

.form_section__form_questions label span a {
    font-size: 14px;
    color: #1b1c22;
    text-decoration: underline;
}

.form_section__form_questions label span.agree-text_order:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../pics/check1.svg) no-repeat center;
    cursor: pointer;
}

.form_section__form_questions label input[type="checkbox"]:checked + span.agree-text_order:after {
    background: url(../pics/checked1.svg) no-repeat center;
}




.form_still_questions__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 70px;
}

.form_still_questions__image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.form_still_questions__image img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 100px;
    position: relative;
    width: 100%;
}

.form_still_questions {
    padding: 120px 0;
}

.form_still_questions__form p {
    font-size: 18px;
}

.faq_section.faq_page {
    padding: 0 0 60px 0;
}


/* popap */

.wrap_window_choose, .wrap_window_one_villa, .wrap_window_choose, .wrap_window_success {
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgb(1 1 1 / 50%);
    z-index: 100;
    overflow: auto;
}

.popup_window_choose, .popup_window_one_villa, .popup_window_success{
    position: relative;
    display: none;
}

.popup_window_choose .window, .popup_window_one_villa .window, .popup_window_success .window {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10%;
    margin-bottom: 100px;
    width: 850px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 80px;
    z-index: 999;
}

.popup_window_choose .window .close,  .popup_window_one_villa .window .close, .popup_window_success .close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(../pics/close.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
    cursor: pointer;
}

.window .popup-title {
    font-family: "Prata", serif;
    font-size: 48px;
    color: #1b1c22;
    line-height: 1.3em;
}

.window span {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
    display: block;
}

.window form input {
    border: 1px solid #e9e9e9;
    background: #fafafa;
    font-size: 16px;
    color: #808080;
    padding: 10px 20px;
    margin: 5px 0 15px 0;
    width: 100%;
}

.window form .some-form__hint {
    bottom: -22px;
}


.window form label input {
    display: none;
}

.window form label .agree-text_order {
    font-size: 14px;
    color: #1b1c22;
    line-height: 21px;
    padding-left: 30px;
    display: block;
    position: relative;
    margin: 10px 0;
    font-weight: 400;
}

.window form label span a {
    font-size: 14px;
    color: #1b1c22;
    text-decoration: underline;
}

.window form label span.agree-text_order:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url(../pics/check1.svg) no-repeat center;
    cursor: pointer;
}

.window form label input[type="checkbox"]:checked + span.agree-text_order:after {
    background: url(../pics/checked1.svg) no-repeat center;
}


.window form button {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 20px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.window form button img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 24px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.window form button:hover {
    background: #1b1c22;
}

.window form  label.form__checkbox .some-form__hint {
    bottom: -38px;
}


.window .close_button {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    border: 1px solid #fafafa;
    background: #02547c;
    padding: 12px 20px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}

.window .close_button:hover {
    background: #1b1c22;
}





.gallery__grid_page {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr;
            -ms-grid-columns: 1fr 20px 1fr;
                grid-template: 1fr 1fr / 1fr 1fr;
                grid-template-areas:
        "gal_grid_page1 gal_grid_page2"
        "gal_grid_page1 gal_grid_page3";
}

.gallery__grid_page2{
    margin-top: 4px;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr;
            -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
                grid-template: 1fr / 1fr 1fr 1fr;
                grid-template-areas:
        "gal_grid_page5 gal_grid_page6 gal_grid_page6";
}

.gallery__grid_page3{
    margin-top: 4px;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
        -ms-grid-columns: 1fr 20px 1fr;
            -ms-grid-columns: 1fr 20px 1fr;
                grid-template: 0.82fr 1fr / 1fr 1fr;
                grid-template-areas:
        "gal_grid_page7 gal_grid_page8"
        "gal_grid_page7 gal_grid_page10"
        "gal_grid_page9 gal_grid_page10";
}
        


.gallery__grid_page_block a {
    display: block;
    position: relative;
}

.gallery__grid_page_block a img {
    width: 100%;
}

.gallery__grid_page_block {
    margin-bottom: 10px;
}

.gallery__grid_page_block a:after {
    background-image: url(../pics/fancybox_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    background-repeat: no-repeat;
    bottom: 6px;
    position: absolute;
    right: 0px;
    z-index: 1;
}



.gal_grid_page1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: gal_grid_page1;
}

.gal_grid_page2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: gal_grid_page2;
}

.gal_grid_page3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: gal_grid_page3;
}

/*.gal_grid_page4 {
    grid-area: gal_grid_page4;
}*/

.gal_grid_page5 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: gal_grid_page5;
}

.gal_grid_page6 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: gal_grid_page6;
}

.gal_grid_page7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: gal_grid_page7;
}

.gal_grid_page8 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: gal_grid_page8;
}

.gal_grid_page9 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: gal_grid_page9;
}

.gal_grid_page10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: gal_grid_page10;
}