@charset "UTF-8";
body {
    color: #000;
    background: url("../img/top_backround.png") no-repeat 0 95px;
}

.header_gradient {
    background: #263a46;
    background: -moz-linear-gradient(180deg, #263a46 70%, #3e4f5a 100%);
    background: -webkit-linear-gradient(180deg, #263a46 70%, #3e4f5a 100%);
    background: linear-gradient(180deg, #263a46 70%, #3e4f5a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#263a46", endColorstr="#3e4f5a", GradientType=1);
}

header {
    height: 78px;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1045px;
    margin: 0 auto;
    height: 100%;
}

header .wrap .col {
    display: flex;
}

header .wrap .popup-request {
    font-family: 'Uni Neue';
    font-weight: 200;
    font-size: 22px;
    color: #BFA168;
    text-transform: uppercase;
    transition: text-shadow 0.2s;
}

header .wrap .popup-request:hover {
    text-shadow: 0 0 5px #BFA168;
    text-decoration: none;
}

header nav a {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 17.65px;
    color: white;
    text-transform: lowercase;
    display: inline-block;
    text-align: center;
    margin-left: 48px;
    text-decoration: none;
}

header nav a:first-child {
    margin-left: 0;
}

header nav a:hover {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

header nav a:before {
    content: attr(data-title);
    display: block;
    font-size: 17.65px;
    font-weight: 500;
    height: 0;
    overflow: hidden;
}

header nav a:focus {
    outline-style: none;
}

.top {
    position: relative;
    background: url(../img/building.png) no-repeat 0 bottom;
    min-height: 1100px;
    max-width: 1350px;
    margin: 0 auto;
}

.top .top-descr1 {
    position: absolute;
    top: 112px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 70%;
}

.top .top-descr1 .top-descr1-title {
    background: #0E2432;
    display: inline-block;
    letter-spacing: 23px;
    font-family: 'Uni Neue-Trial Book';
    color: #BFA168;
    font-size: 54.65px;
    padding: 10px 35px;
}

.top .top-descr1 .top-descr1-text {
    display: inline-block;
    letter-spacing: 6px;
    font-family: 'Uni Neue';
    font-weight: 300;
    color: #ffffff;
    margin-top: -20px;
    font-size: 20.48px;
    text-transform: uppercase;
}

.top .top-descr1 .top-descr1-text span {
    display: inline-block;
    padding: 10px 35px;
    background: #0E2432;
    width: 100%;
}

.top .top-descr1 .top-descr1-text span:first-child {
    width: auto;
}

.top .top-descr1 .top-descr1-text b {
    font-family: 'Uni Neue-Trial';
    color: #BFA168;
    letter-spacing: 2px;
    text-transform: lowercase;
    padding-bottom: 20px;
    display: inline-block;
}

.top .top-descr1:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 99999px;
    height: 100%;
    background: #0E2432;
}

.top .top-picture {
    position: absolute;
    top: 100px;
    right: 150px;
    width: 475px;
    height: 712px;
}

.top .top-picture .top-picture-mobile1 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 475px;
    height: 712px;
    background: url("../img/mobile1.png") no-repeat top left;
    z-index: 2;
}

.top .top-picture .top-picture-mobile2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 475px;
    height: 712px;
    background: url("../img/mobile2.png") no-repeat top right;
}

.top .top-display-graph {
    position: absolute;
    z-index: 3;
    top: 329px;
    right: 525px;
    width: 271px;
    height: 274px;
    background: url("../img/graph.png") no-repeat;
}

.top .top-display-graph .top-display-graph-sum {
    position: absolute;
    top: 22px;
    left: 52px;
    color: #fff;
    font-family: 'Uni Neue';
    font-size: 44px;
    line-height: 59px;
    letter-spacing: 0.065em;
    text-align: left;
}

.top .top-display-graph .top-display-graph-percent {
    display: flex;
    position: absolute;
    top: 72px;
    left: 52px;
    color: #fff;
    font-family: 'Uni Neue';
    font-size: 29px;
    line-height: 59px;
    letter-spacing: 0.065em;
    text-align: left;
    align-items: center;
    flex-direction: row;
}

.top .top-display-graph .top-display-graph-percent:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    margin-right: 5px;
    background: url("../img/arrow_up.svg") no-repeat;
}

.top .top-quote {
    position: absolute;
    right: 151px;
    bottom: 91px;
    width: 435px;
    height: 100px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18.21px;
    color: #000;
}

.top .top-quote:before {
    position: absolute;
    width: 92px;
    height: 92px;
    left: -50px;
    top: -10px;
    content: '“';
    font-size: 210px;
    color: #BFA168;
    line-height: 0;
}

.top .top-quote:after {
    position: absolute;
    width: 92px;
    height: 92px;
    right: -55px;
    bottom: -10px;
    content: '“';
    font-size: 210px;
    color: #BFA168;
    line-height: 0;
    transform: rotate(180deg);
}

.strategy {
    margin-top: 134px;
}

.strategy .section-title {
    font-family: 'Uni Neue';
    color: #000000;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
}

.strategy .section-title b {
    color: #BFA168;
}

.strategy .strategy-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
}

.strategy .strategy-items .strategy-item {
    position: relative;
    width: calc(33% - 30px);
    max-width: 355px;
    height: 165px;
    box-shadow: -10px 10px 15px 0px #00000040;
    margin-top: 58px;
    padding: 53px 32px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 17.65px;
    line-height: 20px;
}

.strategy .strategy-items .strategy-item:first-letter {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 35px;
}

.strategy .strategy-items .strategy-item .ico {
    position: absolute;
    top: -40px;
    right: 33px;
}

.strategy .strategy-items .strategy-item:first-child {
    border-radius: 50px 0 0 0;
}

.strategy .strategy-items .strategy-item.strategy-item_export {
    background: #fff url("../img/export.png");
    background-size: cover;
    text-align: left;
    color: #fff;
    padding-top: 90px;
}

.strategy .strategy-items .strategy-item.strategy-item_export b {
    display: block;
}

.strategy .strategy-items .strategy-item b {
    color: #BFA168;
}

.successful {
    margin-top: 147px;
}

.successful .wrap {
    display: flex;
    max-width: 1047px;
    margin: 0 auto;
}

.successful .wrap .image {
    min-height: 571px;
    min-width: 456px;
    background: no-repeat center;
    background-size: contain;
}

.successful .wrap .content {
    padding-top: 50px;
    padding-left: 55px;
}

