@charset "UTF-8";
@import url("../css/reset.css");
@import url("../css/fonts.css");
/* Slider */
@import url("../css/drager.css");
@import url("../css/magnific-popup.css");
@import url("../css/slick.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url("../img/prev.png") no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url("../img/next.png") no-repeat;
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  padding-right: 45px;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #D9D9D9;
  opacity: 0.3;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #FF0000;
  opacity: 1;
  border: 1px solid #FF0000;
  height: 13px;
  width: 13px;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  background: url(/img/main-bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  font-family: "GilroyRegular";
  line-height: 1.16;
  color: #fff;
  overflow-x: hidden;
}

main {
  max-width: 1920px;
  margin: 0 auto;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  font-family: "MontserratBold";
  color: #000;
  text-align: center;
  margin-bottom: 55px;
}

.container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

.top_line {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin-bottom: 38px;
}

.top_line_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo_mobile {
  display: none;
}
.top_line_contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_line_phones a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: block;
}

.top_line_phones a:last-child {
  margin-top: 22px;
}

.top_line_adress {
  padding-left: 67px;
  font-size: 20px;
  font-weight: 400;
}

header {
  background: linear-gradient(0deg, rgba(54, 23, 0, 0.1) 33%, rgb(54, 23, 0) 100%), url(/img/header-bg.jpg);
  border-radius: 20px 20px 0 0;
  max-width: 1180px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  margin: 0 auto;
  padding-bottom: 100px;
}

section {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 36px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

img {
  display: block;
  box-sizing: border-box;
}

.mob-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 6;
  display: none;
}

.header__mob_menu {
  width: 460px;
  background-color: #361700;
  background-image: url(/img/logo_mob_menu.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
  box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);
  position: fixed;
  border-radius: 0 0 10px 10px;
  top: 0;
  right: 0;
  padding: 88px 0 20px 0;
  z-index: 7;
  display: none;
}

img.close_cross {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

ul.mob-menu li {
  text-align: right;
}

ul.mob-menu li a {
  color: #fff;
  font-size: 20px;
  padding: 17px 0;
  padding-right: 35px;
  display: block;
}

ul.mob-menu li a:hover {
  background-color: #FFF500;
  font-weight: 800;
  color: #361700;
}

.header__mob_menu {
  display: none;
}

.burger {
  display: none;
}

.header__top_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  margin-bottom: 50px;
}

.header__menu__logo {
  display: flex;
  align-items: center;
  width: 25%;
}

.header__menu__logo img {
  width: 100%;
}

.header__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu .nav__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__menu .nav__menu li {
  list-style: none;
  font-weight: 400;
  width: 16.67%;
  transition: 0.5s;
  text-align: center;
  padding: 15px 0;
}

.header__menu .nav__menu li:first-child {
  border-radius: 20px 0 0 0;
}

.header__menu .nav__menu li:last-child {
  border-radius: 0 20px 0 0;
}

