@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
.hidden {
    display: none
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em
}

.form-item .description {
    font-size: .85em
}

a,
body,
div,
h1,
h2,
h3,
h4,
html,
li,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-size: 100%
}

body,
html {
    height: 100%
}

input {
    margin: 0;
    padding: 0;
    border: 0
}

a,
div,
h1,
h2,
h3,
h4,
input,
span {
    outline: 0
}

ul {
    list-style-type: none
}

*,
:after,
:before {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #332f2e
}
a:hover {
text-decoration: none;
}
svg,
svg:not(:root) {
    overflow: visible
}

input {
    -webkit-appearance: none
}

input::-ms-clear {
    display: none
}

input:-ms-input-placeholder {
    color: #0a904c
}

html {
    font-size: 16px
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #373737;
    font-weight: 300;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #6e6d6d;
    line-height: 1.1;
    letter-spacing: -.05rem
}

.h2,
h2 {
     font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    letter-spacing: -.05rem;
    line-height: 1.2
}

.h2 strong,
h2 strong {
    color: #20ad65
}

.h3,
h3 {
     font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    letter-spacing: -.05rem;
    color: #332f2e;
    line-height: 1.25
    margin-bottom:15px;
    margin-top:10px;
    padding-bottom: 5px;
}

.h3 strong,
h3 strong {
    color: #20ad65
}

.h4,
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.05rem;
    color: #332f2e;
    line-height: 1.3
}

hr {
    height: 2px;
    background-color: #eee;
    border: 0;
    margin: 0 0 2.8125rem 0
}

.out {
    width: 100%;
    position: relative;
    display: table;
    height: 100%;
    table-layout: fixed
}

.wrapper {
    display: table-row;
    height: 100%
}

.l {
    max-width: 1280px;
    padding: 0 2rem;
    margin: auto
}

.l:after {
    content: " ";
    display: table;
    clear: both
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
    left: 0
}

.header .header-inner {
    position: relative;
    z-index: 2;
    padding: 1.7rem 0;
/*       " background-color:#fff!important;"*/
}

.header .header-inner:after {
    content: " ";
    display: table;
    clear: both
}

.header .logo {
    height: 1.99295rem;
    width: 10.5rem;
    margin: .4375rem 0;
    float: left
}

.header .logo svg {
    width: 100%;
    height: 100%;
    fill: #2e2928
}

.header-navigation {
    float: right;
    position: relative
}

.navigation-body {
    min-width: 320px;
    position: fixed;
    left: 0;
    width: 100%
}

.navigation-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding-top: 14px;
}

.navigation-list>.navigation-item {
    position: static
}

.navigation-item {
    float: left;
    position: relative
}

.navigation-item_head {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.navigation-item_head>a,
.navigation-item_head>span {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    font-weight:300;
    display: inline-block;
    margin: 0 .9375rem
}

.navigation-item_head .contacts-link {
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
    margin-left: .9375rem;
    margin-right: 0;
    font-size: 1rem;
    padding: .5rem 1.875rem .5rem 1.875rem;
    line-height: 1.5rem;
    color:#ffca00;
border-bottom: 1px solid #FFCA00;
}

.navigation-item:first-child .navigation-item_head a {
    margin-left: 0
}

.contacts-link {
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
    margin-left: .625rem;
    font-size: 1rem;
    padding: .5rem 2.0625rem .5rem 1.875rem;
    line-height: 1.5rem;
   font-family: 'Roboto', sans-serif;
   color:#eab900;
border: 1px solid #eab900;
}
.contacts-link:hover {

    color: #eab900;
    border: 1px solid #eab900;
}
.navigation-top-mobile {
    float: right;
    display: none;
    position: relative;
    z-index: 5
}

.navigation-item_body {
    width: 100%;
    left: 0
}

.navigation-item_body .list-item {
    display: block;
    height: 100%
}

.navigation-item_body .list-item a {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #332f2e;
    display: inline-block;
    padding: .6875rem 1.625rem;
    background-color: transparent;
    position: relative;
    letter-spacing: normal
}

.sub-navigation-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sub-navigation-list .sub-navigation-list {
    display: block
}

.sub-navigation-col {
    display: inline-block;
    vertical-align: top;
    margin-right: 4rem
}

.sub-navigation-col:last-child {
    margin-right: 0
}

.sub-navigation-item {
    margin: 1rem 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.sub-navigation-item a {
    margin: 0;
    font-size: 16px;
    line-height: 1.5rem;
    display: inline-block;
    color: #848383;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sub-navigation-item_head {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 1.5rem
}

.sub-navigation-item_head a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #323332;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.sub-navigation-item_body-inner__content,
.sub-navigation-item_body-inner__featured {
    color: #fff
}

.sub-navigation-item_body-inner__featured {
    margin-bottom: 7rem;
  font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

.sub-navigation-item_body-inner__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-family: 'Roboto', sans-serif;
}

.sub-navigation-item_body-inner__title a {
    color: #fff
}

.sub-navigation-item_body-inner__desc {
  font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

.sub-navigation-item_body-inner__desc,
.sub-navigation-item_body-inner__featured,
.sub-navigation-item_body-inner__title {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px)
}

.close-menu {
    font-family: 'Roboto', sans-serif;
    font-size: 37px;
    line-height: 2rem;
    text-align: right color#FFF;
    padding: 0px 13px;
    border-radius: 50%;
    border: 1px solid #535252;
    color: #535252;
}
.navigation-body .navigation-body-soc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.625rem 2.5rem;
    box-shadow: none;
    text-align: left;
    display: none;
    z-index: 9
}

.navigation-body .navigation-body-soc .social-item {
    width: 2rem;
    height: 2rem;
    margin: .625rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.navigation-body .navigation-body-soc .social-item:first-child {
    margin-left: 0
}

.navigation-body .navigation-body-soc .social-item svg {
    fill: #ccc;
    opacity: 1
}

.navigation-content {
    position: fixed;
    visibility: hidden;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}

.navigation-content__inner {
    height: 36.5rem;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13rem 0 0.5rem;
    z-index: 1;
    background-color: #eaeaea;
}

.navigation-content__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2.5rem
}

.navigation-content__top .logo {
    float: left;
    position: relative;
    z-index: 99!important;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px)
}

