.call__text {
  font-family: 'Dosis-Light';
  font-weight: 300;
}

.blog__post {
	width: 20%;
	margin: 5px;
}

.services__item-text, .blog__post, .post__text, .post__comments ol.commentlist li p, .post__comments .comment-form p label {
  font-family: 'Dosis-Medium';
  font-weight: 500;
}

.call__btn, .footer__inner-text, .footer__widget-text, .post__comments .comment-reply-link, .post__comments h3#comments, .post__comments .comment-reply-title {
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

.title, .copyright__content-text {
  font-family: 'RobotoCondensed-Regular';
  font-weight: 400;
}

.services__item-title, .services__item-link, .project__item-link, .blog__post-title, .footer__widget-title, .post__title {
  font-family: 'RobotoCondensed-Bold';
  font-weight: 700;
}

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

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

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

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

@font-face {
  font-family: "RobotoCondensed-Regular";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

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

@font-face {
  font-family: "Dosis-Light";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Dosis-Light.woff2") format("woff2"), url("../fonts/Dosis-Light.woff") format("woff");
}

.call__text {
  font-family: 'Dosis-Light';
  font-weight: 300;
}

.services__item-text, .blog__post, .post__text, .post__comments ol.commentlist li p, .post__comments .comment-form p label {
  font-family: 'Dosis-Medium';
  font-weight: 500;
}

.call__btn, .footer__inner-text, .footer__widget-text, .post__comments .comment-reply-link, .post__comments h3#comments, .post__comments .comment-reply-title {
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

.title, .copyright__content-text {
  font-family: 'RobotoCondensed-Regular';
  font-weight: 400;
}

.services__item-title, .services__item-link, .project__item-link, .blog__post-title, .footer__widget-title, .post__title {
  font-family: 'RobotoCondensed-Bold';
  font-weight: 700;
}

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

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

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

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

@font-face {
  font-family: "RobotoCondensed-Regular";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}

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

@font-face {
  font-family: "Dosis-Light";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Dosis-Light.woff2") format("woff2"), url("../fonts/Dosis-Light.woff") format("woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul,
li,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  padding: 0;
  cursor: pointer;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Roboto-Regular', 'Arial', 'sans-serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #9b9b9b;
  margin: 0 auto;
}

/************************Container Start*/
.container {
  padding: 0 20px;
}

@media (min-width: 640px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

.title {
  line-height: 28px;
  font-size: 24px;
  color: #5da540;
  position: relative;
  padding-bottom: 28px;
}

.title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 8px;
  background-color: #5da540;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 640px) {
  .title {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 38px;
  }
}

/********************************Header Start*/
.header {
  background-color: #5da540;
}

.header__inner {
  min-height: 80px;
  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;
}

@media (min-width: 640px) {
  .header__inner {
    min-height: 100px;
  }
}

.logo__link {
  margin-left: 8px;
}

@media (min-width: 640px) {
  .logo__link {
    margin-left: 14px;
  }
}

@media (min-width: 768px) {
  .logo__link {
    margin-left: 0px;
  }
}

.menu__btn {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  border: none;
  position: relative;
}

.menu__btn::after {
  content: '';
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background-color: #5da540;
  position: absolute;
  top: 15px;
  left: 14px;
  -webkit-box-shadow: 0 4px 0 0 #5da540, 0 8px 0 0 #5da540;
          box-shadow: 0 4px 0 0 #5da540, 0 8px 0 0 #5da540;
}

@media (min-width: 1440px) {
  .menu__btn {
    margin-right: 90px;
  }
}

/******************************Section START*/
.head {
  background-image: url("../images/bg-slider.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 193px;
}

.top-slider {
  background: rgba(33, 33, 33, 0.5);
}

.top-slider__item {
  color: #fff;
  min-height: 193px;
  text-align: center;
}

.top-slider__title {
  font-family: 'RobotoCondensed-Regular';
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 36px 0 28px;
  max-width: 243px;
  margin: 0 auto;
  position: relative;
}

.top-slider__title::after {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  width: 61px;
  background-color: #4a4a4a;
}

.top-slider__text {
  display: none;
}

.top-slider__btn {
  display: none;
}

.top-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.top-slider .slick-dots .slick-active button {
  background-color: transparent;
  border: 1px solid #476e4d;
}

.top-slider .slick-dots button {
  font-size: 0;
  border: none;
  background-color: #5da540;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 10px;
}

@media (min-width: 640px) {
  .top-slider__item {
    min-height: 386px;
  }
  .top-slider__title {
    font-size: 60px;
    line-height: 60px;
    padding: 50px 0 15px;
    margin: 0 auto 30px;
    min-width: 522px;
  }
  .top-slider__btn {
    display: block;
    background-color: #5da540;
    margin-bottom: 113px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    color: #f8e8e8;
    padding: 16px 45px;
    border: none;
    border-radius: 3px;
  }
  .top-slider .slick-dots {
    bottom: 50px;
  }
  .top-slider .slick-arrow {
    width: 56px;
    height: 56px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 5;
  }
  .top-slider .slick-prev {
    background-color: #5da540;
    top: calc(50% - 56px);
  }
  .top-slider .slick-next {
    background-color: #f8e8e8;
    bottom: calc(50% - 56px);
  }
}

@media (min-width: 768px) {
  .top-slider__title {
    padding: 87px 0 0;
    margin: 0 auto 0;
  }
  .top-slider__title::after {
    display: none;
  }
  .top-slider__item {
    min-height: 465px;
  }
  .top-slider__text {
    display: block;
    font-family: 'RobotoCondensed-Regular';
    font-size: 18px;
    line-height: 20px;
    padding: 25px 0 32px;
    font-weight: 400;
    max-width: 587px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .top-slider__title {
    padding: 101px 0 0;
    margin: 0 auto 0;
    letter-spacing: 2px;
    font-size: 84px;
    line-height: 84px;
    min-width: 750px;
  }
  .top-slider__title::after {
    display: none;
  }
  .top-slider__item {
    min-height: 618px;
  }
  .top-slider .slick-dots {
    bottom: 80px;
  }
}

@media (min-width: 1440px) {
  .top-slider__title {
    padding: 107px 0 0;
    margin: 0 auto 0;
    font-size: 96px;
    line-height: 96px;
    letter-spacing: 2px;
  }
  .top-slider__title::after {
    display: none;
  }
  .top-slider__item {
    min-height: 668px;
  }
  .top-slider__text {
    font-size: 24px;
    line-height: 26px;
    max-width: 886px;
  }
  .top-slider .slick-arrow {
    width: 70px;
    height: 70px;
  }
  .top-slider .slick-prev {
    top: calc(50% - 70px);
  }
  .top-slider .slick-next {
    bottom: calc(50% - 70px);
  }
  .top-slider .slick-dots .slick-active button {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .top-slider .slick-dots button {
    font-size: 0;
    border: none;
    background-color: #fff;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
  }
}

/*******************CALL SECTION START*/
.call {
  background-color: #5da540;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  min-height: 301px;
}

.call__title {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.call__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
}

.call__btn {
  font-size: 18px;
  line-height: 18px;
  padding: 16px;
  color: #5da540;
  border-radius: 3px;
  border: none;
  background-color: #f8e8e8;
  min-width: 210px;
}

@media (min-width: 768px) {
  .call {
    text-align: left;
  }
  .call__inner {
    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;
  }
  .call__box {
    max-width: 427px;
    margin-top: 20px;
  }
  .call__text {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .call__box {
    max-width: 695px;
  }
}

@media (min-width: 1440px) {
  .call__inner {
    padding: 0 80px;
  }
  .call__box {
    max-width: 696px;
  }
}

/****************Start section services*********/
.services {
  padding: 25px 0 40px;
  text-align: center;
}

.services__title {
  margin-bottom: 47px;
  color: #5da540;
}

.services__descr {
  font-size: 20px;
  line-height: 24px;
  color: #4a4a4a;
  margin-bottom: 21px;
}

.services__text {
  color: #797979;
  line-height: 17px;
  font-size: 15px;
  margin-bottom: 40px;
}

.services__item {
  min-height: 315px;
  border: 1px solid #f8e8e8;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 18px;
}

.services__item:last-child {
  border-bottom: 1px solid #f8e8e8;
}

.services__item:hover .services__item-link,
.services__item:hover .services__item-text {
  opacity: 1;
  height: auto;
}

.services__item:hover .services__item-img {
  margin-bottom: 14px;
}

.services__item:hover .services__item-title {
  margin-bottom: 30px;
}

.services__item:hover .services__item-inner {
  border: 4px solid #5da540;
  margin: 18px 0;
  padding: 25px 20px 5px;
  min-height: 277px;
}

.services__item-img {
  margin-bottom: 30px;
}

.services__item-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #4a4a4a;
}

.services__item-text, .services__item-link {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services__item-text {
  margin-bottom: 17px;
}

.services__item-link {
  letter-spacing: 2px;
  color: #5da540;
}

@media (min-width: 640px) {
  .services {
    padding: 24px 0 0;
  }
  .services__title {
    margin-bottom: 38px;
  }
  .services__descr {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .services__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -30px;
  }
  .services__item {
    width: 50%;
  }
  .services__item:nth-child(even) {
    border-left: none;
  }
}

@media (min-width: 768px) {
  .services {
    padding: 58px 0 0;
  }
  .services__title {
    margin-bottom: 38px;
  }
  .services__descr {
    text-align: left;
  }
  .services__text {
    margin-bottom: 27px;
    text-align: left;
  }
  .services__items {
    margin: 0 -40px;
  }
  .services__item {
    padding: 0 65px;
    min-height: 334px;
  }
  .services__item:hover {
    padding: 0 18px;
  }
  .services__item:hover .services__item-inner {
    margin: 18px 0;
    padding: 25px 60px 5px;
    min-height: 288px;
  }
}

@media (min-width: 1024px) {
  .services {
    padding: 52px 0 0;
  }
  .services__title {
    margin-bottom: 60px;
  }
  .services__text {
    margin-bottom: 32px;
    max-width: 608px;
    font-size: 18px;
    line-height: 24px;
  }
  .services__item {
    width: 25%;
    padding: 0 17px;
    min-height: 295px;
  }
  .services__item:nth-child(2), .services__item:nth-child(6) {
    border-right: none;
  }
  .services__item:hover {
    padding: 0 17px;
  }
  .services__item:hover .services__item-inner {
    margin: 10px 0;
    padding: 21px 9px 5px;
    min-height: 255px;
  }
}

@media (min-width: 1440px) {
  .services {
    padding: 0;
  }
  .services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .services__head {
    min-width: 350px;
    margin-right: 60px;
  }
  .services__title {
    margin: 90px 0 70px;
    text-align: left;
  }
  .services__title:after {
    margin-left: 0;
  }
  .services__items {
    margin: 0;
    min-width: 920px;
  }
  .services__item {
    width: 230px;
    padding: 0 5px;
    height: 273px;
  }
  .services__item:hover {
    padding: 0 5px;
  }
  .services__item:hover .services__item-inner {
    margin: 5px 0;
    padding: 10px 3px 5px;
    min-height: 255px;
  }
}

/*********************Stert Project Section*********/
.project {
  text-align: center;
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#5da540), to(rgba(43, 64, 116, 0)));
  background: linear-gradient(180deg, #5da540 0%, rgba(43, 64, 116, 0) 100%);
}

.project__title {
  color: #fff;
  margin-bottom: 40px;
}

.project__title::after {
  background-color: #fff;
}

.project__item-img {
  min-height: 250px;
  border-radius: 4px;
  padding: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #5da540;
  background: rgba(248, 232, 232, 0.83);
  border-radius: 4px;
  min-height: 227px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 5px;
}

.project__item-inner:hover {
  opacity: 1;
}

.project__item-info, .project__item-search {
  margin: 0 7px;
}

.project__item-link {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  color: #5da540;
}

@media (min-width: 640px) {
  .project {
    padding: 40px 0 20px;
  }
  .project__item-img {
    min-height: 460px;
    border-radius: 4px;
    padding: 24px;
  }
  .project__item-inner {
    min-height: 417px;
  }
  .project__item-link {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .project {
    padding: 80px 0 60px;
  }
  .project__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project__item {
    width: 317px;
  }
  .project__item-img {
    min-height: 282px;
    border-radius: 4px;
    padding: 14px;
  }
  .project__item-inner {
    min-height: 256px;
  }
  .project__item-link {
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .project {
    padding: 80px 0 60px;
  }
  .project__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project__item-img {
    margin: 0 14px;
  }
}

@media (min-width: 1440px) {
  .project__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project__item {
    width: 268px;
  }
  .project__item-img {
    min-height: 239px;
  }
  .project__item-inner {
    min-height: 217px;
  }
}

/**************Start TEAM section******/
.team {
  padding: 20px 0 40px;
  text-align: center;
}

.team__images {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 4px;
}

.team__title {
  color: #5da540;
  margin-bottom: 23px;
}

.team__text {
  margin-bottom: 84px;
}

.team__btn {
  border: none;
  text-transform: uppercase;
  background-color: #5da540;
  color: #f8e8e8;
  font-weight: 500;
  padding: 21px 26px;
  border-radius: 3px;
}

@media (min-width: 640px) {
  .team {
    padding: 46px 0 53px;
  }
  .team__images {
    margin-bottom: 40px;
  }
  .team__title {
    margin-bottom: 40px;
  }
  .team__text {
    margin-bottom: 56px;
  }
  .team__btn {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .team {
    padding: 40px 0 48px;
    text-align: left;
  }
  .team__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team__images {
    width: 240px;
    margin-right: 34px;
    margin-bottom: 0;
    height: 100%;
  }
  .team__title {
    margin-bottom: 28px;
  }
  .team__title::after {
    margin-left: 0;
  }
  .team__text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .team {
    padding: 80px 0;
  }
  .team__images {
    width: 395px;
    margin-right: 60px;
  }
  .team__title {
    margin-bottom: 19px;
  }
  .team__text {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1440px) {
  .team {
    padding: 50px 0 110px;
  }
  .team__images {
    width: 470px;
    margin-right: 100px;
  }
  .team__title {
    margin-bottom: 40px;
  }
  .team__text {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 553px;
  }
}

/******************************************Start NEWS*******/
.blog {
  background-color: #f8e8e8;
  padding: 20px 0 40px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__post {
  margin-top: 20px;
  min-height: 210px;
  width: 100%;
  overflow: hidden;
  background-color: #5da540;
  color: #f8e8e8;
  padding: 10px;
  border-radius: 4px;
  border: none;
  position: relative;
}

.blog__post-title {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  color: #5da540;
  padding: 2px;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 18px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog__post {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .blog__post {
    width: 25%;
  }
}

/*******************START FOOTER**************/
.footer {
  background-color: #5da540;
  color: #f8e8e8;
  margin-top: 45px;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__inner {
  text-align: center;
  margin-bottom: 43px;
}

.footer__inner-btn {
  background-color: #5da540;
  border-radius: 3px;
  min-width: 230px;
  height: 60px;
  text-align: center;
  margin-top: -30px;
  border: none;
  overflow: hidden;
}

.footer__inner-text {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  margin-top: 67px;
}

.footer__inner p:last-child {
  margin-top: 10px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 33px;
  text-align: center;
}

.footer__social-img {
  height: 24px;
  margin-bottom: 16px;
}

.footer__widgets {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 43px;
}

.footer__widget-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}

.footer__widget-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.footer .list-widget-main-container {
  margin: 0 auto;
  border: none;
  margin-bottom: 42px;
}

@media (min-width: 640px) {
  .footer__inner-text {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
    margin-top: 54px;
  }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 33px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #f8e8e8;
    border-bottom: 1px solid #f8e8e8;
  }
  .footer__social a:first-child {
    border-left: none;
  }
  .footer__social-link {
    border-left: 1px solid #f8e8e8;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__social-img {
    height: 17px;
    margin: 0 auto;
  }
  .footer__widgets {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__widgets-item {
    width: 50%;
  }
  .footer__widget-title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .footer__widget-text {
    text-align: left;
  }
  .footer .list-widget-main-container {
    margin: 0;
    border: none;
    margin-bottom: 42px;
  }
}

@media (min-width: 768px) {
  .footer__inner-text {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }
  .footer__social {
    margin-bottom: 69px;
  }
  .footer__social-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer__social-img {
    height: 22px;
  }
}

@media (min-width: 1024px) {
  .footer__inner-text {
    margin-top: 125px;
    width: 750px;
  }
  .footer__social {
    margin-top: 80px;
  }
  .footer__social-img {
    height: 22px;
  }
  .footer__widgets-item {
    width: 25%;
  }
}

.copyright {
  background-color: #f8e8e8;
  min-height: 142px;
  text-align: center;
}

.copyright__content {
  text-align: center;
  padding-bottom: 20px;
}

.copyright__content-text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  padding: 56px 0 20px 0;
}

@media (min-width: 640px) {
  .copyright {
    min-height: 42px;
  }
  .copyright__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .copyright__content-text {
    padding: 0;
    margin: 0;
    margin-right: 23px;
  }
}

/***************************SINGLE PAGE*******/
.post {
  overflow: hidden;
}

.post__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 0 40px 0;
}

.post__title {
  color: #5da540;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.post__text {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}

.post__comments ol.commentlist li p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.post__comments .comment-reply-link {
  color: #e5345d;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.post__comments .respond {
  padding: 10px 0;
}

.post__comments h3#comments {
  color: #5da540;
  margin-bottom: 10px;
}

.post__comments .comment-meta {
  padding: 5px 0;
}

.post__comments .comment-reply-title {
  font-size: 18px;
  line-height: 24px;
  color: #5da540;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post__comments .comment-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post__comments .comment-form p {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post__comments .comment-form p label {
  font-size: 18px;
  line-height: 20px;
  color: #5da540;
}

.post__comments .required {
  color: #e5345d;
}

.post__comments textarea {
  max-width: 100%;
}

.post__comments .comment-form-cookies-consent {
  padding: 10px 0;
}

.post__comments .submit {
  font-size: 18px;
  line-height: 18px;
  padding: 16px;
  color: #f8e8e8;
  border-radius: 3px;
  border: none;
  background-color: #5da540;
  min-width: 210px;
  height: 60px;
}

@media (min-width: 640px) {
  .post__inner {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
  .post__comments .comment-form p {
    text-align: left;
  }
  .post__comments .submit {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .post__inner {
    max-width: 750px;
  }
  .post__comments .comment-form p {
    max-width: 750px;
  }
  .post__comments .comment-form p .submit {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */