html {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #282C2B;
    min-height: 100%;
    height: auto !important;
    width: 100%;
    /*padding-bottom: 439px;*/
}

ol, ul {
    list-style: none;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus, a:hover {
    text-decoration: none !important;
    outline: medium none;
    color: #FF7829;
}

.transition {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.transition_disabled {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.no_margin {
    margin: 0px;
}

.no_padding {
    padding: 0px;
}

.text_indent {
    text-indent: 30px;
}

.flex-center-wrapper {
    display: flex;
    display: -webkit-flex;
    align-content: center;
    align-items: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: medium none;
}

.trigger {
    margin-bottom: 0;
    margin-top: 0;
}

.trigger_up {
    margin-bottom: 25px;
    margin-top: -25px;
}

.offset-top1 {
    margin-top: 10px;
}

.offset-top2 {
    margin-top: 20px;
}

.offset-top3 {
    margin-top: 30px;
}

.offset-top4 {
    margin-top: 40px;
}

.offset-top5 {
    margin-top: 50px;
}

.offset-bottom1 {
    margin-bottom: 10px;
}

.offset-bottom2 {
    margin-bottom: 20px;
}

.offset-bottom3 {
    margin-bottom: 30px;
}

.offset-bottom4 {
    margin-bottom: 40px;
}

.offset-bottom5 {
    margin-bottom: 50px;
}

.scrolloff {
    pointer-events: none;
}

.row-centered {
    text-align: center;
    font-size: 0;
}

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

#up_button {
    display: none;
    bottom: 15px;
    right: 15px;
}

.toTop {
    width: 47px;
    height: 47px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 700;
    color: #fff !important;
    background: #DF3720;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 200;
}

.fa-angle-up::before {
    font-weight: 400;
}

.toTop:hover {
    color: #fff;
    background: #FF7829;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: scale(1.2);
}

.main-wrap {
    display: block;
    padding-top: 53px;
    height: auto;
    background-color: #FFF;
}

.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-rule: none;
    -moz-column-rule: none;
    column-rule: none;
}

/*header*/
header {
    display: none;
    padding: 20px 0 0;
    border-bottom: 2px solid #000;
}

.logo {
    display: block;
    max-width: 100%;
}

.logo img {
    margin: 0 auto;
}

.header_p {
    font-size: 16px;
}

header .side_content {
    padding-top: 20px;
    position: relative;
}

.header_phones {
    position: absolute;
    top: 24px;
    left: 0;
    /*right: 8px;*/
    padding: 7px 0;
    background-color: #FFF;
    display: none;
    z-index: 10;
}

.header_phones p {
    white-space: nowrap;
}

.phones {
    display: inline-block;
    position: relative;
}

.langs {
    display: inline-block;
    margin-left: 10px;
}

.change_lang.active {
    font-size: 20px;
    color: #FF8F2B;
    text-transform: capitalize;
}

.crumb:hover {
    color: #FF8F2B;
}

.nav {
    float: none;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

.nav li {
    float: none;
    display: inline-block;
}

.nav li a {
    font-size: 18px;
    font-weight: 100;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.nav li a:hover {
    border-color: #FF8F2B;
    background: none;
    color: #FF8F2B;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    margin-bottom: -1px;
}

/******************* menu-top-scroll - начало*/
.stuck_container {
    display: block;
    border-top: 1px solid #E0E0E0;
}

.stuck_container .navbar-nav {
    position: relative;
}

.stuck_container .nav {
    margin-top: 0;
}

.stuck_container .logo-mini {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 8px;
}

.stuck_container .nav .logo-mini a {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    border: none;
}

.stuck_container .nav .menu_inner {
    padding: 2px 0 0;
}

.stuck_container .nav .nav li a {
    margin-bottom: 0;
}

#stuck_container_scroll {
    visibility: hidden;
    position: fixed;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 999;
    -webkit-box-shadow: 0px 1px 2px #BBB;
    -moz-box-shadow: 0px 1px 2px #BBB;
    box-shadow: 0px 1px 2px #BBB;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/******************* menu-top-scroll - конец*/
/******************* mobilemenu*/
.mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 190;
}

.mobilepanel .logo-mobile {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
}

#mobilepanel_toggle {
    display: inline-block;
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 0;
}

#mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobilepanel_toggle span::after, #mobilepanel_toggle span::before, #mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#mobilepanel_toggle span::after, #mobilepanel_toggle span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobilepanel_toggle span::after {
    top: 8px;
}

