/*
//======================================================================
// TABLE OF CONTENTS
//======================================================================

= NORMALIZE

= CUSTOM RESETS

= WHOLE SITE

= GENERAL

= HEADER

= FOOTER

//======================================================================
// TABLE OF CONTENTS - END
//======================================================================
*/

/*
//======================================================================
// NORMALIZE
//======================================================================
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*
//======================================================================
// NORMALIZE - END
//======================================================================
*/

/*
//======================================================================
// CUSTOM RESETS
//======================================================================
*/

a {
	text-decoration: none;
	color: inherit;
	outline: unset;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

select {
	background-color: #fff;
}

pre {
	margin: 0;
	padding: 14px;
	border-radius: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: monospace;
	direction: ltr;
	text-align: left;
	word-break: break-all;
	white-space: break-spaces;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: unset;
}

/*
//======================================================================
// CUSTOM RESETS - END
//======================================================================
*/

/*
//======================================================================
// WHOLE SITE
//======================================================================
*/

:root {
	--black: #000000;
	--black2: #212529;
	--black3: #2B2E34;
	--red: #BF1E2D;
	--redorange: #ED5B46;
	--gray: #A4A4A4;
	--gray2: #555556;
	--gray3: #F9FAFB;
	--gray4: #AFB0B3;
	--gray5: #707070;
	--white: #FFFFFF;
	--green: #85AD68;
	--changeColor: color 0.3s ease; 
	--changeBgColor: background-color 0.3s ease; 
	--font15: 0.938rem;
	--font18: 1.125rem;
	--font22: 1.375rem;
	--font24: 1.5rem;
	--font28: 1.75rem;
	--font32: 2rem;
	--font36: 2.25rem;
	--font48: 3rem;
	--font70: 4.375rem;
	--medium: 500;
	--bold: 700;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Rubik', sans-serif;
	background-size: cover;
	background-position: 0px 4100px;
	background-repeat: repeat-y;
}

body * {
	box-sizing: border-box;
}

.bg-cover,
.bg-contain,
.site-bg {
	background-position: center;
	background-repeat: no-repeat;
}

.bg-cover,
.site-bg {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.content-no-margin-top-bottom > :first-child,
.wnm > :first-child {
	margin-top: 0;
}

.content-no-margin-top-bottom > :last-child,
.wnm > :last-child {
	margin-bottom: 0;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/*
//======================================================================
// WHOLE SITE - END
//======================================================================
*/

/*
//======================================================================
// GENERAL
//======================================================================
*/

.container-1030,
.container-1100,
.container-1160,
.container-1260,
.container-1360 {
	width: 100%;
	margin: auto;
	padding: 0 20px;
}

.container-1030 {
	max-width: 1070px;
}

.container-1100 {
	max-width: 1140px;
}

.container-1260 {
	max-width: 1300px;
}

.container-1360 {
	max-width: 1400px;
}

.container-1160 {
	max-width: 1200px;
}

.slick-slider .slick-slide {
	outline: none;
	cursor: grab;
}

.slick-slider .slick-slide:focus {
	cursor: grabbing;
}

/*
//======================================================================
// GENERAL - END
//======================================================================
*/

/*
//======================================================================
// HEADER
//======================================================================
*/

body > header,
body > .ghost-element {
	height: 90px;
}

body > header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 20;
	width: 100%;
	transition: 0.5s ease;
}

body > header.scrolled {
	background-color: rgba(255, 255, 255, 0.98);
	-moz-box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.1);
}

header .desktop {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 20px;
}

header .desktop .menu-btn {
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 23px;
}

header .desktop .menu-btn > * {
	display: block;
	height: 3px;
	background-color: var(--gray4);
	position: relative;
}

header .desktop .menu-btn > span:first-child {
	width: 20px;
}

header .desktop .menu-btn > span:first-child:before,
header .desktop .menu-btn > span:last-child:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(100% + 5px);
	background-color: var(--gray4);
	transition: all 0.4s ease;
}

header .desktop .menu-btn:hover > span:first-child:before,
header .desktop .menu-btn:hover > span:last-child:before {
	width: 100%;
	left: 0;
}

header .desktop .menu-btn > span:first-child:before {
	width: 5px;
}

header .desktop .menu-btn > span:nth-child(2) {
	width: 30px;
}

header .desktop .menu-btn > span:last-child {
	width: 10px;
}

header .desktop .menu-btn > span:last-child:before {
	width: 15px;
}

/*
//-------------------------------------------
// Fixed Menu
//-------------------------------------------
*/

.menu-overlay {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 0;
	height: 100vh;
	background-color: var(--white);
	display: flex;
	transition: width 1s ease;
}

