.qarm-hidden-item:not(.qarm-active){ display: none; }

.qarm-chat-wrapper{ position: fixed; min-width: 50px; min-height: 50px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; z-index: 99999; font-family: 'Arial'; }
.qarm-chat-wrapper *{ box-sizing: border-box; }
.qarm-chat-wrapper.chat-pos-left{ right: auto; left: 20px; }
.qarm-chat-wrapper.chat-pos-right{ left: auto; right: 20px; }
.qarm-chat-wrapper.chat-pos-top{ bottom: auto; top: 20px; }
.qarm-chat-wrapper.chat-pos-bottom{ top: auto; bottom: 20px; }
.qarm-chat-wrapper.chat-translate-y{ transform: translateY(-50%); }
.qarm-chat-wrapper.chat-bottom-part{ top: auto; }
.qarm-chat-wrapper .qarm-chat-icon-wrap{ position: absolute; width: 50px; height: 50px; bottom: 0; right: 0; border-radius: 50%; cursor: pointer; opacity: 0; visibility: hidden; z-index: 10; transition:opacity 1s, height 1s, width 1s, visibility 1s, transform .3s; }
.qarm-chat-wrapper .qarm-chat-icon{ width: 50px; height: 50px; border-radius: 50%; overflow: hidden; transition:opacity 1s, visibility 1s, transform .3s; }
.qarm-chat-wrapper .qarm-chat-icon-slider{ transition: transform .3s; }
.qarm-chat-wrapper .qarm-chat-icon-slider:hover{ transform:scale(1.08); }
.qarm-chat-wrapper .qarm-chat-main-icon{ background:url('img/chat-icon.png') center center no-repeat; }
.qarm-chat-wrapper .qarm-icon-list{ display: none; position: absolute; width: 50px; bottom: 0; z-index: 120; }
.qarm-chat-wrapper .qarm-icon-list .qarm-icon-list-item{ display: block; position: relative; width: 50px; height: 50px; border-radius: 50%; transition:opacity 1s, visibility 1s, transform .3s; }
.qarm-chat-wrapper .qarm-icon-list .qarm-icon-list-item:not(:last-child){ margin-bottom: 7px; }
.qarm-chat-wrapper .qarm-icon-list .qarm-icon-list-item:hover{ transform:scale(1.08); }
.qarm-chat-wrapper .qarm-icon-list .qarm-close-list{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; justify-content: center; font-size: 34px; color: #fff; }
.qarm-chat-wrapper .qarm-icon-vk{ background: url('img/chat-vk.png') center center no-repeat; }
.qarm-chat-wrapper .qarm-icon-fb{ background: url('img/chat-fb.png') center center no-repeat; }
.qarm-chat-wrapper .qarm-icon-wa{ background: url('img/chat-wa.png') center center no-repeat; }
.qarm-chat-wrapper .qarm-icon-tg{ background: url('img/chat-tg.png') center center no-repeat; }
.qarm-chat-wrapper .qarm-msg-counter{ position: absolute; width: 16px; height: 16px; right: 1px; margin-top: -20px; top: 50%; border: 1px solid #fff; border-radius: 2px; color: #fff; text-align: center; line-height: 14px; font-size: 10px; background: #d24a43; opacity: 0; visibility: hidden; z-index: 100; }
.qarm-chat-wrapper .qarm-chat-content{ flex-grow: 1; -ms-flex: 1; flex-shrink: 1; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; overflow: hidden; transition:opacity 1s 0.4s, height 1s, width 1s, visibility 1s; }
.qarm-chat-wrapper .qarm-chat-header{ flex-shrink: 0; padding-bottom: 10px; padding-right: 10px; }
.qarm-chat-wrapper .qarm-chat-header .header-line{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; font-weight: bold; color: #666; }
.qarm-chat-wrapper .qarm-chat-header .chat-img{ flex-shrink: 0; width: 24px; height: 24px; margin-right: 6px; border-radius: 50%; background:url('img/chat-icon.png') center center no-repeat; -webkit-background-size: 62%; background-size: 62%; }
.qarm-chat-wrapper .qarm-chat-close-btn{ position: absolute; width: 19px; height: 19px; top: 8px; right: 8px; background:url('img/chat-close.png') center center no-repeat; cursor: pointer; }
.qarm-chat-wrapper .qarm-chat{ position: relative; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; flex-grow: 1; -ms-flex: 1; padding: 15px; border: 1px solid #e8e8e8; background: #fff; font-size: 14px; }
.qarm-chat-wrapper .qarm-chat p{ margin: 0 0 10px 0; }
.qarm-chat-wrapper .qarm-chat input:focus,
.qarm-chat-wrapper .qarm-chat select:focus,
.qarm-chat-wrapper .qarm-chat textarea:focus{ outline: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-info{ padding-bottom: 10px; color: #9a9a9a; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body{ flex-grow: 1; -ms-flex: 1; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; color: #3e3e3e; overflow-x: hidden; overflow-y: auto; margin: 0 -15px; padding: 0 15px; flex: 1 1 0; -ms-flex:1; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-chat-line{ position: relative; margin-bottom: 10px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-chat-line:before,
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-chat-line:after{ content:' '; display: table; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-chat-line:after{ clear: both; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg{ position: relative; float: left; min-width: 50px; border-radius: 5px; background-color: #fff; padding: 10px 12px; margin-right: 25px; box-shadow: 0 2px 3px rgba(204,204,204,0.5); font-size: 13px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg.qarm-msg-your{ float: right; background-color: #f3f1f2; margin-right: 0; margin-left: 25px; box-shadow: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg.qarm-msg-your:not(:last-child){ margin-right: 60px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-stats{ position: relative; min-width: 55px; font-size: 0; bottom: -3px; text-align: right; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-ch{ display: inline-block; position: relative; font-size: 0; margin-right: 3px; bottom: -1px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-ch:before,
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-ch:after{ content:''; display: inline-block; width: 9px; height: 11px; background:url('img/chat-check.png') center center no-repeat; -webkit-background-size: contain; background-size: contain; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-ch:not(.send):before,
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .qarm-ch:not(.read):after{ display: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg .time{ display: inline-block; font-size: 10px; color: #b2b2b2; line-height: 1.2; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg a{ text-decoration: underline; color: inherit; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body .qarm-msg a:hover{ text-decoration: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-body > *{ flex-shrink: 0; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-inp{ width: 100%; height: 40px; padding: 0 10px; border: 1px solid #dcdcdc; margin-bottom: 15px; background-position: 10px center; background-repeat: no-repeat; }
.qarm-chat-wrapper .qarm-chat label{ color: inherit !important; display: inline !important; font-size: inherit !important; font-weight: normal !important; font-style: normal !important; text-decoration: none !important; }
.qarm-chat-wrapper .qarm-chat label a{ color: inherit !important; }
.qarm-chat-wrapper .qarm-chat input[type="checkbox"]{ position: relative; top: 2px; margin: 0 6px 0 0; }
.qarm-chat-wrapper .qarm-chat input[type="checkbox"].qarm-err-req{ box-shadow: 0 0 5px red; }
.qarm-chat-wrapper .qarm-chat input[type="checkbox"]:not(.qarm-inp-active),
.qarm-chat-wrapper .qarm-chat input[type="checkbox"]:not(.qarm-inp-active)+label{ display: none !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-field{ margin-bottom: 15px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-field a:not(:hover){ text-decoration: underline; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-hidden-field:not(.qarm-active){ display: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-text-sm{ font-size: 11px !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-inp.qarm-inp-main:not(.qarm-inp-active){ display: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-inp.qarm-inp-name{ padding-left: 34px; background-image: url('img/chat-user.png'); }
.qarm-chat-wrapper .qarm-chat .qarm-chat-inp.qarm-inp-email{ padding-left: 34px; background-image: url('img/chat-email.png'); }
.qarm-chat-wrapper .qarm-chat .qarm-chat-inp.qarm-inp-phone{ padding-left: 34px; background-image: url('img/chat-phone.png'); }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions{ position: relative; padding-top: 10px; z-index: 80; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions .qarm-chat-ta{ display: block; width: 100%; height: 28px; min-height: 0 !important; max-height: 40vh; padding: 3px 47px 3px 0; outline: none; border: 0; border-bottom: 1px solid #e1e1e2; background-color: transparent; font-size: 14px; resize: none !important; font-family: "Arial"; overflow: hidden; margin: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions .qarm-chat-ta:focus{ border-color: #b0bdc5; -webkit-box-shadow: none !important; box-shadow: none !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions .qarm-chat-send-btn{ display: block; width: 18px; height: 19px; position: absolute; right: 25px; bottom: 5px; background:url('img/chat-send.png') center center no-repeat; cursor: pointer; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions .qarm-chat-file-btn{ display: block; width: 18px; height: 20px; position: absolute; right: 0; bottom: 5px; background:url('img/chat-file.png') center center no-repeat; cursor: pointer; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-actions .qarm-chat-file-btn input{ width: 1px; height: 1px; opacity: 0.01; background-color: transparent !important; border: 0 !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-tabs{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; flex-grow: 1; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-tabs .qarm-c-tab{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; flex-grow: 1; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-tabs .qarm-c-tab:not(.qarm-active){ display: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-footer{ position: relative; color: #6d6d6b; padding-top: 10px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-copyright{ position: relative; line-height: 1; bottom: -5px; right: -5px; font-size: 10px; text-align: right; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-copyright a{ font-size: inherit; color: inherit; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-copyright a:not(:hover){ text-decoration: underline; }
.qarm-chat-wrapper .qarm-chat .qarm-start-ta{ padding: 5px 10px; height: 75px; margin-bottom: 15px; border: 1px solid #dcdcdc; resize: none; font-family: "Arial"; }
.qarm-chat-wrapper .qarm-chat .qarm-err-req{ border-color: #f00 !important; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-btn{ display: block; height: 40px; line-height: 40px; padding: 0 10px; white-space: nowrap; cursor: pointer; border: 1px solid #dcdcdc; color: #9a9a9a; text-align: center; transition: background .3s; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-btn+.qarm-chat-btn{ margin-top: 10px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-btn.qarm-gray-btn{ border: 0; background-color: #d1d1d1; color: #777; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-btn.qarm-gray-btn:hover{ background-color: #c7c7c7; }
.qarm-chat-wrapper .qarm-chat .qarm-rating{ margin: 15px auto 30px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-end-options{ margin: 0 0 15px 0; padding: 0; font-size: 13px; display: none; list-style: none; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-end-options li{ margin-bottom: 15px; padding-left: 15px; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-end-options li label{ cursor: pointer; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-end-options li input[type="checkbox"]{ position: relative; top: 2px; margin: 0 6px 0 0; }
.qarm-chat-wrapper .qarm-chat .qarm-chat-end-options.qarm-active{ display: block; }
.qarm-chat-wrapper.qarm-opened .qarm-icon-list{ display: block; }
.qarm-chat-wrapper.qarm-opened .qarm-chat-icon-wrap > .qarm-msg-counter{ display: none; }
.qarm-chat-wrapper.chat-pos-top .qarm-icon-list{ bottom: auto; top: 0; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; -o-flex-direction: column-reverse; flex-direction: column-reverse; }
.qarm-chat-wrapper.chat-pos-top.qarm-opened .qarm-icon-list{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.qarm-chat-wrapper.chat-pos-top .qarm-icon-list .qarm-icon-list-item{ bottom: auto; top: 0; }
.qarm-chat-wrapper.chat-pos-top .qarm-icon-list .qarm-icon-list-item:not(:last-child){ margin-bottom: 0; margin-top: 7px; }
.qarm-chat-wrapper.chat-pos-top .qarm-chat-icon-wrap{ bottom: auto; top: 0; }
.qarm-chat-wrapper.chat-pos-left .qarm-chat-icon-wrap{ right: auto; left: 0; }
.qarm-chat-wrapper:not(.qarm-active) .qarm-chat-icon-wrap{ opacity: 1; visibility: visible; }
.qarm-chat-wrapper:not(.qarm-active) .qarm-chat-content{ width: 0; height: 0; opacity: 0; visibility: hidden; transition:opacity 1s 0s, height 1s, width 1s, visibility 1s; }
.qarm-chat-wrapper.qarm-loaded .qarm-msg-counter{ transition: margin .5s, opacity .5s, visibility .5s; }
.qarm-chat-wrapper:not(.qarm-loaded) .qarm-msg-counter{ display: none; }
.qarm-chat-wrapper.qarm-not-checked .qarm-msg-counter{ opacity: 1; visibility: visible; margin-top: -20px; }
.qarm-chat-wrapper.qarm-new-msg .qarm-msg-counter{ animation: boop 1s 0.5s; }
.qarm-chat-wrapper .qarm-soc-icons{ text-align: center; margin: 20px 0; }
.qarm-chat-wrapper .qarm-soc-icons p{ color: #868686; margin: 0 0 15px; }
.qarm-chat-wrapper .qarm-soc-icons .qarm-soc-icon{ display: inline-block; width: 32px; height: 32px; margin: 0 5px; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; cursor: pointer; }
.qarm-chat-wrapper .qarm-soc-icons .qarm-soc-icon.qarm-soc-vk{ background-image: url('img/chat-s-vk.png'); }
.qarm-chat-wrapper .qarm-soc-icons .qarm-soc-icon.qarm-soc-fb{ background-image: url('img/chat-s-fb.png'); }
.qarm-chat-wrapper .qarm-soc-icons .qarm-soc-icon.qarm-soc-wa{ background-image: url('img/chat-s-wa.png'); }
.qarm-chat-wrapper .qarm-soc-icons .qarm-soc-icon.qarm-soc-tg{ background-image: url('img/chat-s-tg.png'); }
.qarm-chat-wrapper *{ -webkit-overflow-scrolling: touch; }
.qarm-chat-wrapper ::-webkit-scrollbar{ width: 7px; height: 7px; }
.qarm-chat-wrapper ::-webkit-scrollbar-thumb{ background-color: rgba(50,50,50,0.3); }
.qarm-chat-wrapper ::-webkit-scrollbar-thumb:hover{ background-color: rgba(50,50,50,0.6); }
.qarm-chat-wrapper ::-webkit-scrollbar-track{ background-color: rgba(50,50,50,0.1); }
.qarm-chat-wrapper ::-webkit-scrollbar-track:hover{ background-color: rgba(50,50,50,0.2); }
.qarm-chat-wrapper input::-webkit-input-placeholder,
.qarm-chat-wrapper textarea::-webkit-input-placeholder{ color: #757575 !important }
.qarm-chat-wrapper input::-moz-placeholder,
.qarm-chat-wrapper textarea::-moz-placeholder{ color: #757575 !important }
.qarm-chat-wrapper input:-ms-input-placeholder,
.qarm-chat-wrapper textarea:-ms-input-placeholder{ color: #757575 !important }
.qarm-chat-wrapper input::-ms-input-placeholder,
.qarm-chat-wrapper textarea::-ms-input-placeholder{ color: #757575 !important }
.qarm-chat-wrapper input::placeholder,
.qarm-chat-wrapper textarea::placeholder{ color: #757575 !important }

.qarm-rating{ position: relative; width: 210px; margin: 0 auto 15px; text-align: center; }
.qarm-rating:before, .qarm-rating:after{ display: table; content: ' '; }
.qarm-rating:after{ clear: both; }
.qarm-rating > input{ position: absolute; opacity: 0; visibility: hidden; }
.qarm-rating > input:checked ~ label{ color: #194d69; }
.qarm-rating > label{ float: right; margin: 0 2px; color: #bdc6cf; cursor: pointer; }
.qarm-rating > label:before{ margin: 0; font-size: 38px; line-height: 38px; display: inline-block; content: '\2605'; }

@media (min-width: 520px){
	.qarm-chat-wrapper.qarm-active .qarm-chat-content{ width: 360px; height: 530px; }
}

@media (max-width: 519px){
	.qarm-chat-wrapper,
	.qarm-chat-wrapper.qarm-active{ width: 50px; height: 50px; z-index: 99999; }
	.qarm-chat-wrapper .qarm-chat-content{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; visibility: hidden; z-index: 9000; transition: opacity .8s, visibility .8s; }
	.qarm-chat-wrapper.qarm-active .qarm-chat-content{ visibility: visible; opacity: 1; }
	.qarm-chat-wrapper .chat-close-btn{ width: 40px; height: 40px; top: 0; right: 0; }
	.qarm-chat-wrapper.chat-no-mobile{ display: none !important; }
}

@-webkit-keyframes boop{ 0%{ transform:scale(1); } 50%{ transform:scale(1.2); } 100%{ transform:scale(1); } }
   @-moz-keyframes boop{ 0%{ transform:scale(1); } 50%{ transform:scale(1.2); } 100%{ transform:scale(1); } }
	 @-o-keyframes boop{ 0%{ transform:scale(1); } 50%{ transform:scale(1.2); } 100%{ transform:scale(1); } }
		@keyframes boop{ 0%{ transform:scale(1); } 50%{ transform:scale(1.2); } 100%{ transform:scale(1); } }

.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.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-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 .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-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%}