.navigation-content__top .logo svg {
    fill: #fff!important
}

.navigation-content__top .navigation-clone {
    float: right;
    position: relative;
    z-index: 99
}

.navigation-content__top .navigation-clone .navigation-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.navigation-content__main {
    height: 100%
}

.navigation-content__main_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-content__left {
    position: relative;
    -webkit-flex: 0 0 33.333333333333336%;
    -ms-flex: 0 0 33.333333333333336%;
    flex: 0 0 33.333333333333336%;
    max-width: 33.333333333333336%
}

.navigation-content__right {
    -webkit-flex: 0 0 57.333333%;
    -ms-flex: 0 0 57.333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%
}

.navigation-content__footer_inner-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navigation-content__footer_inner {
    width: 44rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.navigation-content__footer_inner .social .social-item .icon {
    fill: #ccc
}

.navigation-content_close {
    width: 4rem;
    text-align: right
}

.navigation-content .social-item,
.navigation-content_close {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.menu-ref-items__item {
    font-family: 'Roboto', sans-serif;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: fixed;
    max-width: 19.5rem
}

.menu-lists__item {
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: fixed
}

.menu-lists__item>.sub-navigation-list_no-head {
    padding-top: 2.125rem;
    display: block
}

.menu-imags-items {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 192px);
    bottom: 0;
    overflow: hidden
}

.menu-imags-items_slider {
    overflow: hidden
}

.menu-imags-items__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 0
}

.menu-imags-items_holder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.navigation-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: linear-gradient(180deg, #fff 43.5rem, rgba(51, 47, 45, .35) 43.5rem);
    height: 94%;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.navigation-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10
}

.navigation-mobile-header .header-inner {
    box-shadow: none!important;
    background-color: transparent!important
}