.header__menu .nav__menu__link {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.header__menu .nav__menu li:hover {
  background-color: #FFF500;
  font-weight: 700;
}

header h1 {
  font-size: 54px;
  padding-top: 98px;
  font-weight: 700;
  text-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

section.about {
  background-color: #FFF500;
  background-image: url(/img/bg-about.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 327px;
  color: #fff;
  padding-top: 0;
  background-position-x: right;
}

.about__content {
  padding: 20px 0;
  height: 100%;
  flex-wrap: wrap;
}

.about__content h3 {
  font-size: 28px;
}

.about__content h3 span {
  font-family: "GilroyBlack";
}

.about__content .text {
  width: 100%;
  margin-top: 195px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about__content .text a {
  color: #000;
  font-size: 24px;
  font-family: "GilroyBold";
  font-weight: 700;
  text-align: right;
  transform: translate(47px, 0);
}

section.works {
  padding-top: 55px;
}

.works__wrap {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.works__tabs {
  width: calc(100% + 120px);
  transform: translate(-60px, 0);
  margin-bottom: 61px;
  display: flex;
  background-color: #fff;
}

.works__tabs a {
  display: block;
  width: 16.67%;
  padding: 15px 0;
  height: 58px;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  font-size: 14px;
  border: 1px solid #fff;
}

.works__tabs a.active {
  background: #FFF500;
  font-weight: 700;
  border: 1px solid #FFF500;
}

.works__tabs a.active span {
  font-weight: 700;
}

.works__tabs a:hover {
  border: 1px solid #FFFB8F;
  background-color: #FFFB8F;
  font-weight: 700;
}

.works__list {
  display: none;
  width: 100%;
}

.works__list.active {
  display: block;
}

.works__item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 34px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

.works__item__img {
  width: 100%;
}

.works__item__img img {
  width: 100%;
}

.work__item__top {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  background-color: #FFFB8F;
  border-radius: 10px 10px 0 0;
}

.work__item__top h4 {
  font-size: 20px;
  font-weight: 700;
}

.work__item__center {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}

.work__item__line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

h4.work__item__price {
  font-size: 30px;
  font-weight: 900;
  font-family: "GilroyBold";
  text-align: center;
  padding: 10px 0 18px 0;
}

.work__item__button {
  width: 100%;
  display: flex;
  align-items: center;
}
.catalog_bottom {
  font-size: 18px;

}
.catalog_bottom a {
  color: #000;
  font-weight: 700;
}
a.btn {
  padding: 10px 20px;
  background: #A7FD51;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  transition: 0.5s;
  color: #000;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  margin: 0 auto;
}

a.btn:hover {
  background: #FFF500;
}

.work__item__line p {
  font-size: 18px;
}

.work__item__line p span {
  font-weight: 700;
  font-size: 18px;
}

.work__item__bottom {
  width: 100%;
  display: flex;
  align-items: center;
}

.work__item__bottom a {
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  font-family: "GilroyBold";
  font-size: 14px;
  color: #727272;
  padding: 14px 0;
}

.work__item__notes {
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255)60%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 0 0 5px 5px;
  height: 100%;
  width: 100%;
  display: none;
}

.work__item__notes.active {
  display: flex;
  opacity: 0;
  animation: ani 0.5s forwards;
}

@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.work__item__notes h5 {
  width: 100%;
  display: block;
  font-size: 18px;
  text-align: left;
  padding: 0 20px;
}

.work__item__notes a {
  display: block;
  width: 100%;
  text-align: center;
  color: #727272;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  font-family: "GilroyBold";
  padding: 14px 0;
}

.materials__wrap {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.materials__item {
  width: calc(50% - 30px);
  margin: 0 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 34px;
  border-radius: 10px;
  background-color: rgba(54, 23, 0, 0.2);
  box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 230px;
}

.materials__item.color {
  width: calc(33.33% - 30px);
}

.materials__item__top {
  width: 100%;
  background-color: #fff;
}

.materials__item__top h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  padding-left: 15px;
}

.materials__item__text {
  padding: 15px;
  width: 60%;
}

.materials__item__text.noactive {
  display: none;
}

.materials__item__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #DDDDDD;
  color: #000;
  font-size: 22.5px;
  font-family: "GilroyBlack";
  font-weight: 900;
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  display: block;
}

.materials__item__icon.noactive {
  display: none;
}

.materials__item__img {
  height: 100%;
  position: absolute;
  right: 0;
}

.materials__item__img img {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  width: 100%;
}

.materials__item__top {
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

.materials__item__notes {
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 10px 0 10px;
  height: 167px;
  width: 75%;
  display: none;
}

.materials__item__notes.active {
  display: flex;
  opacity: 0;
  animation: ani 0.5s forwards;
}

.materials__item__notes h5 {
  width: 100%;
  display: block;
  font-size: 12px;
  text-align: left;
  padding: 20px;
  color: #fff;
}

.consultation__button {
  width: 100%;
  display: flex;
  align-items: center;
}

.consultation__button a {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background: #FFF500;
  font-family: "MontserratBold";
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  transition: 0.5s;
  color: #000;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.consultation__button a:hover {
  background: #FFFB8F;
}

section.company {
  padding-top: 55px;
}

.company_logo_img {
  margin-bottom: 20px;
}

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

.company_notes {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
}

.company_notes h4 {
  font-size: 18px;
  margin-bottom: 25px;
}

.company_notes h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.company__wrap {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.company__item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 34px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 495px;
}

.company__item__img {
  width: 100%;
}

.company__item__img img {
  width: 100%;
}

.company__item__wrap {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  padding-top: 316px;
  transition: 0.5s;
}

.company__item__wrap h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.company__item__wrap.active {
  padding-top: 36px;
  transition: 0.5s;
}

.company__item__wrap.down {
  padding-top: 316px;
}

.company__item__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 26px;
}

.company__item__close {
  width: 100%;
  display: none;
  align-items: center;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 26px;
}

.company__item__bottom.noactive {
  display: none;
}

.company__item__close.active {
  display: flex;
}

.company__item__bottom img, .company__item__close img {
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.company__item__notes {
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  color: #fff;
  height: 100%;
  display: none;
}

.company__item__notes.active {
  display: flex;
  opacity: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 53%, rgba(0, 0, 0, 0.4) 85%);
  animation: ani 0.5s forwards;
}

.company__item__notes h5 {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  padding: 80px 10px 60px 10px;
}

#service-1 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-1.jpg);
}

#service-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-2.jpg);
}

#service-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-3.jpg);
}

