

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: "Golos Text", serif;
  font-style: normal;
  background: #F8F8F8;
  color: #333;
  margin: 0;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 24px;
  max-width: 1098px;
  margin: 0 auto;
}

/*body_border*/

.body_border {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  max-width: 1190px;
  margin: 0 auto;
}

/*header*/

.header_top {
  background: #6A3B45;
  padding: 10px 0;
}

.header_top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_top_left nav ul {
  display: flex;
  margin-bottom: 0;
}

.header_top_left nav ul li {
  display: flex;
  padding: 0 26px 0 0;
}

.header_top_left nav ul li:last-child {
  padding: 0;
}

.header_top_left nav ul li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.header_top_left nav ul li a:hover {
  color: #848484;
}

.header_top_lk a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #fff;
  text-decoration: none;
}

.header_top_lk a svg {
  margin: 0 8px 0 0;
}

.header_top_lk a:hover {
  color: #848484;
}

.header_top_lk a:hover svg path {
  fill: #848484;
}

.header_top_lk_mb {
  display: none;
}

.header_bottom {
  padding: 16px 0;
  border-bottom: 1px solid #F4F4F4;
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo a {
  display: flex;
}

.header_logo a img {
  width: 200px;
}

.header_search {
  position: relative;
}

.search-wrap #btn-search {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border: 1px solid #E6D6D4;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrap #btn-search:hover {
  border: 1px solid #6A3B45;
}
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
.search::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.search::before {
  opacity: 0;
  transition: opacity 0.4s;
}
.search-cls {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border: 1px solid #E6D6D4;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1;
}

.search-cls:hover {
  border: 1px solid #6A3B45;
}
.search-cls {
  display: block;
}
.search-cls .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}
.search-frm {
  position: relative;
  transform: scale(0);
  transition: 0.9s;
  transform-origin: center top;
}
.search-frm-inner {
  padding: 0 50px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
  transform: translate3d(0, -50px, 0);
  transition: transform 0.4s;
}
.search-ip {
  border: 1px solid #6A3B45;
  font-family: inherit;
  line-height: 36px;
  display: inline-block;
  box-sizing: border-box;
  width: 639px;
  height: 36px;
  padding: 0 20px;
  text-align: left;
  color: #1D1D1D;
  opacity: 0;
  transition: opacity 0.4s;
  transition: 0.3s;
  font-size: 14px;
}

.search-frm-inner button {
  width: 100px;
  height: 36px;
  background: #6A3B45;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

.search .search--open {
  pointer-events: auto;
}
.search--open::before {
  opacity: 1;
}
.search--open .search-cls {
  opacity: 1;
}
.search--open .search-frm-inner {
  transform: translate3d(0, 0, 0);
  transition: none;
}
.search--open .search-ip {
  opacity: 1;
  transition: 0.4s;
}
.search--open .search-frm-inner::after {
  animation: UpTpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.search--open {
  pointer-events: auto;
}
.search.search--open .search-frm {
  transform: scale(1);
}
.search-cls span::before,
.search-cls span::after {
  position: absolute;
  content: "";
  background: #1D1D1D;
  width: 2px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.search-cls span::after {
  transform: translateY(-50%) rotate(-45deg);
}
@keyframes UpTpDown {
  0% {
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transform-origin: 0% 100%;
  }
  50% {
    transform: scale3d(1, 1, 1);
    transform-origin: 100% 0%;
    transition-timing-function: ease-out;
  }
  50.1% {
    transform-origin: 0% 100%;
    transition-timing-function: ease-out;
  }
  100% {
    opacity: 1;
    transform: scale3d(0, 1, 0);
    transform-origin: 100% 0%;
    transition-timing-function: ease-out;
  }
}

.header_right {
  display: flex;
  align-items: center;
}



/*BURGER*/

.mt-munu-mb {
  
}


.body-open {
  position: relative;
}



.burger {
  position: absolute;
  top: 12px;
  right: 0;
  display: none !important;
  color: #23f0ff;
  cursor: pointer;
  z-index: 12;
  display: flex;
}
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  margin: -8px -8px 0 0;
  display: none;
}
.burger.burger-open {
  color: #2a3255;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {

  display: block;
}

.burger.burger-open i:nth-of-type(2) svg {
  width: 36px;
  height: 36px;
}

.body-open:before {
  z-index: 2;
  position: absolute;
  content: '';
  top: 115px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(22, 22, 22, 0.7);
}

.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 115px;
  z-index: 11;
  right: 0;
  background: #6A3B45;
  width: 100%;
  height: auto;
  padding: 20px 16px 20px 16px;
  max-width: 100%;
  transition: 0.5s ease all;
  clip-path: circle(200%);
  box-shadow: 0px 2px 17px 0px #00000029;
}


.mt-mobile.nav-open {
  clip-path: circle(0 at 100% 0);
  z-index: -1;
}

.burger i svg {

}

.burger_nav ul li {
  display: flex;
  padding: 0 0 15px 0;
}

.burger_nav ul li:last-child {
  padding: 0;
}

.burger_nav ul li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #fff;
  display: inline-block;
}

