body{
	overflow-x: hidden;
}
.sidebar .nav-item>a:hover,.sidebar .nav-item>a:focus,.sidebar .nav-link:hover {
    background-color: #ff7f00;
	color: white!important;
	transition: color .160s ease-in-out,background-color .160s ease-in-out,border-color .180s ease-in-out,box-shadow .180s ease-in-out;
}
.btn-border {border:1px solid #eee;}

.nav-link_active {
   
}

/* *, html {
  font-family: lato, sans-serif, Roboto;
}
 */
.underline_none, .underline_none:hover {
	text-decoration: none;
}
.red_hover:hover .fa {
	color: red;
}

.social_menu {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    -webkit-transition: .10s ease-out;
    /* -webkit-transition-delay: 0.35s; */
    -o-transition: .10 ease-out;
    /* -o-transition-delay: 0.20s; */
    -moz-transition: .10s ease-out;
    /* -moz-transition-delay: 0.35s; */
    transition: .10s ease-out;
    /* transition-delay: 0.35s; */
}
.social_menu:hover {
   /*  transform: rotate(360deg); */
   transform: scale(1.1);
}
.social_menu a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.youtube {
	background-image: url(/view/assets/img/social_icons/YouTube.gif);
    background-size: 100%;
}
.youtube:hover {
    background-image: url(/view/assets/img/social_icons/YouTube2.gif);
}

.facebook {
	background-image: url(/view/assets/img/social_icons/facebook.gif);
    background-size: 100%;
}
.facebook:hover {
    background-image: url(/view/assets/img/social_icons/facebook2.gif);
}

.twitter {
	background-image: url(/view/assets/img/social_icons/twitter.gif);
    background-size: 100%;
}
.twitter:hover {
    background-image: url(/view/assets/img/social_icons/twitter2.gif);
}

.odnoklasniki {
	background-image: url(/view/assets/img/social_icons/odnoklasniki.gif);
    background-size: 100%;
}
.odnoklasniki:hover {
    background-image: url(/view/assets/img/social_icons/odnoklasniki2.gif);
}

/*mega menu*/
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 1px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

/*Login Screen Style*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/* .btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
} */

/*
 * Card component
 */
/* .card {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
} */

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px ;
   /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px ;*/
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
   /* background-color: rgb(104, 145, 162);*/
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(97, 133, 150);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
/*end mega menu*/

.tc-inner {
    position: relative;
    background-color: #eaeaea;
    padding-top: 5px;
    margin: 8px;
}
.tc-inner:hover {
    background-color: #99cc00;
}
.owl-item .tc-inner p {
    font-size: 10px;
    height: 28px;
    overflow: hidden;
}
.tc-inner p {
    padding: 0px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #888888;
    position: relative;
    margin-top: 1px;
    padding-bottom: 5px;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tc-inner .tc-link-group {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 25%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tc-inner .tc-link-group a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
    color: #fff;
    margin: 3px 5px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tc-inner .figure {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}
.tc-inner .figure img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tc-inner:hover .figure img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.tc-inner:hover h5 {
    color: #fff !important;
}
.tc-inner h5 {
    padding: 0 20px;
    position: relative;
    color: #222;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/* footer {
    background-color: #cecece3d;
} */

.ls_text {
    bottom: 60px;
    left: 10rem;
}
/* .navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
} */
.bg-black {
    background-color: #000000!important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* .carousel {
  margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 70vh;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /* height: 65vh; */
}
#home_slider span.ti-angle-left, #home_slider span.ti-angle-right {
    font-size: 31px;
}
.img_01 {
	background: url("/view/assets/img/textur/avtozapchasti_textur.jpg") no-repeat center center;
	background-size: cover;
}
.img_02 {
	background: url("/view/assets/img/bg/sto1.jpg") no-repeat center center;
	background-size: cover;
}
.img_03 {
	background: url("/view/assets/img/bg/bizz_bg.jpg") no-repeat center center;
	background-size: cover;
}
.img_04 {
	background: url("/view/assets/img/bg/sklad_bgx600.jpg") no-repeat center center;
	background-size: cover;
}
.img_05 {
	background: url("/view/assets/img/bg/missiya.jpg") no-repeat center center;
	background-size: cover;
}
.body {
  position: relative;
}
.body::before {
    background: url("/view/assets/img/separator/a_07.jpg") no-repeat center center;
    background-size: cover;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}
.box-shadow_dark {
    box-shadow: inset 0 0 0px 1000px rgba(41, 41, 41, 0.95);
}

.box-linear_gradient_b_dark {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 25%, black 100%, black 98%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 25%, black 100%, black 98%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, black 100%, black 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
}

.box-shadow_dark_70 {
    box-shadow: inset 0 0 0px 1000px rgba(41, 41, 41, 0.70);
}

.box-shadow_light {
    box-shadow: inset 0 0 0px 1000px rgba(238,238,238,0.8);
}
.bg_effect_1{
	top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.04;
}
.background_armtek {
    background-color: #ff7f00;
}
.background_armtek_70 {
    background-color: #ff7f00;
}
.background_dark {
    background-color: #292929;
}
.background_dark_95 {
    background-color: rgba(41, 41, 41, 0.95);
}
.background_dark_80 {
    background-color: rgba(41, 41, 41, 0.8);
}
.background_dark_70 {
    background-color: rgba(41, 41, 41, 0.70);
}
.background_dark_25 {
    background-color: rgba(41, 41, 41, 0.25);
}
.bg-background_white {
    background-color: rgb(255, 255, 255);
}
.bg-background_white_9 {
    background-color: rgba(255,255,255,0.9);
}
.bg-background_white_95 {
    background-color: rgba(255,255,255,0.95);
}
.bg-background_light_95 {
    background-color: rgba(238,238,238,0.95);
}
.background_light_95 {
    background-color: rgba(238,238,238,0.95);
}
.background_light_80 {
    background-color: rgba(238,238,238,0.8);
}
.background_light_70 {
    background-color: rgba(238,238,238,0.7);
}
.background_light_50 {
    background-color: rgba(238,238,238,0.5);
}
.background_white_70 {
    background-color: rgba(255,255,255,0.7);
}
.background_black_50 {
    background-color: rgba(0, 0, 0, 0.5);
}
.background_black_70 {
    background-color: rgba(0, 0, 0, 0.7);
}
.background_black_80 {
    background-color: rgba(0, 0, 0, 0.8);
}
.background_black_90 {
    background-color: rgba(0, 0, 0, 0.9);
}
.background_black_95 {
    background-color: rgba(0, 0, 0, 0.95);
}
.background_black {
    background-color: rgba(0, 0, 0);
}
.background_grey_50 {
    background-color: rgba(158, 158, 158, 0.5);
}
.background_grey_70 {
    background-color: rgba(158, 158, 158, 0.7);
}
.background_grey_80 {
    background-color: rgba(158, 158, 158, 0.8);
}
.background_grey_95 {
    background-color: rgba(158, 158, 158, 0.95);
}
.background_grey {
    background-color: rgba(158, 158, 158);
}
.slash_slash {
	-webkit-transform: skewX(-18deg);
	transform: skewX(-18deg);
}
.slash_slash-back {
	-webkit-transform: skewX(18deg);
	transform: skewX(18deg);
}

.bg-dark {
    background-color: #292929!important;
}
.urp_text-black {
    color: #000000!important;
}
.box-shadow_armtek {
    box-shadow: inset 0 0 0px 1000px rgba(255, 127, 0, 0.95);
}
.bg-armtek {
    background-color: #ff7f00!important;
}
.border-armtek {
    border-color: #ff7f00!important;
}
.text-armtek {
    color: #ff7f00!important;
}
.border-armtek {
    border-color: #ff7f00!important;
}
.btn-outline-armtek {
    color: #ff7f00;
    background-color: transparent;
    background-image: none;
    border-color: #ff7f00;
}
.btn-outline-armtek:hover {
    color: #ffffff;
    background-color: #ff7f00;
    border-color: #ff7f00;
}
.bg-secondary_light {
    background-color: #BDBDBD;
}
.btn-outline-armtek:not(:disabled):not(.disabled).active:focus, .btn-outline-armtek:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-armtek.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5);
}
.btn-outline-armtek:not(:disabled):not(.disabled).active, .btn-outline-armtek:not(:disabled):not(.disabled):active, .show>.btn-outline-armtek.dropdown-toggle {
    color: #ffffff;
    background-color: #ff7f00;
    border-color: #ff7f00;
}