#mobilepanel_toggle span::before, #mobilepanel_toggle span::after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

/*active*/
#mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#mobilepanel_toggle.active span::before, #mobilepanel_toggle.active span::after {
    top: 0;
    width: 15px;
}

#mobilepanel_toggle.active span::before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

#mobilepanel_toggle.active span::after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

#mobilepanel_callback {
    position: relative;
    top: 4px;
    left: 56px;
    font-size: 26px;
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: 8px 13px;
}

#mobilepanel_callback i {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    line-height: 1;
    left: 90%;
    top: 11px;
}

#mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 180;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 270px;
    padding: 132px 0 76px;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#mobilemenu.active {
    right: 0;
}

#mobilemenu.active .mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobilemenu_ul a {
    display: block;
    padding: 16px 25px;
    text-transform: uppercase;
    color: #2d2d2d;
}

.mobilemenu_ul a:hover {
    background: #FF8F2B;
    color: #FFF;
}

.mobilemenu_ul a.active {
    background: #b9b9b9;
    color: #2d2d2d;
}

.mobilemenu_ul a.mobile_with_ul {
    position: relative;
}

.mobilemenu_ul a .mobile_submenu_toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.mobilemenu_ul a .mobile_submenu_toggle::after {
    content: '\f078';
}

.mobilemenu_ul a .mobile_submenu_toggle:hover {
    background: #FFF;
    color: #666;
}

.mobilemenu_ul a.mobile_with_ul.active .mobile_submenu_toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobilemenu_submenu {
    display: none;
    padding: 0;
}

.mobilemenu_ul ul a {
    padding-left: 40px;
}

/******************** mobilemenu*/
.menu_inner {
    padding: 10px 0 0;
    width: 200px;
    font-size: 0;
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -100px;
    top: 100%;
    display: none;
}

.menu_inner li {
    display: block;
    background-color: #FFF;
}

.menu_inner li a {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
    border: none;
}

.opener:hover .menu_inner {
    display: block;
}

.opener:hover > a {
    border-color: #FF8F2B;
    background: none;
    color: #FF8F2B;
}

/*header*/
.title-top {
    position: relative;
    padding-bottom: 30px;
}

.title-top_primary {
    color: inherit;
    font-size: 34px;
    line-height: 34px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.button_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.button_block a {
    width: 90%;
    max-width: 500px;
    background-color: #FF8F2B;
    display: inline-block;
    margin: 0;
    padding: 19px 29px 18px 29px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    color: #FFF;
    transition: all 0.3s ease 0s;
}

.button_block a:hover, .button_block a:focus {
    background-color: #31353d;
}

/* pano - начало*/
.panorama-title-wrapper {
    margin: 20px 0;
    text-align: center;
    font-size: 26px;
}

#js-panorama {
    margin: 0 auto;
}

.panorama-nav-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.panorama-nav-wrapper .btn {
    margin: 5px 15px 5px 15px;
}

.panorama-dots-nav-wrapper {
    position: absolute;
    bottom: 0;
    text-align: left;
    overflow: overlay;
    width: auto;
    min-width: 100px;
}

.panorama-dots-nav-wrapper button {
    display: block;
    margin: 5px;
}

.panorama {
    padding-bottom: 0;
    position: relative;
}