#service-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-6.jpg);
}

#service-5 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-5.jpg);
}

#service-6 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0) 70%), url(/img/service-4.jpg);
}

section.design h3 {
  text-align: center;
  font-size: 22px;
  padding: 0 50px 20px 50px;
  margin-bottom: 25px;
}

section.design h4 {
  text-align: center;
  font-size: 18px;
  padding: 0 50px 20px 50px;
}

section.design h4 span {
  font-weight: bold;
}

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

.done__wrap__left {
  width: calc(50% - 12px);
}

.done__wrap__right {
  width: calc(50% - 12px);
}

.done__wrap img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 17px;
}

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

.done__two__img_item {
  width: calc(50% - 8px);
}

.questions-form {
	width: 50%;
  margin: 20px auto;
	
}

.questions-form input {
  display: block;
  width: 100%;
  text-align: center;
  height: 62px;
	-webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  margin-bottom: 25px;
  margin-top: 0px;  
  color: #000;
  font-size: 32px;
}

.questions-form input::-webkit-input-placeholder {
  font-size: 32px;
  color: rgba(24, 24, 24, 0.56);
}

.questions-form input::-moz-placeholder {
  font-size: 32px;
  color: rgba(24, 24, 24, 0.56);
}

.questions-form input:-ms-input-placeholder {
  font-size: 32px;
  color: rgba(24, 24, 24, 0.56);
}

.questions-form input::placeholder {
  font-size: 32px;
  color: rgba(24, 24, 24, 0.56);
}

