html, body{
  overflow-x: hidden;
}

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

header {
  background: #EFF0F2;
}

.first-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  padding-left: 245px;
  position: relative;
  z-index: 1;
}

.logo {
  width: 204px;
}

.nav-about-company {
  width: 615px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 60px;
}

.adress-company {
  display: flex;
  align-items: center;
  width: 195px;
  justify-content: space-between;
}

.nav-about-company-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FBA821;
}

.adres-company-text {
  width: 135px;
}

.adres-company-text p {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}

.adres-company-text a {
  font-size: 10px;
  line-height: 15px;
  color: #8F8F8F;
  border-bottom: 0.5px dashed #8f8f8f;
  display: inline-block;
}

.adres-company-text a.phone {
  color: #000;
  border: 0;
  display: flex;
  font-size: 14px;
  transition: 0.2s all linear;
}

.adres-company-text a.phone:hover {
  color: #fba821;
}

a.btn-org {
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  width: 130px;
  height: 30px;
  background: #FBA821;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: .2s all linear;
  margin-bottom: 4px;
}

a.btn-org:hover {
  border: 1px solid #FBA821;
  background: transparent;
  color: #FBA821;
}

.language-row a {
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #5E71D6;
}
.language-row a span {
  margin: 0 !important;
}
.language-row li {
  list-style: none;
}

.language-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language-row a img {
  margin-right: 2px;
}

.two-nav {
  background: #79A01B;
  position: relative;
}

.two-nav:before {
  content: "";
  width: 450px;
  height: 20px;
  background: #eff0f2;
  display: block;
  position: absolute;
  right: 0px;
  top: -20px;
  z-index: 213;
}

.two-nav nav {
  position: relative;
}

.two-nav nav ul {
  display: flex; 
  padding-left: 480px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.two-nav nav ul li { 
  padding: 16px 0;
}

.two-nav nav ul li a {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  transition: .2s all linear;
}

.two-nav nav ul li a:hover {
  color: #fba821;
}

.combain__wrapper-bg {
  width: 1280px;
  height: 154px;
  display: block;
  position: absolute;
  left: -50px;
  top: -91.4px;
  object-fit: contain;
}

.two-nav nav ul:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 1px;
  background: url(../img/main/combain-line.png);
  width: calc(var(--offset-left) - var(--offset-start));
  left: var(--offset-start, 0);
  transition: all 0.5s linear;
  z-index: 1;
}

.two-nav nav ul:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 7px;
  background: url(../img/main/combain-head.png)no-repeat;
  bottom: -2px;
  transition: all 0.5s linear;
  left: var(--offset-left, 0);
  z-index: 1;
}

.main-block {
  background: #EFF0F2;
  padding-top: 45px;
}

.main {
  position: relative;
}

.main h1 {
  font-weight: bold;
  font-size: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-bottom: 11px;
  justify-content: center;
}

.main h3 {
  font-size: 18px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FBA821;
  justify-content: center;
}

.main p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  max-width: 203px;
  position: absolute;
  bottom: 30px;
  left: 80px;
}

.benefits {
  background: #53493C;
  padding: 35px 0;
}

.benefits-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benefits-box {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 255px;
}

.benefits-box-text p {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.benefits-box-text span {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  display: block;
}

.benefits-box-img {
  margin-right: 18px;
}

.about-company {
  background: #E5E5E5;
  padding: 75px 0 85px;
  position: relative;
}

.about-company:before {
  content: "";
  width: 530px;
  height: 75px;
  background: #FFB337;
  display: block;
  top: 285px;
  left: 0;
  position: absolute;
}

.about-row {
  display: flex;
}

.about-row-img {
  max-width: 450px;
  width: 450px;
  position: relative;
  z-index: 1;
}

.about-row-img img {
  width: 100%;
}

.about-row-text {
  width: 70%;
  max-width: 640px;
  margin-left: 25px;
}

.about-row-text-title p, .about-row-text-hidden h1  {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 21px;
}

.about-row-text-hidden p{
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}


.about-row-link {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  border-bottom: 1px dashed #000000;
  padding-bottom: 5px;
  transition: .2s all linear;
  margin-top: 25px;
  display: inline-block;
}

.about-row-link:hover {
  border-color: transparent;
  color: #000;
}

.about-row-text-hidden {
  max-height: 243px;
  transition: .2s all linear;
  overflow-y: hidden;
}

.about-row-text-hidden.scroll {
  max-height: max-content;
  overflow-y: auto;
}

.tabs__content {
  display: none;
  width: 60%;
}

.tabs__content.active {
  display: block;
}

.tabs__caption {
  width: 40%;
  max-width: 420px;
  margin-right: 60px;
}

.tabs {
  display: flex;
}

.tab-content {
  padding: 70px 0 100px;
}

.tabs__caption li {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
  color: #000000;
  cursor: pointer;
}

.tabs__caption li a{ 
  font-size: 17px;
  line-height: 20px;
  font-weight: 500; 
  color: #000000; 
}

.tabs__caption li.active {
  background: #FFB337;
  box-shadow: none;
}

.tabs__caption li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -24px;
  width: 24px;
  height: 53px;
  background: url(../img/main/rec-white.png)no-repeat;
  background-size: cover;
}

