/* All CSS  */

body {
	position: relative;
	#font-family: 'Helios', sans-serif;
}
section#order {
	padding: 0px,px,0px,0px;
}
#header {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #5B1400;
}
.header_table {
    width: 100%;
	height: 100%;
	border: 0px;
   }

.header_td {
    padding-right: 15px;
   }
   
.logo {
    width: 90%;
   }  

.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 18px 14px;
		height: 100%;
		color: #775142;
		font-size: 19px;
		margin-right: 11px;
	}
.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 16px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}  
   
/**загрузка яндекс-карты**/

	.ymap-container {
  position: relative;

  margin: 3em 0 2em 0;

  overflow: hidden;

  cursor: pointer;

  background: url('../img/yandex-before-load.png') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 2em  0 rgba(0,0,0,.2);
}

#map-yandex {
  position: relative;
  z-index: 7;

  width: 100%;
  height: 20em;

  cursor: pointer;

  background-color: transparent;
}

/*Индикатор загрузки, который показывается до загрузки карты*/
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;

  box-sizing: border-box;
  width: 100%;
  height: 100%;

  overflow: hidden;

  color: #000000;

  transition: opacity .7s ease;

  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
.loader:after,
.loader:before {
  box-sizing: border-box;
}
.loader.is-active {
  top: 0;

  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);

  width: 48px;
  height: 48px;

  content: '';
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;

  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}


/**конец яндекс-карты**/
   
ul,ol,li {
	display: block;
	margin: 0;
	padding: 0;
}



h1 {
		font-size: 26px;
		font-weight: 700;
		color: #270c02;
		padding-top: 10px;
}
h2 {
		font-size: 22px;
		font-weight: 700;
		color: #270c02;
}
h3{
		font-size: 19px;
		font-weight: 700;
		color: #270c02;
}
a {
	text-decoration: none;
	#transition: 0.2s ease;
	#font-family: 'Helios', sans-serif;
}
a:hover {
	text-decoration: none;
	color: #270c02;
	#font-family: 'Helios', sans-serif;
}

a.text {
	text-decoration: underline;
	color: #270c02;
	#transition: 0.2s ease;
	#font-family: 'Helios', sans-serif;
}
a.text:hover {
	text-decoration: none;
	color: #270c02;
	#font-family: 'Helios', sans-serif;
}

a.cont {
	text-decoration: underline;
	color: #270c02;
	#transition: 0.2s ease;
	#font-family: 'Helios', sans-serif;
}
a.cont:hover {
	text-decoration: none;
	color: #270c02;
	#font-family: 'Helios', sans-serif;
}

/* имя класса содержит  'file_del' */
[class*='file_del']{
	text-decoration: none;
	color: #270c02;
	transition: 0.2s ease;
}

hr {
border: 0;
border-bottom: 2px dashed #999;
background: #270c02;
}

/* departments */
	#departments {
		#background: #fffbdb;
	}
	.departments__title {
		font-size: 20px;
		font-weight: 700;
		color: #270c02;
		text-align: center;
	}
	.departments__text {
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
		text-align: center;
	}
	.departments__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 19px;
	}
	.departments__slider_item-intro {
		font-weight: 700;
		font-size: 20px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 11px;
	}
	.departments__slider_item-text {
		font-family: Helios;
		font-size: 18px;
		color: #fffbdb;
		text-align: center;
		line-height: 1.4em;
	}
	.departments__slider_block {
		justify-content: space-between;
	}
	.departments__slider_btn {
		padding: 17px 0;
		width: 70%;
		margin-left: auto;
        margin-right: auto;
		text-align: center;
		font-weight: 700;
		color: #270c02;
		font-size: 20px;
		background: #fffbdb;
	}
	/* End departments */

.dep__title {
		font-weight: 700;
		font-size: 26px;
		color: #270c02;
		text-align: center;
	}
	
.region__title {
		font-size: 22px;
		font-weight: 700;
		color: #270c02;
		text-transform: uppercase;
	}