.navigation-mobile-header .logo {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.navigation-mobile-header .navigation-top-mobile {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

.bg-mobile-menu {
    display: none
}

/*.burger {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    width: 56px;
    height: 56px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(51, 47, 46, .16);
    border-radius: 50%;
    z-index: 505;
    display: none;
    z-index: 999
}*/

.burger .humburger {
    width: 28px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -14px;
    overflow: hidden
}

.burger .humburger span {
    position: absolute;
    width: 100%;
    display: block;
    background-color: #000;
    height: 2px;
    left: 0
}

.burger .humburger span:nth-child(1) {
    top: 0
}

.burger .humburger span:nth-child(2) {
    top: 6px
}

.burger .humburger span:nth-child(3) {
    top: 12px
}

.burger .cross {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger .cross span {
    will-change: opacity
}

.burger .cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 47%;
    background-color: #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /*-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)*/
}

.burger .cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 47%;
    left: 0;
    background-color: #000;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /*-webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)*/
}

.social {
    font-size: 16px

}

.social .social-item {
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    margin: 0 .75rem;
    border-radius: 100%
    color:#FFF;
}
.footer .social .social-item {
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    margin: 0 .75rem;
    border-radius: 100%
    color:#FFF;
    background-color: #997900;
    padding: 4px 7px;
}
.footer .social .social-item i {
    
    color:#FFF;
    
}
.social .social-item .icon {
    width: 100%;
    height: 100%;
    fill: #fff
}

.section {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: -6px
}

.section .section-inner {
    margin: 5rem 0
}

.section .section-inner:after {
    content: " ";
    display: table;
    clear: both
}

.section .l {
    position: relative
}

.section.related-cases {
    overflow: hidden;
    display: inline-block
}

.section.related-cases .section-inner {
    margin-top: 6.875rem
}

.full-color {
    background-color: #f8f8f8
}

.form .hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.form .form-field {
    float: left;
    width: 50%
}

.form .form-field.contact-us-file-collection .description {
    display: none
}

.form .form-row.bottom-row .give-my-consent-description {
    display: none
}

.form .form-field_group {
    position: relative;
    margin-bottom: 1.5625rem
}

.form .form-field_group:after {
    content: " ";
    display: table;
    clear: both
}

.form .form-field_group .help-block {
    font-size: .875rem;
    margin: .5rem 0 0;
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #004924
}

.upload-files .form-item .description {
    font-size: .875rem;
    line-height: 1.286;
    margin: 1.25rem 0
}

.footer .description {
    color: rgba(255, 255, 255, .5)
}

.footer-topper input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #20ad65 inset!important
}

.wrap .intro {
    height: 43.4375rem;
    position: relative;
    z-index: 2
}

.wrap .intro .intro-bg {
    height: auto;
    bottom: 0;
    background-color: #fff
}

.wrap .intro .l {
    height: 100%;
    position: relative
}

.wrap .intro .l .intro-head {
    position: absolute;
    bottom: 40%;
    padding: 0 2rem;
    text-align: center;
}

.wrap.wrap-page .section .section-inner {
    margin: 7.5rem 0
}

.wrap .intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

