@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }


/*structure*/

body {
	background-color: #F1F1F1; 
	width: 100%; 
	height: 100%; 
	font-family: 'Rubik', sans-serif;
}

.site-header, .site-content, .site-footer {
	width: 100%;
	position: relative; 
	float: left; 
	margin: 0 auto; 
	padding: 50px 0;
	text-align: center;
}

.site-footer {
	padding: 20px 0!important;
	background-color: #034C90;
}

.content-wrapper {
	width:90%;
    margin:0 auto;
    padding:0;
    background: transparent;
    position: relative;
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
	max-width:1200px;
}

.one, .one-half, .one-third, .two-third, .one-fourth {
	float:left;
	background-color: transparent;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}


/*basics*/

.float-none {float: none;}
.alignCenter {text-align: center!important;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.hidden {display: none;}
.divider {clear: both; display: block; height: 2px;}
form input, form textarea {outline: none!important; -webkit-border-radius: 0!important;-moz-border-radius: 0!important;border-radius: 0!important; box-shadow: none!important;}
input {outline: none!important; -webkit-border-radius: 0!important;-moz-border-radius: 0!important;border-radius: 0!important; box-shadow: none!important;}

.noPaddingBottom {padding-bottom: 0;}
.noPaddingTop {padding-top: 0;}
.noPaddingRight {padding-right: 0;}
.noPaddingLeft {padding-left: 0;}
.noPaddingAll {padding: 0 !important;}

.noMarginBottom {margin-bottom: 0;}
.noMarginTop {margin-top: 0;}
.noMarginRight {margin-right: 0;}
.noMarginLeft {margin-left: 0;}
.noMarginAll {margin: 0 !important;}

.floatLeft {float: left;}
.floatRight {float: right;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.clearBoth {clear: both;}

img {max-width:100%; height: auto; float: left;}


/*fonts*/

h1, h2, h3, h4, p {
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
	float: left;
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
   	font-family: 'Rubik', sans-serif;
    font-weight: 300;
	font-size: 55px;
    line-height: 1.1;
    background-color: transparent;
	margin-bottom: 10px;
	text-align: center;
	color: #1396E2!important;
}

h2 {font-size: 30px; margin: 30px 0;}

p {
	float: left;
    position: relative;
    margin: 0;
    padding: 0;
	width: 100%;
    display: block;
   	font-family: 'Rubik', sans-serif;
    font-weight: 300;
	font-size: 16px;
    line-height: 1.9;
    background-color: transparent;
	text-align: center;
}


/*header*/

.site-header {
	width: 100%;
	margin: 0 auto; 
	padding: 0;
    top: 0;
    left: 0;
	background-color: #FFF!important;

}

.site-header__logo {
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: auto;
	text-align:center;
}

.site-header__logo img{
	float:none;
	margin:0 auto;
	max-width: 250px;
}

/* main content */

div.borderRadiusBox {
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	position: relative; 
	float: left; 
	margin: 0 auto; 
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	margin-bottom: 30px;
}

div.contacts p {
	text-align: left;
}

div.contacts {
	padding: 30px 30px;
	float: left;
}

img.img__place {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

a.button {
	background-color: #1396E2;
	color: #fff;
	text-decoration: none;
	padding: 15px 20px;
	float: left;
	margin: 20px 0;
	border-radius: 5px;
}

a.button:hover {
	background-color: #034C90;
}

p > span {
	color: #1396E2;
}

/* footer */

.site-footer p {font-size: 13px; color: #fff;}
.site-footer a {text-decoration: none; font-size: 13px; color: #b8d5f2;}


/* media queries */

@media only screen and (min-width: 480px){
	.content-wrapper{
		width:70%;
	}
}

@media only screen and (min-width: 768px){
	.content-wrapper{
		width:60%;
	}
}

@media only screen and (min-width: 970px){
	.content-wrapper{
		width:90%;
	}
	
	.one-half {
		width: 42%;
		margin: 0 3%;
	}
	div.contacts {
		padding: 30px 50px;
		float: left;
	}
}


@media only screen and (min-width: 1100px){
	.content-wrapper{
		width:90%;
	}
}
