body {
    background: #212121;
    color: #f3f3f3;
    font-family: "Open Sans", sans-serif;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #f3f3f3;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1424px;
    padding-left: 30px;
    padding-right: 30px;
}

.container_big {
    max-width: 1594px;
}

img {
    max-width: 100%;
}

.header {
    border-bottom: 1px solid #686868;
}

.header .container {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_contact>div {
    display: flex;
    align-items: center;
}

.header_contact>div img {
    margin-right: 16px;
}

.header_contact .tel {
    margin-bottom: 19px;
}

.header_contact>div a {
    font-size: 15px;
    line-height: 20px;
    color: #f3f3f3;
    text-decoration: none;
}

.header_center {
    display: flex;
    align-items: center;
}

.header_center ul {
    display: flex;
    align-items: center;
}

.header_center ul li {
    list-style: none;
}

.header_center ul a {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-left: 22px;
    margin-right: 22px;
    text-decoration: none;
    font-family: "Syncopate", sans-serif;
}

.logo {
    margin: 0 15px;
}

.translate {
    display: flex;
    flex-direction: column;
}

.translate a {
    font-family: Syncopate;
    font-size: 12px;
    text-align: right;
    color: #ffffff;
    margin: 8px 0;
    text-decoration: none;
}

.translate .current-lang a {
    font-weight: bold;
}

.main_text {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 22px;
}

.main_left h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #686868;
    margin-bottom: 18px;
    margin-top: 49px;
}

.main_left h1 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 76px;
    line-height: 79px;
    color: #f3f3f3;
    max-width: 801px;
}

.main_left h1 span {
    color: #f4bc63;
}

.subtext_right {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #848484;
    max-width: 272px;
    margin-right: 84px;
}

.subtext_right span {
    color: #be965d;
}

.minititle {
    font-weight: normal;
    font-size: 54px;
    line-height: 63px;
    color: #f3f3f3;
    max-width: 508px;
    font-family: Syncopate;
}

.projects {
    margin-top: 154px;
    position: relative;
}

.projects .subtext_right {
    margin-right: 0;
}

.projects .projects_inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 62px;
}

.projects .minititle {
    margin-bottom: 24px;
}

.learn_more,
.learn_button {
    display: flex;
    align-items: center;
}

.projects .learn_more {
    margin-left: 156px;
}

.learn_more,
.learn_more span,
.learn_button,
.learn_button span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-right: 10px;
    color: #be965d;
    text-decoration: none;
}

.learn_border {
    position: absolute;
    left: 0;
    top: 1px;
}

.learn_button {
    position: relative;
    height: 43px;
    padding-left: 20px;
}

.project_slide {
    margin-left: 20px;
    padding-right: 20px;
}

.project_slider {
    margin-left: calc((100vw - 1360px) / 4);
    margin-bottom: 140px;
}

.projects:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/overlay.png");
    width: 400px;
    z-index: 1;
    background-size: cover;
}

.project_slide__img {
    width: 584px;
    height: 340px;
    background-size: cover;
    margin-bottom: 32px;
}

.project_slide h3 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-bottom: 8px;
}

.project_slide h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #f3f3f3;
    margin-bottom: 20px;
}

.project_slide h4 span {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 29px;
    color: #f3f3f3;
}

.slick-disabled {
    display: none !important;
}

.projects .slick-arrow {
    font-size: 0;
    width: 80px;
    height: 80px;
    background: #212121;
    border: 1.5px #be965d solid;
    position: absolute;
    top: 40%;
    z-index: 1;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.projects .slick-prev {
    border-right: none;
    /* left: calc((100vw - 1440px) / 2); */
    transform: rotate(180deg);
}

.projects .slick-next {
    border-right: none;
    right: calc((100vw - 1440px) / 2);
}

.projects .slick-dots li {
    font-size: 0;
    background: #68583f;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.projects .slick-dots li button {
    background: transparent;
    border: none;
}

.projects .slick-dots .slick-active {
    background: linear-gradient(90deg, #be965d 38591%, #ffcb85 69278%);
}

.projects .slick-dots {
    display: flex;
    position: absolute;
    bottom: -50px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.why {
    margin-bottom: 73px;
}

.why .container {
    display: flex;
    justify-content: space-between;
}

.why .minititle {
    margin-bottom: 37px;
}

.why_left img {
    margin-top: 89px;
    margin-bottom: 16px;
}

.why_desc {
    font-size: 15px;
    line-height: 20px;
    color: #686868;
    display: block;
}

.why_right {
    margin-top: 124px;
}

.why_right p {
    max-width: 540px;
}

.why_right img {
    margin-bottom: 16px;
}

.why_right,
.why_left {
    width: 41.9%;
}

.why_right .why_desc {
    margin-bottom: 74px;
}

.why_right .learn_more {
    margin-top: 24px;
}

.points {
    margin-bottom: 138px;
}

.points .container {
    display: flex;
    align-items: center;
}

.point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 360px;
    width: 360px;
    position: relative;
}

.point:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 360px;
    border: 1px solid rgba(190, 150, 93, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
}

.point h3 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-top: 35px;
    margin-bottom: 10px;
}

.point p {
    font-size: 17px;
    line-height: 24px;
    color: #686868;
    max-width: 268px;
}

.footer {
    background: #181818;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 41px;
    padding-bottom: 45px;
    border-bottom: 1px solid #2f2f2f;
}

.footer_top ul {
    display: flex;
}

.footer_top ul li {
    list-style: none;
}

.footer_top ul a {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #f3f3f3;
    margin: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.social_links {
    display: flex;
}

.social_links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    border: 1px solid #f4bc63;
    border-radius: 50%;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 10px;
}

.footer_left {
    display: flex;
    align-items: center;
}

.footer_left p {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #686868;
    display: flex;
    align-items: center;
}

.footer_left img {
    margin-left: 8px;
}

.footer_right span {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #686868;
}

.about_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    margin-bottom: 130px;
}

.about_right,
.about_left {
    width: 41.9%;
}

.about_left h5 {
    margin-top: 15px;
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-bottom: 45px;
}

.about_left p {
    margin-bottom: 119px;
}

.acticle>.container>h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 49px;
    margin-bottom: 18px;
}

.acticle img {
    width: 100%;
}

.acticle_title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 39px;
}

.acticle_title h1 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 63px;
    color: #f3f3f3;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: block;
}

.acticle_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.acticle_title h1 span {
    color: rgba(244, 188, 99, 1);
}

.acticle_right h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #f4bc63;
}

.acticle_right span {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #686868;
}

.acticle_content {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}

.acticle_content h3 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f4bc63;
    max-width: 376px;
}

.acticle_content__right {
    max-width: 584px;
}

.acticle_content__right h4 {
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f3f3f3;
}

.acticle_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
}

.learn_button.acticle_left__botton {
    flex-direction: row-reverse;
    border-left: none;
    border-right: 2px solid #be965d;
}

.learn_button.acticle_left__botton img {
    transform: rotate(180deg);
    margin: 0;
    margin-right: 18px;
}

.acticle_buttons {
    margin-bottom: 51px;
}

.acticle_buttons img {
    margin-left: 18px;
    max-width: 40px !important;
}

.learn_button {
    position: relative;
    border-left: 2px solid #be965d;
}

.learn_button:before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 119px;
    background: #be965d;
    left: 0;
}

.learn_button:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 119px;
    background: #be965d;
    left: 0;
}

.learn_button.acticle_left__botton:after,
.learn_button.acticle_left__botton:before {
    left: auto;
    right: 0;
}

.contact {
    margin-bottom: 200px;
    overflow: hidden;
}

.contact h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #686868;
    margin-bottom: 18px;
    margin-top: 89px;
}

.contact h1 {
    margin-bottom: 95px;
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 76px;
    line-height: 79px;
    color: #f3f3f3;
}

.contact_inner {
    display: flex;
    justify-content: space-between;
}