.btn-outline-icon {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #ced4da;
}
.btn-outline-icon:hover {
    color: #ec650a;
	background-color: transparent;
    border-color: #ced4da;
}
.btn-outline-icon:not(:disabled):not(.disabled).active:focus, .btn-outline-icon:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-icon.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5);
}
.btn-outline-icon:not(:disabled):not(.disabled).active, .btn-outline-icon:not(:disabled):not(.disabled):active, .show>.btn-outline-icon.dropdown-toggle {
    color: #ec650a;
    background-color: transparent;
    border-color: #ff7f00;
}

.btn {
    border-radius: 0;
}

.btn-armtek {
    color: #ffffff;
    background-color: #ff7f00;
    border-color: #e27100;
}
.btn-armtek:hover {
    color: #ffffff;
    background-color: #de6f00;
    border-color: #cc6600;
}
a:hover {
    text-decoration: none!important;
}
.input-group-text {
    background-color: transparent;
    border-radius: 0;
}
.form-control {
    border-radius: 0;
}
.nav .show > a, .nav .show > a:focus, .nav  .show  > a:hover {
  background-color: #ff7f00;
  border-color: #ff7f00;
}
/* .MainhorizontalMenu a:hover {
  background-color: #ff7f00;
  border-color: #ff7f00;
} */
.navbar-nav>li>a {
    color: #ffffff;
}
.navbar-nav>li>a:hover {
    background-color: rgba(247, 126, 6);
}
@media (min-width: 768px)
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#navbarSupportedContent .dropdown-toggle::after
{
	display:none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.show>.dropdown-menu {
    display: block;
}

.MainhorizontalMenu .mega-dropdown-menu div a{
	color:#212529!important;
}
.MainhorizontalMenu .mega-dropdown-menu div a:hover{
	color:#ff7f00!important;
}
.dropdown-menu {
    border: 0px!important;
    border-radius: 0rem!important;
    box-shadow: 0px 2px 2px 0px #9E9E9E!important;
}
.overflow_hidden{
	overflow: hidden;
}
.p-6 {
    padding: 3.5rem!important;
}
.pl-6, .px-6 {
    padding-left: 3.5rem!important;
}
.pr-6, .px-6 {
    padding-right: 3.5rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.5rem!important;
}
.p-7 {
    padding: 5rem!important;
}
.pl-7, .px-7 {
    padding-left: 5rem!important;
}
.pr-7, .px-7 {
    padding-right: 5rem!important;
}
.pb-7, .py-7 {
    padding-bottom: 5rem!important;
}
.pt-7, .py-7 {
    padding-top: 5rem!important;
}
.pb-8, .py-8 {
    padding-bottom: 6rem!important;
}
.pt-8, .py-8 {
    padding-top: 6rem!important;
}
.mb-6, .my-6 {
    margin-bottom: 3.5rem!important;
}
.mt-6, .my-6 {
    margin-top: 3.5rem!important;
}
.m-6 {
    margin: 5rem!important;
}
.m-7 {
    margin: 5rem!important;
}
.mb-7, .my-7 {
    margin-bottom: 5rem!important;
}
.mt-7, .my-7 {
    margin-top: 5rem!important;
}
.m-8 {
    margin: 6rem!important;
}
.mb-8, .my-8 {
    margin-bottom: 6rem!important;
}
.mt-8, .my-8 {
    margin-top: 6rem!important;
}
.wrap_1 {
    max-width: 255px;
}
.h_standart_block{
	height:680px;
}
.h_min_standart_block{
	height:680px;
}
.h_40vh{
	height: 40vh;
}
.h_30vh{
	height: 30vh;
}
.h_100vh{
	height: 100vh;
}
.h_93vh {
    height: 93vh;
}
.h_88vh {
    height: 88vh;
}
img[src="%src_img%"], img[src=""] {
    display: none;
}
.icons_size-1 {
    font-size: 1em;
}
.icons_size-2 {
    font-size: 1.5em;
}
.icons_size-3 {
    font-size: 2em;
}
.icons_size-4 {
    font-size: 2.5em;
}
.icons_size-5 {
    font-size: 3em;
}
.icons_size-6 {
    font-size: 3.5em;
}
.icons_size-7 {
    font-size: 4em;
}
.icons_size-8 {
    font-size: 4.5em;
}
.icons_size-9 {
    font-size: 5em;
}
.icons_size-10 {
    font-size: 5.5em;
}
.btnModal {
	display: none;
}
.slash_slash_icon {
	-webkit-transform: skewX(-18deg);
	transform: skewX(-18deg);
}
.slash_slash-back_icon {
	-webkit-transform: skewX(18deg);
	transform: skewX(18deg);
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 300;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    min-height: 0px;
}

.z_index_1{
	z-index: 1;
}

.slash_height1{height: 305%;}
.slash_height2{height: 303%;}
.slash_width1{width: 119%;}
.slash_width2{width: 140%;}
.slash_top{top: -47px;}
.slash_left1{left: -25px;}
.slash_left2{left: -27px;}

.slash_height_3{height: 100%;}
.slash_width_3{width: 85%;}
.slash_top_3{top: 0px;}
.slash_left_3{left: 2.5em;}

.slash_height_4{height: 100%;}
.slash_width_4{width: 45%;}
.slash_top_4{top: 0px;}
.slash_left_4{left: 2.5em;}

.slash_width_5{width: 90%;}

.fancybox-skin {
    background: #ffffff;
}

.custom-control-label::before {
    position: absolute;
    top: 0.5rem;
    left: -3rem;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0rem;
    left: -3.5rem;
    display: block;
    width: 3rem;
    height: 3rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::focus, .custom-control-input::focus, .custom-control-input::focus {
    outline: none;
}
.custom-control-label {
    outline: none;
}
.tab-content.lead .custom-control-label::before {
    position: absolute;
    top: 0.20rem;
    left: -2.5rem;
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.tab-content.lead .custom-control-label::after {
    position: absolute;
	top: -1rem;
    left: -3rem;
    display: block;
    width: 3rem;
    height: 4rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.tab-content.lead .custom-control {
    padding-left: 3.5rem;
}
.custom-control {
    padding-left: 4rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FF9800;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background-color: #FF9800;
}
.modal_anketa a {
    color: #495057;
}
.fancybox-close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}
.modal_anketa .nav-tabs .nav-item.show .nav-link, .modal_anketa .nav-tabs .nav-link.active {
    color: #FF9800;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #FF9800;
}
.modal_anketa .nav-tabs {
    border-bottom: 1px solid #ffffff;
}
.modal_anketa .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #FF9800;
}
.modal_anketa .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.armtek_hover_oject {
	transition: color .195s ease-in-out,background-color .915s ease-in-out,border-color .195s ease-in-out,box-shadow .195s ease-in-out;
}
/* .armtek_hover_oject:hover span{
    color: #FF9800!important;
} */
.cursor_pointer {
    cursor: pointer;
}
.clip-path_arrow_down {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.clip-path_arrow_left_down {
	-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 15% 85%);
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 15% 85%);
}
.clip-path_arrow_left {
	-webkit-clip-path: polygon(100% 0, 75% 45%, 100% 100%);
	clip-path: polygon(100% 0, 75% 45%, 100% 100%);
}

.clip-path_slash_slash {
    -webkit-clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%,0 100%);
    clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%,0 100%);
}
.clip-path_backslash_backslash {
    -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%,5% 100%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%,5% 100%);
}
.top-0 {
    top: 0px;
}
.right-0 {
    right: 0px;
}
.right-1- {
    right: -1px;
}
.right-2 {
    right: -2px;
}