.menu-overlay.opened {
	right: 0;
	width: 100%;
}

.menu-overlay.closed {
	left: 0;
}

.menu-overlay:before {
	content: '';
	display: block;
	flex: 0 0 50%;
	background-color: var(--gray3);
}

.fixed-menu {
	display: none;
	position: fixed;
	top: 0;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 100vh;
	grid-template-columns: 1fr 1fr;
}

/* to prevents clicks after menu is closing */
.fixed-menu.closing:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.fixed-menu > * {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* MENU TEXTS FX */
.fixed-menu .contact-ways-wrapper .contact-ways,
.fixed-menu .main-menu-wrapper nav > ul {
	position: relative;
	top: 50px;
	transition: top 1.5s ease;
	transition-delay: 0.1s;
}

.fixed-menu.opened .contact-ways-wrapper .contact-ways,
.fixed-menu.opened .main-menu-wrapper nav > ul {
	top: 0;
}
/* MENU TEXTS FX - END */

.fixed-menu .contact-ways-wrapper .contact-ways {
	margin-left: 185px;
}

.fixed-menu .contact-ways-wrapper .title {
	color: var(--red);
	font-size: var(--font24);
	font-weight: var(--bold);
	margin-bottom: 40px;
}

.fixed-menu .contact-ways-wrapper ul {
	display: grid;
	grid-gap: 14px;
}

.fixed-menu .contact-ways-wrapper ul li {
	display: flex;
	align-items: flex-start;
	line-height: 26px;	
}

.fixed-menu .contact-ways-wrapper ul li [class^="icon-"] {
	font-size: var(--font18);
	color: var(--red);
	min-width: 45px;
}

.fixed-menu .contact-ways-wrapper ul li .way {
	color: var(--gray2);
	font-size: var(--font18);
	font-weight: var(--medium);
}

.fixed-menu .main-menu-wrapper nav {
	margin-left: 179px;
}

.fixed-menu .main-menu-wrapper nav > ul {
	display: grid;
	grid-gap: 7px;
}

.fixed-menu .main-menu-wrapper nav > ul > li {
	display: flex;
	justify-content: flex-end;
}

.fixed-menu .main-menu-wrapper nav > ul > li > a {
	font-size: var(--font36);
	font-weight: var(--bold);
	position: relative;
	line-height: 53px;
	transition: var(--changeColor);
}

.fixed-menu .main-menu-wrapper nav > ul > li > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	transform: translate(0, -50%);
	background-color: var(--gray);
	width: 12px;
	height: 4px;
	transition: var(--changeBgColor);
	transition-delay: 0.2s;
}

.fixed-menu .main-menu-wrapper nav > ul > li > a:hover {
	color: var(--red);
}

.fixed-menu .main-menu-wrapper nav > ul > li > a:hover:after {
	background-color: var(--red);
}

/*
//-------------------------------------------
// Fixed Menu - END
//-------------------------------------------
*/

header .desktop .logo {
	justify-self: end;
}

/*
//======================================================================
// HEADER - END
//======================================================================
*/

/*
//======================================================================
// FOOTER
//======================================================================
*/

footer {
	background-color: var(--white);
	-moz-box-shadow: box-shadow: 0px -1px 30px 0px rgb(0 0 0 / 5%);
	-webkit-box-shadow: box-shadow: 0px -1px 30px 0px rgb(0 0 0 / 5%);
	box-shadow: 0px -1px 30px 0px rgb(0 0 0 / 5%);
}

footer .top-footer {
	display: grid;
	grid-template-columns: minmax(0, 58.5%) minmax(0, 16.5%) minmax(0, 25%);
	grid-gap: 30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

footer .top-footer .logo-description {
	justify-self: start;
}

footer .top-footer .logo-description .company-description {
	line-height: 26px;
	margin-top: 25px;
}

footer .top-footer .footer-menu {
	justify-self: center;
}

footer .top-footer .footer-menu nav > ul {
	display: grid;
	grid-gap: 10px;
}

footer .top-footer .footer-menu nav > ul > li {
	position: relative;
}

footer .top-footer .footer-menu nav > ul > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	background-color: var(--red);
	border-radius: 100%;
}

footer .top-footer .footer-menu nav > ul > li > a {
	font-weight: var(--medium);
	transition: var(--changeColor);
}

footer .top-footer .footer-menu nav > ul > li > a:hover {
	color: var(--gray);
}

footer .top-footer .contacts {
	justify-self: end;
}

footer .top-footer .contacts ul {
	display: grid;
	grid-gap: 20px;
}