.news__block_item-text a{
		text-decoration: underline;
	}
.news__block_item-text a:hover {
	text-decoration: none;
	color: #fffbdb;
}	
.first__text_link a{
		text-align: center;
		text-decoration: underline;
		color: #270c02;
		font-family: 'Helios', sans-serif;
	}
	
a.linkb {
    font-size:18px;text-align:center;font-family:Helios, sans-serif;font-weight:normal;color:#270c02;text-decoration:none;
    padding: 8px 13px;
	margin-top: 8px;
	margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
	border:2px solid #270c02;
    #background: #fffbdb;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}
a.linkb:hover {
    #background: #fffbdb;
}	

.brown {
		width: 100%;
		background: #32180d;
		height: 0.7px;
		margin-top: 8px;
	}

button::-moz-focus-inner {
  border: 0;
}
button {
	outline: none!important;
	transition: 0.2s ease;
}
a,button,input[type='submit'] {
	cursor: pointer;
	outline: none!important;
	transition: 0.2s ease;
}
input,textarea {
	outline: none!important;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}

.search-box {
	display: none;
	width: 100%;
	padding-top: 15px;
	padding-left: 20px;
}

/* mob-menu */
#mob-menu {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #5B1400;
	opacity: 0.95;
	padding-top: 15px;
	padding-left: 20px;
	display: none;
}
.menu__item {
	margin-bottom: 15px;
}
.menu__item_link {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.active {
	display: block !important;
}
.hide {
	display: none;
}
/* End mob-menu */
 .prev {
  font-size: 27px;
  color: #fffbdb;
}
.next {
  font-size: 27px;
  color: #fffbdb;
} 
.search-form {
	height: 70px;
	width: 100%;
	padding: 10px;
}
.first .first__number:nth-child(2) {
	margin-right: 3%;
}
.search__icon {
	margin-top: -2%;
}
.region__slider_elem {
	!width: 450px;
	outline: none  !important;
}
.slick-slider {
	box-sizing: border-box 
}
.search-form__btn:hover {
	opacity: 0.75;
}
.first__btn {
	box-shadow: 0 5px 0 #190701;
}
.first__btn:hover {
	opacity: 0.75;
}
.cutDepartments__block_btn {
	box-shadow: 0 5px 0 #190701;
}
.cutDepartments__block_btn:hover {
	opacity: 0.75;
	color: #fffbdb;
}
.first__number a {
    font-weight: 700;
    color: #270c02;
    padding-bottom: 2%;
    text-decoration: underline
}
.first__text a {
 	font-weight: 700;
	color: #270c02;
	text-decoration: underline;
}
.news__block {
   width: 100%;
}
.news__block_item {
 	border: 8px solid #fffbdb;
}
.departments__slider_item {
	border: 8px solid #fffbdb;
}
.departmentsCopy__slider_item {
	border: 8px solid #fffbdb;
}
.projects__slider_item {
	border: 8px solid #fffbdb;
}
.inheritance__slider_item {
	border: 8px solid #fffbdb;
}
/* Dec */
/* End Dec */
/* Medium devices (tablets, 768px and up) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 18px 14px;
		height: 100%;
		color: #775142;
		font-size: 19px;
		margin-right: 11px;
	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 16px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}
	.header__menu_icon {
		font-size: 46px;
		color: #fffbdb;
	}
	
	
	.header__menu_icon {
		font-size: 46px;
		color: #fffbdb;
	}
	/* End Header */ 
	/* Section first */
	#first {
		padding: 35px 0;
		padding-top: 23px;
		#background: #fffbdb;
		padding-top: 18%;
	}
	.first .row:first-child {
		align-items: center;
	}
	.first .row:first-child .col-3 {
		padding: 0;
	}
	.first__title {
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
	}
	.first__text {
		margin-top: 10px;
		font-size: 16px;
		font-weight: 700;
		color: #270c02;
		text-decoration: underline;
	}
	.mar {
		margin: 0 5%;
	}
	.first__text_center {
		margin-left: 20px;
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
	}
	.first__block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.first__number {
		font-weight: 700;
		font-size: 24px;
		color: #270c02;
		padding-bottom: 2%;
		text-decoration: underline;
	}
	.first__number_bg {
		display: inline-block;
		position: relative;
		margin-right: 0.3%;
		background: #270c02;
		border-radius: 50%;
		width: 20px;height: 20px;
	}
	.first__number_icon {
		color: #fffbdb;
		font-size: 12px;
	}
	.first__btn {
		display: block;
		background: #34150a;
		text-align: center;
		font-weight: 700;
		color: #fff;
		padding: 21px 44px;
		border: 0;
		margin: 0 auto;
	}
	.news__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
		margin: 30px 0;
		text-align: center;
	}
	.news__block_item {
		background: #32180d;
		padding: 19px 16px;
		margin-bottom: 15px;
	}
	.news__block_item-intro {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
		text-align: center;
	}
	.news__block_item-text {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
	}
	.news__block_item__btn {
		text-decoration: underline;
	}

	
	/*  departmentsCopy */
	#departmentsCopy {
		#background: #fffbdb;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.departmentsCopy__title {
		margin-bottom: 27px;
	}
	.departmentsCopy__text {
		font-size: 22px;
	}
	.departmentsCopy__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.departmentsCopy__slider_item-title {
		font-family: Helios;
		font-size: 40px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.departmentsCopy__slider_item-text {
		font-family: Helios;
		font-size: 28px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End departmentsCopy */
	/*  projects */
	#projects {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.projects__title {
		font-size: 34px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 30px;
		text-align: center;
	}
	.projects__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.projects__slider_item-title {
		font-size: 40px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.projects__slider_item-text {
		font-family: Helios;
		font-size: 22px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End projects */
	/*  inheritance */
	#inheritance {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.inheritance__title {
		font-size: 38px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 28px;
		text-align: center;
	}
	.inheritance__text {
		font-weight: 700;
		font-size: 26px;
		text-align: center;
		color: #270c02;
		margin-bottom: 25px;
	}
	.inheritance__slider_item-title {
		font-size: 39px;
	}
	.upper {
		text-transform: uppercase;
	}
	/* End inheritance */
	/*  cutDepartments */
	#cutDepartments {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.cutDepartments__title {
		margin-bottom: 20px;
	}
	.cutDepartments__text {
		margin-bottom: 16px;
	}
	.cutDepartments__block {
		justify-content: space-between;
		padding: 0px 10px;
	}
	.cutDepartments__block_btn {
		padding: 17px 0;
		width: 210px;
		text-align: center;
		font-weight: 700;
		color: #fffbdb;
		font-size: 24px;
		background: #34150a;
	}
	/* End cutDepartments */
	/*  property */
	#property {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.property__title {
		font-size: 33px;
	}
	.property__text {
		font-size: 24px;
		margin-bottom: 30px;
	}
	/* End property */
	/*  region */
	#region {
		#background: #fffbdb;
		padding-top: 34px;
		padding-bottom: 32px;
	}
	.region .row:nth-child(2) .col-2 {
		margin-left: -10%;
	}

	.region__title_intro {
		text-transform: lowercase;
		margin-bottom: 23px;
		margin-top: -2%;
	}
	.region__globe {
		margin-bottom: 16px;
	}
	.region_bg {
		background: #32180d;
		padding: 12px 0;
	}
	.region_bg_item {
		justify-content: space-around;
		align-items: center;
	}
	.region_bg_title {
		font-size: 37px;
		font-weight: 700;
		color: #fffbdb;
		text-align: center;
		line-height: 1.1em;
	}
	.region__icon {
		font-size: 28px;
		color: #fffbdb;
	}
	.region_bg_block {
		justify-content: space-around;
		padding-top: 23px;
	}
	.region_bg_block__element_intro {
		
	}
	.region_bg_block__element_intro a { 
		font-size: 24px;
		font-weight: 400;
		color: #270c02;
		margin-bottom: 3px;
		text-decoration: underline;
	 }
	/* End region */
	/*  footer */
	footer {
		background: #5B1400;
		padding: 15px 0;
	}
	.footer__text {
		font-size: 16px;
		font-weight: 400;
		color: #fffbdb;
		text-align: center;
	}
	/* End footer */
}
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 467px) and (max-width: 575.98px) {
	/* Slider */

	/* End Slider */
	.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 18px 14px;
		color: #775142;
		font-size: 19px;
		height: 100%;
		margin-right: 11px;
	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 16px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 18px 14px;
	}
	.header__menu_icon {
		font-size: 46px;
		color: #fffbdb;
	}
	/* End Header */ 
	/* Section first */
	#first {
		padding: 35px 0;
		padding-top: 23px;
		#background: #fffbdb;
		padding-top: 20%;
	}
	.first .row:first-child {
		align-items: center;
	}
	.first .row:first-child .col-3 {
		padding: 0;
	}
	.first__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
	}
	.first__text {
		margin-top: 10px;
		font-size: 16px;
		font-weight: 700;
		color: #270c02;
		text-decoration: underline;
	}
	.mar {
		margin: 0 5%;
	}
	.first__text_center {
		margin-left: 20px;
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
	}
	.first__block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.first__number {
		font-weight: 700;
		font-size: 24px;
		color: #270c02;
		padding-bottom: 2%;
		text-decoration: underline;
	}
	.first__number_bg {
		display: inline-block;
		position: relative;
		margin-right: 0.3%;
		background: #270c02;
		border-radius: 50%;
		width: 20px;height: 20px;
	}
	.first__number_icon {
		color: #fffbdb;
		font-size: 12px;
	}
	.first__btn {
		display: block;
		background: #34150a;
		text-align: center;
		font-weight: 700;
		color: #fff;
		padding: 21px 44px;
		border: 0;
		margin: 0 auto;
	}
	.news__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
		margin: 30px 0;
		text-align: center;
	}
	.news__block_item {
		background: #32180d;
		padding: 19px 16px;
		margin-bottom: 15px;
	}
	.news__block_item-intro {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
		text-align: center;
	}
	.news__block_item-text {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
	}
	.news__block_item__btn {
		text-decoration: underline;
	}

	
	/*  departmentsCopy */
	#departmentsCopy {
		#background: #fffbdb;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.departmentsCopy__title {
		margin-bottom: 27px;
	}
	.departmentsCopy__text {
		font-size: 22px;
	}
	.departmentsCopy__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.departmentsCopy__slider_item-title {
		font-family: Helios;
		font-size: 40px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.departmentsCopy__slider_item-text {
		font-family: Helios;
		font-size: 28px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End departmentsCopy */
	/*  projects */
	#projects {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.projects__title {
		font-size: 34px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 30px;
		text-align: center;
	}
	.projects__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.projects__slider_item-title {
		font-size: 40px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.projects__slider_item-text {
		font-family: Helios;
		font-size: 22px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End projects */
	/*  inheritance */
	#inheritance {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.inheritance__title {
		font-size: 38px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 28px;
		text-align: center;
	}
	.inheritance__text {
		font-weight: 700;
		font-size: 26px;
		text-align: center;
		color: #270c02;
		margin-bottom: 25px;
	}
	.inheritance__slider_item-title {
		font-size: 39px;
	}
	.upper {
		text-transform: uppercase;
	}
	/* End inheritance */
	/*  cutDepartments */
	#cutDepartments {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.cutDepartments__title {
		margin-bottom: 20px;
	}
	.cutDepartments__text {
		margin-bottom: 16px;
	}
	.cutDepartments__block {
		justify-content: space-between;
		padding: 0px 10px;
	}
	.cutDepartments__block_btn {
		padding: 17px 0;
		width: 204px;
		text-align: center;
		font-weight: 700;
		color: #fffbdb;
		font-size: 24px;
		background: #34150a;
	}
	/* End cutDepartments */
	/*  property */
	#property {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.property__title {
		font-size: 33px;
	}
	.property__text {
		font-size: 24px;
		margin-bottom: 30px;
	}
	/* End property */
	/*  region */
	#region {
		#background: #fffbdb;
		padding-top: 34px;
		padding-bottom: 32px;
	}
	.region .row:nth-child(2) .col-2 {
		margin-left: -10%;
	}

	.region__title_intro {
		text-transform: lowercase;
		margin-bottom: 23px;
		margin-top: -2%;
	}
	.region__globe {
		margin-bottom: 16px;
	}
	.region_bg {
		background: #32180d;
		padding: 12px 0;
	}
	.region_bg_item {
		justify-content: space-around;
		align-items: center;
	}
	.region_bg_title {
		font-size: 37px;
		font-weight: 700;
		color: #fffbdb;
		text-align: center;
		line-height: 1.1em;
	}
	.region__icon {
		font-size: 28px;
		color: #fffbdb;
	}
	.region_bg_block {
		justify-content: space-around;
		padding-top: 23px;
	}
	.region_bg_block__element_intro {
		
	}
	.region_bg_block__element_intro a { 
		font-size: 24px;
		font-weight: 400;
		color: #270c02;
		margin-bottom: 3px;
		text-decoration: underline;
	 }
	/* End region */
	/*  footer */
	footer {
		background: #5B1400;
		padding: 15px 0;
	}
	.footer__text {
		font-size: 16px;
		font-weight: 400;
		color: #fffbdb;
		text-align: center;
	}
	/* End footer */
}
@media (max-width: 466.98px) {
	.header {
		padding: 20px 0px;
	}
	.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 10px 5px;
		height: 100%;
		color: #775142;
		font-size: 18px;
		margin-right: 11px;
	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 16px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}
	.header__menu_icon {
		font-size: 46px;
		color: #fffbdb;
	}
	.menu__item_link {
		font-size: 26px;
	}
	/* End Header */ 
	/* Section first */
	#first {
		padding: 35px 0;
		padding-top: 23px;
		#background: #fffbdb;
		padding-top: 23%;
	}
	.first .row:first-child {
		align-items: center;
	}
	.first .row:first-child .col-3 {
		padding: 0;
	}
	.first__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
	}
	.first__text {
		margin-top: 1px;
		font-size: 16px;
		font-weight: 700;
		color: #270c02;
		text-decoration: underline;
	}
	.mar {
		margin: 0 5%;
	}
	.first__text_center {
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
	}
	.first__block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 7px;
	}
	.first__number {
		font-weight: 700;
		font-size: 19px;
		color: #270c02;
		padding-bottom: 2%;
		text-decoration: underline;
	}
	.first__number_bg {
		display: inline-block;
		position: relative;
		margin-right: 0.3%;
		background: #270c02;
		border-radius: 50%;
		width: 20px;height: 20px;
	}
	.first__number_icon {
		color: #fffbdb;
		font-size: 12px;
	}
	.first__btn {
		display: block;
		background: #34150a;
		text-align: center;
		font-weight: 700;
		color: #fff;
		padding: 11px 31px;
		border: 0;
		margin: 0 auto;
	}
	.news__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
		margin: 10px 0;
		text-align: center;
	}
	.news__block_item {
		background: #32180d;
		padding: 19px 16px;
		margin-bottom: 15px;
	}
	.news__block_item-intro {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
		text-align: center;
	}
	.news__block_item-text {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
	}
	.news__block_item__btn {
		text-decoration: underline;
	}

	
	/*  departmentsCopy */
	#departmentsCopy {
		#background: #fffbdb;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.departmentsCopy__title {
		margin-bottom: 27px;
	}
	.departmentsCopy__text {
		font-size: 18px;
	}
	.departmentsCopy__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.departmentsCopy__slider_item-title {
		font-family: Helios;
		font-size: 35px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.departmentsCopy__slider_item-text {
		font-family: Helios;
		font-size: 28px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End departmentsCopy */
	/*  projects */
	#projects {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.projects__title {
		font-size: 32px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 30px;
		text-align: center;
	}
	.projects__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.projects__slider_item-title {
		font-size: 35px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.projects__slider_item-text {
		font-family: Helios;
		font-size: 22px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End projects */
	/*  inheritance */
	#inheritance {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.inheritance__title {
		font-size: 36px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 28px;
		text-align: center;
	}
	.inheritance__text {
		font-weight: 700;
		font-size: 23px;
		text-align: center;
		color: #270c02;
		margin-bottom: 25px;
	}
	.inheritance__slider_item-title {
		font-size: 35px;
	}
	.upper {
		text-transform: uppercase;
	}
	/* End inheritance */
	/*  cutDepartments */
	#cutDepartments {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.cutDepartments__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.cutDepartments__text {
		margin-bottom: 16px;
	}
	.cutDepartments__block {
		justify-content: space-between;
		padding: 0px 10px;
	}
	.cutDepartments__block_btn {
		padding: 17px 0;
		width: 177px;
		text-align: center;
		font-weight: 700;
		color: #fffbdb;
		font-size: 24px;
		background: #34150a;
	}
	/* End cutDepartments */
	/*  property */
	#property {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.property__title {
		font-size: 30px;
	}
	.property__text {
		font-size: 20px;
		margin-bottom: 30px;
	}
	/* End property */
	/*  region */
	#region {
		#background: #fffbdb;
		padding-top: 34px;
		padding-bottom: 32px;
	}
	.region .row:nth-child(2) .col-2 {
		margin-left: -10%;
	}

	.region__title_intro {
		text-transform: lowercase;
		margin-bottom: 23px;
		margin-top: -2%;
	}
	.region__globe {
		margin-bottom: 16px;
	}
	.region_bg {
		background: #32180d;
		padding: 12px 0;
	}
	.region_bg_item {
		justify-content: space-around;
		align-items: center;
	}
	.region_bg_title {
		font-size: 37px;
		font-weight: 700;
		color: #fffbdb;
		text-align: center;
		line-height: 1.1em;
	}
	.region__icon {
		font-size: 28px;
		color: #fffbdb;
	}
	.region_bg_block {
		justify-content: space-around;
		padding-top: 23px;
	}
	.region_bg_block__element_intro {
		
	}
	.region_bg_block__element_intro a { 
		font-size: 24px;
		font-weight: 400;
		color: #270c02;
		margin-bottom: 3px;
		text-decoration: underline;
	 }
	/* End region */
	/*  footer */
	footer {
		background: #5B1400;
		padding: 15px 0;
	}
	.footer__text {
		font-size: 16px;
		font-weight: 400;
		color: #fffbdb;
		text-align: center;
	}
	/* End footer */
}


