@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'), url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: local('PlayfairDisplay Regular'), local('PlayfairDisplay-Regular'), url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Bold.eot');
    src: local('PlayfairDisplay Bold'), local('PlayfairDisplay-Bold'), url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Gilroy';
    position: relative;
}

.container {
    max-width: 1170px;
}


/*-------------------------*/

header {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    padding: 40px 0;
}

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

.header__menu .menu a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header__menu .menu a:hover {
    color: rgba(177, 143, 69, 0.69);
}

.header__menu .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header__menu .menu li {
    margin: 0 20px;
}

.header__lang ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.header__lang ul a {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.header__lang ul li {
    margin: 0 10px;
    position: relative;
}

.header__lang ul .header__lang--active a {
    font-weight: 800;
}

.header__lang ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    top: 50%;
    right: -10px;
    transform: translate(50%, -50%);
}

.header__lang ul li:last-child:before {
    display: none;
}

.header__right {
    width: 100px;
    display: flex;
    justify-content: flex-end;
}

.header__left {
    width: 100px;
    display: flex;
    justify-content: flex-start;
}


/*--------------------------------------------*/

.section__banner {
    height: 410px;
    position: relative;
    padding-top: 105px;
}

.section__banner--home {
    height: 475px;
}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container--mini {
    max-width: 810px;
}

.banner__logo {
    text-align: center;
}

.banner__logo a {
    display: inline-block;
}

.banner__blockquote {
    box-shadow: 0px 15px 21px -4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    padding: 25px 55px 35px 55px;
    position: relative;
    border: 0.5px solid rgba(177, 143, 69, 0.49);
}

.banner__blockquote--text {
    font-family: PlayfairDisplay;
    font-size: 20px;
    color: #343434;
    text-align: center;
    line-height: 1.4;
}

.banner__blockquote--name {
    font-weight: bold;
    font-size: 15px;
    color: #343434;
    display: inline-block;
    position: absolute;
    right: 75px;
    bottom: 15px;
}

.banner__blockquote:before,
.banner__blockquote:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 24px;
    background: url(../img/blockquote.png);
}

.banner__blockquote--block {
    background: #FFFFFF;
    box-shadow: 0px 15px 21px -4px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 5px;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    position: relative;
}

.banner__blockquote:before {
    left: 20px;
    top: 20px;
}

.banner__blockquote:after {
    right: 20px;
    bottom: 20px;
    transform: rotate(180deg);
}

.section {
    padding: 40px 0;
}

.about__img img {
    width: 100%;
    border-radius: 6px;
}

.about__title {
    font-size: 35px;
    font-family: 'PlayfairDisplay';
    line-height: 1.2;
    margin-bottom: 20px;
}

.about__text {
    font-weight: normal;
    font-size: 22px;
    font-family: 'PlayfairDisplay';
    color: #343434;
    max-width: 340px;
}

.about__text strong {
    color: #B18F45;
}


/*-----------------------------------*/

.section__title {
    text-align: center;
    font-weight: normal;
    font-size: 38px;
    font-family: 'PlayfairDisplay';
    line-height: 1.2;
    color: #343434;
    letter-spacing: 0.005em;
}

.section__title span {
    color: #B18F45;
}

.section__desc {
    font-weight: normal;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.section__title--block {
    margin-bottom: 30px;
}

.work__img img {
    border-radius: 6px;
}

ul.work__list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 35px;
}

ul.work__list li {
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative;
}

ul.work__list li:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/work-icon.png);
    background-size: contain;
}

.work__right--linck a {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #B18F45;
    text-decoration: none;
    border: 1px solid #B18F45;
    box-sizing: border-box;
    border-radius: 59px;
    padding: 25px 20px;
    display: inline-block;
    letter-spacing: 0.1em;
}

