@media (max-width: 992px) {
	.mobile-hide, .hide-xs {
		display: none !important;
	}
	
}
@media (min-width: 992px) {
	.desktop-hide {
		display: none !important;
	}
	.pic-in-view {
		transition: all .75s ease;
		transform: scale(.7) translateY(100px);
		opacity: 0;
	}
	.pic-in-view.visible {
		transform: scale(1) translateY(0) !important;
		opacity: 1;
	}
	.div-in-view {
		transition: all .75s ease;
		transform: translateY(50px);
		opacity: 0;
	}
	.div-in-view.visible {
		transform: translateY(0);
		opacity: 1;
	}
	.delay-1 { transition-delay: .15s; }
	.delay-2 { transition-delay: .3s; }
	.delay-3 { transition-delay: .45s; }
	.delay-4 { transition-delay: .6s; }
	.delay-5 { transition-delay: .75s; }
	.delay-6 { transition-delay: .9s; }
	.delay-7 { transition-delay: 1.05s; }
	.delay-8 { transition-delay: 1.2s; }
	.delay-9 { transition-delay: 1.35s; }
	.delay-10 { transition-delay: 1.35s; }
	.delay-11 { transition-delay: 1.5s; }
	.delay-12 { transition-delay: 1.65s; }
	.delay-13 { transition-delay: 1.8s; }
	.delay-14 { transition-delay: 1.95s; }
	.delay-15 { transition-delay: 2.1s; }
	.delay-16 { transition-delay: 2.25s; }
	.delay-17 { transition-delay: 2.4s; }
	.delay-18 { transition-delay: 2.55s; }
	.delay-19 { transition-delay: 2.7s; }
	.delay-20 { transition-delay: 2.9s; }
	.delay-21 { transition-delay: 3.05s; }
	.delay-22 { transition-delay: 3.2s; }
	.delay-23 { transition-delay: 3.35s; }
	.delay-24 { transition-delay: 3.5s; }
	.delay-25 { transition-delay: 3.65s; }
	.delay-26 { transition-delay: 3.8s; }
	.delay-27 { transition-delay: 3.95s; }
	.delay-28 { transition-delay: 4.1s; }
	.delay-29 { transition-delay: 4.25s; }
	.delay-30 { transition-delay: 4.4s; }
	.col-lg-2 { flex: 0 0 16.7%; width: 16.7%; }
	.col-lg-3 { flex: 0 0 25%; width: 25%; }
	.col-lg-4 { flex: 0 0 33.3%; width: 33.3%; }
	.col-lg-5 { flex: 0 0 41.6%; width: 41.6%; }
	.col-lg-6 { flex: 0 0 50%; width: 50%; }
	.col-lg-7 { flex: 0 0 58.3%; width: 58.3%; }
	.col-lg-8 { flex: 0 0 66.67%; width: 66.67%; }
	.col-lg-9 { flex: 0 0 75%; width: 75%; }
	.col-lg-12 { flex: 0 0 100%; width: 100%; max-width: 100%; }
	.offset-lg-2 { margin-left: 16.7%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.3%; }
	body {
		font-size: 16px;
		line-height: 24px;
	}
	
	.menu-call {
		display: none;
	}
	header.header .container {
		width: 100%;
		padding: 15px 15px;
		margin: 0 auto;
	}
	.header .links {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.header .links a {
		
	}
	.header .links a em {
		font-style: normal;
		font-weight: 700;
		color: var(--text);
		font-size: 13px;
		text-transform: uppercase;
		transition: all .25s ease;
	}
	.header .links a.contact.mobile  {
		margin-left: 40px;
	}
	.header .links a.contact.mobile em {
		font-size: 17px;
	}
	.header .links a svg {
		display: inline-block;
		fill: var(--highlight);
		vertical-align: middle;
		width: 24px;
		height: 24px;
		margin: 0 8px 0 0;
	}
	.header .links a:hover em {
		color: var(--hover);
	}
	.main-nav {
		display: block;
		position: relative;
		margin-top: -56px;
		margin-bottom: 25px;
	}
	.main-nav ul {
		display: flex;
		list-style: none;
		margin: 0 0;
		padding: 0 0;
		width: calc(100% - 310px);
		justify-content: flex-end;
		margin-left: 330px;
		align-items: center;
	}
	.main-nav ul li {
		position: relative;		
	}
	.main-nav ul li:not(:last-of-type) {
		margin-right: 7px;
	}
	.main-nav ul li a {
		color: var(--text);
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		text-transform: uppercase;
		display: block;
		padding: 10px 17px;
		margin:0 5px;
		transition: all .25s ease;
	}
	.main-nav ul li a:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}
	.main-nav ul li:hover a,
	.main-nav ul li.active a {
		color: var(--highlight);
	}
	.main-nav ul li:before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 10px;
		width: 0px;
		height: 2px;
		background-color: var(--highlight);
		transition: width .25s ease;
	}
	.main-nav ul li:after {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 10px;
		width: 2px;
		height: 0px;
		background-color: var(--highlight);
		transition: height .25s ease;
	}
	.main-nav ul li:hover:before {
		width: 20px;
	}
	.main-nav ul li:hover:after {
		height: 20px;
	}
	header.header .logo {
		position: relative;
		z-index: 50;
		top: 5px;
		transition: all .25s ease;
	}
	header.header .logo:hover {
		filter: brightness(1.25);
		opacity: .75;
	}
	
	.slider-wrap, .slider, .slider .item {
		height: 550px;
	}
	.slider-wrap .item .text {
		max-width: 40%;
		padding: 15px 30px 30px;
		bottom: 7px;
		font-size: 12px;
		line-height: 16px;
	}
	.slider-wrap .item .text h1, .slider-wrap .item .text h2 {
		font-size: 28px;
		line-height: 30px;
		font-weight: 800;
	}
	.slider-wrap .item .text p, .slider-wrap .item .text div {
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
	}
	.btn {
		border-width: 4px;
	}
	
	
	.text-header {
		text-align: left;
		padding: 40px 0 5px;
	}
	.text-header h1,
	.text-header h2 {
		text-align: left;
		font-size: 34px;
		line-height: 40px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.text-header h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		letter-spacing: .2px;
		margin: 0 0 5px;
	}
	
	
	.icons .text {
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}
	.icons .flex {
		background-image: linear-gradient( #FFF, #b4e9ff);
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.icons .flex .container {
		justify-content: center;
	}
	.icons .flex .container .item {
		flex: 0 0 22%;
		margin: 0 10px 10px;
		transition: all .25s ease;
		height: 240px;
	}
	.icons .flex .container .item img { 
		height: 100px;
	}
	.icons .flex .container a.item:hover {
		box-shadow: 0px 0px 0px 5px rgb(163 228 255 / 70%);
		transform: scale(1.03);
	}
	.icons .flex .container a.item span.text {
		transition: all .25s ease;
		font-size: 16px;
		line-height: 22px;
	}
	.icons .flex .container a.item:hover span.text {
		color: var(--alt);
	}
	.icons .bottom-text {
		background-color: #b4e9ff;
		box-shadow: -500px 0 #b4e9ff, 500px 0 #b4e9ff;
	}
	
	
	.text-wrap {
		margin: 0 0;
		padding: 0 0;
	}
	.text-wrap .picture {
		padding: 3em 1em;
	}
	.text-wrap .content {
		text-align: left;
		padding: 1em 1em 1em 2em;
	}
	.text-wrap .frame {
		width: 80%;
		height: 350px;
		max-width: initial;
	}
	.standard {
		padding: 10px 0 30px;
	}
	.standard.ul-modify {
		padding-top: 40px;
	}
	.services {
		margin-top: 50px;
	}
	.services .service {
		flex: 0 0 27%;
	}
	.services .service img {
		width: 90%;
	}
	.services .desc {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	
	.twocols .row.flex {
		align-items: center;
	}
	.twocols .row .left-col {
		padding-right: 2.5em;
	}
	
	
	
	blockquote {
		font-size: 14px;
		line-height: 20px;
	}
	
	
	form#contact-form-web.on {
		background-color: rgba(245, 245, 245, .8);
		padding: 0 0;
		align-items: center;
		justify-content: center;
	}
	form#contact-form-web.on > div {
		background-color: #FFFFFF;
		box-shadow: 0px 10px 20px -10px rgba(0,0,0,.25);
		max-width: 900px;
		padding-bottom: 30px;
		position: relative;
	}
	form#contact-form-web h3 {
		font-size: 24px;
		line-height: 30px;
		color: var(--alt);
		text-transform: uppercase;
		font-weight: 500;
		margin: 25px 0 15px;
		letter-spacing: 1px;
	}
	form#contact-form-web .close-btn {
		z-index: 99;
	}
	form#contact-form-web .close-btn:hover svg {
		fill: var(--alt);
	}
	
	
	
	.shopForm .container {
		max-width: 900px;
		margin: 0 auto;
	}
	
	
	
	.parallax {
		
	}
	.parallax .text h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.parallax .text {
		font-size: 19px;
		padding: 15px 25px;
		max-width: 900px;
		margin: 0 auto;
		line-height: 26px;
	}
	
	
	.items-gallery .item {
		width: 32%;
		height: 250px;
		flex: 0 0 32%;
		margin: 0 auto 15px;
		overflow: hidden;
	}
	
	
	.map-wrap {
		padding-bottom: 50px;
	}
	
	
	.footer img.logo {
		margin: 0 50px 40px 20px;
	}
	.footer .contacts {
		position: absolute;
		top: 24px;
		left: 420px;
		display: flex;
	}
	.footer .contacts a.phone {
		margin-right: 35px;
	}
	.footer .text-center {
		position: absolute;
		top: 24px;
		right: 30px;
	}
	.footer h5 {
		margin-top: 15px;
		text-align: center;
	}
	.footer ul {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
	}
	.footer .navi ul li {
		margin: 0 0 0 15px;
	}
	.footer ul li:not(:last-of-type):after {
		content: "•";
		margin-left: 10px;
	}
	

}

@media (max-width: 360px) {
	.slider-wrap .item .text h1, .slider-wrap .item .text h2 {
		font-size: 17px;
		line-height: 22px;
	}
	.header .menu-call {
		top: 15px;
		right: 10px;
	}
	.btn, .slider-wrap .item .text a:last-of-type {
		font-size: 13px;
		padding: 10px 15px;
	}
	.text-header h1, .text-header h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.icons .flex .item .text {
		font-size: 11px;
		line-height: 15px;
	}
	.text-wrap .frame {
		max-width: 100%;
		height: 250px;
	}
	.map-wrap iframe {
		height: 350px !important;
	}
	.twocols {
		padding: 25px 0;
	}
	blockquote {
		padding: 1.5em 1em;
		font-size: 12px;
		line-height: 16px;
	}
	.footer .container,
	.main-nav.on .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-nav ul li a {
		font-size: 16px;
	}
	.footer .contacts a {
		padding-left: 5px;
	}
	.footer .contacts a svg {
		display: none;
	}
}