@media (max-width: 413.98px) {
	.header {
		padding: 20px 0px;
	}
	.header .row:first-child .col-2 {
		padding: 0;
	}
	.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 10px 5px;
		height: 100%;
		color: #775142;
		font-size: 14px;
		margin-right: 11px;
	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 14px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}
	.header__menu_icon {
		font-size: 46px;
		color: #fffbdb;
	}
	.menu__item_link {
		font-size: 14px;
	}
	/* End Header */ 
	/* Section first */
	#first {
		padding: 35px 0;
		padding-top: 23px;
		#background: #fffbdb;
		padding-top: 29%;
	}
	.first .row:first-child {
		align-items: center;
	}
	.first .row:first-child .col-3 {
		padding: 0;
	}
	.first__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
	}
	.first__text {
		margin-top: 0px;
		font-size: 16px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 5px;
		text-decoration: underline;
	}
	.mar {
		margin: 0 5%;
	}
	.first__number a {
		font-size: 13px;
	}
	.first__text_center {
		font-weight: 700;
		font-size: 16px;
		color: #270c02;
		margin-bottom: 5px;
	}
	.first__block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 5px;
	}
	.first__number {
		font-weight: 700;
		font-size: 14px;
		color: #270c02;
		padding-bottom: 2%;
		text-decoration: underline;
	}
	.first__number_bg {
		display: inline-block;
		position: relative;
		margin-right: 0.3%;
		background: #270c02;
		border-radius: 50%;
		width: 20px;height: 20px;
	}
	.first__number_icon {
		color: #fffbdb;
		font-size: 12px;
	}
	.first__btn {
		font-size: 16px;
		display: block;
		background: #34150a;
		text-align: center;
		font-weight: 700;
		color: #fff;
		padding: 10px 30px;
		border: 0;
		margin: 0 auto;
	}
	.news__title {
		font-weight: 700;
		font-size: 20px;
		color: #270c02;
		margin: 5px 0;
		text-align: center;
	}
	.news__block_item {
		background: #32180d;
		padding: 19px 16px;
		margin-bottom: 15px;
	}
	.news__block_item-intro {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
		text-align: center;
	}
	.news__block_item-text {
		font-family: Helios;
		font-size: 16px;
		color: #fffbdb;
	}
	.news__block_item__btn {
		text-decoration: underline;
	}

	
	#departmentsCopy {
		#background: #fffbdb;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.departmentsCopy__title {
		margin-bottom: 27px;
	}
	.departmentsCopy__text {
		font-size: 16px;
	}
	.departmentsCopy__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.departmentsCopy__slider_item-title {
		font-family: Helios;
		font-size: 28px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.departmentsCopy__slider_item-text {
		font-family: Helios;
		font-size: 28px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End departmentsCopy */
	/*  projects */
	#projects {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.projects__title {
		font-size: 34px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 30px;
		text-align: center;
	}
	.projects__slider_item {
		background: #32180d;
		padding: 20px 10px;
		padding-top: 30px;
	}
	.projects__slider_item-title {
		font-size: 26px;
		color: #fffbdb;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.2em;
		margin-bottom: 23px;
	}
	.projects__slider_item-text {
		font-family: Helios;
		font-size: 22px;
		color: #fffbdb;
		text-align: center;
		margin-bottom: 25px;
	}
	/* End projects */
	/*  inheritance */
	#inheritance {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.inheritance__title {
		font-size: 38px;
		font-weight: 700;
		color: #270c02;
		margin-bottom: 28px;
		text-align: center;
	}
	.inheritance__text {
		font-weight: 700;
		font-size: 21px;
		text-align: center;
		color: #270c02;
		margin-bottom: 25px;
	}
	.inheritance__slider_item-title {
		font-size: 26px;
	}
	.upper {
		text-transform: uppercase;
	}
	/* End inheritance */
	/*  cutDepartments */
	#cutDepartments {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.cutDepartments__title {
		margin-bottom: 20px;
	}
	.cutDepartments__text {
		margin-bottom: 16px;
	}
	.cutDepartments__block {
		justify-content: space-between;
		padding: 0px 10px;
	}
	.cutDepartments__block_btn {
		padding: 10px 0;
		width: 130px;
		text-align: center;
		font-weight: 700;
		color: #fffbdb;
		font-size: 16px;
		background: #34150a;
	}
	/* End cutDepartments */
	/*  property */
	#property {
		#background: #fffbdb;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	.property__title {
		font-size: 33px;
	}
	.property__text {
		font-size: 15px;
		margin-bottom: 30px;
	}
	/* End property */
	/*  region */
	#region {
		#background: #fffbdb;
		padding-top: 34px;
		padding-bottom: 32px;
	}
	.region .row:nth-child(2) .col-2 {
		margin-left: -10%;
	}

	.region__title_intro {
		text-transform: lowercase;
		margin-bottom: 23px;
		margin-top: -2%;
	}
	.region__globe {
		margin-bottom: 16px;
	}
	.region_bg {
		background: #32180d;
		padding: 12px 0;
	}
	.region_bg_item {
		justify-content: space-around;
		align-items: center;
	}
	.region_bg_title {
		font-size: 37px;
		font-weight: 700;
		color: #fffbdb;
		text-align: center;
		line-height: 1.1em;
	}
	.region__icon {
		font-size: 28px;
		color: #fffbdb;
	}
	.region_bg_block {
		justify-content: space-between;
		padding-top: 23px;
	}
	.region_bg_block__element_intro {
		
	}
	.region_bg_block__element_intro a { 
		font-size: 18px;
		font-weight: 400;
		color: #270c02;
		margin-bottom: 3px;
		text-decoration: underline;
	 }
	/* End region */
	/*  footer */
	footer {
		background: #5B1400;
		padding: 15px 0;
	}
	.footer__text {
		font-size: 16px;
		font-weight: 400;
		color: #fffbdb;
		text-align: center;
	}
	/* End footer */
		a.linkb {
    font-size:14px;text-align:center;font-family:Helios, sans-serif;font-weight:normal;color:#270c02;text-decoration:none;
    padding: 5px 5px;
	margin-top: 8px;
	margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
	border:2px solid #270c02;
    #background: #fffbdb;
	box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
}
}