.successful .wrap .content .title {
    font-family: 'Uni Neue';
    color: #000000;
    font-size: 49px;
    text-align: left;
    text-transform: uppercase;
}

.successful .wrap .content .title b {
    color: #BFA168;
}

.successful .wrap .content .title u {
    display: block;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #BFA168;
    text-transform: lowercase;
    text-decoration: none;
}

.confidence {
    margin-top: 78px;
}

.confidence .wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.confidence .wrap .title {
    font-family: 'Uni Neue';
    color: #000000;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
}

.confidence .wrap .title b {
    color: #BFA168;
}

.confidence .wrap .image {
    margin-top: 40px;
    height: 208px;
    background: no-repeat center;
    background-size: cover;
}

.confidence .wrap .items {
    min-height: 850px;
    background: no-repeat center;
    background-size: auto;
    background-position: 40% 82px;
    position: relative;
}

.confidence .wrap .items .item {
    position: absolute;
    top: 10px;
    width: 242px;
    height: 125px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18.21px;
    text-transform: uppercase;
}

.confidence .wrap .items .item b {
    color: #BFA168;
    font-weight: 500;
}

.confidence .wrap .items .item u {
    font-size: 70px;
    font-weight: 300;
    text-decoration: none;
}

.confidence .wrap .items .item1 {
    position: absolute;
    top: 203px;
    left: 33px;
}

.confidence .wrap .items .item2 {
    width: 418px;
    text-align: right;
    position: absolute;
    top: 60px;
    left: auto;
    right: 34px;
}

.confidence .wrap .items .item3 {
    width: 363px;
    position: absolute;
    top: 450px;
    left: 5px;
}

.confidence .wrap .items .item4 {
    width: 331px;
    text-align: right;
    position: absolute;
    top: 335px;
    left: auto;
    right: 5px;
}

.confidence .wrap .items .item5 {
    width: 650px;
    position: absolute;
    top: auto;
    left: 10px;
    bottom: 50px;
}

.confidence .wrap .items .item6 {
    width: 313px;
    text-align: right;
    position: absolute;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 0;
}

.cons1 {
    margin-top: 78px;
    border-top: 2px solid #BFA168;
    border-bottom: 2px solid #BFA168;
    padding: 55px 10px;
    position: relative;
}

.cons1 .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.cons1 .wrap .title {
    font-family: 'Uni Neue-Trial Book';
    color: #0E2432;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
}

.cons1 .wrap .title b {
    color: #BFA168;
}

.cons1 .wrap .subtitle {
    font-size: 26px;
    color: #0E2432;
    font-weight: 200;
    letter-spacing: 5px;
    text-align: center;
}

.cons1 .wrap .popup-request {
    font-family: 'Uni Neue-Trial Book';
    position: absolute;
    left: 50%;
    bottom: -38px;
    margin-left: -292px;
    width: 584px;
    text-align: center;
    border: 1px solid #BFA168;
    border-radius: 0 0 0 25px;
    background: #fff;
    font-size: 41.17px;
    color: #BFA168;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 10px;
    transition: background-color 0.3s;
    box-shadow: 0 10px 20px 0 #00000038;
}

.cons1 .wrap .popup-request:hover {
    background: #BFA168;
    color: #fff;
}

.services {
    margin-top: 209px;
}

.services .wrap {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 200px;
}

.services .wrap:first-child {
    margin-top: 0;
}

.services .wrap .content .title {
    font-family: 'Uni Neue';
    color: #000000;
    font-size: 49px;
    text-align: left;
    text-transform: uppercase;
}

.services .wrap .content .title b {
    color: #BFA168;
}

.services .wrap .content .items .item {
    position: relative;
    padding-left: 120px;
    margin-top: 83px;
}

.services .wrap .content .items .item:first-child {
    margin-top: 48px;
}

.services .wrap .content .items .item .item-title {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
}

.services .wrap .content .items .item .item-text {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 18px;
}

.services .wrap .content .items .item .item-icon {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
}

.services .wrap:nth-child(odd) .image {
    position: relative;
    min-width: 456px;
    height: 488px;
    background: no-repeat center;
    background-size: cover;
    margin-left: 50px;
}

.services .wrap:nth-child(odd) .image:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -290px;
    background: url("../img/block_logo.svg");
    width: 394px;
    height: 341px;
}

.services .wrap:nth-child(even) .image {
    margin-right: 50px;
    position: relative;
    min-width: 456px;
    height: 568px;
    background: no-repeat center;
    background-size: cover;
}

.services .wrap:nth-child(even) .content {
    margin-left: -70px;
}

.approach {
    margin-top: 78px;
    position: relative;
}

.approach .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.approach .wrap .title {
    font-family: 'Uni Neue';
    color: #0E2432;
    font-size: 49px;
    font-weight: 200;
    text-align: left;
    text-transform: uppercase;
}

.approach .wrap .title b {
    color: #BFA168;
    font-weight: 600;
}

.approach .wrap .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.approach .wrap .items .item {
    display: flex;
    padding-left: 44px;
    border-left: 2px solid #000;
    width: calc(33% - 10px);
    max-width: 266px;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}

.approach .wrap .items .item:before {
    content: '';
    position: absolute;
    top: calc(50% - 26px);
    left: -3px;
    width: 26px;
    height: 52px;
    background: url("../img/arrow_right_white.png");
}

.approach .wrap .items .item:first-child {
    padding-left: 18px;
}

.approach .wrap .items .item:first-child:before {
    display: none;
}

.price {
    margin-top: 27px;
    position: relative;
    background: #0E2432;
}

.price .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    max-height: 380px;
}

.price .wrap .title {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 25px 0;
}

.price .wrap .title b {
    color: #BFA168;
    font-weight: 600;
}

.price .wrap .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 20px;
}

.price .wrap .items .item {
    padding-left: 44px;
    min-width: calc(33% - 10px);
    max-width: 266px;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}

.price .wrap .items .item:after {
    content: '';
    position: absolute;
    top: calc(50% - 26px);
    left: -2px;
    width: 26px;
    height: 52px;
    background: url("../img/arrow_light_right2.png");
}

.price .wrap .items .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    border-left: 1px solid #BFA168;
}

.price .wrap .items .item:first-child {
    padding-left: 31px;
}

.price .wrap .items .item:first-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 60%;
    border-left: 1px solid #BFA168;
}

.price .wrap .items .item:first-child:after {
    display: none;
}

.price .wrap .items .item .item-sum {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 37px;
}

