@import url(/assets/fonts/avenir/stylesheet.css);

* {
    box-sizing: border-box;
}

html {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex: auto;
    flex-direction: column;
    font-family: 'Avenir Next Cyr', sans-serif;
    background: #F4F5FB;
    color: #000;
    font-size: 16px;
}

img {
    border: 0;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}

h2,
.h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}

h3,
.h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}

input,
textarea,
a,
button {
    outline: none;
}

a {
    color: #FE5000;
}

a:hover {
    color: #FE5000;
    text-decoration: none;
}

.dn {
    display: none;
}

.clr {
    clear: both;
}

.col {
    vertical-align: top;
    display: inline-block;
}

main {
    flex: auto;
}

footer {
    font-size: 12px;
    background: #F4F5FB;
    line-height: 110%;
    color: #43464E;
}

footer .content {
    height: 93px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a {
    color: #43464E;
    text-decoration: none;
}

.footer__row {
    background: #FE5000;
}

.footer__row .content {
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.social1
{
display:grid;height: 70px;
}
.social1 a
{
 font-size: 1.17130307vw;
color: #fff;line-height: 130%;
}

.social1 a:hover
{
text-decoration:underline;
}

  @media only screen and (max-width: 767px)
{
.social1 a
{
  font-size: 4.26666667vw;
  margin-right: 0;
  margin-bottom: 4.26666667vw;
}
.social1
{
height: auto;

}
}
.email {
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    display: inline-block;
    margin-right: 86px;
}

.email:hover {
    color: #fff;
    text-decoration: underline;
}

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

.social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: no-repeat center / contain;
    opacity: 0.5;
    margin-right: 24px;
    transition: all 0.3s ease;
}

.social-icon--fb {
    background-image: url(/assets/img/icon-fb-white.svg);
}

.social-icon--vk {
    background-image: url(/assets/img/icon-vk-white.svg);
}
.social-icon--tg {
    background-image: url(/assets/img/icon-tg-white.svg);
}
.social-icon--tw {
    background-image: url(/assets/img/icon-tw-white.svg);
}

.social-icon--yt {
    background-image: url(/assets/img/icon-yt-white.svg);
}

.social-icon--ins {
    background-image: url(/assets/img/icon-in-white.svg);
}

.social-icon--gray {
    width: 32px;
    height: 32px;
    margin-right: 40px;
    opacity: 1;
}

.social-icon--gray.social-icon--fb {
    background-image: url(/assets/img/icon-fb.svg);
}

.social-icon--gray.social-icon--vk {
    background-image: url(/assets/img/icon-vk.svg);
}

.social-icon--gray.social-icon--tw {
    background-image: url(/assets/img/icon-tw.svg);
}
.social-icon--gray.social-icon--tg {
    background-image: url(/assets/img/icon-tg.svg);
}

.social-icon--gray.social-icon--yt {
    background-image: url(/assets/img/icon-yt.svg);
}
.social-icon--gray.social-icon--ins1 {
    background-image: url(/assets/img/icon-in-white1.svg);
}
.social-icon:hover {
    opacity: 1;
}

.btn {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #FE5000;
    text-decoration: none;
    color: #fff;
    background: #FE5000;
    padding: 0 24px;
    font-family: 'Avenir Next Cyr', sans-serif;
    min-width: 176px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    height: 48px;
    box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2);
    transition: all 0.3s ease;
}

.btn span {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.btn:hover {
    box-shadow: 0 16px 32px rgba(127, 56, 24, 0.2), inset 0 0 80px rgba(255, 255, 255, 0.15);
    color: #fff;
}

.btn:active {
    box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2), inset 0 0 80px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.btn--no-border {
    border: none !important;
}

.btn--gray {
    background-color: transparent;
    box-shadow: none !important;
    color: #797C8D;
    border-color: #CFD1DB;
}

.btn--gray:hover {
    background-color: rgba(67, 70, 78, 0.05);
    color: #797C8D;
}

.btn--gray:active {
    background-color: rgba(67, 70, 78, 0.1);
    color: #797C8D;
}

.btn--white {
    background: #fff;
    color: #FE5000;
    border-color: #fff;
}

.btn--white:hover {
    color: #FE5000;
}

.btn--transparent {
    background: none;
    color: #fff;
    border-color: rgba(207, 209, 219, 0.5);
}

.btn--full {
    width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    background: #fff;
    font-family: 'Avenir Next Cyr', sans-serif;
    border: none;
    color: #000;
    padding: 12px;
    height: 48px;
    font-size: 16px;
    line-height: 130%;
    border-bottom: 2px solid #CFD1DB;
    transition: all 0.3s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border-bottom-color: #FE5000;
    box-shadow: 0 8px 32px rgba(67, 70, 78, 0.05);
}

input[type=text]:valid,
input[type=password]:valid,
input[type=email]:valid,
textarea:valid {
    border-bottom-color: #000;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
    color: #797C8D;
}

input[type=text].control--2,
input[type=password].control--2,
input[type=email].control--2,
textarea.control--2 {
    background: rgba(255, 255, 255, 0.1);
}

input[type=text].control--2:focus,
input[type=password].control--2:focus,
input[type=email].control--2:focus,
textarea.control--2:focus,
input[type=text].control--2:valid,
input[type=password].control--2:valid,
input[type=email].control--2:valid,
textarea.control--2:valid {
    background: #fff;
}

.input {
    position: relative;
}

.input input[type=text],
.input textarea {
    padding-top: 24px;
}

.input input[type=text]:focus + label,
.input textarea:focus + label {
    color: #797C8D;
    top: 6px;
    font-size: 12px;
    line-height: 110%;
}

.input input[type=text]:valid + label,
.input textarea:valid + label {
    color: #797C8D;
    font-size: 12px;
    line-height: 110%;
    top: 6px;
}

.input label {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 5;
    color: #797C8D;
    transition: all 0.3s ease;
}

.title {
    font-weight: bold;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #43464E;
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.title:before {
    content: "";
    width: 32px;
    height: 4px;
    background: #FE5000;
    position: absolute;
    left: 0;
    top: 0;
}

.title--no-line:before {
    display: none;
}

.title + .title--tiny {
    margin-top: -10px;
}

.title--tiny {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    text-transform: none;
}

.title--tiny:before {
    display: none;
}

.title--white {
    color: #fff;
}

.title--sm {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
    text-transform: none;
}

.title--sm:before {
    display: none;
}

.title--bar-white:before {
    background: #fff;
}

.title--2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.title--2:before {
    display: none;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.page--news .wrapper {
    overflow: visible;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 40px;
    transition: all 0.3s ease;
}

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

header.scrolled,
header.inner {
    background: #fff;
}

header.scrolled .logo,
header.inner .logo {
    width: 58px;
    height: 37px;
    background-image: url(/assets/img/logo.svg);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

header.scrolled .phone,
header.inner .phone {
    color: #797C8D;
}

header.scrolled .menu-item,
header.inner .menu-item {
    color: #797C8D;
}

header.scrolled .menu-item:hover,
header.inner .menu-item:hover,
header.scrolled .menu-item.active,
header.inner .menu-item.active {
    color: #FE5000;
}

header.scrolled .personal,
header.inner .personal {
    background-image: url(/assets/img/icon-man.svg);
    border-color: #CFD1DB;
}

header.scrolled .icon--search,
header.inner .icon--search {
    background-image: url(/assets/img/icon-search.svg);
}

.phone {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #F4F5FB;
}

.hamburger {
    display: inline-block;
    background: url(/assets/img/icon-menu.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
    margin-right: 32px;
    transition: all 0.3s ease;
}

.hamburger.active {
    background-image: url(/assets/img/icon-close.svg);
    cursor: pointer;
}

.logo {
    display: inline-block;
    background: url(/assets/img/logo-white.svg) no-repeat center / contain;
    width: 172px;
    height: 110px;
    position: absolute;
    top: 130px;
    left: 20px;
    transition: all 0.3s ease;
}

.logo-block {
    display: inline-block;
    position: relative;
    width: 58px;
    height: 37px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item {
    text-decoration: none;
    color: #F4F5FB;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 16px;
    position: relative;
    cursor: pointer;
}

.menu-item.active,
.menu-item:hover {
    color: #FE5000;
}

.menu-item.active .menu-item__pic,
.menu-item:hover .menu-item__pic {
    filter: grayscale(0);
}

.menu-item--2 {
    text-align: center;
    padding: 32px 0;
    margin: 0 40px;
}

.menu-item--2.active .menu-item__text,
.menu-item--2:hover .menu-item__text {
    color: #FE5000;
}

.menu-item--2.active:before,
.menu-item--2:hover:before {
    background: #FE5000;
}

.menu-item--2:before {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    background: transparent;
    left: 0;
    transition: all 0.3s ease;
}

.menu-item__pic {
    display: block;
    height: 80px;
    width: 100px;
    background: no-repeat center / contain;
    margin: 0 auto 24px;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.menu-item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #797C8D;
    text-transform: none;
    letter-spacing: 0;
}

.menu--sub {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 98;
    align-items: stretch;
    transition: all 0.3s ease;
}

.menu--sub.active {
    top: 72px;
}

.tns-autowidth {
    display: block;
}

.way {
    width: 450px;
    background: #43464E;
    margin: 0;
    transform: skewX(-30deg);
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 570px;
    line-height: normal;
}

.way__pic {
    display: inline-block;
    width: 160%;
    height: 100%;
    background: no-repeat center / cover;
    opacity: 0.2;
    margin-left: -30%;
    transform: skewX(30deg);
    transition: all 0.3s ease;
}

.way__text {
    transform: skewX(30deg);
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
}

.way__text:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: url(/assets/img/arrow-polygon.png) no-repeat center / contain;
    width: 66px;
    height: 58px;
    transition: all 0.3s ease;
}

.way:hover .way__pic {
    opacity: 0.1;
}

.way:hover .way__text {
    color: #FE5000;
}

.way:hover .way__text:after {
    background-image: url(/assets/img/arrow-polygon-orange.png);
}

.link {
    width: 40px;
    height: 40px;
    background: no-repeat center / cover;
    display: inline-block;
}

.link--email {
    border: 1px solid #CFD1DB;
    background-image: url(/assets/img/icon-tg.svg);
    background-size: 21px;
    transition: all 0.3s ease;
}

.link--email:hover {
    background-color: #FE5000;
    border-color: #FE5000;
    background-image: url(/assets/img/icon-tg-white.svg);
}

.link--whatsapp {
    background-image: url(/assets/img/icon-whatsapp.svg);
}

.link--viber {
    background-image: url(/assets/img/icon-viber.svg);
}

.personal {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    border: 1px solid rgba(207, 209, 219, 0.1);
    background: url(/assets/img/icon-man-white.svg) no-repeat center / 14px auto;
    transition: all 0.3s ease;
}

.personal:hover {
    background-size: 17px auto;
}

.polygon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    background: #FE5000 url(/assets/img/icon-polygon.svg) no-repeat center / 18px auto;
    transition: all 0.3s ease;
}

.polygon:hover {
    background-size: 20px auto;
}

.search {
    margin-left: 16px;
}

.icon {
    display: inline-block;
    background: no-repeat center / contain;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.icon--search {
    background-image: url(/assets/img/icon-search-white.svg);
}

.icon--ru {
    background-image: url(/assets/img/flags/ru.svg);
}

.icon--en {
    background-image: url(/assets/img/flags/eng.svg);
}

.icon--cn {
    background-image: url(/assets/img/flags/china.svg);
}

.icon--plane {
    background-image: url(/assets/img/icon-tg.svg);
    width: 21px;
    height: 21px;
}

.lng {
    position: relative;
    margin: 0 24px;
}

.lng:hover .lng__select {
    display: block;
}

.lng__select {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

.lng__select-item {
    padding-top: 12px;
    display: inline-block;
}

.alert {
    position: absolute;
    top: 90px;
    right: 40px;
    background: #FE5000;
    width: 360px;
    z-index: 10;
    font-size: 16px;
    line-height: 130%;
    color:#000;
    padding: 24px 75px 20px 24px;
}

.alert__btn {
    text-align: right;
    margin-right: -50px; 
}

.alert__btn a {
    text-decoration: none;color:#fff;
}

.alert__btn a:hover {
    text-decoration: underline;
}

.alert__date {
    font-size: 12px;
    line-height: 110%;
    color:#000;
    margin-bottom: 12px;
}

.alert:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #FE5000 transparent;
}

.section {
    position: relative;
}

.section--select-float .nselect {
    position: absolute;
    top: 0;
    right: 0;
}

.section--1 {
    height: 100vh;
}

.section--2 {
    padding-top: 120px;
    text-align: center;
    height: 735px;
}

.section--2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background: url(/assets/img/rectangle-1.svg) no-repeat center / contain;
    width: 863px;
    height: 876px;
    margin-right: 275px;
}

.section--2:after {
    content: "";
    position: absolute;
    top: 417px;
    left: 50%;
    background: url(/assets/img/rectangle-2.svg) no-repeat center / contain;
    width: 1071px;
    height: 459px;
    margin-left: 255px;
}

.section--3 {
    margin-bottom: 250px;
}

.section--3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url(/assets/img/rectangle-3.svg) no-repeat center / contain;
    width: 1047px;
    height: 861px;
    margin-left: -360px;
}

.section--3 .title {
    margin-bottom: 82px;
}

.section--4 {
    margin-bottom: 100px;
}

.section--5 {
    background: #FE5000;
    margin-bottom: 80px;
    line-height: 0;
    overflow: hidden;
}

.section--6 {
    margin-bottom: 80px;
}

.section--7 {
    margin-bottom: 80px;
}

.section--7 .btns {
    text-align: center;
    margin-top: 80px;
}

.section--7 .btns .btn {
    width: 500px;
}

.section--8 {
    background: #fff;
    padding: 60px 0;
    margin-bottom: 80px;
    height: 500px;
}

.section--8:before,
.section--8:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 300px;
    background: #FE5000;
    transform: skewX(-30deg);
    left: -12%;
    z-index: 2;
}

.section--8:after {
    left: auto;
    right: -20%;
}

.section--8 .content {
    z-index: 3;
}

.section--9 {
    margin-bottom: 80px;
}

.section--10 {
    margin-bottom: 90px;
}

.section--11 {
    padding-top: 80px;
    background: url(/assets/img/bg.png) no-repeat center / cover;
    padding-bottom: 40px;
}

.section--12 {
    background: #43464E;
    padding: 56px 0 0;
    display: flex;
    flex-direction: column;
    height: 555px;
}

.section--12:before {
    content: "";
    position: absolute;
    background: #F4F5FB;
    transform: skewX(-30deg);
    height: 120px;
    width: 670px;
    top: 0;
    right: -4%;
}

.section--12:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 435px 250px;
    border-color: transparent transparent #FE5000 transparent;
    z-index: 1;
}

.section--12 .content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.section--contacts-1 {
    margin-bottom: 64px;
}

.section--contacts-1:after {
    z-index: 1;
}

.section--contacts-1:before {
    content: "";
    position: absolute;
    background: url(/assets/img/rectangle-4.svg) no-repeat center / contain;
    width: 764px;
    height: 477px;
    left: 65%;
    top: -300px;
    z-index: 2;
}

.section--contacts-1 .title {
    margin-bottom: 32px;
}

.section--contacts-1 .title--2 {
    margin-top: 56px;
}

.section--contacts-2 {
    background: #fff;
    transform: skewX(-30deg);
    margin-bottom: 24px;
}

.section--contacts-2 > div {
    padding: 56px 0 32px;
    transform: skewX(30deg);
}

.section--contacts-2 .title--2 {
    margin-bottom: 56px;
}

.section--contacts-3 {
    margin-bottom: 105px;
}

.section--contacts-3:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 726px;
    background: url(/assets/img/rectangle-3.svg) no-repeat center / auto 100%;
}