.wrap .intro-bg .intro-bg_in {
    position: absolute;
    top: 0px;/*--*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.wrap .intro-head {
    position: relative;
    bottom: .8125rem;
    left: 0;
    right: 0
}

.wrap .intro-head h1 {
    position: relative;
    font-weight:300;
    letter-spacing: .02rem;
    font-size:15px;
   
}

.bread-crumbs {
    margin-bottom: 0;
    display: inline-block
}

.bread-crumbs .bread-crumbs_list:after {
    content: " ";
    display: table;
    clear: both
}

.bread-crumbs .bread-crumbs_list li {
    display: inline;
    position: relative
}

.bread-crumbs .bread-crumbs_list li:not(:last-child) {
    margin-right: 1.25rem
}

.bread-crumbs .bread-crumbs_list li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -.75rem;
    top: 0;
    color: #6f716d
}

.bread-crumbs .bread-crumbs_list li a {
  font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #FFF;
    display: inline
}

.card-container {
    margin: 0 -.9375rem;
    font-size: 0
}

.portfolio_list {
    position: relative
}

.text-container {
    max-width: 48.75rem;
    margin: auto
}

.text-container p {
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #6e716d
}

.text-container p.lead {
    font-family: inherit;
    color: #332f2e
}

.text-container .h3,
.text-container h3 {
    margin-bottom: 2.0625rem
}

.more-container {
    margin-bottom: 1.25rem
}

.more-container h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 2.5rem
}

.more-container h4 strong {
    color: #20ad65
}

.columns {
    margin: 0 -.9375rem -2.1875rem
}

.columns:after {
    content: " ";
    display: table;
    clear: both
}

.columns [class^=col_] {
    display: inline-block;
    vertical-align: top;
    padding: 0 .9375rem;
    margin-bottom: 2.1875rem;
    margin-right: -.25rem;
    position: relative
}

.columns .col_25 {
    width: 25%
}

.wrap-page .text-container {
    max-width: 100%
}

.wrap-page .text-container p {
    font-size: 1rem
}

.section-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.section-screen .screen {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.full-image {
    min-height: 32.5rem
}

.full-image .text-container p:last-child {
    margin-bottom: 0
}

.full-image.white .h2,
.full-image.white .h3,
.full-image.white h2,
.full-image.white h3 {
    color: #fff
}

.full-image.white .text-container p {
    color: #fff
}

.title-head:after {
    content: " ";
    display: table;
    clear: both
}

.title-head .h3,
.title-head h3 {
    margin-bottom: 1.5625rem
}

#previewTemplate {
    display: none
}

.variable-slider {
    position: relative
}

.variable-slider .case-slider {
    opacity: 0
}

.mobile-variable_slider {
    position: relative
}

.mobile-variable_slider .case-slider_mobile {
    opacity: 0
}

.head_group-container .header_group-head.default {
    margin: 0 -.9375rem
}

.head_group-container .header_group-head.default .head_group-descr,
.head_group-container .header_group-head.default .head_group-title {
    padding: 0 .9375rem
}

.head_group-container .head_group-title {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25rem;
    margin-bottom: 2.5rem
}

.head_group-container .head_group-title:only-child {
    width: 100%
}

.head_group-container .head_group-descr {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -.25rem;
    margin-bottom: 2.5rem
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.pad-5 {
    padding-right: 5%
}

.types-container {
    margin: 0 -.625rem 2.1875rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.types-container .types-item {
    margin: 0 .625rem;
    background-color: #20ad65;
    width: calc(16.66% - 1.25rem);
    text-align: center;
    padding: .6875rem 0;
    padding-right: 1%;
    padding-left: 1%;
    border-radius: 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.types-container .types-item span {
  font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle
}

.transfer_row .col_25 .text-container .title-head span {
    display: block
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    * {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (max-width:1296px) {
    .l {
        max-width: 100%;
        padding: 0 2.5rem;
            padding-top:17px;
    }
    .menu-ref-items {
        max-width: 20.625rem;
        padding-left: 3.125rem
    }
}

@media only screen and (max-width:1295px) {
    .carousel-container h1{
        font-size:50px !important;
    }
  
    .sub-navigation-list {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left
    }
    .navigation-content__top .logo svg {
        fill: #332f2e!important
    }
    .navigation-content__left {
        display: none
    }
    .navigation-content__right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .navigation-content__footer_inner {
        width: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .navigation-content_close {
        position: absolute;
        top: 3px;
        right: 0
    }
    .menu-lists__item {
        text-align: center;
        left: 0;
        right: 0
    }
    .menu-lists__item>.sub-navigation-list_no-head {
        display: inline-block
    }
    .menu-imags-items {
        display: none
    }
}

@media only screen and (max-width:1279px) {
    .header .header-inner {
        padding: 2.5rem 0
    }
    .wrap .intro .l .intro-head {
        padding: 0 35px
    }
}

@media only screen and (max-width:982px) {
    .header .logo svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.6875rem;
        height: 1.5rem;
        width: 194px;
        height: 30px
    }
    .header .logo {
        position: relative;
        width: 57PX;
        height: 56PX;
        
        overflow: hidden;
        display: block
    }
}

@media only screen and (min-width:980px) {
    .h3 span,
    h3 span {
        display: block
    }
    .wrap:not(.no-overflow) {
        overflow: hidden
    }
    .columns-services {
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:979px) {
    .mobile-variable_slider {
        overflow: hidden;
        height: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:979px) {
    .out {
        overflow: hidden
    }
    .header .header-bg {
        position: absolute;
        background-color: transparent;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1;
        left: 0
    }
    .wrap.wrap-page .intro {
        height: auto
    }
    .wrap.wrap-page .intro .l .intro-head {
        bottom: 0;
        position: relative;
        padding-bottom: 2.5rem;
        padding-top: 7.125rem;
        padding-left: 0;
        padding-right: 0
    }
    .columns .col_25 {
        width: 50%
    }
    .variable-slider {
        overflow: hidden;
        height: 0;
        visibility: hidden
    }
    .head_group-container .head_group-title {
        width: 100%
    }
    .head_group-container .head_group-descr {
        width: 100%
    }
    .pad-5 {
        padding-right: 0
    }
    .types-container .types-item {
        width: calc(33.33% - 1.25rem);
        margin-bottom: 1.25rem;
        height: 5rem;
        text-align: center;
        font-size: 0
    }
    .types-container .types-item:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%
    }
    .transfer_row .col_25 .text-container .title-head .h3,
    .transfer_row .col_25 .text-container .title-head h3 {
        line-height: 1
    }
}

@media only screen and (max-width:979px) and (orientation:landscape) {
    .wrap.wrap-page .section .section-inner {
        margin: 3.125rem 0
    }
}

@media only screen and (max-width:969px) {
    h1 {
        font-size: 3.5rem;
        line-height: 64px
    }
    .h2,
    h2 {
        font-size: 2rem;
        line-height: 1.5
    }
    .h3,
    h3 {
        font-size: 1.625rem;
        line-height: 1.25
    }
    .wrap .intro-head h1 {
        max-width: 100%
    }
}

@media only screen and (min-width:969px) {
    .h2,
    h2 {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:967px) {
    .menu-ref-items {
        display: none
    }
    
}

@media only screen and (min-width:855px) {
    .navigation-body {
        position: static;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    .navigation-list {
        overflow: inherit
    }
    .navigation-item_body {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        opacity: 0;
        background-color: #fff;
        visibility: hidden;
        display: none;
        z-index: 1
    }
    .navigation-item_body .list-links {
        padding: .625rem 0 1.375rem;
        background-color: #fff;
        border-top: 2px solid #20ad65;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .12)
    }
    .list-item>.navigation-item_body {
        top: 0;
        left: auto;
        right: -16.5625rem
    }
}

@media only screen and (max-width:854px) {
    .header .logo svg {
        width: 100%;
        height: 100%
    }
    
    .header .logo {
        height: 56px;
        width: 10.125rem
    }
    .navigation-list {
        -webkit-align-items: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .navigation-item:last-child {
        padding: 0;
        border: 0
    }
    .navigation-item_head .contacts-link {
        margin-left: 0;
        font-size: 1.5rem;
        padding: .5rem 0 .5rem 0;
        background-color: transparent;
        color: #332f2e
    }
    .contacts-link {
        padding: .5rem 1rem
    }
    .navigation-top-mobile {
        display:none;
        padding-top: 14px;
        
    }
    .navigation-body .navigation-body-soc {
        display: block
    }
    .navigation-content {
        display: none
    }
    .menu-lists__item {
        position: relative
    }
    .header .logo {
        width: 130px !important;
        height: 55px;
    }
    #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before{
    height: 700px;
    }
    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
        display: none;
    }
    .carousel-container h1{
        padding-top: 50%;
    }
    .bg-mobile-menu {
        background: #fff;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        z-index: 0;
        visibility: hidden
    }
    .navigation-body-inner>.navigation-list>.navigation-item {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    .navigation-body {
        text-align: center;
        opacity: 0;
        visibility: hidden;
        padding-top: 7.5rem;
        padding-bottom: 8.5rem;
        bottom: 0;
        z-index: 9;
        top: 0
    }
    .navigation-body .navigation-list {
        -webkit-overflow-scrolling: touch
    }
    .navigation-body-inner {
        padding: 2.5rem 0 0;
        overflow: auto;
        height: 100%;
        position: relative;
        z-index: 1
    }
    .navigation-body-inner>.navigation-list {
        padding: 0 2.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .navigation-bg {
        position: fixed;
        top: 6.5rem;
        left: 0;
        background-color: #fff;
        width: 100%;
        bottom: 0;
        left: 100%;
        display: none
    }
    .navigation-list {
        width: 100%;
        text-align: left;
        padding-bottom: 1.625rem
    }
    .navigation-item {
        float: none
    }
    .navigation-item_body .list-item a {
        padding: .5rem 2.5rem
    }
    .navigation-item_body .list-item,
    .navigation-item_body .navigation-item_head {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }
    .navigation-item .has-child {
        margin: 1.5rem 0
    }
    .navigation-item .menu-level-1>.list-item:first-child {
        margin-top: 1.5rem
    }
    .navigation-item .menu-level-1>.list-item:last-child {
        margin-bottom: 1.5rem
    }
    .navigation-item>.navigation-item_head {
        position: relative
    }
    .navigation-item>.navigation-item_head a,
    .navigation-item>.navigation-item_head span {
        font-size: 1.25rem;
        line-height: 1.5rem;
        display: inline-block;
        margin: .5rem 0;
        padding: 0;
        color:#333;
    }
    .navigation-item>.navigation-item_head a.contacts-link {
        display: none
    }
    .navigation-item>.navigation-item_body {
        overflow: hidden;
        max-height: 0
    }
    .navigation-item>.navigation-item_body>ul .navigation-item_body {
        margin: .5rem 0
    }
    .navigation-item>.navigation-item_body>ul .navigation-item_head a {
        font-size: 1rem;
        color: rgba(51, 47, 46, .4);
        margin: 0
    }
    .burger {
        display: block
    }
}

@media only screen and (max-width:840px) {
    h1 {
        font-size: 25px;
        line-height: 1
    }
    .navigation-content_close {
        right: 0
    }
     .carousel-container h1{
        font-size:40px !important;
    }
     .m-logo{
            padding: 29% 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .social .social-item {
        width: 25px;
        height: 25px
    }
    .wrap .intro .l .intro-head {
        padding: 0 15px
    }
}

@media only screen and (max-width:735px) {
    .form .form-field {
        width: 100%;
        padding: 0
    }
    .m-logo img{
    width:230px !important; height:auto;
}
    .m-logo{
        padding-top:50%!important;
        left:20% !important;
    }
.Gray {
    background-image: none !important;
    background-color:#7e7e7e !important;
}


    .form .form-row.bottom-row .give-my-consent-description {
        display: block
    }
    .wrap.wrap-page .section .section-inner {
        margin: 3.125rem 0
    }
    .contact-nav{
        width: 120px;
    text-align: center;
    margin-bottom: 24px;
    }
  
}
@media screen and (max-width: 700px) {
     .child-box{
        padding:8% !important;
    }
    .intro-head p{
        font-size: 20px !important;
        line-height: 23px;
    }
}

@media only screen and (max-width:567px) {
    .types-container .types-item {
        width: calc(50% - 1.25rem);
        padding-right: 3%;
        padding-left: 3%
    }
    
}

@media only screen and (max-width:480px) {
    .h2,
    h2 {
        font-size: 2rem;
        line-height: 1
    }
    .h3,
    h3 {
        font-size: 1.375rem
    }
    .h4,
    h4 {
        font-size: 1.25rem
    }
    .section .section-inner {
        margin: 3.125rem 0
    }
    .more-container h4 {
        font-size: 2rem
    }
    .columns .col_25 {
        width: 100%
    }
}

@media only screen and (max-width:444px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1
    }
    .navigation-body {
        padding-bottom: 8.5rem
    }
}

@media only screen and (max-width:443px) {
    .header .logo svg {
        width: 194px;
        height: 30px
    }
    .header .logo {
       width: 56px;
        height: 55px;
    }
}

@media only screen and (max-width:375px) {
    h1 {
        font-size: 2.5rem;
        line-height: 1
    }
    .h2,
    h2 {
        font-size: 1.5rem;
        line-height: 1.3
    }
    
}

@media only screen and (max-width:360px) {
    .l {
        padding: 0 1.5rem
    }
    .header .header-inner {
       padding: 5px 0;
    }
    .navigation-body .navigation-body-soc {
        padding: 1.625rem 1.5rem
    }
    .navigation-body .navigation-body-soc .social-item {
        margin: .625rem .5625rem
    }
    .navigation-body-inner {
        padding: 3rem 0 0
    }
    .navigation-body-inner>.navigation-list {
        padding: 0 1.5rem
    }
    .navigation-body {
        padding-top: 5.5rem;
        padding-bottom: 6.5rem
    }
    .navigation-item_body .list-item a {
        padding: .5rem 1.5rem
    }
    .burger {
        bottom: 1.5rem;
        right: 1.5rem
    }
}

li.list-item>.navigation-item_body {
    height: 100%
}

li.list-item>.navigation-item_body ul {
    min-height: 100%
}

li.list-item>.navigation-item_body ul>li {
    height: auto
}

body .header .logo svg {
    fill: #332f2e
}

.feedback-form .form .form-field.contact-us-file-collection .description {
    margin: 1rem 0 1.5rem
}

.feedback-form .form .form-field.give-my-consent-description {
    width: 100%;
    padding: 0;
    color: rgba(255, 255, 255, .5);
    font-size: .875rem
}

.feedback-form .form .form-field.give-my-consent-description a {
    display: inline-block;
    color: rgba(255, 255, 255, .5);
    border-bottom: 1px solid
}

.feedback-form .form .form-field.give-my-consent-description .form-item {
    margin: 0
}

.feedback-form .form .form-field_group {
    margin-bottom: 2rem
}

.feedback-form .form .form-field_group .help-block {
    position: absolute;
    margin: .375rem 0 0
}
.section3 .intro-bg .intro-bg_in {
    position: absolute;
    top: 110px;
    left: 10px;
    right: 10px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}





  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .great-place-towork-image{
        width: 40px;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 10px !important;
    }
     
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .great-place-towork-image{
        width: 40px;
     
        margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
    }
   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .great-place-towork-image{
        width: 40px;
        margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    }
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .great-place-towork-image{
        width: 40px;
        margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .great-place-towork-image{
        width: 40px !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
}