@font-face {
    font-family: "Futura Futuris C";
    src: url('../fonts/FuturaFuturisC.eot');
    src: url('../fonts/FuturaFuturisC.eot') format('embedded-opentype'),
    url('../fonts/FuturaFuturisC.woff2') format('woff2'),
    url('../fonts/FuturaFuturisC.woff') format('woff'),
    url('../fonts/FuturaFuturisC.ttf') format('truetype'),
    url('../fonts/FuturaFuturisC.svg#FuturaFuturisC') format('svg');
    font-weight: normal;
    font-style: normal;
}
.socseti{
    color: #ccc !important;
    font-size: 18px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle
}
.socseti:hover{
    color: #333 !important;
}
.socseti:before{
    display: inline-block !important;
}
.navigation .logo-container a img {
    width: 120px;
}
.navigation .logo-container a {
    margin-top: 30px;
}
.modal-open .navigation{
    right: 17px;
}
.header-lang {
    margin-left: 37px;
    position: relative;
}
.curent-lang{
    display: block;
    font: 20px/23px Intro,sans-serif;
    color: #333 !important;
    width: 45px;
}
.header-lang .dropdown-menu {
    min-width: 45px;
    left: -18px;
}
.header-lang .dropdown-menu li a{
    font: 20px/23px Intro,sans-serif;
    color: #333 !important;
    text-transform: uppercase;
}
.curent-lang:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    content: '';
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.open_main_menu {
    border: 0;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background:none;
    position:relative;
    z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    padding: 0;
}
.open_main_menu .lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -1px;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #000;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
}
.open_main_menu .lines:after {
    top: 8px;
}
.open_main_menu .lines:before {
    top: -8px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.warranty_title{
    display: inline-block;
    vertical-align: middle;
}

/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
    width: auto;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.why-we-header .bootstrap-select{
    display: none;
}
.benefits_block:after{
    display: table;
    clear: both;
    content: '';
}
.benefits_icon{
    float: left;
    margin-right: 30px;
}
.benefits_desc b {
    font-family: Intro,sans-serif;
    text-transform: uppercase;
}
.benefits_desc {
    color: #333;
    font: 14px/18px "Trebuchet MS",sans-serif;
    display: table;
    width: calc(100% - 160px);
    height: 150px;
    vertical-align: middle;
    padding: 0;
    border-bottom: 1px solid rgba(172,172,172,.2);
}
.benefits_desc_inner{
    display: table-cell;
    vertical-align: middle;
}
.benefits-container .right .benefits-1 {
    margin-top: 10px;
}
.benefits-container .right .benefits_block:first-child{
    margin-top: 50px;
}
.benefits-container .right .benefits_block:last-child .benefits_desc{
    border-bottom: 0;
}
.opened_menu{
    overflow: hidden;
}
.scroll-down button{
    border: 0;
    background: transparent;
    float: left;
}
.warranty .icon{
    display: block;
}
.icon-warranty img{
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.thanks-page .container{
    max-width: 100%;
}
.page-template-thanks{
    background: none;
}
.page-template-thanks .header {
    display: none;
}
.thanks-page{
    padding: 296px 0 238px;
    overflow: hidden;
    position: relative;
}
.thanks-page:before{
    background-color: #f4f4f4;
    position: absolute;
    height: 300%;
    width: 64%;
    -webkit-transform: rotate(-54deg);
    -moz-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    transform: rotate(-54deg);
    content: '';
    z-index: -1;
    top: -50%;
    left: 0;
}
.thanks-title{
    font-size: 72px;
    color: #282828;
    font-family: Intro,sans-serif;
    margin: 0 0 10px;
    line-height: 1.2;
}
.thanks-page-block{
    font-size: 18px;
    line-height: 1.78;
    color: #737373;
    position: relative;
}
.thanks-page-inner {
    max-width: 49%;
}
.thanks-img {
    position: absolute;
    top: -106px;
    right: -23px;
    z-index: 1;
    max-width: 51%;
}

/*about-section*/
.about-section{
    padding: 73px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #737373;
    background: #fff;
    font-family: "Futura Futuris C";
}
.section-title{
    font-size: 42px;
    font-weight: normal;
    line-height: normal;
    color: #282828;
    font-family: Intro, sans-serif;
    max-width: 344px;
    margin: 0;
}
.about-section-desc p:not(:last-child){
    margin-bottom: 30px;
}

/*dignity-section*/
.dignity-section{
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 20px 0 70px;
}
.photo-production .photo-production-list {
    overflow: visible!important;
    outline-style: none;
}
.dignity-list, .dignity-list .jspContainer{
    overflow: visible!important;
}
.dignity-list ul {
    display: block;
    margin: 0;
    padding: 50px 0;
    white-space: nowrap;
    word-wrap: normal;
    margin: 0 -10px;
}
.dignity-list ul li {
    width: 1180px;
    padding: 10px;
    display: inline-block;
    list-style: none;
    vertical-align: top;
}
.dignity-block{
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 35px 20px;
    align-items: center;
}
.dignity-block:after{
    display: table;
    content: '';
    clear: both;
}
.md-title{
    font-family: Intro, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    color: #282828;
}
.dignity-list-img{
    width: 396px;
    text-align: center;
    /*float: left;*/
}
.dignity-list-img img{
    max-width: 100%;
    height: auto;
}
.dignity-list-desc{
    font-family: "Futura Futuris C";
    font-size: 18px;
    line-height: 1.8;
    color: #737373;
    /*margin-left: 430px;*/
    white-space: normal;
    max-width: 662px;
    padding-left: 32px;
}
.dignity-list .jspDrag {
    position: relative;
    background: #000;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.dignity-list .jspDrag:before {
    right: 100%;
    background: url(../images/scrollbar-prev.png) top center no-repeat #f4f4f4;
}
.dignity-list .jspDrag:after {
    left: 100%;
    background: url(../images/scrollbar-next.png) top center no-repeat #f4f4f4;
}
.dignity-list .jspTrack:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 0;
}
.dignity-list .jspTrack {
    background: #f4f4f4;
}
.dignity-list .jspDrag:hover {
    background: #a4a4a4;
}
.dignity-list .jspDrag:after, .dignity-list .jspDrag:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 6px;
    top: 0;
}
:focus {
    outline: none;
}