.price .wrap .items .item .item-sum a {
    color: #BFA168;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    top: -20px;
    text-decoration: none;
}

.price .wrap .items .item .item-sum a:hover {
    text-decoration: none;
}

.price .wrap .items .item .item-term {
    font-family: 'Montserrat';
    color: #BFA168;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.price .wrap .items .item .item-desc {
    margin-top: 13px;
    font-family: 'Montserrat';
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
}

.advantages {
    position: relative;
    margin-top: 54px;
}

.advantages .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}

.advantages .wrap .title {
    font-family: 'Montserrat';
    color: #BFA168;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.advantages .wrap .title b {
    color: #BFA168;
    font-weight: 600;
}

.advantages .wrap .items {
    min-width: calc(33% - 20px);
    min-height: 300px;
    margin-left: 20px;
    position: relative;
}

.advantages .wrap .items:after {
    content: '';
    position: absolute;
    top: calc(50% - 26px);
    left: -1px;
    width: 26px;
    height: 52px;
    background: url("../img/arrow_right_white.png");
}

.advantages .wrap .items:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    border-left: 2px solid #0E2432;
}

.advantages .wrap .items:nth-child(2):after {
    display: none;
}

.advantages .wrap .items .item {
    padding-left: 44px;
    align-items: center;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}

.advantages .wrap .items .item .item-title {
    color: #0E2432;
    cursor: pointer;
}

.advantages .wrap .items .item .item-title b {
    font-weight: 400;
    color: #BFA168;
    cursor: pointer;
}

.advantages .wrap .items .item .item-title:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url("../img/plus-lg.svg") no-repeat center center;
    transition: transform 0.3s;
    background-size: 22px;
    margin-right: 10px;
}

.advantages .wrap .items .item .item-text {
    transition: max-height 0.3s;
    overflow: hidden;
    max-height: 0;
}

.advantages .wrap .items .item input {
    display: none;
}

.advantages .wrap .items .item input:checked+label:before {
    transform: rotate(90deg);
}

.advantages .wrap .items .item input:checked+label+.item-text {
    max-height: 99999px;
}

.personal {
    margin-top: 90px;
    position: relative;
    min-height: 1267px;
    background: #0E2432 url("../img/personal_bg.jpg") center center no-repeat;
}

.personal:before {
    content: '';
    position: absolute;
    top: 100px;
    right: 50%;
    margin-right: -450px;
    display: block;
    width: 500px;
    height: 500px;
    background: url("../img/personal_bg3.png") center center no-repeat;
}

.personal:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    display: block;
    width: 500px;
    height: 500px;
    background: url("../img/personal_bg2.png") center center no-repeat;
}

.personal .wrap {
    position: relative;
    z-index: 11;
    width: 834px;
    height: 1267px;
    margin: 0 auto;
    padding-top: 59px;
    background: url("../img/personal_bg1.png") center 400px no-repeat;
}

.personal .wrap .title {
    font-family: 'Uni Neue';
    color: #ffffff;
    font-size: 49px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
}

.personal .wrap .title b {
    font-family: 'Uni Neue-Trial Book';
    font-weight: 600;
    color: #BFA168;
}

.personal .wrap .items {
    position: relative;
    margin-top: 100px;
}

.personal .wrap .items .item {
    position: absolute;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}

.personal .wrap .items .item b {
    font-weight: 400;
    color: #BFA168;
}

.personal .wrap .items .item:nth-child(1) {
    top: 0;
    left: -100px;
    width: 268px;
}

.personal .wrap .items .item:nth-child(2) {
    top: 70px;
    right: -100px;
    width: 303px;
    text-align: right;
}

.personal .wrap .items .item:nth-child(3) {
    top: 170px;
    left: -200px;
    width: 310px;
}

.personal .wrap .items .item:nth-child(4) {
    top: 300px;
    right: -100px;
    text-align: right;
    width: 307px;
}

.personal .wrap .items .item:nth-child(5) {
    top: 370px;
    left: -220px;
    width: 317px;
}

.personal .wrap .items .item:nth-child(6) {
    top: 520px;
    right: -100px;
    text-align: right;
    width: 325px;
}

.personal .wrap .items .item:nth-child(7) {
    top: 590px;
    left: -170px;
    width: 215px;
}

.personal .wrap .items .item:nth-child(8) {
    top: 720px;
    right: -100px;
    text-align: right;
    width: 600px;
}

.cons2 {
    margin-top: 130px;
    border-top: 2px solid #BFA168;
    border-bottom: 2px solid #BFA168;
    padding: 55px 10px;
    position: relative;
}

.cons2 .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.cons2 .wrap .title {
    font-family: 'Uni Neue-Trial Book';
    color: #0E2432;
    font-size: 49px;
    text-align: center;
    text-transform: uppercase;
}

.cons2 .wrap .title b {
    color: #BFA168;
}

.cons2 .wrap .subtitle {
    font-size: 26px;
    color: #0E2432;
    font-weight: 200;
    letter-spacing: 5px;
    text-align: center;
}

.cons2 .wrap .popup-request {
    font-family: 'Uni Neue-Trial Book';
    position: absolute;
    left: 50%;
    bottom: -38px;
    margin-left: -292px;
    width: 584px;
    text-align: center;
    border: 1px solid #BFA168;
    border-radius: 0 0 0 25px;
    background: #fff;
    font-size: 41.17px;
    color: #BFA168;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 10px;
    transition: background-color 0.3s;
    box-shadow: 0 10px 20px 0 #00000038;
}

.cons2 .wrap .popup-request:hover {
    background: #BFA168;
    color: #fff;
}

.team {
    margin-top: 78px;
    position: relative;
}

.team .wrap {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.team .wrap .team_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: -100px;
}

.team .wrap .team_info .team-title {
    font-family: 'Uni Neue';
    color: #0E2432;
    font-size: 49px;
    font-weight: 200;
    text-align: left;
    text-transform: uppercase;
    width: 632px;
}

.team .wrap .team_info .team-title b {
    color: #BFA168;
    font-weight: 600;
}

.team .wrap .team_info .team-desc {
    font-family: 'Uni Neue-Trial';
    color: #BFA168;
    font-size: 26px;
    text-align: left;
    width: 632px;
    text-transform: lowercase;
}

.team .wrap .items .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.team .wrap .items .item .photo {
    position: relative;
    max-width: calc(50% - 10px);
    width: 448px;
    height: 448px;
    background: left center no-repeat;
    background-size: contain;
}

