/* CSS Document */
@font-face {
    font-family: 'helveticaneueregular';
    src: url('../fonts/helveticaneueregular.eot');
    src: url('../fonts/helveticaneueregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueregular.woff') format('woff'),
         url('../fonts/helveticaneueregular.ttf') format('truetype'),
         url('../fonts/helveticaneueregular.svg#helveticaneueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuebold';
    src: url('../fonts/helveticaneuebold.eot');
    src: url('../fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuebold.woff') format('woff'),
         url('../fonts/helveticaneuebold.ttf') format('truetype'),
         url('../fonts/helveticaneuebold.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, 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;
	box-sizing:border-box;
}

:focus {
	outline:0;
}

a {
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

a, a:hover, .side_content .side_title a:hover, .sideNews .line_title a:hover {
	color:#000;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height: 100%;
	overflow: auto;
	background-color: #dbdbdb;
	margin: 0;
	padding: 30px 0;
	-webkit-text-size-adjust:none;
	font-family:'helveticaneueregular', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:1.5em;
}

body.home {
	height: auto;
}

input[type="radio"] {
	-webkit-appearance:radio;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	-webkit-border-radius:0px;
}

select {
	-webkit-appearance:menulist;
}

b, strong {
	font-family:'helveticaneuebold', sans-serif;
	font-weight:normal;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
	line-height:1.5em;
}

.defloater, .break, .labelbreak {
	clear:both;
	font-size:0;
}

.spacer, .spacer-5, .spacer-10, .spacer-20, .spacer-25, .spacer-30, .spacer-100 {
	display:block;
	float:left;
	clear:both;
	width:100%;
	height:40px;
}

.spacer-5 {
	height:5px;
}

.spacer-10 {
	height:10px;
}

.spacer-20 {
	height:20px;
}

.spacer-25 {
	height:25px;
}

.spacer-30 {
	height:30px;
}

.spacer-80 {
	height:80px;
}

.layout-main {
	padding: 0 15px;
	height: 100%;
	min-height: calc(100vh - 60px);
	display: flex;
	flex-flow: column nowrap;
}

.row {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.column {
	float: left;
	padding: 0 15px;
}

.large-3 {
	width: 30%;
}

.large-4 {
	width: 40%;
}

.large-5 {
	width: 50%;
}

.large-6 {
	width: 60%;
}

.large-7 {
	width: 70%;
}

.large-8 {
	width: 60%;
}

.large-12 {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mg-b-30 {
	margin-bottom: 30px;
}

.mg-t-30 {
	margin-top: 30px;
}

.text-center {
	text-align: center;
}

.title-wrapper {
	width: 100%;
}

.title-big {
	font-family:'helveticaneuebold', sans-serif;
	line-height: 1;
	font-kerning: none;
}

.text-fit {
	display: flex;
	line-height: 1.2;
	container-type: inline-size;
	--captured-length: initial;
	--support-sentinel: var(--captured-length, 9999px);
}

.text-fit > [aria-hidden] {
	visibility: hidden;
}

.text-fit > :not([aria-hidden]) {
	flex-grow: 1;
	container-type: inline-size;
	--captured-length: 100cqi;
	--available-space: var(--captured-length);
}

.text-fit > :not([aria-hidden]) > * {
	--support-sentinel: inherit;
	--captured-length: 100cqi;
	--ratio: tan(atan2(var(--available-space), var(--available-space) - var(--captured-length)));
	--font-size: clamp(1em, 1em * var(--ratio), var(--max-font-size, infinity * 1px) - var(--support-sentinel));
	inline-size: var(--available-space);
}

.text-fit > :not([aria-hidden]) > *:not(.text-fit) {
	display: block;
	font-size: var(--font-size);
}

@container (inline-size > 0) {
	white-space: nowrap;
}

.text-fit > :not([aria-hidden]) > *.text-fit {
	--captured-length2: var(--font-size);
	font-variation-settings: 'opsz' tan(atan2(var(--captured-length2), 1px));
}
 

@property --captured-length {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}

@property --captured-length2 {
  syntax: "<length>";
  initial-value: 0px;
  inherits: true;
}

.home-sx {
	width: 100%;
	height: 40vmin;
	background: url(../images/home-sx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.home-dx {
	width: 100%;
	height: 40vmin;
	background: url(../images/home-dx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.contacts-sx {
	width: 100%;
	height: 40vmin;
	background: url(../images/contacts-sx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.contacts-dx {
	width: 100%;
	height: 40vmin;
	background: url(../images/contacts-dx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.top-menu {
	position: relative;
	margin-bottom: 30px;
	z-index: 2;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.menu li {
	font-family:'helveticaneuebold', sans-serif;
	display: inline-block;
	margin-left: 30px;
	text-transform: uppercase;
	line-height: 30px;
}

.menu li a {
	display: inline-block;
	border-bottom: solid 3px transparent;
}

.menu li a:hover,
.menu li a.active {
	text-decoration: none;
	border-bottom: solid 3px #000;
}

.about-image {
	width: 100%;
	height: 55vmin;
	text-align: center;
}

.about-image img {
	height: 100%;
	width: 100%;
	object-fit: scale-down;
	object-position: center center;
}

.about-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	flex-direction: column;
	flex: 1;
}

.about-contents {
	height: 55vmin;
}

.about-contents .flex-vertical {
	display: flex;
	height: 100%;
	align-items: center;
	flex-flow: column nowrap;
}

.about-contents .flex-vertical .flex-child {
	flex: 0 0 50%;
	height: 50%;
	width: 100%;
	vertical-align: middle;
	display: flex;
	justify-content:space-around;
	flex-direction: column;
}

.about-title {
	font-family:'helveticaneuebold', sans-serif;
	font-size: 5vw;
	line-height: 1.2;
}

.about-text {
	font-size: 1.5vw;
	line-height: 1.5;
}

.contacts-title {
	font-family:'helveticaneuebold', sans-serif;
	font-size: 5vw;
	line-height: 1.2;
	text-transform: uppercase;
}

.contacts-text {
	font-size: 1.5vw;
	line-height: 1.5;
}

.instagram-link {
	position: relative;
	display: inline-block;	
}

.instagram-link:after {
	content: "";
	display: inline-block;
	height: 1.2vw;
	width: 1.2vw;
	position: relative;
	top: 0.1vw;
	margin-left: 0.5vw;
	background: url(../images/instagram.svg) no-repeat center center scroll;
	background-size: cover;
}

.mosaic {
	width: calc(100% + 30px);
	height: 100%;
	padding: 30px 0;
	margin: 0 -15px;
}

.mosaic-left {
	float: left;
	width: 40%;
	height: 100%;
	padding-right: 15px;
}

.mosaic-right {
	float: right;
	width: 60%;
	height: 100%;
	padding-left: 15px;
}

.mosaic-bottom {
	width: 100%;
	height: calc(60% - 30px);
	margin-top: 30px;
	padding-right: 30px;
}

.get-inspired-sx {
	width: 100%;
	height: 100%;
	background: url(../images/inspired-sx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.get-inspired-top-dx {
	width: 100%;
	height: 40%;
	background: url(../images/inspired-top-dx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.get-inspired-bottom-dx {
	float: right;
	width: calc(60% - 30px);
	height: 100%;
	background: url(../images/inspired-bot-dx.jpg) no-repeat center center scroll;
	background-size: cover;
}

.mosaic-text {
	width: 40%;
	height: 100%;
	float: left;
	font-family:'helveticaneuebold', sans-serif;	
	line-height: 1;
}

.mosaic-text .contents {
	height: 60%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.show-for-small {
	display: none;
}

@media only screen and (max-width: 939px) {
	.show-for-small {
		display: block;
	}
	
	.large-4,
	.large-5,
	.large-6,
	.large-8 {
		width: 100%;
	}
	
	.about-contents {
		height: auto;
		margin-bottom: 30px;
	}
	
	.about-title {
		font-size: 26px!important;
		margin-bottom: 30px;
	}

	.about-text {
		font-size: 16px!important;
	}		
	
	.contacts-title {
		font-size: 26px!important;
		margin-bottom: 30px;
	}

	.contacts-text {
		font-size: 16px!important;
		margin-bottom: 30px;
	}
	
	.instagram-link:after {
		height: 16px;
		width: 16px;
		top: 3px;
		margin-left: 5px;
	}
	
	.contacts-sx,
	.contacts-dx {
		margin-bottom: 30px;
	}
	
	.flex-vertical,
	.flex-vertical * {
		display: block!important;
		height: auto!important;
	}
		
	.mosaic-left {
		width: 100%;
		height: auto;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.mosaic-right {
		width: 100%;
		height: auto;
		padding: 0 15px;
	}

	.mosaic-bottom {
		float: left;
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.mosaic-text {
		width: 100%;
		margin-bottom: 30px;
	}

	.get-inspired-sx,
	.get-inspired-top-dx,
	.get-inspired-bottom-dx {
		width: 100%;
		height: 50vmin;
	}
}


@media only screen and (max-width: 599px) {
	.top-menu .left,
	.top-menu .right {
		width: 100%;
		text-align: center;
	}
		
	.menu {
		float: none;
		font-size: 14px;
		margin: 30px auto 0;
	}

	.menu li {
		margin-left: 20px;
	}

	.menu li:first-child {
		margin: 0;
	}
}