.questions-form button {
  width: 100%;
  padding: 15px 0;
  background: #A3CD39;
  text-transform: uppercase;
  outline: none;
  border: none;
  font-size: 32px;
  line-height: 130%;
		-webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  overflow-x: hidden;
  display: block;
  text-decoration: none;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  margin: 10px auto;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.questions-form button:hover {
  background: #FFF500;	
}

.questions-form p.notes {
  padding: 10px 0;
  text-align: center;  
}

.questions-form .bottom p, .questions-form .bottom a {
  color: #000;
  font-size: 12px;
  line-height: 16px;  
  text-align: center;
  width: 90%;
}

.questions-form .bottom label::before {
  background: #A3CD39;
}

.questions-form .bottom {
  position: relative;
}


.questions-form .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  width: 100%;
  margin-top: 22px;  
    -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.questions-form .bottom {
  width: 90%;
  margin: 0 auto;  
}

.questions-form .bottom input[type=checkbox] {
  opacity: 0;
}

.questions-form .bottom label::before {
 content: "";
 display: inline-block;
 height: 16px;
 width: 16px;
 border: 1px solid #fff; 
}

.questions-form .bottom label::after {
 content: "";
 display: inline-block;
 height: 6px;
 width: 9px;
 border-left: 2px solid;
 border-bottom: 2px solid;
 transform: rotate(-55deg);
 cursor: pointer;
}

.questions-form .bottom label {
 position: relative;
}

.questions-form .bottom label::before,
.questions-form .bottom label::after {
 position: absolute;
}

/*Внешний блок*/
.questions-form .bottom label::before {
 top: -10px;
 left: -36px;
}

/*Галка*/
.questions-form .bottom label::after {
 left: -33px;
 top: -7px;
}

/*Прячем галку по умолчанию*/
.questions-form .bottom input[type="checkbox"] + label::after {
 content: none;
}

/*Показываем галку по состоянию checked*/
.questions-form .bottom input[type="checkbox"]:checked + label::after {
 content: "";
}

/*Добавляем фокус к внешнему блоку поддельного чекбокса*/
.questions-form .bottom input[type="checkbox"]:focus + label::before {
 outline: rgb(138, 52, 52) auto 5px;
}


.questions-form .bottom input {
  align-items: center;
  user-select: none;
  width: 1%;
  margin-bottom: 0;
}

.questions-form .bottom label::after {
  color: #fff;	
} 

section.contacts {
  border-radius: 0 0 20px 20px;
  margin-bottom: 124px;
}

.contacts__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contacts__item {
  cursor: pointer;
}

.contacts__item h4 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
}

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

footer {
  background: #171717;
}

.footer .footer_line {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.footer__menu__logo img {
  width: 406px;
}

.footer-social {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.footer-social a {
  margin-right: 20px;
}

.footer-social img {
  width: 50px;
}

.footer .footer-copyright {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A1A1A1;
}

.footer .footer_line a.policy {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #A1A1A1;
  text-decoration: none;
}

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

.footer_item p, .footer_item a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px;
}

.footer_adress p {
  font-weight: 400;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_item.mail {
  display: flex;
  align-items: flex-end;
}

.yButtonBackground {
  background-color: #FF0000 !important;
}

.yButtonWave {
  border-color: #FF0000 !important;
  color: #FF0000 !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-image: linear-gradient(0deg, rgba(54, 23, 0, 0.4) 33%, rgb(54, 23, 0) 100%), url(/img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);
  width: 389px;
  padding: 34px 34px 0 34px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  display: none;
}

.modal .modal-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  cursor: pointer;
}

.modalClose {
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal .close img {
  transition: 0.5s;
}

.modal .close:hover img {
  transform: rotate(-90deg);
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal-item {
  margin-bottom: 15px;
  margin-top: 25px;
}

.modal-item:last-child {
  margin-bottom: 0;
}

.modal-item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.modal-item a {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.modal-form {
  margin-bottom: 20px;
}

.modal-form p {
  text-align: center;
}

.modal-item a span {
  color: #fff;
}


.modal-form input {
  display: block;
  width: 100%;
  text-align: center;
  height: 44px;
  border-radius: 10px;
  border: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  margin-top: 0px;
  color: #000;
  font-size: 16px;
}

.modal-form input::-moz-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form input::placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form button {
  width: 100%;
  padding: 15px 0;
  background: #A3CD39;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  overflow-x: hidden;
  display: block;
  text-decoration: none;
  margin: 10px auto;
  transition: 0.2s;
}

.modal-form button:hover {
  background: #FFF500;
}

.modal-form p.notes {
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}

.modal-form .bottom p, .modal-form .bottom a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  width: 90%;
}

.modal-form .bottom label::before {
  background: #A3CD39;
}

.bottom {
  position: relative;
}

.bottom {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  margin-top: 22px;
  align-items: center;
  justify-content: center;
}

.bottom {
  width: 90%;
  margin: 0 auto;
}

.bottom input[type=checkbox] {
  opacity: 0;
}

.bottom label::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
}

.bottom label::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-55deg);
  cursor: pointer;
}

.bottom label {
  position: relative;
}

.bottom label::before,
.bottom label::after {
  position: absolute;
}

/*Внешний блок*/
.bottom label::before {
  top: -10px;
  left: -36px;
}

/*Галка*/
.bottom label::after {
  left: -33px;
  top: -7px;
}