.team .wrap .items .item .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/photo_frame1.png") center center no-repeat;
    background-size: cover;
}

.team .wrap .items .item .content {
    width: calc(50% - 10px);
    max-width: 420px;
}

.team .wrap .items .item .content .item-title {
    color: #BFA168;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
}

.team .wrap .items .item .content .item-desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
}

.team .wrap .items .item:nth-child(1) .content {
    margin-left: 150px;
}

.team .wrap .items .item:nth-child(1) .photo {
    width: 422px;
    height: 422px;
    background: -15px center no-repeat;
    background-size: contain;
}

.team .wrap .items .item:nth-child(1) .photo:before {
    background: url("../img/photo_frame1.png") center center no-repeat;
    background-size: cover;
}

.team .wrap .items .item:nth-child(2) .content {
    margin-left: 150px;
}

.team .wrap .items .item:nth-child(2) .photo {
    width: 449px;
    height: 422px;
    background: 40px 20px no-repeat;
    background-size: contain;
}

.team .wrap .items .item:nth-child(2) .photo:before {
    background: url("../img/photo_frame2.png") center center no-repeat;
    background-size: cover;
}

.team .wrap .items .item:nth-child(3) .photo {
    width: 449px;
    height: 422px;
    background: -45px 0 no-repeat;
    background-size: contain;
}

.team .wrap .items .item:nth-child(3) .photo:before {
    background: url("../img/photo_frame3.png") center center no-repeat;
    background-size: cover;
}

.team .wrap .items .item:nth-child(4) .content {
    margin-left: 150px;
}

.team .wrap .items .item:nth-child(4) .photo {
    width: 446px;
    height: 563px;
    background: 50px 0 no-repeat;
    background-size: contain;
}

.team .wrap .items .item:nth-child(4) .photo:before {
    background: url("../img/photo_frame4.png") center center no-repeat;
}

.reviews {
    margin-top: 78px;
    position: relative;
}

.reviews .wrap {
    width: 100%;
}

.reviews .wrap .title {
    font-family: 'Uni Neue';
    color: #0E2432;
    font-size: 49px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

.reviews .wrap .title b {
    color: #BFA168;
    font-weight: 600;
}

.reviews .wrap #slider_reviews {
    overflow: hidden;
    margin-top: 30px;
    height: 578px;
}

.reviews .wrap #slider_reviews:before {
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background: #0E2432;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 65px;
}

.reviews .wrap #slider_reviews .reviews-item {
    position: relative;
    top: 50px;
    background: #fff url("../img/mobile_frame.png");
    background-size: cover;
    width: 241px;
    height: 501px;
    margin: 0 auto;
    text-align: center;
}

.reviews .wrap #slider_reviews .reviews-item .reviews-item-title {
    padding-top: 35px;
}

.reviews .wrap #slider_reviews .reviews-item .reviews-item-text {
    padding: 10px;
}

.reviews .wrap #slider_reviews .swiper-slide-next .reviews-item {
    top: 0;
    width: 280px;
    height: 580px;
}

.reviews .wrap #slider_reviews .swiper-slide-next .reviews-item .reviews-item-title {
    padding-top: 42px;
}

.reviews .wrap #slider_reviews .swiper-slide-next .reviews-item .reviews-item-text {
    padding-top: 42px;
}

.reviews .wrap #slider_reviews .swiper-button-prev,
.reviews .wrap #slider_reviews .swiper-button-next {
    background: #b3b3b34f center center no-repeat;
    left: 50%;
    right: 50%;
    top: calc(50% + 60px);
    width: 88px;
    height: 88px;
    background-size: 37px 53px;
    backdrop-filter: blur(5px);
    border-radius: 50%;
    transition: all 0.3s;
    text-decoration: none;
    outline: none;
}

.reviews .wrap #slider_reviews .swiper-button-prev:hover,
.reviews .wrap #slider_reviews .swiper-button-next:hover {
    background-color: rgba(100, 100, 100, 0.31);
    text-decoration: none;
    outline: none;
}

.reviews .wrap #slider_reviews .swiper-button-prev {
    margin-left: -550px;
}

.reviews .wrap #slider_reviews .swiper-button-next {
    margin-right: -550px;
    left: auto;
}

.reviews .wrap #slider_reviews .swiper-button-prev:after {
    display: none;
}

.reviews .wrap #slider_reviews .swiper-button-next:after {
    display: none;
}

.reviews .wrap #slider_reviews .swiper-container {
    position: relative;
    z-index: 2;
    max-width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.faq {
    margin-top: 130px;
}

.faq .wrap .tabs {
    display: flex;
    justify-content: center;
    min-height: 220px;
}

.faq .wrap .tabs>div {
    cursor: pointer;
    width: 192px;
    height: 192px;
    background: #0E2432 center 20px no-repeat;
    color: #fff;
    margin: 0 30px;
    font-family: 'Uni Neue-Trial Book';
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    box-shadow: 0 10px 16px 0 #00000070;
    transition: margin-top 0.3s, opacity 0.3s;
}

.faq .wrap .tabs>div:hover {
    opacity: 0.7;
}

.faq .wrap .tabs>div.tab-time {
    background-image: url("../img/clock.svg");
    border-radius: 0 0 0 50px;
}

.faq .wrap .tabs>div.tab-process {
    background-image: url("../img/gear.svg");
}

.faq .wrap .tabs>div.tab-condition {
    background-image: url("../img/info.svg");
}

.faq .wrap .tabs>div.active {
    background-color: #BFA168;
    margin-top: 22px;
}

.faq .wrap .tabs-content {
    width: 905px;
    margin: 0 auto;
    margin-top: 63px;
}

.faq .wrap .tabs-content>div {
    display: none;
}

.faq .wrap .tabs-content>div.active {
    display: block;
}