footer .top-footer .contacts ul li {
	display: flex;
	align-items: flex-start;
	line-height: 24px;
}

footer .top-footer .contacts ul li [class^="icon-"] {
	min-width: 32px;
	font-size: var(--font18);
	color: var(--red);
}

footer .top-footer .contacts ul li .way {
	color: var(--gray);
}

footer .top-footer .contacts ul li .way.link {
	transition: var(--changeColor);
}

footer .top-footer .contacts ul li .way.link:hover {
	color: var(--black);
}

footer .bottom-footer {
	border-top: 1px solid rgba(0, 0, 0, .07);
}

footer .bottom-footer-inner {
	padding-top: 27px;
	padding-bottom: 27px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .bottom-footer .rights {
	color: var(--gray);
}

footer .bottom-footer .medias {
	display: flex;
	align-items: center;
}

footer .bottom-footer .medias li:not(:last-child) {
	margin-left: 25px;
}

/*
//======================================================================
// FOOTER - END
//======================================================================
*/

/*
//======================================================================
// MEDIQ QUERIES
//======================================================================
*/

@media (max-width: 1600px) {

	:root {
		--font70: 3.438rem;
	}

}

@media (max-width: 1200px) {

	.container-1100 {
		max-width: 1000px;
	}

}

@media (max-width: 1200px) {

	/*
	//-------------------------------------------
	// Fixed Menu
	//-------------------------------------------
	*/

	.fixed-menu .contact-ways-wrapper .contact-ways {
		margin-left: 100px;
	}

	.fixed-menu .main-menu-wrapper nav {
		margin-left: 129px;
	}

	/*
	//-------------------------------------------
	// Fixed Menu - End
	//-------------------------------------------
	*/

}

@media (max-width: 1023px) {

	body {
		background-size: 950px;
	}

	:root {
		--font36: 1.75rem;
		--font70: 2.188rem;
	}

	/*
	//-------------------------------------------
	// Fixed Menu
	//-------------------------------------------
	*/

	.menu-overlay:before {
		height: 50%;
		flex: 0 0 100%;
	}

	.fixed-menu {
		grid-template-columns: 1fr;
		padding: 0 20px;
	}

	.fixed-menu .main-menu-wrapper {
		padding-top: 40px;
		grid-area: 1;
	}

	.fixed-menu .contact-ways-wrapper {
		justify-content: flex-start;
	}

	.fixed-menu .contact-ways-wrapper .contact-ways {
		margin: 0 130px 0 0;
	}

	/*
	//-------------------------------------------
	// Fixed Menu - End
	//-------------------------------------------
	*/

	/*
	//======================================================================
	// FOOTER
	//======================================================================
	*/

	footer .top-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 20px 0;
	}

	footer .top-footer .logo-description {
		grid-area: 1/1/2/3;
	}

	footer .top-footer .footer-menu,
	footer .top-footer .contacts {
		padding-right: 15px;
		justify-self: start;
	}

	footer .top-footer .footer-menu {
		grid-area: 2/1;
	}

	/*
	//======================================================================
	// FOOTER - END
	//======================================================================
	*/

}

@media (max-width: 600px) {

	:root {
		--font22: 1.125rem;
		--font28: 1.375rem;
	}

	/*
	//======================================================================
	// HEADER
	//======================================================================
	*/

	header .desktop {
		display: flex;
		justify-content: space-between;
	}

	/*
	//======================================================================
	// HEADER - END
	//======================================================================
	*/

	/*
	//-------------------------------------------
	// Fixed Menu
	//-------------------------------------------
	*/

	.fixed-menu .contact-ways-wrapper,
	.fixed-menu .main-menu-wrapper {
		justify-content: center;
	}

	.fixed-menu .contact-ways-wrapper .contact-ways,
	.fixed-menu .main-menu-wrapper nav {
		margin: 0;
	}

	/*
	//-------------------------------------------
	// Fixed Menu - End
	//-------------------------------------------
	*/

	/*
	//======================================================================
	// FOOTER
	//======================================================================
	*/

	footer .top-footer {
		grid-template-columns: 1fr;
		grid-gap: 30px 0;
		padding-top: 50px;
		padding-bottom: 40px;
	}

	footer .top-footer .logo-description {
		grid-area: unset;
	}

	footer .top-footer .logo-description .logo img {
		margin: auto;
	}

	footer .top-footer .contacts {
		padding-right: 0;
	}

	/*
	//======================================================================
	// FOOTER - END
	//======================================================================
	*/

}

/*
//======================================================================
// MEDIQ QUERIES - END
//======================================================================
*/