
*,
*::before,
*::after {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    background: #bbffbe;
    color:  #545355;

}
a {
    text-decoration: none;
}

ul[class],
ol[class] {
  padding: 0;
}


body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul li {
    list-style-type: none;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}


ul[class],
ol[class] {
  list-style: none;
}


a:not([class]) {
  text-decoration-skip-ink: auto;
}


img {
  max-width: 100%;
  display: block;
}


article > * + * {
  margin-top: 1em;
}


input,
button,
textarea,
select {
  font: inherit;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



.header {
    height: 120px;
    background: #00a108;

}
.header__link {
  margin-right: 18%;
}
.header__row {
    display: flex;
    align-items: center;
    padding: 7px 0 7px 0;
}
.header__img {
    padding-right: 18%;
}
.header__text {
    font-weight: bold;
    font-size: 24px;
    color: #F7F9FB;
    text-align: center;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
}


.mainButtons__row {
    display: flex;
    justify-content: space-between;
}
.mainButtons {
    padding-top: 50px;
    margin-bottom: 100px;
}
.mainButton {
    width: 250px;
    height: 70px;
    color: #F7F9FB;
    background: #007906;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.main__title {
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px solid #545355;
}
.news__row {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news__block {
    width: 250px;
height: 200px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 14px;
padding: 12px;
margin-right: 80px;
margin-bottom: 60px;
    
}

.news__block_title {
    font-size: 18px;
    margin-bottom: 20px;
}

.news__block_img {
    width: 190px;
    margin: 0 auto;
}
.info {
    margin-bottom: 170px;
}
.info__row {
    padding-top: 30px;
    font-size: 20px;
    margin-bottom: 70px;
}
.info__subtitle {
    font-size: 24px;
    font-weight: bold;
}
.footer__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.footer {
    padding: 10px 0 10px 0;
    background: 
    #00a108;
    color: #F7F9FB;
    font-size: 18px;
}
.info__subtitle {
  padding-bottom: 20px;
}
.infoLi li {
  font-size: 18px;
  padding-bottom: 7px;
}

.blag__subtitle {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.blag__subtitle_text {
  padding-bottom: 30px;
} 
.blag__subtitle_img img {
  border-radius: 14px;

}
.blag__imgRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.breadcrumbers {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.arrow img {
  width: 20px;
  margin-right: 10px;
}
.breadcrumbers span {
  color: #808080;
  font-size: 20px;

}

.commerce__title {
  margin-bottom: 30px;
}

.commerce__text {
  font-size: 18px;
  margin-bottom: 30px;
}
.commerce {
  padding-bottom: 50px;
}

.commerce__row_img {
  display: flex;
  justify-content: space-between;
}

.commerce__img {
  margin-bottom: 100px;
}

.manage_card {
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 500px;
  margin-bottom: 30px;
}

.manage__name {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}
.manage__post {
  padding-left: 5px;
  font-size: 18px;
}
.manage {
  margin-bottom: 130px;
}




@media (max-width: 1200px) {

  .blag__imgRow, .commerce__row_img, .news__row, .mainButtons__row {
    flex-direction: column;
    align-items: center;
  }
  .blag__imgRow img {
    margin-bottom: 30px;
  }

  .container {
    padding: 15px;
  }
  .mainButton {
    margin-bottom: 20px;
  }
  .header__link {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .header { 
    height: 200px;
  }
  .header__row {
    flex-direction: column;
  }
  .header__text {
    font-size: 20px;
  }
}