.faq .wrap .tabs-content .item {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.faq .wrap .tabs-content .item-title {
    color: #BFA168;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 27px;
    text-transform: uppercase;
    cursor: pointer;
}

.faq .wrap .tabs-content .item-title .num {
    color: #0E2432;
    font-family: 'Montserrat';
    font-weight: 100;
    font-size: 38px;
    cursor: pointer;
}

.faq .wrap .tabs-content .item-title b {
    cursor: pointer;
    color: #0E2432;
    font-weight: 300;
}

.faq .wrap .tabs-content .item-text {
    max-height: 0;
    overflow: hidden;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 21px;
}

.faq .wrap .tabs-content input {
    display: none;
}

.faq .wrap .tabs-content input:checked+label:before {
    transform: rotate(90deg);
}

.faq .wrap .tabs-content input:checked+label+.item-text {
    max-height: 99999px;
}

.contacts {
    margin-top: 105px;
    padding: 106px 0;
    padding-bottom: 58px;
    border-top: 1px solid #BFA168;
    border-bottom: 1px solid #BFA168;
    margin-bottom: 105px;
    background: url("../img/contacts_bg.jpg") right 0 no-repeat;
}

.contacts .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.contacts .wrap .col {
    max-width: calc(50% - 20px);
}

.contacts .wrap .col:first-child {
    padding-left: 111px;
}

.contacts .wrap .col .contacts-title {
    font-family: 'Montserrat';
    color: #0E2432;
    font-size: 49px;
    font-weight: 300;
    text-transform: uppercase;
    max-width: 300px;
    text-align: left;
}

.contacts .wrap .col .contacts-title b {
    color: #BFA168;
    font-weight: 500;
}

.contacts .wrap .col .contacts-desc {
    font-family: 'Montserrat';
    color: #0E2432;
    font-size: 18px;
    font-weight: 300;
    max-width: 300px;
    text-align: left;
}

.contacts .wrap .col .contacts-desc b {
    display: block;
    color: #BFA168;
    font-weight: 300;
}

.contacts .wrap .col .contacts-desc b:first-letter {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 35px;
}

.contacts .wrap .col .contacts-parking-address {
    margin-top: 20px;
    font-family: 'Montserrat';
    color: #0E2432;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.contacts .wrap .col .contacts-email {
    margin-top: 30px;
    display: flex;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    align-items: center;
}

.contacts .wrap .col .contacts-email a {
    color: #000;
}

.contacts .wrap .col .contacts-email:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url("../img/mail.svg");
    margin-right: 10px;
}

.contacts .wrap .col .contacts-address {
    margin-top: 79px;
    margin-right: 150px;
    width: 465px;
    border-radius: 50px 0 0 0;
    font-family: 'Montserrat';
    padding: 51px;
    background: #0E2432;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.contacts .wrap .col .contacts-address b {
    color: #BFA168;
    display: block;
    font-weight: 300;
}

.contacts .wrap .col .contacts-phone {
    margin-top: 47px;
    display: flex;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: #000;
    align-items: center;
}

.contacts .wrap .col .contacts-phone a {
    color: #000;
}

.contacts .wrap .col .contacts-phone:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../img/phone.svg");
    margin-right: 10px;
}

#popup-request {
    display: none;
    width: 800px;
    height: 530px;
    background: url("../img/popup_form.png") center center no-repeat;
    background-size: cover;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#popup-request .form {
    width: 430px;
    height: 450px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 8px 19px;
    max-width: 100%;
}

#popup-request .form form.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url("../img/load.svg");
    opacity: 0.5;
}

#popup-request .form .form-title {
    font-family: 'Uni Neue-Trial Book';
    font-size: 38px;
    font-weight: 300;
    color: #BFA168;
    box-sizing: border-box;
    line-height: 48px;
}

#popup-request .form .form-desc {
    font-family: 'Uni Neue-Trial Book';
    font-size: 17px;
    font-weight: 300;
    color: #0E2432;
    box-sizing: border-box;
}

#popup-request .form .form-status {
    text-align: center;
    font-family: 'Uni Neue-Trial Book';
    font-size: 22px;
    font-weight: 600;
    height: 40px;
    margin-bottom: -40px;
    display: none;
}

#popup-request .form .form-status.error {
    color: #bc1026;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #ffffff78;
    z-index: 10;
    backdrop-filter: blur(3px);
    justify-content: center;
}

#popup-request .form .form-status.success {
    color: #1b9605;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #ffffff78;
    z-index: 10;
    backdrop-filter: blur(3px);
    justify-content: center;
}

#popup-request .form .field {
    border-bottom: 1px solid transparent;
}

#popup-request .form .field.error-field {
    border-bottom: 1px solid red;
}

#popup-request .form label.error-field {
    border-bottom: 1px solid red;
}

#popup-request .form input[type="text"],
#popup-request .form input[type="tel"],
#popup-request .form input[type="email"],
#popup-request .form input[type="number"] {
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #888888;
    color: #888888;
    margin-top: 24px;
}

#popup-request .form input[type="submit"] {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 18.21px;
    color: #BFA168;
    text-transform: uppercase;
    outline: none;
    border: 1px solid #BFA168;
    padding: 0 26px;
}

#popup-request .form .field-agree {
    margin: 12px 0;
    display: flex;
    align-items: center;
    color: #888888;
    font-size: 9px;
}

#popup-request .form .field-agree input[type="checkbox"] {
    width: 10px;
    height: 10px;
    border: 1px solid #888888;
    margin-right: 5px;
}

#popup-request .form .field-agree a {
    color: #888888;
}