@media (max-width: 295px) {
	.search-form input, .search-form__input {
		font-weight: 700;

		height: 100%;
		color: #775142;
		font-size: 10px;
		margin-right: 11px;
	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 10px;
		color: #270c02;
		border: 0;
		height: 100%;

	}
}	

@media (max-width: 240px) {
	.search-form input, .search-form__input {
		font-weight: 700;

		height: 100%;
		color: #775142;
		font-size: 9px;

	}
	.search-form input[type='text']::-webkit-input-placeholder, .search-form input[type='email']::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder  {
    	color: #775142;
	} 
	.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
    color: #775142;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 9px;
		color: #270c02;
		border: 0;
		height: 100%;

	}
}


/* Spes */
@media (min-width: 641px) and (max-width: 767.98px) {
/*	
	.header {
		padding: 7px;
	}
	
	.search-form {
		padding-left: 10px;
		height: 100%;
	} 
	*/
	#first {
		padding-top: 14%;
	}
	.first__number {
		font-size: 28px;
	}
	.first__text {
		font-size: 16px;
	}
	.first__text {
		margin-top: -7px;
		margin-bottom: 3px;
	}
	.first__text_center {
		margin-bottom: 0px;
	}
	.first__block {
		margin-bottom: 0px;
	}
	.first__btn {
		font-size: 16px;
		padding: 15px 25px;
	}
	.news__title {
		margin: 3px 0;
	}
	.footer__text {
		font-size: 16px;
	}
	.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 18px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}
}
@media (min-width: 480px) and (max-width: 640px) {
/*	
	.header {
		padding: 5px;
	}
	
	.search-form {
		height: 100%;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px
	} 
	.search-form input, .search-form__input {
		font-weight: 700;
		!padding: 18px 14px;
		height: 100%;
		color: #775142;
		font-size: 19px;
		margin-right: 11px;
	}
	*/
	#first {
		padding-top: 15%;
	}
	.first__text {
		margin-top: -7px;
		margin-bottom: 2px;
	}
	.first__text_center {
		margin-bottom: 5px;
	}
	.first__block {
		margin-bottom: 0px;
	}
	.first__btn {
		font-size: 16px;
		padding: 15px 25px;
		margin-top: -3%;
	}
	.news__title {
		margin: 0;
	}
	.footer__text {
		font-size: 16px;
	}
		.search-form__btn {
		font-family: Helios;
		#background: #fffbdb;
		font-size: 18px;
		color: #270c02;
		border: 0;
		height: 100%;
		!padding: 10px 7px;
	}
}
/* End Spes*/