.pano_more_container {
    position: absolute;
    bottom: 70px;
    z-index: 10;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    opacity: 0.4;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.panorama:hover .pano_more_container {
    opacity: 1;
}

.panorama .menu {
    background-color: #FFF;
    min-height: 50px;
}

.panorama .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.panorama .menu ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0 5px 0 5px;
}

.panorama .menu ul li a {
    color: #444;
    font-size: 18px;
    font-family: 'Roboto Condensed Light';
}

#panoram-slides .item {
    margin-bottom: 0;
}

#panoram-slides {
    text-align: center;
    margin: 25px auto 0;
}

#panoram-slides .item {
    padding: 10px;
    display: inline-block;
    position: relative;
}

#panoram-slides .caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    height: 108px;
    transition: all 0.3s ease 0s;
}

#panoram-slides .item:hover .caption {
    opacity: 1;
    outline: 1px solid #FF8F2B;
}

#panoram-slides .item .image {
    text-align: center;
}

#panoram-slides .item .image a {
    display: inline-block;
    max-width: 265px;
}

#panoram-slides .caption a {
    color: #373B44;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
}

#panoram-slides .caption a:hover {
    text-decoration: none;
}

#panoram-slides .caption span {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

#panoram-slides .owl-prev {
    position: absolute;
    top: 46%;
    left: -45px;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 50px;
    height: 100px;
    margin-top: -50px !important;
    background: url("../img/prev.png") 0px 50% no-repeat !important;
}

#panoram-slides .owl-next {
    position: absolute;
    top: 46%;
    right: -45px;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 50px;
    height: 100px;
    margin-top: -50px !important;
    background: url("../img/next.png") 100% 50% no-repeat !important;
}

.owl-prev:hover {
    opacity: 0.5
}

.owl-next:hover {
    opacity: 0.5
}

/* pano - конец*/

/* gallery-unit */

/* gallery-unit */

/*footer*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 102;
    font-size: 16px;
    padding-top: 20px;
    background-color: #323232;
}

footer a:hover,
footer a:focus {
    color: #FF8F2B;
}

.footer_title {
    font-size: 26px;
    color: #FFF;
}

.footer_title:hover {
    color: #FF8F2B;
}

.footer_slogan {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 20px;
}

.footer_title_menu {
    display: none;
    font-size: 26px;
    color: #FF8F2B;
    margin-bottom: 10px;
}

.footer_a, .footer_p {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin: 0px 0 15px;
    line-height: 18px;
    color: #FFF;
}

.footer_callback {
    font-size: 20px;
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    border-bottom: 2px solid #FF8F2B;
    margin: 14px 0 20px 0px;
}

.footer_callback:hover {
    color: #FF8F2B;
    border-bottom: 2px solid #FFF;
}

.footer_social {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer_social:hover {
    opacity: 0.8;
}

.footer_social img {
    width: 32px;
}

.rights {
    color: #999;
    font-size: 12px;
}

.rights:hover, .footer_a:hover {
    color: #FFC089;
}

.center-col-inner {
    border-left: 2px solid #FF8F2B;
    border-right: 2px solid #FF8F2B;
    padding: 0 10% 0 25%;
}

.center-col {
    padding: 0 5%;
}

.left-col {
    padding: 0 0 0 8%;
}

.right-col .footer_p {
    margin-bottom: 12px;
}

/*footer*/

/*feedback*/
#feedback {
    background-color: #FFF;
}

#feedback .title-top {
    padding-bottom: 15px;
}

#feedback .title-top_primary {
    color: #000;
    font-weight: 500;
    text-align: center;
}

.container_form {
    margin: 0px auto;
    width: 43%;
    min-width: 290px;
}

.container_form .block_form {
    margin-bottom: 30px;
}

#feedback .title_form p {
    color: #000;
    text-align: center;
    margin: 0px 0px 20px;
    font-size: 16px;
}

#feedback .feedback_label {
    margin-bottom: 20px;
    width: 100%;
    font-weight: 400;
}

#feedback-form .form-control {
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
    color: #444;
}

#feedback-form textarea.form-control {
    height: 125px;
    resize: none;
}

#feedback-form .form-control:focus {
    border-color: #FF8F2B;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #FF8F2B;
}

#feedback-form .error {
    font-size: 13px;
    color: rgb(180, 69, 69);
    text-align: left;
    width: 100%;
}

#feedback_success.alert_form p {
    text-align: center;
    color: #FF8F2B;
    font-size: 24px;
    font-weight: 500;
}

.feedback_contacts_title {
    margin-top: -55px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

/*feedback*/

/******order_service*/
#order_service {
    display: none;
}

#order-form .form-control {
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
    color: #444;
}

#order-form textarea.form-control {
    height: 100px;
}

#order-form .form-control:focus {
    border-color: #FF8F2B;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #FF8F2B;
}

#order_service .error {
    font-size: 13px;
    color: rgb(180, 69, 69);
    text-align: left;
    width: 100%;
}

#order_success.alert_form p {
    text-align: center;
    color: #FF8F2B;
    font-size: 24px;
    font-weight: 500;
}

.order_contacts_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
}

/*modal*/
.modal-content {
    position: relative;
}

.modal_triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 80px solid #FF8F2B;
    border-left: 60px solid transparent;
    top: 0;
    right: 0;
}

.modal_f .modal-content {
    border-radius: 0;
}

.modal_f .modal-content .modal-header {
    background-color: #FFF;
}

.modal_f .modal-content .modal-header .modal-title {
    color: #FFF;
    font-weight: 400;
}

.modal_f .modal-content .modal-header .close {
    color: #FFF;
    opacity: 0.8;
}

.modal_f .title_form {
    margin: 0px;
    text-align: center;
}

.modal_f .title_form p {
    font-size: 16px;
    color: #726E65;
    margin: 5px 0 5px;
}

.modal_f .block_form .alert_form {
    font-size: 16px;
    color: #726E65;
    font-weight: 400;
    text-align: center;
    border: none;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
}

.modal_f .alert_form p {
    margin: 40px 0px 10px;
}

.block_form .error {
    font-size: 13px;
    color: rgb(180, 69, 69);
    text-align: left;
    width: 100%;
}

.modal_f .form-control {
    border-radius: 0;
}

.modal_f .form-control:focus {
    border-color: #FF8F2B;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #FF8F2B;
}

.modal-dialog.modal_f {
    margin-top: 60px !important;
}

/*modal*/

#main_callback {
    display: none;
    -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    right: -68px;
    z-index: 999;
}

.bc_arrow {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
}

.btn-content {
    display: inline-block;
    padding: 6px 15px 7px;
    color: #FFF;
    font-size: 17px;
    background-color: #FF8F2B;
    border-radius: 0;
    border: 1px solid #FF8F2B;
    text-decoration: none !important;
}

.btn-content:hover {
    background-color: #FFF;
    color: #FF8F2B;
}

h1 {
    text-align: left;
    margin: 5px 0 0;
    padding: 15px 0;
}

h1.rubric_title {
    border-top: 3px solid #FF8F2B;
    font-size: 40px;
}

h2.rubric_title {
    border-top: 3px solid #FF8F2B;
    font-size: 30px;
    margin: 5px 0 0;
    padding: 15px 0;
}

.section-rubric-title h3 {
    border-bottom: 2px solid #FF8F2B;
    display: inline-block;
    padding-bottom: 5px;
}

h4 {
    color: #FF8F2B;
    font-size: 30px;
}

.section-rubric-title ul li {
    border-bottom: 1px solid #FF8F2B;
    display: inline-block;
    font-weight: 600;
}

.num {
    font-size: 36px;
    margin-top: 30px;
    color: #000 !important;
}

.service_name {
    font-size: 28px;
    color: #000 !important;
    margin: 30px 0 20px;
    line-height: 1.2;
}

.service_desc {
    font-size: 16px;
    font-weight: 300;
    color: #000 !important;
}

