﻿@charset "UTF-8";

@import url('mo-grid.css');
@import url('fonts.css');
@import url('menu.css');
@import url('modul.css');
@import url('swiper.css');
@import url('swiper-bundle.min.css');

body {
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 1.643;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: left;
 color: #8d8d8d;
}
h1,
.h1-style {
 font-style: normal;
 font-weight: 200;
 font-size: 30px;
 line-height: 1.19;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #515151;
}
h2,
.h2-style {
 font-style: normal;
 font-weight: 800;
 font-size: 15px;
 line-height: 1.375;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #515151;
}
h3,
.h3-style {
 font-style: normal;
 font-weight: 800;
 font-size: 18px;
 line-height: 1.375;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #515151;
}
h4,
.h4-style {
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 1.44;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #27bfe7;
}
h5,
.h5-style {
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 1.44;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #515151;
}
h6,
.h6-style {
 font-style: normal;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.643;
 font-family: "Onest", sans-serif;
 letter-spacing: 0px;
 text-align: inherit;
 color: #515151;
}
@media (min-width: 1200px) {
 h1,
 .h1-style {
  font-size: 50px;
 }
 h2,
 .h2-style {
  font-size: 24px;
 }
 h3,
 .h3-style {
  font-size: 24px;
 }
}

.logo{
	margin:4px 0 4px 0;
}
.logo img{
	width:100%;
	height:auto;
}