/*Прячем галку по умолчанию*/
.bottom input[type=checkbox] + label::after {
  content: none;
}

/*Показываем галку по состоянию checked*/
.bottom input[type=checkbox]:checked + label::after {
  content: "";
}

/*Добавляем фокус к внешнему блоку поддельного чекбокса*/
.bottom input[type=checkbox]:focus + label::before {
  outline: rgb(138, 52, 52) auto 5px;
}

.bottom input {
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1%;
  margin-bottom: 0;
}

.bottom label::after {
  color: #fff;
}

.modal-form .bottom input {
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1%;
  margin-bottom: 0;
}

section.thanks-section {
  padding: 160px 0;
  margin-bottom: 38px;
  transform: translateY(-150px);
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, rgba(189, 183, 178, 0.5) 50%, rgb(54, 23, 0) 100%), url(/img/header-bg.jpg);

}

section.thanks-section p {
  margin-top: 15px;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}

.to-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.to-main a {
  min-width: 255px;
  padding: 18px 59px;
  background: #A7FD51;
	border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #000;
  text-decoration: uppercase;
	margin: 0 auto;
  margin-top: 45px;
}

.to-main a:hover {
  background: #FFF500;
}

section.policy-section {
  padding: 50px 45px 120px 45px;
  margin-bottom: 38px;
  border-radius: 0 0 20px 20px;
}

section.policy-section h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 40px;
  line-height: 1.2;
}

section.policy-section h4 {
  font-size: 21px;
  margin-bottom: 20px;
}

section.policy-section p {
  font-size: 18px;
  margin-bottom: 20px;
}

section.policy-section ul {
  margin-bottom: 20px;
}

section.policy-section ul li {
  font-size: 18px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}

section.policy-section ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 11px;
  background: url(../img/text1-ul-before.png) no-repeat;
  background-size: cover;
  background-position: center;
}

section.policy-section ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1300px) {
  .container {
    width: 1022px;
    padding: 0 20px;
  }
  .about__content .text a {
    transform: translate(85px, 0);
  }
}

@media (max-width: 1195px) {
  section {
    width: 100%;
  }

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

  .about__content .text a {
    transform: translate(0, 0);
  }

  .works__tabs {
    width: calc(100% + 40px);
    transform: translate(-20px, 0);
  }

  .company__item__notes h5 {
    font-size: 12px;
    line-height: 14px;
  }
}


