﻿html {
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;  
/*  max-width: 1440px; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin: 5px;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
  margin-top: 50px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

.green {
  color: #7abb25;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 990px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 576px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.razdel {
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.20);
    margin-top: 0px;
    margin-bottom: 5px;
}

.fontop {
    background-color: #fff
}

.logo {
    padding-top: 5px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.menu {
    color: white;
    background-color: #ef007d;
    margin-top: 0px;
    margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
    text-decoration: none;
}

.menu a {
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.podval {
	min-height: 50px;
    height: auto;
    margin-top: 1px;
    margin-bottom: 30px;
	padding: 0px 0px 0px 20px;
    color: white;
    background-color: #7abb25;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.razdel-podval:before,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.razdel-podval:after,
.modal-footer:after {
  clear: both;
}


.header__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem;
	width: 8rem;
}

.header__logo img {
	padding-left: 15px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.header__middle-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -1rem;
}

.header__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 20rem;
	margin: 1rem 1rem 1rem 2rem;
	font-size: 30px;
	font-weight: 500;
	color: #ef007d;
}

.header__text a {
	text-decoration: none;
}


@media only screen and (max-width: 1024px) {
	.header__middle-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*я*/
@media only screen and (max-width: 768px) {
	.header__middle-box {
		margin: 1rem;
	}
	.header__text {
		max-width: 100%;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.header__logo {
			display: none;
	}
	.header__text a {
		color: #3dcc96;
	}
	h1 {
	  font-size: 20px;
	}
	h4 {
	  font-size: 18px;
	  margin-top: 35px;
	}
	h5 {
	  margin-left: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.header__text {
		max-width: 20rem;
		font-size: 1.5rem;
		line-height: 1.2;
		margin: 0;
	}
	.header__middle-box {
		margin: 1rem;
	}
	h4 {
	  margin-top: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.header__text {
		max-width: 100%;
	}
	h4 {
	  margin-top: 5px;
	}
}

@media only screen and (max-width: 360px) {
	.header__text {
		max-width: 100%;
		font-size: 1.5rem;
	}
}

.input-select select {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none !important;
	cursor: pointer;
	padding: 0.3rem;
	width: 90%;
	font-size: 80%;
	border: 1px solid #b5c6de;
	border-radius: .5rem;
	background: white;
	background-image: url('data:image/svg+xml,%3Csvg width=\'6\' height=\'4\' viewBox=\'0 0 6 4\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M3 4L0 0H6L3 4Z\' fill=\'black\'/%3E%3C/svg%3E%0A');
	background-position: -webkit-calc(100% - 1.5rem) 50%;
	background-position: calc(100% - 1.5rem) 50%;
	background-size: .6rem .4rem;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.input-select select:hover,
.input-select select:active,
.input-select select:focus {
	border-color: #06408f;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 80%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	line-height: 1.6;
	overflow: visible;
}

button,
select {
	text-transform: none;
}