.section--contacts-4 {
    margin-bottom: 112px;
}

.section--contacts-4 .content {
    display: flex;
    justify-content: space-between;
}

.section--contacts-4 .social-block {
    margin-top: 30px;
}

.section--subscribe {
    margin-bottom: 112px;
}

.section--subscribe .content {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.section--subscribe .social-block {
    margin-top: 30px;
}

.section--subscribe:after {
    content: "";
    position: absolute;
    bottom: -112px;
    right: 0;
    background: url(/assets/img/rectangle-3.svg) no-repeat right top / 1047px auto;
    width: 100%;
    height: 588px;
}

.section--news-1 {
    margin-bottom: 80px;
    padding: 40px 0;
    color: #fff;
}

.section--news-1 .content {
    z-index: 3;
}

.section--news-1 .title {
    color: #fff;
}

.section--news-1 .btns {
    margin-top: 24px;
}

.section--news-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 200px;
    background: #FE5000;
    transform: skewX(-30deg);
    width: 150%;
    height: 100%;
    z-index: 2;
}

.section--news-1:after {
    content: "";
    position: absolute;
    top: 190px;
    right: 0;
    background: url(/assets/img/rectangle-3.svg) no-repeat center / contain;
    width: 1047px;
    height: 861px;
    z-index: 1;
}

.section--news-1 .pic {
    position: absolute;
    bottom: -40px;
    right: 140px;
    line-height: 0;
}

.section--news-1 .pic img {
    max-height: 346px;
}

.section--news-2 {
    margin-bottom: 80px;
}

.block {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #43464E;
    transition: all 0.3s ease;
}

.block.active {
    top: 0;
}

.block__close {
    display: inline-block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: url(/assets/img/exit.svg) no-repeat center / contain;
    top: 32px;
    right: 32px;
    position: absolute;
    z-index: 2;
}

.block__pic {
    background: no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
}

.block__content {
    padding: 130px 0 0 0;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}

.block__content .title {
    color: #fff;
}

.block__content .text {
    width: 800px;
}

.block__btn {
    margin-top: 24px;
}

.block--2 {
    position: relative;
    top: auto;
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding-right: 150px;
}

.block--2 .btns {
    margin-top: 12px;
}

.block--2 .link {
    width: 176px;
}

.block--2 .phone {
    color: #43464E;
    margin-top: 12px;
}

.block--3 {
    position: relative;
    top: auto;
    background: #fff;
    padding: 30px 96px 40px;
}

.block--3:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
}

.block--3:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: -2;
    right: 32px;
    height: 100%;
}

p {
    margin: 0;
}

p + p {
    margin-top: 20px;
}

.promo__title {
    font-weight: bold;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.promo__btn {
    margin-top: 40px;
}

.arrow {
    display: inline-block;
    background: url(/assets/img/arrow-down.svg) no-repeat center / contain;
    width: 17px;
    height: 29px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.calc {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #F4F5FB;
    box-shadow: -15px 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 0 0;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 9;
    right: -62px;
    bottom: 150px;
    padding: 10px 12px;
    color: #43464E;
    text-decoration: none;
    height: 50px;
    width: 175px;
    white-space: nowrap;
}

.calc:hover {
    color: #FE5000;
}

.truck {
    display: block;
    background: url(/assets/img/truck.svg) no-repeat center / contain;
    width: 1472px;
    height: 392px;
    position: relative;
    left: 54%;
    transform: translateX(-58%);
}

.trees {
    display: block;
    background: url(/assets/img/trees.svg) no-repeat center / contain;
    width: 5417px;
    height: 616px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.docs {
    display: block;
    background: url(/assets/img/docs.svg) no-repeat center / contain;
    width: 2854px;
    height: 491px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -50px;
}

.numbers {
    font-weight: bold;
    font-size: 159px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FE5000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 275px;
    white-space: nowrap;
}

.content {
    width: 1135px;
    margin: 0 auto;
    position: relative;
}

.team {
    position: relative;
}

.team-block {
    background: #fff;
    padding: 32px 0;
    position: relative;
    z-index: 1;
    height: 579px;
}

.team-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 230px;
    background: url(/assets/img/rectangle-4.svg) no-repeat center / contain;
    width: 927px;
    height: 579px;
    z-index: 3;
}

.team-block--2 {
    background: transparent;
    height: auto;
    padding: 0;
    position: initial;
}

.team-block--2:before {
    display: none;
}

.team-block--2 .team-text {
    top: 0;
    left: 50%;
    margin-left: 0;
}

.team-block--2 .team-text__block {
    margin: 0;
    width: 420px;
}

.team-block--2 .team-text__block:before {
    border-width: 0 30px 30px 0;
    left: auto;
    right: 100%;
    bottom: auto;
    top: 0;
    border-color: transparent #fff transparent transparent;
}

.team-text {
    position: absolute;
    left: 50%;
    margin-left: -565px;
    z-index: 4;
}

.team-text__block {
    background: #fff;
    margin-top: 64px;
    position: relative;
    padding: 24px;
    width: 245px;
    box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
    font-size: 16px;
    line-height: 130%;
    color: #43464E;
}

.team-text__block:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent #fff;
}

.team-text__block .phone {
    font-size: 20px;
    line-height: 130%;
    color: #43464E;
    margin-top: 16px;
}

.team-slider {
    position: relative;
    z-index: 2;
}

.page--index .team-slider .tns-inner {
    margin: 0 24vw !important;
}

[data-action] {
    display: none;
}

.tns-controls {
    display: flex;
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: 470px;
    z-index: 1;
}

[data-controls="prev"],
[data-controls="next"] {
    display: inline-block;
    background: url(/assets/img/arrow.svg) no-repeat center / contain;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

[data-controls="prev"]:disabled,
[data-controls="next"]:disabled {
    background-image: url(/assets/img/arrow-gray.svg);
}

[data-controls="prev"] {
    transform: rotate(180deg);
    margin-right: 32px;
}

.slider-outer {
    position: relative;
}

.slider-outer .tns-controls {
    top: -50px;
}

.member {
    width: 385px;
}

.member__photo {
    width: 100%;
    height: 368px;
    margin-bottom: 9px;
    position: relative;
}

.member__photo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 64.5%, rgba(255, 255, 255, 0.2) 86.45%, #fff 100%);
    z-index: 4;
}

.member__body {
    background: no-repeat center top / 100% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.member__body--color {
    opacity: 0;
}

.member__head {
    background: no-repeat center top / 100% auto;
    height: 124px;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.member__head--color {
    opacity: 0;
}

.member__polygon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 72px;
    width: 286px;
    height: 246px;
    z-index: 4;
    line-height: 0;
}

.member__polygon span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/assets/img/shape.png) no-repeat center / contain;
    transition: all 0.3s ease;
}

.member__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #43464E;
    margin-bottom: 4px;
}

.member__phone {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #43464E;
    margin-bottom: 16px;
    opacity: 0;
    transition: all 0.3s ease;
}

.member__position {
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #797C8D;
    margin-bottom: 16px;
}

.member__btn {
    opacity: 0;
    border: 1px solid #CFD1DB;
    width: 176px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: url(/assets/img/icon-tg.svg) no-repeat center / 21px auto;
    transition: all 0.3s ease;
}

.member__btn:hover {
    background-color: #FE5000;
    border-color: #FE5000;
    background-image: url(/assets/img/icon-tg-white.svg);
}

.member__btns {
    width: 150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s ease;
}

.member:hover .member__phone,
.member:hover .member__btn,
.member:hover .member__btns {
    opacity: 1;
}

.member:hover .member__polygon span {
    transform: rotate(90deg);
    background-image: url(/assets/img/shape-orange.png);
}

.member:hover .member__body,
.member:hover .member__head {
    opacity: 0;
}

.member:hover .member__body--color,
.member:hover .member__head--color {
    opacity: 1;
}

.member--2 .member__photo:after {
    background: linear-gradient(180deg, transparent 64.5%, rgba(244, 245, 251, 0.2) 86.45%, #F4F5FB 100%);
}

.direction {
    width: 296px;
}

.direction__polygon {
    width: 100%;
    height: 296px;
    background: url(/assets/img/shape.png) no-repeat center / contain;
    position: relative;
    transition: all 0.3s ease;
}

.direction__photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    width: 100%;
    height: 100%;
    background: no-repeat center / contain;
    transition: all 0.3s ease;
}

.direction__photo--color {
    opacity: 0;
}

.direction__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #43464E;
    transition: all 0.3s ease;
}

.direction--2 {
    margin-top: 150px;
}

.direction:hover .direction__name {
    color: #FE5000;
}

.direction:hover .direction__polygon {
    background-image: url(/assets/img/shape-orange.png);
}

.direction:hover .direction__photo {
    opacity: 0;
}

.direction:hover .direction__photo--color {
    opacity: 1;
}

.map {
    height: 600px;
}

.map-outer {
    position: relative;
}

.orange {
    color: #FE5000;
}

.map-info {
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 40px 32px 32px;
    width: 325px;
    background: #fff;
    box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
    border-radius: 16px;
    font-size: 12px;
    line-height: 110%;
    color: #43464E;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.map-info.active {
    opacity: 1;
    z-index: 5;
}

.map-info__close {
    display: inline-block;
    background: url(/assets/img/close.svg) no-repeat center;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
    position: absolute;
}

.map-info__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.04em;
    color: #FE5000;
    margin-bottom: 12px;
}

.map-info-table {
    margin-top: 24px;
}

.map-info-table__row {
    display: flex;
}

.map-info-table__row + .map-info-table__row {
    margin-top: 16px;
}

.map-info-table__row > div:first-child {
    margin-right: 20px;
    font-size: 12px;
    line-height: 110%;
    opacity: 0.5;
}

.map-info-table__row > div:first-child > div {
    width: 80px;
}

.map-info--2 {
    width: 464px;
    font-size: 16px;
    line-height: 130%;
}

.map-info--2 .map-info__title {
    color: #000;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 32px;
}

.map-info--2 .map-info__text {
    font-size: 16px;
    line-height: 130%;
}

.map-info--2 .map-info-table {
    margin-top: 32px;
    margin-bottom: 32px;
}

.map-info--2 .map-info-table__row + .map-info-table__row {
    margin-top: 24px;
}

.map-info--2 .map-info-table__row > div:first-child {
    margin-right: 20px;
    font-size: 16px;
    line-height: 130%;
}

.map-info--2 .map-info-table__row > div:first-child > div {
    width: 130px;
}

.section--7 .title--tiny {
    font-size: 1.17130307vw;
    margin-bottom: 0;
}

#tns4-iw {
    padding: 1.75695461vw 0;
}

.project {
    width: 368px;
    height: 500px;
    background: #43464E;
    position: relative;
    transition: 1s;
    cursor: pointer;
}

.project:hover {
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}

.project--request {
    background: #FE5000;
    color: #fff;
    text-align: center;
    padding: 60px 70px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.project-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.project-form input {
    width: 100%;
    margin-bottom: 16px;
    background: transparent;
    color: #fff;
    text-align: center;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.project-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.project-form input:focus {
    border-bottom-color: #fff;
}

.project-form input:valid {
    border-bottom-color: #fff;
}

.project-form .btn {
    width: 200px;
}

.project__pic {
    width: 100%;
    height: 300px;
    background: no-repeat center / cover;
}

.project__voile {
    position: absolute;
    height: 220px;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    background: linear-gradient(180deg, rgba(67, 70, 78, 0) 0%, #43464E 100%);
}

.project__content {
    position: absolute;
    padding: 32px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    min-height: 270px;
}

.project__text {
    font-size: 16px;
    line-height: 130%;
}

.project__params {
    font-size: 12px;
    line-height: 110%;
}

.project__param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.project__param:after {
    content: "";
    width: 40px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    position: absolute;
    background: #fff;
    opacity: 0.5;
}

.partners {
    text-align: center;
    padding-left: 80px;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    background: url(/assets/img/shape.png) no-repeat center / contain;
    transition: all 0.3s ease;
}

.partner img {
    filter: grayscale(100%);
    max-width: 140px;
    max-height: 90px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.partner:hover {
    background-image: url(/assets/img/shape-orange.png);
}

.partner:hover img {
    filter: none;
    opacity: 1;
}

.video {
    margin-bottom: 24px;
    display: flex;
    text-decoration: none;
    line-height: 0;
}

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

.video-block__main {
    margin-right: 112px;
}

.video__pic {
    display: inline-block;
    margin-right: 16px;
    width: 176px;
    height: 107px;
    background: no-repeat center / cover;
    position: relative;
}

.video__pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.35;
    transition: all 0.3s ease;
}

.video__pic:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 22px;
    background: url(/assets/img/icon-play.svg) no-repeat center / contain;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
}

.video__name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 110%;
    letter-spacing: 0.04em;
    color: #43464E;
    transition: all 0.3s ease;
}

.video__date {
    font-size: 12px;
    line-height: 110%;
    color: #797C8D;
}

.video:hover .video__name {
    color: #FE5000;
}

.video:hover .video__pic:before {
    opacity: .5;
}

.video:hover .video__pic:after {
    opacity: 1;
}

.video--big {
    width: 656px;
    flex-direction: column;
}

.video--big .video__pic {
    margin-bottom: 24px;
    margin-right: 0;
    width: 100%;
    height: 369px;
}

.video--big .video__pic:after {
    width: 50px;
    height: 60px;
}

.video--big .video__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-block {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.news-block__col {
    width: 556px;
    background: #fff;
    padding: 56px 116px 38px 72px;
    margin-right: -116px;
    position: relative;
    z-index: 10;
}

.news-block__col:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
}

.news-block__col:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.news-block__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-block__btns {
    display: flex;
    justify-content: center;
}

.news-block__btns .btn {
    padding: 0 12px;
}

.news-block--2 {
    align-items: flex-start;
}

.news-block--2 .news-block__main {
    padding-right: 80px;
}

.news-block--2 .news-block__col {
    width: 632px;
    margin-right: 0;
    padding: 40px 32px;
}

.news-block--2 .news-block__col:after {
    display: none;
}

.news-block--2 .news-item--big .news-item__pic {
    position: relative;
    left: auto;
    margin-bottom: 40px;
}

.news-block--2 .news-item--big .news-item__title {
    width: 100%;
}

.news-block--detail {
    align-items: stretch;
}

.news-block--detail .news-item__date {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
}

.news-block--detail .news-item--big .news-item__pic {
    margin-bottom: 24px;
}

.news-block--detail .video {
    margin: 32px 0 16px;
}

.news-block--detail .video--big {
    max-width: 100%;
}

.news-block--detail .video__pic {
    margin: 0;
}

.news-block-archive {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.news-block-archive .nselect.nsOrange .nselect__head {
    background: transparent;
}

.news-block-archive .nselect.nsOrange .nselect__head:before {
    background: transparent;
}

.news-block-archive .nselect.nsOrange._checked .nselect__head {
    background: transparent;
    color: #797C8D;
}

.news-item {
    border-bottom: 1px solid #F4F5FB;
    text-decoration: none;
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: block;
}

.news-item__title {
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.04em;
    color: #43464E;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.news-item__date {
    font-size: 12px;
    line-height: 110%;
    color: #797C8D;
}

.news-item__btn {
    margin-top: 32px;
    display: inline-block;
}

.news-item__text {
    font-size: 16px;
    line-height: 130%;
    color: #43464E;
    margin-top: 24px;
}

.news-item__pic {
    position: absolute;
    top: 0;
    left: 250px;
    width: 416px;
    height: 360px;
    background: no-repeat center / cover;
}

.news-item__pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 104px 0 0;
    border-color: #F4F5FB transparent transparent transparent;
}

.news-item__pic:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 0 0 104px;
    border-color: transparent transparent transparent #F4F5FB;
}

