html{font-family:"Open Sans", sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,
figcaption,figure,footer,header,main,
menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
progress{vertical-align:baseline}
template,
[hidden]{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:inherit;font-weight:bolder}
dfn{font-style:italic}
h1{font-size:2em;margin: 1.8em 0;}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
figure{margin:1em 40px}
hr{    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(167,73,146,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(167,73,146,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(167,73,146,0.75)), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(167,73,146,0.75), rgba(0,0,0,0));
	margin: 20px;}
button,input,optgroup,select,textarea{font:inherit;margin:0}
optgroup{font-weight:700}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type="button"],
[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
ol,ul{list-style: none;}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/*
.container{margin:0 auto;max-width:1280px;width:90%}
@media only screen and (min-width: 601px){.container{width:85%}}
@media only screen and (min-width: 993px){.container{width:70%}}
*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
*/

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1110px;
    }
    html {
        font-size: 15px;
    }
}

/*
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
*/


/* .container .row{margin-left:-.75rem;margin-right:-.75rem} */
.container .row{margin-right: -15px;margin-left: -15px;}

.section{padding-top:1rem;padding-bottom:1rem}
.section.no-pad{padding:0}
.section.no-pad-bot{padding-bottom:0}
.section.no-pad-top{padding-top:0}



.row{margin-left:auto;margin-right:auto;}
.row:after{content:"";display:table;clear:both}
/* .row .col{float:left;box-sizing:border-box;padding:0 .75rem} */
.row .col{float:left;box-sizing:border-box;padding-right: 15px;padding-left: 15px;}
.row .col.s12{width:100%}.row .col.s11{width:91.66666667%}.row .col.s10{width:83.33333333%}.row .col.s9{width:75%}.row .col.s8{width:66.66666667%}.row .col.s7{width:58.33333333%}.row .col.s6{width:50%}.row .col.s5{width:41.66666667%}.row .col.s4{width:33.33333333%}.row .col.s3{width:25%}.row .col.s2{width:16.66666667%}.row .col.s1{width:8.33333333%}
@media (min-width: 768px){.row .col.sm12{width:100%}.row .col.sm11{width:91.66666667%}.row .col.sm10{width:83.33333333%}.row .col.sm9{width:75%}.row .col.sm8{width:66.66666667%}.row .col.sm7{width:58.33333333%}.row .col.sm6{width:50%}.row .col.sm5{width:41.66666667%}.row .col.sm4{width:33.33333333%}.row .col.sm3{width:25%}.row .col.sm2{width:16.66666667%}.row .col.sm1{width:8.33333333%}}
@media (min-width: 992px){.row .col.m12{width:100%}.row .col.m11{width:91.66666667%}.row .col.m10{width:83.33333333%}.row .col.m9{width:75%}.row .col.m8{width:66.66666667%}.row .col.m7{width:58.33333333%}.row .col.m6{width:50%}.row .col.m5{width:41.66666667%}.row .col.m4{width:33.33333333%}.row .col.m3{width:25%}.row .col.m2{width:16.66666667%}.row .col.m1{width:8.33333333%}}
@media (min-width: 1200px){.row .col.l12{width:100%}.row .col.l11{width:91.66666667%}.row .col.l10{width:83.33333333%}.row .col.l9{width:75%}.row .col.l8{width:66.66666667%}.row .col.l7{width:58.33333333%}.row .col.l6{width:50%}.row .col.l5{width:41.66666667%}.row .col.l4{width:33.33333333%}.row .col.l3{width:25%}.row .col.l2{width:16.66666667%}.row .col.l1{width:8.33333333%}}
/*@media (min-width: 1200px)*/

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.left-align {
    text-align: left;
}

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

.center, .center-align {
    text-align: center;
}

.no-pad{
    padding: 0;
}