@media all and (max-width: 1280px) {
    header nav a {
        margin-left: 10px;
    }
    header .col {
        padding: 0 10px;
    }
    .top {
        background-size: 400px;
        background-position: 0 100px;
        min-height: 910px;
    }
    .top .top-picture {
        right: 10px;
    }
    .top .top-display-graph {
        right: 385px;
    }
    .top .top-descr1 .top-descr1-title {
        background: #0E2432;
        display: inline-block;
        letter-spacing: 12px;
        font-family: 'Uni Neue-Trial Book';
        color: #BFA168;
        font-size: 44.65px;
        padding: 10px 15px;
    }
    .top .top-descr1 .top-descr1-text {
        display: inline-block;
        letter-spacing: 2px;
        font-family: 'Uni Neue';
        font-weight: 300;
        color: #ffffff;
        margin-top: -20px;
        font-size: 16.48px;
        text-transform: uppercase;
    }
    .top .top-descr1 .top-descr1-text span {
        display: inline-block;
        padding: 10px 15px;
        background: #0E2432;
        width: 100%;
    }
    .top .top-quote {
        right: 50%;
        margin-right: -215px;
    }
    .strategy {
        margin-top: 50px;
    }
    .strategy .section-title {
        font-size: 40px;
    }
    .strategy .strategy-items {
        padding: 0 10px;
    }
    .strategy .strategy-items .strategy-item {
        position: relative;
        width: calc(33% - 10px);
    }
    .successful .wrap {
        padding: 0 10px;
    }
    .successful .wrap .content {
        padding-left: 10px;
    }
    .approach .wrap .title {
        font-size: 40px;
    }
    .approach .wrap {
        max-width: 90%;
    }
    .price .wrap {
        max-width: 90%;
    }
    .price .wrap .items .item {
        width: 216px;
    }
    .price .wrap .items .item .item-sum {
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 200;
        font-size: 22px;
    }
    .price .wrap .items .item .item-term {
        font-size: 20px;
    }
    .price .wrap .items .item .item-desc {
        margin-top: 13px;
        font-family: 'Montserrat';
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        text-transform: uppercase;
    }
    .approach,
    .price,
    .advantages {
        display: none;
    }
    .personal .wrap .items .item {
        font-size: 15px;
    }
    .personal .wrap .items .item:nth-child(1) {
        top: 0;
        left: 50px;
        width: 268px;
    }
    .personal .wrap .items .item:nth-child(2) {
        top: 70px;
        right: 0;
        width: 243px;
        text-align: right;
    }
    .personal .wrap .items .item:nth-child(3) {
        top: 160px;
        left: -10px;
        width: 210px;
    }
    .personal .wrap .items .item:nth-child(4) {
        top: 300px;
        right: -10px;
        text-align: right;
        width: 237px;
    }
    .personal .wrap .items .item:nth-child(5) {
        top: 370px;
        left: -10px;
        width: 217px;
    }
    .personal .wrap .items .item:nth-child(6) {
        top: 520px;
        right: 0;
        text-align: right;
        width: 255px;
    }
    .personal .wrap .items .item:nth-child(7) {
        top: 820px;
        left: 300px;
        width: 505px;
    }
    .personal .wrap .items .item:nth-child(8) {
        top: 720px;
        right: 0;
        text-align: right;
        width: 450px;
    }
    .personal:before {
        margin-right: -430px;
    }
    .cons2 .wrap .title {
        font-family: 'Uni Neue-Trial Book';
        color: #0E2432;
        font-size: 29px;
        text-align: center;
        text-transform: uppercase;
    }
    .cons2 .wrap .popup-request {
        font-family: 'Uni Neue-Trial Book';
        position: absolute;
        left: 50%;
        bottom: -20px;
        margin-left: -292px;
        width: 484px;
        text-align: center;
        border: 1px solid #BFA168;
        border-radius: 0 0 0 25px;
        background: #fff;
        font-size: 31.17px;
        color: #BFA168;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
        letter-spacing: 10px;
        transition: background-color 0.3s;
        box-shadow: 0 10px 20px 0 #00000038;
    }
    .contacts .wrap .col:first-child {
        padding-left: 30px;
    }
    .contacts .wrap .col .contacts-address {
        margin-top: 79px;
        margin-right: 0;
        width: 425px;
        border-radius: 50px 0 0 0;
        font-family: 'Montserrat';
        padding: 51px;
        background: #0E2432;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        box-sizing: border-box;
    }
}

@media all and (max-width: 1150px) {
    .reviews .wrap #slider_reviews .swiper-button-prev,
    .reviews .wrap #slider_reviews .swiper-button-next {
        background: #b3b3b34f center center no-repeat;
        left: 50%;
        right: 50%;
        top: calc(50% + 60px);
        width: 88px;
        height: 88px;
        background-size: 37px 53px;
        backdrop-filter: blur(5px);
        border-radius: 50%;
        transition: all 0.3s;
        text-decoration: none;
        outline: none;
    }
    .reviews .wrap #slider_reviews .swiper-button-prev {
        margin-left: -470px;
    }
    .reviews .wrap #slider_reviews .swiper-button-next {
        margin-right: -470px;
        left: auto;
    }
}

