/* Minification failed. Returning unminified contents.
(150,50): run-time error CSS1046: Expect comma, found '0'
(150,54): run-time error CSS1046: Expect comma, found '/'
 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

body { margin:0; color:#222; font-size:14px; font-family:Manrope, Arial; line-height:20px; -webkit-text-size-adjust:100%; text-size-adjust:100%; -webkit-text-size-adjust:100%; }

*::-moz-selection { background:rgba(0, 0, 0, 0.2); }
*::selection { background:rgba(0, 0, 0, 0.2); }

a { color:#000; text-decoration:none;  }
a:hover { color:#757575; text-decoration:none; }

input, textarea, select { float:left; font-size:12px; margin:0; font-family:Manrope, Arial; border-radius:0; border:0; -webkit-appearance:none; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Manrope, Arial; font-weight:600; font-size:16px; }

.input { width:100%; height:45px; padding:0 15px; border:1px solid #CCC; transition:ease 0.3s; background-color:#FFF; border-radius:3px; }
.input:focus { border-color:#3ECE7E !important; box-shadow:0 0 20px rgba(0, 0, 0, 0.2); }
.select { padding-right:29px; background:#FFF url(../images/arrow-select.png) no-repeat right center / auto 5px; box-shadow: none; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea.input { padding-top:12px !important; padding-bottom:12px !important; }

.button { float:none; height:45px; line-height:45px; display:inline-block; padding:0 35px; position:relative; cursor:pointer; border:none; font-weight:600; color:#FFF; background-color:#333; transition: all 0.2s; border-radius:3px; overflow:hidden; }
.button:hover { background-color:#000; box-shadow:inset 0 -2px 0 rgba(0, 0, 0, 0.1); }
	.button::before { content:""; position:absolute; top:0; bottom:0; right:-20%; left:60%; background-image:linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF); transform:skew(-30deg); opacity:0.2; transition: all 0.2s; }
	.button:hover::before { left:40%; transform:skew(-20deg); opacity:0.2; }

.checkbox { margin:3px 7px 0px 0px; } 

.yudin { float:left; width:100%; padding-top:70px; position:relative; }
	.outer { float:left; width:100%; padding:0 80px; position:relative; }
		.wrap { margin:0 auto; width:1320px; min-height:10px; position:relative; }

.tac { text-align:center; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.mt30 { margin-top:30px; }

/*	Start TOP	*/