.tabs__caption li.active:before {
  content: "";
  position: absolute;
  top: 0px;
  right: -24px;
  width: 24px;
  height: 52px;
  background: url(../img/main/rec-org.png)no-repeat;
  background-size: cover;
}

.tabs-content-title p {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 23px;
}

.tabs-content-about p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}

.tabs-content-about ul li {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}

.tabs-content-about ul li:last-child {
  margin-bottom: 19px;
}

.tabs-content-about ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.tabs__caption li:after {
  content: "";
  width: 5px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
}

.calculator {
  background: #53493C;
  padding: 51px 0 41px;
  position: relative;
}

.calculator-title p {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  position: relative;
}

.calculator-title {
  margin-bottom: 40px;
}

.calculator:before {
  content: "";
  width: 270px;
  height: 25px;
  background: #FFB337;
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
}

.calculator h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.material-btn {
  display: flex;
  align-items: center;
}

.material-btn button {
  width: 160px;
  height: 50px;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  /* transition: .2s all linear; */
}

.material-btn button.active {
  color: #59780E;
  background: #fff;
}

.svarka button {
  width: 160px;
  height: 50px;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  /* transition: .2s all linear; */
}

.svarka button.active {
  color: #59780E;
  background: #fff;
}

.material {
  margin-bottom: 25px;
}

.width-number input {
  border: 1px solid #FFFFFF;
  background: transparent;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 17px;
  width: 320px;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  outline: none;
}

.width {
  margin-bottom: 25px;
}

.calc-box {
  width: 30%;
  margin-right: 60px;
  max-width: 320px;
}

.total-box {
  width: 70%;
  max-width: 740px;
}

#calc {
  display: flex;
  justify-content: space-between;
}

.dm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dm button {
  width: 109px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.dm button.active {
  background: #fff;
  color: #59780E;
}

.dm button:before {
  content: "";
  width: 38px;
  height: 36px;
  background: #FFB337;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -22px;
}

.dm button:first-child:before {
  width: 11px;
  height: 10px;
  right: -6px;
}

.dm button:nth-child(2):before {
  width: 14px;
  height: 12px;
  right: -9px;
}

.dm button:nth-child(3):before {
  width: 16px;
  height: 14px;
  right: -9px;
}

.dm button:nth-child(4):before {
  width: 17px;
  height: 16px;
  right: -9px;
}

.dm button:nth-child(5):before {
  width: 19.5px;
  height: 18px;
  right: -12px;
}

.dm button:nth-child(6):before {
  width: 22.5px;
  height: 21px;
  right: -12px;
}

.dm button:nth-child(7):before {
  width: 28.5px;
  height: 26px;
  right: -16px;
}

.dm button:nth-child(8):before {
  width: 32.5px;
  height: 28px;
  right: -20px;
}

.dm button:nth-child(9):before {
  width: 36.5px;
  height: 32px;
  right: -22px;
}

.documentation label {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.documentation label input {
  display: none;
}

.documentation label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  margin-right: 5px;
  position: relative;
}

.documentation label span:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFB337;
  display: block;
  opacity: 0;
  transition: .2s all linear;
}

.documentation label input:checked+span:before {
  opacity: 1;
}

.documentation {
  margin-bottom: 40px;
}

.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total>div {
  width: 33%;
}

.total label {
  width: 31%;
}

.total>div p {
  background: #FFB337;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.total>div span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-top: 10px;
  height: 33px;
}

.total label button {
  background: #fff;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  border: 0;
  width: 100%;
}

.total label span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-top: 10px;
  height: 33px;
}

.about-calc {
  background: #53493C;
  border: 1px solid #B6ACA0;
  padding: 12px 15px 15px;
  margin-top: 40px;
}

.about-calc p {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #B6ACA0;
}

.benefits-ft {
  background: #79A01B;
  padding: 40px 0 50px;
}

.benefits-ft-row {
  display: flex;
  justify-content: space-between;
}

.benefits-ft-box {
  width: 137px;
}

.benefits-ft-box-text-title p {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  margin: 8px 0;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.benefits-ft-box-text-about p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}

.benefits-ft-box-img {
  text-align: center;
}

.benefits-ft-box-text-about {
  padding: 0 5px;
}

