@import url(animate.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  /*color: #fffccc;*/
  color: #000;
  font: 400 14px/24px "Arial", sans-serif;
  -webkit-text-size-adjust: none;
  /*background: #2c2f35;*/
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  /*color: #ffb74d;*/
  /*color: #fff;*/
  color: #0c2448;
  line-height: 1.2;
}
h1, .h1{
  font-size: 38px;
}
h2, .h2{
  font-size: 30px;
}
h3, .h3{
  font-size: 26px;
}
h4, .h4{
  font-size: 22px;
}
.path.contacts-page{
  margin-top: 15px;
}
/*h1 {
	font-weight: 700;
	font-size: 40px;
	margin-top: 50px;
	font-family: Verdana;
	color: #0078d7;
}*/
h1 + p,
h1 + ul,
h1 + ol{
	margin-top: 20px;
}
.teach-main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.teach__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 300px;
	text-align: center;
	min-height: 200px;
	margin-bottom: 30px;
	
}

/*.teach__item:nth-child(1) {
	margin-right: 30px;
}*/

.teach__name {
	font-weight: 700;
    margin: 0;
    color: #0c2448;
    font-size: 16px;
}

.teach__position {
	margin: 0;
}

.teach__img {
	margin: 0 auto;
}

.teach__description {
	align-item: flex-end;
}

.teach__img-cover {
	width: 200px;
    height: 200px;
    overflow: hidden;
    /*border: 3px rgba(0, 0, 0, 0.5) solid;*/
    display: flex;
    /* justify-content: flex-end; */
    flex-direction: column;
    justify-content: center;
    border-radius: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.1);
}

.form__btn {
	color: #fff;
	background-color: #0c2448;
	font-weight: 700;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
}

.form__btn:hover {
	cursor: pointer;
	background-color: #b02524;
}

.scheme {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.scheme__item {
	width: 48%;
	margin-bottom: 30px;
	border: 1px solid #f3f1ed;
}

div[align=right] > a {
	color: #ae2323;
	text-decoration: underline;
    font-weight: 700;
}

.categories__container {
    display: block;
    /*outline: red solid 1px;*/
    font-size: 0;
    text-align: center;
    /*padding: 0;*/
}

.categories {
	padding-top: 80px;
	/*padding-bottom: 50px;*/
	background: #f4f4f5;
}

.categories__item {
	position: relative;
    width: 283px;
    margin-right: 12px;
    /*outline: yellow solid 1px;*/
    display: inline-block;
    font-size: initial;
    /* float: left; */
    /*margin-bottom: 30px;*/
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);*/
    border: 2px solid #e8e8e8;
    min-height: 310px;
}

.categories__link {
	display: block;
  padding-bottom: 20px;
}
.contacts1__info h2 {
    margin-top: 0;
}
.categories__link-sale {
	background-image: url('../images/sale.png');
	background-size: cover;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -25px;
    left: -6px;
	display: block;
}

.categories__link-sale:hover {
	transform: scale(1.1);
	transition: .3s transform;
}

.categories__item:hover {
	border: 2px solid #3e4465;
}

.categories__item:nth-child(4n) {
	margin-right: 0;
}

.categories__category {
	display: block;
    font-size: 17px;
    font-weight: 700;
    color: #0c2448;
    text-transform: uppercase;
}
.categories__category-prices{
  position: absolute;
  bottom: 20px;
}
.categories__category-type {
	display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #9c1616;
    font-weight: 700;
    width: 115px;
}

.categories__letter {
	display: block;
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    bottom: 44px;
    color: #981010;
    width: 100px;
    text-align: right;
    /*height: 100px;*/
}

.categories__img {
	display: block;
	width: 100%;
	/*position: absolite;
	background: #ccc;
	content: "";
	top: 0;
	left: 0;*/
}

/*.categories__item:nth-child(2n) {
	float: right;
}*/
.path{
  margin-top: 15px;
}
.caption + .path{
  margin-top: 0;
}
@media (max-width: 680px){
	.scheme__item {
		width: 100%;
	}
}

.scheme__item a {
	display: block;
}

.scheme__item img {
	margin: 0 auto;
    display: block;
}

.news-adaptive{display:none; margin-top:20px}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #ffb74d;
}

h2, .h2 {
  font-size: 30px;
  line-height: 60px;
  line-height: 1.2;
  margin-top: 35px;
}
h2 small, .h2 small {
  font-size: 30px;
  line-height: 35px;
  line-height: 1.2;
}