/** END **/

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?oevb5e');
    src:    url('../fonts/icomoon.eot?oevb5e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?oevb5e') format('truetype'),
    url('../fonts/icomoon.woff?oevb5e') format('woff'),
    url('../fonts/icomoon.svg?oevb5e#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .bottom_home:after, .bottom_home:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right-quote:before, .bottom_home:before{
    content: "\e901";
}
.icon-left-quote:before, .bottom_home:after {
    content: "\e903";
}
.icon-location:before {
    content: "\e902";
}
.icon-email:before {
    content: "\e900";
}
.icon-close:before {
    content: "\e5cd";
}
.icon-date_range:before {
    content: "\e916";
}
.icon-keyboard_arrow_down:before {
    content: "\e313";
}
.icon-keyboard_arrow_left:before {
    content: "\e314";
}
.icon-keyboard_arrow_right:before {
    content: "\e315";
}
.icon-keyboard_arrow_up:before {
    content: "\e316";
}
.icon-menu:before {
    content: "\e5d2";
}
.icon-phone_in_talk:before {
    content: "\e61d";
}



/* START */
header{
    margin: 0 auto 25px;
    height: 84px;
}

.logo{
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
}

.logo img{
    max-width: 291px;
    width: 100%;
}

.contacts{
    text-align: right;
    font-size: 0;
    height: 26px;
}

.contacts a{
    color: #000;
}

.contacts > div{
    font-size: 13px;
    color:#424242;
    display: inline-block;
    vertical-align: top;
}
.contacts > div:not(:last-of-type) {
    border-right: 1px solid #ececec;
    padding-right: 11px;
    margin-right: 7px;
}

.contacts [class^="icon-"]{
    margin-right:5px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.contacts [class^="icon-"]:before{
    color: #ef7f1a;
    font-size: 20px;
}

header .phones span{
    font-size: 14px;
    font-weight: bold;
}

header nav{
    text-align: right;
}

header .top-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    display: inline-block;
    position: relative;
}

header .top-menu:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #ececec;
    position: absolute;
    bottom: 1px;
    left:0;
    z-index: 1;
}

header .menu-item{
    display: inline-block;
    vertical-align: top;
}

header .menu-item.active a, .menu-item:hover a{
    border-color: #EF7F1A !important;
}

header .menu-item a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding: 10px 13px;
    display: block;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    transition: 0.15s ease-in-out;
    position: relative;
    z-index: 2;
}

/** HOME **/
.home_banner{
    height: calc(100vh - 124px);
    background: url('../images/backgorund.jpg') no-repeat #000;
	background-size: cover;
    position:relative;
    min-height: 375px;
}

.home_banner:after{
    background: url('../images/bg.png') repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



.home_banner .container{
    position:relative;
    height: 100%;
    z-index: 2;
}

.home_text{
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 25px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    top: 50%;
    margin-top: -150px;
    min-height: 260px;
    display: block;
}

.open-video{
    position: relative;
    margin-top: 40px;
}

.open-video:after, .open-video:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    width: 35%;
}