.bg_cover {
	background-size: cover;
}
.cursor_default {
	cursor: default;
}
.mt-menu {
	margin-top:50px;
}
.h_4 {
    height: 4rem!important;
}
.h_6 {
    height: 6rem!important;
}
.h_14 {
    height: 14rem!important;
}
.h_18 {
    height: 18rem!important;
}
.h_21 {
    height: 21rem!important;
}
.h_23 {
    height: 23rem!important;
}
.h_24 {
    height: 24rem!important;
}
.h_32 {
    height: 32rem!important;
}
.h_105px {
    height: 105px!important;
}
.h_185px {
    height: 185px!important;
}
.h_200px {
    height: 200px!important;
}
.h_225px {
    height: 225px!important;
}
.h_300px {
    height: 300px!important;
}
.h_news {
	height: 350px;
}

/* .card {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: .25rem;
	margin-top: 0.2rem;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-border-radius: .25rem;
} */

/* .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
} */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
}
.card-image {
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.card.card-image {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.rgba-stylish-strong {
    background-color: rgba(0, 0, 0, 0.59);
}

/* .card-content {
    height: 150px;
    overflow: hidden;
} */
.card-content a {
    text-decoration: none;
}
/* .card .card-title {
    color: #fff;
    font-size: 19px;
	line-height: 48px;
    font-weight: 200;
} */

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grey-text {
    color: #9e9e9e !important;
}
.grey-text.text-darken-3 {
    color: #424242 !important;
}
.right {
    float: right;
}
.w_140px {
	width: 140px;
}
.w_170px {
	width: 170px;
}
.scrollspy_35 {
    position: relative;
    height: 35rem;
    overflow: auto;
}
.bold h2{
	font-weight: bold;
}

#history_scroll .nav-link {
    display: block;
    padding: .5rem 0;
    list-style-type: none;
    color: #bfc1c3;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all .3s ease-out;
}
#history_scroll .nav-link.active{
    font-weight: bold;
    color: #ec650a;
    border-bottom: 1px dotted transparent;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.nav-link img{
	height:200px;
	padding: 10px;
}
.horizont_scroll{
    width: 100%;
    overflow-x: scroll;
    height: 260px;
}
.fancybox-inner::-webkit-scrollbar-track, .scroll_armtek::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 0px; 
 }