.contact_inner form {
    /* width: 100%; */
    margin-right: 19px;
}

.contact_inner input {
    border: none;
    background: none;
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 63px;
    color: #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 14px;
    margin-top: 60px;
    width: -webkit-fill-available;
}

.wpcf7-form-control-wrap.text-98 input {
    margin-top: 0;
}

.contact .learn_button:before,
.contact .learn_button:after {
    width: 86px;
}

.contact_right {
    max-width: 179px;
}

.contact_right h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #686868;
    margin-bottom: 18px;
}

.contact_a {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    text-decoration: none;
    color: #f3f3f3;
}

.contact_a img {
    margin-right: 16px;
}

.contact_a span {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #f3f3f3;
}

.contact_right p {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #f3f3f3;
    margin-bottom: 8px;
}

.contact_right p span {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #686868;
    display: block;
}

.contact_block {
    margin-bottom: 40px;
}

#nav-icon1 {
    width: 19px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f3f3f3;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 5px;
}

#nav-icon1 span:nth-child(3) {
    top: 10px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu_mobile {
    display: none;
    cursor: pointer;
}

.mobile_popup {
    position: fixed;
    top: 92px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #212121;
    z-index: 999;
    display: none;
}

.left_padding {
    padding-left: 115px;
    font-weight: normal;
}

.acticle_buttons__mobile {
    display: none;
}

.view span {
    display: none;
}

.project-gallery-slider {}

.close_gallery {
    position: absolute;
    top: 8%;
    right: 8%;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 27px;
    color: #f4bc63;
    cursor: pointer;
}

.close_gallery span {
    margin-top: -1px;
    margin-left: 4px;
}

.slick-disabled {
    display: none !important;
}

.project-gallery-popup .slick-arrow {
    font-size: 0;
    width: 80px;
    height: 80px;
    background: #212121;
    border: 1.5px #be965d solid;
    position: absolute;
    top: 40%;
    z-index: 1;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.project-gallery-popup .slick-prev {
    border-right: none;
    left: -200px;
    /* left: calc((100vw - 1440px) / 2); */
    transform: rotate(180deg);
}

.project-gallery-popup .slick-next {
    border-right: none;
    right: -200px;
}

.project-gallery-popup .slick-dots li {
    font-size: 0;
    background: #68583f;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.project-gallery-popup .slick-dots li button {
    background: transparent;
    border: none;
}

.project-gallery-popup .slick-dots .slick-active {
    background: linear-gradient(90deg, #be965d 38591%, #ffcb85 69278%);
}

.project-gallery-popup .slick-dots {
    display: flex;
    position: absolute;
    bottom: -50px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.project-gallery-slider {
    position: relative;
    width: calc(100vw - 548px);
    margin-left: 274px;
    height: calc(100vh - 320px);
    margin-top: 160px;
}

.project-gallery-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-gallery-popup {
    width: 0;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #212121;
}

.project-gallery-popup.active {
    width: 100vw;
    height: 100vh;
}

.translate li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: initial;
}

.post,
.page {
    margin: 0;
}

.send__contact {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    margin: 0 !important;
}

.contact .learn_button {
    position: relative;
    cursor: pointer;
    margin-top: 45px;
}

#wpcf7-f125-o1 {
    max-width: 896px;
}

.contact .learn_button:nth-child(2) {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
}

.nice-select {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    padding-left: 4px;
    padding: 4px;
}

.nice-select .current {
    color: #686868;
    font-size: 17px;
    line-height: 24px;
}

.nice-select.open .list {
    border: none;
    border-radius: 0;
    background: #212121;
    box-shadow: 0px 16px 24px rgba(238, 255, 255, 0.06);
    width: 280px;
    left: -36px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background: #212121;
    color: #f4bc63;
}

.sort {
    display: flex;
    align-items: center;
}

.sort svg {
    transform: rotate(180deg);
}

.sort_text {
    font-size: 17px;
    line-height: 24px;
    color: rgba(190, 150, 93, 1);
}

.nice-select:after {
    display: none;
}

