/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy-Light.woff') format('woff'),
  url('../fonts/Gilroy-Light.ttf')  format('truetype'),
  url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/Gilroy-SemiBold.woff') format('woff'),
  url('../fonts/Gilroy-SemiBold.ttf')  format('truetype'),
  url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy-Medium.woff') format('woff'),
  url('../fonts/Gilroy-Medium.ttf')  format('truetype'),
  url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gilroy-Bold.woff') format('woff'),
  url('../fonts/Gilroy-Bold.ttf')  format('truetype'),
  url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: Gilroy, sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #fff;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.wrapper {
	overflow: hidden;
}

.container {
	margin: auto;
	width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 30px 0;
}

.header__info {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header__logo {
	width: 247px;
	position: absolute;
	left: 50%;
	margin-left: -123px;
	top: 0;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__address {
/*	width: 305px;*/
	width: 331px;
	margin-top: 34px;
}

.header__contacts {
	width: 290px;
	margin-top: 20px;
}

.contact + .contact {
	margin-top: 20px;
}

.contact__label {
	color: #201f27;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
}

.contact__text {
	color: #201f27;
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
}

.contact__text a {
	color: #201f27;
	text-decoration: none;
}

.contact_address {
	position: relative;
	padding-left: 65px;
}

.contact_address:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -38px;
	width: 49px;
	height: 49px;
	background: #b9b9b9 url(../../_mod_files/ce_images/img/address.png) no-repeat center center;
	border-radius: 50%;
}

.contact_email {
	position: relative;
	padding-left: 65px;
}

.contact_email:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 49px;
	height: 49px;
	background: #b9b9b9 url(../../_mod_files/ce_images/img/email.png) no-repeat center center;
	border-radius: 50%;
}

.contact_phone {
	position: relative;
	padding-left: 65px;
}

.contact_phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	width: 49px;
	height: 49px;
	background: #b9b9b9 url(../../_mod_files/ce_images/img/phone.png) no-repeat center center;
	border-radius: 50%;
}

.header__menu {
	color: #201f27;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 60px;
}

.header__menu a {
	border-bottom: 1px solid transparent;
	color: #201f27;
	line-height: 1.3;
	text-decoration: none;

}

.header__menu ul {
	display: flex;
	justify-content: center;
}

.header__menu li + li {
	margin-left: 60px;
}

.header__menu a:hover,
.header__menu a.active {
    color: #1d732e;
	border-color: #1d732e;
/*	color: #7ace80;
	border-color: #7ace80; */
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	background: url(../../_mod_files/ce_images/img/main2.jpg) no-repeat bottom center;
	background-size: cover;
	padding-bottom: 300px;
}
.main-diag {
	background: url(../../_mod_files/ce_images/img/main-diag.jpg) no-repeat bottom center;
	background-size: cover;
	padding-bottom: 300px;
}

.main__text {
	padding-top: 15px;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	max-width: 840px;
	margin: auto;
}

.main__first-line {
	display: inline-block;
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	border-radius: 5px;
	background-color: #fff;
	padding: 8px 40px;
}

.main__second-line {
	font-weight: 700;
	color: #7ace80;
	display: inline-block;
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	border-radius: 5px;
	background-color: #f8f9fb;
	padding: 8px 40px;
}