.burger_nav ul li a:hover {
  color: #848484;
}

.header_top_lk_burger {
  padding: 30px 0 0 0;
}

.header_top_lk_burger a {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  width: 100%;
  height: 45px;
}

/*one*/

.one {
  padding: 30px 0 0 0;
}

.one_border {
  border: 1px solid #E6D6D4;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.one_border_text {
  padding: 0 20px 0 0;
}

.one_border_text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.one_border_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #848484;
  margin-top: 4px;
}

.one_border_button button {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #6A3B45;
  width: 115px;
  height: 41px;
  border: 1px solid #6A3B45;
}

.one_border_button button:hover {
  background: #6A3B45;
  color: #fff;
}

.one_link a {
  position: relative;
  display: flex;
  height: 247px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.one_link a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  z-index: 1;
}

.one_link a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.one_link a div {
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 0;
  padding: 0 16px;
  z-index: 2;
}

.one_link a div p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #6A3B45;
  display: inline-block;
  padding: 2px 6px;
  background: #fff;
}

.one_link a div h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  color: #fff;
  margin-top: 4px;
}

.one_link a:hover img {
  transform: scale(1.2);
}

.one_slayder {
  margin: 30px -15px 0 -15px;
}

/*two*/

.two {
  padding: 66px 0 0 0;
}

.title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
}

.two_wrap {
  display: flex;
}

.two_block {
  width: 63%;
  margin: 0 50px 0 0;
}

.two_block:last-child {
  margin: 0;
  width: 37%;
}

.two_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.global_link {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  color: #6A3B45;
}

.global_link:hover {
  text-decoration: none;
}

.two_inner {
  display: flex;
  padding: 30px 0 0 0;
}

.two_inner_block {
  width: 50%;
  margin: 0 30px 0 0;
}

.two_inner_block:last-child {
  margin: 0;
}

.two_inner_link a {
  display: block;
}

.two_inner_link a:hover img {
  transform: scale(1.2);
}

.two_inner_link a:hover h3 {
  color: #6A3B45;
}

.two_inner_link_img {
  height: 247px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two_inner_link a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.two_inner_link a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #848484;
  display: block;
  margin-top: 12px;
}

.two_inner_link a h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  color: #333;
  margin-top: 10px;
}

.two_inner_link a p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #1D1D1D;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.two_opros {
  padding: 30px 0 0 0;
}


.checkbox-main_opros {
  align-items: center;
  display: flex;
  padding: 12px 16px 12px 16px;
  position: relative;
  cursor: pointer;
}

.checkbox-main_opros .checkbox {
  margin: 0 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #B4BACF;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  box-sizing: border-box;
  position: relative;
  min-width: 14px;
  min-height: 14px;
}

.checkbox-main_opros .checkbox_border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #E6D6D4;
}

.checkbox-main_opros input[type="checkbox"],
.checkbox-main_opros input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main_opros input[type="checkbox"]:checked ~ .checkbox,
.checkbox-main_opros input[type="radio"]:checked ~ .checkbox {
  border: 1px solid #6A3B45;
  box-sizing: border-box;
}

.checkbox-main_opros input[type="checkbox"]:checked ~ .checkbox:before,
.checkbox-main_opros input[type="radio"]:checked ~ .checkbox:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #6A3B45;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.checkbox-main_opros input[type="checkbox"]:checked ~ .checkbox_border,
.checkbox-main_opros input[type="radio"]:checked ~ .checkbox_border {
  border: 1px solid #6A3B45;
}

.checkbox-main_opros b {
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.two_form {
  padding: 16px 0 0 0;
}

.two_form ul li {
  padding: 0 0 10px 0;
}

.two_form ul li:last-child {
  padding: 0;
}

.two_form button {
  margin-top: 16px;
  width: 100%;
  height: 41px;
  background: #6A3B45;
  border: 1px solid #6A3B45;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #fff;
}

.two_form button:hover {
  background: none;
  color: #6A3B45;
}

.two_form_link {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: center;
}

.two_form_link a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #6A3B45;
  display: inline-block;
}

