html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  height: 0;
  font-size: 0;
  clear: both;
}

html * {
  max-height: 1000000px;
}

body {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'PT Sans', sans-serif;
  color: #222;
  min-width: 315px;
  /* background: #fbf7f6; */
}


a[href^="http"]:empty::before {
  content: attr(href);
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.header_logo img {
  max-width: 160px;
  margin: 15px 0 0 15px;
}

.header_index_banner {
  background: url('../images/banner.jpg');
  background-size: cover;
  background-position: 50% 0%;
  /* min-height: 100vh; */
  padding-bottom: 0px;
  background-color: #24242d;
}

.main_header_inner {
  display: flex;
  margin-bottom: 30px;
  padding-top: 7px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

.header_main_menu ul {
  display: flex;
  list-style: none;
}

.header_index_arrow_ {
  text-align: center;
}

.header_index_text {
  color: #fff;
  margin: 120px 0 50px;
}

.grid-preim {
  display: grid;
  grid-template-columns: 320px 360px 420px;
  align-items: center;
  margin-bottom: 40px;
}

.grid-preim-item {
  display: flex;
  align-items: center;
}

.grid-preim-item img {
  width: 40px;
  margin-right: 15px;
}

.grid-preim-item span {
  font-size: 21px;
}

.header_index_text {}

a.header_logo {
  width: 100px;
}

.btn_default {
  color: #fff;
  text-decoration: none;
  background: #ccc;
  display: inline-block;
  padding: 9px 33px 10px;
  border-radius: 40px;
  line-height: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f79334+0,bc7d18+100 */
  border: none;
  -webkit-appearance: none;
  background: #f79334;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f79334 0%, #bc7d18 100%);
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #f79334 0%,#bc7d18 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #f79334 0%,#bc7d18 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79334', endColorstr='#bc7d18', GradientType=0);
  /* IE6-9 */
}

button.btn-main_menu {
  display: none;
}

.header_main_menu a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
}

.header_main_menu li {
  margin: 0 15px;
  position: relative;
}

.header_main_phones a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.header_index_arrow_ img {
  display: block;
  width: 36px;
  margin: 0 auto;
}

.header_index_arrow_ img+img {
  margin-top: -25px;
}

.btn_default.header_btn {
  /* font-weight: bold; */
  font-size: 14px;
  margin-right: 25px;
}

.header_main_phones {
  line-height: 1.3;
}

.header_main_phones a:hover {
  color: #f59120;
}

.header_main_menu {
  margin-top: 20px;
}

.header_main_menu a:hover {
  color: #f59120;
  /* text-decoration: underline; */
}

.header_index_maintext {
  font-size: 58px;
  line-height: 1.15;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;

}

.header_index_subtext {
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: -0.5px;
  text-align: left;
  width: 100%;
}

.sale_index_subtext {
  display: inline-block;
  background-color: #f79334;
  color: #fff;
  padding: 5px 10px;
  font-size: 23px;
  border-radius: 4px;
}

.btn_header_subtext a.header_center_btn {
  background-color: #3F51B5;
}

.btn_header_subtext a.header_center_btn:hover {
  background-color: #32408f;
}

.btn_header_subtext {
  text-align: left;
}

a.header_center_btn {
  font-size: 17px;
  padding: 12px 60px 14px;
  /* font-weight: bold; */
}

header.main_header {
  background: #222222;
  padding: 12px 0;
}

header.main_header .main_header_inner {
  margin: 0;
}

.btn_default:hover {
  background: #ea9116;
}

.header_index_subtext strong {
  font-size: 20px;
  margin: 0 2px;
}

.header_index_subtext a:hover {
  color: #f59120;
}

.header_index_subtext a {
  color: #fff;
  text-decoration: none;
}

.not_found_404 {
  display: inline-block;
  vertical-align: middle;
  font-size: 120px;
  /* font-weight: bold; */
  margin-right: 20px;
  margin: 100px 20px 100px 0;
}

.not_found_block {
  font-size: 50px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: center;
}

.modal_container {
  padding: 0;
  max-width: 410px;
  border-radius: 0;
  padding: 40px;
}

.modal_title {
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  font-size: 22px;
}

.modal_container>form {
  padding: 20px 20px 15px;
}

.input_field {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.input_field input {
  width: 100%;
  padding: 10px 2px;
  border: none;
  border-bottom: 2px solid #c7c7c7;
  margin-top: 7px;
  font-size: 14px;
  /* background: #fafafa; */
  border-radius: 0;
  -webkit-appearance: none;
}

button.main_btn {
  background: #ea9116;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 48px;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  /* width: 170px; */
  margin-top: 23px;
}

button.main_btn:hover {
  background: #d08914;
  color: #fff;
}

.header_index_arrow_ {
  animation: fade-in-move-down 1.5s infinite;
}

@keyframes fade-in-move-down {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

  70% {
    opacity: 1;
    transform: translateY(5px);
  }

  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}

.input_field input:focus {
  outline: none;
  border-bottom: 2px solid #ec9200;
}

.for_modal_divide {
  display: none;
}

.under_footer_form {
  background: #22222b;
  padding: 50px 0 20px;
}

footer.main_footer {
  background: #22222b;
  border-top: 1px solid #5c5c6b;
  padding: 40px 0 35px;
}

a.footer_logo {
  display: inline-block;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
}

footer.main_footer>.container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.footer_logo_text {
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 8px;
}

.footer_contacts a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.footer_contacts a:hover {
  color: #f59120;
}

a.footer_logo img {
  margin-right: 25px;
}

a.footer_logo img {
  width: 100px;
}

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

.footer_menux {
  margin: 0 50px;
}

.footer_menux a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.footer_menux li {
  margin-bottom: 7px;
}

.footer_contacts:before {
  height: 120px;
  width: 1px;
  content: '';
  display: block;
  background: #5c5c6b;
  position: absolute;
  left: -50px;
  top: 5px;
}

.footer_contacts {
  position: relative;
  padding-top: 26px;
  padding-right: 40px;
}

.footer_menux a:hover {
  color: #f59120;
}

.index_about>.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.index_about_head {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
  margin: 40px 0 25px;
}

.index_about_t {
  width: 100%;
  position: relative;
  margin: 30px auto 20px;
  z-index: 2;
  /* max-width: 750px; */
  display: flex;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.index_about_triggers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 58px 0px;
  justify-content: space-between;
  background-image: url(../images/catalog_bg.png);
  background-size: cover;
}

.index_about_triggers {}

.index_about_trigger_item {
  border-radius: 50%;
  width: 190px;
  text-align: center;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 0px 0 10px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  background: #fbfbfb;
  box-shadow: 1px 1px 15px -5px #ccc;
  margin: 10px 0;
  padding: 5px 15px;
  flex-wrap: wrap;
  flex-direction: column;
  height: 190px;
  display: flex;
  padding-top: 14px;
}

.p_page_wrap_text .small_ul li {
  margin-bottom: 10px;
}

.index_about_trigger_item img {
  display: block;
  transition: 0.5s;
  width: 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  margin-right: 0;
}

.index_about_text p {
  margin-bottom: 20px;
}

.index_about_t h1 {
  margin-top: 0;
  font-size: 35px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: 1.15;
  width: 100%;
  margin-bottom: 22px;
}

.index_about_text {
  font-family: "open sans";
  line-height: 1.5;
}

.index_view_how_item {
  color: #fff;
  background: #24242c;
  display: inline-block;
  font-size: 17px;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  position: absolute;
}

.index_view_how_item:before {
  border: 1px solid #fff;
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_view_how_item:hover {
  background: #f59120;
}

.p_page_wrap {
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  position: relative;
}

.p_page_wrap.p_page_wrap_with_sidebar {
  width: calc(100% - 308px);
  margin-right: 18px;
  box-shadow: 1px 1px 15px -10px #ccc;
  position: relative;
}

.p_page {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  align-items: start;
}

.p_page_sidebar {
  width: 290px;
}

.breadcrumbs {
  position: absolute;
  right: 25px;
  font-size: 13px;
  top: 20px;
  background: #fff;
  max-width: calc(100% - 50px);
  width: calc(100% - 50px);
}

.p_page_wrap h1 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 26px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

.menu_sidebar {
  margin-bottom: 18px;
  background: #f0f0f0;
  border-radius: 2px;
  padding: 18px 20px;
}

.side_menu {
  list-style: none;
  padding: 0;
}

.breadcrumbs a {
  text-decoration: none;
  color: #ea9116;
}

span.breadcrumbs__separator {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.side_menu li {
  margin-bottom: 7px;
}

.side_menu a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}

.side_menu li:last-child {
  margin-bottom: 0;
}

.banner_sidebar {
  padding: 40px 20px;
  margin-bottom: 18px;
  border-radius: 2px;
  background: url('../images/banner.jpg');
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 14px;
}

.call_block_sidebar {
  background: #f0f0f0;
  border-radius: 2px;
  padding: 18px 20px;
}

.side_menu a:hover {
  color: #ea9116;
}

.call_block_sidebar_phones a {
  text-decoration: none;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}

.call_block_sidebar_phones a:hover {
  color: #ea9116;
}

.side_menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.p_page_wrap_contact_info_item img {
  width: 19px;
  display: block;
}

.p_page_wrap_contact_info_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: start;
  margin-bottom: 32px;
  position: relative;
}

.p_page_wrap_contact_info {
  margin-top: 32px;
  margin-bottom: 35px;
}

.btn_default.banner_btn {
  margin-top: 13px;
  font-size: 13px;
  width: 210px;
  text-align: center;
  padding: 11px 33px 11px;
}

.breadcrumbs a:hover {
  color: #222;
}

.call_block_sidebar_head {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.call_block_sidebar_phone {
  align-items: center;
  display: flex;
}

.p_page_wrap_contact_info_item span+span {}

span.p_page_wrap_contact_info_img {
  margin-right: 10px;
  font-weight: bold;
}

.p_page_wrap_contact_info_item span+span a {
  color: #222;
  text-decoration: none;
  margin-right: 10px;
}

.p_page_wrap_contact_info_item span+span a:last-child {
  margin-right: 0;
}

.p_page_wrap_contact_info_item span+span a:hover {
  color: #ea9116;
}

.call_block_sidebar_phone img {
  width: 25px;
  margin-right: 14px;
}

.under_footer_form_title {
  color: #fff;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
  font-size: 49px;
  margin-bottom: 25px;
}

.under_footer_form form {
  padding-left: 580px;
  margin-top: -20px;
}

.under_footer_form>.container {
  background-image: url(../images/form_decore.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 15px;
}

.under_footer_form form input {
  width: 320px;
  padding: 13px 30px;
  margin-bottom: 18px;
  display: block;
  border-radius: 100px;
  border: none;
}

.under_footer_form form input[type="submit"] {
  color: #fff;
  font-size: 18px;
  background: #f79334;
  background: -moz-linear-gradient(top, #f79334 0%, #bc7d18 100%);
  background: -webkit-linear-gradient(top, #f79334 0%, #bc7d18 100%);
  background: linear-gradient(to bottom, #f79334 0%, #bc7d18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79334', endColorstr='#bc7d18', GradientType=0);
}

.under_footer_form form input[type="submit"]:hover {
  background: #ea9116;
}

.cat--post_item {
  width: calc(100% / 2 - 10px);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 1px 1px 11px -4px #ccc;
  border: 1px solid #f1f1f1;
}

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

.post_item_img_wrap {
  width: 47%;
}

.post_item_block_t {
  width: 53%;
  padding: 15px 20px;
  /* background: #f5f5f5; */
}

.post_item_block_t h3 {
  margin-bottom: 12px;
  line-height: 1.2;
}

.post_item_block_text {
  font-size: 13px;
  margin-bottom: 12px;
}

.post_item_img_wrap a {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.post_item_img_wrap a:hover img {
  transform: scale(1.1) translate(10px);
}

.post_item_img_wrap a img {
  transition: 0.2s;
}

.main_block_category h1 {
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 20px 0 30px;
}

.pagintation_block {
  text-align: center;
  margin: 20px 0;
}

.nav-links>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  color: #fff;
  background: #22222a;
  text-decoration: none;
  padding: 15px 22px;
  line-height: 1;
  font-size: 18px;
}

.nav-links a:hover {
  background: #ea9116;
}

.p_page_wrap p {
  margin-bottom: 18px;
}

.p_page_wrap {
  line-height: 1.4;
}

.p_page_wrap h3 {
  /* font-weight: normal; */
  margin-bottom: 15px;
  font-size: 26px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.2;
  margin-top: 30px;
  font-weight: normal;
}

.p_page_wrap pre {
  white-space: normal;
  background: #ffdea2;
  padding: 15px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5;
}

.p_page_wrap ul,
.p_page_wrap ol {
  padding-left: 30px;
  margin-bottom: 20px;
}

.p_page_wrap h2 {
  margin-bottom: 12px;
  font-size: 32px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.2;
  margin-top: 30px;
  font-weight: normal;
}

img.aligncenter {
  width: 100%;
}

.pre_next_articles {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  margin-top: 40px;
  padding-top: 15px;
}

.pre_next_articl a {
  color: #222;
}

.pre_next_articl a:hover {
  text-decoration: none;
  color: #ea9116;
}

.p_page_wrap_review_item {
  display: flex;
  align-items: start;
  margin-bottom: 55px;
  flex-wrap: wrap;
}

.p_page_wrap_review_item_img:after {
  width: 100%;
  height: 100%;
  border: 7px solid #f99322;
  content: '';
  display: block;
  width: 160px;
  height: 160px;
  right: -12px;
  top: 12px;
  position: absolute;
  transition: 0.2s;
  background: #fff;
}

.p_page_wrap_review_item_img {
  position: relative;
  margin-right: 40px;
  width: 160px;
}

.p_page_wrap_review_list {
  margin-top: 50px;
}

.p_page_wrap_review_item_t h4 {
  margin-bottom: 8px;
  font-size: 18px;
}

.p_page_wrap_review_item:last-child {
  margin-bottom: 20px;
}

.p_page_wrap_review_item_img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border: 1px solid #d8d8d8;
  display: block;
}

.p_page_wrap_review_item_t {
  width: calc(100% - 250px);
}

.p_page_wrap_review_item_img:hover:after {
  top: 0;
  right: 0;
}

.p_page_wrap_about_item_img {
  width: 300px;
  margin-right: 40px;
  position: relative;
}

.p_page_wrap_about {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.p_page_wrap_about_item_t {
  width: calc(100% - 340px);
  padding-top: 10px;
}

.p_page_wrap_about_item_img:after {
  border: 7px solid #f99322;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: -13px;
  top: 13px;
  position: absolute;
  background: #fff;
  transition: 0.2s;
}

.p_page_wrap_about_item_img img {
  position: relative;
  display: block;
  z-index: 1;
}

.p_page_wrap_about_item_img:hover:after {
  top: 0;
  right: 0;
}

.index_main_advantage_list_btns {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 50px;
}

.index_main_advantage_list_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 25%;
  border: 1px solid #24242a;
  padding: 24px 15px;
  border-radius: 0;
  justify-content: space-around;
  cursor: pointer;
  transition: 0.1s;
  border-right: 0;
}

.index_main_advantage_list_item span {
  line-height: 1.1;
  font-size: 19px;
}

.index_main_advantage_list_item img {
  width: 45px;
}

.index_main_advantage_list_item:hover {
  background: #24242b;
  color: #fff;
}

.index_main_advantage_list_item:hover img {
  filter: invert(1);
}

.index_main_advantage_list_item.index_main_advantage_list_item_active {
  background: #24242b;
  color: #fff;
}

.index_main_advantage_list_item.index_main_advantage_list_item_active img {
  filter: invert(1);
}

.index_main_advantage_list_view_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: start;
  position: absolute;
}

.index_main_advantage_list_view_item_img_wrap {
  width: 250px;
  margin-right: 40px;
  border: 1px solid #d8d8d8;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.index_main_advantage_list_view_item_text {
  width: calc(100% - 290px);
  max-width: 600px;
  font-size: 18px;
  line-height: 1.4;
}





.index_main_advantage_list_view_item_img_wrap img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.index_main_advantage_list_view_item_img_wrap:after {
  border: 7px solid #f99322;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  right: -12px;
  top: 12px;
  position: absolute;
  transition: 0.2s;
}

.index_main_advantage_list_view_item_title {
  font-size: 36px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 2px;
}

.index_main_advantage_list_view_item_text_t p {
  margin-bottom: 20px;
}

.index_main_advantage_list_view_item_img_wrap:hover:after {
  top: 0;
  right: 0;
}

.index_main_advantage_list_view_item {
  overflow: hidden;
  display: flex;
  opacity: 0;
  margin: 0;
  display: none;
}

.index_main_advantage_list_view_item.index_main_advantage_list_view_active {
  /* max-height: 500px; */
  opacity: 1;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_main_advantage:before {
  content: '';
  background: url('../images/leaf_1.png');
  width: 140px;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  transition: 0.2s;
}

.index_main_advantage {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: -50px;
}

.index_main_advantage:after {
  content: '';
  background: url(../images/leaf_2.png);
  width: 135px;
  height: 600px;
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 60%;
  transition: 0.2s;
}

.btn_default.btn_advantage {
  padding: 11px 55px 12px;
}

.index_main_advantage h2 {
  font-size: 40px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 40px;
}

.index_about_trigger_item:before {
  content: '';
  /* background: url('../images/trigger_bg.png'); */
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 5px;
  left: 0;
  background-size: 170px;
  transition: 0.2s;
  filter: brightness(100);
  display: none;
}

.index_about_trigger_item_text {
  font-size: 17px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.18;
  transition: 0.5s;
  width: 100%;
}

.about_triggers .index_about_triggers {
  width: 100%;
  margin: 25px 0;
}

.about_triggers .index_about_trigger_item {
  width: 25%;
}

.index_about_trigger_item:hover:before {
  background-size: 130px;
  opacity: 0;
}

.index_view_how_text_el_title {
  font-size: 32px;
  margin-bottom: 12px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  text-decoration: underline;
}

.index_view_how_text {
  width: 450px;
}


.index_view_how_text_el_text p {
  margin-bottom: 20px;
}

.index_view_how {
  position: relative;
  margin-bottom: 40px;
}

.index_view_how_image {
  left: 0;
  width: 590px;
  margin-right: 50px;
  position: relative;
}

.index_view_how .container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_view_how_text_el {
  display: none;
}

.index_view_how_text_el.index_view_how_text_el_active {
  display: block;
}

.index_view_how_item.index_view_how_item_5 {
  top: 320px;
  left: 250px;
}

.index_view_how_item.index_view_how_item_4 {
  top: 250px;
  left: 335px;
}

.index_view_how_item.index_view_how_item_2 {
  top: 180px;
  left: 210px;
}

.index_view_how_item.index_view_how_item_3 {
  top: 230px;
  left: 260px;
}

.index_view_how_item.index_view_how_item_1 {
  left: 310px;
  top: 150px;
}

.index_view_how_item.index_view_how_item_6 {
  top: 345px;
  left: 325px;
}

.index_view_how h2 {
  text-align: center;
  font-size: 35px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 30px;
}

.index_catalog {
  background-size: cover;
  background-image: url('../images/catalog_bg.png');
  padding: 50px 0;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  margin-top: 15px;
}

img.index_view_how_decore {
  position: absolute;
  width: 150px;
  right: 15%;
  bottom: -40px;
}

.header_main_menu ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background: #222;
  border: 1px solid #444444;
  column-count: 2;
  margin-top: 20px;
  padding: 17px 25px;
  width: 520px;
  border-radius: 2px;
  z-index: 11;
  text-align: left;
}

.header_main_menu li:hover>ul {
  display: block;
}

.header_main_menu ul.sub-menu:before {
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  top: -22px;
  left: 0;
}

.header_main_menu ul.sub-menu li {
  margin: 0;
  margin-bottom: 12px;
}

.header_main_menu ul.sub-menu a {
  font-size: 16px;
}

.header_main_menu ul.sub-menu:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #222;
  display: block;
  position: absolute;
  top: -11px;
  left: 20px;
  transform: rotate(45deg);
  border: 1px solid #444;
  z-index: 0;
  border-right: none;
  border-bottom: none;
}

.home .header_main_menu ul.sub-menu:after {
  background: #25252e;
}

.home .header_main_menu ul.sub-menu {
  background: #25252f
}

.work--post_item {
  display: flex;
  background: #fff;
  box-shadow: 1px 1px 19px -5px #8a8a8a;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0px 0px;
  width: calc(100% / 2 - 10px);
  margin: 10px 0;
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.work_item_img_wrap {
  width: 100%;
  font-size: 0;
  justify-content: start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 20px 20px 0;
}

.work_item_block_t {
  width: 100%;
  padding: 0 20px 20px;
}

.work_item_img_wrap a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4 - 2px);
  margin: 1px;
  color: #000;
  /* box-shadow: 1px 1px 1px 1px #fff; */
  overflow: hidden;
}

.work_item_img_wrap img {
  width: 100%;
  transition: 0.2s;
  display: block;
}

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

.work_item_block_t h3 {
  margin-bottom: 7px;
  margin-top: 20px;
}

.work_item_block_text {
  font-size: 13px;
  margin-bottom: 12px;
}

.work_item_img_wrap a.work_full_preview {
  width: 50%;
  margin: 0;
  margin-bottom: 2px;
}

.work--post_list::after {
  content: "";
  flex: auto;
}

.nav-links {
  font-size: 0;
  display: flex;
  justify-content: center;
}

span.page-numbers.current {
  background: #a5a5a5;
}

.work_item_img_wrap a:hover img {
  transform: scale(1.1);
  filter: grayscale(0.75);
}

.main_block_category {
  position: relative;
  overflow: hidden;
}

.p_page_wrap_text_our_work_wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  align-items: start;
}

.p_page_wrap_text_our_work_images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.p_page_wrap_text_our_work_wrap .p_page_wrap_text {}

.p_page_wrap_text_our_work_images a {
  width: calc(100% / 7 - 4px);
  margin: 2px;
  overflow: hidden;
  position: relative;
}

.p_page_wrap_text_complectation_work {
  border: 1px solid #777777;
  padding: 20px;
  background: #ffffff;
  border-radius: 2px;
  display: inline-block;
}

.p_page_wrap_text_complectation_work ul {
  margin-bottom: 0;
}

.p_page_wrap_text_complectation_work li {
  margin-bottom: 12px;
}

.p_page_wrap_text_complectation_work li:last-child {
  margin-bottom: 0;
}

.p_page_wrap_text_our_work_images a img {
  display: block;
  transition: 0.2s;
}

.p_page_wrap_text_complectation_top {
  margin-bottom: 12px;
  text-align: left;
}

.p_page_wrap.p_page_wrap_projects.p_page_wrap_with_sidebar {
  background: transparent;
  padding: 0;
}

.p_page_wrap_projects_top {
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 11px -4px #ccc;
}


.p_page_wrap_projects_bottom {
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-top: 40px;
  box-shadow: 1px 1px 11px -4px #ccc;
}


.p_projects_block {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  box-shadow: 1px 1px 11px -4px #ccc;
}

.p_projects_block_search form {
  position: relative;
}

.p_projects_block_search input[type='text'] {
  width: 100%;
  padding: 11px 130px 11px 40px;
  background: #f3f3f3;
  border: 1px solid #efefef;
  border-radius: 35px;
}

.p_projects_block_search input[type="submit"] {
  background: #f99322;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 115px;
  text-align: center;
  border-radius: 0 100px 100px 0;
  border: none;
  color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
}

.p_projects_block_search input[type="submit"]:hover {
  background: #ea9116;
}

.p_project_item {
  background: #fff;
  width: calc(100% / 3 - 10px);
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 11px -4px #424242;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.p_project_item_img_wrap {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.p_project_item_img_wrap img {
  display: block;
}

.p_project_item_info h3 {
  margin: 0;
  font-size: 20px;
  padding-right: 75px;
  font-weight: normal;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.2;
}

.p_project_item_info {
  padding: 12px 15px 15px;
  position: relative;
}

.p_project_item_info_small {
  font-size: 14px;
  border-top: 1px solid #d0d0d0;
  margin-top: 11px;
  padding-top: 12px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.p_project_item_info_small p {
  margin-bottom: 0;
}

.p_project_item_size {
  background: url('../images/house-size.svg');
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
  padding: 9px 8px;
  line-height: 1;
  background-color: #23c75f;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px 55%;
  color: #fff;
  font-weight: 300;
}

.p_project_item_price {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.p_list_projects::after {
  content: '';
  width: calc(100% / 3 - 10px)
}

.p_project_item_info h3 a {
  color: #222;
  text-decoration: none;
}

.p_project_item_info h3 a:hover {
  color: #f99322;
}

.p_project_item_img_wrap a:hover img {
  transform: scale(1.1);
}

.p_project_item_img_wrap img {
  transition: 0.2s;
}

.work_small_preview {
  width: 50%;
}

.work_item_img_wrap a.work_full_preview img {
  height: 100%;
  object-fit: cover;
}

.header_main_menu .current-menu-item>a {
  color: #f59120;
}

.p_page_wrap_text_our_work_images a:hover img {
  transform: scale(1.1);
}

.p_page_wrap_text_our_work_images a:before {
  background: url('../images/zoom_in.svg');
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #00000042;
  z-index: 11;
  opacity: 0;
  transition: 0.2s;
}

.p_page_wrap_text_our_work_images a:hover:before {
  opacity: 0.75;
}

.sidebar_filter_catalog {
  background: #222;
  border-radius: 2px;
  padding: 18px 20px;
  margin-bottom: 18px;
  padding-bottom: 22px;
  color: #fff;
}

.sidebar_filter_title {
  font-size: 21px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ffd943;
  padding-bottom: 10px;
  color: #ffd943;
}

.sidebar_filter_item input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}

.sidebar_filter_item label:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background: #ffffff;
  border-radius: 2px;
  z-index: 10;
  margin-top: 1px;
}

.sidebar_filter_item label {
  position: relative;
}

.sidebar_filter_item label span {
  display: block;
  font-size: 14px;
  padding-left: 35px;
  padding-top: 1px;
}

.sidebar_filter_item {
  margin-bottom: 17px;
}

.sidebar_filter_catalog_list {}

.sidebar_filter_item input:checked+label span:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  background: #000;
  height: 2px;
  width: 5px;
  z-index: 11;
  transform: rotate(35deg);
  top: 12px;
}

.sidebar_filter_item input:checked+label span:before {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  background: #000;
  height: 2px;
  width: 12px;
  z-index: 11;
  transform: rotate(125deg);
  top: 10px;
}

.sidebar_filter_catalog_select_block {
  margin-bottom: 18px;
  margin-top: 18px;
  color: #000;
}

.sidebar_filter_catalog_select_block select {
  width: 100%;
  height: 35px;
  background: #fff;
}

.single_project_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 11px -4px #ccc;
  border-radius: 2px;
}