.fancybox-inner::-webkit-scrollbar, .scroll_armtek::-webkit-scrollbar{
  width: 6px;
  height: 12px;
  background-color: #F5F5F5;
}
.fancybox-inner::-webkit-scrollbar-thumb, .scroll_armtek::-webkit-scrollbar-thumb{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #FFC107 0%, #FF9800 100%);
  background-image: linear-gradient(120deg, #FFC107 0%, #FF9800 100%); 
}
.fancybox-inner {
    margin-top: 22px;
}
.fancybox-close {
    background: none !important;
    position: absolute !important;
    top: 15px !important;
    right: 16px !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
    font-size: 25px;
    color: #2e2e2e;
    transition: .2s;
    border: none;
    padding: 0;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-align: center;
}
.fancybox-close:before {
    content: "\e646";
}
a.fancybox-close:hover {
    color: #de6f00;
    text-decoration: underline;
}
.color_armtek {
    color: #de6f00;
	transition: .2s;
}
.color_armtek:hover {
    color: #de6f00!important;
}
.dropdowncss:hover .mega-dropdown-menu {
	display:block!important;
	transition: all .15s ease-in-out;
}
.mega-dropdown-menu {
	transition: all .15s ease-in-out;
}
.sub_menu:hover .mega-dropdown-menu {
	display:block!important;
	transition: all .15s ease-in-out;
}
.animated_oject span {
    transition: .15s ease-in-out;
}
.box_shadow_1 {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}
.effect_1:hover {
    opacity: 1;
}  
.effect_1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
	opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.effect_1:after {
	display: block;
	content:"";
    background-color: rgba(255,255,255,.2);
	width: 100%;
    height: 100%;
}
.bg-gray {
    background-color: #ededed!important;
}
.size_1{
	font-size:1rem!important;
}
.size_1{
	font-size:1rem!important;
}
.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9E9E9E!important;
}
.carousel-indicators .active {
    background-color: #f67b01!important;
}
.text-none{
	display:none!important;
}