.two_form_link a:hover {
  text-decoration: underline;
}


.two_opros p {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
}

.two_form {
  padding: 16px 0 0 0;
}

.link_mobile {
  display: none;
}

.global_link_mobile {
  font-size: 14px;
  font-weight: 550;
  line-height: 16.8px;
  color: #6A3B45;
  border: 1px solid #6A3B45;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.global_link_mobile:hover {
  background: #6A3B45;
  color: #fff;
}

/*three*/

.three {
  padding: 30px 0 0 0;
}

.three_inner {
  padding: 30px 0 0 0;
}

.three_block {
  padding: 15px 0;
  border-top: 1px solid #FAFAFA;
}

.three_block:first-child {
  border-top: none;
}

.three_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three_top p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #6A3B45;
}

.three_top span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #848484;
  white-space: nowrap;
}

.three_block a {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline-block;
  color: #333;
  text-decoration: none;
}


.three_block a:hover {
  color: #6A3B45;
}

.three_block h4 {
  margin-top: 10px;
  font-family: "Inter", serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
}

.three_block h4 span {
  color: #848484;
}

.three_link {
  padding: 30px 0 0 0;
}

.three_flex {
  padding: 30px 0 0 0;
}

.three_flex_block {
  padding: 12px 0;
  border-bottom: 1px solid #FAFAFA;
}

.three_flex_block:last-child {
  border-bottom: none;
}

.three_flex_block a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #1D1D1D;
}

.three_flex_block a:hover {
  color: #6A3B45;
}

.three_flex_wrap {
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three_flex_wrap p {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  color: #848484;
}

.link_mobile_pd2 {
  padding: 16px 0 0 0;
}


.adadawdawdawd {
  padding: 200px 0 0 0;
}


.yandex_reklama {
  padding: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.yandex_reklama2 {
  padding: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}


.katalog_uslug {
  margin: 0 0 16px 0;
}

.katalog_uslug h2 {
  color: #1D1D1D;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}


.cu_wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0 -7px;
}

.cu_block {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
}

.cu_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0.0625rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.06),
    0rem -0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.03);
  padding: 68px 0 68px 0;
}

.cu_title {
  margin-top: 20px;
}



.work {
  margin: 0 0 16px 0;
}

.work h2 {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}


.work_wrap {
  display: flex;
  flex-wrap: wrap;
  margin:0 -6px;
}

.work_block {
  width: 33.3333333333%;
  padding: 0 6px;
  margin:  0 0 11px 0;
}

.work_inner {
  box-shadow: 0.0625rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.06),
    0rem -0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.03);
  padding: 15px 12px 5px 12px;
}


.work_hour {
  color: #6A3B45;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}

.work_title {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5em;
  height: 35px;
}

.work_media_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.work_media_title {
  color: #848484;
  font-size: 12px;
  font-style: italic;
}

.work_media_body {
  color: #1D1D1D;
  font-size: 12px;
  font-weight: 500;
  
}

.work_still {
  text-align: right;
  margin-top: 5px;
}

.work_still a {
  color: #6A3B45;
  font-size: 12px;
  font-weight: 500;
}

.work_still a:hover {
  text-decoration: underline;
}




/*Tabs*/

ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-right:1px solid #E3E3E3;
  height: 30px;
  display: flex;
  align-items: center;
  max-width: 405px;
}
ul.tabs li{
  background: none;
  color: #1D1D1D;
  display: flex;
  justify-content: center;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #E3E3E3;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  padding: 0px 0px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 30px;
  line-height: 12px;
}

ul.tabs li.current{
  /*background: #ffffff;*/
  position: relative;
  color: #6A3B45;

}

ul.tabs li.current:before {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  color: #6A3B45;
  content: '';
}

.tab-content{
  display: none;
  padding: 16px 0 0 0;
}

.tab-content.current{
  display: inherit;
}



.partner {
  margin: 0 0 16px 0;
}

.partner h2 {
  color: #1D1D1D;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
}



.yandex_reklama_mobile {
  padding: 38px 0 38px 0;
  text-align: center;
  background: #E3DA1B;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}


.two_inner_link a,
.work a,
.katalog_uslug a {
  text-decoration: none;
}

.work_title a {
  color: #333;
}


.one_border {
  border: none;
  background: rgb(106, 59, 69);
  color: #eee;
  border-radius: 5px;
}

.one_border_text p {
  color: #bbb;
}

.one_border_button button{
    color: #eee;
    border: 1px solid #eee;
}