.projects-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.projects-row-box {
  width: 49%;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.project-box-img {
  width: 160px;
}

.project-box-img img {
  width: 100%;
}

.project-box-about {
  width: 70%;
  max-width: 340px;
}

.project-box-about-title p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 19px;
}

.project-box-about-list ul li p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #535353;
  min-width: 115px;
  margin-right: 20px;
}

.project-box-about-list ul li {
  display: flex;
  align-items: center;
  max-width: 250px;
  margin-bottom: 4px;
}

.project-box-about-list ul li:last-child {
  margin: 0;
}

.project-box-about-list ul li span {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #535353;
}

.projects-title p {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.projects {
  background: #E5E5E5;
  padding-top: 45px;
}

.photo-gallery-box {
  display: flex;
  align-items: center;
  height: 250px
}

.photo-gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photogallery-title p {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
  padding-top: 15px;
}

.photogallery {
  background: #e5e5e5;
}

.link-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

a.phone-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px; 
  display: flex;
  align-items: center;
  color: #53493C;
  transition: .2s all linear;
}

.phone-link:hover .phone-link-img,
.facebook-link:hover .phone-link-img,
.mail-link:hover .phone-link-img,
.pin-link:hover .phone-link-img{
  background: #FFB337;
  border-color: transparent;
}

.phone-link:hover, 
.facebook-link:hover,
.mail-link:hover,
.pin-link:hover{
  color: #FFB337; 
}

.phone-link-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #53493C;
  margin-right: 20px;
  transition: .2s all linear;
}

a.facebook-link {
  font-size: 16px;
  line-height: 21px; 
  display: flex;
  align-items: center;
  color: #53493C;
}

a.mail-link {
  font-size: 16px;
  line-height: 21pz;
  display: flex;
  align-items: center;
  color: #53493C;
}

.pin-link span {
  font-size: 14px;
  line-height: 20px;
  color: #53493C;
  max-width: 142px;
  display: block;
}

.pin-link {
  display: flex;
  align-items: center;
}

a.buy-project {
  width: 195px;
  height: 45px;
  box-shadow: 0px 18px 36px rgba(141, 103, 45, 0.24);
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #53493C;
  background: #FFB337;
  border: 1px solid #F8AB2D;
  justify-content: center;
  transition: .2s all linear;
}

a.buy-project:hover {
  background: transparent;
}

.about-link {
  padding: 50px 0;
  background: #E5E5E5;
}

.copiryght-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copiryght-row p{
  font-weight: normal;
  font-size: 14px;
  line-height: 17px; 
  color: #B2B2B2;
}

.copiryght-row p a{
  color: #B5B8FF;
  text-decoration: underline;
}

footer {
  background: #53493C;
  padding: 30px 0;
}

.copiryght-row a {
  position: relative;
}

.copiryght-row>a:before {
  content: "";
  width: 155px;
  height: 1px;
  display: block;
  position: absolute;
  background: #A5A5A5;
  top: 50%;
  left: -170px;
}

.copiryght-row>a:after {
  content: "";
  width: 155px;
  height: 1px;
  display: block;
  position: absolute;
  background: #A5A5A5;
  top: 50%;
  right: -170px;
}

input[type=number]::-webkit-inner-spin-button  { 
  opacity: 0;

}
.dialog-form {
  max-width: 700px;
  background: #EDEDED;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  padding: 35px 40px 30px;
}

.dialog-form h2 {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form-row-box {
  display: block;
  width: 50%;
  max-width: 295px;
}

.form-row-box > span {
  font-weight: 300;
  font-size: 12px;
  line-height: 30px; 
  color: #000000;
  width: 100%;
  display: block;
}

.form-row-box input {
  border: 0;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 15px;
}

.form-row-box-txt {
  margin-top: 12px;
  width: 100%;
}

.form-row-box-txt span {
  font-weight: 300;
  font-size: 12px;
  line-height: 30px; 
  color: #000000;
  width: 100%;
  display: block;
}

.form-row-box-txt textarea {
  border: 0;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
}

.form-btn {
  width: 195px;
  height: 45px;
  box-shadow: 0px 18px 36px rgb(141 103 45 / 24%);
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #53493C;
  background: #FFB337;
  border: 1px solid #F8AB2D;
  justify-content: center;
  transition: .2s all linear;
  margin: 0 auto;
  margin-top: 35px;
}

.form-btn:hover {
  background: transparent;
}

.select2-search--dropdown {
  display: none; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 44px; 
  font-size: 14px;
  padding-left: 15px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #DADADA;
  border-radius: 4px;
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow { 
  top: 9px; 
}
.select2-container {
  width:100% !important;
}
.wpcf7-not-valid {
  border:1px solid #842029 !important;
}
.wpcf7-not-valid-tip {
  display:none !important;
}
.wpcf7-response-output{
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}