.owl-next, .owl-prev {
	background-color: rgba(255, 255, 255, 0)!important;
    color: #fff!important;
    cursor: pointer!important;
    font-size: 5rem!important;
    position: absolute!important;
    top: 35%!important;
    z-index: 10!important;
    -webkit-appearance: caret!important;
}
.owl-next {
	right: 20px!important;
}
.owl-prev {
	left: 20px!important;
}
.fancybox-image {
    padding: 1rem;
}
.w_img_barnd{
	width:200px;
}
.slash-slash-position {
	height: 100%; 
	width: 150%;
	position: absolute; 
	left: 50%; 
	top: 0;
}
.clip-position {
	height: 100%; 
	width: 100%;
	position: absolute; 
	left: 0; 
	top: 0;
}

.height-4r {
    height: 4rem;
}

.news .btn-light:hover {
    color: #f8f9fa;
    background-color: #000000;
    border-color: #000000;
}
.news .btn-light:not(:disabled):not(.disabled).active, .news .btn-light:not(:disabled):not(.disabled):active, .news .show>.btn-light.dropdown-toggle {
    color: #f8f9fa;
    background-color: #000000;
    border-color: #000000;
}
.news .border-right:last-child {
	border-right: 0px!important;
}
.infopanel {
    position: absolute;
    width: 430px;
    height: 90vh;
    top: 4rem;
    left: 2rem;
    z-index: 1;
}
.lacation-search {
    width: calc(100% - 30rem);
    height: auto;
    z-index: 1;
    right: 1rem;
    top: 4rem;
    position: absolute;
}
.fancybox-nav {
    width: 10%!important;
}
.shadow-fly {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
#typeform98 .lead {
    font-size: 1rem;
    font-weight: 300;
}
#typeform98 .form-group {
    margin-bottom: 0.8rem;
}
.mb-05 p {
    margin-bottom: 0.5rem;
}
.anchor_activ a.text-light:focus,.anchor_activ a.text-light:hover {
    color: #ec650a!important;
}
.anchor_activ a.text-light:focus span,.anchor_activ a.text-light:hover span{
    border-bottom: 1px solid #ec650a!important;
}
.anchor_activ span {
    font-size: 0.9rem;
}
.icon_size_wh-1{
    width: 60px;
	height: 60px;
}
.icon_size_wh-2{
    width: 35px;
	height: 35px;
}
.icon_size_wh-3{
    width: 48px;
	height: 80px;
}
.disk_card {
    top: -55px;
	z-index: 1;
}
.disk_card img {
	height: 17rem;
}
.h_container-1{
    height: 90vh;
}
.in_viss {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.card-body:hover .in_viss {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
#itemMobileFilials {
	position: absolute;
	z-index: 5;
	bottom: 0;
	width: 100%;
	display: none;
}
.text-normal {
    font-weight: normal;
}
.btn-group_catalog .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 2rem;
    margin-top: .6rem;
}
.btn_catalog_w, .btn-group_catalog.show>.dropdown-menu {
    /* width: 14rem; */
	display: block;
    width: 100%;
}
.btn_catalog .btn {
	text-align: left!important;
}
.white_space-normal{
	white-space: normal;
}
.white_space-normal.dropdown-item.active, .white_space-normal.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cccccc;
}
.btn-group_catalog .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
.mw_news {
    max-width: 765px;
}