.main__third-line {
	font-size: 31px;
	display: inline-block;
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	border-radius: 5px;
	background-color: #f8f9fb;
	padding: 8px 40px;
	letter-spacing: 0.2px;
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.service {
	padding-top: 145px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center 108px;
}

.service__title {
	font-size: 45px;
	line-height: 63px;
	font-weight: 300;
	text-align: center;
	max-width: 924px;
	margin: auto;
}

.service__title span {
	color: #7ace80;
}

.service__description {
	font-size: 26px;
	line-height: 43px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 5px;
}

.service__description p {
	margin: 0;
}

.service__description b {
	font-weight: 600;
}

.service__caption {
	max-width: 500px;
	margin: 0 auto 35px;
	color: #6b6b6b;
	font-size: 28px;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
}

/* ==========================================================================
   REPAIR
   ========================================================================== */
.repair {
	margin-bottom: 77px;
}

.repair__block {
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	border-radius: 5px;
	background-color: #fff;
	height: 229px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.repair__block:after {
	content: '';
	position: absolute;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
}

.repair__text {
	color: #7ace80;
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.repair__text span {
	font-weight: 300;
}

.label {
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	transform: rotate(-90deg);
}

.label_mirror {
	transform: rotate(90deg);
}

.repair_video .repair__block {
	background-image: url(../../_mod_files/ce_images/img/repair-video.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.repair_video .repair__label {
	position: absolute;
	left: -205px;
	top: 105px;
}

.repair_optical {
	margin-top: 140px;
}

.repair_optical .repair__label {
	position: absolute;
	left: -325px;
	top: 335px;
}

.repair_optical .repair__block {
	background-image: url(../../_mod_files/ce_images/img/repair-optical.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}

.repair_optical .repair__block:before {
	content: '';
	position: absolute;
	width: 349px;
	height: 307px;
	background: url(../../_mod_files/ce_images/img/man.png) no-repeat;
	left: 20px;
	top: -84px;
	z-index: 1;
}

.repair_hard {
	margin-top: 116px;
}

.repair_hard .repair__block {
	background-image: url(../../_mod_files/ce_images/img/repair-hard.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}

.repair_hard .repair__label {
	position: absolute;
	left: -270px;
	top: 325px;
}

/* ==========================================================================
   INSTRUMENTS
   ========================================================================== */
.instruments {
	position: relative;
	z-index: 1;
}

.instruments__row {
	display: flex;
	margin: -18px -9px 0;
	flex-wrap: wrap;
}

.instruments__col {
	padding: 0 9px;
	width: 25%;
	margin-top: 18px;
}

.instruments__item {
	padding: 35px 24px 40px 29px;
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	background-color: #fff;
	height: 100%;
}

.instruments__title {
	color: #6b6b6b;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 20px;
}

.instruments__title b {
	font-weight: 700;
	display: block;
}

.instruments__list {
	color: #2e2c37;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0.42px;
}

.instruments__list_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.instruments__list li {
	position: relative;
	padding-left: 24px;
}

.instruments__list li:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	background: #848484;
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.instruments__list li + li {
	margin-top: 8px;
}

.instruments__list + .instruments__title {
	margin-top: 30px;
}

/* ==========================================================================
   MODELS
   ========================================================================== */
.models {
	margin-top: 116px;
}

.models__block {
	box-shadow: 0 16px 81px rgba(227, 230, 239, 0.44);
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	padding: 60px;
}

.models__block:after {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
}

.models__title {
	color: #7ace80;
	font-size: 28px;
	font-weight: 500;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 28px;
}

.models__title span {
	font-weight: 300;
}

.models__row {
	display: flex;
	margin: -15px -20px 0;
	flex-wrap: wrap;
}

.models__col {
	padding: 0 10px;
	width: 50%;
	margin-top: 15px;
}

.models__item {
	color: #2e2c37;
	font-size: 16px;
	font-weight: 300;
	line-height: 32.49px;
	letter-spacing: 0.42px;
}

.models__wrap {
	position: relative;
}

.models_technical .models__wrap:before {
	content: '';
	position: absolute;
	top: -199px;
	right: -135px;
	width: 375px;
	height: 376px;
	background: url(../../_mod_files/ce_images/img/models-technical.jpg) no-repeat;
}

.models_auto .models__wrap:before {
	content: '';
	position: absolute;
	bottom: -132px;
	left: -362px;
	width: 600px;
	height: 429px;
	background: url(../../_mod_files/ce_images/img/models-auto.jpg) no-repeat;
}

.models_technical .models__label {
	position: absolute;
	z-index: 1;
	left: -270px;
	top: 170px;
}

.models_auto .models__label {
	position: absolute;
	z-index: 1;
	right: -270px;
	top: 163px;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
/*	margin-top: 112px;  */
	position: relative;
}

.info__block {
	display: flex;
}

.info__img {
	width: 377px;
	flex-shrink: 0;
	order: 2;
}

.info__img img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	margin: auto;
}

.info__content {
	margin-right: 100px;
	margin-top: 25px;
}

.info__title {
	color: #2e2c37;
	font-size: 45px;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: 0.48px;
	margin-bottom: 30px;
}

.info__title span {
	color: #7ace80;
}

.info__text {
	color: #2e2c37;
	font-size: 19px;
	font-weight: 300;
	line-height: 31px;
	margin-bottom: 40px;
}

.info__text b {
	font-weight: 700;
}

.info__text p + p {
	margin-top: 31px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	margin-top: 130px;
}

.footer__top {
	border-top: 1px solid #f4f4f4;
	padding: 25px 0;
}

.footer__menu {
	color: #201f27;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer__menu ul {
	display: flex;
	justify-content: center;
}

.footer__menu li + li {
	margin-left: 54px;
}

.footer__menu a {
	border-bottom: 1px solid transparent;
    color: #201f27;
    line-height: 1.3;
	text-decoration: none;	
}

.footer__menu a:hover,
.footer__menu a.active {
	color: #7ace80;
	border-color: #7ace80;
}

.footer__logo {
	width: 247px;
}

.footer__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.footer__middle {
	padding-top: 30px;
	padding-bottom: 45px;
	background: #f4f4f4;
}

.footer__middle-block {
	display: flex;
}

.footer__address {
	margin-left: 147px;
/*	width: 305px;*/
	width: 340px;
	margin-top: 15px;
}

.footer__contacts {
	width: 290px;
	margin-left: 124px;
	margin-top: 15px;
}

.footer__bottom {
	padding: 35px 0;
	color: #626262;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.footer__bottom a {
	color: #626262;
	text-decoration: none;
	border-bottom: 1px solid #626262;
}

.footer__bottom a:hover {
	color: #7ace80;
	border-color: #7ace80;
}

.footer__bottom-block {
	display: flex;
	justify-content: space-between;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199.98px) {
	.container {
		width: 960px;
	}

	.main {
		padding-bottom: 150px;
	}

	.header__contacts {
		width: 255px;
	}

	.info__img {
		margin-top: 100px;
	}

	.footer__contacts {
		margin-left: 30px;
	}

	.footer__address {
		margin-left: 40px;
	}
}

@media only screen and (max-width : 991.98px) {
	.container {
		width: 720px;
	}

	.header__menu li + li {
		margin-left: 30px;
	}

	.header__logo {
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.header__info {
		display: block;
		overflow: hidden;
	}

	.header__address {
		float: left;
		margin-top: 40px;
	}

	.header__contacts {
		float: right;
	}

	.main__text {
		font-size: 37px;
	}

	.main__third-line {
		font-size: 34px;
		letter-spacing: 0;
	}

	.instruments__col {
		width: 50%;
	}

	.models__col {
		width: 100%;
	}

	.info__block {
		display: block;
	}

	.info__img {
		margin-left: auto;
		margin-right: auto;
	}

	.info__content {
		margin-top: 45px;
		text-align: center;
		margin-right: 0;
	}

	.footer__middle-block {
		display: block;
		overflow: hidden;
	}

	.footer__logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.footer__address {
		margin-left: -0px;
		float: left;
		margin-top: 35px;
	}

	.footer__contacts {
		float: right;
		width: 255px;
		margin-left: 0;
	}

	.footer {
		margin-top: 100px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}

	.header__address {
		width: 225px;
		margin-top: 33px;
	}

	.header__menu {
		font-size: 17px;
	}

	.header__menu li + li {
		margin-left: 15px;
	}

	.contact__text {
		font-size: 18px;
	}

	.contact__label {
		font-size: 17px;
	}

	.main__text {
		font-size: 26px;
	}

	.main__third-line {
		font-size: 24px;
	}

	.main {
		padding-bottom: 100px;
	}

	.service__title {
		font-size: 39px;
		line-height: 59px;
	}

	.service__description {
		font-size: 21px;
		line-height: 36px;
	}

	.footer__menu {
		font-size: 17px;
	}

	.footer__menu li + li {
		margin-left: 15px;
	}

	.footer__address {
		width: 225px;
		margin-top: 33px;
	}

	.footer__bottom-block {
		display: block;
		text-align: center;
	}

	.footer__privacy-policy {
		margin-top: 10px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.header__address {
		float: none;
		width: 255px;
		margin-left: auto;
		margin-right: auto;
	}

	.header__contacts {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.header__menu {
		margin-top: 40px;
	}

	.header__menu ul {
		display: block;
		text-align: center;
	}

	.header__menu li + li {
		margin-left: 0;
		margin-top: 20px;
	}

	.main__first-line {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main__second-line {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main__third-line {
		padding-left: 10px;
		padding-right: 10px;
	}

	.main__text {
		line-height: 36px;
	}

	.service__caption {
		font-size: 23px;
	}

	.service__description {
		font-size: 19px;
		line-height: 30px;
		margin-top: 10px;
	}

	.service__title {
		font-size: 27px;
		line-height: 46px;
	}

	.repair__text {
		font-size: 20px;
	}

	.instruments__col {
		width: 100%;
	}

	.repair {
		margin-bottom: 30px;
	}

	.repair_optical .repair__block:before {
		display: none;
	}

	.repair {
		margin-top: 50px;
	}

	.models__block {
		padding: 30px;
	}

	.models__title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.models__item {
		font-size: 14px;
		line-height: 24px;
	}

	.models {
		margin-top: 50px;
	}

	.info__img {
		width: 100%;
	}

	.info__title {
		font-size: 27px;
		line-height: 46px;
		margin-bottom: 15px;
	}

	.info__text {
		font-size: 16px;
		line-height: 32px;
	}

	.footer__menu ul {
		display: block;
		text-align: center;
	}

	.footer__menu li + li {
		margin-left: 0;
		margin-top: 20px;
	}

	.footer__address {
		float: none;
		width: 255px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer__contacts {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.footer__bottom {
		font-size: 14px;
	}

	.contact__text {
		font-size: 15px;
	}

	.contact__label {
		font-size: 16px;
	}

	.instruments__item {
		max-width: 320px;
		margin: auto;
	}

	.repair__block {
		height: 150px;
	}
}