.section__work {
    background: url(../img/work__bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}

.section__strengths {
    background: #F8F8F8;
    background-image: url(../img/strengths__bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    padding-top: 50px;
}

.strength__item--block {
    background: #FFFFFF;
    box-shadow: 0px 17px 32px -8px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 30px;
    height: 120px;
    padding: 8px 9px;
}

.strength__item {
    width: 100%;
    height: 100%;
    border: 0.5px solid rgba(177, 143, 69, 0.49);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.strength__item--icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
}

.strength__item--icon img {
    max-width: 100%;
}

.strength__item--text {
    font-weight: 500;
    font-size: 16px;
    color: #3F3F3F;
    line-height: 1.3;
}

.strength__item--text span {
    color: #B18F45;
}

.strengths__row {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.strengths__sertif {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.strengths__sertif--left img {
    max-width: 100%;
    width: 100%;
}

.strengths__sertif--text {
    font-weight: normal;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 1.2;
    margin-bottom: 20px;
}

.strengths__sertif--linck a {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #B18F45;
    text-decoration: none;
    border: 1px solid #B18F45;
    box-sizing: border-box;
    border-radius: 59px;
    padding: 25px 20px;
    display: inline-block;
    letter-spacing: 0.1em;
}

.strengths__sertif--block {
    padding-left: 60px;
}

.strengths__sertif .row {
    align-items: flex-end;
}


/*-----------------------------*/

.action__item--img {
    border-radius: 8px;
    overflow: hidden;
    height: 210px;
    margin-bottom: 20px;
}

.action__item--img a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.action__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action__item--data {
    font-weight: 600;
    font-size: 13px;
    color: #9E9E9E;
    margin-bottom: 10px;
}

.action__item--title a {
    font-weight: normal;
    font-size: 19px;
    color: #3F3F3F;
    line-height: 1.4;
    text-decoration: none;
}

.action__item {
    margin-bottom: 30px;
}

.action__all {
    display: flex;
    justify-content: center;
}

.action__all a {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #B18F45 !important;
    text-decoration: none;
    border-bottom: 1px dashed #000000;
    transition: all 0.5s ease;
    cursor: pointer;
}

.action__all a:hover {
    border-color: transparent;
}


/*-----------------------------*/

.footer__main {
    background: #F8F8F8;
}

.footer {
    padding-top: 55px;
}


/*---------------------------------------------*/

.form_item--input input.input {
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 59px;
    width: 100%;
    height: 68px;
    background: transparent;
    padding: 20px 40px;
}

label.form--item {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.form_item--title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    font-weight: bold;
    font-size: 11px;
    color: #A6A6A6;
    text-transform: uppercase;
    left: 40px;
}

.form--active .form_item--title,
.form_item--input .input:focus+.form_item--title {
    top: 0;
    transform: translateY(50%);
    font-size: 9px;
}

.footer__row {
    margin-top: 45px;
}

.form--button button {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #B18F45;
    height: 68px;
    border: 1px solid #B18F45;
    box-sizing: border-box;
    border-radius: 59px;
    background: transparent;
}

.footer__logo {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.footer__contact--title {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #A6A6A6;
    margin-bottom: 5px;
}

.footer__contact--item {
    margin-bottom: 30px;
}

.footer__contact--text a {
    font-weight: 300;
    font-size: 21px;
    color: #343434;
    text-decoration: none;
}

.footer__contact--mail a {
    border-bottom: 1px solid;
}

.footer__contact--phone strong {
    font-weight: 900;
}

.footer__contact--social a {
    display: block;
    margin-right: 20px;
}

.footer__contact--social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer__contact--item:last-child {
    margin-bottom: 0;
}

.section__action {
    padding-bottom: 60px;
}

.footer__contact {
    padding-left: 70px;
}

.footer__contact--social img {
    max-width: 35px;
    max-height: 35px;
}


/*---------------------*/

.section__banner--page .banner__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.section__banner--title {
    text-align: center;
    margin-top: 20px;
    font-family: 'PlayfairDisplay';
    font-size: 45px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 1.1;
}

.action__desc--text {
    color: #606060;
    margin-bottom: 30px;
}

.section__banner--article-page {
    height: 520px;
}

.section__banner--article-page .section__banner--title {
    margin-top: 40px;
}

.section__banner--article-page .section__banner--data {
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.005em;
}

.sertif__item img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}

.sertif__item {
    margin-bottom: 30px;
}

.action__row .action__all {
    margin-top: 20px;
}


/*----------------------------*/

.work__item--img {
    width: 325px;
}

.work__item--img img {
    border-radius: 8px;
    max-width: 100%;
}

.work__item {
    display: flex;
    margin-bottom: 25px;
    text-align: left;
}

.work__item--title {
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 0.005em;
    color: #343434;
    margin-bottom: 15px;
    font-family: 'PlayfairDisplay';
    max-width: 260px;
}

.work__item--text {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.005em;
    color: #606060;
    line-height: 1.7;
}

.work__item--right {
    padding: 40px 50px;
}

.work__item--col:nth-child(2n) .work__item {
    flex-direction: row-reverse;
    text-align: right;
}

.work__item--col:nth-child(2n) .work__item .work__item--title {
    margin-left: auto;
}

.page__contact--top .footer__contact--social img {
    max-width: 25px;
    max-height: 25px;
}

.page__contact--top .footer__contact--social a {
    margin-right: 15px;
}

.page__contact--top {
    margin-bottom: 70px;
    margin-top: 20px;
}

.error404 .banner__logo img {
    max-width: 130px;
}

.title-form-head center{
    display: none;
}
.form_ru .ru{
    display: block;
}
.form_en .en{
    display: block;
}