.lang_option select {
    border: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
}
.lang_option select:focus {
    outline: none;
}
.lang_option option {
	cursor: pointer;
}
.lang_option option:hover {
    background-color: #eee;
	color: #212529;
}
.lang_option:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.lang_option .lang_line:hover {
    background-color: #eee;
	color: #212529;
}
.flag_lang_ru {
    background: url('/view/assets/img/lang/ru.png') no-repeat;
}
.flag_lang_en {
    background: url('/view/assets/img/lang/en.png') no-repeat;
}
.lang_option .flag_lang_ru, .lang_option .flag_lang_en {
	background-size: 20px;
	padding-left: 25px;
    background-position: 0 2px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
	height: 28rem;
    padding: 0;
    overflow: hidden;
}
.h-28rem {
    height: 28rem;
}
.fcontinp3 .custom-control-label::before {
    border: 1px solid #FF9800!important;
	top: 0.8rem!important;
}
.fcontinp3 .custom-control-label::after {
    top: 0.3rem!important;
}
#discontContModal_tovarCard .card, .no_box-shadow {
    box-shadow: 0 0 black !important;
}
.itemCartPr .card:hover {
    box-shadow: 0 2px 5px 0 rgba(255, 152, 0, 0.16), 0 2px 10px 0 rgba(255, 152, 0, 0.12);
}
