@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-LightBETA.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
}

html {
  height: 100%;
}

.page {
  height: 100%;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 1280px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
}

@media (width >= 768px) {
  body {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (width >= 1280px) {
  body {
    font-size: 25px;
    line-height: 38px;
  }
}

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.button {
  padding: 0 18px;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #840000;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  height: 50px;
  width: 210px;
  box-shadow: 0px -6px 13px rgba(255, 255, 255, 0.2), 0px 6px 13px rgba(255, 255, 255, 0.2);
  mix-blend-mode: normal;
  border: none;
}

@media (width >= 768px) {
  .button {
    height: 60px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (width >= 1280px) {
  .button {
    font-size: 16px;
    line-height: 24px;
    height: 76px;
  }
}

.button:hover {
  cursor: pointer;
  background-color: #560000;
  box-shadow: 0px -6px 13px rgba(255, 255, 255, 0.4), 0px 6px 13px rgba(255, 255, 255, 0.4);

}

.button:active {
  cursor: pointer;
  background-color: #560000;
}

.main {
  flex-grow: 1;
}

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

h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

@media (width >= 768px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}

@media (width >= 1280px) {
  h2 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 71px;
  }
}

h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 71px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

@media (width >= 768px) {
  h3 {
    font-size: 26px;
    line-height: 31px;
  }
}


/* COMMON */
.common-container {
  padding: 0 20px 30px;
  margin: 0;
}

@media (width >= 768px) {
  .common-container {
    padding: 0 20px 71px;
  }
}

@media (width >= 1280px) {
  .common-container {
    padding: 0 40px 142px
  }
}

@media (width >= 1280px) {
  .common-container-grey {
    padding: 0 40px 71px
  }
}

.grey-background {
  background-color: #EDF2F2;
}

.white-background {
  background-color: #ffffff;
}

.green-background {
  background-color: #246767;
}
/* COMMON */
.common-container {
  padding: 0 20px 30px;
  margin: 0;
}

@media (width >= 768px) {
  .common-container {
    padding: 0 20px 71px;
  }
}

@media (width >= 1280px) {
  .common-container {
    padding: 0 40px 142px
  }
}

@media (width >= 1280px) {
  .common-container-grey {
    padding: 0 40px 71px
  }
}

.grey-background {
  background-color: #EDF2F2;
}

.white-background {
  background-color: #ffffff;
}

.green-background {
  background-color: #246767;
}


/* Header-Footer */

@media (width < 768px) {
  .page-header {
    display: none;
  }
}

@media (width >= 768px) {
  .page-header-mobile {
    display: none;
  }
}

@media (768px <= width < 900px) {
  .page-header {
    display: grid;
    align-items: center;
    background-color: #EDF2F2;
    padding: 15px 20px;
    grid-template-columns: 0.8fr 1.8fr 0;
  }
}

@media (width >= 900px) {
  .page-header {
    display: grid;
    align-items: center;
    background-color: #EDF2F2;
    padding: 15px 20px;
    grid-template-columns: 0.9fr 2fr 0;
  }
}


@media (width >= 1280px) {
  .page-header {
    display: grid;
    align-items: center;
    background-color: #EDF2F2;
    padding: 15px 60px;
  }
}

.page-header-container {
  margin: 0;
}

.page-header-mobile-container {
  padding: 13px 20px;
}


.slogan {
  text-align: center;
  align-items: center;
}

@media (width < 768px) {
  .social-footer {
    display: none;
  }
}

.header-footer-text {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (width < 768px) {
  .no-block {
    display: none;
  } 
}

@media (width >= 768px) {
  .header-footer-text {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (width <= 830px) {
  .header-footer-text {
    width: 290px;
  }
}


@media (width >= 1100px) {
  .header-footer-text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (width >= 1280px) {
  .header-footer-text {
    font-size: 22px;
    line-height: 29px;
  }
}

.logo-footer-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: left;
  margin-top: 6px;
  display: none;
  margin: 0;
}

@media (width >= 768px) {
  .logo-footer-text {
    display: block;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (width >= 1100px) {
  .logo-footer-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.use-text {
  margin: 10px;
}

.all-contacts {
  text-align: center;
  margin-left: auto;
}

@media (width < 768px) {
  .all-contacts {
    margin-left: 0;
  }
}

.phone {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.social-contacts {
  color: #840000;
  margin-top: 11px;
  display: flex;
  justify-content: center;
}

.social-contacts a {
  color: #840000;
}

.social-contacts i:hover {
  opacity: 0.8;
  color: #000;
  cursor: pointer;
}

.social-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  gap: 28px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media (width >= 1280px) {
  .social-link {
    width: 48px;
    height: 48px;
  }
}

.header-footer-social-item {
  list-style: none;
}

.header-footer-contacts-adress-phone {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
  color:#000000;
  text-decoration: none;
  font-style: normal;
}

@media (width >= 1280px) {
  .header-footer-contacts-adress-phone {
    font-size: 16px;
    line-height: 19px;
  }
}

.footer-text {
  font-size: 16px;
  line-height: 19px;
}

.header-footer-button {
  height: 52px;
  width: 182px;
}

@media (width >= 1280px) {
  .header-footer-button {
    height: 62px;
  }
}

.header-footer-social-list {
  padding: 0;
  margin: 0;
}

.page-footer {
  display: grid;
  align-items: center;
  background-color: #EDEDED;
  padding: 15px 20px;
  grid-template-columns: 1.1fr 1.9fr 1fr;
}

@media (width >= 1280px) {
  .page-footer {
    padding: 15px 60px;
  }
}

@media (773px < width <= 830px) {
  .page-footer {
    grid-template-columns: 1.2fr 1.5fr 1fr;
  }
}

@media (width < 768px) {
  .page-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.logo {
  width: 110px;
  height: 30px;
}

@media (width >= 768px) {
  .logo {
    width: 170px;
    height: 80px;
  }
}

@media (width >= 960px) {
  .logo {
    width: 200px;
    height: 55px;
  }
}

@media (width >= 1280px) {
  .logo {
    width: 178px;
    height: 112px;
  }
}

@media (width < 768px) {
  .logo-footer {
    width: 160px;
    height: 43px;
  }
}

.main-nav-hero {
  display: flex;
  align-items: center;
}


.padding {
  padding-top: 30px;
}

@media (width >= 1280px) {
  .padding {
    padding-top: 71px;
  }
}


/* Burger-menu */
@media (width < 768px) {
  .page-header-mobile {
    background-color: #EDF2F2;
  }  
}

.logo-mobile {
  width: 122px;
  height: 34px;
}

.burger-toggle {
  display: block;
  width: 23px;
  height: 22px;
  background-image: url("../img/burger.svg");
  background-repeat: no-repeat;
}

@media (width < 768px) {
  .main-nav-toggle[aria-expanded="true"] + .main-nav-list {
    translate: 0 100%;
  }

  .main-nav-toggle[aria-expanded="true"] .burger-toggle {
    background-image: url("../img/cross.svg");
  }

  .main-nav-enabled {
    position: relative;
    display: grid;
  }

  .main-nav-enabled .main-nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: translate 0.3s ease-in-out;
    z-index: 10;
    top: -364px;
    padding: 30px 0;
    margin: 0;
    align-items: center;
  }
}

.main-nav-list {
  padding: 0;
  background-color: #EDF2F2;
  text-transform: uppercase;
  list-style: none;
  width: 100%;
  text-align: center;
}

.main-nav-toggle {
  top: -50px;
  position: absolute;
  border: none;
  background-color: transparent;
  color: #840000;
  justify-self: end;
  cursor: pointer;
  z-index: 11;
  padding: 6px 20px;
}

.main-nav-link {
  display: flex;
  justify-content: center;
  padding: 17px 20px 12px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.main-nav-item::before {
  content: none;
}


/* Main */
.hero {
  text-align: center;
}

.main-title {
  margin: 0;
  padding: 32px 20px 0;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}

@media (width >= 768px) {
  .main-title {
    padding: 80px 20px 0;
    font-size: 48px;
    line-height: 65px;
  }
}

@media (width >= 1280px) {
  .main-title {
    padding: 111px 40px 0;
    font-size: 56px;
    line-height: 74px;
  }
}

.main-circles-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin-top: -45px;
  list-style: none;
  gap: 20px;
}

@media (width >= 768px) {
  .main-circles-list {
    justify-content: space-evenly;
    flex-direction: row;
    text-align: center;
    align-items: baseline;
    padding: 0;
    list-style: none;
    gap: 20px;
    margin-top: 60px;
  }
} 

.main-circles-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (width >= 768px) {
  .main-circles-item {
    width: 222px;
  }
}

@media (width >= 1280px) {
  .main-circles-item {
    width: 387px;
  }
}

.main-circles-item:before {
  display: flex;
  flex-direction: column;
  align-items: center;
  content: none;
}

.main-circles-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  box-shadow: 4px 4px 15px rgba(0, 79, 79, 0.40);
}

@media (width >= 768px) {
  .main-circles-image {
    width: 222px;
    height: 222px;
  }
}

@media (width >= 1280px) {
  .main-circles-image {
    width: 386px;
    height: 386px;
  }
}

.main-circles-description {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

@media (width >= 1280px) {
  .main-circles-description {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (width >= 768px) {
  .main-garanty-wrapper {
    margin-top: 100px;
    position: relative;
  }
}

@media (width < 768px) {
  .garanty-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (width >= 768px) {
  .garanty-wrapper {
    position: absolute;
    right: 14px;
    top: -80px;
  }
}

@media (width >= 940px) {
  .garanty-wrapper {
    right: 60px;
  }
}

@media (width >= 1080px) {
  .garanty-wrapper {
    right: 90px;
  }
}

@media (width >= 1280px) {
  .garanty-wrapper {
    right: 40px;
    top: -100px;
  }
}

.house-garanty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #840000;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  box-shadow: 0px 0px 0px 2px #fff inset;
  border: 3px solid #840000;
  float: right;
  z-index: 9;
} 

@media (width >= 768px) {
  .house-garanty {
    height: 120px;
    width: 120px;
    box-shadow: 0px 0px 0px 4px #fff inset;
    border: 4px solid #840000;
  }
}

@media (width >= 1280px) {
  .house-garanty {
    height: 160px;
    width: 160px;
    box-shadow: 0px 0px 0px 3px #fff inset;
    border: 5px solid #840000;
  }
}

.house-garanty-text {
  margin: 0;
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}

@media (width >= 768px) {
  .house-garanty-text {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (width >= 1280px) {
  .house-garanty-text {
    font-size: 24px;
    line-height: 30px;
  }
}

/* Block-1 */
.main-list-block {
  margin: 41px 20px 0;
  background-color: #EDF2F2;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (width >= 768px) {
  .main-list-block {
    margin: 71px 20px 0;
    padding: 40px 20px;
  }
}

@media (width >= 843px) {
  .main-list-block {
    margin: 71px 20px 0;
    padding: 40px;
  }
}

@media (width >= 1280px) {
  .main-list-block {
    margin: 71px 40px 0;
  }
}

.main-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
  list-style-type: none
}

@media (width >= 452px) {
  .main-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (width >= 560px) {
  .main-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.main-item-1 {
  padding-left: 10px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}

.main-item-2 {
  padding-left: 10px;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

.main-item-3 {
  padding-left: 10px;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.main-item-4 {
  padding-left: 10px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.main-item-5 {
  padding-left: 10px;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}

li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color:#840000;
  margin-right: 4px;
}

@media (width >= 768px) {
  li:before {
    height: 16px;
    width: 16px;
    margin-right: 10px;
  }
}

.main-list-title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

@media (width >= 768px) {
  .main-list-title {
    font-size: 26px;
    line-height: 31px;
  }
}

@media (width >= 1280px) {
  .main-list-title {
    font-size: 35px;
    line-height: 42px;
  }
}

/* Block-2 */

@media (width >= 1280px) {
  .house-use-wrapper  {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
  }
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.house-use-item-lightgreen {
  display: flex;
  align-items: center;
  counter-increment: my-awesome-counter;
  margin-top: 14px;
  box-shadow: 4px 4px 15px rgba(82, 123, 21, 0.2);
  padding: 0 25px;
  border-radius: 6px;
}

.house-use-item-first {
  margin-top: 40px;
}

.house-use-item-lightgreen::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  content: counter(my-awesome-counter);
  background-color: #527B15;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: auto;
  border: 2px dashed #fff;
  box-shadow: 0px 0px 0px 5px #fff inset;
}

@media (width >= 768px) {
  .house-use-item-lightgreen::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}

.house-use-item-green {
  display: flex;
  align-items: center;
  counter-increment: my-awesome-counter;
  margin-top: 14px;
  box-shadow: 4px 4px 15px rgba(0, 79, 79, 0.20);
  padding: 0 25px;
  border-radius: 6px;
}

.house-use-item-green::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  content: counter(my-awesome-counter);
  background-color: #004F4F;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: auto;
  border: 2px dashed #fff;
  box-shadow: 0px 0px 0px 5px #fff inset;
}

@media (width >= 768px) {
  .house-use-item-green::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}

.house-use-text {
  font-size: 14px;
  line-height: 17px;
  flex: 7;
  margin: 22px 0;
  padding-left: 15px;
}

@media (width >= 768px) {
  .house-use-text {
    font-size: 22px;
    line-height: 27px;
    margin: 32px 0;
  }
}

.house-use-title {
  font-size: 14px;
  line-height: 17px;
  flex: 7;
  margin: 22px 0;
  padding-left: 15px;
  font-weight: 700;
}

@media (width >= 768px) {
  .house-use-title {
    font-size: 22px;
    line-height: 27px;
    margin: 32px 0;
  }
}

.block-lightgreen {
  padding: 20px 38px;
  gap: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #527B15;
  border-radius: 8px;
}

@media (width >= 768px) {
  .block-lightgreen {
    padding: 38px 20px;
    flex-direction: row;
  }
}

@media (width >= 1280px) {
  .block-lightgreen {
    padding: 70px 40px;
    flex-direction: row;
  }
}

.block-green-border {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.block-green {
  background-color: #004F4F;
}

.green-lightgreen-standart-text {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color:#ffffff;
  text-align: center;
}

@media (width >= 768px) {
  .green-lightgreen-standart-text {
    font-size: 16px;
    line-height: 21px;
    text-align: start;
  }
}

@media (width >= 1280px) {
  .green-lightgreen-standart-text {
    font-size: 22px;
    line-height: 33px;
  }
}

.lightgreen-standart-text {
  width: 801px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  color:#ffffff;
}


/* Block-3 */

@media (width >= 1280px) {
  .rules-wrapper  {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
  }
}

.rules-item-green {
  counter-increment: my-awesome-counter;
  margin-top: 14px;
  box-shadow: 4px 4px 15px rgba(0, 79, 79, 0.20);
  padding: 0 25px;
  border-radius: 6px;
  padding-top: 25px;
}

.rules-item-green::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  content: counter(my-awesome-counter);
  background-color: #004F4F;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  border: 2px dashed #fff;
  box-shadow: 0px 0px 0px 5px #fff inset;
}

@media (width >= 768px) {
  .rules-item-green::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-left: 25px;
  }
}

.rules-text {
  font-size: 14px;
  line-height: 17px;
  flex: 7;
}

@media (width >= 768px) {
  .rules-text {
    font-size: 22px;
    line-height: 27px;
    padding-left: 15px;
  }
}

.rules-title {
  font-size: 14px;
  line-height: 17px;
  flex: 7;
  font-weight: 700;
}

@media (width >= 768px) {
  .rules-title {
    font-size: 22px;
    line-height: 27px;
    padding-left: 15px;
  }
}

.rules-title-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0;
}

@media (width >= 768px) {
  .rules-title-text-wrapper {
    padding: 25px 0 25px 15px;
  }
}

/* Block-4 */
.saving-resources-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
}

@media (width >= 768px) {
  .saving-resources-list {
    justify-content: space-evenly;
    flex-direction: row;
    text-align: center;
    align-items: baseline;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
  }
} 

.saving-resources-item::before {
  display: flex;
  flex-direction: column;
  align-items: center;
  content: none;
}

.saving-resources-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (width >= 768px) {
  .saving-resources-item {
    width: 222px;
  }
}

@media (width >= 1280px) {
  .saving-resources-item {
    width: 340px;
  }
}

.saving-resources-img {
  position: relative;
  width: 140px;
}

@media (width >= 1280px) {
  .saving-resources-img {
    width: 180px;
  }
} 

.saving-resources-picture::before {
  content: none;
}

.saving-resources-description {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

@media (width >= 768px) {
  .saving-resources-description {
    font-size: 19px;
    line-height: 24px;
  }
} 

@media (width >= 1280px) {
  .saving-resources-description {
    font-size: 25px;
    line-height: 32px;
  }
} 

.saving-resources-description  {
  br {
    display: none;
  }

  @media (min-width: 1280px) {
    br {
      display: initial;
    }
  }
}


.saving-resources-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (width >= 768px) {
  .saving-resources-text {
    font-size: 18px;
    line-height: 22px;
  }
} 

@media (width >= 1280px) {
  .saving-resources-text {
    font-size: 22px;
    line-height: 30px;
  }
} 

.saving-resources-list-bottom {
  margin-top: 20px;
}

@media (width < 768px) {
  .saving-resources-list-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly;
  }
} 


.block-lightgreen-house {
  display: flex;
  background-color: #527B15;
  text-align: center;
  align-items: center;
  min-height: 172px;
  border-radius: 8px;
}

.block-lightgreen-title {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color:#ffffff;
}

@media (width >= 768px) {
  .block-lightgreen-title {
    font-size: 18px;
    line-height: 22px;
  }
} 

@media (width >= 1280px) {
  .block-lightgreen-title {
    font-size: 30px;
    line-height: 36px;
  }
} 

.block-lightgreen-without-button {
  background-color: #527B15;
  text-align: center;
  display: block;
}

/* Block-6 */
.two-blocks {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

@media (width >= 1280px) {
  .two-blocks {
    display: grid;
    grid-template-columns: 0.67fr 1fr;
    gap: 5px;
  }
}
    
.price-block {
  background-color: #527B15;
  color: #ffffff;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

@media (width >= 1280px) {
  .price-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (width >= 1280px) {
  .price-block-green {
    margin-top: 53px;
  }
}

@media (width >= 1280px) {
  .price-block-grey {
    border-bottom-left-radius: 0;
  }
}

.price-block-end {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.price-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media (width >= 768px) {
  .price-text {
    font-size: 24px;
    line-height: 36px;
  }
}

.price-title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
}

@media (width >= 768px) {
  .price-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (width >= 1280px) {
  .price-title {
    font-size: 40px;
    line-height: 56px;
  }
}

.green-card {
  padding: 20px 0 0;
  background-color: #004F4F;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (width >= 768px) {
  .green-card {
    padding: 44px 0 0;
  }
}

@media (width >= 1280px) {
  .green-card {
    border-radius: 8px;
    border-top-right-radius: 0;
  }
}

.green-card-title {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
}

@media (width >= 768px) {
  .green-card-title {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (width >= 1280px) {
  .green-card-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.green-card-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0 20px;
}

.green-card-item {
  display: flex;
  align-items: center;
  counter-increment: my-awesome-counter;
  margin-top: 20px;
  padding: 0 25px;
  border-radius: 6px;
}

.green-card-item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  content: counter(my-awesome-counter);
  background-color: white;
  color: #004F4F;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: auto;
  border: 2px dashed #004F4F;
  box-shadow: 0px 0px 0px 5px #004F4F inset;
}

@media (width >= 768px) {
  .green-card-item::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}

.green-card-text {
  flex: 7;
  font-size: 14px;
  line-height: 17px;
  margin: auto;
  padding-left: 16px;
  color:#ffffff;
}

@media (width >= 768px) {
  .green-card-text{
    font-size: 22px;
    line-height: 27px;
  }
}

.grey-card {
  background-color: #EDEDED;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (width >= 768px) {
  .grey-card  {
    border-bottom-right-radius: 8px;
  }
}

@media (width >= 1280px) {
  .grey-card  {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}

.grey-card-title {
  color: #000;
}

.grey-card-item::before {
  background-color: #000;
  color: #fff;
  border: 2px dashed #EDEDED;
  box-shadow: 0px 0px 0px 5px #EDEDED inset;
}

.grey-card-text {
  color:#000;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
}

/* Block-7 */
.hard-explain {
  background-color: #EDF2F2;
  margin: 0;
  padding: 0;
}

.hard-explain-white {
  background-color: #ffffff;
}

@media (width >= 1280px) {
  .white-background h2 {
    margin-bottom: 40px;
  }
}

.hard-explain-main {
  padding-top: 30px;
}

@media (width >= 768px) {
  .hard-explain-main {
    padding-top: 71px
  }
}

.hard-explain-white {
  background-color: white;
}

.hard-explain-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}

@media (width >= 768px) {
  .hard-explain-text {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 49px;
  }
}

.hard-explain-img {
  box-shadow: -4px 0px 4px 4px rgba(36, 103, 103, 0.2);
  border-radius: 8px;
  margin: 5px 6px 20px 10px;
  width: 270px;
  height: 210px;
  object-fit: cover;
}

@media (width >= 768px) {
  .hard-explain-img {
    width: 350px;
    height: 260px;
  }
}

@media (width >= 1280px) {
  .hard-explain-img {
    width: 380px;
    height: 280px;
  }
}

.control-block {
  text-align: center;
}

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

.control-input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.control-input+label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #004F4F;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}

@media (width >= 768px) {
  .control-input+label::before {
    width: 34px;
    height: 34px;
  }
}

@media (width >= 1280px) {
  .control-input+label::before {
    width: 34px;
    height: 34px;
  }
}

/* стили при наведении курсора на checkbox */
.control-input:not(:disabled):not(:checked)+label:hover::before {
  border-color: #004F4F;
}

.control-input:checked + label::before{
  border-color: #004F4F;
  background-image: url("../img/check.svg");
}

.right-button {
  justify-content: center;
  display: flex;
  margin-top: 47px;
}

@media (width >= 768px) {
  .right-button {
    justify-content: end;
  }
} 

/* Block-8 */
.hard-explain-white {
  background-color: #fff;
}

.integrated-approach {
  background-color: #EDF2F2;
}

.red-remark p {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

@media (width >= 768px) {
  .red-remark p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (width >= 1280px) {
  .red-remark p {
    font-size: 28px;
    line-height: 34px;
  }
}

.red-remark {
  display: flex;
  align-items: center;
  background-color: #90261b;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  box-shadow: 0px 0px 0px 5px #fff inset;
  border: 5px solid #90261b;
}

@media (width >= 768px) {
  .red-remark {
    width: 220px;
    height: 220px;
  }
}

@media (width >= 1280px) {
  .red-remark {
    width: 340px;
    height: 340px;
  }
}

.integrated-approach-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  padding: 0;
}

@media (width >= 768px) {
  .integrated-approach-text {
    width: 467px;
    font-size: 22px;
    line-height: 27px;
  }
}

@media (width >= 1280px) {
  .integrated-approach-text {
    width: 794px;
    font-size: 30px;
    line-height: 40px;
  }
}

.integrated-approach-cards {
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  gap: 20px;
}

@media (width >= 768px) {
  .integrated-approach-cards {
    font-size: 20px;
    line-height: 24px;
  } 
}

@media (width >= 1280px) {
  .integrated-approach-cards {
    flex-direction: row;
    font-size: 26px;
    line-height: 31px;
  } 
}

.integrated-approach-list {
  background-color: #ffffff;
  list-style: none;
  box-shadow: 4px 4px 15px rgba(0, 79, 79, 0.2);
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}

@media (width >= 1280px) {
  .integrated-approach-list {
    width: 387px;
  }
}

.integrated-approach-list-green {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #004F4F;
  list-style: none;
  border-radius: 6px;
  box-shadow: 0px -6px 13px rgba(36, 103, 103, 0.6), 0px 6px 13px rgba(36, 103, 103, 0.6);
}

@media (width >= 1280px) {
  .integrated-approach-list-green {
    width: 387px;
  }
}

.integrated-approach-title {
  padding: 18px 18px 0;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

@media (width >= 768px) {
  .integrated-approach-title {
    font-size: 22px;
    line-height: 27px;
  }
}

.integrated-approach-description {
  padding: 0 18px 18px;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

@media (width >= 768px) {
  .integrated-approach-description {
    font-size: 20px;
    line-height: 24px;
  } 
}

.integrated-approach-item-title {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  padding: 18px;
}

@media (width >= 768px) {
  .integrated-approach-item-title {
    font-size: 25px;
    line-height: 30px;
  } 
}

.bottom {
  margin-top: 20px;
}

/* Block-9 */
.best-contractor-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (width >= 768px) {
  .best-contractor-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

@media (width >= 1280px) {
  .best-contractor-wrapper {
    gap: 20px;
  }
}

.best-contractor-container {
  margin-bottom: 2em;
}

.best-contractor-img {
  width: 100%;
  display: none;
  border-radius: 4px;
  box-shadow: -4px 0px 4px 4px rgba(0, 79, 79, 0.2);
}

@media (width >= 768px) {
  .best-contractor-img {
    display: block;
  }
}

.best-contractor-list {
  display: flex;
  margin-top: 78px;
}

.best-contractor-title {
  margin-top: 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (width >= 768px) {
  .best-contractor-title {
    font-size: 20px;
    line-height: 24px;
    flex-direction: row;
  }
}

@media (width >= 1280px) {
  .best-contractor-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.best-contractor-text {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
}

@media (width >= 768px) {
  .best-contractor-text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (width >= 1280px) {
  .best-contractor-text {
    font-size: 20px;
    line-height: 24px;
  }
}

.center-button {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 30px;
}

@media (width >= 1280px) {
  .center-button {
    margin-top: 50px;
  }
}

/* Block-10 */
.block-contacts {
  background-color: #246767;
}

.telephone-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

@media (width >= 768px) {
  .telephone-title {
    font-size: 26px;
    line-height: 31px;
  }
}

.telephone-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

@media (width >= 768px) {
  .telephone-text {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (width >= 1280px) {
  .block-contacts-adress {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}

.map-social-contacts {
  color: #fff;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.map-social-contacts a {
  color: #fff;
}

.map-social-contacts i:hover {
  opacity: 0.8;
  color:#000;
  cursor: pointer;
}

.terms-of-use {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-decoration: none;
  color: #000000;
  text-align: center;
}

@media (width >= 1280px) {
  .terms-of-use {
    font-size: 16px;
    line-height: 19px;
  }
}

hr {
  border: 1px solid #000000;
  margin: 20px 0;
}

@media (width >= 768px) {
  hr {
    margin: 44px 0;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (width >= 1280px) {
  .social {
    margin-left: 50px;
  }
}

.social-link:hover {
  background-color: #560000;
}

.social-link:active {
  background-color: #560000;
}

.social-item .social-link {
  background-repeat: no-repeat;
}

.social-item::before {
  content: none;
}

.social-link-telegram {
  background-image: url("../img/telegram.svg");
  background-position: 6px center;
  background-size: 24px;
}

@media (width >= 1280px) {
  .social-link-telegram {
    background-size: 30px;
    background-position: 7px center;
  }
}

.social-link-telegram-map {
  background-image: url("../img/telegram-map.svg");
  background-position: 6px center;
  background-size: 24px;
}

@media (width >= 1280px) {
  .social-link-telegram-map {
    background-size: 30px;
    background-position: 7px center;
  }
}

.social-link-whatsup {
  background-image: url("../img/whats-up.svg");
  background-position: 9px center;
  background-size: 24px;
}

@media (width >= 1280px) {
  .social-link-whatsup {
    background-size: 30px;
    background-position: 10px center;
  }
}

.social-link-whatsup-map {
  background-image: url("../img/whats-up-map.svg");
  background-position: 9px center;
  background-size: 24px;
}

@media (width >= 1280px) {
  .social-link-whatsup-map {
    background-size: 30px;
    background-position: 10px center;
  }
}

.button-map {
  background-color: #ffffff;
  box-shadow: none;
}

/* Block-10 */

.blog-card {
  width: 270px;
  list-style: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

@media (width >= 768px) {
  .blog-card {
    width: 348px;
  }
}

@media (width >= 1280px) {
  .blog-card {
    width: 378px;
  
  }
}

li.blog-card:before {
  content: none;
}

.blog-card-inside {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
}

.blog-card-wrapper {
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-card-title {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}

@media (width >= 768px) {
  .blog-card-title {
    font-size: 20px;
    line-height: 24px;
    flex-direction: row;
  }
}

@media (width >= 1280px) {
  .blog-card-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.blog-card-text {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  padding: 0;
  text-align: left;
}

@media (width >= 768px) {
  .blog-card-text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (width >= 1280px) {
  .blog-card-text {
    font-size: 20px;
    line-height: 24px;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 17px;
  margin-top: 0;
  /* justify-content: space-around; */
  justify-content: flex-start;
}

@media (width < 601px){ 
  .blog-list {
    justify-content: space-around;
  }
}

@media (width >= 601px) and (width < 1124px){ 
  .blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}

.blog-list-padding {
  padding: 0 20px 30px;
  margin: 0;
}

@media (width >= 768px) {
  .blog-list-padding {
    padding: 0 20px 71px;
  }
}

@media (width >= 1280px) {
  .blog-list-padding {
    padding: 0 40px 142px
  }
}

.blog-list::before {
  content: none;
}

.blog-card-link {
  text-decoration: none;
}

.button-blog {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #004F4F;
}

@media (width < 768px) {
  .button-blog {
    width: 192px;
  }
}

.button-blog:hover {
  background-color: #013434;
}

.button-blog:active {
  background-color: #013434;
}

.button-blog-center {
  margin-top: 30px;
  margin-left: auto;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  background-color: #840000;
}

@media (width >= 768px) {
  .button-blog-center {
    margin-top: 70px;
  }
}

.button-blog-center:hover {
  background-color: #560000;
}

.button-blog-center:active {
  background-color: #560000;
}

.blog-img {
  border-radius: 8px 8px 0 0;
  width: 270px;
  height: 210px;
  object-fit: cover;
}

@media (width >= 768px) {
  .blog-img {
    width: 350px;
    height: 260px;
  }
}

@media (width >= 1280px) {
  .blog-img {
    width: 380px;
    height: 280px;
  }
}

/* Block-11 */

.integrated-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (width >= 768px) {
  .integrated-wrapper {
    font-size: 22px;
    line-height: 27px;
    flex-direction: row;
  }
}

@media (width >= 1280px) {
  .integrated-wrapper {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Page Personal*/

.personal-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}

@media (width >= 768px) {
  .personal-text {
    font-size: 18px;
    line-height: 22px;
  }
} 

@media (width >= 1280px) {
  .personal-text {
    font-size: 22px;
    line-height: 32px;
  }
} 

.container-personal {
  padding: 0 20px 30px;
  margin: 0;
}

@media (width >= 768px) {
  .container-personal {
    padding: 0 20px 40px;
  }
}

@media (width >= 1280px) {
  .container-personal {
    padding: 0 40px 40px
  }
}

/* Бегущая строка */
.marquee {
  font-size: 14px;
  font-weight: bolder;
  line-height: 200%;
  color: #ffffff;
  background-color: #004F4F;
  cursor: pointer;
}

@media (width >= 768px) {
  .marquee {
    font-size: 18px;
    line-height: 250%;
  }
}


/* Page Articles */

.main-articles {
  padding: 0 20px 30px;
  margin: 0;
}

@media (width >= 768px) {
  .main-articles {
    padding: 0 20px 71px;
  }
}

@media (width >= 1280px) {
  .main-articles {
    padding: 0 40px 142px
  }
}

.title-articles {
  padding: 32px 20px;
  text-transform: uppercase;
}

@media (width >= 768px) {
  .title-articles {
    padding: 80px 20px;
  }
}

@media (width >= 1280px) {
  .title-articles {
    padding: 111px 40px;
  }
}

.text-articles {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

@media (width >= 768px) {
  .text-articles {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (width >= 1280px) {
  .text-articles {
    font-size: 22px;
    line-height: 32px;
  }
}

.text-articles-wrapper {
  padding: 10px 0 30px;
  margin: 0;
}

@media (width >= 768px) {
  .text-articles-wrapper {
    padding: 20px 0 71px;
  }
}

@media (width >= 1280px) {
  .text-articles-wrapper {
    padding: 30px 0 111px
  }
}

/* Articles-1 */