.bth{
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    background: #ee7f1a;
	
    border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #b05707;

    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    width: 28%;
    cursor: pointer;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bth:hover, .bth:focus, .bth:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.home_text h1{
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
}

.home_text p{
    font-size: 20px;
}

.scroll_down{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 25px;
    padding: 0 20px;
}

.scroll_down span{
    display: block;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 2px 5px;
}

.unu{
    margin-top: 6px;
}

.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

.trei{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
}

.mouse{
    height: 26px;
    width: 18px;
    border-radius: 10px;
    transform: none;
    border: 2px solid white;
    margin-bottom: 3px;
}

.wheel{
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
}

.wheel{
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-moz-keyframes mouse-wheel{
    0% { top: 1px; }
    50% { top: 2px; }
    100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {
    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes mouse-scroll {
    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}


/** home text **/
#about{
    padding: 20px 15px 40px;
}
#about h2{
    font-size: 25px;
}



.dashboard{
    padding: 20px 0 40px;
    background: #f8f8f8;
}

.ico-case{
    background: #fff;
    box-shadow: 0 1px 2px #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 12px;
    float: left;
}

.dashboard h2{
    display: block;
    text-align: center;
}

.dashboard_info{
    margin-left: 130px;
}

.dashboard_info h2{
    font-size: 19px;
    margin-top: 0;
}
.dashboard-description{
    font-size: 13px
}

@font-face {
    font-family: 'home';
    src:    url('../fonts/home.eot?8jpcyn');
    src:    url('../fonts/home.eot?8jpcyn#iefix') format('embedded-opentype'),
    url('../fonts/home.ttf?8jpcyn') format('truetype'),
    url('../fonts/home.woff?8jpcyn') format('woff'),
    url('../fonts/home.svg?8jpcyn#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="home-"]{
    font-family: 'home' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 43px;
    padding: 20px;
    width: 84px;
    height: 83px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 1px solid #ededed;
    color: #ef7f1a;
}

.home-31054:before {
    content: "\e900";
}
.home-86666:before {
    content: "\e901";
}
.home-349960:before {
    content: "\e902";
}
.home-425397:before {
    content: "\e903";
}


.bottom_home{
    font-size: 16px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    margin: 100px 0;
}
.bottom_home:after, .bottom_home:before{
    position: absolute;
    color: #ef7f1a;
    font-size: 23px;
}
.bottom_home:after{
    top:-15px;
    left: -20px;
}
.bottom_home:before{
    bottom:-15px;
    right: -20px;
}


/** CONTENT **/
.list_subcat{
    background:#f7f7f7 none repeat scroll 0 0;
    border-top:2px solid #eee;
    border-bottom:2px solid #eee;
}

.list_subcat li{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #ef7f1a;
    margin: 0 5px;
    cursor: default;
}

.submenu_description{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-top: 8px;
    display: block;
    text-align: center;
}

.list_subcat h2{
    font-size: 18px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.list_subcat li:not(:last-of-type):after{
    content: '/';
    display: inline-block;
    color: #000;
    padding-left: 10px;
}

.list_subcat li > a{
    color: #000;
    text-decoration: none;
    transition: 0.3s all;
    border-bottom: 2px solid transparent;
}

.list_subcat li:hover a{
    border-color: #000;
}

.category_description{

}

.item-title-link{
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}

.up_title time{
    font-size:13px;
    color:#909090
}

.content_item{
    padding: 30px 0;
}

.content_item:not(:last-of-type){
    border-bottom: 1px solid rgb(244, 244, 244);
}

.thumb_image{
    margin: 20px 0 0;
}

.thumb_image img, .gallery_images li img{
    max-height: 300px;
    max-width: 100%;
}

.gallery_images{
    list-style: none;
    text-align: center;
}

.category-page{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-bottom: 30px;
}

.equipment-category{
    border-bottom:none;
}

.equipment-item{
    margin-bottom: 40px;
}

.equipment-item .item-title-link{
    height: 54px;
}

.full-page,
.service-page{
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 50px;
}

.full-page .thumb_image{
    margin: 20px 0;
}

.full-page a, .service-page a{
    color: #4E95D1;
}

.page-title h1{
    font-size: 20px;
}


/** service page **/
.service-page .page-content{
    margin: 40px;
}

.service_item{
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    background: #F7F7F7;
}
.service-title{
    font-size: 15px;
    font-weight: bold;
    padding: 14px 23px;
    position: relative;
    cursor: pointer;
}

.service-title i{
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 15px;
}

.service_item.active .service-content{
    display: block;
}

.service-content{
    display: none;
}

.service-content li{
    margin-bottom: 7px;
    list-style: circle;
    padding-left: 5px;
}


/** Order page **/
.page-order{
    border-bottom: none;
}
.page-order .page-content{
    margin-bottom: 30px;
}

.tabs-changer div{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 18px 10px;
	font-size: 14px;
    text-align: center;
    color: #fff;
    background: #993399;
    cursor: pointer;
    margin: 10px 20px 10px 0;
    transition: 0.15s all;
	border-radius: 4px;
	border-bottom: 2px solid #2E75B1;
}

.tabs-changer div.active{
    background: #EF7F1A;
	border-bottom: 2px solid #b05707
}

.tabs-content{margin-top: 30px;}
.tabs-content{display: none;}
.tabs-content.active{display: block;}


.fields{
    padding: 0;
}
.field__item{margin-bottom:20px;}
.field__item .error{
    color: #ef381a;
    font-size: 11px;
}
.item_separator{margin:0;}
.field__title {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}
.item_separator .field__title{
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 18px;
}

.item_separator.big_separator .field__title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 30px;
}
.item_separator.bold_separator .field__title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.field__item input[type="text"], .field__item .message_text {
    box-sizing: border-box;
    color: #1B1B1B;
    padding: 7px 10px;
    width: 100%;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #2cb0d8;
}
.field__item .message_text{
    height:60px;
    resize: none;
}
.field__item .desc{
    font-size: 13px;
    color: #898989;
    margin: 5px 0px;
}
.fields input[type="submit"]{
    margin: 20px 0;
}

.field__item.radio_group{}
.field__item.radio_group .field__title{}
.field__item.radio_group .field__radio, .field__item.check_order .field__checkbox{}


/** breadcrumbs **/
.breadcrumbs{
    list-style: none;
    padding: 13px 0;
    margin: 0;
}

.breadcrumbs_item{
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.breadcrumbs_item:not(:last-of-type):after{
    content: '/';
    display: inline-block;
    color: #000;
    padding-left: 4px;
}
.breadcrumbs_item-link{
    color: #000;
}
.breadcrumbs_item-text{
    color: #ef7f1a;
}

/** Pagination **/
.pagination{
    padding: 0;
}

.pagination_item{
    display: inline-block;
    vertical-align: top;
    line-height: 33px;
    text-align: center;
    margin-right: 10px;
}

.pagination_item a, .pagination_item span{
    width: 37px;
    height: 37px;
    color: #000;
    font-size: 14px;
    background: #ECECEC;
    display: block;
    text-decoration: none;
    transition: 0.15s all;
    line-height: 37px;
}

.pagination_page-active, .pagination_item:hover a{
    background: #ef7f1a !important;
    color: #fff !important;
}


.pagination_item a i{
    font-size: 19px;
    line-height: 36px;
    display: inline-block;
    width: 7px;
    position: relative;
}

.pagination_item a i:before{
    width: 7px;
    display: inline-block;
    margin-left: -10px;
}

main{
    min-height: calc(100vh - 286px);
}

.page-404 {min-height: 300px;}
.page-404 p {color: #666;}
.page-404 .title{font-size: 23px;}
.page-404 span{
    font-size: 100px;
    color: #f6e7e0;
}

.lg-on{
    overflow: hidden;
}


/** FOOTER **/
footer{
    background: #2c2c2c;
    min-height: 85px;
    color: #fff;
    padding: 40px 0;
}

footer .row{
    font-size: 0;
}
footer .row > div{
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    float: none !important;
}

footer .phones{
    color: #ef7f1a;
    font-size:14px;
    font-style: italic;
    margin-bottom:10px;
}
footer .phones span{
    color: #fff;
    font-size:16px;
    font-style: normal;
    font-weight: bold;
}

footer a{
    color: #ef7f1a;
}

footer a[href*="mailto"]{
    margin-top:10px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}













.page__mobile {
    font-size:14px;
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    z-index: 10000;
    background: #FFF;
    color: #000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    /* enables momentum scrolling in iOS overflow elements */
    -webkit-overflow-scrolling: touch;
}

.page__mobile--js-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.page__overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(11, 11, 11, 0.6);
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.body_lock{
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    width: 100%;
}

/*
--------------------------------------------------
Navigation menus styles
--------------------------------------------------
*/

.mobile-nav__list {
    width: 100%;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.mobile-nav__list--drop {
    position: absolute;
    left: 100%;
    top: 0;
}

.mobile-nav__list--is-moving {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /*! transform: translateX(-100%); */
}

.mobile-nav ul{
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    border-bottom: 1px solid #e9e9e9;
}

.mobile-nav li.active {
    background: rgb(252, 240, 232);
}

.mobile-nav li:last-of-type{
    border-bottom: none;
}

.mobile-nav li.separator {
    color: #666;
    padding: 5px 25px;
    background: #ededed;
    margin-top: 50px;
    border-bottom: 0;
}

.mobile-nav li .menu_link {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 25px;
    text-decoration: none;
    color: #000;
    text-align: left;
    line-height: 20px;
    box-sizing: border-box;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    font-size: 14px;
}


.hidden {
    display: none !important;
}

/** ADAPTIVE **/

.mobile{
    display: none;
}

@media only screen and (max-width: 1199px) {

    header .menu-item a {
        font-size: 12px;
        padding: 10px 9px;
    }

    .logo {
        margin-top: 10px;
    }

    .contacts > div {
        font-size: 12px;
    }

    .contacts > div:not(:last-of-type) {
        padding-right: 9px;
        margin-right: 5px;
    }

    .contacts [class^="icon-"] {
        width: 20px;
        height: 17px;
    }

    .contacts [class^="icon-"]::before {
        font-size: 16px;
    }

    header .phones span {
        font-size: unset;
    }

    .home_text h1 {
        font-size: 30px;
    }
    .home_text p {
        font-size: 18px;
    }
    .open-video::after, .open-video::before {
        width: 33%;
    }

    footer *{
        text-align: center !important;
    }

    footer .col{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .mobile{
        display: block;
    }

    .no-mobile{
        display: none !important;
    }

    .mobile-nav{

    }

    .mobile-nav > a{
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        text-decoration: none;
        color: #000;
        background: #F3F1EE;
        padding: 5px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
    }

    .icon-menu{
        margin-left: 9px;
    }

    .logo, header .right-align{
        vertical-align: middle;
        display: inline-block;
        float: none !important;
        margin: 0px -4px;
    }

}

@media screen and (max-width:767px ) {


    html {
        font-size: 14px;
    }

    .open-video::after, .open-video::before{
        display: none;
    }

    .bth{
        width: 50%;
    }

    #about h2 {
        font-size: 22px;
    }

    header .right-align {
        padding: 0px;
    }

    header{
        height: 84px;
        margin: 10px auto;
    }

    .home_banner {
        height: 400px;
    }

    .bottom_home::before {
        right: 0px;
    }

    .bottom_home::after {
        left: 0px;
    }

    .list_subcat li, .list_subcat h2{
        font-size: 15px;
    }

    .item-title-link{
        font-size: 18px;
    }


}

@media screen and (max-width:460px ){

    header{
        margin: 10px auto;
        height: auto;
    }

    .home_text h1 {
        font-size: 22px;
    }

    .home_text p {
        font-size: 14px;
    }

    .bth {
        width: 100%;
        margin: 0;
    }

    .dashboard {
        padding: 20px 0 0px;
    }

    .dashboard_item h3{
        margin: 4px 0px;
    }
    .dashboard_item{
        text-align: center;
        margin-bottom: 50px;
    }

    .ico-case {
        padding: 14px;
        float: unset;
    }

    [class*="home-"] {
        border-radius: 50%;
        border: unset;
        padding: 0;
        overflow: unset;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }

    .dashboard_info{
        margin: 0;
    }


    .bottom_home {
        padding: 0 20px;
        margin: 60px 0;
    }
	
	.tabs-changer div{
		display: block;
		margin: 20px 0;
		font-size: 15px;
	}


}





.formals__select {
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: relative;
	margin-bottom: 75px;
}

.formals__select select {
    width: 100%;
    height: 100%;
    padding: 0 5px;

    background: none;
    
    border: 1px solid #2cb0d8;

    font-size: 14px;
    color: #000;
}

/* Убираем стандартные стрелочки в IE */
.formals__select select::-ms-expand {
    display: none;
}

.formals__select select:focus {
    outline: 0;
    border-color: #2cb0d8;
}

.formals__select select:hover {
    cursor: pointer;
}