.short_line {
    width: 50px;
    border: 3px solid #FF8F2B;
    margin: 5px 0 10px;
}

.service_text {
    position: relative;
}

.service_img {
    position: relative;
}

.adv_text {
    font-size: 16px;
}

.service_img .left_arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #FFF;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

.service_img .right_arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #FFF;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}

#map {
    margin-bottom: -16px;
}

.main_contacts {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.main_contacts_ico {
    margin: 20px auto 30px;
}

.client_card {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.client_hover {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 15%;
    right: 15%;
    background-color: rgba(249, 144, 47, 0.7);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
}

.client_name {
    margin: auto;
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto';
}

.client_card:hover .client_hover {
    opacity: 1;
    top: 5%;
    bottom: 5%;
    left: 10%;
    right: 10%;
}

/**********gallery*/
.photo {
    padding-top: 12px;
    padding-bottom: 12px;
}

.photos_item {
    -webkit-box-shadow: 0px 0px 9px -5px #2d3134;
    -moz-box-shadow: 0px 0px 9px -5px #2d3134;
    box-shadow: 0px 0px 9px -5px #2d3134;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 480px;
    height: 100%;
    overflow: hidden;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.photos_item:hover {
    -webkit-box-shadow: 9px 13px 26px -19px #2d3134;
    -moz-box-shadow: 9px 13px 26px -19px #2d3134;
    box-shadow: 9px 13px 26px -19px #2d3134;
}

.photos_item img {
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    transform: scale(1);
}

.photos_item:hover img {
    transform: scale(1.1);
}

.photos_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
}

.photos_item:hover::before {
    background-color: rgba(249, 144, 47, 0.7);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.photos_item::after {
    content: '';
    display: block;
    width: 39px;
    height: 22px;
    background: url(../img/eye.png) no-repeat 0% 0%;
    position: absolute;
    left: 50%;
    top: calc(75% + -20px);
    font-size: 28px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.photos_item:hover::after {
    opacity: 1;
}

.caption {
    display: block;
    opacity: 0;
    bottom: auto;
    padding: 0 15px;
    width: 100%;
    left: 5px;
    right: 5px;
    text-align: center;
    top: 75px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    position: absolute;
    color: #ffffff;
    transition: all .2s ease;
    z-index: 5;
}

.photos_item:hover .caption {
    opacity: 1;
}

.photo-title {
    font-size: 16px;
    position: absolute;
    bottom: -30px;
    left: 15px;
    right: 15px;
    text-align: left;
}

.photo-title:hover a, .photo-title:focus a {
    color: #FF8F2B;
}

/**************************price*/

.thin-container {
    min-width: 290px;
    max-width: 600px;
    margin: 0 auto;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th {
    border-top: 1px solid #FF8F2B;
}

.good-fonts {
    font-size: 12px;
    display: inline-block;
}

.portfolio_a {
    margin-top: 15px;
    display: inline-block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio_a img {
    width: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.portfolio_a .portfolio_title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(249, 144, 47, 0.7);
    color: #FFF;
    font-size: 28px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
}

.portfolio_title p {
    margin: auto;
}

.portfolio_a:hover .portfolio_title {
    opacity: 1;
}

.portfolio_a:hover img {
    width: 110%;
    max-width: 110%;
    margin-top: -5%;
    margin-left: -5%;
}

.portfolio_subcat_desc_wrapper {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.portfolio_subcat_desc_inner {
    margin: auto;
}

.portfolio_subcat_title {
    font-size: 24px;
    margin: 20px 0px 10px;
    display: inline-block;
    color: #FFF;
}

.portfolio_subcat_img {
}

.portfolio_subcat_item {
    text-align: left;
    position: relative;
}

.portfolio_subcat_img_container {
    overflow: hidden;
}

.portfolio_subcat_img_container img {
    width: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.portfolio_subcat_item:hover img {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.portfolio_subcat_title_border {
    width: 0px;
    border-bottom: 4px solid #FF8F2B;
    margin: 0px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.portfolio_subcat_item:hover .portfolio_subcat_title_border {
    width: 100%;
}

.portfolio_subcat_title_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.portfolio_subcat_title_inner {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.services_desc_wrapper {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.services_desc_inner {
    margin: auto;
}

.services_title {
    font-size: 24px;
    margin: 20px 0px 10px;
    display: inline-block;
    color: #FFF;
}

.services_img {
}

.service_item {
    text-align: left;
    position: relative;
}

.services_img_container {
    overflow: hidden;
}

.services_img_container img {
    width: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.service_item:hover img {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
    margin-top: -5%;
}

.services_title_border {
    width: 0px;
    border-bottom: 4px solid #FF8F2B;
    margin: 0px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.service_item:hover .services_title_border {
    width: 100%;
}

.services_title_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.service_title_inner {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.contacts_ico_container {
    text-align: left;
}

.my-layout {
    margin: 0 auto;
    padding: 0;
    max-width: 360px;
    height: 100%;
}

.contacts_helper {
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

.contacts_ico {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

.contacts_content {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 95%;
}

.contacts_content a {
    display: block;
}

.contacts_top_border {
    height: 70px;
    width: 100%;
    border-left: 1px solid #FF8F2B;
    border-top: 1px solid #FF8F2B;
    border-right: 1px solid #FF8F2B;
    margin-top: 5px;
}

.contacts_bottom_border {
    height: 70px;
    width: 100%;
    border-left: 1px solid #FF8F2B;
    border-bottom: 1px solid #FF8F2B;
    border-right: 1px solid #FF8F2B;
}

.contacts_social {
    display: inline-block;
    margin: 10px -1px 10px -5px;
}

.contacts_social img {
    width: 70%;
}

.pano_text_slider {
    font-size: 0;
    padding: 0 10%;
    margin: 20px auto;
}

.pano_text_slide {
    margin: 3px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px rgba(230, 142, 55, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(230, 142, 55, 0.5);
    box-shadow: 0px 0px 4px rgba(230, 142, 55, 0.5);
}

.pano_text {
    display: inline-block;
    width: 95%;
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
}

.pano_text_helper {
    display: inline-block;
    height: 440px;
    vertical-align: middle;
    width: 0;
}

.owl-buttons {
    display: none !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #FFF;
    border: 1px solid #FF8F2B;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #FF8F2B;
    border: 1px solid #FF8F2B;
}

.tour_a {
    display: block;
    max-width: 100%;
    padding: 10px 10%;
    text-decoration: none;
}

.tour_a:hover img {
    border-color: #FF8F2B;
}

.tour_a:hover .tour_name {
    color: #FF8F2B;
}

.tour_a img {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.tour_name {
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.step {
    border-top: 4px solid #FF8F2B;
    margin-top: 50px;
    margin-bottom: 30px;
}

.step_1 {
    text-align: left;
}

.step_2 {
    text-align: center;
}

.step_3 {
    text-align: right;
}

.step_title {
    font-size: 24px;
    color: #FF8F2B;
}

.step_text {
    font-size: 16px;
}

.step_number {
    margin: -60px 0 65px;
}

.circle span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #FF8F2B;
    border-radius: 50%;
}

.circle {
    margin: -50px 0px 15px;
}
.min_height{
    height: 1px;
    font-size: 0;
    padding: 0;
    margin: 0;
}
@media (max-width: 1150px) {
    .header_phone_toggler {
        padding: 0 5px;
        font-size: 26px;
        line-height: 1;
        font-weight: bold;
    }

    .header_phones {
        /*padding: 7px 5px;*/
    }
}

@media (max-width: 992px) {
    h1.rubric_title {
        font-size: 35px;
        padding: 9px 0;
    }
}

@media (max-width: 767px) {
    #stuck_container_scroll {
        display: none;
    }

    #mobilemenu, .mobilepanel {
        display: block;
    }

    .main-content-about h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-top: 0;
    }

    .main-content-about .btn-content {
        margin-top: 10px;
    }

    #feedback .title-top {
        padding-bottom: 10px;
    }

    #feedback .title-top h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .container_form .block_form {
        margin-bottom: 0;
    }

    h1.rubric_title {
        padding: 20px 0;
        font-size: 32px;
    }

    .toTop {
        width: 34px;
        height: 34px;
        line-height: 30px;
    }

    .fa-angle-up::before {
        font-size: 22px;
    }

    #panoram-slides .caption {
        height: 133px;
    }

    #panoram-slides .caption.big {
        height: 133px;
    }

    #panoram-slides .owl-prev {
        position: absolute;
        top: 46%;
        left: -5px;
    }

    #panoram-slides .owl-next {
        position: absolute;
        top: 46%;
        right: -5px;
    }

    .step_1 {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .step_2 {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .step_3 {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .right-col {
        text-align: center;
    }

    .box-services-pano .services_img_container {
        height: auto !important;
    }

    .services_desc_wrapper {
        display: block;
        height: auto !important;
        margin-bottom: 30px;
    }

    .contacts_helper {
        height: 75px;
    }

    .contacts_top_border {
        margin-top: 25px;
    }

    .contacts_ico_container {
        padding-right: 0;
    }

}

@media (min-width: 320px) {
    .fadeInLeft,
    .fadeInRight,
    .btn-content {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) {
    .modal-dialog.modal_f {
        width: 400px !important;
        margin: 60px auto !important;
    }

}

@media (min-width: 768px) {
    .main-wrap {
        padding-top: 0;
    }

    .main-content-about {
        margin-top: 50px;
    }

    .main-content-about .btn-content {
        margin-top: 50px;
    }

    .service_name {
        margin: 0 0 0 10px;
    }

    header {
        display: block;
    }

    #main_callback {
        display: block;
    }

    .title-top {
        padding-top: 20px;
    }

    .title-top_primary {
        font-size: 38px;
        line-height: 38px;
    }

    .air_bottom {
        display: block;
    }

    .client_name {
        font-size: 20px;
        font-weight: 500;
    }

    .my-layout {
        max-width: 100%;
    }

    .contacts_ico {
        width: 60px;
        height: 60px;
    }

    .good-fonts {
        font-size: 16px;
    }

    #up_button {
        bottom: 50px;
        right: 30px;
    }

    #panoram-slides {
        max-width: 684px;
    }

    #panoram-slides .caption {
        height: 76px;
    }

    #panoram-slides .caption.big {
        height: 133px;
    }

    #feedback .title_form p {
        font-size: 18px;
        text-align: center;
    }

    #feedback .alert_form p {
        font-size: 26px;
    }

    .footer_title {
        font-size: 36px;
    }

    .footer_slogan {
        font-size: 20px
    }

    .rights {
        font-size: 16px;
    }

    .right-col .footer_p {
        margin-bottom: 6px;
    }

    .footer_a, .footer_p {
        font-size: 20px;
    }

    .footer_callback {
        margin: -5px 0 20px 0px;
    }

    .footer_title_menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .nav li a {
        font-size: 22px;
    }

    .menu_inner li a {
        font-size: 18px;
    }

    .title-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .title-top_primary {
        font-size: 54px;
        line-height: 54px;
    }

    .contacts_ico {
        width: 60px;
        height: 60px;
    }

    #panoram-slides {
        max-width: 944px;
    }

    #panoram-slides .caption {
        height: 108px;
    }

    #panoram-slides .caption.big {
        height: 133px;
    }

    #feedback .alert_form p {
        font-size: 32px;
    }

    #feedback .title-top_primary {
        font-size: 44px;
        line-height: 44px;
    }

    .footer_title {
        font-size: 42px;
    }

    .footer_slogan {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .service_name {
        margin: 30px 0 20px;
    }

}
