/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.contenti{margin-top: 50px;}
.containeri { width:100%;}
.owl-carousel {margin-bottom:50px;}
.owl-carousel .owl-item {padding: 70px 55px 55px 55px;transition: .3s; text-align:center;}
.owl-carousel .owl-item.center {padding:0 !important; }
.center div img { width: 100%;  }
.owl-item div p { opacity: 0; margin-top:6px; font-family: 'Montserrat';}
.center div p { opacity: 1; transition: .3s;}
.owl-theme .owl-nav { margin-top:-45px; position:relative; }
.owl-carousel .owl-nav .owl-prev { margin-right: 245px; position:absolute; right:50%;z-index:9999; width:28px; height: 22px;background:url(https://alloy-mosaic.com/wp-includes/images/images/prev.png) center no-repeat;}
.owl-carousel .owl-nav .owl-prev:hover {background:url(https://alloy-mosaic.com/wp-includes/images/images/prev_hover.png) center no-repeat;}
.owl-carousel .owl-nav .owl-next {margin-left: 205px; position: absolute;left:52%;z-index:9999; width:28px; height: 22px;background:url(https://alloy-mosaic.com/wp-includes/images/images/next.png) center no-repeat;}
.owl-carousel .owl-nav .owl-next:hover {background:url(https://alloy-mosaic.com/wp-includes/images/images/next_hover.png) center no-repeat;}
.owl-item div a { pointer-events: none }
.center div a {pointer-events: auto;}
/*.owl-carousel .owl-stage-outer {height:350px;}*/
.owl-carousel .owl-stage-outer { min-height: 340px;}

/*carousel on prodact page*/
.carousel_page_all {margin-top:0;}
.carousel_page_all .owl-carousel .owl-item {padding: 70px 55px 0 55px}
.carousel_page_all .center {margin:0;}
.carousel_page_all .owl-theme .owl-nav {margin-top: -68px;}


.formRow {
  position: relative;
  width: 100%;
  border:none;
  font-size:0;
}
.formRow--item{
  display: inline-block;
  width: 100%;
  font-size:14px;
}
.three_lable {}
.formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border:none !important;
  border-bottom: solid 1px #595959 !important;
  color: #2c3235;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  resize: none;
  transition: all 0.2s ease;
  background:none !important;
}
.formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.formRow--input-wrapper.commerc {width:340px;}
.formRow--input-wrapper input {font-size:14px;}

.formRow--input-wrapper.active .placeholder {
  top: -20px;
  background-color:none;
  color: #cc067f;
  letter-spacing: 0.8px;
  font-size: 10px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}


.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #cc067f !important;
}
.formRow--input-wrapper .formRow--input:focus, .formRow--input-wrapper .formRow--input:hover {
  border-color: #ffffff !important;
}

.formRow--item .placeholder {
  position: absolute;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #95989a;
  white-space: nowrap;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-size: 14px;
  transition: all, 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.formRow--input > option {height:30px !important}
.formRow--input option:not(:checked) {
  color: #95989a; height:30px !important}
.inp_t .placeholder {top: 50%;}
.text_ar textarea {vertical-align: top !important; font-size:14px;}
.text_ar .placeholder {top: 14px;}
.send_form_cont {display:block !important; margin-left:auto !important; margin-top:20px !important; border-radius:25px !important;padding: 8px 29px !important; color:#fff !important; border:1px solid #fff !important}
.send_form_cont:hover {border:1px solid #e0078c !important;}

select { width:400px;color: #d6d6d6 !important;}

.select-wrapper {
  width: 300px !important;
  
}

.select-wrapper select {
 position:relative;
  width: 300px;
  height: 30px;
  padding: 0 20px 0 7px;
  background: url(https://alloy-mosaic.com/wp-includes/images/images/bg_sel1_2.png) right center no-repeat, #000 !important;
  border: 0;
  appearance: none !important;            /* remove arrow        */
  -webkit-appearance: none !important;    /* remove arrow Chrome */
  -moz-appearance: none !important;       /* remove arrow FF     */
}
.select-wrapper select:after{
  content: "";
  display: block;
  width: 25px;
  height: 25px;position: absolute;
  right: 5px;
  top: 5px;}
.select-wrapper select::-ms-expand{
    display: none !important;             /* remove arrow IE     */
}
.select-wrapper .select-arrow {display:none;}
.js-input option:first-child {display:none !important;}

.forma_commercial {margin-top:130px;}
.forma_commercial-descr{margin-bottom:40px;}
.person_block p {margin-bottom:0 !important;}


.forma_commercial .inp_t.select_t .placeholder {top: 150%;position: absolute;z-index: 999;}
.forma_commercial .inp_t.select_t .formRow--input-wrapper.active .placeholder {top: -40 !important}

.sel_i {position:relative;}
.sel_i .placeholder {position:absolute; top:0;}
.sel_i select {}

.p_interest span {color:#e0078c}
.ned_m-p {display:inline-block;width:10%; font-size: 14px;color: #95989a; padding-top:24px; text-align:center; margin-bottom:0 !important; }

.p_descr-form {display:inline-block; border-bottom: 1px solid #000 !important; color:#95989a; font-size:14px;padding: 0 20px 4px 0}
.bl_need-child {width:340px; display:inline-block;}

.checkbox,
.radio {
	display: none;
}
.checkbox-custom,
.radio-custom {
	width: 20px;
	height: 20px;
	border: 1px solid #95989a;
	border-radius: 3px;
	position: relative;
        margin-right:4px;
}
.checkbox-custom {color:#c00;}

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #e0078c;
	border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
	border-radius: 50%;
}
.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle;
	color:#95989a;
}
.label_check {margin-left:3%;}
.three_lable {width:32%;}
.cent_label {margin:0 2%;}
.foure_lable {width:23%;}
.cent_label-four{margin:0 2.5%;}
.mrg_no {margin:0 2.5% 0 0;}
.two_label {width:49%;display: inline-block;}
.right_label {margin:0 0 0 2%}
.mand_p {font-size:14px; margin-top:20px !important;}

.select_t .placeholder {top:-15px; z-index:99;}
.select_t .formRow--input-wrapper.active .placeholder {top:-44px;}
.commer_text .formRow--input-wrapper { width:100%;}
.fusion-title.sep-underline {padding-top:10px;}
.name-product {display:inline-block;}
#name_product {display:none;}

/*---------------for mozila--*/
@-moz-document url-prefix() {
.select_t .placeholder{top: 150%;}
.select_t .formRow--input-wrapper.active .placeholder {top:0;}
}
/*---------------modal window (general menu)--*/

.fusion-header-wrapper {position:fixed !important;}
.fusion-main-menu {background: linear-gradient(to right, #000000 50%, #e0078c 50%); margin-top:0 !important;padding:5vh 0 1vh 0 !important; height:100vh !important;}
.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line {background-color:#fff !important;}
.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons:hover .fusion-toggle-icon-line {background-color:#000 !important;}
.menu_mein-all {display:flex;width: 1100px; margin: auto;max-width: 1100px;}
.menu-part {width:50%; color:#fff !important;}
.menu-part:nth-child(2) {padding:0 0 0 7%}
.list_menu-title,.menu_url li a {font-size:20px;  text-transform:uppercase; font-weight:bold;color:#fff !important;display:inline-block; border-bottom:1px solid #fff; padding-bottom:10px;vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);width:80%;}
.list_menu-title a{color:#fff; width:80%; }
.menu-part.menu_main {padding-bottom:50px; position:relative}
.menu-part.menu_main li { padding:0 !important; width:49% !important; display:inline-block !important;text-align:left !important}
.menu-part.menu_main li a {color:#fff !important; font-size:14px; display:block;transition: .2s; background:url(https://alloy-mosaic.com/wp-includes/images/images/next.png) -30px center no-repeat; background-size:14px !important;}
.menu-part.menu_main li a:hover {padding-left:30px; background:url(https://alloy-mosaic.com/wp-includes/images/images/next.png) 5px center no-repeat;}
.menu-part.menu_main li.karim_rashid { position:absolute !important; bottom:0 !important; display:block !important;}
.menu-part.menu_main li.karim_rashid a {font-size:15px; font-weight:bold}
.menu-part.menu_main .menu_url li {width:80% !important; display:block !important;margin:20px 0;}
.menu-part.menu_main .menu_url li a {background:none;font-size: 20px; width: 100%;}
.menu-part.menu_main .menu_url li a:hover {background:none;padding-left:0;}
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu {text-align:left;}
.mater_list:after {content:""; display:table; clear:both}
.mater_list ul li { width:48%;}
.mater_list ul li:nth-child(2n) {margin-left:2%;}
.mater_list ul li a {color:#fff; font-size:14px;transition: .2s;background:url(https://alloy-mosaic.com/wp-includes/images/images/next.png) -30px center no-repeat; background-size:14px !important;}
.mater_list ul li a:hover {padding-left:30px;background:url(https://alloy-mosaic.com/wp-includes/images/images/next.png) 5px center no-repeat;}
.list_static a {width:35%;margin-top:25px;}
.list_static a {font-size:20px; border-bottom:1px solid #fff; text-transform:uppercase; font-weight:bold;color:#fff !important; display:inline-block; padding-bottom:10px;vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);}
.list_static a:before,.list_menu-title:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: -1px; background: #e0078c; height: 1px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.menu_url li a:before {content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: -1px; background: #000; height: 1px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.col_menu:before,col_menu1:before,.menu_url li:before {background: #000;}
.list_static a:hover:before, .list_static:focus:before, .list_static:active:before,.list_menu-title:hover:before,.list_menu-title:focus:before,.list_menu-title:active:before,.menu_url li a:hover:before,.menu_url li a:focus:before,.menu_url li a:active:before{right: 0;}
.list_static a:nth-child(2n) {margin-left:9%;}
.list_static a:last-child {width:80%;}
.fusion-portfolio-wrapper#fusion-portfolio-1 .fusion-portfolio-content {text-align:center !important;}
.fusion-portfolio-post {transition: .3s; box-sizing:border-box; border:1px solid #000; margin:10px auto; padding:0; }

.menu_material li {margin-left:0 !important;}
.menu_material li:first-child {width:80%; margin-bottom:20px;margin-top: 22px;}
.menu_material li:first-child a {font-size:20px;background:none;padding-bottom: 10px;}
.menu_material li:first-child a:hover {padding-left:0; background:none;}
.menu_lazy li {width:44.2%;}
.menu_lazy li:last-child {width:80%;} 
.bl_menu {flex-direction: column;}
.search_bl-menuall {width: 100%; margin: 70px auto 0px auto;max-width: 1100px;}
.dearch_f-m {width: 375px;margin-left: 56.5%;}
.dearch_f-m .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {background:none !important}
.dearch_f-m p:first-child {display:none;}
.search_p_t {text-transform: uppercase;font-weight: bold;font-size: 20px; margin:0 0 10px 0;}
.lang_bl-p {text-transform:uppercase; color:#e0078c;}
.lang_bl-p a,.lang_bl-p span {color:#fff;}
.lang_bl {margin-left:auto; margin-right:7%;}

.fusion-portfolio-post:hover .fusion-portfolio-content-wrapper {border:1px solid #e0078c !important}
.fusion-filter a {color:#fff !important;}
.fusion-filter.fusion-active a {color:#e0078c !important;line-height: 34px; border:none;}

.fusion-rollover-content {width:100%;}
.fusion-portfolio-wrapper {margin:0 !important}
.fusion-portfolio-equal-heights .fusion-portfolio-content-wrapper {text-align:center; min-height:200px;}
#menu_m {display:none;}
.cont_descr {width:30%;display:inline-block; vertical-align:top;}
.p_interest {font-size:16px;}
.formRow {display:inline-block;}
.bold {padding-right:8px;}

ul.fusion-filters {text-align:center;}
.fusion-filter {float:none; display:inline-block; }
.fusion-portfolio-element .fusion-filter {margin:0 5px;}
.fusion-portfolio-element .fusion-filter a {font-size:14px;}

/*.fusion-image-wrapper.fusion-image-size-fixed {height: 100%; width: 100%; }
.fusion-image-wrapper.fusion-image-size-fixed a {display: flex; width:100%;height: 100%;}
.fusion-image-wrapper.fusion-image-size-fixed a img {width: 100%;}
.fusion-portfolio-content-wrapper .fusion-portfolio-content {display:none;}
.fusion-portfolio-1 .fusion-portfolio-wrapper .fusion-col-spacing {padding:0;}*/
.fusion-image-wrapper.fusion-image-size-fixed {min-height:200px; height: 100%; width: 100%;}
.fusion-image-wrapper.fusion-image-size-fixed a {height:100%;display:flex; justify-content: center; align-items: center;}
.fusion-header-wrapper {width:100%;}
.wpcf7-form .wpcf7-not-valid-tip, .span.wpcf7-not-valid-tip {display:block !important;}
..wpcf7-form .wpcf7-mail-sent-ng, .wpcf7-form .wpcf7-validation-errors {background-color: #000 !important;}
.fusion-alert {background-color: #000 !important;}
.alert-icon i.fa-exclamation-triangle {color:#e0078c !important;}
.alert-icon i.fa-check-circle {color:#fff !important;}
.wpcf7-mail-sent-ok {color:#e0078c !important; border:1px solid #fff !important}
.wpcf7-form .wpcf7-validation-errors {border:1px solid #e0078c !important; }
.wpcf7-form .wpcf7-mail-sent-ok {color:#fff !important;}
.wpcf7-form .wpcf7-validation-errors {color:#e0078c;}
.bg_404 {display:none;}
span.wpcf7-not-valid-tip {color: #e0078c;}
.fusion-alert .alert-icon .fa-check-circle::before {content: "\f046" !important; }

.fusion-portfolio-wrapper {padding-bottom:40px;}

/*404*/
#post-404page {padding:100px 0;}
.bg_404 {width:100%; height:300px; background:url('https://alloy-mosaic.com/wp-includes/images/404bg.jpg');}
.title-heading-left {text-align:center !important; padding-bottom:40px !important;}
.error-message {text-align:center;font-size: 240px; padding-bottom:60px;}
.ret_hom { font-size:32px; color:#e0078c; font-weight:bold;margin-top:20px;font-family: "Fira Sans";}
.ret_hom:hover {color:#fff;}
.descr_404-text {font-size:15px; margin-bottom:0 !important;}
.quest_404-text {font-size:15px; margin-bottom:0 !important;}
.quest_404-text a:hover {text-decoration:underline;}
.clr {clear:both;}
.search_p {font-size:32px !important;font-weight:bold !important;font-family: "Fira Sans";}
.search-page-search-form {margin-top:20px;}


/*search cont*/
.search-page-search-form {height: 286px; padding-top: 70px;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover {font-size: 0;}
.search-page-search-form h1 { font-family: "Fira Sans"; font-weight: 600; line-height: 1;letter-spacing: 0px;font-style: normal;font-size: 70px;color: #ffffff;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover .post {width: 31.3%; display: inline-block; vertical-align:top; font-size: 13px; border:1px solid #fff;border-bottom:2px solid #fff;padding: 24px;margin-right:3%;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover .post:nth-child(3n+3) {margin-right:0;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover .post .entry-title.fusion-post-title {border-bottom: 1px solid #fff;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover .post .fusion-meta-info {border:none;}
.fusion-posts-container.fusion-blog-layout-large.fusion-blog-pagination.fusion-blog-rollover .post .fusion-alignright {float: none; margin-left:0; }
.hea_se .title-heading-left {padding-bottom: 0 !important;padding-top: 30px !important;}
.hea_se .fusion-title {margin-bottom: 20px !important;}
.hea_se {padding-top: 110px}
.page_sear {min-height: calc(100vh - 464px);}
.desc_t3 {margin-top: 29px; display: block;}
.bbp-pagination .bbp-pagination-links, .page-links, .pagination, .woocommerce-pagination {margin-top: 40px;margin-bottom: 40px;}

/*Portfolio*/
.fusion-image-wrapper .fusion-rollover {transform: translateY(0) !important;-webkit-transform: translateY(0) !important;-moz-transform: translateY(0) !important;-ms-transform: translateY(0) !important;-o-transform: translateY(0) !important; display:block !important; opacity: 1 !important; background:none !important}
.fusion-rollover-title { display:block !important;height: 58px; display: block; line-height: 1.2 !important; margin-top:125px !important; }
.mirror {opacity: 1}
.fusion-rollover-title a {color:#fff !important}
.fusion-portfolio-equal-heights .fusion-portfolio-post {height:235px !important;}
.fusion-gallery-image .fusion-masonry-element-container img {display:none !important;}


/*main page*/
.imageframe-align-center{-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; -o-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
.imageframe-align-center:nth-child(1):hover + .imageframe-align-center:nth-child(2) {opacity:.5;transform: scale(.85)}
.hidden {opacity:0 !important;}
.opacityt_bl {-webkit-transition: all 15s ease-out; -moz-transition: all 15s ease-out; -o-transition: all 15s ease-out; transition: all 15s ease-out; opacity:1 !important;}

.main_svg-ico svg {max-width:90% !important; margin:0; top:8px;}
.main_svg-ico svg .st0 {stroke: #ffffff !important;}
.img_main-svg {position: absolute; top: 8px; left: 0;right: 0; bottom: 0; opacity: 0; animation-name: show; animation-delay: 4s; animation-duration: 1.5s; animation-fill-mode: forwards; animation-iteration-count: 1; animation-timing-function: linear; max-width:90%; display:none;}

/*.hidden1 {display:none;}*/

.bals .blise {display:none;}
.main_svg-ico .blise {display:block;}
.main_svg-ico svg path {stroke-width: 2; animation-fill-mode: forwards; animation-iteration-count: 1; animation-name: draw; animation-timing-function: linear;}
.main_svg-ico svg path#case { stroke: #999; stroke-dasharray: 600; stroke-dashoffset: 600; animation-duration: 4s;}
.main_svg-ico svg path#cooler { stroke: #333; stroke-dasharray: 600; stroke-dashoffset: 600; animation-duration: 3s; animation-delay: 1s;}
.main_svg-ico svg path#structure { stroke: #999; stroke-dasharray: 680; stroke-dashoffset: 680; animation-duration: 3s; animation-delay: 2s;}

@keyframes draw {
  to {stroke-dashoffset: 0;}
}
@keyframes show {
  to {opacity: 1;}
}

.fusion-title {padding:0 0 20px 0;}

@media screen and (max-width:1730px){
.main_svg-ico svg, .img_main-svg {top:25px;max-width:100% !important;}
.fusion-title {padding:55px 0 20px 0;}
}

@media screen and (max-width:1590px){.main_svg-ico svg, .img_main-svg {top:50px;}.padding_top-title h1 {padding-top:1.5em !important; }}
@media screen and (max-width:1590px){.main_svg-ico svg, .img_main-svg {top:6em;}}
@media screen and (max-width:1380px){.main_svg-ico svg, .img_main-svg {top:8em;} .padding_top-title h1 {font-size: 87px;line-height: 95px;}}
@media screen and (max-width:1270px){.main_svg-ico svg, .img_main-svg {top:10em;}}

@media screen and (max-width:1160px){
.menu_mein-all {width:95%;}
.main_svg-ico svg, .img_main-svg {top:15em;}
}
@media screen and (max-width:1000px){
.mater_list ul li {width:100%;}
.mater_list ul li a {font-size:12px;}
.mater_list ul li:nth-child(2n) {margin-left: 0;}
.fusion-portfolio-post {margin:3px;}

.ret_hom {line-height:1.2;}
}
@media screen and (max-width:991px){
.hea_se {padding-top: 32px;}
.fusion-error-page-search {margin-bottom: 30px;}
}
@media screen and (max-width:900px){
.p_descr-form {width:40%;}
.dearch_f-m {width: 93%;margin: 0 auto;}
}
@media screen and (max-width:800px){
.fusion-header-wrapper {width:100%;}
#svgBlock {display:none;}
#she .shapes_block {width: calc(50% - ( ( 4% ) * 0.5 ) ) !important;}
#organic .hundred-percent-height, #square .hundred-percent-height, #rectangular .hundred-percent-height, #height_bl {height:inherit !important}
.height_bl {height:auto !important}
.height_bl .padding_mob {padding-top:0 !important}
.fusion-header-wrapper .fusion-secondary-main-menu {background-color: inherit;}

.fusion-column-inner-bg-wrapper .fusion-column-wrapper {text-align:center;}
}
@media screen and (max-width:780px){
.foure_lable,.three_lable,.two_label { width:100%;}
.cent_label-four,.cent_label,.right_label {margin:0;}
.list_static a { font-size:15px;}
.right_label {margin-top:20px;}

.fusion-portfolio-post {margin:0;}
.fusion-title h2 {font-size:34px !important;line-height: 1.1 !important;}
.error-message {font-size:150px}
}
@media screen and (max-width:640px){
.bl_text .fusion-no-small-visibility {display:block !important;}
.title-heading-left {font-size: 40px !important;padding-bottom: 20px !important;}
.error-message {padding-bottom:0;}
#she .shapes_block {width: calc(50% - ( ( 4% ) * 0.5 ) ) !important;}

.fusion-columns .fusion-column:not(.fusion-column-last) {margin: 0 0 20px}
.fusion-main-menu.fusion-flyout-menu.bl_menu .search_bl-menuall {margin: 0px auto;}
}

@media screen and (max-width:599px){
.carousel_page_all .owl-theme .owl-nav {display:none;}
}
@media screen and (max-width:590px){
.fusion-header {padding-right:0;}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {padding: 0 35px 0 23px;}
.nicescroll-rails-vr {z-index: 999998 !important;}
.fusion-main-menu {background:#000;height: calc(100% - 86px) !important;margin-top: 86px !important; position:absolute; z-index: 999999 !important}
.menu_mein-all {flex-direction: column-reverse; width:100%; }
.menu-part,.list_menu-title {width:100%;}
.list_menu-title a {border-bottom:1px dotted #e0078c; padding:0 0 0 30px; display:block; width:100%; position:relative;font-size:20px;}
.list_menu-title {border-bottom:none;}
.list_menu-title:before {background:none;}
.list_static a {padding:0 0 0 30px;font-size:20px;}
.list_static a:before {background:none;}
.menu-part.menu_main li a,.list_static a,.mater_list ul li a {border-bottom:1px dotted #e0078c !important;}
.menu-part:nth-child(2) {padding:0;}
.menu-part.menu_main li.karim_rashid {position:static !important;}
.list_static {display: flex;flex-direction: column;}
.list_static a {width:100%; margin:0; }
.list_static a:nth-child(2n) {margin: 0%;}
.list_static a:nth-child(1) {order: 1;}
.list_static a:nth-child(2) {order: 4;}
.list_static a:nth-child(3) {order: 2;}
.list_static a:nth-child(4) {order: 6;}
.list_static a:nth-child(5) {order: 3;}
.list_static a:nth-child(6) {order: 5;}
.list_static a:nth-child(7) {order: 7;}
.menu_main-list,.menu_mat {display:none;}
.active-list {display:block;}
.menu_m,.menu_m1 {display:block; width:100%; height:100%; position:absolute; right:17px; top:1px;background: url(https://alloy-mosaic.com/wp-includes/images/images/bg_sel2.png) right 4px no-repeat;}
.menu_m:hover,.menu_m1:hover {cursor:pointer;}
.small_bl-menu {width:23px; height:24px;background: url(https://alloy-mosaic.com/wp-includes/images/images/bg_sel3.png) right 4px no-repeat;}

p.list_menu-title {margin:0; padding-bottom:0;}
.fusion-main-menu {padding: 1vh 0 1vh 0 !important;}
.menu_mein-all {martin:top;}
.fusion-header-has-flyout-menu .fusion-flyout-menu {display:block;}
.list_static a:last-child {width:100%;}
.menu-part.menu_main li {display:block;width: 100% !important; padding:0;}
.menu-part.menu_main li a,.mater_list ul li a {display:block !important;width: 100%; background:none;padding:5px 0 5px 55px;}
.menu-part.menu_main li a:hover,.mater_list ul li a:hover {padding-left:55px; color:#e0078c; background:none;}
.color_nex a {color:#e0078c !important}
.mater_list ul li a {font-size:14px;}
.menu-part.menu_main li.karim_rashid a {font-weight: 400;}
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li {display:block;}
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li a:hover {color:#e0078c !important}
.menu-part.menu_main li {display:block !important;}
.list_static a:hover {}
.fusion-main-menu {height:calc(100vh - 92px) !important; margin-top:92px !important;}
.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons:hover .fusion-toggle-icon-line {background-color:#e0078c !important;}
.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {background-color: rgba(0,0,0,1);}
}

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


.bl_need-child {width:280px; margin:0 auto;}
.formRow--input-wrapper.commerc {width:250px;}
.butt_more .fusion-button-wrapper {float:none; display:block; text-align:center; margin:20px 0 0;}
.butt_more .fusion-button-wrapper a {display:inline-block;}
.padding_mob {padding-top:80px;}
.button-default {font-size:10px;}
.table-characteristic > .table-row > p {display:none;}
}

@media screen and (max-width:412px){
.label_check {margin-left: 1%;}
.p_descr-form {font-size:10px;width: 35%;padding: 10px 10px 4px 10px;}
.formRow--item span.label{font-size:12px;}
.bl_need-child {width:260px;}
.fusion-title h2 {font-size: 28px !important;}
.error-message {font-size:100px;}
.search_p {font-size:24px !important;}
.padding_mob {padding-top:150px;}
.padding_top-title h1 {padding-top:150px !important}
}