.clearfix::after {
	display: block;
	content: '';
	clear: both;
}

.phones .fa,
.adres .fa {
	/*border: 2px solid #ffffff;*/
	/*border: 2px solid #fbfe01;*/
	border: 2px solid #d12523;
    border-radius: 3px;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    vertical-align: top;
    margin-right: 10px;
    text-align: center;
    /*color: rgb(0,120,215);*/
    /*color: #0c2448;*/
    color: #fff;
    /*background: #ffffff;*/
    /*background: #fbfe01;*/
    background:#d12523;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}

.phones .tel {
	text-align: left;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    /*color: #fbfe01;*/
}

.phones .tel .tel1 {
	font-size: 24px !important;
	margin-bottom: 0;
  line-height: 24px;
}

.phones .tel .tel2 {
	font-size: 24px !important;
	margin-bottom: 23px;
    line-height: 33px;
}

.phones .tel .tel__text {
	font-size: 19px !important;
	margin-bottom: 0;
  color: red;
}
.caption-well{
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 1017px) {
	.phones .tel .tel__text {
		font-size: 17px !important;
	}
	
	.phones .tel .tel1 {
		margin-bottom: 0;
	}
	
	/*.phones .tel .tel2 {
		margin-bottom: 0;
	}*/
}

.adres .address {
	text-align: left;
    line-height: 20px;
    font-weight: 700;
    margin-top: 13px;
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    font-size: 15px;
    margin-top: -7px;
    /*color: #fbfe01;*/
}

.contacts1 {
 	width: 100%;
 	margin-bottom: 100px;
}

.contacts1__info {
	width: calc((100% - 30px)/2);
	max-width: 450px;
	margin-right: 30px;
	float: left;
  margin-top: 25px;
}

.contacts1__map {
	width: calc(100% - 500px);
	overflow: hidden;
	float: right;
  margin-top: 25px;
}
.contacts1__info h2 + *{
  margin-top: 10px;
}
.contacts1 h1{
  margin-bottom: 20px;
}
@media (max-width: 680px) {
	.contacts1__info {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.contacts1__map {
		width: 100%;
		float: none;
	}
}

@media (max-width: 1499px) {
  h2, .h2 {
    /* font-size: 50px; */
    line-height: 50px;
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  h2, .h2 {
/*     font-size: 40px; */
    line-height: 40px;
    font-size: 30px;
    line-height: 1.2;
  }
  
  .contacts {
  	width: calc(100% - 410px);
  }
  
  .categories__item {
	width: 226px;
	/*margin-right: 80px;*/
	min-height: 270px;
  }
  
  .categories__letter {
  	font-size: 41px;
  	right: 5px;
    top: 11px;
  }
}

@media (max-width: 991px) {
	.categories__item {
	    width: 171px;
	    min-height: 250px;
	    /*margin-right: 30px;*/
	}
	
	.categories__category-type {
		font-size: 14px;
	}
	
	.categories__letter {
  	font-size: 41px;
  	right: 5px;
    top: 11px;
  }
  
  .categories__letter {
  	font-size: 41px;
  	right: 10px;
    top: 10px;
  }
  
  .categories__img {
  	margin-top: 20px;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    padding:0 15px
    line-height: 1.2;
  }
  
  .categories__item {
  	    width: 49%;
    	margin-right: 2%;
    	margin-bottom: 20px;
  }
  
  .categories__letter {
  	font-size: 55px;
  	bottom: initial;
  	top: 20px;
  }
  
  .categories__item:nth-child(2n) {
  	margin-right: 0;	  
  }
}
@media (max-width: 650px) {
	/*.categories__item {
  	    width: 100%;
    	margin-right: 0;
    	margin-bottom: 30px;
  	}*/
  	
  	/*.categories__letter {
  		font-size: 90px;
  		bottom: 44px; 
  	}*/
}

@media (max-width: 480px) {
	.categories__item {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 30px;
	}
}

@media (max-width: 380px) {
	.categories__letter {
	    font-size: 40px;
	    bottom: 30px;
	}
	
	.categories {
		padding-bottom: 0;
	}
	
	.well {
	    padding: 40px 0 80px;
	}
}

h3, .h3 {
  font-size: 30px;
  line-height: 35px;
  color: #0c2448;
  margin-top: 35px;
}

h4, .h4 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  color: #0c2448;

}
h4.h4-mod, .h4.h4-mod {
  line-height: 20px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #ffb74d;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  /*color: #FFB74D;*/
  color: #000;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif !important;
}

a:hover {
	color: #FFB74D;
}

a:hover * {
	color: #FFB74D !important;
}

/*a:hover strong span {
	color: #FFB74D !important;
}*/

a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: fffccc;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  /*color: #fffccc;*/
  color: #000;
}

strong, b {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img-full {
  width: 100%;
}

.word-wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

.mg-add {
  margin-top: 7px;
}

.path{
	margin-bottom:20px
	}
	
.path a {
	font-weight: 700;
	/*color: #0078d7;*/
	color: #0c2448;
	text-decoration: underline;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-left {
    text-align: left;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h4 {
  margin-top: 35px;
}

* + h6 {
  margin-top: 5px;
}

* + .row {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  * + .row {
    margin-top: 20px;
  }
}

.row + .row {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .row + .row {
    margin-top: 30px;
  }
}

* + .offset-1 {
  margin-top: 63px;
}
@media (max-width: 1199px) {
  * + .offset-1 {
    margin-top: 20px;
  }
}

* + .offset-2 {
  margin-top: 28px;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
}

* + p {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
}

* + .btn {
  margin-top: 30px;
}

* + .btn-2 {
  margin-top: 56px;
}
@media (max-width: 767px) {
  * + .btn-2 {
    margin-top: 25px;
  }
}

* + .index-list {
  margin-top: 50px;
}

* + .inline-list {
  margin-top: 25px;
}

* + .marked-list {
  margin-top: 29px;
}

* + .map {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  * + .map {
    margin-top: 20px;
  }
}

* + .contact-info {
  margin-top: 13px;
}

h2 + * {
  margin-top: 62px;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  h2 + * {
    margin-top: 15px;
  }
}

h2 + .contact-form {
  margin-top: 69px;
}
@media (max-width: 1199px) {
  h2 + .contact-form {
    margin-top: 27px;
  }
}

h2 + img {
  margin-top: 66px;
}
@media (max-width: 1199px) {
  h2 + img {
    margin-top: 20px;
  }
}

h2 + h3 {
  margin-top: 0;
}

h2 + .terms-list {
  margin-top: 61px;
}
@media (max-width: 1199px) {
  h2 + .terms-list {
    margin-top: 20px;
  }
}

h2 + .offset {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  h2 + .offset {
    margin-top: 20px;
  }
}

h3 + p {
  margin-top: 35px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  h3 + p {
    margin-top: 20px;
  }
}

h4 + p,
h6 + p {
  margin-top: 10px;
}

p + .offset {
  margin-top: 10px;
}

.prefix-1 {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .prefix-1 {
    margin-left: 0;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  /*padding-left: 113px;*/
  /*color: #ae2323;*/
  color: #fff;
  text-align: left;
}
/*
.brand:before {
  content: '\f1b9';
  color: #ae2323;
  font: 400 77.84px/77.84px "FontAwesome";
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 479px) {
  .brand:before {
    top: 0;
    font-size: 75px;
    line-height: 65px;
  }
}
*/

.contacts{
	/*color:#AE2323;*/
	color: #fff;
	text-align:right;
	margin-top:5px;
	width: calc(100% - 410px);
	max-width: 585px;
    float: right;
}
	
@media (max-width: 767px) {
	.contacts{
		margin-top:0;
		width: 50%;
	}
}
	
.phones{
	text-align: left;
    font-size: 28px;
    font-weight: bold;
    float: left;
    padding-top: 20px;
}

.brand_name {
  color: #ae2323;
  overflow: hidden;
  font-size: 60px;
  line-height: 60px;
}

.brand_name a{
  /*color: #ae2323;*/
  color: #ffffff;
  /*color: #fbfe01;*/
  font-weight: 700;
}


@media (max-width: 479px) {
  .brand_name {
    font-size: 40px;
    line-height: 40px;
  }
}
.brand_slogan {
  font-size: 13px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  /*font-weight: 300;*/
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 7px;
  text-align: right;
  margin-top:5px;
  color: #d12523;
}
.brand_name + .brand_slogan {
  margin-top: 0;
}
.brand__footer {
  padding-left: 88px;
}
.brand__footer:before {
  color: #ffb74d;
  font-size: 61.94px;
  line-height: 61.94px;
  top: 3px;
}
.brand__footer .brand_name {
  font-size: 47.74px;
  line-height: 47.74px;
}

.brand__footer .brand_name a {
	font-size: 47.74px !important;
	line-height: 47.74px;
}



.brand__footer .brand_slogan {
  /*font-size: 11.14px;*/
  line-height: 22px;
  font-size: 20px;
  line-height: 22px;
  color: #d12523;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ffb74d;
}

.bg1 {
  background: #F4F4F5;
}

/*==================  Colors  ======================*/
.clr-white {
  /*color: #ae2323;*/
  color:#fff;
  /*color: #fbfe01;*/
  font-weight: 700;
  line-height: 25px !important;
  min-height: 85px;
}

.clr-white a {
	/*color: #fbfe01;*/
	color: #d12523;
}

.clr-primary {
  /*color: #ffb74d;*/
  color: #d12523;
  font-weight: 700;
  font-size: 15px !important;
}

.clr-secondary-2 {
  color: #2c2f35;
}

h4.jkj a:hover{
	color:#fff
	
	}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-rss {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #ae2323;
  background: #3A3F47;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 29px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn span {
  position: relative;
  z-index: 3;
}
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-md {
  font-size: 14px;
  line-height: 24px;
  padding: 13px 25px;
  font-weight: 600;
}

.btn-lg {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 49px;
}

.btn-primary {
  background: #3A3F47;
  color: #ae2323;
}
.btn-primary:after {
  background: #ffb74d;
}
.btn-primary:hover:after {
  width: 0;
}
.btn-primary:active {
  background: #3A3F47;
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.btn-1 {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  /*color: #ae2323;*/
  color: #0078d7;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 34px;
  font-family: "FontAwesome";
  position: relative;
}
.btn-1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 40px solid #ffb74d;*/
  border: 40px solid #fff;
  z-index: 1;
}
.btn-1:before {
  z-index: 2;
  position: relative;
}
.btn-1:hover {
  /*color: #ffb74d;*/
  color: #fff;
}
.btn-1:hover:after {
  border: 4px solid #ffb74d;
}
.btn-1:active:after {
  border-color: #1d6fa5;
}

.btn-2 {
  display: inline-block;
  padding: 13.5px 51px 13.5px 27px;
  background: #2c2f35;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #ae2323;
  position: relative;
  width: 181px;
  font-weight: 600;
}
.btn-2 span {
  position: relative;
  z-index: 2;
}
.btn-2:before {
  content: '\f0f6';
  position: absolute;
  top: 0;
  right: 17px;
  color: #ae2323;
  font: 400 20px/50px "FontAwesome";
  z-index: 3;
}
.btn-2:after {
  position: absolute;
  content: '';
  background: #ffb74d;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  z-index: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-2:hover:after {
  left: 130px;
  width: 51px;
}
.btn-2:active {
  background: #2c2f35;
}
.btn-2:active:after {
  background: #1d6fa5;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin: 5px 30px 15px 0;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    width: 100%;
  }
  
  
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}



/*==================     Icon Box      ======================*/
.icon-box:before, .icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-box:after {
  clear: both;
}
.icon-box_aside {
  margin-top: 10px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #ffb74d;
  color: #ae2323;
  font-size: 30px;
  text-align: center;
  margin-right: 13px;
  line-height: 80px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .icon-box_cnt h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 990px) {  
  header .brand {
    float: left;
    width: 335px;
    margin-top: 60px;
  }
}

.adres{
	float:right;
	
    text-align: right;
    line-height: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.icon-box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .icon-box {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*==================      Banner      ======================*/
.banner {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.banner .h2 small {
  font-size: 18px;
  
}

.banner_caption {
  /*background: #2c2f35;*/
  background: #0c2448;
  padding: 37px 120px 20px 185px;
  position: relative;
  transition: .3 display;
}

.banner_caption::before {
	position: absolute;
	content: '';
	width: 90px;
	height: 90px;
	background-color: #414c5c;
	top: 0;
	right: 0;
	border-radius: 0 0 0 90px;
	/*transition: .3 !important;
	display: none;*/
}

.banner_caption:hover {
	/*background: #272f3b;*/
	background: #660d0b;
}

.banner_caption:hover::before {
	background-color: #481817;
}

.banner_caption .icon {
  position: absolute;
  left: 55px;
  top: 20px;
}
.banner_caption .btn-1 {
  position: absolute;
  right: 40px;
  top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_caption {
    padding: 37px 90px 20px 120px;
  }
  .banner_caption .icon {
    left: 20px;
  }
  .banner_caption .btn-1 {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .banner_caption {
    padding: 37px 90px 20px 120px;
  }
  .banner_caption .icon {
    left: 20px;
  }
  .banner_caption .btn-1 {
    right: 10px;
  }
}
@media (max-width: 479px) {
  .banner_caption {
    padding: 37px 15px 20px 15px;
    text-align: center;
  }
  .banner_caption .icon, .banner_caption .btn-1 {
    position: static;
  }
  
  .brand__footer .brand_name a {
		font-size: 25px !important;
    	line-height: 30px;
	}
}
.banner_caption * + .btn-1 {
  margin-top: 0;
}
.banner_caption .h2 {
  font-size: 24px;
  line-height: 50px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 25px;
  font: 400 15px/20px "Open Sans", sans-serif;
  color: #fffccc;
  text-transform: uppercase;
}
.marked-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #ffb74d;
  line-height: 20px;
}
.marked-list li + li {
  margin-top: 19px;
}
.marked-list li a:hover {
  color: #ffb74d;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 100px;
  min-height: 69px;
  line-height: 69px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #4b4f4e;
  text-transform: uppercase;
}
.index-list li span {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: baseline;
}
.index-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb74d;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #ae2323;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
.index-list li + li {
  margin-top: 20px;
}
.index-list li a:hover {
  color: #ffb74d;
}

.index-list2 {
  counter-reset: li;
}
.index-list2 li {
  position: relative;
  padding-left: 100px;
  min-height: 69px;
}
.index-list2 li:before {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffb74d;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #ae2323;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
}
.index-list2 li + li {
  margin-top: 38px;
}
.index-list2 li a:hover {
  color: #ffb74d;
}
.index-list2__mod li {
  padding-left: 103px;
}
.index-list2__mod li:before {
  top: 5px;
  left: 15px;
}
.index-list2__mod li + li {
  margin-top: 0;
}
.index-list2__mod li:nth-child(n + 3) + li {
  margin-top: 35px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 12px;
}
.inline-list a:hover {
  background: #ffb74d;
}

/*================      History list     =================*/
.history-list li {
  padding-left: 70px;
  position: relative;
}
.history-list li:before {
  content: attr(data-time);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  color: #4b4f4e;
  font-weight: 300;
}
.history-list li + li {
  margin-top: 21px;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 38px;
}
.terms-list dt + * {
  margin-top: 8px;
}
.terms-list + * {
  margin-top: 22px;
}
.terms-list + * a {
  text-decoration: underline;
  color: #ffb74d;
}
.terms-list + * a:hover {
  text-decoration: none;
  color: #2c2f35;
}

/*==================  Tables    ======================*/
.table-1 {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.table-1 thead {
  color: #ae2323;
  background: #ffb74d;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
}
.table-1 thead tr td {
  padding: 25px 48px 33px;
}
.table-1 tbody tr {
  background: #ae2323;
}
.table-1 tbody tr td {
  color: #464646;
  font-size: 15px;
  vertical-align: middle;
  height: 59px;
}
.table-1 tbody tr td.col-1 {
  padding: 0 18px 0 47px;
  width: 47%;
  position: relative;
}
.table-1 tbody tr td.col-1:before {
  position: absolute;
  top: 1px;
  content: "\f017";
  font-family: "FontAwesome";
  color: #ffb74d;
  font-size: 20px;
  line-height: 59px;
  left: 18px;
}
.table-1 tbody tr td.col-2 {
  width: 26%;
  padding-left: 2px;
  color: #ffb74d;
  font-weight: 600;
  font-size: 20px;
}
.table-1 tbody tr td.col-2 sup {
  font-size: 10px;
  position: relative;
  top: -3px;
  left: 2px;
}
.table-1 tbody tr:nth-child(even) {
  background: #f7f7f8;
}

.table-2 {
  width: 100%;
}
.table-2 colgroup {
  width: 100%;
}
.table-2 colgroup col.col-1 {
  width: 20.25%;
}
.table-2 colgroup col.col-2 {
  width: 25.73%;
}
.table-2 colgroup col.col-3 {
  width: 26.58%;
}
.table-2 colgroup col.col-4 {
  width: 27.44%;
}
.table-2 thead {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 479px) {
  .table-2 thead {
    font-size: 18px;
  }
}
.table-2 thead td {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #4b4f4e;
  border: 1px solid #cfd0d0;
  padding: 13px 3px 13px;
  vertical-align: middle;
}
.table-2 tbody {
  text-align: center;
  font-size: 14px;
}
.table-2 tbody td {
  border: 1px solid #cfd0d0;
  padding: 14px 3px 9px;
  line-height: 18px;
  vertical-align: middle;
}

/*==================  Copyright    ======================*/
.copyright {
  font-family: "Open Sans", sans-serif;
  /*color: #9fa6ae;*/
  color: #fff;
}
.copyright a:hover {
  color: #ffb74d;
}

/*==================  Blockquote   ======================*/
blockquote {
  position: relative;
  padding-left: 60px;
}
blockquote .before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 100px;
  line-height: 77px;
}
blockquote q {
  display: block;
  font-style: italic;
}
blockquote cite {
  display: block;
}
blockquote cite span {
  text-transform: none;
  font-size: 15px;
  line-height: 30px;
}
blockquote q + cite {
  margin-top: 5px;
}
blockquote + blockquote {
  margin-top: 30px;
}

/*==================  Contact-info   ======================*/
.contact-info {
  display: inline-block;
}
.contact-info address + dl {
  margin-top: 15px;
}
.contact-info dl {
  text-align: right;
  max-width: 190px;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd + dt {
  margin-top: 0;
}
.contact-info dl dt + dd {
  margin-top: 0;
}
.contact-info .mail {
  text-align: left;
}
.contact-info .mail dt {
  display: inline-block;
  float: none;
}
.contact-info .mail dd {
  display: inline-block;
  font-size: 14px;
  color: #ffb74d;
}
.contact-info .mail dd a {
  text-decoration: underline;
}
.contact-info .mail dd a:hover {
  color: #2c2f35;
}

/*========================   Menu   ==========================*/
.sf-menu {
 /* margin-top: 15px;*/
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 23px;
}

@media (min-width: 768px) {
	 .sf-menu > li + li {margin-left: 35px;}
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
 .sf-menu > li + li {
  margin-left: 23px;
  }
    header .container{
  width:100%
  }
}

.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  /*color: #ae2323;*/
  color: #fff;
  /*color: #fdff4e;*/
  /*color: rgb(237,237,244);*/
  /*font-size: 20px;*/
  font-size: 22px !important;
  font-weight: 700;
}

.sf-menu a{
	line-height:16px
	}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  /*color: #2c2f35;*/
  text-decoration: underline;
}
.sf-menu > li.active > a {
  /*color: #2c2f35;*/
  text-decoration: underline;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -95px;
  width: 234px;
  margin-top: 25px;
  /*padding: 34px 0;*/
  padding: 0;
  /*background: #2c2f35;*/
  background: #fff;
  /*background: rgb(237,237,244);*/
  /*background: #fbfbfb;*/
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-box-shadow: 0 0 10px #575757;
  -moz-box-shadow: 0 0 10px #575757;
  box-shadow: 0 0 10px #575757;*/
  
  /*-webkit-box-shadow: 0 0 10px rgb(237,237,244);
  -moz-box-shadow: 0 0 10px rgb(237,237,244);
  box-shadow: 0 0 10px rgb(237,237,244);*/
  /*border-top: 3px solid #9fd5ff;*/
  border: 1px solid rgb(237,237,244);
  border-top: 2px solid rgb(209, 37, 35);
}

.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  /*border-width: 0 5px 5px 5px;*/
  /*border-width: 0 10px 10px 10px;*/
  /*border-color: transparent transparent #2c2f35 transparent;*/
  /*border-color: transparent transparent #ffb74d transparent;*/
  /*bottom: 100%;*/
  /*border-width: 0px 7px 9px 7px;
  border-color: transparent transparent #9fd5ff transparent;
  top: -12px;*/
  border-width: 0px 7px 9px 7px;
  border-color: transparent transparent rgb(209, 37, 35) transparent;
  top: -11px;
  
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sf-menu ul > li {
  text-align: center;
  padding: 8px 10px;
  opacity: 1 !important;
  list-style: none;
}

.sf-menu ul > li:hover {
	/*background: #f0f8ff;*/
	/*background: #f9f9f9;*/
	background: #d12523;
}

.sf-menu ul > li:hover a {
	/*text-decoration: underline;*/
	/*opacity: .5;*/
	color: #fff;
}

.sf-menu ul > li > a {
  /*color: #ffb74d;*/
  color: #000;
  color: #334e75;
  /*color: #5d798e;*/
  /*color: #0078d7;*/
  
  /*line-height: 26px;*/
  line-height: 16px;
  text-align: left;
  
  font-weight: 700;
  font-size: 14px;
  
  transition: none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  /*color: #fff;*/
  /*color: #000;*/
  /*background: #ae2323;*/
  background: none;
}
.sf-menu ul > li + li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 39%;
  left: 109%;
  width: 234px;
  margin-top: 0;
  padding: 27px 0;
  z-index: 4;
  background: #ae2323;
}

.sf-menu > li > ul > li > ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ae2323 transparent transparent;
  top: 15px;
  right: 100%;
}

.sf-menu ul ul > li > a {
  color: #2c2f35;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ae2323;
  background: #2c2f35;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  /*background: #ae2323;*/
  /*background: #636668;*/
  background: #457391;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	list-style: none;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_submenu {
	padding: unset;
}

.rd-mobilemenu.active .rd-mobilemenu_ul li {
	list-style: none;	
}

.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}



.rd-mobilemenu_ul a:hover {
  /*background: #f5f5f5;*/
  background: rgb(61, 97, 121);
  /*color: #2d2d2d;*/
  color: #fff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  /*background: #ae2323;
  color: #666;*/
  /*background: #1d6fa5;*/
  color: #fff;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  /*background: #ae2323;*/
  background: #083d60;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  /*background-color: #000;*/
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 767px) {
  .rd-mobilepanel_title {
    font-size: 18px;
    display:none
  }
  
  .rd-mobilemenu_ul a{
  color:#fff
}
}
/*==================  Stuck menu  ======================*/
.isStuck {
  /*background: #ffb74d;*/
  /*background: rgb(0,120,215);*/
  background: rgb(12, 36, 72);
  z-index: 999;
  border-bottom: 1px solid #ae2323FFF;
}
.isStuck .brand {
  padding-top: 14px;
  padding-bottom: 3px;
}
.isStuck .brand:before {
  font-size: 75px;
  line-height: 65px;
}
.isStuck .brand_name {
  font-size: 40px;
  line-height: 40px;
}
.isStuck .sf-menu {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 46px;
  /*color: #ae2323;*/
  /*color: #0078d7;*/
  color: #0c2448;
  /*background: #3A3F47;*/
  background: #FFF;
  opacity: .8;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  border-radius: 25px;
}
.toTop:hover {
  /*color: #ae2323;*/
  /*background: #ffb74d;*/
  text-decoration: none;
  opacity: 1;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  /*background: #ffb74d;*/
  /*background: rgb(0,120,215);*/
  /*background: rgb(6,71,128);*/
  background: #0c2448;
  padding: 10px 0 10px;
}

header .brand {
  float: left;
  width: 350px
}

header .nav {
  /*float: right;*/
  /*width: calc(100% - 500px);*/
  text-align: right;
  margin-top: 20px;
}


@media (max-width: 767px) {
  /*header {
    padding: 30px 0;
  }*/
  
  .phones {
  	padding-top: 0;
  }
  
  header .brand {
  	width: 40%;
  	margin-top: 15px;
  }
  
  .brand_slogan {
  	margin-left: 0;
  	text-align: left;
  	font-size: 13px !important;
  }
  
  .phones {
  	float: none;
  }
  
  .adres {
  	float: none;
  	text-align: left;
  }
  
  /*.adres .address {
  	margin-top: 0;
  }*/
}

.courses {
	/*max-width: 820px;*/
	margin: 0 auto;
}

.caption {
	font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 50px;
    /*color: #2069a3;*/
    color: #0c2448;
}

@media (max-width: 990px) {
	.caption {
    	font-size: 27px;
    	line-height: 30px;
	}
	
	.path {
	    margin-bottom: 20px;
	}
	
	.phones .tel .tel2 {
		margin-bottom: 0;
	}
	
	.adres {
		float: left;
	}
}

@media (max-width: 720px) {
	.contacts {
		float: none;
		margin: 0 auto;
    	width: 100%;
    	display: flex;
    	margin-top: 20px;
    	justify-content: space-between;
	}
	
	.phones {
		width: 45%;
		text-align: left;
	}
	
	.adres {
		width: 55%;
		margin-top: 0;
		text-align: right;
	}
	
	header .brand {
	  	width: 275px;
	  	margin-top: -15px;
	}
}

@media (max-width: 580px) {
	.contacts {
		display: block;
	}
	
	.phones {
		width: 310px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.adres {
		width: 310px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 10px;
		float: none;
	}
	
	.phones .fa,
	.adres .fa {
		margin-right: 5px;
	}
	
	.contacts {
		margin-top: 0;
	}	
}

@media (max-width: 320px) {
	.adres .address {
		font-size: 14px;
	}
	
	.contacts {
		margin-top: 10px;
	}
	
	.phones {
		margin-bottom: 20px;
	}
	
	.phones .tel {
		font-size: 25px;
	}
	
	.brand_slogan {
		margin-bottom: 0;
	}
}

@media (max-width: 1060px) {
  header {
    text-align: center;
  }
  
  header .brand, header .nav {
    float: none;
  }
  .contacts{text-align:center}
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 500px;
}
@media (max-width: 991px) {
  main h2 br {
    display: none;
  }
}

.brdr-top {
  border-top: 1px solid #F4F4F5;
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    /* margin-top: 30px; */
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
  .brand__footer .brand_name {font-size: 41.74px;}
  .brand__footer{padding-left:0}
  footer .col-sm-12 + .col-sm-12 {margin-top:0}
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
/*  .rd-mobilemenu_ul a{color:#000}*/
  .brand__footer .brand_name {font-size: 24.74px;}
  .brand__footer{padding-left:0}
  footer .col-sm-12 + .col-sm-12 {margin-top:0}
  table.news{display:none}
  .news-adaptive{display:block}
  
}

.fa-vk {
	width: 30px;
    height: 30px;
    /*background: rgb(0,120,215);*/
    background: rgb(12, 36, 72);
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    color: rgb(237,237,244);
    padding-top: 3px;
    border-radius: 2px;
}

/*==================      Well     ======================*/
.well {
  padding: 25px 0 80px;
}

.well-1 {
  padding: 76px 0 80px;
}

.well-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.well-4 {
  padding: 80px 0 90px;
}

.well-5 {
  padding: 87px 0 95px;
}

.news td{
	box-sizing:border-box
	}

.news td.first{
	padding:0 15px 0 0
	}
	
.news td.second{
	padding:0 0 0 15px
	}
	
.form-feedback{
	width:70%
	}


  @media (max-width: 767px) {
   /*.well{padding:0}*/
   .well-3{padding-bottom:30px}
   .news td.first, .news td.second{padding:0 15px}
   .form-feedback{
	width:100%
	}
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  /*background: #2c2f35;*/
  /*background: #0078d7;*/
  background: rgb(12, 36, 72);
  padding: 80px 0 50px;
  margin-top: 50px;
}
footer * + .brand {
  margin-top: 115px;
}

.fotogallery table{
	width:100%;
	box-sizing:border-box;
	margin-top:10px
}

.event{
	margin-bottom:30px
}

.event ul{
	margin:0;
	padding:0;
	text-align:center
	}

.event ul li{
	list-style:none;
	float:left;
	width:282px;
	margin:0 10px 10px 0;
	vertical-align:top;
	min-height: 200px;
}
	
.pict{
	overflow:hidden;
	height:175px
	}
	
.pict img{
	width:auto;
	height:100%
	}
	
.fff{
	margin:0;
	padding:0;
	text-align:center;
	margin-top:30px;
	list-style: none;
	}
	
.fff li{
	float:left;
	width:282px;
	margin:0 10px 10px 0
	}
	
p table td{
   
   }
  	
p table.none td{
   border:1px solid #fff;
   padding:5px;
   vertical-align:middle
   }
   
 .vk {
  background:url(../images/vkicon.png);
  display:inline-block;
  width:163px;
  height:41px;
  margin: 6px 0 0 55px;
  
  padding-top: 6px;
  padding-left: 7px;
  background: #fff;
  border-radius: 3px;
}

.text__admin a {
	color: #d12523;
}
	
  @media (max-width: 767px) {
  .foto-detaly{display:none}
  .fff{
	display:block
	}
	.event ul li{float:none;display:inline-block; width:262px}
	.fff li{float:none;display:inline-block; }
	.vk{margin: 6px auto 0 auto; display:block}
  }

	
@media only screen and (min-width: 990px) and (max-width: 1200px){
	.event ul li{width:167px}
	}
	
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.event ul li{width:200px}
	.vk{margin: 6px auto 0 auto; display:block}
	}

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .col-sm-12 + .col-sm-12 {
    margin-top: 25px;
  }
   .brand__footer{padding-left:0}
   
 
}
  
  @media (max-width: 479px) {
  footer .col-sm-12 + .col-sm-12 {margin-top:20px}
  footer {padding: 45px 0 20px;}
  .copyright{width:275px; margin:0 auto}
  /*.adres{float:none}
  .phones{text-align:center; padding-top:10px}*/
  }