@media all and (max-width: 960px) {
    header nav a {
        margin-left: 10px;
    }
    header .col {
        padding: 0 10px;
    }
    .top {
        background-size: 400px;
        background-position: 0 100px;
        min-height: 910px;
    }
    .top .top-picture {
        right: 10px;
    }
    .top .top-display-graph {
        right: 385px;
    }
    .top .top-descr1 .top-descr1-title {
        background: #0E2432;
        display: inline-block;
        letter-spacing: 12px;
        font-family: 'Uni Neue-Trial Book';
        color: #BFA168;
        font-size: 44.65px;
        padding: 10px 15px;
    }
    .top .top-descr1 .top-descr1-text {
        display: inline-block;
        letter-spacing: 2px;
        font-family: 'Uni Neue';
        font-weight: 300;
        color: #ffffff;
        margin-top: -20px;
        font-size: 16.48px;
        text-transform: uppercase;
    }
    .top .top-descr1 .top-descr1-text span {
        display: inline-block;
        padding: 10px 15px;
        background: #0E2432;
        width: 100%;
    }
    .top .top-quote {
        right: 50%;
        margin-right: -215px;
    }
    .strategy {
        margin-top: 50px;
    }
    .strategy .section-title {
        font-size: 40px;
    }
    .strategy .strategy-items {
        padding: 0 10px;
    }
    .strategy .strategy-items .strategy-item {
        position: relative;
        width: calc(33% - 10px);
    }
    .successful .wrap {
        padding: 0 10px;
    }
    .successful .wrap .content {
        padding-left: 10px;
    }
    .confidence .wrap .title {
        font-size: 40px;
    }
    .confidence .wrap {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }
    .confidence .wrap .items .item {
        font-size: 13px;
    }
    .confidence .wrap .items .item1 {
        position: absolute;
        top: 113px;
        left: 0px;
        width: 100px;
    }
    .confidence .wrap .items .item2 {
        width: 418px;
        text-align: right;
        position: absolute;
        top: 0px;
        left: auto;
        right: 4px;
    }
    .confidence .wrap .items .item3 {
        width: 213px;
        position: absolute;
        top: 450px;
        left: 5px;
    }
    .confidence .wrap .items .item4 {
        width: 251px;
        text-align: right;
        position: absolute;
        top: 205px;
        left: auto;
        right: 5px;
    }
    .confidence .wrap .items .item u {
        font-size: 40px;
    }
    .confidence .wrap .items .item6 {
        bottom: 120px;
    }
    .confidence .wrap .items {
        min-height: 760px;
        background: no-repeat center;
        background-size: 380px;
        background-position: 30% 82px;
        position: relative;
    }
    .services {
        margin-top: 140px;
    }
    .services .wrap {
        max-width: 90%;
    }
    .services .wrap .content .title {
        font-size: 40px;
    }
    .services .wrap:nth-child(odd) .image {
        position: relative;
        min-width: 256px;
        height: 478px;
        background: no-repeat center right;
        background-size: contain;
        margin-left: 50px;
    }
    .services .wrap:nth-child(odd) .image:after {
        width: 300px;
    }
    .services .wrap:nth-child(even) .image {
        margin-right: 50px;
        position: relative;
        min-width: 256px;
        height: 568px;
        background: no-repeat center left;
        background-size: cover;
    }
    .approach .wrap .title {
        font-size: 40px;
    }
    .approach .wrap {
        max-width: 90%;
    }
    .price .wrap {
        max-width: 90%;
    }
    .price .wrap .items .item {
        width: 216px;
    }
    .price .wrap .items .item .item-sum {
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 200;
        font-size: 22px;
    }
    .price .wrap .items .item .item-term {
        font-size: 20px;
    }
    .price .wrap .items .item .item-desc {
        margin-top: 13px;
        font-family: 'Montserrat';
        color: #fff;
        font-size: 14px;
        font-weight: 200;
        text-transform: uppercase;
    }
    .approach,
    .price,
    .advantages {
        display: none;
    }
    .personal .wrap .items .item {
        font-size: 15px;
    }
    .personal .wrap .items .item:nth-child(1) {
        top: 0;
        left: 50px;
        width: 268px;
    }
    .personal .wrap .items .item:nth-child(2) {
        top: 70px;
        right: 0;
        width: 243px;
        text-align: right;
    }
    .personal .wrap .items .item:nth-child(3) {
        top: 160px;
        left: -10px;
        width: 210px;
    }
    .personal .wrap .items .item:nth-child(4) {
        top: 300px;
        right: -10px;
        text-align: right;
        width: 237px;
    }
    .personal .wrap .items .item:nth-child(5) {
        top: 370px;
        left: -10px;
        width: 217px;
    }
    .personal .wrap .items .item:nth-child(6) {
        top: 520px;
        right: 0;
        text-align: right;
        width: 255px;
    }
    .personal .wrap .items .item:nth-child(7) {
        top: 820px;
        left: 300px;
        width: 505px;
    }
    .personal .wrap .items .item:nth-child(8) {
        top: 720px;
        right: 0;
        text-align: right;
        width: 450px;
    }
    .personal:before {
        margin-right: -430px;
    }
    .cons2 .wrap .title {
        font-family: 'Uni Neue-Trial Book';
        color: #0E2432;
        font-size: 29px;
        text-align: center;
        text-transform: uppercase;
    }
    .cons2 .wrap .popup-request {
        font-family: 'Uni Neue-Trial Book';
        position: absolute;
        left: 50%;
        bottom: -20px;
        margin-left: -292px;
        width: 484px;
        text-align: center;
        border: 1px solid #BFA168;
        border-radius: 0 0 0 25px;
        background: #fff;
        font-size: 31.17px;
        color: #BFA168;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
        letter-spacing: 10px;
        transition: background-color 0.3s;
        box-shadow: 0 10px 20px 0 #00000038;
    }
    .team .wrap .team_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    .team .wrap .team_info .team-title {
        text-align: center;
    }
    .team .wrap .team_info .team-desc {
        text-align: center;
    }
    .team .wrap .items .item:nth-child(1) .content {
        margin-left: 30px;
    }
    .team .wrap .items .item:nth-child(2) .content {
        margin-left: 10px;
    }
    .team .wrap .items .item:nth-child(4) .content {
        margin-left: 30px;
    }
    .reviews .wrap .title {
        font-size: 40px;
    }
    .reviews .wrap #slider_reviews .swiper-button-prev {
        margin-left: -450px;
    }
    .reviews .wrap #slider_reviews .swiper-button-next {
        margin-right: -450px;
        left: auto;
    }
    .reviews .wrap #slider_reviews .swiper-button-prev {
        margin-left: -440px;
    }
    .reviews .wrap #slider_reviews .swiper-button-next {
        margin-right: -440px;
        left: auto;
    }
    .faq .wrap .tabs-content {
        width: 90%;
        margin: 0 auto;
        margin-top: 63px;
    }
    .faq .wrap .tabs-content .item-title .num {
        color: #0E2432;
        font-family: 'Montserrat';
        font-weight: 100;
        font-size: 28px;
        cursor: pointer;
    }
    .faq .wrap .tabs-content .item-title {
        color: #BFA168;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .contacts .wrap .col:first-child {
        padding-left: 30px;
    }
    .contacts .wrap .col .contacts-address {
        margin-top: 79px;
        margin-right: 0;
        width: 425px;
        border-radius: 50px 0 0 0;
        font-family: 'Montserrat';
        padding: 51px;
        background: #0E2432;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        box-sizing: border-box;
    }
}