@media (max-width: 1050px) {
  .container {
    width: 100%;
    position: relative;
  }
  .header__menu__logo {
    width: 20%;
  }
  h2 {
    font-size: 42px;
  }
  .header-bottom p {
    font-size: 30px;
  }
  .works__item {
    width: calc(33.33% - 14px);
    margin: 0 7px;
    margin-bottom: 16px;
  }

  .work__item__notes h5 {
    font-size: 16px;
  }

  .materials__item__text {
    font-size: 14px;
    line-height: 16px;
  }

  .materials__item__text {
    width: 55%;
    padding: 10px 10px;
  }

  .materials__item__notes h5 {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left;
    padding: 11px;
    color: #fff;
  }

  .footer_item p, .footer_item a {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .container {
    padding: 0 15px;
  }
  header {
    padding-bottom: 80px;
  }
  .header__menu .nav__menu {
    display: none;
  }
  .header-offer-item h5 {
    font-size: 16px;
    line-height: 26px;
  }
  header h3 {
    font-size: 42px;
    line-height: 48px;
  }
  header h1 {
    padding-bottom: 0;
    padding-top: 200px;
    font-size: 50px;
  }
  .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 11px;
    z-index: 150;
  }
  .burger .line {
    width: 40px;
    height: 4px;
    border-radius: 5px;
    margin-bottom: 8px;
    background: #fff;
    transition: 0.5s;
  }
  .burger .line:last-child {
    margin-bottom: 0;
  }
  .burger.active .line {
    background: #fff;
  }
  .burger.active .line:nth-child(2) {
    opacity: 0;
  }
  .burger.active .line:first-child {
    transform: rotate(-45deg) translate(-8px, 9px);
  }
  .burger.active .line:last-child {
    transform: rotate(45deg) translate(-8px, -8px);
  }
  .header__menu__logo {
    width: 80%;
  }
  .header__menu {
    width: 20%;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .about__content h3 {
    font-size: 24px;
  }

  .about__content .text a {
    font-size: 22px;
  }

  .footer-social a:last-child {
    margin-left: 9px;
  }
  .footer-social {
    padding: 0 10px;
  }
  .materials__item__text {
    width: 75%;
    padding: 10px 10px;
    z-index: 10;
  }
  .work__item__top h4 {
    font-size: 18px;
  }
  .work__item__notes h5 {
    font-size: 14px;
    padding: 0 10px;
    line-height: 16px;
  }
  .work__item__top {
    display: flex;
    align-items: center;
    justify-content: center;	
    min-height: 75px;
    padding: 10px 0;
  }
  section.thanks-section {
    transform: translateY(-64px);
  }
}

@media (max-width: 768px) {

  header {
    padding-bottom: 10px;
  }
  .top_line_adress {
    display: none;
  }
  .top_line_phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;	
    gap: 20px;
  }
  .top_line {
    margin-bottom: 0;
    background-color: #fff;
  }
  .top_line_wrap {
    justify-content: space-between;
    padding-right: 80px;

  }
  .top_line_phones a:last-child {
    margin-top: 0;
  }
  #logo {
    display: none;
  }
  #logo_mobile {
    display: block;
  }
  .burger .line {
    background: #361700;
  }
  .top_line_phones a {
    color: #361700;
  }
  #header_logo {
    width: 100%;
  }
  header h1 {
    padding-bottom: 35px;
    font-size: 29px;
    line-height: 35px;
    padding-top: 300px;
    text-shadow:  rgba(0, 0, 0, 0.3) 5px 7px 8px;
    text-align: center;
  }
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  section.about {
    background-position-x: 30%;
  }
  .about__content h3 {
    font-size: 16px;
    width: 100%;
  }
  .about__content .text {
    width: 100%;
    margin-top: 185px;
  }
  .about__content .text a {
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
    background-color: #FFF500;
    text-align: center;
    position: absolute;
    margin-left: -15px;
    bottom: -47px;
  }
  .materials__item {
    width: 100%;
  }
  .materials__item__text {
    width: 55%;
    padding: 10px 10px;
    z-index: 10;
  }
  .works__item {
    width: calc(50% - 14px);
  }
  .company__item__wrap h4 {
    font-size: 18px;
  }
  .company__item {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 16px;
  }
  .company__item__wrap.down {
    padding-top: 381px;
  }
  .company__item__wrap {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    padding-top: 373px;
  }
  .done__wrap {
    flex-wrap: wrap;
  }
  .done__wrap__left {
    width: 100%;
  }
  .done__wrap__right {
    width: 100%;
  }
  .consultation__button a {
    font-size: 24px;
    width: 100%;
    padding: 15px 0;
  }
  .questions-form {
    width: 80%;
    margin: 20px auto;
  }
  .questions-form input {
    font-size: 18px;
    height: 50px;
    margin-bottom: 15px;
  }
  .questions-form input::-webkit-input-placeholder {
    font-size: 18px;
  }
  
  .questions-form input::-moz-placeholder {
    font-size: 18px;
  }
  
  .questions-form input:-ms-input-placeholder {
    font-size: 18px;
  }
  
  .questions-form input::placeholder {
    font-size: 18px;
  }

  .questions-form button {
    font-size: 18px;
    min-height: 50px;
  }
  .work__item__top {
    height: 82px;
  }
  .work__item__top h4 {
    font-size: 20px;
  }
  .work__item__notes h5 {
    line-height: 18px;
  }
  .footer__btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .footer_item {
    justify-content: center;
    align-items: center;
    display: flex;   
  }
  .footer_line {
    flex-direction: column;
    text-align: center;
  }
  .footer__menu__logo {
    margin-bottom: 35px;

  }
  .footer-contacts {
    text-align: center;
  }
  .footer_adress {
    margin-top: 25px;
  }
  .footer-social {
    margin-bottom: 15px;
    position: absolute;
    top: -110px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;	
  }
  section.policy-section {
    padding: 50px 45px 60px 45px;
    transform: translateY(-62px);
    margin-bottom: 118px;
  }
}