.header { position:fixed; top:0; left:0; right:0; height:70px; background-color:#FFF; z-index:8000; transition:all 0.4s; box-shadow:0 0 15px rgba(0, 0, 0, 0.1); }
	
	#logo { float:left; margin-top:15px; position:relative; z-index:1010; transition:all 0.3s; }
		#logo img { float:left; height:70px; background-color: #FFF; }
		
	.nav-icon { display:none; }
	
	.header-social { float:right; margin-top:15px; }
		.header-social::before { content:""; float:left; width:1px; height:20px; margin:10px 15px 0 15px; background-color:#E5E5E5; }
		.header-social li { margin-right:5px; }
		.header-social li:last-child { margin-right:0; }
			.header-social li a { float:left; }
				.header-social li a img { float:left; height:40px;}
				.header-social li a:hover img { filter:none; -webkit-filter:none; }
	
	.search-icon { float:right; width:40px; height:40px; margin-top:15px; position:relative; cursor:pointer; transition:all 0.2s; text-indent:-9999px; }
		.search-icon::before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/icon-search.png) no-repeat center / 20px; transition:all 0.2s; }
	.search-icon-close { background-color:#000; }
		.search-icon-close::before { background-image:url(../images/icon-close.png); background-size:20px; }
		
	.hero-search-wrap { position:fixed; left:0; right:0; top:70px; z-index:7990; box-shadow:0 0 15px rgba(0, 0, 0, 0.1); display:none; }
		.hero-search { float:left; width:100%; position:relative; }
			.hero-search input { float:left; width:100%; height:60px; padding:0 100px 0 25px; font-size:14px; line-height:60px; background-color:rgba(255, 255, 255, 0.92); }
			.hero-search button { position:absolute; top:0; right:0; bottom:0; width:120px; background:#333 url(../images/icon-search-2.png) no-repeat center / 20px; text-indent:-9999px; }
			.hero-search button:hover { background-size:22px; background-color:#000; }

	#nav { float:right; z-index:200; }
		#nav::after { content:""; float:right; width:1px; height:20px; margin:25px 15px 0 0; background-color:#E5E5E5; }
		#nav li { position:relative; margin-right:50px; }
			#nav li > a { float:left; font-family:'Bebas Neue', cursive; font-weight:400; font-size:20px; letter-spacing:0.5px; line-height:70px; position:relative; transition:all 0.3s; }
			#nav li > a.active { box-shadow:inset 0 -2px 0 #131313; }
			
			#nav > ul li span {
				display:none;
				position:absolute;
				top:68px;
				left:-20px;
				width:260px;
				padding:20px;
				background-color:rgba(255, 255, 255, 0.93);
				box-shadow:0 10px 50px rgba(0, 0, 0, 0.2);
				text-align:left;
				border-top:2px solid #000;
			}
				#nav li.nav-multi > a::after{
					content:"";
					border-bottom:3px solid transparent;
					border-left:8px solid transparent;
					border-right:8px solid transparent;
					height:0;
					position:absolute;
					width:0;
					left: calc(50% - 8px);
					top: calc(100% - 5px);
					border-bottom-color:#000;
					-webkit-transition: all .5s ease .5s;
					transition: all .5s ease .5s;
					opacity: 0;
				}
				#nav li.nav-multi:hover > a::after{
					opacity: 1;
					-webkit-transition: all .6s;
					transition: all .6s;
				}
				#nav > ul li span > a { float:left; width:100%; padding:10px; position:relative; font-weight:600; transition:all 0.3s; border-bottom:1px solid rgba(0, 0, 0, 0.05); }
				#nav > ul li span > a:hover { background-color:#FFF; }
				#nav > ul li span > a:first-child { border-top:1px solid rgba(0, 0, 0, 0.05); }

        #nav > ul li.nav-products {
            position: static;
        }

        #nav li.nav-products span {
            right: 0;
            width: auto;
            padding: 6px;
            left: 70px;
        }

        #nav li.nav-products section {
            float: left;
            width: 16.66%;
            padding: 0 10px;
        }

            #nav li.nav-products section strong {
                float: left;
                width: 100%;
                font-weight: 600;
                font-size: 15px;
                display: flex;
                text-align: left;
                box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);
                min-height: 56px;
            }

                #nav li.nav-products section strong a {
                    float: left;
                    font-family: 'Bebas Neue',cursive;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 20px;
                    letter-spacing: .5px;
                    transition: all .3s;
                    color: #000;
                    margin: auto;
                    box-shadow: none;
                }

            #nav li.nav-products section a {
                padding: 8px 0px 8px 0px;
                float: left;
                font-size: 13px;
                line-height: 16px;
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
				width: 100%;
            }

            #nav li.nav-products .bottompages section a {
                box-shadow: none;
            }
            #nav li.nav-products .bottompages {
                width: 100%;
                float: left;
            }

        .header-lang-wrap { float:right; position:relative; margin-top: 17px; margin-right:6px; width: 40px; height: 40px; z-index:100; font-size:14px; font-weight:500; }
		.header-lang-icon { float:right; width:40px; height:100%; padding-left:8px; position:relative; cursor:pointer; z-index:250; line-height:40px; }
			.header-lang-icon::after { content:""; position:absolute; top:0; bottom:0; right:0; width:10px; background:url(../images/arrow-down.png) no-repeat 0 center / 10px 4px; }
		
		.header-lang { position:absolute; top:40px; right:0; width:45px; background-color:#0B0B0B; text-align:center; display:none; z-index:300; box-shadow:0 10px 50px rgba(0, 0, 0, 0.15); text-align:center; border-radius:4px; }
			
			.header-lang::before { 
				content:"";
				border-bottom:3px solid transparent;
				border-left:7px solid transparent;
				border-right:7px solid transparent;
				height:0;
				position: absolute;
				width:0;
				left:50%;
				top:-3px;
				margin-left:-7px;
				border-bottom-color:#0B0B0B;
			}
			
			.header-lang ul { width:100%; }
				.header-lang li { width:100%; }
					.header-lang li a { float:left; width:100%; color:#FFF; line-height:40px; box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.08); }
					.header-lang li:last-child a { box-shadow:none; }
					.header-lang li a:hover { opacity:0.7; }

        /*	Finish TOP	*/
        .controls {
            height: 100%;
        }
	.slick-prev , .slick-next { 
		position:absolute;
		top:50%;
		width:40px; 
		height:40px; 
		margin-top:-20px;
		text-indent:-9999px; 
		cursor:pointer;
		z-index:1000;
		transition:all 0.2s ease;
		background:#FFF url(../images/arrow-left.png) no-repeat center / auto 20px;
		}
		
	.slick-prev { left:0; }
	.slick-next { right:0; background-image:url(../images/arrow-right.png); }
	
	.slick-prev:hover { width:60px; background-color:#000; background-image:url(../images/arrow-white-left.png); }
	.slick-next:hover { width:60px; background-color:#000; background-image:url(../images/arrow-white-right.png); }
	
	ul.slick-dots { position:absolute; text-align:center; right:0; left:0; bottom:0; padding:25px 0; z-index:1000; background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)); }
		ul.slick-dots li { float:none; height:5px; margin:0 5px; display:inline-block; }
			ul.slick-dots li button { width:20px; height:5px; border-radius:2px; cursor:pointer; background-color:#FFF; transition:all 0.3s; position:relative; text-indent:-9999px; opacity:0.5; }
			ul.slick-dots li button:hover { opacity:1; }
			ul.slick-dots li.slick-active button { width:40px; opacity:1; }

.slider-hero { float:left; width:100%; position:relative; z-index:700; overflow:hidden; }
	.slider-hero-item { float:left; width:100%; position:relative; color:#FFF; }
		.slider-hero-item a , .slider-hero-item img { float:left; width:100%; position:relative; color:#FFF;  }
		.slider-hero-item:hover a , .slider-hero-item:hover img { filter:none; -webkit-filter:none; }
		.slider-hero-title { position:absolute; top:0; bottom:0; left:0; right:0; z-index:10; }
			.slider-hero-title .wrap { height:100%; }
			.slider-hero-title section { float:left; width:42%; padding:62px 80px 65px 80px; position:relative; background-color:rgba(0, 0, 0, 0.65); }
				.slider-hero-title section::before { content:""; position:absolute; top:0; left:80px; width:80px; height:3px; background-color:#FFF; }
				.slider-hero-title section h2 { float:left; width:100%; font-family:'Bebas Neue', cursive; font-size:53px; line-height:60px; }
					.slider-hero-title section h2 strong { display:block; }
				.slider-hero-title section span { float:left; width:100%; margin-top:13px; font-size:16px; }

.vertical-out { width:100%; height:100%; display:table; }
.vertical-in { width:100%; display:table-cell; vertical-align:middle; }

/*	Finish SLIDER	*/

.mask , .mask-top { position:absolute; bottom:0; left:0; right:0; z-index:700; }
.mask-top { top:0; bottom:auto; }
	.mask > img , .mask-top > img { float:left; width:100%; }

/*	Start FOOTER	*/

.footer-wrap { float:left; width:100%; position:relative; background-color:#151515; color:#FFF; }
	
	.footer-wrap a { color:#FFF; }
	.footer-wrap a:hover { text-decoration:underline; }

	.footer-top { float:left; width:100%; padding:50px 0; position:relative; background-color:#000; }
		
		.footer-phone { float:left; }
			.footer-phone a { font-size:20px; font-weight:700; color:#FFF; line-height:50px; }
				.footer-phone a img { float:left; height:50px; padding:15px; margin-right:15px; background-color:rgba(255, 255, 255, 0.1); }
		
		.footer-social { float:right; }
			.footer-social li { padding-right:20px; }
			.footer-social li:last-child { padding-right:0; }
				.footer-social li a { float:left; background-color:rgba(255, 255, 255, 0.1); transition:all 0.25s; }
				.footer-social li a:hover { background-color:#FFF; }
					.footer-social li a img { float:left; width:50px; padding:4px; filter:invert(100%) sepia(100%) saturate(100%) hue-rotate(220deg) brightness(1000%) contrast(100%); }
					.footer-social li a:hover img { filter:none; }
	
	.footer { float:left; width:100%; margin-top:40px; position:relative; }
		.footer .inner-10 { display:flex; flex-flow:row wrap; }
		.footer-title { float:left; width:100%; padding:23px 0 18px 0; font-family:'Bebas Neue', cursive; font-size:20px; }
		.footer-links { float:left; width:20%; padding:0 10px; }
			.footer-links section { float:left; width:100%; }
				.footer-links ul { width:100%; }
					.footer-links li { width:100%; }
						.footer-links li a { float:left; width:100%; padding:5px 0; font-size:12px; }
		
	.copyright { float:left; width:100%; padding:50px 0; margin-top:50px; position:relative; color:rgba(255, 255, 255, 0.7); font-size:12px; z-index:10; box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.06); }
		.copyright a { color:#FFF; font-weight:600; }
		.copyright a:hover { text-decoration:underline; }
	
/*	Start CONTENT	*/

.page-title { float:left; width:100%; padding-top:27px; margin:60px 0 33px 0; position:relative; font-family:'Bebas Neue', cursive; font-size:40px; line-height:40px; z-index:30; }
	.page-title::before { content:""; position:absolute; top:0; left:0; width:40px; height:3px; background-color:#CCC; }
	.page-title section { display:block; margin:1px 0 14px 0; font-size:20px; line-height:20px; letter-spacing:1px; opacity:0.7; }

.sub-title { float:left; width:100%; margin:9px 0 21px 0; position:relative; font-size:23px; font-weight:700; color:#000; line-height:30px; letter-spacing:-0.3px; z-index:20; }

.page-about { float:left; width:100%; margin:-10px 0 30px 0; position:relative; font-size:16px; color:#151515; line-height:30px; z-index:20; }
	.page-about a { font-weight:700; }
	.page-about b , .page-about strong { color:#151515; }
	
	.page-about ul { float:none; display:block; }
		.page-about li { float:none; display:block; padding-left:30px; margin-bottom:15px; font-weight:700; line-height:22px; background:url(../images/icon-ok.png) no-repeat 0 4px / 16px auto; }

.page-photo { float:left; width:50%; padding:5px 30px 20px 0; }
	.page-photo img { float:left; width:100%; border-radius:8px; }

.inner-30 { margin:0 -30px; }
.inner-20 { margin:0 -20px; }
.inner-15 { margin:0 -15px; }
.inner-10 { margin:0 -10px; }
.inner-6 { margin:0 -6px; }
.inner-5 { margin:0 -5px; }

.top-150 { padding-top:150px; }
.top-100 { padding-top:100px; }
.top-50 { padding-top:50px; }
.bottom-150 { padding-bottom:150px; }
.bottom-100 { padding-bottom:100px; }
.bottom-50 { padding-bottom:50px; }

.left-80 { padding-left:80px; }
.right-80 { padding-right:80px; }

.block-border { box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.06); }

.welcome-wrap { float:left; width:100%; position:relative; background:url(../images/bg-logo.png) no-repeat right 10% bottom; }
	.welcome-to-yudin { float:left; width:100%; padding-right:20%; position:relative; }
		
.hero-solutions { float:left; width:100%; position:relative; overflow:hidden; }
	.hero-solutions ul { width:100%; }
		.hero-solutions li { width:33.33%; }
			.hero-solutions li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; font-family:'Bebas Neue', cursive; font-size:27px; line-height:30px; }
				.hero-solutions li a::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(180deg,rgba(0, 0, 0, 0.0),#000); opacity:0.65; transition:all 0.3s; }
				.hero-solutions li a:hover::after { top:60%; opacity:0.85; }
				.hero-solutions li a img { float:left; width:100%; height:530px;  transform-origin:center bottom; transition:all 1s; object-fit:cover }
				.hero-solutions li a:hover img { transform:scale(1.07, 1.07); filter:none; -webkit-filter:none; }
				.hero-solutions li a strong { position:absolute; left:0; right:0; bottom:0; padding:54px 40px; z-index:10; transition:all 0.3s; }
				.hero-solutions li a:hover strong { letter-spacing:1px; z-index:10; }
					.hero-solutions li a strong::before { content:""; position:absolute; left:40px; bottom:0; width:40px; height:3px; background-color:#FFF; }
					.hero-solutions li a strong::after { content:""; position:absolute; right:40px; bottom:60px; width:20px; height:20px; background:url(../images/arrow-white-right.png) no-repeat 0 0 / 100%; transition:all 0.3s; }
					.hero-solutions li a:hover strong::after { right:25px; }
					

.product-list { float:left; width:100%; position:relative; overflow:hidden; }
	.product-list .inner { margin:0 -1px; }
	.product-list ul { width:100%; margin:-1px 0; }
		.product-list li { width:33.33334%; padding:1px; }
			.product-list li a { float:left; width:100%; position:relative; overflow:hidden; color:#FFF; font-family:'Bebas Neue', cursive; font-size:23px; line-height:30px; }
				.product-list li a::after { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-image:linear-gradient(180deg,rgba(0, 0, 0, 0.0),#000); opacity:0.65; transition:all 0.3s; }
				.product-list li a:hover::after { top:60%; opacity:0.85; }
				.product-list li a img { float:left; width:100%;  transform-origin:center bottom; transition:all 1s; height: 300px; object-fit: cover; }
				.product-list li a:hover img { transform:scale(1.07, 1.07); filter:none; -webkit-filter:none; }
				.product-list li a strong { position:absolute; left:0; right:0; bottom:0; padding:28px 55px 28px 30px; z-index:10; transition:all 0.3s; }
				.product-list li a:hover strong { letter-spacing:1px; z-index:10; }
					.product-list li a strong::before { content:""; position:absolute; left:30px; bottom:0; width:40px; height:3px; background-color:#FFF; }
					.product-list li a strong::after { content:""; position:absolute; right:30px; bottom:33px; width:20px; height:20px; background:url(../images/arrow-white-right.png) no-repeat 0 0 / 100%; transition:all 0.3s; }
					.product-list li a:hover strong::after { right:20px; }
	
.category-list-wrap { float:left; width:100%; position:relative; }
	.category-list { float:left; width:100%; padding-left:40%; margin-bottom:60px; position:relative; background-color:#FFF; box-shadow:0 0 30px rgba(0, 0, 0, 0.05); }
	.category-list-wrap .category-list:last-child { margin-bottom:0; }
		.category-list picture { position:absolute; top:0; bottom:0; left:0; width:40%; background-color:#999; background-size:cover; background-position:center; background-repeat:no-repeat;  }
		.category-list:hover picture { filter:none; -webkit-filter:none; }
			.category-list picture::before { content:""; position:absolute; top:20%; bottom:20%; left:0; width:3px; background-color:#FFF; }
		.category-list section { float:left; width:100%; padding:40px; position:relative; }
			.category-list section .page-title { margin-top:0; margin-bottom:23px; }
		.category-list ul { width:100%; margin-bottom:-20px; display:flex; flex-flow:row wrap; }
			.category-list li { width:50%; padding:0 10px 20px 10px; }
				.category-list li a { float:left; width:100%; height:100%; padding:15px 20px; background-color:#F3F3F3; display:table; transition:all 0.25s; }
				.category-list li a:hover { background-color:#151515; color:#FFF; }
					.category-list li a strong { display:table-cell; vertical-align:middle; }
	
	.category-list.left { padding-left:0; padding-right:40%; }
		.category-list.left picture , .category-list.left picture::before { left:auto; right:0; }

.link-all { float:left; width:100%; position:relative; text-align:center; }
	.link-all section { display:inline-block; padding:0 25px; position:relative; background-color:#FFF; }
		.link-all a { float:left; position:relative; font-family:'Bebas Neue', cursive; font-size:17px; color:#999; letter-spacing:1px; line-height:40px; transition:all 0.3s; box-shadow:inset 0 -2px 0 #CCC; }
		.link-all a:hover { padding:0 15px; color:#000; box-shadow:inset 0 -2px 0 #000; letter-spacing:3px; }

.grayscale {  }
.grayscale:hover { filter:none; -webkit-filter:none; }

.yudin-news { float:left; width:100%; }
	.yudin-news ul { width:100%; counter-reset:item; }
		.yudin-news li { width:25%; padding:0 20px 40px 20px; position:relative; }
		.yudin-news li:hover { z-index:10; }
			.yudin-news li a { float:left; width:100%; color:#FFF; box-shadow:0 5px 30px rgba(0, 0, 0, 0.05); position:relative; overflow:hidden; transition:all 0.3s; }
			.yudin-news li a:hover { color:#FFF; box-shadow:0 10px 40px rgba(0, 0, 0, 0.1); }
				.yudin-news li a section { float:left; width:100%; position:relative; transition:all 0.3s; background-position:center; background-size:cover; background-repeat:no-repeat;  transform-origin:center bottom; transition:all 1s; }
				.yudin-news li a:hover section { filter:none; -webkit-filter:none; transform:scale(1.07, 1.07); }
					.yudin-news li a section::after { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-color:#000; opacity:0.2; transition:all 0.3s; }
					.yudin-news li a:hover section::after { opacity:0; }
					.yudin-news li a section img { float:left; width:100%; }
				.yudin-news li a strong { position:absolute; bottom:0; left:0; right:0; padding:21px 40px; font-weight:600; font-size:18px; line-height:30px; overflow:hidden; text-shadow: 0 0 4px black; }
					.yudin-news li a strong span { display:block; margin-top:9px; font-family:'Bebas Neue', cursive; font-weight:400; font-size:17px; letter-spacing:1px; opacity:0.6; }
					.yudin-news li a strong::after { content:""; position:absolute; left:40px; bottom:0; width:40px; height:2px; background-color:#FFF; }
				
.yudin-news-wrap { float:left; width:100%; padding-right:340px; position:relative; }
	.yudin-news-content { float:left; width:100%; }
	.yudin-news-recent { float:right; width:300px; margin-right:-340px; }
		.yudin-news-recent ul { width:100%; border-top:1px solid #EEE; }
			.yudin-news-recent li { width:100%; border-bottom:1px solid #EEE; }
				.yudin-news-recent li a { float:left; width:100%; padding:15px 0; }
					.yudin-news-recent li a span { display:block; font-weight:500; font-size:13px; color:#999; }

.yudin-news-picture { float:left; width:100%; margin-bottom:30px; position:relative; }
	.yudin-news-picture img { float:left; width:100%; }

.date { float:left; width:100%; margin:-4px 0 19px 0; font-weight:600; color:#666; }

.share-page { float:left; }
	.share-page li a { background-color:#CCC; }

.hero-block-wrap { float:left; width:100%; position:relative; }
	.hero-block-background { position:absolute; top:0; bottom:0; left:0; right:0; z-index:1; background-size:cover; background-position:center; background-repeat:no-repeat; opacity:0.4; filter: grayscale(100%); -webkit-filter: grayscale(100%); }
	.hero-block-wrap::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; z-index:2; background-image:linear-gradient(0deg, rgba(255, 255, 255, 0.0),#FFF); }
	
	.hero-block { float:left; width:100%; position:relative; background-color:#FFF; box-shadow:0 0 40px rgba(0, 0, 0, 0.08); z-index:3; }
		.hero-block-photo { position:absolute; top:0; bottom:0; left:0; width:50%; background-size:cover; background-position:center; background-repeat:no-repeat;  }
		.hero-block:hover .hero-block-photo { filter:none; -webkit-filter:none; }
			.hero-block-photo::before { content:""; position:absolute; top:20%; bottom:20%; left:0; width:3px; background-color:#FFF; }
		.hero-block-content { float:right; width:50%; padding-bottom:40px; position:relative; }

	.hero-block-right .hero-block-photo , .hero-block-right .hero-block-photo::before { left:auto; right:0; }
	.hero-block-right .hero-block-content { float:left; }
	
.services-wrap { float:left; width:100%; margin-top:70px; }

.tab-out { float:left; width:100%; height:60px; position:relative; margin-bottom:-60px; z-index:800; }
	.tab-wrap { float:left; width:100% !important; position:relative; z-index:90; overflow:hidden; background-color:#151515; box-shadow:0 0 10px rgba(0, 0, 0, 0.07); transition:all 0.3s; }
		.tab { float:left; height:60px; text-align:center; overflow:hidden; }
			.tab li a { float:left; padding:0 30px; font-family:'Bebas Neue', cursive; font-weight:400; font-size:17px; color:#CCC; line-height:60px; transition:all 0.25s; }
			.tab li a:hover { background-color:#000; box-shadow:inset 0 -2px 0 #FFF; color:#FFF; }
			/* .tab li a.active { background-color:#000; box-shadow:inset 0 -2px 0 #FFF; color:#FFF; } */
	
.block-section { float:left; width:100%; padding-top:70px; position:relative; }
.block-section-first { float:left; width:100%; padding-top:70px; position:relative; }
	.block-section::before { content:""; position:absolute; top:50px; left:0; right:0; height:2px; background-color:rgba(0, 0, 0, 0.06); }
	.block-section-first::before { display:none; }
	
.specs-table { float:left; width:100%; margin-bottom:40px; }
	.specs-table table { width:100%; font-size:12px; font-weight:500; }
		.specs-table table tr { border-bottom:1px solid rgba(0, 0, 0, 0.06); }
		.specs-table table tr:nth-child(odd) { background-color:#F8F8F8; }
		.specs-table table tr:first-child { background-color:#999; color:#FFF; border-bottom:1px solid #888; }
			.specs-table table tr td { padding:10px; }
			.specs-table table tr td:first-child { padding-left:15px; }

.block-two { width:47%; }

.simple-list { float:left; width:100%; margin-bottom:20px; font-weight:600; }
    .simple-list ul { width:100%; display:flex; flex-flow:row wrap; }
        .simple-list li { width:100%; padding:0 0 10px 30px; position:relative; display:inline-block; vertical-align:top; background:url(../images/icon-ok.png) no-repeat 0 2px / 16px auto; }
.services-wrap .page-about ul { float:left; width:100%; margin-top:30px; font-weight:600; display:flex; flex-flow:row wrap; font-size: 14px; }
		.services-wrap .page-about ul li { width:100%; padding:0 0 10px 30px; position:relative; display:inline-block; vertical-align:top; background:url(../images/icon-ok.png) no-repeat 0 2px / 16px auto; margin-bottom: unset; font-weight: unset; line-height: 20px; }

.gallery { float:left; width:100%; margin-bottom:20px; position:relative; overflow:hidden; }
	.gallery ul { width:100%;  }
		.gallery li { width:20%; position:relative; }
			.gallery li a { float:left; width:100%; padding:1px; position:relative; overflow:hidden; color:#FFF; }
				.gallery li a::after { 
					content:""; 
					position:absolute; 
					top:1px;
					bottom:1px;					
					left:1px;
					right:1px;
					background:url(../images/icon-zoom.png) no-repeat center / 40px;
					transition:all 0.3s;
					z-index:10;
					}
				.gallery li a:hover::after { background-color:rgba(0, 0, 0, 0.0); }
				.gallery li a section { float:left; width:100%; position:relative; overflow:hidden;  }
				.gallery li a:hover section { filter:none; -webkit-filter:none; }
					.gallery li a span { float:left; width:100%; background-size:cover; background-position:center top; transform-origin:center bottom; transition:all 1s; }
					.gallery li a img { float:left; width:100%; }
					.gallery li a:hover span { transform:scale(1.07, 1.07); }
					
					.gallery li a strong { position:absolute; left:0; right:0; bottom:0; padding:20px 20px 21px 30px; font-size:16px; font-weight:600; z-index:100; }
						.gallery li a strong::after { content:""; position:absolute; left:30px; bottom:0; width:50px; height:3px; background-color:#FFF; transition:all 0.3s; }
						.gallery li a:hover strong::after { width:100px; }
						
					.gallery li a::after { opacity:1; }
					
.videos { float:left; width:100%; margin-bottom:-20px; position:relative; overflow:hidden; }
	.videos ul { width:100%; display:flex; flex-flow:row wrap; }
		.videos li { width:33.33334%; padding:0 20px 40px 20px; }
			.videos li a { float:left; width:100%; }
				.videos li a section { float:left; width:100%; position:relative; overflow:hidden; transition:all 0.2s; }
					.videos li a section::after { content:""; position:absolute; top:50%; left:50%; width:48px; height:48px; margin:-24px 0 0 -24px; background:rgba(0, 0, 0, 0.7) url(../images/icon-play.png) no-repeat center / auto 20px; }
					.videos li a section i { float:left; width:100%; transform-origin:center bottom; transition:all 1s; overflow:hidden; }
					.videos li a:hover section i { transform:scale(1.06, 1.06); }
						.videos li a section i img { float:left; width:100%;  }
						.videos li a:hover section i img { filter:none; -webkit-filter:none; }
				.videos li a strong { float:left; width:100%; padding:15px 0 5px 0; font-size:16px; font-weight:600; }
				
.resources-table { float:left; width:100%; }
	.resources-table ul { width:100%; }
		.resources-table li { width:100%; padding:20px 20px 20px 120px; position:relative; border-bottom:1px solid rgba(0, 0, 0, 0.06); transition:all 0.25s; }
		.resources-table li:hover { background-color:#F8F8F8; }
		.resources-table li:first-child { background-color:#F5F5F5; color:#151515; font-weight:600; }
			.resources-table li a { font-weight:700; }

.icon-pdf , .icon-excel , .icon-word {
	content:"PDF";
	position:absolute;
	top:50%;
	left:20px;
	width:50px;
	height:30px;
	margin-top:-15px;
	font-size:17px;
	font-family:'Bebas Neue', cursive;
	color:#FFF;
	line-height:30px;
	background-color:#666;
	text-align:center;
	border-radius:2px;
	}
/* .icon-excel { background-color:#4DA462; }
.icon-word { background-color:#2A76E6; } */
	.icon-pdf::before { content:""; }
	.icon-excel::before { content:""; }
	.icon-word::before { content:""; }

.col-2 { float:left; width:50%; }
.col-3 { float:left; width:33.33334%; }
.col-25 { float:left; width:25%; }
.col-75 { float:left; width:75%; }

/*	Start SUB PAGES	*/

.sub-hero { float:left; width:100%; padding-top:50px; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; color:#FFF; z-index:1000;  }
	.sub-hero::before { content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(145deg,#999,#666); opacity:0.9; }
	.sub-hero-title { float:left; width:100%; padding:30px 0; position:relative; font-family:'Bebas Neue', cursive; font-size:30px; letter-spacing:2px; line-height:30px; z-index:30; }
		.sub-hero-title::before { content:""; position:absolute; bottom:0; left:0; width:40px; height:3px; background-color:#FFF; }
		
.category-hero { padding-top:0; }
.category-hero:hover { filter:none; -webkit-filter:none; }
	.category-hero::before { top:auto; height:90px; opacity:0.7; }
	.category-hero > img { float:left; width:100%; }
	.category-hero .sub-hero-title { margin-top:-90px; }

.breadcrumb { float:left; width:100%; height:50px; margin-bottom:-20px; position:relative; z-index:100; font-size:12px; font-weight:500; letter-spacing:1px; line-height:50px; box-shadow:0 0 10px rgba(0, 0, 0, 0.06); overflow:hidden; }
	.breadcrumb li { float:left; }
	.breadcrumb li:hover { box-shadow:inset 0 -2px 0 #999; }
	.breadcrumb i { float:left; width:1px; height:20px; margin:15px 25px; background-color:rgba(0, 0, 0, 0.15); transform:skewX(-12deg); }
	.breadcrumb li:last-child { float:left; box-shadow:inset 0 -2px 0 #CCC; font-weight: bold; }
	
.yudin-stats { float:left; width:100%; padding:20px 0; margin-bottom:-30px; position:relative; }
	.yudin-stats ul { width:100%; display:flex; flex-flow:row wrap; position:relative; }
		.yudin-stats li { flex:1; flex-basis:25%; padding:0 20px 30px 20px; }
			.yudin-stats li strong { display:block; padding-bottom:10px; font-family:'Bebas Neue', cursive; font-size:70px; line-height:70px; }
			.yudin-stats li span { display:block; font-weight:500; color:#666; }
	
.introduction { float:left; width:100%; overflow:hidden; }
	.introduction ul { width:100%; display:flex; flex-flow:row wrap; }
		.introduction li { padding:0 30px 40px 30px; flex:1; flex-basis:50%; }
		/* .introduction li:nth-child(2n+2) { padding-top:40px; } */
			.introduction li img { float:left; width:100%;  }
			.introduction li:hover img { filter:none; -webkit-filter:none; }
			.introduction li section { float:left; width:100%; position:relative; }
				.introduction li section .page-title { margin-top:40px; }

/*	Start CONTACT	*/
	
.accordion { float:left; width:100%; font-size:16px; border-bottom:1px solid #EEE; }
	
	.accordion-section-title { float:left; width:100%; padding:19px 35px 15px 20px; border-top:1px solid #EEE; position:relative; font-size:16px; }
	
		.accordion-section-title::before { content:""; position:absolute; top:50%; right:10px; width:14px; height:2px; margin-top:-2px; background-color:#B0BAC4; transition:all 0.25s; border-radius:2px; }
		.accordion-section-title::after { content:""; position:absolute; right:16px; top:50%; height:14px; width:2px; margin-top:-8px; background-color:#B0BAC4; transition:all 0.25s; border-radius:2px; }
		
		.cell-01 { float:left; width:55%; }
		.cell-02 { float:left; width:15%; text-align:center; }
		.cell-03 { float:left; width:30%; }
	
	.accordion-section-title.active { font-weight:500; color:#151515; }
	.accordion-section-title.active::before , 
	.accordion-section-title.active::after { background-color:#EE1C27; -webkit-transform:rotate(135deg); -moz-transform:rotate(135deg); -o-transform:rotate(135deg); -ms-transform:rotate(135deg); transform:rotate(135deg); }
	
	.accordion-section-content { float:left; width:100%; padding:15px 25px 20px 25px; position:relative; display:none; color:#666; line-height:25px; background-image:linear-gradient(180deg,#F6F8F8,#FFF); }
		.accordion-section-content::before { 
				content:"";
				border-top:4px solid transparent;
				border-left:8px solid transparent;
				border-right:8px solid transparent;
				height:0;
				position:absolute;
				width:0;
				left:37px;
				top:1px;
				border-top-color:#EE1C27;
			}
		.accordion-section-content::after { content:""; position:absolute; width:50px; height:2px; left:20px; top:0; background-color:#EE1C27; }
		.accordion-section-content section { float:left; width:100%; }

.contact-form { float:left; width:100%; max-width:1000px; }
	.contact-inner { margin:0 -15px; }
	
	.form-item { float:left; width:50%; padding:0 15px 30px 15px; position:relative; }
	.form-item:last-child { padding-bottom:0; }
		.form-item label { float:left; width:100%; }
		.form-item section { float:left; width:100%; font-size:16px; font-weight:600; margin-bottom:-10px; }
		
		.security-code img { float:left; width:120px; height:45px; margin-right:10px; padding:2px; border:1px solid #CCC; background-color:#FFF; border-radius:3px; }
		.security-code a.refresh { float:left; width:45px; height:45px; text-indent:-9999px; background:#FFF url(../images/refresh.png) no-repeat center center / 24px; border:1px solid #CCC; border-radius:3px; }
		.security-code a:hover.refresh { background-color:#EEE; }
		
.contact-wrap { float:left; width:100%; margin-top:50px; position:relative; background-color:#FFF; box-shadow:0 0 40px rgba(0, 0, 0, 0.08); }
	
	.contact-info { float:left; width:50%; min-height:400px; padding:50px; }
		.contact-info h2 { float:left; width:100%; margin:-4px 0 29px 0; font-size:23px; font-weight:700; line-height:25px; color:#151515; letter-spacing:-0.5px; }
		.contact-info section { float:left; width:100%; padding:30px 0 30px 60px; position:relative; border-top:1px solid rgba(0, 0, 0, 0.06); }
		.contact-info section:last-child { border-bottom:1px solid rgba(0, 0, 0, 0.06); }
			.contact-info section img { position:absolute; top:50%; left:0; height:32px; margin-top:-16px; }
			.contact-info section strong { display:block; }

	.contact-map { position:absolute; top:0; right:0; bottom:0; left:50%; }

/*	Start PAGINATION	*/
	
.pages { float:left; width:100%; margin-top:40px; font-weight:600; font-size:13px; line-height:43px; text-align:center; }
	.pages ul { width:100%; }
		.pages li { float:none; display:inline-block; padding:0 5px; }
			.pages li a { float:left; min-width:45px; height:45px; padding:0 10px; color:#999; border:1px solid #E4E4E4; transition:all 0.3s; border-radius:23px; }
			.pages li a:hover { border-color:#999; }
			.pages li a.current { color:#EE1C27; border-color:#EE1C27; }
				
.cookies-wrap { position:fixed; right:20px; bottom:20px; left:20px; z-index:7950; text-align:center; }
	.cookies { float:left; width:100%; padding:25px 30px 20px 30px; position:relative; background-color:rgba(0, 0, 0, 0.8); font-size:12px; color:rgba(255, 255, 255, 0.8); }
		.cookies section { float:left; width:100%; position:relative; }
		.cookies-close { position:absolute; top:-16px; right:20px; width:32px; height:32px; }
			.cookies-close span { float:left; width:100%; height:100%; position:relative; text-indent:-9999px; background:#000 url(../images/icon-close.png) no-repeat center / 20px; cursor:pointer; border:2px solid #FFF; }
			.cookies-close span:hover { background-size:18px; background-color:#666; }


@media only screen and (max-width:1600px) {

.sub-hero { padding-top:0; }

}


@media only screen and (max-width:1380px) {

.wrap { width:1200px; }

.top-150 { padding-top:100px; }
.top-100 { padding-top:75px; }
.top-50 { padding-top:35px; }
.bottom-150 { padding-bottom:100px; }
.bottom-100 { padding-bottom:75px; }
.bottom-50 { padding-bottom:35px; }
.left-80 { padding-left:40px; }
.right-80 { padding-right:40px; }

.slider-hero-title section { padding:32px 40px 35px 40px; }
	.slider-hero-title section::before { left:40px; width:60px; }
	.slider-hero-title section h2 { font-size:43px; line-height:50px; }

.hero-solutions .inner { margin:0 -1px; }
.hero-solutions ul { margin-bottom:-2px; }
	.hero-solutions li { padding:0 1px 2px 1px; }
		.hero-solutions li a strong { padding:34px 25px; }
			.hero-solutions li a strong::before { left:25px; }
			.hero-solutions li a strong::after { right:25px; bottom:40px; }
	
.hero-block-content { padding-bottom:10px; }

.tab li a { padding:0 25px; }
    #nav li.nav-products span {
        left: 140px;
    }

}


@media only screen and (max-width:1260px) {

.yudin { padding-top:0; }
	.wrap { float:left; width:100%; padding:0 20px; }

.header { float:left; width:100%; position:relative; height:70px; }
	#logo { margin-top:10px; }
		#logo img { height:50px; }
	.search-icon , .header-social { margin-top:15px; }
	
.hero-search-wrap { float:left; width:100%; position:relative; left:auto; right:auto; top:auto; }
	.hero-search input { height:45px; padding:0 75px 0 20px; line-height:45px; }
	.hero-search button { width:60px; }

.nav-icon { float:right; width:60px; height:70px; position:relative; cursor:pointer; display:block; text-indent:-9999px; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:20px; height:2px; margin:-1px 0 0 -10px; background-color:#000; transition:all 0.5s; }
		.nav-icon span::before { content:""; position:absolute; top:-7px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-7px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
	
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-135deg);
			-moz-transform:rotate(-135deg);
			-o-transform:rotate(-135deg);
			-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
			top:0;
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(135deg);
			-moz-transform:rotate(135deg);
			-o-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			transform:rotate(135deg);
			bottom:0;
		}
		
	.nav-icon-close::before { 
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:#000;
	}

#nav { position:absolute; top:70px; left:0; right:0; padding:30px; background-color:#151515; box-shadow:0 10px 30px rgba(0, 0, 0, 0.2); display:none; }
	#nav::after { display:none; }
	#nav ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.07); }
		#nav li { width:100%; margin-right:0; border-bottom:1px solid rgba(255, 255, 255, 0.07); }
		#nav li.nav-multi::before { content:""; position:absolute; top:0; right:0; width:40px; height:50px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
			#nav li > a { width:100%; padding:0 20px; font-size:24px; letter-spacing:2px; line-height:60px; position:relative; color:#FFF; }
			#nav li > a.active { color:#666; box-shadow:none; }
			
			#nav > ul li span { float:left; width:100%; position:relative; top:auto; left:auto; right:auto; background-color:#FFF; border-top:0; }
				#nav li span::before { left:38px; top:-3px; border-bottom-color:#FFF; }

    #nav > ul li.nav-products {
        position: relative;
    }

    #nav li.nav-products span {
        left:0;
        padding: 0;
        width: auto;
    }

    #nav li.nav-products section {
        width: 100%;
        padding: 0;
    }

        #nav li.nav-products section a {
            padding: 15px 20px;
        }

        #nav li.nav-products section strong:last-child {
            border-bottom: none;
        }

.tab-out { margin-bottom:0; }
.tab-out .is-sticky { margin-top:-70px; }

.welcome-to-yudin { padding-right:0; }
.hero-solutions li , .yudin-news li , .footer-links { width:33.33334%; }
	.hero-solutions li a img { margin:-30% 0; }
	
.yudin-news li a strong { padding:16px 25px; }
	.yudin-news li a strong span { margin-top:4px; }
	.yudin-news li a strong::after { left:25px; }
	
.tab li a { padding:0 15px; }

.services-wrap { margin-top:50px; }

}


@media only screen and (max-width:1023px) {

.yudin { padding-top:0; }
	.wrap { float:left; width:100%; padding:0 20px; }

.header { float:left; width:100%; position:relative; height:70px; }
	#logo { margin-top:10px; }
		#logo img { height:50px; }
	.search-icon , .header-social { margin-top:15px; }
	
.hero-search-wrap { float:left; width:100%; position:relative; left:auto; right:auto; top:auto; }
	.hero-search input { height:45px; padding:0 75px 0 20px; line-height:45px; }
	.hero-search button { width:60px; }

.nav-icon { float:right; width:60px; height:70px; position:relative; cursor:pointer; display:block; text-indent:-9999px; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:20px; height:2px; margin:-1px 0 0 -10px; background-color:#000; transition:all 0.5s; }
		.nav-icon span::before { content:""; position:absolute; top:-7px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-7px; left:0; right:0; height:2px; background-color:#000; transition:all 0.5s; }
	
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-135deg);
			-moz-transform:rotate(-135deg);
			-o-transform:rotate(-135deg);
			-ms-transform:rotate(-135deg);
			transform:rotate(-135deg);
			top:0;
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(135deg);
			-moz-transform:rotate(135deg);
			-o-transform:rotate(135deg);
			-ms-transform:rotate(135deg);
			transform:rotate(135deg);
			bottom:0;
		}
		
	.nav-icon-close::before { 
		content:"";
		border-bottom:4px solid transparent;
		border-left:10px solid transparent;
		border-right:10px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-10px;
		border-bottom-color:#000;
	}

#nav { position:absolute; top:70px; left:0; right:0; padding:30px; background-color:#151515; box-shadow:0 10px 30px rgba(0, 0, 0, 0.2); display:none; }
	#nav::after { display:none; }
	#nav ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.07); }
		#nav li { width:100%; margin-right:0; border-bottom:1px solid rgba(255, 255, 255, 0.07); }
		#nav li.nav-multi::before { content:""; position:absolute; top:0; right:0; width:40px; height:50px; background:url(../images/arrow-white-down.png) no-repeat center 52%; background-size:14px auto; opacity:0.7; }
			#nav li > a { width:100%; padding:0 20px; font-size:24px; letter-spacing:2px; line-height:60px; position:relative; color:#FFF; }
			#nav li > a.active { color:#666; box-shadow:none; }
			
			#nav > ul li span { float:left; width:100%; position:relative; top:auto; left:auto; right:auto; background-color:#FFF; border-top:0; }
				#nav li span::before { left:38px; top:-3px; border-bottom-color:#FFF; }

    #nav > ul li.nav-products {
        position: relative;
    }

    #nav li.nav-products span {
        left:0;
        padding: 0;
        width: auto;
    }

    #nav li.nav-products section {
        width: 100%;
        padding: 0;
    }

        #nav li.nav-products section a {
            padding: 15px 20px;
        }

        #nav li.nav-products section strong:last-child {
            border-bottom: none;
        }

.top-150 { padding-top:75px; }
.top-100 { padding-top:50px; }
.top-50 { padding-top:25px; }
.bottom-150 { padding-bottom:75px; }
.bottom-100 { padding-bottom:50px; }
.bottom-50 { padding-bottom:25px; }

.footer-top { padding:30px 0; }

.page-title { padding-top:22px; margin:30px 0 23px 0; }
.introduction li section .page-title { margin-top:30px; }
.page-about { margin-bottom:20px; }

.slider-hero-title section { width:50%; padding:20px 25px; }
	.slider-hero-title section::before { left:25px; width:40px; }
	.slider-hero-title section h2 { font-size:27px; line-height:30px; }
	.slider-hero-title section span { display:none; }

.yudin-news li , .videos li , .product-list li { width:50%; }

.tab-wrap .wrap { padding:0; }
.tab-wrap::after { content:""; position:absolute; top:0; bottom:0; right:0; width:40px; background-image:linear-gradient(90deg,rgba(0, 0, 0, 0.0),#151515,#151515); z-index:100; }

.tab { width:100%; height:60px; position:relative; white-space:nowrap; overflow-x:scroll; overflow-y:hidden; }
	.tab ul { float:none; height:60px; display:block; }
		.tab li { float:none; display:inline-block; }
		.tab li:last-child { padding-right:40px; }
			.tab li a { padding:0 25px; }
			
.block-section { padding-top:0; }
	.block-section::before { top:-2px; }

.gallery li { width:25%; }

.breadcrumb { margin-bottom:0; letter-spacing:0; }

.introduction li { flex-basis:100%; padding-bottom:0; }

.category-hero .sub-hero-title { padding:20px 0; margin-top:0; }
.category-hero::before { height:70px; }

.category-list { padding-left:0 !important; padding-right:0 !important; }
	.category-list picture { float:left; width:100%; height:300px; position:relative; top:auto; bottom:auto; left:auto !important; right:auto !important; }
	.category-list section { padding:25px; }
	
.services-wrap { margin-top:20px; }

.yudin-news-wrap { padding-right:0; }
	.yudin-news-recent { width:100%; margin-right:0; margin-top:30px; }
	.yudin-news-picture { margin-bottom:20px; }

}





@media only screen and (max-width:767px) {

.header-social { display:none; }

.footer { margin-top:20px; }

.left-80 { padding-left:20px; }
.right-80 { padding-right:20px; }

.hero-block-photo { float:left; width:100%; height:300px; position:relative; top:auto; bottom:auto; left:auto !important; right:auto !important; }
	.hero-block-photo::before { top:0; left:10% !important; right:10% !important; bottom:auto; width:auto; height:3px; }
.hero-block-content { width:100%; padding-bottom:0; }

.yudin-news .inner-20 { margin:0 -10px; }
.yudin-news li { padding:0 10px 20px 10px; }

.block-two { width:100%; }

.specs-table { overflow-x:scroll; overflow-y:hidden; }
	.specs-table table { min-width:760px; }
	
.yudin-stats li { flex-basis:50%; }
	.yudin-stats li strong { padding-bottom:0; }
	
.col-3 , .col-25 , .col-75 { width:100%; }
.resources-table ul { border-top:1px solid #EEE; }
.resources-table li { padding-left:80px; }
.resources-table li:first-child { display:none; }
.icon-pdf , .icon-excel , .icon-word { left:0; }

.contact-form { margin-bottom:25px; }
.contact-wrap { margin-top:25px; }
	
	.contact-info { width:100%; min-height:initial; padding:25px 25px 10px 25px; }
		.contact-info h2 { margin:-4px 0 14px 0; }
		.contact-info section { padding:15px 0 15px 45px; }
		.contact-info section:last-child { border-bottom:0; }
			.contact-info section img { height:24px; margin-top:-12px; }

	.contact-map { float:left; width:100%; height:400px; position:static; }
	
.cookies-wrap { right:0; bottom:0; left:0; }
	.cookies { padding:20px 20px 15px 20px; }

}



@media only screen and (max-width:640px) {

.slider-hero-title { float:left; width:100%; position:relative; top:auto; bottom:auto; left:auto; right:auto; }
	.slider-hero-title .wrap { height:auto; padding:0; }
	.slider-hero-title section { width:100%; padding:20px; background-color:#000; }
		.slider-hero-title section::before { left:20px; width:35px; }
		.slider-hero-title section h2 strong { display:initial; }

ul.slick-dots { padding:15px 0; }
.hero-solutions li { width:100%; }
.footer-links { width:50%; }
	.hero-solutions li a { font-size:20px; line-height:20px; }
		.hero-solutions li a strong { padding:29px 25px; }
			.hero-solutions li a strong::after { right:20px; bottom:29px; }
			
.yudin-news li a strong { font-size:16px; line-height:25px;}

.gallery li { width:33.33334%; }

.videos li { width:100%; padding-bottom:30px; }

.breadcrumb { display:none; }

.product-list li { width:100%; }

}



@media only screen and (max-width:540px) {

.hero-block-photo { height:240px; }
.yudin-news li { width:100%; }
.footer-top { padding:20px 0; }
	.footer-social { width:100%; margin-top:20px; }
.copyright { padding:30px 0; margin-top:30px; }
	.copyright div { width:100%; }

.gallery li { width:50%; }
.category-list picture { height:200px; }
.category-list ul { margin-bottom:-10px; }
	.category-list li { width:100%; padding-bottom:10px; }
	
.form-item { width:100%; padding-bottom:20px; }
.contact-map { height:300px; }

}



@media only screen and (max-width:425px) {
	.slider-hero-item a, .slider-hero-item img, .hero-solutions li a img, 
	.hero-block-photo, .yudin-news li a section, .introduction li img,
	.product-list li a img, .gallery li a section, .sub-hero{
		filter: none;
		-webkit-filter: none;
	}
}



@media only screen and (max-width:374px) {



}




/* iCheck plugin Minimal skin, pink
----------------------------------- */
.icheckbox_minimal-pink,
.iradio_minimal-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: -4px 7px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(pink.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-pink {
    background-position: 0 0;
}
    .icheckbox_minimal-pink.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-pink.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-pink.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-pink.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-pink {
    background-position: -100px 0;
}
    .iradio_minimal-pink.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-pink.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-pink.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-pink.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-pink,
    .iradio_minimal-pink {
        background-image: url(pink@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.alert {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    /*border-radius: 6px;*/
    margin: 40px 0 -20px 0;
}

.success {
    background-color: #4caf50;
}

.info {
    background-color: #2196f3;
}

.warning {
    background-color: #ff9800;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.text-danger {
    float: left;
    width: 100%;
    color: red;
}

html {
	scroll-behavior: smooth;
  }
  
.go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.2s ease;
	background: #FFF url(../images/arrow-left.png) no-repeat center / auto 20px;
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);  
}

.go-top:hover {
    height: 50px;
    width: 50px;
    background-color: #000;
    background-image: url(../images/arrow-white-left.png);
}

.page-about img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--thumbs { display:none !important; }
@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-extrabold.eot');
    src: url('/Content/css/font/manrope-extrabold.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-extrabold.woff2') format('woff2'),
         url('/Content/css/font/manrope-extrabold.woff') format('woff'),
         url('/Content/css/font/manrope-extrabold.ttf') format('truetype'),
         url('/Content/css/font/manrope-extrabold.svg#ManropeExtrabold') format('svg');
    font-weight: 800;
    font-style: normal;

}


@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-bold.eot');
    src: url('/Content/css/font/manrope-bold.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-bold.woff2') format('woff2'),
         url('/Content/css/font/manrope-bold.woff') format('woff'),
         url('/Content/css/font/manrope-bold.ttf') format('truetype'),
         url('/Content/css/font/manrope-bold.svg#ManropeBold') format('svg');
    font-weight: 700;
    font-style: normal;

}


@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-light.eot');
    src: url('/Content/css/font/manrope-light.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-light.woff2') format('woff2'),
         url('/Content/css/font/manrope-light.woff') format('woff'),
         url('/Content/css/font/manrope-light.ttf') format('truetype'),
         url('/Content/css/font/manrope-light.svg#ManropeLight') format('svg');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-medium.eot');
    src: url('/Content/css/font/manrope-medium.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-medium.woff2') format('woff2'),
         url('/Content/css/font/manrope-medium.woff') format('woff'),
         url('/Content/css/font/manrope-medium.ttf') format('truetype'),
         url('/Content/css/font/manrope-medium.svg#ManropeMedium') format('svg');
    font-weight: 500;
    font-style: normal;

}


@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-regular.eot');
    src: url('/Content/css/font/manrope-regular.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-regular.woff2') format('woff2'),
         url('/Content/css/font/manrope-regular.woff') format('woff'),
         url('/Content/css/font/manrope-regular.ttf') format('truetype'),
         url('/Content/css/font/manrope-regular.svg#Manrope') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Manrope';
    src: url('/Content/css/font/manrope-semibold.eot');
    src: url('/Content/css/font/manrope-semibold.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/manrope-semibold.woff2') format('woff2'),
         url('/Content/css/font/manrope-semibold.woff') format('woff'),
         url('/Content/css/font/manrope-semibold.ttf') format('truetype'),
         url('/Content/css/font/manrope-semibold.svg#ManropeSemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}
/* 
@font-face {
    font-family: 'Bebas';
    src: url('/Content/css/font/bebasneue_bold.eot');
    src: url('/Content/css/font/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/bebasneue_bold.woff2') format('woff2'),
         url('/Content/css/font/bebasneue_bold.woff') format('woff'),
         url('/Content/css/font/bebasneue_bold.ttf') format('truetype'),
         url('/Content/css/font/bebasneue_bold.svg#BebasBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/Content/css/font/bebasneue_book.eot');
    src: url('/Content/css/font/bebasneue_book.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/bebasneue_book.woff2') format('woff2'),
         url('/Content/css/font/bebasneue_book.woff') format('woff'),
         url('/Content/css/font/bebasneue_book.ttf') format('truetype'),
         url('/Content/css/font/bebasneue_book.svg#BebasBook') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas';
    src: url('/Content/css/font/bebasneue_regular.eot');
    src: url('/Content/css/font/bebasneue_regular.eot?#iefix') format('embedded-opentype'),
         url('/Content/css/font/bebasneue_regular.woff2') format('woff2'),
         url('/Content/css/font/bebasneue_regular.woff') format('woff'),
         url('/Content/css/font/bebasneue_regular.ttf') format('truetype'),
         url('/Content/css/font/bebasneue_regular.svg#Bebas') format('svg');
    font-weight: normal;
    font-style: normal;
} */