@media (min-width: 1230px) {
    .container-fluid {
        max-width: 1200px;
        min-width: 960px;
    }
}
@media (max-width: 1229px) {
    .dignity-list ul li {
        width: 950px;
    }
    .dignity-list-img {
        width: 320px;
    }
    .dignity-list-desc{
        max-width: 570px;
    }
    .header-lang {
        margin-left: 45px;
        top: -5px;
    }
    .navigation .logo-container a img {
        width: 230px;
    }
    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        padding: 5px;
        -webkit-box-shadow: rgba(0,0,0,.15) 0 1px 1px;
        -moz-box-shadow: rgba(0,0,0,.15) 0 1px 1px;
        box-shadow: rgba(0,0,0,.15) 0 1px 1px;
        height: 110px;
        overflow: visible;
    }
    .navigation .navigation-body {
        padding-left: 0;
        position: fixed;
        background: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 115%;
        display: table;
        padding-bottom: 15%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease-in-out;
        -moz-transition: .3s all ease-in-out;
        -ms-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        z-index: 100;
    }
    .opened_menu .navigation .navigation-body{
        opacity: 1;
        visibility: visible;
    }
    .navigation .navigation-body ul li a:hover {
        color: #fff;
        border-bottom-color: #fff;
    }
    .navigation .navigation-body ul li.active a {
        color: #a9783a;
    }
    .navigation-body .nav-content {
        display: table-cell;
        vertical-align: middle;
    }
    .navigation .navigation-body ul li {
        position: relative;
        display: block;
        float: none !important;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .navigation .navigation-body ul li a, .navigation .navigation-body ul li span {
        font-size: 21px;
    }
    .navigation .contacts .left {
        width: auto;
        text-align: left;
        position: relative;
        white-space: nowrap;
        margin-right: 15px;
    }
    .navigation .viber {
        margin-left: 0;
        margin-top: 0px;
        margin-right: 5px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .navigation .contacts .right {
        width: auto;
        padding-top: 8px;
    }
    .navigation .contacts .right .button br{
        display: none;
    }
    .navigation .contacts .right .button {
        padding: 13px 37px 13px 15px;
    }
    .button.order .show{
        right: 15px;
    }
    .navigation .contacts .right {
        width: auto;
        padding-top: 0;
        margin-right: 15px;
    }
    .navigation .contacts{
        text-align: right;
        padding-top: 13px;
    }
    .left .phone>div{
        white-space: nowrap;
    }
    .navigation .contacts .left span {
        display: none;
    }
    .navigation .contacts .left .phone {
        display: inline-block;
        vertical-align: middle;
    }
    .navigation .logo-container a {
        float: none;
        margin-right: 0;
        margin-top: 6px;
    }
    .navigation {
        height: 85px;
    }
    .header {
        margin-top: 85px;
    }
    .modal-open .navigation {
        right: 0;
    }
    .header .tabs-boxes .cover-box {
        width: 1000px;
        height: 600px;
        background-size: contain;
    }
    .header .tabs-boxes {
        width: 100%;
        height: 512px;
        right: 0;
        left: 38%;
    }
    .header .tabs-boxes .nav-tabs>li>a {
        width: 25px;
    }
    .header .tabs-boxes .nav-tabs {
        top: 290px;
        right: 0;
        z-index: 10;
        left: 14%;
    }
    .header .tabs-boxes .nav-tabs>li>a .cover, .header .tabs-boxes .nav-tabs>li>a .value {
        width: 40px;
    }
    .header .tabs-boxes .nav-tabs>li {
        padding: 3px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(1) {
        margin-top: 40px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(2) {
        margin-top: 57px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(3) {
        margin-top: 75px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(4) {
        margin-top: 92px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(5) {
        margin-top: 108px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(6) {
        margin-top: 124px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(7) {
        margin-top: 140px;
    }
    .header .tabs-boxes .nav-tabs>li:nth-child(8) {
        margin-top: 156px;
    }
    .header .container-fluid .subtitle {
        font: 24px/30px Intro,sans-serif;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .button.order.big .show {
        right: 18px;
    }
    .button.order.big {
        padding: 15px 60px 15px 20px;
    }
    .header .gray+.container-fluid .header-content .scroll-down span {
        max-width: 246px;
    }
    .header .tabs-boxes .tooltip-detect>a{
        border: 10px solid #fff;
        left: 0;
    }
    .header .tabs-boxes .tooltip-detect>a:after {
        bottom: -22px;
    }
    .header .tabs-boxes .nav-tabs {
        left: 15%;
    }
    .header .gray {
        top: -700px;
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -o-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
        transform: rotate(27deg);
    }
    .header .warranty {
        margin-top: 570px;
    }
    .title {
        font: 700 32px/36px Intro,sans-serif;
    }
    .title .small-font-size {
        font-size: 24px;
    }
    .header .warranty i.plus {
        top: 22px;
    }
    .header .warranty .warranty-1 {
        background-position: 0 -1911px;
        width: 200px;
        height: 200px;
        background-size: 100%;
    }
    .container-fluid {
        max-width: 950px !important;
    }
    .header .warranty .warranty-title {
        white-space: normal;
        margin-top: 50px;
        padding-right: 30px;
    }
    .header .warranty .description {
        padding-left: 10px;
        padding-top: 112px;
    }
    .header .warranty .warranty-2 {
        background-position: 0 -5017px;
        width: 245px;
        height: 200px;
        background-size: 100%;
    }
    .header .warranty .description br{
        display: none;
    }
    .warranty-text1{
        max-width: 260px;
    }
    .header .warranty .description.valign-center {
        padding-top: 70px;
    }
    .warranty-text2{
        max-width: 300px;
        display: inline-block;
    }
    .header .warranty .warranty-title.valign-center {
        margin-top: 71px;
    }
    .header .warranty .warranty-3 {
        background-position: 0 -5195px;
        width: 244px;
        height: 199px;
        background-size: 100%;
    }
    .warranty-text3 .warranty-title{
        padding-right: 20px;
    }
    .warranty-text3 .warranty-title {
        padding-right: 55px !important;
        margin-top: 58px !important;
    }
    .warranty-text3 .description{
        padding-top: 56px !important;
        padding-right: 75px !important;
    }
    .why-we .why-we-header .nav-tabs li a {
        margin-right: 50px;
    }
    .button.order.big .show{
        background-image: url(../images/icon-right.png);
        margin-top: -14px;
        background-position: 0 0;
        width: 13px;
        height: 26px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .button.order.big {
        padding: 15px 40px 15px 20px;
        width: auto;
    }
    .button.order.big br{
        display: none;
    }
    .why-we {
        margin-top: 40px;
    }
    .why-we .why-we-content .tab-content .tab-pane p br{
        display: none;
    }
    .why-we .why-we-content .tab-content .tab-pane.first .order, .why-we .why-we-content .tab-content .tab-pane.three .order, .why-we .why-we-content .tab-content .tab-pane.fourth .order {
        margin-top: 40px;
    }
    .why-we .why-we-content .tab-content .tab-pane .award{
        height: 80px;
        display: table;
        width: 90%;
        line-height: 1.4;
    }
    .why-we .why-we-content .tab-content .tab-pane .award>span{
        display: table-cell;
        vertical-align: middle;
        height: 80px;
    }
    .button-benefits-4 {
        margin-top: 20px !important
    }
    .recall .title {
        line-height: 1.1;
    }
    .recall .question-mark {
        position: relative;
        top: -16px;
    }
    .reviews .reviews-carousel .item {
        min-height: 280px;
    }
    .how-we-work .title-cover {
        font-size: 70px;
    }
    .how-we-work .title-cover .big-title {
        margin-top: 550px;
        margin-left: 0;
    }
    .difficulties .difficulties-list ul li {
        margin-right: 32px;
    }
    .has-validation-callback .button{
        width: 100% !important;
    }
    .benefits-box .box-preview-container .box-info-2  .dropdown-container {
        left: -180px;
    }
    .benefits-box .box-preview-container .dropdown-container {
        left: -80px;
    }
    .photo-production .photo-production-list ul li {
        width: 350px;
    }
    .button.order .show {
        background-image: url(../images/icon-right.png);
        margin-top: -10px;
        background-position: 0 0;
        width: 10px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .photo-production .photo-production-list ul li img{
        max-width: 100%;
        height: auto;
    }
    .photo-production .photo-production-list ul li:first-child {
        padding-left: 15px;
    }
    .photo-production .jspPane ul {
        margin-left: -490px;
    }
    .warranty-text3 .description {
        padding-right: 10px !important;
    }
    .benefits-box {
        overflow: hidden;
    }
    .box-design .info p {
        margin-left: 0;
        white-space: normal;
    }
    .box-design .info .design-title {
        font: 18px/25px Intro,sans-serif;
        padding-left: 0;
    }
    .benefits_desc br{
        display: none;
    }
    .benefits-container .left .title .subtitle {
        margin-left: 100px;
    }
    .thanks-title {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    .dignity-list ul li {
        width: 750px;
    }
    .dignity-list-img {
        width: 270px;
    }
    .dignity-list-desc{
        max-width: 405px;
    }
    .section-title {
        font-size: 32px;
        max-width: 230px;
    }
    .thanks-page {
        padding: 200px 0 150px;
    }
    .thanks-title {
        font-size: 42px;
    }
    .thanks-img {
        top: -50px;
    }
    .header .tabs-boxes {
        left: 32%;
    }
    .header .gray {
        top: -750px;
    }
    .header .tabs-boxes .tooltip-detect>a {
        left: 34%;
    }
    .container-fluid {
        max-width: 750px  !important;
    }
    #main .button {
        max-width: 235px;
    }
    .warranty-text3 .description {
        padding-right: 0 !important;
    }
    .why-we .why-we-header .nav-tabs li a {
        width: 130px;
        height: 130px;
        font: 12px/16px "Trebuchet MS",sans-serif;
        margin-right: 15px;
    }
    .box-design .info p {
        margin-left: 0;
    }
    .benefits-container .left .title .subtitle {
        margin-left: 0;
    }
    .benefits-container .left .title .subtitle {
        margin-top: 17px;
    }
    .benefits-container .left {
        background-size: 90%;
    }
    .benefits-container .right .description:first-child {
        margin-top: 0;
    }
    .benefits-container .right .description:nth-child(2) {
        margin-top: 18px;
    }
    .benefits-container .right .description:nth-child(3) {
        margin-top: 43px;
    }
    .benefits-container .right .description:nth-child(4) {
        margin-top: 20px;
    }
    .benefits-container .right .description:nth-child(5) {
        margin-top: 12px;
    }
    .benefits-container .right .description{
        display: table;
        width: 100%;
        height: 130px;
        vertical-align: middle;
        padding: 10px 0;
    }
    .benefits-container .right .description p.hidden-lg{
        display: table-cell !important;
        vertical-align: middle;
        height: 130px;
        white-space: normal !important;
    }

    .benefits-container .right .description {
        margin-top: 25px;
    }
    .benefits-container .right .description p {
        margin-bottom: 0;
    }
    .benefits-container .right .description {
        margin-top: 0;
    }
    .reviews .reviews-carousel .item {
        min-height: 315px;
    }
    .recall .order-form {
        padding-top: 15px;
    }
    .recall .order-form p {
        margin-bottom: 10px;
    }
    .placeholder-box{
        margin-bottom: 10px;
    }
    .recall {
        padding-bottom: 50px;
    }
    .how-we-work .stages .stage.middle:before {
        top: -20px;
    }
    .how-we-work .stages .stage.large:before {
        top: -10px;
    }
    .how-we-work .stages .stage.large {
        padding-top: 9.8%;
    }
    .how-we-work .stages .stage.stage-5, .how-we-work .stages .stage.stage-6 {
        right: 0;
    }
    .how-we-work .stages .stage.stage-4 {
        right: 0;
    }
    .how-we-work .stages>.row:not(:last-child) {
        padding-bottom: 65px;
    }
    .how-we-work {
        padding-top: 50px;
        height: auto;
        background-position: 50% 50%;
    }
    .how-we-work .stages .stage-2.sm-arrow:after {
        left: 16%;
        -webkit-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -o-transform: rotate(35deg);
        transform: rotate(35deg);
        margin-top: -10px;
    }
    .how-we-work .stages .stage-3.lg-arrow:after {
        width: 50px;
        height: 10px;
        background-size: 100%;
    }
    .how-we-work .title-cover .big-title {
        margin-top: 650px;
    }
    .how-we-work .title-cover {
        font-size: 60px;
    }
    .difficulties .difficulties-list ul {
        text-align: center;
    }
    .difficulties .difficulties-list ul li {
        float: none;
        vertical-align: top;
        margin: 0 35px 50px !important;
    }
    .benefits-box .placeholder svg {
        top: 12px;
    }
    .benefits-box form p {
        font-size: 15px;
    }
    .benefits-box .box-preview-container .box-preview {
        width: 100%;
    }
    .benefits-box .box-preview-container .box-preview {
        width: 500px;
        background-size: 100%;
        height: 555px;
    }
    .benefits-box .box-preview-container {
        height: 500px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-1 {
        left: 150px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-9 {
        top: 170px;
        left: 100px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-10 {
        top: 137px;
        left: 194px;
    }
    .benefits-box .box-preview-container .dropdown-container {
        left: -90px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-2 {
        top: 45px;
        left: 315px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-8 {
        top: 348px;
        left: 151px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-6 {
        top: 390px;
        right: 233px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-3 {
        top: 110px;
        left: 383px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-7 {
        top: 355px;
        left: 372px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-4 {
        top: 307px;
        left: 422px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-5 {
        left: 360px;
        top: 265px;
    }
    .benefits-box .box-preview-container .box-info-2 .dropdown-container {
        left: -210px;
    }
    .benefits-box .box-preview-container .box-info-7 .dropdown-container {
        left: -280px;
    }
    .photo-production .jspPane ul {
        margin-left: -390px;
    }
    .box-design .info p br{
        display: none;
    }
    .header .tabs-boxes .nav-tabs {
        left: 18%;
    }
    .map-container .container-fluid .contacts-cover {
        width: 285px;
        padding: 20px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    .dignity-list ul li {
        width: 540px;
    }
    .dignity-list-img {
        width: 200px;
    }
    .dignity-list-desc{
        max-width: 305px;
        font-size: 16px;
        line-height: 1.6;
    }
    .section-title {
        font-size: 25px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .md-title {
        font-size: 19px;
    }
    .about-section {
        padding: 40px 0 30px;
        font-size: 16px;
        line-height: 1.6;
    }
    .about-section-desc p:not(:last-child) {
        margin-bottom: 15px;
    }
    .navigation .navigation-body ul li a, .navigation .navigation-body ul li span {
        font-size: 16px;
    }
    .modal-backdrop.in {
        opacity: .9;
    }
    .container-fluid {
        max-width: 540px !important;
    }
    .navigation .viber, .navigation .contacts .left .phone{
        display: none;
    }
    .navigation .logo-container a img {
        width: 160px;
    }
    .header-lang {
        margin-left: 0;
        top: 0;
    }
    .header-lang .dropdown-menu {
        left: -10px;
    }
    .navigation .contacts {
        padding-top: 2px;
    }
    .navigation .logo-container a {
        margin-top: 5px;
    }
    .navigation {
        height: 60px;
    }
    .header {
        margin-top: 60px;
    }
    .header .tabs-boxes {
        left: 0;
        height: auto;
        position: relative;
    }
    .header .tabs-boxes .cover-box {
        width: 100%;
        height: 300px;
        float: none;
        display: block;
        background-position: 100% 0;
    }
    .header .tabs-boxes .tab-content {
        position: relative;
        left: 0;
    }
    .header .container-fluid .header-content {
        position: relative;
        top: 0;
    }
    .header .tabs-boxes .nav-tabs {
        top: 105px;
        left: 9%;
    }
    .header .container-fluid .subtitle {
        font: 21px/25px Intro,sans-serif;
        margin-top: 0;
    }
    #main .button {
        max-width: 100%;
    }
    .header .container-fluid .header-content .scroll-down span {
        max-width: 230px;
    }
    .header .tabs-boxes .tooltip-detect {
        width: 100%;
        top: 0;
        height: 200px;
    }
    .header .tabs-boxes .tooltip-detect>a {
        left: 50%;
        margin-left: -128px !important;
        display: none;
    }
    .header .warranty {
        margin-top: 0;
        padding-top: 40px;
    }

    .header .warranty .warranty-1 {
        margin: 0 auto;
        display: block;
    }
    .header .warranty{
        text-align: center;
    }
    .header .warranty i.plus {
        top: 22px;
        display: none;
    }
    .header .warranty .title {
        margin-bottom: 30px;
    }
    .header .warranty .warranty-title {
        margin-top: 30px;
        padding-right: 0;
    }
    .header .warranty .description p {
        margin: 0 auto;
        max-width: 100% !important;
    }
    .header .warranty .description {
        padding-left: 15px;
        padding-top: 20px;
    }
    .header .warranty .description p br{
        display: none;
    }
    .warranty-title br{
        display: none;
    }
    .header .warranty .warranty-2 {
        background-position: 22px -5017px;
    }
    .header .warranty .warranty-title.valign-center {
        margin-top: 30px;
    }
    .header .warranty .description.valign-center {
        padding-top: 20px;
    }
    .warranty-text2 {
        max-width: 100%;
    }
    .header .warranty .warranty-3 {
        background-position: 22px -5195px;
    }
    .warranty-text3 .warranty-title {
        padding-right: 0 !important;
        margin-top: 30px !important;
    }
    .warranty-text3 .description {
        padding-top: 20px !important;
    }
    #main .button {
        max-width: 320px;
        margin: 0 auto 30px;
    }
    .why-we-header .bootstrap-select{
        display: block;
    }
    .why-we .why-we-header .nav-tabs li{
        display: none;
    }
    .why-we .why-we-header .nav-tabs li.active{
        display: block;
    }
    .why-we .why-we-header .nav-tabs li a {
        width: 141px;
        height: 140px;
        margin-right: 0;
        border-radius: 50%;
    }
    .why-we .why-we-header .nav-tabs li.active a:before{
        margin-left: -25px;
    }
    .form-control{
        height: 40px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .why-we .why-we-header {
        padding: 40px 0;
        text-align: center;
    }
    .why-we .why-we-header .title {
        margin-bottom: 30px;
    }
    .why-we .why-we-header .nav-tabs {
        margin: 30px auto 0;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
        background-color: #363636;
    }
    .why-we .why-we-content .tab-content .tab-pane.first .order, .why-we .why-we-content .tab-content .tab-pane.three .order, .why-we .why-we-content .tab-content .tab-pane.fourth .order {
        width: auto;
        margin-top: 20px;
    }
    .title .small-font-size {
        font-size: 21px;
    }
    .title {
        font: 700 25px/30px Intro,sans-serif;
    }
    .why-we .why-we-content {
        height: auto;
    }
    .history-carousel {
        max-width: 200px;
        margin: 0 auto 30px;
    }
    .why-we .why-we-content .tab-content .tab-pane .number {
        font-size: 18px;
        margin-bottom: 0;
        float: left;
        line-height: 1;
    }
    .why-we .why-we-content .tab-content .tab-pane  p {
        font: 14px/18px "Trebuchet MS",sans-serif;
    }
    .why-we .why-we-content .tab-content .tab-pane .number + p {
        margin-left: 30px;
    }
    .tab2-sert-block{
        margin-bottom: 30px;
    }
    .text-center-xs{
        text-align: center;
    }
    .why-we .why-we-content .tab-content .tab-pane p {
        margin-left: 0;
    }
    .why-we .why-we-content .tab-content .tab-pane .award {
        padding: 20px;
        margin: 20px 0;
        margin-right: 0;
        height: 80px;
        width: 100%;
    }
    .why-we .why-we-content .tab-content .tab-pane .award:after{
        display: none;
    }
    .why-we .why-we-content .tab-content .tab-pane .offset {
        margin-top: 0;
    }
    .why-we .why-we-content .tab-content .tab-pane .item-title, .why-we .why-we-content .tab-content .tab-pane .number {
        font: 18px/25px Intro,sans-serif;
    }
    .box-design .info .design-title {
        font: 21px/25px Intro,sans-serif;
        margin-top: 0;
    }
    .box-design .info p {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .box-design .info p br {
        display: block;
    }
    .table_block{
        display: table;
        height: 452px;
        vertical-align: middle;
    }
    .table_block_inner{
        display: table-cell;
        vertical-align: middle;
    }
    .box-design .carousel-control {
        right: 15px;
        top: 15px;
    }
    .benefits-container .row>.col-xs-12{
        display: block;
    }
    .benefits-container .left .title .subtitle {
        margin-top: 0;
    }
    .benefits-container .row>.right {
        padding-top: 40px;
        overflow: hidden;
    }
    .benefits-container .left {
        background-size: 270px;
        padding-bottom: 310px;
        background-position: 15px 140px;
        max-width: 330px;
        margin: 0 auto;
    }
    .clients-delivery .subtitle {
        line-height: 1.5;
    }
    .difficulties .difficulties-list ul li p {
        padding-left: 0;
        padding-top: 15px;
        color: #333;
        font: 16px/20px "Trebuchet MS",sans-serif;
        white-space: normal;
        text-align: center;
    }
    .difficulties .difficulties-list ul li p br{
        display: none;
    }
    .difficulties .difficulties-list ul li {
        margin: 0 15px 35px !important;
        width: 40%;
    }
    .difficulties .difficulties-title br{
        display: none;
    }
    .difficulties {
        padding: 40px 0 10px;
    }
    .recall {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .recall .title .subtitle {
        font-size: 21px;
        line-height: 1.5;
    }
    .recall .title {
        font-size: 30px;
        margin-left: -30px;
    }
    .recall .question-mark {
        top: -12px;
        font-size: 140px;
        line-height: 1;
    }
    .placeholder-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .clients-delivery {
        padding: 40px 0;
    }
    .reviews {
        padding: 40px 0;
    }
    .review-number-list{
        margin-bottom: 30px;
    }
    .how-we-work .title-cover .big-title {
        margin-top: 0;
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .how-we-work .stages {
        padding: 120px 0 0;
    }
    .how-we-work .stages .stage.middle:before, .how-we-work .stages .stage:before {
        left: 15px;
        top: -15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 21px;
    }
    .how-we-work .stages .stage.middle:before {
        top: -15px;
    }
    .how-we-work .stages .stage.middle {
        padding-top: 52px;
        margin: 0 auto 65px;
        float: none;
        padding-left: 40px;
    }
    .how-we-work .stages>.row:not(:last-child) {
        padding-bottom: 0;
    }
    .how-we-work .stages .stage.large {
        width: 230px;
        height: 230px;
        margin: 0 auto 65px;
        float: none;
        padding-left: 50px;
        padding-top: 60px;
    }
    .how-we-work .stages .stage-3.lg-arrow:after, .how-we-work .stages .stage.lg-arrow:after{
        left: 50%;
        top: 100%;
        margin-top: 8px;
        margin-left: -10px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #d6d6d6;
        background: transparent;
        width: auto;
    }
    .how-we-work .stages .stage-2.sm-arrow:after {
        left: 50%;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        margin-top: 8px;
    }
    .how-we-work .stages>.row.offset-top {
        margin-top: 0;
        top: 0;
        padding-bottom: 20px;
    }
    .how-we-work .stages .stage.stage-6{
        margin-bottom: 30px;
    }
    .how-we-work .stages .stage>span {
        white-space: normal;
        width: 190px;
    }
    .an-offer .an-offer-title span {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px;
        display: inline-block;
    }
    .benefits-box .title .subtitle {
        width: auto;
        font-size: 24px;
        line-height: 1.4;
    }
    .benefits-box .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(191,191,191,.3);
        font-size: 21px;
        line-height: 1.4;
    }
    .benefits-box {
        padding-top: 35px;
    }
    .benefits-box form p br{
        display: none;
    }
    .benefits-box .box-preview-container {
        margin-top: 50px;
    }
    .photo-production .photo-slider {
        margin-top: 30px;
    }
    .photo-production .jspPane ul {
        margin-left: 0;
        padding: 20px 0;
    }
    .photo-production .photo-production-list ul li {
        width: 280px !important;
        padding: 5px !important;
    }
    .photo-production .photo-production-list .jspContainer {
        min-height: 340px;
    }
    .output-boxes .container-fluid .row>.centered {
        padding: 0 15px;
        background: transparent;
    }
    .output-boxes .output-boxes-title {
        font-size: 18px;
        line-height: 1.4;
    }
    .map-container .container-fluid .contacts-cover {
        width: 100%;
        position: relative;
        margin-top: 0;
        padding: 30px 20px;
        right: 0;
    }
    .map-container .container-fluid .contacts-cover .contacts-title {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.5;
    }
    .map-container .container-fluid .contacts-cover ul li {
        margin: 10px 0;
    }
    .map-container .container-fluid .contacts-cover ul li span {
        font-size: 14px;
    }
    .p-0{
        padding-left: 0;
        padding-right: 0;
    }
    .map-container {
        background: #fff;
    }
    .map-container #map {
        height: 300px;
    }
    .warranty-text3 .description {
        padding-right: 15px !important;
    }
    .why-we {
        margin-top: 20px;
    }
    .modal .modal-dialog {
        margin-top: 80px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .modal .modal-title {
        top: -60px;
        font-size: 16px;
        line-height: 1;
    }
    .modal .modal-content {
        padding: 20px 0 0;
    }
    .modal-body {
        padding: 0;
    }
    .dropdown-menu>li>a {
        padding: 8px 12px;
    }
    .warranty .icon {
        margin: 0 auto;
    }
    .icon-warranty{
        width: 250px;
        margin: 0 auto;
    }
    .output-boxes {
        padding-top: 10px;
    }
    .thanks-page {
        padding: 100px 0 10px;
    }
    .thanks-title {
        font-size: 24px;
    }
    .thanks-page-block {
        font-size: 16px;
        line-height: 1.4;
    }
    .thanks-img {
        top: 0;
        position: relative;
        width: 100%;
        right: 0;
        max-width: 250px;
    }
    .thanks-page-inner {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .dignity-section {
        padding: 0 0 50px;
    }
}

@media (orientation: landscape) and (max-width: 767px){
    .navigation .navigation-body ul li span br{
        display: none;
    }
    .navigation .navigation-body ul li {
        padding: 5px 0;
    }
    .navigation .navigation-body {
        padding-bottom: 0;
    }
}

@media (max-width: 576px){
    .dignity-list ul li {
        width: 310px;
    }
    .dignity-block {
        display: block;
        padding: 20px;
    }
    .dignity-list ul{
        padding: 40px 0 30px;
    }
    .dignity-list-img {
        margin: 0 auto 20px;
    }
    .dignity-list-desc {
        max-width: 100%;
        padding: 0;
    }
    .navigation .logo-container a img {
        width: 90px;
        margin-top: 8px;
    }
    #main .button {
        max-width: 235px;
    }
    .header .tabs-boxes .cover-box {
        width: 290px;
        height: 215px;
        margin: 0 auto;
        position: relative;
        right: -45px;
    }
    .header .tabs-boxes .nav-tabs {
        top: 28px;
        left: -80px;
        width: 290px;
        margin: 0 auto;
    }
    .header .gray {
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .box-design {
        position: relative;
        margin-top: 0;
        background: transparent;
        height: auto;
    }
    .box-design .info {
        position: relative;
    }
    .table_block {
        display: block;
        height: auto;
        margin-bottom: 40px;
    }
    .box-design .info .info-desc{
        width: 100%;
        padding-top: 20px;
    }
    .box-design .info .design-title {
        color: #333;
    }
    .box-design .info p {
        color: #333;
        font: 14px/18px "Trebuchet MS",sans-serif;
    }
    .box-design .carousel-inner {
        background: rgba(0,0,0,.7);
    }
    .box-design .carousel-inner .col-xs-offset-7 {
        margin-left: 5%;
    }
    .box-design .carousel-control {
        right: 25px;
        top: auto;
        bottom: 385px;
    }
    .difficulties .difficulties-list ul li {
        margin: 0 0 35px !important;
        width: 100%;
        max-width: 300px;
    }
    .recall .title {
        margin-left: 0;
    }
    .reviews .review-number-list span {
        margin-right: 7px;
    }
    .benefits-box .box-preview-container .box-preview {
        width: 300px;
        height: 325px;
        left: 50%;
        margin-left: -150px;
    }
    .benefits-box .box-preview-container {
        height: 325px;
        width: 300px;
        margin: 50px auto 0;
    }
    .photo-production {
        padding-top: 40px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-1 {
        left: 70px;
        top: 0;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-2 {
        top: 15px;
        left: 155px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-3 {
        left: 220px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-4 {
        top: 173px;
        left: 228px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-5 {
        left: 190px;
        top: 190px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-6 {
        top: 215px;
        right: 142px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-7 {
        top: 190px;
        left: 70px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-8 {
        top: 85px;
        left: 45px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-10 {
        top: 60px;
    }
    .benefits-box .box-preview-container [class^=box-info].box-info-9 {
        top: 150px;
        left: 35px;
    }
    .benefits-box .box-preview-container .dropdown-container {
        left: -40px;
        width: 300px;
    }
    .benefits-box .box-preview-container .box-info-1 .dropdown-container{
        left: -74px;
    }
    .benefits-box .box-preview-container .box-info-2 .dropdown-container{
        left: -158px;
    }
    .benefits-box .box-preview-container .box-info-3 .dropdown-container{
        right: -78px;
    }
    .benefits-box .box-preview-container .box-info-4 .dropdown-container{
        right: -70px;
    }
    .benefits-box .box-preview-container .box-info-5 .dropdown-container{
        right: -104px;
    }
    .benefits-box .box-preview-container .box-info-6 .dropdown-container{
        right: -142px;
    }
    .benefits-box .box-preview-container .box-info-7 .dropdown-container{
        left: -75px;
    }
    .benefits-box .box-preview-container .box-info-8 .dropdown-container{

    }
    .benefits-box .box-preview-container .box-info-9 .dropdown-container{

    }
    .benefits-box .box-preview-container .box-info-10 .dropdown-container{
        left: auto;
        right: -105px;
        top: -42px;
    }
    .modal-footer .col-xs-3{
        width: 100%;
        padding-bottom: 30px;
    }
    .modal .modal-dialog .modal-footer .img {
        height: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 467px) {
    .logo-container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .navigation .contacts {
        padding-top: 9px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .open_main_menu .lines {
        top: -3px;
    }
    .navigation .button.order .show{
        display: none !important;
    }
    .navigation .contacts .right {
        margin-right: 10px;
    }
    .navigation .contacts .right .button {
        padding: 6px 13px 8px;
    }
    .container-fluid {
        max-width: 100%  !important;
    }
    .header .gray {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: -650px;
    }
    .navigation .contacts .right .button {
        padding: 6px 5px 8px;
    }
    .button.order span {
        font: 12px/16px "Trebuchet MS",sans-serif;
    }
    .navigation .contacts .left {
        margin-right: 2px;
    }
    .curent-lang {
        font: 14px/14px Intro,sans-serif;
        width: 34px;
    }
    .curent-lang:after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #333;
    }
    .header-lang .dropdown-menu li a {
        font: 14px/14px Intro,sans-serif;
    }
    .header-lang .dropdown-menu {
        margin-top: 10px;
    }
    .box-design .carousel-inner .col-xs-offset-7 {
        margin-left: -60px;
    }
    .benefits_icon {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .benefits-container .right:before{
        display: none;
    }
    .benefits_desc {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 0;
        text-align: center;
        padding: 5px 0;
        margin-bottom: 25px;
    }
    .benefits_desc_inner{
        display: block;
    }
    .benefits-container .right .benefits_block:first-child {
        margin-top: 0;
    }
    .benefits-container .right .benefits-5 {
        margin-bottom: 10px;
    }
    .benefits-container .row>.right {
        padding-bottom: 10px;
    }

}
@media (max-width: 400px){
    .header .tabs-boxes .nav-tabs {
        top: 45px;
        left: 0;
    }
    .header .tabs-boxes .cover-box {
        height: 235px;
    }
    .bootstrap-select > .dropdown-toggle{
        padding: 6px;
    }
    .bootstrap-select .dropdown-toggle .caret {
        right: 6px;
    }
    .recall .title {
        margin-left: 10px;
    }
    .reviews .reviews-carousel .item {
        min-height: 240px;
    }
    .dropdown-menu>li>a {
        padding: 8px 12px;
    }
}
@media (max-width: 700px){
h1, .h1 {
    font-size: 29px;
}

}

@media (max-width: 700px) {
    h1, .h1 {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    #main .button {
        max-width: 244px;
    }
}
@media (max-width: 700px) {
    .navigation .contacts {
        display: flex;
        align-items: center;
                justify-content: space-between;
}
.navigation .contacts .left {
    width: auto !important;
}
}
@media (max-width: 390px) {
    .navigation .contacts .left {
        width: 15px !important;
    }
}
@media (max-width: 355px) {
    .navigation .contacts .left {
        width: 33px !important;
    }
     .navigation .contacts .right {
        margin-right: 5px;
    }
.open_main_menu .lines {
    width: 20px;
} 
.open_main_menu .lines:before, .open_main_menu .lines:after {
   width: 20px;
}
}

@media (max-width: 380px) {

     .recall .title .subtitle {
        font-size: 18px;
        line-height: normal;
    }
    .recall .title {
        font-size: 21px;
    }
}
.iti {
      width: 100% !important;
}