@media all and (max-width: 920px) {
    body {
        background: unset;
    }
    header {
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    header nav {
        position: fixed;
        top: 0;
        left: -500px;
        width: 100%;
        height: 100%;
        max-width: 480px;
        background: #0E2432;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: left 0.3s;
    }
    header nav.active {
        left: 0;
    }
    header nav a {
        display: block;
        color: #BFA168;
        width: 100%;
        text-align: left;
        margin-left: 0 !important;
        margin-top: 40px;
    }
    header .nav-btn {
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
        width: 40px;
        height: 28px;
        border-top: 4px solid #ffffff;
        margin-left: 24px;
        transition: all 0.3s;
        cursor: pointer;
    }
    header .nav-btn:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #ffffff;
        transition: all 0.3s;
    }
    header .nav-btn:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        display: block;
        width: 100%;
        height: 4px;
        background: #ffffff;
        transition: all 0.3s;
    }
    header .nav-btn.active {
        border-top: 0;
    }
    header .nav-btn.active:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #ffffff;
        transform: rotate(45deg);
    }
    header .nav-btn.active:after {
        transform: rotate(-45deg);
        content: '';
        position: absolute;
        left: 0;
        bottom: 11px;
        display: block;
        width: 100%;
        height: 4px;
        background: #ffffff;
    }
    .top {
        background: unset;
        min-height: 1090px;
    }
    .top:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 700px;
        top: 290px;
        left: 0;
        z-index: 3;
        background: url("../img/top_backround_mobile.png") 0 0 no-repeat;
        background-size: contain;
    }
    .top .top-picture {
        display: none;
    }
    .top .top-display-graph {
        display: none;
    }
    .top .top-descr1 {
        background: #0E2432;
        display: block;
        width: 100%;
        max-width: none;
        top: 70px;
    }
    .top .top-descr1 .top-descr1-text {
        width: 100%;
    }
    .top .top-descr1 .top-descr1-text span {
        display: block;
        width: 100%;
    }
    .top .top-descr1 .top-descr1-text br {
        display: none;
    }
    .strategy .strategy-items {
        display: flex;
        justify-content: center;
    }
    .strategy .strategy-items .strategy-item {
        position: relative;
        width: calc(50% - 10px);
    }
    .successful .wrap {
        display: flex;
        max-width: 1047px;
        margin: 0 auto;
        flex-direction: column;
        position: relative;
        padding-top: 140px;
    }
    .successful .wrap .content .title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 29px;
    }
    .successful .wrap .content .title u {
        font-size: 17px;
    }
    .confidence .wrap .image {
        display: none;
    }
    .confidence .wrap .items {
        background: unset !important;
    }
    .confidence .wrap .items div.item {
        position: static;
        width: 100%;
        text-align: left;
        height: auto;
        margin-top: 30px;
        padding-left: 40px;
    }
    .confidence .wrap .items div.item:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0E2432;
        position: relative;
        margin-left: -10px;
        left: -20px;
    }
    .confidence .wrap .items div.item br {
        display: none;
    }
    .cons1 .wrap .title {
        font-size: 29px;
    }
    .cons1 .wrap .popup-request {
        font-family: 'Uni Neue-Trial Book';
        position: absolute;
        left: 50%;
        bottom: -19px;
        margin-left: -142px;
        width: 284px;
        text-align: center;
        border: 1px solid #BFA168;
        border-radius: 0 0 0 25px;
        background: #fff;
        font-size: 21.17px;
        color: #BFA168;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        transition: background-color 0.3s;
        box-shadow: 0 10px 20px 0 #00000038;
    }
    .cons2 .wrap .title {
        font-size: 29px;
    }
    .cons2 .wrap .popup-request {
        font-family: 'Uni Neue-Trial Book';
        position: absolute;
        left: 50%;
        bottom: -19px;
        margin-left: -142px;
        width: 284px;
        text-align: center;
        border: 1px solid #BFA168;
        border-radius: 0 0 0 25px;
        background: #fff;
        font-size: 21.17px;
        color: #BFA168;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        transition: background-color 0.3s;
        box-shadow: 0 10px 20px 0 #00000038;
    }
    .services .wrap:nth-child(odd) .image,
    .services .wrap:nth-child(even) .image {
        display: none;
    }
    .services .wrap:nth-child(even) .content {
        margin-left: 0;
    }
    .services .wrap {
        margin-top: 20px;
        display: block;
    }
    .services .wrap .content .items .item {
        padding-left: 80px;
    }
    .services .wrap .content .items .item .item-icon img {
        width: 70px;
    }
    .services .wrap .content .items .item .item-icon {
        position: absolute;
        top: 50px;
        margin-top: -40px;
        left: 0;
    }
    .personal {
        background-image: unset;
        min-height: auto !important;
        padding-bottom: 50px;
    }
    .personal .wrap {
        background-image: unset;
    }
    .personal .wrap {
        position: relative;
        z-index: 11;
        width: 100%;
        height: auto !important;
        margin: 0 auto;
        padding-top: 59px;
    }
    .personal .wrap .title {
        font-family: 'Uni Neue';
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        text-align: center;
        text-transform: uppercase;
    }
    .personal .wrap .items {
        position: relative;
        margin-top: 40px;
        padding: 0 20px;
    }
    .personal .wrap .items div.item {
        position: static;
        width: 100% !important;
        margin-top: 20px;
        padding-left: 40px;
        text-align: left !important;
    }
    .personal .wrap .items div.item:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #BFA168;
        position: relative;
        margin-left: -10px;
        left: -20px;
    }
    .personal:before,
    .personal:after {
        display: none;
    }
    .strategy .strategy-items .strategy-item {
        position: relative;
        width: 100%;
    }
    .successful .wrap .image {
        min-width: unset;
    }
    .team .wrap .team_info .team-title {
        font-family: 'Uni Neue';
        color: #0E2432;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }
    .team .wrap .team_info .team-desc {
        font-family: 'Uni Neue-Trial';
        color: #BFA168;
        font-size: 17px;
        text-align: center;
        width: 100%;
        text-transform: lowercase;
    }
    .team .wrap .items {
        padding: 10px 10px;
    }
    .team .wrap .items .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        margin-top: 40px;
        border-bottom: 1px solid #BFA168;
        padding-bottom: 30px;
    }
    .team .wrap .items .item .photo:before {
        display: none;
    }
    .team .wrap .items .item .photo {
        position: relative;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-position: center center !important;
    }
    .team .wrap .items .item .content {
        width: 100%;
        max-width: 420px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .reviews .wrap #slider_reviews .swiper-button-prev {
        margin-left: -180px;
    }
    .reviews .wrap #slider_reviews .swiper-button-next {
        margin-right: -180px;
        left: auto;
    }
    .reviews .wrap #slider_reviews .reviews-item {
        top: 50px;
        width: 241px;
        height: 561px !important;
    }
    .faq .wrap .tabs>div {
        cursor: pointer;
        width: 192px;
        height: 182px;
        background: #0E2432 center 20px no-repeat;
        color: #fff;
        margin: 0 5px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 20px;
        box-shadow: 0 10px 16px 0 #00000070;
        transition: margin-top 0.3s, opacity 0.3s;
    }
    .contacts {
        background-image: unset;
    }
    .contacts .wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 10px;
    }
    .contacts .wrap .col {
        max-width: 100%;
    }
    .contacts .wrap .col .contacts-address {
        width: 349px;
    }
}

@media all and (max-width: 640px) {
    .top:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 700px;
        top: 450px;
        left: 0;
        z-index: 3;
        background: url(../img/top_backround_mobile.png) 0 0 no-repeat;
        background-size: contain;
    }
    .top .top-quote {
        right: auto;
        left: 44px;
        margin-right: 0;
        position: absolute;
        bottom: 91px;
        width: 275px;
        height: 100px;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 18.21px;
        color: #000;
    }
    .reviews .wrap #slider_reviews .reviews-item .reviews-item-title {
        padding-top: 55px;
    }
    .reviews .wrap #slider_reviews .reviews-item {
        top: 0px;
        width: 321px;
        height: 666px !important;
    }
    .reviews .wrap #slider_reviews {
        height: auto;
    }
}


/*# sourceMappingURL=style.css.map */