.news-item__pic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-item__pic span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 104px 180px 0;
    border-color: transparent #F4F5FB transparent transparent;
}

.news-item__pic span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 180px 104px;
    border-color: transparent transparent #F4F5FB transparent;
}

.news-item:hover .news-item__title {
    color: #FE5000;
}

.news-item--big {
    border: none;
    margin: 0;
    padding: 24px 0 0 0;
    position: relative;
}

.news-item--big .news-item__title {
    width: 275px;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.news-item--big-2 .news-item__pic span:after {
    border-color: transparent transparent #edeef5 transparent;
}

.news-item--2 {
    border-bottom: none;
    display: flex;
    align-items: center;
}

.news-item--2 .news-item__title {
    font-size: 20px;
    line-height: 130%;
}

.news-item--2 .news-item__pic {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 32px;
    width: 186px;
    height: 160px;
}

.news-item--2 .news-item__pic:before {
    border-width: 80px 48px 0 0;
    border-color: #fff transparent transparent transparent;
}

.news-item--2 .news-item__pic:after {
    border-width: 80px 0 0 48px;
    border-color: transparent transparent transparent #fff;
}

.news-item--2 .news-item__pic span:before {
    border-width: 0 48px 80px 0;
    border-color: transparent #fff transparent transparent;
}

.news-item--2 .news-item__pic span:after {
    border-width: 0 0 80px 48px;
    border-color: transparent transparent #fff transparent;
}

.checks {
    column-count: 4;
    column-gap: 16px;
}

.checks-col {
    display: inline-block;
    margin-bottom: 40px;
}

.checks-col__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.check {
    font-size: 16px;
    line-height: 130%;
    color: #797C8D;
    margin-bottom: 10px;
}

.check:before {
    content: "✓";
    color: #FE5000;
    display: inline-block;
    margin-right: 10px;
    font-weight: 800;
    font-size: 16px;
    line-height: 130%;
}

.tabs {
    display: flex;
}

.tabs-content {
    background: #585C63;
    flex: 1;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.tabs-content--2 {
    width: auto;
    left: auto;
    margin-left: 0;
    background: transparent;
}

.tabs-content--2 .tab-content {
    padding-top: 56px;
}

.tabs-content--3 {
    width: auto;
    left: auto;
    margin-left: 0;
    background: transparent;
}

.tabs-content--3 .tab-content {
    padding-top: 32px;
}

.tabs-outer {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tabs--2 .tab {
    flex: 1;
    background: transparent;
    border: 1px solid #CFD1DB;
    color: #FE5000;
    padding: 0 10px;
    text-align: center;
}

.tabs--2 .tab:hover,
.tabs--2 .tab.active {
    color: #fff;
    background: #FE5000;
    border-color: #FE5000;
    box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2);
}

.tabs--3 .tab {
    padding: 0;
    flex: 1;
    background: #F4F5FB;
    border: 1px solid #F4F5FB;
    color: #797C8D;
}

.tabs--3 .tab:hover,
.tabs--3 .tab.active {
    color: #FE5000;
    background: #fff;
}

.tab {
    background: #37383f;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
}

.tab.active,
.tab:hover {
    background: #585C63;
}

.tab-content {
    display: none;
    padding-top: 66px;
}

.tab-content.active {
    display: block;
}

.tab-content .content {
    padding: 0 110px;
}

.tab-content--fixed {
    height: 210px;
}

ol,
ul {
    margin: 0;
    padding: 0 0 0 1em;
}

ol li + li,
ul li + li {
    margin-top: 15px;
}

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

.form__row {
    margin-bottom: 32px;
}

.form textarea {
    width: 520px;
    height: 128px;
}

.form input {
    width: 312px;
}

.form--2 {
    margin-top: 24px;
}

.form--2 input {
    width: 360px;
    margin-right: 24px;
}

.form--2 .nselect {
    min-width: 220px;
    margin-right: 24px;
}

.breadcrumbs {
    font-size: 12px;
    margin-top: 96px;
    margin-bottom: 24px;
    line-height: 110%;
    color: #797C8D;
}

.breadcrumbs a {
    color: #797C8D;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #FE5000;
}

.select-custom {
    display: none;
}

.select-custom--border-white .nselect.nsOrange .nselect__head {
    background: transparent;
    color: #fff;
    border-bottom-color: #fff;
}

.select-custom--border-white .nselect.nsOrange .nselect__head::after {
    background-image: url(/assets/img/arrow-dropdown-white.svg);
}

.select-custom--border-white .nselect.nsOrange .nselect__head:before {
    background: transparent;
}

.select-custom--border-white .nselect.nsOrange._checked .nselect__head {
    background: transparent;
    color: #fff;
}

.nselect.nsOrange {
    line-height: 0;
}

.nselect.nsOrange .nselect__head {
    height: 48px;
    background: #fff;
    color: #797C8D;
    border-radius: 0;
    font-size: 16px;
    line-height: 130%;
    padding: 0 48px 0 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CFD1DB;
    min-width: 230px;
}

.nselect.nsOrange .nselect__head::after {
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 48px;
    height: 100%;
    border: none;
    background: url(/assets/img/arrow-dropdown.svg) no-repeat center / 16px auto;
}

.nselect.nsOrange .nselect__head:before {
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 48px;
    height: 100%;
    border: none;
    background: #fff;
}

.nselect.nsOrange .nselect__inner {
    line-height: normal;
    background: #fff;
    top: 48px;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    z-index: 100;
}

.nselect.nsOrange .nselect__inner:before {
    display: none;
}

.nselect.nsOrange .nselect__list {
    padding: 0;
}

.nselect.nsOrange .nselect__list li._active span {
    color: #FE5000;
}

.nselect.nsOrange .nselect__list li span {
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #797C8D;
    border-bottom: none;
    height: 48px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.nselect.nsOrange .nselect__list li span:hover {
    background: #FE5000;
    color: #000;
}

.nselect.nsOrange._checked .nselect__head {
    background: #fff;
    color: #797C8D;
}

.offices-block {
    position: relative;
    margin-top: 24px;
    margin-bottom: 32px;
}

.offices-block:after {
    content: "";
    position: absolute;
    background: #F4F5FB;
    width: 1000px;
    height: 100%;
    top: 0;
    right: -45%;
    transform: skewX(-30deg);
}

.offices-block .map {
    height: 830px;
}

.photos {
    /*display: flex; justify-content: center;*/
    margin-bottom: 105px;
    position: relative;
    z-index: 3;
}

.photo {
    background: no-repeat center / cover;
    margin: 0 8px;
    width: 368px;
    height: 220px;
    display: inline-block;
}

.world {
    background: url(/assets/img/world.svg) no-repeat center / contain;
    margin: 0 auto;
    width: 1202px;
    height: 676px;
    position: relative;
    z-index: 2;
    padding: 140px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.world__section {
    width: 272px;
}

.world__num {
    font-size: 90px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FE5000;
}

.world__text {
    font-size: 16px;
    line-height: 130%;
    color: #43464E;
}

p {
    margin: 0;
}

p + p {
    margin-top: 15px;
}

.back {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.back a {
    text-decoration: none;
}

.back a:hover {
    text-decoration: underline;
}

.share {
    text-align: center;
    margin-top: 40px;
}

.share__title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 12px;
}

.share .ya-share2__container_size_m .ya-share2__icon {
    width: 32px;
    height: 32px;
}

iframe {
    max-width: 100%;
}

.showMobile {
    display: none;
}

body {
    font-size: 1.17130307vw;
}

h1,
.h1 {
    font-size: 2.92825769vw;
    margin: 0 0 1.09809663vw;
}

h2,
.h2 {
    font-size: 2.19619327vw;
    margin: 0 0 1.09809663vw;
}

h3,
.h3 {
    font-size: 1.46412884vw;
    margin: 0 0 1.09809663vw;
}

footer {
    font-size: 0.87847731vw;
}

footer .content {
    height: 6.80819912vw;
}

.footer__row .content {
    height: 8.78477306vw;
}

.email {
    font-size: 1.17130307vw;
    margin-right: 6.29575403vw;
}

.social-icon {
    width: 1.75695461vw;
    height: 1.75695461vw;
    margin-right: 1.75695461vw;
}

.social-icon--gray {
    width: 2.34260615vw;
    height: 2.34260615vw;
    margin-right: 2.92825769vw;
}

.btn {
    padding: 0 1.75695461vw;
    min-width: 12.88433382vw;
    font-size: 0.87847731vw;
    line-height: 1.17130307vw;
    height: 3.51390922vw;
    box-shadow: 0 1.17130307vw 1.75695461vw rgba(127, 56, 24, 0.2);
}

.btn:hover {
    box-shadow: 0 1.17130307vw 2.34260615vw rgba(127, 56, 24, 0.2), inset 0 0 5.85651537vw rgba(255, 255, 255, 0.15);
}

.btn:active {
    box-shadow: 0 1.17130307vw 1.75695461vw rgba(127, 56, 24, 0.2), inset 0 0 5.85651537vw rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    padding: 0.87847731vw;
    height: 3.51390922vw;
    font-size: 1.17130307vw;
    transition: all 0.3s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    box-shadow: 0 0.58565154vw 2.34260615vw rgba(67, 70, 78, 0.05);
}

.input input[type=text],
.input textarea {
    padding-top: 1.75695461vw;
}

.input input[type=text]:focus + label,
.input textarea:focus + label {
    top: 0.43923865vw;
    font-size: 0.87847731vw;
}

.input input[type=text]:valid + label,
.input textarea:valid + label {
    font-size: 0.87847731vw;
    top: 0.43923865vw;
}

.input label {
    top: 1.09809663vw;
    left: 0.87847731vw;
}

.title {
    font-size: 2.92825769vw;
    margin-bottom: 2.92825769vw;
    padding-top: 0.73206442vw;
}

.title:before {
    width: 2.34260615vw;
    height: 0.29282577vw;
}

.title + .title--tiny {
    margin-top: -0.73206442vw;
}

.title--tiny {
    font-size: 1.17130307vw;
    margin-bottom: 1.75695461vw;
}

.title--sm {
    font-size: 1.46412884vw;
    margin-bottom: 1.31771596vw;
}

.title--2 {
    font-size: 1.75695461vw;
    margin: 0 0 1.75695461vw;
}

header {
    height: 5.27086384vw;
    padding: 0 2.92825769vw;
}

header.scrolled .logo,
header.inner .logo {
    width: 4.24597365vw;
    height: 2.70863836vw;
}

.phone {
    font-size: 1.02489019vw;
    line-height: 1.17130307vw;
}

.hamburger {
    width: 1.75695461vw;
    height: 1.75695461vw;
    margin-right: 2.34260615vw;
}

.logo {
    width: 12.59150805vw;
    height: 8.05270864vw;
    top: 9.51683748vw;
    left: 1.46412884vw;
}

.logo-block {
    width: 4.24597365vw;
    height: 2.70863836vw;
}

.menu-item {
    font-size: 0.73206442vw;
    line-height: 0.87847731vw;
    margin: 0 1.17130307vw;
}

.menu-item--2 {
    padding: 2.34260615vw 0;
    margin: 0 2.92825769vw;
}

.menu-item--2:before {
    height: 0.14641288vw;
}

.menu-item__pic {
    width: 7.32064422vw;
    height: 5.85651537vw;
    margin-bottom: 1.75695461vw;
}

.menu-item__text {
    font-size: 0.87847731vw;
    line-height: 0.87847731vw;
}

.menu--sub {
    top: -18.30161054vw;
}

.menu--sub.active {
    top: 5.27086384vw;
}

.way {
    width: 32.94289898vw;
    height: 41.72767204vw;
}

.way__text {
    font-size: 1.75695461vw;
}

.way__text:after {
    top: 4.39238653vw;
    width: 4.83162518vw;
    height: 4.24597365vw;
}

.personal {
    width: 2.34260615vw;
    height: 2.34260615vw;
    margin: 0 0.58565154vw;
    background-size: 1.02489019vw auto;
}

.personal:hover {
    background-size: 1.24450952vw auto;
}

.polygon {
    width: 2.34260615vw;
    height: 2.34260615vw;
    margin: 0 0.58565154vw;
    background-size: 1.31771596vw auto;
}

.polygon:hover {
    background-size: 1.46412884vw auto;
}

.search {
    margin-left: 1.17130307vw;
}

.icon {
    width: 1.75695461vw;
    height: 1.75695461vw;
}

.icon--plane {
    width: 1.53733529vw;
    height: 1.53733529vw;
}

.lng {
    margin: 0 1.75695461vw;
}

.lng__select-item {
    padding-top: 0.87847731vw;
}

.alert {
    top: 6.5885798vw;
    right: 2.92825769vw;
    width: 26.35431918vw;
    font-size: 1.17130307vw;
    padding: 1.75695461vw 5.49048316vw 1.46412884vw 1.75695461vw;
}

.alert__btn {
    margin-right: -3.66032211vw;
}

.alert__date {
    font-size: 0.87847731vw;
    margin-bottom: 0.87847731vw;
}

.alert:after {
    border-width: 0 0 2.19619327vw 2.19619327vw;
}

.section--2 {
    padding-top: 8.78477306vw;
    height: 53.80673499vw;
}

.section--2:before {
    width: 63.17715959vw;
    height: 64.12884334vw;
    margin-right: 20.1317716vw;
}

.section--2:after {
    top: 30.52708638vw;
    left: 50%;
    width: 78.40409956vw;
    height: 33.60175695vw;
    margin-left: 18.66764275vw;
}

.section--3 {
    margin-bottom: 18.30161054vw;
}

.section--3:after {
    width: 76.64714495vw;
    height: 63.03074671vw;
    margin-left: -26.35431918vw;
}

.section--3 .title {
    margin-bottom: 6.00292826vw;
}

.section--4 {
    margin-bottom: 7.32064422vw;
}

.section--5 {
    margin-bottom: 5.85651537vw;
}

.section--6 {
    margin-bottom: 5.85651537vw;
}

.section--7 {
    margin-bottom: 5.85651537vw;
}

.section--7 .btns {
    margin-top: 4.15651537vw;
}

.section--7 .btns .btn {
    width: 36.60322108vw;
}

.section--8 {
    padding: 4.39238653vw 0;
    margin-bottom: 5.85651537vw;
    height: 36.60322108vw;
}

.section--8:before,
.section--8:after {
    width: 21.96193265vw;
}

.section--9 {
    margin-bottom: 5.85651537vw;
}

.section--10 {
    margin-bottom: 6.5885798vw;
}

.section--11 {
    padding-top: 5.85651537vw;
    padding-bottom: 2.92825769vw;
}

.section--12 {
    padding: 4.09956076vw 0 0;
    height: 40.6295754vw;
}

.section--12:before {
    height: 8.78477306vw;
    width: 49.04831625vw;
}

.section--12:after {
    border-width: 0 0 31.84480234vw 18.30161054vw;
}

.section--contacts-1 {
    margin-bottom: 4.6852123vw;
}

.section--contacts-1:before {
    width: 55.92972182vw;
    height: 34.91947291vw;
    top: -21.96193265vw;
}

.section--contacts-1 .title {
    margin-bottom: 2.34260615vw;
}

.section--contacts-1 .title--2 {
    margin-top: 4.09956076vw;
}

.section--contacts-2 {
    margin-bottom: 1.75695461vw;
}

.section--contacts-2 > div {
    padding: 4.09956076vw 0 2.34260615vw;
}

.section--contacts-2 .title--2 {
    margin-bottom: 4.09956076vw;
}

.section--contacts-3 {
    margin-bottom: 7.68667643vw;
}

.section--contacts-3:after {
    top: -1.83016105vw;
    height: 53.14787701vw;
}

.section--contacts-4 {
    margin-bottom: 8.19912152vw;
}

.section--contacts-4 .social-block {
    margin-top: 2.19619327vw;
}

.section--subscribe {
    margin-bottom: 8.19912152vw;
}

.section--subscribe .social-block {
    margin-top: 2.19619327vw;
}

.section--subscribe:after {
    bottom: -8.19912152vw;
    background-size: 76.64714495vw auto;
    height: 43.04538799vw;
}

.section--news-1 {
    margin-bottom: 5.85651537vw;
    padding: 2.92825769vw 0;
}

.section--news-1 .btns {
    margin-top: 1.75695461vw;
}

.section--news-1:before {
    right: 14.64128843vw;
}

.section--news-1:after {
    top: 13.90922401vw;
    width: 76.64714495vw;
    height: 63.03074671vw;
}

.section--news-1 .pic {
    bottom: -2.92825769vw;
    right: 10.2489019vw;
}

.section--news-1 .pic img {
    max-height: 25.32942899vw;
}

.block__close {
    width: 3.51390922vw;
    height: 3.51390922vw;
    top: 2.34260615vw;
    right: 2.34260615vw;
}

.block__content {
    padding: 9.51683748vw 0 0 0;
    font-size: 1.17130307vw;
}

.block__content .text {
    width: 58.56515373vw;
}

.block__btn {
    margin-top: 1.75695461vw;
}

.block--2 {
    padding-right: 10.98096633vw;
}

.block--2 .btns {
    margin-top: 0.87847731vw;
}

.block--2 .link {
    width: 12.88433382vw;
}

.block--2 .phone {
    margin-top: 0.87847731vw;
}

p {
    margin: 0;
}

p + p {
    margin-top: 1.46412884vw;
}

.promo__title {
    font-size: 4.6852123vw;
}

.promo__btn {
    margin-top: 2.92825769vw;
}

.arrow {
    width: 1.24450952vw;
    height: 2.12298682vw;
    bottom: 1.46412884vw;
}

.calc {
    font-size: 0.87847731vw;
    line-height: 1.17130307vw;
    box-shadow: -1.09809663vw 0 2.92825769vw rgba(0, 0, 0, 0.1);
    border-radius: 0.87847731vw 0.87847731vw 0 0;
    right: -4.53879941vw;
    bottom: 10.98096633vw;
    height: 3.66032211vw;
    width: 12.81112738vw;
    padding: 0.73206442vw 0.87847731vw;
}

.truck {
    width: 107.75988287vw;
    height: 28.69692533vw;
}

.trees {
    width: 396.55929722vw;
    height: 45.09516837vw;
}

.docs {
    width: 208.93118594vw;
    height: 35.9443631vw;
    margin-top: -3.66032211vw;
}

.numbers {
    font-size: 11.6398243vw;
    top: 20.1317716vw;
}

.content {
    width: 83.08931186vw;
}

.team-block {
    padding: 2.34260615vw 0;
    height: 42.38653001vw;
}

.team-block:before {
    margin-right: 16.8374817vw;
    width: 67.86237189vw;
    height: 42.38653001vw;
}

.team-block--2 {
    height: auto;
    padding: 0;
}

.team-block--2 .team-text__block {
    width: 30.74670571vw;
}

.team-block--2 .team-text__block:before {
    border-width: 0 2.19619327vw 2.19619327vw 0;
}

.team-text {
    margin-left: -41.36163982vw;
}

.team-text__block {
    margin-top: 4.6852123vw;
    padding: 1.75695461vw;
    width: 17.93557833vw;
    box-shadow: 0 2.34260615vw 3.51390922vw rgba(29, 33, 46, 0.08);
    font-size: 1.17130307vw;
}

.team-text__block:before {
    border-width: 2.19619327vw 0 0 2.19619327vw;
}

.team-text__block .phone {
    font-size: 1.46412884vw;
    margin-top: 1.17130307vw;
}

.tns-controls {
    top: -7.32064422vw;
    margin-left: 34.40702782vw;
}

[data-controls="prev"],
[data-controls="next"] {
    width: 2.92825769vw;
    height: 2.92825769vw;
}

[data-controls="prev"] {
    margin-right: 2.34260615vw;
}

.slider-outer .tns-controls {
    top: -3.66032211vw;
}

.member {
    width: 28.18448023vw;
}

.member__photo {
    height: 26.93997072vw;
    margin-bottom: 0.65885798vw;
}

.member__head {
    height: 9.07759883vw;
}

.member__polygon {
    top: 5.27086384vw;
    width: 20.93704246vw;
    height: 18.00878477vw;
}

.member__name {
    font-size: 1.46412884vw;
    margin-bottom: 0.29282577vw;
}

.member__phone {
    font-size: 0.87847731vw;
    line-height: 1.17130307vw;
    margin-bottom: 1.17130307vw;
}

.member__position {
    font-size: 0.87847731vw;
    margin-bottom: 1.17130307vw;
}

.member__btn {
    width: 12.88433382vw;
    height: 2.92825769vw;
    background-size: 1.53733529vw auto;
}

.member__btns {
    width: 10.98096633vw;
}

.link {
    width: 2.92825769vw;
    height: 2.92825769vw;
}

.link--email {
    background-size: 1.53733529vw;
}

.direction {
    width: 21.66910688vw;
}

.direction__polygon {
    height: 21.66910688vw;
}

.direction__name {
    font-size: 1.17130307vw;
}

.direction--2 {
    margin-top: 10.98096633vw;
}

.map {
    height: 43.9238653vw;
}

.map-info {
    top: 3.66032211vw;
    right: 3.66032211vw;
    padding: 2.92825769vw 2.34260615vw 2.34260615vw;
    width: 23.7920937vw;
    box-shadow: 0 2.34260615vw 3.51390922vw rgba(29, 33, 46, 0.08);
    border-radius: 1.17130307vw;
    font-size: 0.87847731vw;
}

.map-info__close {
    width: 1.75695461vw;
    height: 1.75695461vw;
    top: 1.17130307vw;
    right: 1.17130307vw;
}

.map-info__title {
    font-size: 1.17130307vw;
    margin-bottom: 0.87847731vw;
}

.map-info-table {
    margin-top: 1.75695461vw;
}

.map-info-table__row + .map-info-table__row {
    margin-top: 1.17130307vw;
}

.map-info-table__row > div:first-child {
    margin-right: 1.46412884vw;
    font-size: 0.87847731vw;
}

.map-info-table__row > div:first-child > div {
    width: 5.85651537vw;
}

.map-info--2 {
    width: 33.96778917vw;
    font-size: 1.17130307vw;
}

.map-info--2 .map-info__title {
    font-size: 1.46412884vw;
    margin-bottom: 2.34260615vw;
}

.map-info--2 .map-info__text {
    font-size: 1.17130307vw;
}

.map-info--2 .map-info-table {
    margin-top: 2.34260615vw;
    margin-bottom: 2.34260615vw;
}

.map-info--2 .map-info-table__row + .map-info-table__row {
    margin-top: 1.75695461vw;
}

.map-info--2 .map-info-table__row > div:first-child {
    margin-right: 1.46412884vw;
    font-size: 1.17130307vw;
}

.map-info--2 .map-info-table__row > div:first-child > div {
    width: 9.51683748vw;
}

.project {
    width: 26.93997072vw;
    height: 36.60322108vw;
}

.project--request {
    padding: 4.39238653vw 5.12445095vw 2.34260615vw;
}

.project__title {
    font-size: 1.75695461vw;
    margin-bottom: 1.75695461vw;
}

.project-form input {
    margin-bottom: 1.17130307vw;
}

.project-form .btn {
    width: 14.64128843vw;
}

.project__pic {
    height: 21.96193265vw;
}

.project__voile {
    height: 16.10541728vw;
    top: 5.95651537vw;
}

.project__content {
    padding: 2.34260615vw;
    min-height: 19.76573939vw;
}

.project__text {
    font-size: 1.17130307vw;
}

.project__params {
    font-size: 0.87847731vw;
}

.project__param {
    margin-bottom: 2.34260615vw;
}

.project__param:after {
    width: 2.92825769vw;
}

.partners {
    padding-left: 5.85651537vw;
}

.partner {
    width: 16.10541728vw;
    height: 16.10541728vw;
}

.partner img {
    max-width: 10.2489019vw;
    max-height: 6.5885798vw;
}

.video {
    margin-bottom: 1.75695461vw;
}

.video-block__main {
    margin-right: 8.19912152vw;
}

.video__pic {
    margin-right: 1.17130307vw;
    width: 12.88433382vw;
    height: 7.83308931vw;
}

.video__pic:after {
    width: 1.17130307vw;
    height: 1.61054173vw;
}

.video__name {
    font-size: 1.17130307vw;
    margin-bottom: 0.58565154vw;
}

.video__date {
    font-size: 0.87847731vw;
}

.video--big {
    width: 48.02342606vw;
}

.video--big .video__pic {
    margin-bottom: 1.75695461vw;
    margin-right: 0;
    height: 27.01317716vw;
}

.video--big .video__pic:after {
    width: 3.66032211vw;
    height: 4.39238653vw;
}

.news-block__btns .btn {
    padding: 0 0.87847731vw;
}

.news-block__col {
    width: 40.70278184vw;
    padding: 4.09956076vw 8.49194729vw 2.7818448vw 5.27086384vw;
    margin-right: -8.49194729vw;
}

.news-block__col:before {
    box-shadow: 0 2.34260615vw 3.51390922vw rgba(29, 33, 46, 0.08);
}

.news-block__col:after {
    top: 2.34260615vw;
    left: 2.34260615vw;
}

.news-block--2 .news-block__col {
    width: 46.26647145vw;
    margin-right: 0;
    padding: 2.92825769vw 2.34260615vw;
}

.news-block--2 .news-block__main {
    padding-right: 5.85651537vw;
}

.news-block--2 .news-item--big .news-item__pic {
    margin-bottom: 2.92825769vw;
}

.news-block-archive {
    margin-top: 2.34260615vw;
}

.news-item {
    padding-bottom: 1.75695461vw;
    margin-bottom: 1.75695461vw;
}

.news-item__title {
    font-size: 1.17130307vw;
    margin-bottom: 0.58565154vw;
}

.news-item__date {
    font-size: 0.87847731vw;
}

.news-item__text {
    font-size: 1.17130307vw;
    margin-top: 1.75695461vw;
}

.news-item__btn {
    margin-top: 2.34260615vw;
}

.news-item__pic {
    left: 18.30161054vw;
    width: 30.45387994vw;
    height: 26.35431918vw;
}

.news-item__pic:before {
    border-width: 13.17715959vw 7.61346999vw 0 0;
}

.news-item__pic:after {
    border-width: 13.17715959vw 0 0 7.61346999vw;
}

.news-item__pic span:before {
    border-width: 0 7.61346999vw 13.17715959vw 0;
}

.news-item__pic span:after {
    border-width: 0 0 13.17715959vw 7.61346999vw;
}

.news-item--big {
    margin: 0;
    padding: 1.75695461vw 0 0 0;
}

.news-item--big .news-item__title {
    width: 20.1317716vw;
    font-size: 1.75695461vw;
    margin-bottom: 0.87847731vw;
}

.news-item--2 .news-item__title {
    font-size: 1.46412884vw;
}

.news-item--2 .news-item__pic {
    margin-right: 2.34260615vw;
    width: 13.61639824vw;
    height: 11.71303075vw;
}

.news-item--2 .news-item__pic:before {
    border-width: 5.85651537vw 3.51390922vw 0 0;
}

.news-item--2 .news-item__pic:after {
    border-width: 5.85651537vw 0 0 3.51390922vw;
}

.news-item--2 .news-item__pic span:before {
    border-width: 0 3.51390922vw 5.85651537vw 0;
}

.news-item--2 .news-item__pic span:after {
    border-width: 0 0 5.85651537vw 3.51390922vw;
}

.news-item--detail .news-item__date {
    font-size: 1.17130307vw;
}

.news-item--detail .news-item--big .news-item__pic {
    margin-bottom: 1.75695461vw;
}

.news-item--detail .video {
    margin: 2.34260615vw 0 1.17130307vw;
}

.checks {
    column-gap: 1.17130307vw;
}

.checks-col {
    margin-bottom: 2.92825769vw;
}

.checks-col__title {
    font-size: 1.17130307vw;
    margin-bottom: 1.17130307vw;
}

.check {
    font-size: 1.17130307vw;
    margin-bottom: 0.73206442vw;
}

.check:before {
    margin-right: 0.73206442vw;
    font-size: 1.17130307vw;
}

.tabs--content--2 .tab-content {
    padding-top: 4.09956076vw;
}

.tabs--content--2 .tab {
    padding: 0 0.73206442vw;
}

.tabs--content--3 .tab-content {
    padding-top: 2.34260615vw;
}

.tabs--2 .tab:hover,
.tabs--2 .tab.active {
    box-shadow: 0 1.17130307vw 1.75695461vw rgba(127, 56, 24, 0.2);
}

.tab {
    height: 3.51390922vw;
    padding: 0 3.2942899vw;
    font-size: 0.87847731vw;
    line-height: 1.17130307vw;
}

.tab-content {
    padding-top: 4.83162518vw;
}

.tab-content .content {
    padding: 0 8.05270864vw;
}

.tab-content--fixed {
    height: 15.37335286vw;
}

ol li + li,
ul li + li {
    margin-top: 1.09809663vw;
}

.form__row {
    margin-bottom: 2.34260615vw;
}

.form textarea {
    width: 38.06734993vw;
    height: 9.3704246vw;
}

.form input {
    width: 22.84040996vw;
}

.form--2 {
    margin-top: 1.75695461vw;
}

.form--2 input {
    width: 26.35431918vw;
    margin-right: 1.75695461vw;
}

.form--2 .nselect {
    min-width: 16.10541728vw;
    margin-right: 1.75695461vw;
}

.breadcrumbs {
    font-size: 0.87847731vw;
    margin-top: 7.02781845vw;
    margin-bottom: 1.75695461vw;
}

.nselect.nsOrange .nselect__head {
    height: 3.51390922vw;
    font-size: 1.17130307vw;
    padding: 0 3.51390922vw 0 0.87847731vw;
    min-width: 16.8374817vw;
}

.nselect.nsOrange .nselect__head::after {
    width: 3.51390922vw;
    background-size: 1.17130307vw auto;
}

.nselect.nsOrange .nselect__head:before {
    width: 3.51390922vw;
}

.nselect.nsOrange .nselect__inner {
    top: 3.51390922vw;
}

.nselect.nsOrange .nselect__list li span {
    padding: 0 0.87847731vw;
    font-size: 1.17130307vw;
    height: 3.51390922vw;
}

.offices-block {
    margin-top: 1.75695461vw;
    margin-bottom: 2.34260615vw;
}

.offices-block:after {
    width: 73.20644217vw;
}

.offices-block .map {
    height: 60.761347vw;
}

.photos {
    margin-bottom: 7.68667643vw;
}

.photo {
    margin: 0 0.58565154vw;
    width: 26.93997072vw;
    height: 16.10541728vw;
}

.world {
    width: 87.99414348vw;
    height: 49.4875549vw;
    padding: 10.2489019vw 7.32064422vw;
}

.world__section {
    width: 19.91215227vw;
}

.world__num {
    font-size: 6.5885798vw;
}

.world__text {
    font-size: 1.17130307vw;
}

p {
    margin: 0;
}

p + p {
    margin-top: 1.09809663vw;
}

.back {
    top: 1.75695461vw;
    font-size: 0.87847731vw;
    line-height: 1.17130307vw;
}

.share {
    margin-top: 2.92825769vw;
}

.share__title {
    font-size: 1.17130307vw;
    margin-bottom: 0.87847731vw;
}

.share .ya-share2__container_size_m .ya-share2__icon {
    width: 2.34260615vw;
    height: 2.34260615vw;
}

/******************************************************************************
****************************** completed_projects ***************************
******************************************************************************/
.completed_projects {
    display: block;
}

.completed_projects .flex {
    margin: 0 0 -15px;
    flex-wrap: wrap;
}

.completed_projects .project {
    width: calc(33.33% - 15px);
    margin: 0 15px 15px 0;
}

.completed_projects .project:nth-child(3n + 3) {
    margin-right: 0;
}
.completed_projects a.project__pic{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}
/******************************************************************************
****************************** completed_projects-singl ***************************
******************************************************************************/
.completed_projects-single{
    position: relative;
    padding-bottom: 32px;
}
.completed_projects-single .content{
    position: static;
}
.completed_projects-single-desc{
    width: 50%;
}
.list,
.list li{
    padding: 0;
    list-style-type: none;
}
.list h4{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #FE5000;
}
.list p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}
.completed_projects-single-map{
    width: 640px;
    width: 100%;
    height: 339px;
    height: auto;
    margin: 32px 0;
    padding: 32px 22px 19px;
    border: 1px solid #FE5000;
    box-sizing: border-box;
    box-shadow: 0px 32px 48px rgba(29, 33, 46, 0.08);
    border-radius: 16px;
    background: #FFFFFF url(/assets/img/completed-projects/map.svg) no-repeat center / contain;
}
.completed_projects-single-map .row{
    display: flex;
    padding-bottom: 40px;
}
.completed_projects-single-map .row .col-8{
    width: 66.66%;
    padding: 0 10px;
}
.completed_projects-single-map .row .col-6{
    width: 50%;
    padding: 0 10px;
}
.completed_projects-single-map .row .col-4{
    width: 33.33%;
    padding: 0 10px;
}
.completed_projects-single-map h5{
    margin: 0 0 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.1;
    color: #797C8D;
}
.completed_projects-single-map p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.completed_projects-single-map p.color-red{
    color: #FE5000;
}
.completed_projects-single-slider{
    position: fixed;
    right: 0;
    top: 5vw;
    width: 46%;
}
.completed_projects-single-slider.stopFixed{
    position: absolute;
    bottom: 0;
    top: auto;
}
.completed_projects-single-slider img {
    width: 100%;
    height: auto;
}
.list-triangle{
    list-style-type: none;
    padding: 0;
}
.list-triangle li{
    position: relative;
    padding-left: 16px;
    line-height: 130%;
    color: #43464E;
}
.list-triangle li:before{
    position: absolute;
    left: 0;
    top: 1px;
    content: '▸ ';
    overflow: hidden;
    display: inline-block;
    width: 14px;
    margin-right: 10px;
    color: #FE5000;
}
.completed_projects-single-result{
    position: relative;
    padding: 32px 0;
    background: #fff;
}
.completed_projects-single-result h3{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #43464E;
}
.completed_projects-single .tns-controls {
    bottom: -23px;
    margin-left: 0;
    padding: 0.8vw 2.92825769vw;
    top: auto;
    right: 0;
    left: auto;
    min-height: 50px;
    background: url("/assets/img/completed-projects/projects-control-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.completed_projects-single [data-controls="prev"]{
    transform: rotate(0deg);
    background: url(/assets/img/completed-projects/arrow-prev.svg) no-repeat center / contain;
}
.completed_projects-single [data-controls="next"] {
    background: url(/assets/img/completed-projects/arrow-next.svg) no-repeat center / contain;
}
/******************************************************************************
****************************** history_success ***************************
******************************************************************************/
.history_success{

}
.history_success-block__main {
    display: flex;
    width: auto;
    overflow-x: scroll;
    padding-bottom: 20px;
}
.history_success-yard{

}
.history_success-yard-top{
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.history_success-yard-top:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);
    display: block;
    width: 200%;
    height: 2px;
    background: #CFD1DB;
}
.history_success-yard-top span{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #FE5000;
    text-decoration: none;
    color: #fff;
    background: #FE5000;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2);
    transition: all 0.3s ease;
}
.history_success-mouth {
    display: flex;
    width: auto;
    padding-right: 40px;
}
.history_success-item {
    width: 220px;
    margin-right: 40px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    display: block;
    text-decoration: none;
    line-height: 130%;
    text-align: center;
    color: #43464E;
}

.history_success-item__title {
    min-height: 26px;
    margin: 24px 0 12px;
    font-weight: 600;
    font-size: 20px;
}
.history_success-item__text {
    height: 105px;
    margin-bottom: 24px;
    line-height: 1.4;
    font-size: 16px;
}
.history_success-item__pic {
    position: relative;
    top: auto;
    left: auto;
    width: 195px;
    height: 225px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*.history_success-item__pic:before,*/
/*.history_success-item__pic:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 95px 54px 0 0;*/

/*}*/
/*.history_success-item__pic:before {*/
/*    top: 1px;*/
/*    border-width: 55px 96px 0 0;*/
/*    border-color: #F4F5FB transparent transparent transparent;*/
/*}*/

/*.history_success-item__pic:after {*/
/*    bottom: 0px;*/
/*    border-width: 55px 0 0  96px;*/
/*    border-color: transparent transparent transparent #F4F5FB;*/
/*}*/
/*.history_success-item__pic span {*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*.history_success-item__pic span:before,*/
/*.history_success-item__pic span:after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 0 96px 55px 0;*/

/*}*/
/*.history_success-item__pic span:before {*/
/*    top: 1px;*/
/*    border-width: 0 96px 55px 0;*/
/*    border-color: transparent #F4F5FB transparent transparent;*/
/*}*/

/*.history_success-item__pic span:after {*/
/*    bottom: 1px;*/
/*    border-width: 0 0 55px 96px;*/
/*    border-color: transparent transparent #F4F5FB transparent;*/
/*}*/
/************** scroll *********************/
.scroll::-webkit-scrollbar-button{width:4px;height:3px}
.scroll::-webkit-scrollbar-thumb{border-radius:10px;background:#FE5000}
.scroll::-webkit-scrollbar-thumb:hover{background:#f00}
.scroll::-webkit-resizer{width:4px;height:3px}
.scroll::-webkit-scrollbar{width:4px}
/******************************************************************************
****************************** about_new ***************************
******************************************************************************/
.animate {
    visibility: hidden;
}
.slideRight{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

.slideLeft{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

.about_new{
    //padding-bottom: 4.15651537vw;
}
.about_new-row{
    display: flex;
    flex-wrap: wrap;
}
.about_new-row-top{

}
.about_new-col{
    position: relative;
}
.about_new-col-img{
    width: 65.35%;
    position: relative;
}
.about_new-row:not(.about_new-row-top) .about_new-col.about_new-col-img.slideLeft:before{
    content: "";
    background: #FE5000;
    position: absolute;
  right: -40px;
    top: 0;
    width: 74.4%;
    height: 0.29282577vw;
    z-index: 9;
    transform: skewX(-30deg);
}

.mmm .about_new-row:not(.about_new-row-top) .about_new-col.about_new-col-img.slideLeft:before
{
  background: none;;
}



.slideRight.about_new-col-img{
  margin-top: 0;
margin-left: -40px;
}
.about_new-row-top{
}
.about_new-row-top .about_new-col-img:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: #FE5000;
}
.about_new-row-bottom{
    position: relative;
}
.about_new-row-bottom .about_new-col-img:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #FE5000;margin-right: -45px;
}
.about_new-col{visibility: hidden;}
.about_new-col img{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;margin-left: 40px;
}
.about_new-col .h4{
    position: absolute;
    top: 40%;
    z-index: 2;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.75695461vw;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.about_new-col:hover .h4{
    color: #FE5000;
}
.about_new-col .h4:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 50%;
    top: 4.39238653vw;
    width: 4.83162518vw;
    height: 4.24597365vw;
    transform: translateX(-50%);
    display: inline-block;
    background: url(/assets/img/arrow-polygon.png) no-repeat center / contain;
    width: 66px;
    height: 58px;
    transition: all 0.3s ease;
}
.about_new-col:hover .h4:after {
    background-image: url(/assets/img/arrow-polygon-orange.png);
}
.about_nen-col-desc {
    position: relative;
    width: 34.35%;
}
.about_nen-col-desc:before{
    width: 50%;
    height: 85%;
    transform: skewX(-30deg);
    background: #CFD1DB;
    opacity: 0.2;
    border: 1px solid #CFD1D8;
    box-sizing: border-box;
}
.about_nen-col-desc.slideRight:before{
    left: -35%;
    bottom: 0;
}
.about_nen-col-desc.slideLeft:before{
    right: -35%;
    top: 0;
}
.about_nen-col-desc:before{
    content: '';
    position: absolute;
}
.about_nen-col-desc p{
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 1;
    width: 380px;
    max-width: 100%;
    padding: 10px;
    /*font-size: 16px;*/
    /*font-size: 1.17130307vw;*/
    line-height: 130%;
}
.about_nen-col-desc.slideRight p{
    left: 0;
}
.about_nen-col-desc.slideLeft p{
    right: 0;
}
/******************************************************************************
****************************** section_page ***************************
******************************************************************************/
.section_page{
    display: flex;
    flex-wrap: wrap;
}
.section_page-img-block{
    position: relative;
    width: 29.24%;
}
.section_page-img-block img{
    width: 100%;
}
.section_page-img-block .section_page-img{
    position: relative;
    z-index: 1;
}
.section_page-img-block .rectangle{
    margin-top: -18vh;
    margin-bottom: -6vh;
}
.section_page-img-block-ul{
    position: relative;
    z-index: 9;
    margin: -0vh -0px 0 9vw;
    padding: 0;
    list-style-type: none;
    transition:  all 1s ease;
}
.section_page-img-block-ul li{
    margin: 0;
    padding: 0;
    border: 1px solid #F4F5FB;
    box-sizing: border-box;
}
.section_page-img-block-ul li a{
    display: block;
    padding: 1.7vh 1vW;
     font-size: 12px;
    font-size: 0.9vw;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #797C8D;
    background: #FFFFFF;
}
.section_page-img-block-ul.fixed {
    position: fixed;
    top: 5.27086384vw;
    transition:  all 1s ease;
    width: 20%;
}
.section_page-desc{
    width: 63.76%;
    padding-left: 32px;
    padding-left: 2.35%;
}
.section_page-desc .title{

}
.section_page-desc-in{

}
.section_page-desc-in .h2,
.section_page-desc-in .h3{
    margin: 1.09809663vw 0;
    font-weight: 600;
}
.section_page-desc-in p{
    padding-bottom: 2vh;
    line-height: 130%;
    color: #43464E;
}
.section_page-desc-in .list-triangle{

}
.section_page-desc-in .list-triangle li{

}
.section_page-desc-in .h2{

}
.section_page-desc-in .video-block{
    display: block;
    padding: 4vh 5vw;
}
.video-block-in{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.video-block-in:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 60px;
    background: url("/assets/img/section_page/arrow_video.svg");
    background-size: contain;
}
.video-block-in.active iframe{
    z-index: 3;
}
.video-block-in iframe{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.video-block-title{
    margin-top: 2vh;
    text-align: center;
}
.exerpt{
    position: relative;
    margin: 3vh 0 6vh 0;
    padding-left: 70px;
}
.exerpt:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 34px;
    height: 21px;
    background: url("/assets/img/section_page/exerpt.svg") no-repeat ;
    background-size: cover;
}
.exerpt-in{
    padding: 3.5vh 2.5vW;
    padding: 32px;
    font-style: italic;
    font-weight: 500;
    background: #FFFFFF;
    box-shadow: 0px 32px 48px rgba(29, 33, 46, 0.08);
}
.img_block{
    position: relative;
    margin: 3vh 0 5vh;
}
.img_block img{
    width: 100%;
}
.img_block .h2{
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.section_page .flex{
    justify-content: space-between;
    margin: 3vh 0 6vh;
    align-items: end;
}
.section_page .flex-text{
    width: 456px;
    width: 33.8vw;
}
.section_page .flex-img{
    width: 336px;
    width: 24.93vw;
}
.section_page .flex-img img{
    width: 100%;
}
.section_page .flex{
    justify-content: space-between;
    margin: 3vh 0 6vh;
    align-items: end;
}
.section_page .flex-text{
    width: 456px;
    width: 33.8vw;
}
.section_page .flex-img{
    width: 336px;
    width: 24.93vw;
}
.section_page .flex-img img{
    width: 100%;
}
.additionally{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.additionally-desc{
    position: relative;
    width: 881px;
    width: 64.5%;
    padding: 7vh 2vw 0 11vw;
    background: #FFFFFF;
}
.additionally-desc:before {
    content: '';
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    left: -12.8%;
    bottom: 0;
    transform: skewX(-30deg);
    background: #f4f5fb;
    box-sizing: border-box;
}
.additionally-desc .h2{
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #43464E;
    font-size: 24px;
    font-size: 1.7619327vw;
}
.additionally-desc p{
    font-weight: 500;
    line-height: 110%;
    /* color: #43464E; */
}
.additionally-img{
    position: relative;
    width: 485px;
    width: 35.5%;
    background: #fff;
}
.additionally-img:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 101%;
    right: -35%;
    bottom: 0;
    transform: skewX(-30deg);
    background: #FE5000;
    box-sizing: border-box;
}
.additionally-img img{
    display: block;
    width: 100%;
}
/******************************************************************************
****************************** geografiya_biznesa ***************************
******************************************************************************/
.geografiya_biznesa .offices-block:after{
    display: none;
}
.geografiya_biznesa .map-info .h4{
    font-weight: bold;
    color: #FE5000;
}
.geografiya_biznesa .map-info b{
    color: #FE5000;
}
.geografiya_biznesa .map-info p{

}
.geografiya_biznesa .map-info .table{
    line-height: 110%;
    font-size: 0.87847731vw;
}
.geografiya_biznesa .map-info .table tr{
}
.geografiya_biznesa .map-info .table tr td{
    padding: 0.87847731vw 0;
    border-bottom: 1px solid #F4F5FB;
}
.geografiya_biznesa .map-info .table tr td:first-child{
    padding-right: 1vw;
    opacity: 0.5;
}
.geografiya_biznesa .map-info .table tr td:last-child{

}
.geografiya_biznesa .map-info .table tr:last-child td{
    border: 0px solid transparent;
}
.geografiya_biznesa .map-info--2 {
    width: 23.967789vw;
    padding: 1.928258vw 1.342606vw 1.342606vw;
}


*{
    /*outline: 1px solid;*/
}
@media only screen and (max-width: 1024px){
    .additionally-desc {padding: 3vh 0vw 0 8vw;}


}
@media only screen and (max-width: 992px){
    .completed_projects-single-slider {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .completed_projects-single-desc {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    /* *****  .history_success  ***** */


.map-info-table__row a
{
word-break: break-all!important;
}


.additionally-img
{
display:none;
}






    .history_success .tns-item{display: block !important;}
    .history_success-mouth{
        overflow: hidden;
        flex-direction: column;
        padding-right: 0;
    }
    .history_success-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 0px;
        margin-bottom: 0;
    }
    .history_success-item-desc {
        width: calc(100% - 140px);
    }
    .history_success-item__pic {
        position: relative;
        z-index: 1;
        width: 125px;
        height: 145px;
        order: -1;
    }
    .history_success-yard-top span{box-shadow: none;    width: 80px;
        height: 32px;
        margin-left: 25px;}
    .history_success-item__pic span{
        display: block;
        width: 100%;
        height: 100%;
    }
    .history_success-item__pic span:before,
    .history_success-yard-top:before {
        content: '';
        position: absolute;
        z-index: -2;
        top: 128%;
        left: 62px;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
        width: 2px;
        height: 85px;
        background: #CFD1DB;
    }
    .history_success-yard-top:before{
        top: 200%;
    }
    .history_success-yard:last-child .history_success-item:last-child .history_success-item__pic span:before{
        display: none;
    }

    /* *****  .geografiya_biznesa  ***** */
    .geografiya_biznesa .map-info--2 {
        padding: 8.53333333vw 6.4vw 6.4vw;
        width: 86.66666667vw;
    }
    .geografiya_biznesa .map-info .table {
        font-size: 3.2vw;
    }
    /* *****  .section_page  ***** */
    h2, .h2 { font-size: 8.196193vw;}
    h3, .h3 {font-size: 6.464129vw;}
    .section_page-img-block {
        position: relative;
        width: 100%;
    }
    .section_page-img-block-ul.fixed {
        top: 70px;
        z-index: 999;
        width: 100%;
        margin: 0;
    }
    .section_page-img-block-ul li a {padding: 1.2vh 5vW;}
    .section_page-desc{width: calc(100% - 2.7%);}
    .section_page-img-block-ul li a{    font-size: 3.7vw;}
    .img_block img{
        min-height: 100px;}
    .img_block .h2{font-size: 4.196193vw;}
    .section_page .flex-text {width: 100%; margin-bottom: 20px;}
    .section_page .flex-img{width: 100%;}
    .additionally-img{width: 100%;}
    .additionally-desc {width: 100%;padding: 3vh 3vw 3vw 4vw;}
    .additionally-desc .h2 {font-size: 6.761933vw;}
    .additionally-img:after,
    .additionally-desc:before{display: none;}
    /* *****  .about_new  ***** */
    .about_new {padding-bottom: 30px;}
    .about_nen-col-desc,
    .about_new-col-img {width: 100%;}
    .about_nen-col-desc p {position: static;transform: translate(-0%, -0%);width: 100%;}
    .slideRight.about_new-col-img {order: -1; margin-top: 0; }
    .about_new-col .h4 {    font-size: 3.5vw;
        top: 30%;}
    .about_new-col .h4:after {
        top: 8vw;
        width: 17.6vw;
        height: 15.46666667vw;
    }
    .exerpt{padding-left: 0;}
    .exerpt:before{display: none;}
    .exerpt-in {padding: 20px;}
    /* *****  .completed_projects  ***** */
    .completed_projects-single-map {
        padding: 13px 10px 0;
    }
    .completed_projects-single-map .row{flex-wrap: wrap; padding-bottom: 10px;}
    .completed_projects-single-map .row>div{width: 100% !important; margin-bottom: 10px;}
    .completed_projects-single [data-controls="prev"], .completed_projects-single [data-controls="next"] {
        width: 50px;
        height: 45px;
        top: auto;
    }
    .completed_projects-single .tns-controls {bottom: 8px;background: #fe5000;}
    .completed_projects-single [data-controls="next"]{
        background: url(/assets/img/completed-projects/arrow-next.svg) no-repeat center / contain !important;
    }
    .completed_projects-single [data-controls="prev"] {
        background: url(/assets/img/completed-projects/arrow-prev.svg) no-repeat center / contain !important;
    }
    .showDesktop {
        display: none !important;
    }

    .showMobile {
        display: initial;
    }

    body {
        font-size: 16px;
    }

    header {
        height: 96px;
        padding: 0 24px;
        background: #fff;
    }

    header.scrolled .logo,
    header.inner .logo {
        width: 88px;
        height: 56px;
        background-image: url(/assets/img/logo.svg);
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .logo {
        width: 88px;
        height: 56px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-image: url(/assets/img/logo.svg);
    }

    .logo-block {
        display: inline-block;
        position: relative;
        width: 58px;
        height: 37px;
    }

    .hamburger {
        width: 24px;
        height: 24px;
        margin-right: 0;
        margin-left: 24px;
    }

    .phone {
        font-size: 14px;
        color: #797C8D;
        line-height: 16px;
    }

    .menu--main {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 90;
        display: flex;
        flex-direction: column;
        padding-top: 64px;
        transition: all 0.3s ease;
    }

    .menu--main.active {
        top: 0;
    }

    .menu--main .menu-item {
        color: #797C8D;
        font-size: 16px;
        line-height: 16px;
        margin: 15px 0;
    }

    .menu--main .menu-item.active,
    .menu--main .menu-item:hover {
        color: #FE5000;
    }

    .menu--main .lng__select-item {
        margin: 0 10px 30px;
    }

    .menu__links {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
        font-size: 16px;
        line-height: 130%;
        color: #43464E;
    }

    .menu__links > div {
        display: flex;
        align-items: center;
        padding: 0 18px;
    }

    .menu__search {
        width: 320px;
        margin-bottom: 30px;
    }

    .menu__search input {
        text-align: center;
        width: 100%;
    }

    .menu__search input::placeholder {
        text-align: center;
    }

    .way {
        width: 100%;
        transform: none;
        height: 240px;
    }

    .way__pic {
        width: 100%;
        height: 100%;
        margin-left: 0;
        transform: none;
    }

    .way__text {
        transform: none;
        font-size: 24px;
        top: 30%;
    }

    .way__text:after {
        top: 60px;
        width: 66px;
        height: 58px;
    }

    .section--1 {
        height: 450px;
        margin-top: 96px;
        margin-bottom: 250px;
    }

    .section--2 {
        padding-top: 0;
        height: 300px;
    }

    .section--2:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 56px;
        background: url(/assets/img/rectangle-5.svg) no-repeat center / contain;
        width: 319px;
        height: 553px;
        top: auto;
        margin: 0;
    }

    .section--2:after {
        display: none;
    }

    .section--2 .title {
        position: relative;
        z-index: 1;
    }

    .section--3 {
        margin-bottom: 80px;
    }

    .section--3:after {
        width: 1047px;
        height: 861px;
        top: 260px;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .section--3 .title {
        margin-bottom: 32px;
    }

    .section--5 {
        height: auto;
        margin-bottom: 80px;
    }

    .section--6 {
        margin-bottom: 80px;
    }

    .section--7 {
        z-index: 1;
        margin-bottom: 80px;
    }

    .section--7 .btns {
        margin-top: 40px;
        padding: 0 24px;
    }

    .section--7 .btns .btn {
        width: 100%;
    }

    .section--8 {
        padding: 0;
        margin-bottom: 80px;
        background: transparent;
        height: auto;
    }

    .section--8:before,
    .section--8:after {
        height: 100px;
        width: 100px;
        left: -19%;
        top: 71px;
    }

    .section--8:after {
        display: none;
    }

    .section--9 {
        margin-bottom: 80px;
    }

    .section--10 {
        margin-bottom: 80px;
    }

    .section--10 .social-block {
        margin-top: 72px;
    }

    .section--11 {
        padding: 40px 0 0 0;
    }

    .section--12 {
        padding: 70px 0 0;
        height: auto;
    }

    .section--12:before {
        height: 56px;
        width: 302px;
        top: 0;
        right: -25%;
    }

    .section--12:after {
        border-width: 0 0 116px 70px;
    }

    .section--select-float .nselect {
        position: relative;
        top: auto;
        right: auto;
    }

    .section--contacts-1 {
        margin-bottom: 64px;
    }

    .section--contacts-1:before {
        display: none;
    }

    .section--contacts-1 .title {
        margin-bottom: 32px;
    }

    .section--contacts-1 .title--2 {
        margin-top: 56px;
    }

    .section--contacts-2 {
        transform: none;
        margin-bottom: 24px;
    }

    .section--contacts-2 > div {
        padding: 24px 0;
        transform: none;
    }

    .section--contacts-2 .title--2 {
        margin-bottom: 32px;
    }

    .section--contacts-3 {
        margin-bottom: 32px;
    }

    .section--contacts-3:after {
        top: -25px;
        height: 315px;
    }

    .section--contacts-4 {
        margin-bottom: 32px;
    }

    .section--contacts-4 .content {
        display: block;
    }

    .section--contacts-4 .social-block {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .section--subscribe {
        margin-bottom: 32px;
    }

    .section--subscribe .content {
        display: block;
    }

    .section--subscribe .social-block {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .section--subscribe:after {
        display: none;
    }

    .section--news-1 {
        margin-bottom: 40px;
        padding: 24px 0;
        background: #FE5000;
    }

    .section--news-1 .btns {
        margin-top: 24px;
    }

    .section--news-1 .btns .btn {
        width: 100%;
    }

    .section--news-1:before {
        display: none;
    }

    .section--news-1:after {
        display: none;
    }

    .section--news-1 .pic {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: center;
        margin-top: 32px;
    }

    .section--news-1 .pic img {
        max-height: 190px;
    }

    .section--news-2 {
        margin-bottom: 40px;
    }

    .btn {
        padding: 0 24px;
        min-width: 176px;
        font-size: 12px;
        line-height: 16px;
        height: 48px;
        box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2);
    }

    .btn:hover {
        box-shadow: 0 16px 32px rgba(127, 56, 24, 0.2), inset 0 0 80px rgba(255, 255, 255, 0.15);
    }

    .btn:active {
        box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2), inset 0 0 80px rgba(0, 0, 0, 0.15);
    }

    .promo__title {
        font-size: 25px;
        line-height: 130%;
    }

    .promo__btn {
        margin-top: 32px;
    }

    .personal {
        width: 40px;
        height: 40px;
        margin: 0 16px 0 0;
        background-size: 15px auto;
        border-color: #CFD1DB;
        background-image: url(/assets/img/icon-man.svg);
    }

    .personal:hover {
        background-size: 15px auto;
    }

    .polygon {
        width: 40px;
        height: 40px;
        margin: 0 16px 0 0;
        background-size: 20px auto;
    }

    .polygon:hover {
        background-size: 20px auto;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    textarea {
        padding: 12px;
        height: 48px;
        font-size: 16px;
    }

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    textarea:focus {
        box-shadow: 0 8px 32px rgba(67, 70, 78, 0.05);
    }

    .alert {
        position: absolute;
        top: 100%;
        right: 50%;
        width: 327px;
        margin-top: 30px;
        transform: translateX(50%);
        font-size: 16px;
        padding: 24px 35px 20px 24px;
    }

    .alert__btn {
        margin-right: -10px;
    }

    .alert__date {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .alert:after {
        border-width: 0 0 30px 30px;
    }

    .title {
        font-size: 28px;
        line-height: 110%;
        letter-spacing: 0.05em;
        margin-bottom: 32px;
        padding-top: 10px;
    }

    .title:before {
        width: 32px;
        height: 4px;
    }

    .title + .title--tiny {
        margin-top: -20px;
    }

    .title--tiny {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .title--sm {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .truck {
        width: 938px;
        height: 250px;
    }

    .trees {
        width: 2198px;
        height: 250px;
        margin-top: -50px;
    }

    .docs {
        width: 1452px;
        height: 250px;
        margin-top: -50px;
    }

    .numbers {
        font-size: 52px;
        z-index: 2;
        line-height: 100%;
        letter-spacing: normal;
        top: 120px;
    }

    .content {
        width: 327px;
    }

    .team-block {
        padding: 32px 0 0;
        height: auto;
        background: transparent;
    }

    .team-block:before {
        right: 95px;
        margin-right: 0;
        width: 927px;
        height: 579px;
        z-index: 4;
    }

    .team-block--2 .team-text {
        left: 24px;
    }

    .team-block--2 .team-text__block {
        width: 327px;
    }

    .team-block--2 .team-text__block:before {
        border-width: 0 30px 30px 0;
    }

    .team-text {
        position: relative;
        left: auto;
        margin-left: 24px;
        margin-bottom: 35px;
    }

    .team-text__block {
        margin-top: 48px;
        padding: 24px;
        width: 327px;
        box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
        font-size: 16px;
    }

    .team-text__block:before {
        border-width: 30px 0 0 30px;
    }

    .team-text__block .phone {
        font-size: 20px;
        margin-top: 16px;
    }

    .team-slider {
        background: #fff;
        height: 579px;
        z-index: 3;
        padding: 32px 0;
    }

    .team-slider--2 {
        background: none;
    }

    .page--index .team-slider .tns-inner {
        margin: 0 !important;
    }

    .link {
        width: 40px;
        height: 40px;
    }

    .link--email {
        background-size: 21px;
    }

    .member {
        width: 375px;
    }

    .member__photo {
        height: 368px;
        margin-bottom: 9px;
    }

    .member__head {
        height: 124px;
    }

    .member__polygon {
        top: 72px;
        width: 286px;
        height: 246px;
    }

    .member__name {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .member__phone {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 16px;
        opacity: 1;
    }

    .member__position {
        font-size: 12px;
        margin-bottom: 16px;
        opacity: 1;
    }

    .member__btn {
        opacity: 1;
        width: 176px;
        height: 40px;
        background-size: 21px auto;
    }

    .member__btns {
        width: 150px;
        opacity: 1;
    }

    .icon {
        width: 24px;
        height: 24px;
    }

    .icon--plane {
        width: 21px;
        height: 21px;
    }

    .tns-controls {
        top: 100%;
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    [data-controls="prev"],
    [data-controls="next"] {
        background-image: url(/assets/img/arrow2.svg);
        width: 42px;
        height: 26px;
        position: absolute;
        top: -60px;
        right: 24px;
    }

    [data-controls="prev"]:disabled,
    [data-controls="next"]:disabled {
        background-image: url(/assets/img/arrow2-gray.svg);
    }

    [data-controls="prev"] {
        transform: rotate(180deg);
        margin-right: 0;
        right: auto;
        left: 24px;
    }

    .slider-outer .tns-controls {
        top: 100%;
    }

    .direction {
        width: 296px;
    }

    .direction__polygon {
        height: 296px;
    }

    .direction__name {
        font-size: 16px;
    }

    .direction--2 {
        margin-top: 150px;
    }

    .block__close {
        width: 48px;
        height: 48px;
        top: 24px;
        right: 24px;
    }

    .block__content {
        padding: 100px 0 0 0;
        font-size: 16px;
    }

    .block__content .text {
        width: 100%;
    }

    .block__btn {
        margin-top: 24px;
    }

    .block--2 {
        padding-right: 0;
        display: block;
        text-align: center;
    }

    .block--2 > div + div {
        margin-top: 12px;
    }

    .block--2 .btns {
        margin-top: 12px;
    }

    .block--2 .link {
        width: 176px;
    }

    .block--2 .phone {
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .block--3 {
        padding: 24px 32px;
    }

    .block--3:before {
        box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
    }

    .block--3:after {
        top: 16px;
        left: 16px;
        right: 16px;
    }

    .map {
        height: 350px;
    }

    .map-info {
        top: 80%;
        right: 50%;
        padding: 32px 24px 24px;
        width: 325px;
        transform: translateX(50%);
        box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
        border-radius: 16px;
        font-size: 12px;
    }

    .map-info__close {
        width: 24px;
        height: 24px;
        top: 16px;
        right: 16px;
    }

    .map-info__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .map-info-table {
        margin-top: 24px;
    }

    .map-info-table__row + .map-info-table__row {
        margin-top: 16px;
    }

    .map-info-table__row > div:first-child {
        margin-right: 20px;
        font-size: 12px;
    }

    .map-info-table__row > div:first-child > div {
        width: 80px;
    }

    .map-info--2 {
        width: 90%;
        font-size: 16px;
    }

    .map-info--2 .map-info__title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .map-info--2 .map-info__text {
        font-size: 16px;
    }

    .map-info--2 .map-info-table {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .map-info--2 .map-info-table__row + .map-info-table__row {
        margin-top: 16px;
    }

    .map-info--2 .map-info-table__row > div:first-child {
        margin-right: 20px;
        font-size: 14px;
    }

    .map-info--2 .map-info-table__row > div:first-child > div {
        width: 70px;
    }

    .project {
        width: 328px;
        height: 500px;
    }

    .project--request {
        padding: 60px 32px 32px;
    }

    .project__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .project-form input {
        margin-bottom: 16px;
    }

    .project-form .btn {
        width: 200px;
    }

    .project__pic {
        height: 300px;
    }

    .project__voile {
        height: 220px;
        top: 80px;
    }

    .project__content {
        padding: 32px;
        min-height: 270px;
    }

    .project__text {
        font-size: 16px;
    }

    .project__params {
        font-size: 12px;
    }

    .project__param {
        margin-bottom: 32px;
    }

    .project__param:after {
        width: 40px;
    }

    .partners {
        padding-left: 0;
        margin-top: 26px;
        background: #fff;
    }

    .partner {
        width: 161px;
        height: 161px;
        margin: 32px 0;
    }

    .partner img {
        max-width: 105px;
        max-height: 65px;
    }

    .video {
        margin-bottom: 24px;
        display: flex;
        text-decoration: none;
        line-height: 0;
    }

    .video-block {
        display: block;
    }

    .video-block__main {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .video__pic {
        margin-right: 16px;
        width: 176px;
        height: 107px;
    }

    .video__pic:after {
        width: 16px;
        height: 22px;
    }

    .video__name {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .video__date {
        font-size: 12px;
    }

    .video--big {
        width: 375px;
        margin-left: -24px;
    }

    .video--big .video__pic {
        margin-bottom: 16px;
        height: 211px;
    }

    .video--big .video__pic:after {
        width: 34px;
        height: 40px;
    }

    .video--big .video__content {
        padding: 0 24px;
        align-items: flex-start;
    }

    .video--big .video__date {
        white-space: nowrap;
    }

    .news-block {
        display: block;
    }

    .news-block__col {
        width: 100vw;
        padding: 32px 24px;
        margin-right: 0;
        margin-left: -24px;
    }

    .news-block__col:before {
        box-shadow: 0 32px 48px rgba(29, 33, 46, 0.08);
    }

    .news-block__col:after {
        top: 32px;
        left: 32px;
    }

    .news-block__main {
        display: block;
    }

    .news-block__btn .btn {
        width: 100%;
    }

    .news-block__btns .btn {
        padding: 0 12px;
    }

    .news-block--2 .news-block__main {
        padding-right: 0;
    }

    .news-block--2 .news-block__col {
        width: 100%;
        margin-right: 0;
        padding: 24px 16px;
        margin-left: 0;
    }

    .news-block--2 .news-item--big .news-item__pic {
        margin-bottom: 32px;
    }

    .news-item {
        padding-bottom: 24px;
        margin-bottom: 24px;
        display: block;
    }

    .news-item__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .news-item__date {
        font-size: 12px;
    }

    .news-item__btn {
        margin-top: 24px;
    }

    .news-item__text {
        font-size: 16px;
        margin-top: 24px;
    }

    .news-item__pic {
        position: relative;
        top: auto;
        left: auto;
        width: 326px;
        height: 282px;
    }

    .news-item__pic:before {
        border-width: 141px 80px 0 0;
    }

    .news-item__pic:after {
        border-width: 141px 0 0 80px;
    }

    .news-item__pic span:before {
        border-width: 0 80px 141px 0;
    }

    .news-item__pic span:after {
        border-width: 0 0 141px 80px;
    }

    .news-item--big {
        padding: 0;
        margin-bottom: 40px;
    }

    .news-item--big .news-item__title {
        width: 100%;
        font-size: 24px;
        margin-bottom: 4px;
    }

    .news-item--big .news-item__date {
        margin-bottom: 16px;
    }

    .news-item--big-2 .news-item__pic span:after {
        border-color: transparent transparent #F4F5FB transparent;
    }

    .news-item--2 .news-item__title {
        font-size: 18px;
    }

    .news-item--2 .news-item__pic {
        margin-bottom: 16px;
        width: 93px;
        height: 80px;
    }

    .news-item--2 .news-item__pic:before {
        border-width: 40px 24px 0 0;
    }

    .news-item--2 .news-item__pic:after {
        border-width: 40px 0 0 24px;
    }

    .news-item--2 .news-item__pic span:before {
        border-width: 0 24px 40px 0;
    }

    .news-item--2 .news-item__pic span:after {
        border-width: 0 0 40px 24px;
    }

    .social-icon {
        width: 24px;
        height: 24px;
        margin-right: 24px;
    }

    .social-icon--gray {
        width: 32px;
        height: 32px;
        margin-right: 40px;
    }

    .checks-col {
        margin-bottom: 40px;
        width: 100%;
        padding: 0 25px;
    }

    .checks-col__title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .checks-col-outer {
        display: flex;
        flex-direction: column;
    }

    .check {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .check:before {
        margin-right: 10px;
        font-size: 16px;
    }

    footer {
        font-size: 12px;
    }

    footer .content {
        height: auto;
        justify-content: center;
        flex-direction: column;
        padding: 24px 0 0;
    }

    .footer__row .content {
        color: #fff;
        padding: 48px 0;
        height: auto;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .footer__row .content .phone {
        margin-bottom: 16px;
        color: #fff;
        font-size: 16px;
        line-height: 110%;
    }

    .copyright div {
        margin-bottom: 24px;
    }

    .email {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .address {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .contacts {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .tabs--2 .tab {
        flex: 1;
        background: transparent;
        border: 1px solid #CFD1DB;
        color: #FE5000;
        padding: 0;
    }

    .tabs--2 .tab:hover,
    .tabs--2 .tab.active {
        color: #fff;
        background: #FE5000;
        border-color: #FE5000;
        box-shadow: 0 16px 24px rgba(127, 56, 24, 0.2);
    }

    .tabs-content--2 .tab-content {
        padding-top: 24px;
    }

    .tabs-content--2 .title {
        text-align: center;
    }

    .tab {
        height: 48px;
        padding: 0 12px;
        text-align: center;
        width: 50%;
        font-size: 12px;
        line-height: 16px;
    }

    .tab-content {
        padding-top: 40px;
    }

    .tab-content .content {
        padding: 0 24px;
    }

    .tab-content--fixed {
        height: auto;
    }

    .form {
        display: block;
    }

    .form__row {
        margin-bottom: 24px;
    }

    .form textarea {
        width: 100%;
        height: 120px;
    }

    .form input {
        width: 100%;
    }

    .form--2 {
        margin-top: 40px;
    }

    .form--2 > div + div {
        margin-top: 24px;
    }

    .form--2 input {
        width: 100%;
        margin-right: 0;
    }

    .form--2 .nselect {
        min-width: 0;
        margin-right: 0;
        width: 100%;
    }

    .form--2 .btn {
        width: 100%;
    }

    .input input[type=text],
    .input textarea {
        padding-top: 24px;
    }

    .input input[type=text]:focus + label,
    .input textarea:focus + label {
        top: 6px;
        font-size: 12px;
    }

    .input input[type=text]:valid + label,
    .input textarea:valid + label {
        font-size: 12px;
        top: 6px;
    }

    .input label {
        top: 15px;
        left: 12px;
        font-size: 16px;
        line-height: 130%;
    }

    .offices-block:after {
        display: none;
    }

    .nselect.nsOrange .nselect__head {
        height: 48px;
        font-size: 16px;
        padding: 0 48px 0 12px;
        min-width: 0;
        width: 327px;
    }

    .nselect.nsOrange .nselect__head::after {
        width: 48px;
        background-size: 16px auto;
    }

    .nselect.nsOrange .nselect__head:before {
        width: 48px;
    }

    .nselect.nsOrange .nselect__inner {
        top: 48px;
    }

    .nselect.nsOrange .nselect__list li span {
        padding: 0 12px;
        font-size: 16px;
        height: 48px;
    }

    .photos {
        margin-bottom: 64px;
    }

    .photo {
        margin: 0 8px;
        width: 257px;
        height: 154px;
    }

    .world {
        width: 100%;
        height: auto;
        padding: 8px 16px;
    }

    .world__section {
        width: 28%;
        margin: 16px 0;
    }

    .world__num {
        font-size: 40px;
    }

    .world__text {
        font-size: 10px;
    }

    .breadcrumbs {
        font-size: 12px;
        margin-top: 120px;
        margin-bottom: 24px;
    }

    .back {
        top: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .share {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .share__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .share .ya-share2__container_size_m .ya-share2__icon {
        width: 32px;
        height: 32px;
    }

    body {
        font-size: 4.26666667vw;
    }

    header {
        height: 25.6vw;
        padding: 0 6.4vw;
    }

    header.scrolled .logo,
    header.inner .logo {
        width: 23.46666667vw;
        height: 14.93333333vw;
    }

    .logo {
        width: 23.46666667vw;
        height: 14.93333333vw;
    }

    .logo-block {
        width: 15.46666667vw;
        height: 9.86666667vw;
    }

    .hamburger {
        width: 6.4vw;
        height: 6.4vw;
        margin-left: 6.4vw;
    }

    .phone {
        font-size: 3.73333333vw;
        line-height: 4.26666667vw;
    }

    .way {
        height: 64vw;
    }

    .way__text {
        font-size: 6.4vw;
    }

    .way__text:after {
        top: 16vw;
        width: 17.6vw;
        height: 15.46666667vw;
    }

    .menu--main {
        padding-top: 17.06666667vw;
    }

    .menu--main .menu-item {
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        margin: 4vw 0;
    }

    .menu--main .lng__select-item {
        margin: 0 2.66666667vw 8vw;
    }

    .menu__links {
        padding-top: 8vw;
        font-size: 4.26666667vw;
    }

    .menu__links > div {
        padding: 0 4.8vw;
    }

    .menu__search {
        width: 85.33333333vw;
        margin-bottom: 8vw;
    }

    .section--1 {
        height: 120vw;
        margin-top: 25.6vw;
        margin-bottom: 66.66666667vw;
    }

    .section--2 {
        height: 80vw;
    }

    .section--2:before {
        right: 14.93333333vw;
        width: 85.06666667vw;
        height: 147.46666667vw;
    }

    .section--3 {
        margin-bottom: 21.33333333vw;
    }

    .section--3:after {
        width: 279.2vw;
        height: 229.6vw;
        top: 69.33333333vw;
    }

    .section--3 .title {
        margin-bottom: 8.53333333vw;
    }

    .section--5 {
        margin-bottom: 21.33333333vw;
    }

    .section--6 {
        margin-bottom: 21.33333333vw;
    }

    .section--7 {
        z-index: 1;
        margin-bottom: 21.33333333vw;
    }

    .section--7 .btns {
        margin-top: 10.66666667vw;
        padding: 0 6.4vw;
    }

    .section--8 {
        margin-bottom: 21.33333333vw;
    }

    .section--8:before,
    .section--8:after {
        height: 26.66666667vw;
        width: 26.66666667vw;
        top: 18.93333333vw;
    }

    .section--9 {
        margin-bottom: 21.33333333vw;
    }

    .section--10 {
        margin-bottom: 21.33333333vw;
    }

    .section--10 .social-block {
        margin-top: 19.2vw;
    }

    .section--11 {
        padding: 10.66666667vw 0 0 0;
    }

    .section--12 {
        padding: 18.66666667vw 0 0;
    }

    .section--12:before {
        height: 14.93333333vw;
        width: 80.53333333vw;
    }

    .section--12:after {
        border-width: 0 0 30.93333333vw 18.66666667vw;
    }

    .section--contacts-1 {
        margin-bottom: 17.06666667vw;
    }

    .section--contacts-1 .title {
        margin-bottom: 8.53333333vw;
    }

    .section--contacts-1 .title--2 {
        margin-top: 14.93333333vw;
    }

    .section--contacts-2 {
        margin-bottom: 6.4vw;
    }

    .section--contacts-2 > div {
        padding: 6.4vw 0;
    }

    .section--contacts-2 .title--2 {
        margin-bottom: 8.53333333vw;
    }

    .section--contacts-3 {
        margin-bottom: 8.53333333vw;
    }

    .section--contacts-3:after {
        top: -6.66666667vw;
        height: 84vw;
    }

    .section--contacts-4 {
        margin-bottom: 8.53333333vw;
    }

    .section--contacts-4 .social-block {
        margin-top: 0;
        margin-bottom: 6.4vw;
    }

    .section--subscribe {
        margin-bottom: 8.53333333vw;
    }

    .section--subscribe .social-block {
        margin-top: 0;
        margin-bottom: 6.4vw;
    }

    .section--news-1 {
        margin-bottom: 10.66666667vw;
        padding: 6.4vw 0;
    }

    .section--news-1 .btns {
        margin-top: 6.4vw;
    }

    .section--news-1 .pic {
        margin-top: 8.53333333vw;
    }

    .section--news-1 .pic img {
        max-height: 50.66666667vw;
    }

    .section--news-2 {
        margin-bottom: 10.66666667vw;
    }

    .btn {
        padding: 0 6.4vw;
        min-width: 46.93333333vw;
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        height: 12.8vw;
        box-shadow: 0 4.26666667vw 6.4vw rgba(127, 56, 24, 0.2);
    }

    .btn:hover {
        box-shadow: 0 4.26666667vw 8.53333333vw rgba(127, 56, 24, 0.2), inset 0 0 21.33333333vw rgba(255, 255, 255, 0.15);
    }

    .btn:active {
        box-shadow: 0 4.26666667vw 6.4vw rgba(127, 56, 24, 0.2), inset 0 0 21.33333333vw rgba(0, 0, 0, 0.15);
    }

    .promo__title {
        font-size: 6.66666667vw;
    }

    .promo__btn {
        margin-top: 8.53333333vw;
    }

    .personal {
        width: 10.66666667vw;
        height: 10.66666667vw;
        margin: 0 4.26666667vw 0 0;
        background-size: 4vw auto;
    }

    .personal:hover {
        background-size: 4vw auto;
    }

    .polygon {
        width: 10.66666667vw;
        height: 10.66666667vw;
        margin: 0 4.26666667vw 0 0;
        background-size: 5.33333333vw auto;
    }

    .polygon:hover {
        background-size: 5.33333333vw auto;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    textarea {
        padding: 3.2vw;
        height: 12.8vw;
        font-size: 4.26666667vw;
    }

    input[type=text]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    textarea:focus {
        box-shadow: 0 2.13333333vw 8.53333333vw rgba(67, 70, 78, 0.05);
    }

    .alert {
        width: 87.2vw;
        margin-top: 8vw;
        font-size: 4.26666667vw;
        padding: 6.4vw 9.33333333vw 5.33333333vw 6.4vw;
    }

    .alert__btn {
        margin-right: -2.66666667vw;
    }

    .alert__date {
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .alert:after {
        border-width: 0 0 8vw 8vw;
    }

    .title {
        font-size: 7.46666667vw;
        margin-bottom: 8.53333333vw;
        padding-top: 2.66666667vw;
    }

    .title:before {
        width: 8.53333333vw;
        height: 1.06666667vw;
    }

    .title + .title--tiny {
        margin-top: -5.33333333vw;
    }

    .title--tiny {
        font-size: 4.26666667vw;
        margin-bottom: 6.4vw;
    }

    .title--sm {
        font-size: 5.33333333vw;
        margin-bottom: 4.8vw;
    }

    .truck {
        width: 250.13333333vw;
        height: 66.66666667vw;
    }

    .trees {
        width: 586.13333333vw;
        height: 66.66666667vw;
        margin-top: -13.33333333vw;
    }

    .docs {
        width: 387.2vw;
        height: 66.66666667vw;
        margin-top: -13.33333333vw;
    }

    .numbers {
        font-size: 13.86666667vw;
        top: 32vw;
    }

    .content {
        width: 87.2vw;
    }

    .team-block {
        padding: 8.53333333vw 0 0;
    }

    .team-block:before {
        right: 25.33333333vw;
        width: 247.2vw;
        height: 154.4vw;
    }

    .team-block--2 .team-text {
        left: 6.4vw;
    }

    .team-block--2 .team-text__block {
        width: 87.2vw;
    }

    .team-block--2 .team-text__block:before {
        border-width: 0 8vw 8vw 0;
    }

    .team-text {
        margin-left: 6.4vw;
        margin-bottom: 9.33333333vw;
    }

    .team-text__block {
        margin-top: 12.8vw;
        padding: 6.4vw;
        width: 87.2vw;
        box-shadow: 0 8.53333333vw 12.8vw rgba(29, 33, 46, 0.08);
        font-size: 4.26666667vw;
    }

    .team-text__block:before {
        border-width: 8vw 0 0 8vw;
    }

    .team-text__block .phone {
        font-size: 5.33333333vw;
        margin-top: 4.26666667vw;
    }

    .team-slider {
        height: 154.4vw;
        padding: 8.53333333vw 0;
    }

    .member {
        width: 100vw;
    }

    .member__photo {
        height: 98.13333333vw;
        margin-bottom: 2.4vw;
    }

    .member__head {
        height: 33.06666667vw;
    }

    .member__polygon {
        top: 19.2vw;
        width: 76.26666667vw;
        height: 65.6vw;
    }

    .member__name {
        font-size: 5.33333333vw;
        margin-bottom: 1.06666667vw;
    }

    .member__phone {
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        margin-bottom: 4.26666667vw;
    }

    .member__position {
        font-size: 3.2vw;
        margin-bottom: 4.26666667vw;
    }

    .member__btn {
        width: 46.93333333vw;
        height: 10.66666667vw;
        background-size: 5.6vw auto;
    }

    .member__btns {
        width: 40vw;
    }

    .link {
        width: 10.66666667vw;
        height: 10.66666667vw;
    }

    .link--email {
        background-size: 5.6vw;
    }

    .icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .icon--plane {
        width: 5.6vw;
        height: 5.6vw;
    }

    [data-controls="prev"],
    [data-controls="next"] {
        width: 11.2vw;
        height: 6.93333333vw;
        top: -16vw;
        right: 6.4vw;
    }

    [data-controls="prev"] {
        right: auto;
        left: 6.4vw;
    }

    .direction {
        width: 78.93333333vw;
    }

    .direction__polygon {
        height: 78.93333333vw;
    }

    .direction__name {
        font-size: 4.26666667vw;
    }

    .direction--2 {
        margin-top: 40vw;
    }

    .block__close {
        width: 12.8vw;
        height: 12.8vw;
        top: 6.4vw;
        right: 6.4vw;
    }

    .block__content {
        padding: 26.66666667vw 0 0 0;
        font-size: 4.26666667vw;
    }

    .block__btn {
        margin-top: 6.4vw;
    }

    .block--2 > div + div {
        margin-top: 3.2vw;
    }

    .block--2 .btns {
        margin-top: 3.2vw;
    }

    .block--2 .link {
        width: 46.93333333vw;
    }

    .block--2 .phone {
        margin-top: 3.2vw;
        margin-bottom: 6.4vw;
    }

    .block--3 {
        padding: 6.4vw 8.53333333vw;
    }

    .block--3:before {
        box-shadow: 0 8.53333333vw 12.8vw rgba(29, 33, 46, 0.08);
    }

    .block--3:after {
        top: 4.26666667vw;
        left: 4.26666667vw;
        right: 4.26666667vw;
    }

    .map {
        height: 93.33333333vw;
    }

    .map-info {
        padding: 8.53333333vw 6.4vw 6.4vw;
        width: 86.66666667vw;
        box-shadow: 0 8.53333333vw 12.8vw rgba(29, 33, 46, 0.08);
        border-radius: 4.26666667vw;
        font-size: 3.2vw;
    }

    .map-info__close {
        width: 6.4vw;
        height: 6.4vw;
        top: 4.26666667vw;
        right: 4.26666667vw;
    }

    .map-info__title {
        font-size: 4.26666667vw;
        margin-bottom: 3.2vw;
    }

    .map-info-table {
        margin-top: 6.4vw;
    }

    .map-info-table__row + .map-info-table__row {
        margin-top: 4.26666667vw;
    }

    .map-info-table__row > div:first-child {
        margin-right: 5.33333333vw;
        font-size: 3.2vw;
    }

    .map-info-table__row > div:first-child > div {
        width: 21.33333333vw;
    }

    .map-info--2 {
        font-size: 4.26666667vw;
    }

    .map-info--2 .map-info__title {
        font-size: 5.33333333vw;
        margin-bottom: 8.53333333vw;
    }

    .map-info--2 .map-info__text {
        font-size: 4.26666667vw;
    }

    .map-info--2 .map-info-table {
        margin-top: 8.53333333vw;
        margin-bottom: 8.53333333vw;
    }

    .map-info--2 .map-info-table__row + .map-info-table__row {
        margin-top: 4.26666667vw;
    }

    .map-info--2 .map-info-table__row > div:first-child {
        margin-right: 5.33333333vw;
        font-size: 3.73333333vw;
    }

    .map-info--2 .map-info-table__row > div:first-child > div {
        width: 18.66666667vw;
    }

    .project {
        width: 87.46666667vw;
        height: 133.33333333vw;
    }

    .project--request {
        padding: 16vw 8.53333333vw 8.53333333vw;
    }

    .project__title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .project-form input {
        margin-bottom: 4.26666667vw;
    }

    .project-form .btn {
        width: 53.33333333vw;
    }

    .project__pic {
        height: 80vw;
    }

    .project__voile {
        height: 58.66666667vw;
        top: 21.33333333vw;
    }

    .project__content {
        padding: 8.53333333vw;
        min-height: 72vw;
    }

    .project__text {
        font-size: 4.26666667vw;
    }

    .project__params {
        font-size: 3.2vw;
    }

    .project__param {
        margin-bottom: 8.53333333vw;
    }

    .project__param:after {
        width: 10.66666667vw;
    }

    .partners {
        margin-top: 6.93333333vw;
    }

    .partner {
        width: 42.93333333vw;
        height: 42.93333333vw;
        margin: 8.53333333vw 0;
    }

    .partner img {
        max-width: 28vw;
        max-height: 17.33333333vw;
    }

    .video {
        margin-bottom: 6.4vw;
    }

    .video-block__main {
        margin-bottom: 8.53333333vw;
    }

    .video__pic {
        margin-right: 4.26666667vw;
        width: 46.93333333vw;
        height: 28.53333333vw;
    }

    .video__pic:after {
        width: 4.26666667vw;
        height: 5.86666667vw;
    }

    .video__name {
        font-size: 4.26666667vw;
        margin-bottom: 2.13333333vw;
    }

    .video__date {
        font-size: 3.2vw;
    }

    .video--big {
        width: 100vw;
        margin-left: -6.4vw;
    }

    .video--big .video__pic {
        margin-bottom: 4.26666667vw;
        height: 56.26666667vw;
    }

    .video--big .video__pic:after {
        width: 9.06666667vw;
        height: 10.66666667vw;
    }

    .video--big .video__content {
        padding: 0 6.4vw;
    }

    .news-block__col {
        padding: 8.53333333vw 6.4vw;
        margin-right: 0;
        margin-left: -6.4vw;
    }

    .news-block__col:before {
        box-shadow: 0 8.53333333vw 12.8vw rgba(29, 33, 46, 0.08);
    }

    .news-block__col:after {
        top: 8.53333333vw;
        left: 8.53333333vw;
    }

    .news-block--2 .news-block__col {
        padding: 6.4vw 4.26666667vw;
    }

    .news-block--2 .news-item--big .news-item__pic {
        margin-bottom: 8.53333333vw;
    }

    .news-item {
        padding-bottom: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .news-item__title {
        font-size: 4.26666667vw;
        margin-bottom: 2.13333333vw;
    }

    .news-item__date {
        font-size: 3.2vw;
    }

    .news-item__btn {
        margin-top: 6.4vw;
    }

    .news-item__text {
        font-size: 4.26666667vw;
        margin-top: 6.4vw;
    }

    .news-item__pic {
        width: 86.93333333vw;
        height: 75.2vw;
    }

    .news-item__pic:before {
        border-width: 37.6vw 21.33333333vw 0 0;
    }

    .news-item__pic:after {
        border-width: 37.6vw 0 0 21.33333333vw;
    }

    .news-item__pic span:before {
        border-width: 0 21.33333333vw 37.6vw 0;
    }

    .news-item__pic span:after {
        border-width: 0 0 37.6vw 21.33333333vw;
    }

    .news-item--big {
        padding: 0;
        margin-bottom: 10.66666667vw;
    }

    .news-item--big .news-item__title {
        width: 100%;
        font-size: 6.4vw;
        margin-bottom: 1.06666667vw;
    }

    .news-item--big .news-item__date {
        margin-bottom: 4.26666667vw;
    }

    .news-item--2 .news-item__title {
        font-size: 4.8vw;
    }

    .news-item--2 .news-item__pic {
        margin-bottom: 4.26666667vw;
        width: 24.8vw;
        height: 21.33333333vw;
    }

    .news-item--2 .news-item__pic:before {
        border-width: 10.66666667vw 6.4vw 0 0;
    }

    .news-item--2 .news-item__pic:after {
        border-width: 10.66666667vw 0 0 6.4vw;
    }

    .news-item--2 .news-item__pic span:before {
        border-width: 0 6.4vw 10.66666667vw 0;
    }

    .news-item--2 .news-item__pic span:after {
        border-width: 0 0 10.66666667vw 6.4vw;
    }

    .social-icon {
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 6.4vw;
    }

    .social-icon--gray {
        width: 8.53333333vw;
        height: 8.53333333vw;
        margin-right: 10.66666667vw;
    }

    .checks-col {
        margin-bottom: 10.66666667vw;
        width: 100%;
        padding: 0 6.66666667vw;
    }

    .checks-col__title {
        font-size: 4.26666667vw;
        margin-bottom: 4.26666667vw;
    }

    .check {
        font-size: 4.26666667vw;
        margin-bottom: 2.66666667vw;
    }

    .check:before {
        margin-right: 2.66666667vw;
        font-size: 4.26666667vw;
    }

    footer {
        font-size: 3.2vw;
    }

    footer .content {
        padding: 6.4vw 0 0;
    }

    .footer__row .content {
        padding: 12.8vw 0;
    }

    .footer__row .content .phone {
        margin-bottom: 4.26666667vw;
        font-size: 4.26666667vw;
        line-height: 110%;
    }

    .copyright div {
        margin-bottom: 6.4vw;
    }

    .email {
        font-size: 4.26666667vw;
        margin-right: 0;
        margin-bottom: 4.26666667vw;
    }

    .address {
        font-size: 4.26666667vw;
        line-height: 130%;
        margin-bottom: 6.4vw;
    }

    .tabs--2 .tab:hover,
    .tabs--2 .tab.active {
        box-shadow: 0 4.26666667vw 6.4vw rgba(127, 56, 24, 0.2);
    }

    .tabs-content--2 .tab-content {
        padding-top: 6.4vw;
    }

    .tab {
        height: 12.8vw;
        padding: 0 3.2vw;
        font-size: 3.2vw;
        line-height: 4.26666667vw;
    }

    .tab-content {
        padding-top: 10.66666667vw;
    }

    .tab-content .content {
        padding: 0 6.4vw;
    }

    .form__row {
        margin-bottom: 6.4vw;
    }

    .form textarea {
        height: 32vw;
    }

    .form--2 {
        margin-top: 10.66666667vw;
    }

    .form--2 > div + div {
        margin-top: 6.4vw;
    }

    .input input[type=text],
    .input textarea {
        padding-top: 6.4vw;
    }

    .input input[type=text]:focus + label,
    .input textarea:focus + label {
        top: 1.6vw;
        font-size: 3.2vw;
    }

    .input input[type=text]:valid + label,
    .input textarea:valid + label {
        font-size: 3.2vw;
        top: 1.6vw;
    }

    .input label {
        top: 4vw;
        left: 3.2vw;
        font-size: 4.26666667vw;
    }

    .nselect.nsOrange .nselect__head {
        height: 12.8vw;
        font-size: 4.26666667vw;
        padding: 0 12.8vw 0 3.2vw;
        width: 87.2vw;
    }

    .nselect.nsOrange .nselect__head::after {
        width: 12.8vw;
        background-size: 4.26666667vw auto;
    }

    .nselect.nsOrange .nselect__head:before {
        width: 12.8vw;
    }

    .nselect.nsOrange .nselect__inner {
        top: 12.8vw;
    }

    .nselect.nsOrange .nselect__list li span {
        padding: 0 3.2vw;
        font-size: 4.26666667vw;
        height: 12.8vw;
    }

    .photos {
        margin-bottom: 17.06666667vw;
    }

    .photo {
        margin: 0 2.13333333vw;
        width: 68.53333333vw;
        height: 41.06666667vw;
    }

    .world {
        padding: 2.13333333vw 4.26666667vw;
    }

    .world__section {
        width: 28%;
        margin: 4.26666667vw 0;
    }

    .world__num {
        font-size: 10.66666667vw;
    }

    .world__text {
        font-size: 2.66666667vw;
    }

    .breadcrumbs {
        font-size: 3.2vw;
        margin-top: 32vw;
        margin-bottom: 6.4vw;
    }

    .back {
        font-size: 3.2vw;
        line-height: 4.26666667vw;
    }

    .share {
        margin-top: 8.53333333vw;
        margin-bottom: 8.53333333vw;
    }

    .share__title {
        font-size: 4.26666667vw;
        margin-bottom: 3.2vw;
    }

    .share .ya-share2__container_size_m .ya-share2__icon {
        width: 8.53333333vw;
        height: 8.53333333vw;
    }
    /******************** completed_projects *****************/
    .completed_projects .project{width: calc(100%);margin: 0 0px 15px 0;}
}

@media only screen and (max-width: 500px){
    
.calc {
  bottom: 50.019vw!important;;
}

}



















/*# sourceMappingURL=style.css.map */