@media (max-width: 576px) {
  .top_line_phones a {
    font-size: 16px;
  }
  .header__top_line {
    margin-bottom: 11px;
  }
  header h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .header-order {
    width: 100%;
    flex-direction: column;
  }
  .header__btn {
    order: 1;
  }
  .header-round {
    order: 0;
    margin-left: 0px;
    margin-bottom: 45px;
    margin-top: 28px;
  }
  .header-offer {
    margin-top: 34px;
  }
  header {
    background-position: 60%;
    border-radius: 0;
    padding-top: 40px;
  }
  .header-bottom {
    margin-top: 35px;
    padding: 18px 0;
  }
  .header-bottom p {
    font-size: 24px;
  }
  header h1 {
    padding-bottom: 10px;
    padding-top: 186px;
  }
  .works__tabs {
    margin-bottom: 39px;
  }
  .works__tabs a {
    font-size: 12px;
  }
  .work__item__notes h5 {
    font-size: 14px;
    line-height: 15px;
    padding: 0 10px;
  }
  .work__item__top h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .about__content .text p {
    line-height: 24px;
  }
  h4.work__item__price {
    font-size: 24px;
  }
  a.btn {
    font-size: 16px;
  }
  .questions-form {
    width: 100%;
    margin: 20px auto;
  }
  .materials__item__text {
    font-size: 13.5px;
    line-height: 15px;
  }
  section.design h3, section.design h4 {
    padding: 0 10px 20px 10px;
  }
  .contacts__item h4 {
    font-size: 18px;
  }
  .contacts__item img {
    max-width: 100px;
  }
  .footer__menu__logo img {
    width: 80%;
    margin: 20px auto;
  }
  .footer .footer-copyright, .footer .footer_line a.policy {
    font-size: 14px;
  }
  section.policy-section h1 {
    font-size: 28px;
  }
  section.policy-section {
    padding: 50px 15px 60px 15px;
  }

}
@media (max-width: 480px) {
  .container {
    width: auto;
    padding: 0 15px;
  }
  section {
    padding-bottom: 11px;
  }
  header h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .header-offer {
    margin-left: 0px;
  }
  .top_line_phones a {
    font-size: 20px;
  }
  #top-line-btn {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .works__item {
    width: 100%;
  }
  .company__item {
    width: 90%;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .works__tabs a {
    font-size: 10px;
  }
  section.works {
    padding-top: 32px;
  }
  .work__item__top h4 {
    font-size: 20px;
  }
  .materials__item__text {
    width: 75%;
    font-weight: 600;
  }
  .materials__item__notes {
    width: 95%;
  }
  .company_logo_img img {
    width: 100%;
  }
  .company_notes h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .company_notes h4 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .contacts__item.inform p {
    font-size: 12px;
  }
  .footer-social img {
    width: 40px;
  }
}

@media (max-width: 390px) {
  .header__menu {
    padding: 0;
  }

  header h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .header__mob_menu {
    width: 291px;
  }
  .header-offer-item h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .header-bottom p {
    font-size: 19px;
  }
  .about__content .text p, .masters-title-item p,
  .reviews__item .review-text p, .service-title-item p {
    line-height: 20px;
    font-size: 14px;
  }
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .about__content .text {
    width: 100%;
    margin-top: 147px;
  }
  .works__tabs a {
    font-size: 8px;
  }

 .materials__item__notes h5 {
  font-size: 10px;
  line-height: 12px;
  }

  .materials__item__text {
    width: 85%;
    font-weight: 600;
  }
  section.design h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  section.design h4 {
    text-align: center;
    font-size: 16px;
  }
  .footer_item p, .footer_item a {
    font-size: 16px;
  }
  .contacts__item img {
    max-width: 64px;
  }
  section.policy-section h1 {
    font-size: 22px;
  }
}  


/*# sourceMappingURL=style.css.map */