.single_project_wrap_images {
  width: 50%;
  padding-right: 45px;
  margin-top: 50px;
}

.single_project_text_block {
  width: 50%;
}

.single_project_wrap_text p {
  margin-bottom: 13px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
  font-size: 14px;
}

.single_project_wrap_text p strong,
.single_project_wrap_text p b {
  font-weight: normal;
}

.single_project_wrap_text p:last-child {
  border-bottom: navajowhite;
}

.single_project_text_block .p_project_item_size {
  position: static;
  width: auto;
  padding: 11px;
  padding-right: 16px;
  display: inline-block;
  background-color: #23c75f;
  padding-left: 42px;
  border-radius: 0px;
  background-position: 13px 55%;
  position: absolute;
  right: 25px;
  top: 55px;
  background-size: 17px;
}

.single_project_wrap_text {
  margin-top: 22px;
}

img.arrow_single {
  width: 40px;
  position: absolute;
  z-index: 11;
  top: -37px;
  left: 34%;
}

.single_project_btns {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.btn_default.btn_get_consult {
  padding: 12px 12px;
}

.btn_default.btn_individual {
  padding: 13px 35px;
  background: #44b749;
  margin-left: 15px;
}

.btn_default.btn_individual:hover {
  background: #33a238;
}

.single_project_rating_stars {
  background: url('../images/star.svg');
  height: 20px;
  background-size: contain;
}

.single_project_rating {
  margin-top: -10px;
  margin-bottom: 15px;
}

.single_project_rating_stars_back.single_project_rating_stars {
  filter: grayscale(1);
  position: absolute;
  width: 100px;
  z-index: 0;
}

.single_project_rating_stars.single_project_rating_stars_before {
  position: relative;
}

.animation-shake {
  -webkit-animation: custom-shake 6s ease-in-out 3s infinite;
  animation: custom-shake 6s ease-in-out 3s infinite;
  -webkit-transform: translate(0) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform: translate(0) rotate(0deg);
  transform-origin: bottom
}

.animation-shake:hover {
  -webkit-animation: none;
  animation: none
}


@-webkit-keyframes custom-shake {
  3% {
    -webkit-transform: translate(-3px) rotate(-3deg)
  }

  6% {
    -webkit-transform: translate(3px) rotate(3deg)
  }

  9% {
    -webkit-transform: translate(-3px) rotate(-3deg)
  }

  12% {
    -webkit-transform: translate(3px) rotate(3deg)
  }

  15% {
    -webkit-transform: translate(-3px) rotate(-3deg)
  }

  18% {
    -webkit-transform: translate(3px) rotate(3deg)
  }

  0%,
  21%,
  to {
    -webkit-transform: translate(0) rotate(0deg)
  }
}

@keyframes custom-shake {
  3% {
    transform: translate(-3px) rotate(-3deg)
  }

  6% {
    transform: translate(3px) rotate(3deg)
  }

  9% {
    transform: translate(-3px) rotate(-3deg)
  }

  12% {
    transform: translate(3px) rotate(3deg)
  }

  15% {
    transform: translate(-3px) rotate(-3deg)
  }

  18% {
    transform: translate(3px) rotate(3deg)
  }

  0%,
  21%,
  to {
    transform: translate(0) rotate(0deg)
  }
}

.not_found_filter {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 2px;
  box-shadow: 1px 1px 11px -4px #ccc;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.p_page_size_list {
  font-size: 0;
  margin-top: 10px;
}

a.p_page_size_item {
  font-size: 12px;
  color: #fff;
  background: #28272f;
  margin-right: 6px;
  padding: 9px 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 3px;
}

a.p_page_size_item:last-child {
  margin-right: 0;
}

.p_page_size_title {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

a.p_page_size_item:hover {
  background: #fb9400;
}

.page-template-page_filter h1 span {
  border-radius: 3px;
  font-size: 12px;
  background: #efefef;
  padding: 7px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-family: 'Pt sans';
}

.same_projects_list .p_project_item {
  width: auto;
  display: block;
}

.same_projects {
  width: 100%;
}

.same_projects_list .slick-slide {
  padding: 0 10px;
}

.same_projects_list .slick-list {
  margin: 0 -10px
}

.single_table_block table {
  border-collapse: separate;
  border-spacing: 3px;
}

.single_table_block table tr {}

.single_table_block table td {
  border: 1px solid #c9c9c9;
  padding: 12px;
  font-size: 14px;
  line-height: 1.3;
}

.same_projects_title {
  background: #fff;
  border-radius: 2px;
  padding: 18px 20px;
  margin-bottom: 15px;
  /* font-weight: bold; */
  margin-top: 15px;
  font-size: 18px;
  box-shadow: 1px 1px 11px -4px #ccc;
  padding-right: 125px;
  font-weight: bold;
}

.single_map_block {
  width: 50%;
  padding-right: 45px;
}

.single_map_block_add {
  width: 50%;
}

.single_map_block_two {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 70px;
  align-items: center;
}

.same_projects_top {
  position: relative;
}

.same_projects_arrows {
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 0;
  transform: translate(0, -50%);
}

.same_projects_arrow {
  width: 42px;
  height: 38px;
  background: #f99322;
  margin: 0 4px;
  display: inline-block;
  border-radius: 0px;
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.same_projects_arrow:hover {
  background-color: #ea9116;
}

.same_projects_arrow_next {
  background-image: url(../images/next.svg);
}

.same_projects_arrow_prev {
  background-image: url(../images/back.svg);
}

.single_block_phone_phones {
  background: #f1f1f1;
  border: 1px solid #c7c7c7;
  border-radius: 30px;
  padding: 12px 13px 7px;
  text-align: right;
  padding-right: 0;
  max-width: 415px;
  text-align: center;
  position: relative;
  padding-left: 21px;
  display: inline-block;
  width: 100%;
}

.single_block_phone_phones a {
  color: #222;
  text-decoration: none;
  margin: 0px 17px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 5px;
  display: inline-block;
}

.single_block_phone_phones a:hover {
  color: #f99322;
}

.single_block_phone_phones:before {
  height: 47px;
  position: absolute;
  content: '';
  background: #44b749;
  width: 47px;
  left: -2px;
  top: -1px;
  border-radius: 50%;
  background-image: url(../images/call-answer.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: 0.2s;
}

.single_block_phone_title {
  margin-bottom: 11px;
  font-size: 16px;
  /* font-weight: bold; */
  padding-left: 0;
}

.single_block_phone {
  margin-top: 30px;
  text-align: center;
}

.single_block_phone_phones:hover:before {
  transform: rotate(22deg);
  background-color: #33a238;
}

.single_table_block table th {
  border: 1px solid #c9c9c9;
  padding: 12px;
  border-style: double;
  font-size: 14px;
  line-height: 1.3;
  background: #ffd569;
  font-weight: bold;
}

.single_table_block table a {
  color: inherit;
  text-decoration: none;
}

.single_table_block table tr:nth-child(2n) td {
  background: #ffeec6;
}

.single_table_block table tr:last-child td {
  background: #ffd471;
}

.single_table_block table td.completation--yes {
  background: url(../images/plus.svg);
  background-size: auto 55%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.single_table_block table td.completation--no {
  background: url(../images/minus.svg);
  background-size: auto 55%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.input_field.input_field_agree input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.input_field.input_field_agree {
  position: relative;
  margin-top: 24px;
}

.input_field.input_field_agree label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ec9200;
  top: 4px;
}

.input_field.input_field_agree label {
  padding-left: 35px;
  display: block;
  line-height: 1.3;
  color: #333;
}

.input_field.input_field_agree input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 12px;
  height: 6px;
  content: "";
  border-bottom: 2px solid #ec9200;
  border-left: 2px solid #ec9200;
  -webkit-transform: translate(5px, calc(-50% - 3px)) scaleX(.9) rotate(-45deg);
  transform: translate(4px, calc(-50% - 5px)) rotate(-45deg);
}

.main_footer_bottom {
  background: #131313;
  color: #a0a0a0;
  padding: 10px 0;
  font-size: 12px;
}

.main_footer_bottom .container {
  display: flex;
  justify-content: space-between;
}

.main_footer_bottom_links a {
  color: #ccc;
  margin-left: 10px;
  display: inline-block;
}

.main_footer_bottom_links a:hover {
  color: #ce8404;
  text-decoration: none;
}

.success_modalka_text {
  font-size: 17px;
  text-align: center;
  font-weight: 300;
}

.arrows_single_project_wrap_images {
  position: absolute;
  right: 2px;
  bottom: 6px;
}

.single_project_wrap_images_top {
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
}

.single_project_wrap_images_bottom img {
  max-width: 121px;
  border: 1px solid #ececec;
  height: 90px;
  object-fit: contain;
  object-position: 50%;
}

.single_project_wrap_images_bottom a {
  display: block;
  margin-right: 10px;
  font-size: 0;
}

.index_main_advantage_list_item:last-child {
  border-right: 1px solid #24242a;
}

.index_tr {
  /* background: #fff; */
}

.index_about_trigger_item:hover {
  background: #fbfbfb;
  box-shadow: 1px 1px 21px -3px #dadada;
}

.index_tr .index_about_trigger_item:before {
  display: none;
}

.index_tr .index_about_triggers {
  max-width: 1500px;
  margin: 0 auto;
  /* background: #efefef; */
}

.index_about_trigger_item:hover img {
  transform: translate(0, -15px);
}

.index_about_trigger_item:hover .index_about_trigger_item_text {
  transform: translate(0, -15px);
}

.index_view_how_item.index_view_how_item_active {
  background: #f59120;
}

a.post_item_block_link.btn_default {
  padding: 5px 15px;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
}

.p_page_wrap_contact_info_item:last-child {
  margin-bottom: 0;
}

.about_contact_info .p_page_wrap_contact_info {
  background: #f7f7f7;
  padding: 30px;
}

.p_page_wrap_text {
  line-height: 1.5;
}

.p_page_wrap_text li {
  margin-bottom: 20px;
}

.index_catalog_item {
  width: calc(33.33% - 15px);
  margin-bottom: 26px;
}

.index_catalog_wrap {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto 15px;
}

.index_catalog_item .p_project_item {
  width: 100%;
  height: 100%;
}

.index_catalog_item.index_catalog_item_big {
  width: 65.33%;
}

a.btn_default.more_btn_index_catalog {
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 11px 33px 12px;
  margin: auto;
}

.index_catalog_item.index_catalog_item_big .p_project_item_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.index_catalog_item.index_catalog_item_big .p_project_item_info_wrap_x {
  text-align: right;
}

.index_catalog_item.index_catalog_item_big .p_project_item_info_small {
  margin-top: 0;
  border: navajowhite;
}

.index_catalog_item.index_catalog_item_big .p_project_item_img_wrap {
  height: 267px;
  overflow: hidden;
}

.index_catalog_item.index_catalog_item_big img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.index_catalog_item.index_catalog_item_text_head {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.index_catalog_item_text_head_title {
  font-size: 80px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 30px;
  line-height: 1;
}

.index_catalog_item_text_head_text {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 64px;
  line-height: 0.8;
  margin-bottom: 45px;
}

a.btn_default.more_btn_index_catalog_item_ {
  font-size: 18px;
  padding: 11px 35px 12px;
}

.p_project_item_price.p_page_wrap_text_default_price {
  margin: 15px 0;
  background: #f7f7f7;
  display: flex;
  padding: 18px;
  border-radius: 3px;
}

.p_page_wrap_contact_info_item:after {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -18px;
  border-radius: 100px;
}

.p_page_wrap_contact_info_item:last-child:after {
  display: none;
}

.index_about_triggers .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
}

.two_column_index {
  padding: 50px 0px 0px;
}

.two_column_index>.container {
  display: flex;
  justify-content: space-between;
}

.two_column_index_item {
  padding: 20px 15px;
  width: 42%;
  background: #fff;
  box-shadow: 1px 1px 11px 0px #2f2f2f;
  position: relative;
  border: 4px solid #c69761;
}

.two_column_index_item h2 {
  margin-bottom: 12px;
}

.two_column_index_item_text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.45;
}

.two_column_index_item_text p {
  margin-bottom: 15px;
}

.two_column_index_item>img {
  position: absolute;
  left: -100px;
  width: 220px;
  top: 50%;
  transform: translate(0, -50%);
}

.two_column_index_item_wrap {
  padding-left: 120px;
}

img.img_index_about_t {
  width: 450px;
}

.index_about_t_wrap {
  padding-left: 25px;
  width: calc(100% - 450px);
  position: relative;
}

.index_about_t_wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 260px;
  height: 100%;
  background: #352c2f;
  z-index: -1;
  left: -370px;
  top: 0%;
}

.index_about_text p:last-child {
  margin-bottom: 0;
}

.index_about {
  padding: 25px 0 35px;
}

.header_index_banner:after {
  content: '';
  display: block;
  width: 100%;
  height: 180px;
  background: url(../images/banner_bottom.jpg);
  background-position: 50% 100%;
}

.breadcrumbs+h1 {
  margin-top: 40px;
}

.p_page_wrap_text_complectation_work ul li {
  margin-bottom: 10px;
}

.p_page_wrap_text_our_work_wrap_text {
  margin-bottom: 25px;
}

.p_page_wrap_text_our_work_wrap_text p {
  margin-bottom: 10px;
}

.p_page_wrap_text_our_work_wrap_text p:last-child {
  margin-bottom: 0;
}

.p_page_wrap_text_complectation_top h3 {
  margin: 0;
}

.p_page_wrap_text_our_work_complectation {
  margin-bottom: 25px;
}


/*------------------------*/

.p_template {
  width: 100%;
}

/*---------------404-----------------------------*/


.not_found_404 {
  margin: 20px 0 0 0;
  line-height: 1;
}

.p_page_wrap_text {
  margin: 15px 0;
}

.eror_text_404 {
  text-align: center;

}

.eror_text {
  font-size: 25px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-align: center;
}

.eror_text a {
  color: #f79334;
}

.p_project_item_img_wrap img {
  width: 280px;
  height: 200px;
  object-fit: cover;
}

.item__proekt__back__1 {
  background: url(/wp-content/uploads/2021/02/Проект-дома-из-сип-1-HH-140.jpg);
}

.item__proekt__back__2 {
  background: url(/wp-content/uploads/2021/02/Проект-дома-из-сип-1-BH-135.jpg);
}

.item__proekt__back__3 {
  background: url(/wp-content/uploads/2021/01/Проект-дома-из-сип-1-HH-163.jpg);
}

.item__proekt__back__4 {
  background: url(/wp-content/uploads/2021/01/Проект-дома-из-сип-4-HH-104.jpg);
}

.item__proekt__back__5 {
  background: url(/wp-content/uploads/2020/11/proekt-doma-iz-sip-2-sh-99.jpg);
}

.item__proekt__back__6 {
  background: url(/wp-content/uploads/2021/01/Проект-дома-из-сип-1-HH-146.jpg);
}

.item__proekt__back__7 {
  background: url(/wp-content/uploads/2019/03/GR-4-House-5.jpg);
}

.item__proekt__back__8 {
  background: url(/wp-content/uploads/2019/03/Forest-House-.jpg);
}

.item__proekt__back__9 {
  background: url(/wp-content/uploads/2019/03/dom_132.jpg);
}

.item__proekt__back__10 {
  background: url(/wp-content/uploads/2020/11/proekt-doma-iz-sip-1-sh-161.jpg);
}

.item__proekt__back__11 {
  background: url(/wp-content/uploads/2019/03/w960x640.jpg);
}

.item__proekt-1 {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 15px;
  border-radius: 8px;
}

/*
.grid_row {
	display: grid;
	grid-template-rows: 200px 200px 200px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	background: #2e282f;
	padding: 50px 100px;
	margin: 70px 0;
}*/
.grid_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1rem;
  margin: 70px 0;
  background: #2e282f;
}

.item__proekt {
  height: 200px;
}

.item__proekt:hover {
  background: #b5b5b582;
  transition: 0.5s;
  border-radius: 8px;
}

.item__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.item__title p {
  background: #f59120;
  color: black;
  padding: 3px 20px;
  font-size: 21px;
}

h2.cat__title {
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 40px;
}

.item__proekt-1 a {
  text-decoration: none;
}

.sectionItemPriceSip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1rem;
  margin: 50px 0;
}

.child-page {
  border: 2px solid #ebebeb;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.child-page a {
  color: #000;
}

.logo-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.header_main_phones {
  text-align: right;
}

.btn-header-soc {
  display: grid;
  grid-template-columns: 200px 200px;
  grid-gap: 15px;
  margin: 20px 0;
  justify-items: start;
  align-items: center;

}