/*   
Theme Name: Divchata Theme
Description: Divchata Theme
Author: Yurii Boiko
Version: 1.0
*/

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

html {
    font-size: 18px;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy-Regular.eot');
    src: url('fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/gilroy/Gilroy-Regular.woff') format('woff'),
        url('fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy-Bold.eot');
    src: url('fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    color: #828282;
    margin: 0;
    text-align: left;
}

.hidden {
  display: none;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

img,
iframe {
  max-width: 100%;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
        max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  .container {
        max-width: 1400px;
  }
}

.container-fluid {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  padding: 0;
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #F7DB6E;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
}

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

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,tr
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}





@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    z-index: 100;
  }

  ::-webkit-scrollbar-track {
    background: #fff;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #78CBE8;
  }

  :root {
    scrollbar-width: thin;
    scrollbar-color: #78CBE8 #fff;
  }
}

@media (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}




.hamburger {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 16px;
}

.hamburger span {
    position: relative;
    background-color: #F7DB6E;
    border-radius: 0;
    display: block;
    height: 2px;
    margin: 6px 0;
    padding: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 22px;
    cursor: pointer;
}

.hamburger span:nth-of-type(2) {
    width: 18px;
    margin-left: auto;
}

.hamburger.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

@media (min-width: 1025px) {
  .hamburger {
    display: none;
  }
  .hidden-desktop {
    display: none;
  }
}


.header {
    background-position: center;
    padding: 80px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__top {
    padding: 0px 0 80px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__bottom {
    padding: 80px 0 0px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.header__top, .header__top-right, .header__bottom, .header__menu {
    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;
}


.header__top-right .btn {
    margin: 0 2rem;
    height: 45px;
}

.header__logo {
    max-width: 500px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header:before {
    z-index: 0;
    content: '';
    background-color: #78CBE8;
    position: absolute;
    left: 0;
    width: 100%;
    height: 250px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header:after {
    z-index: 0;
    content: '';
    background-color: #F7DB6E;
    position: absolute;
    left: 0;
    width: 100%;
    height: 250px;
    top: 250px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .container  {
  z-index: 1;
  position: relative;
}

@media (min-width: 1025px) {
  .fixed .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 0;
  }
  .fixed .header:before {
      height: 75px;
      top: 0;
  }
  .fixed .header:after {
      height: 75px;
      top: 75px;
  }

  .fixed .header__title {
    font-size: 2rem;
      line-height: 1.3;
  }
  .fixed .header__logo {
      max-width: 200px;
  }

  .fixed .header__top, .fixed .header__bottom {
    padding: 15px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .fixed .header__menu a {
      padding: 5px 15px;
  }
}




.socials {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials li {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 0.5rem;
    border-radius: 4px;
    overflow: hidden;
}
.socials li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    z-index: 0;
}
.socials li a {
    width: 43px;
    height: 43px;
    font-size: 15px;
    font-weight: 400;
    line-height: 43px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.socials li a:hover:after {
    height: 100%;
}
.socials li a:after {
    background-color: #F7DB6E;
}
.socials li a svg {
    position: absolute;
    z-index: 1;
    width: 20px;
}
.socials svg path {
    fill: #fff;
}




.language-chooser {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.language-chooser li {
    display: inline-block;
    margin-left: 0.5rem;
    border: 1px solid #fff;
    border-radius: 4px;
    overflow: hidden;
}
.language-chooser li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    z-index: 0;
}
.language-chooser li a {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    position: relative;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.language-chooser li a:hover, .language-chooser li.active a {
    color: #fff;
}
.language-chooser li a:hover:after, .language-chooser li.active a:after {
    height: 100%;
}
.language-chooser li a:after {
    background-color: #F7DB6E;
}
.language-chooser li a span {
    position: relative;
    z-index: 1;
}





.btn {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.btn__primary {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn__primary:hover {
    background-color: #F7DB6E;
    color: #fff;
}

.btn__secondary {
    background-color: #F7DB6E;
    border: 1px solid #F7DB6E;
}
.btn__secondary:hover {
    background-color: #78CBE8;
    color: #fff;
    border: 1px solid #fff;
}

.header__title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.header__menu {
    margin: 0 -15px;
    list-style: none;
}
.header__menu > li > a {
    margin-left: 15px;
    padding: 15px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.header__menu > li > a:hover, .header__menu .current_page_item > a {
    color: #78CBE8;
}





@media (max-width: 1024px) {
  body {
    padding-top: 119px
  }
  .btn {
    padding: 10px 15px;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 0;
  }
.header__menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #78CBE8;
    top: 0;
    width: 100%;
    height: 0;
    overflow-y: auto;
    margin: 0;
    left: 0;
    padding: 30px 15px 30px 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-nav-active .header__menu {
  visibility: visible;
  z-index: 0;
  height: 100vh;
  opacity: 1;
}

 .header__top, .header__bottom {
      padding: 8px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .header__logo {
    max-width: 150px;
  }
  .header:before {
    height: 60px;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header:after {
    height: 60px;
    top: 60px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__title {
    font-size: 2rem;
    line-height: 1.3;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .header__top-right .socials, .header__top-right  .language-chooser {
    display: none;
  }
  .header__top-right .btn {
    margin: 0 2.5rem 0 0;

  }

  .header__menu .header__menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .header__menu > li {
    margin-bottom: 1rem;
  }
  .header__menu > li > a {
    margin-left: 0;
    padding: 15px 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__menu > li > a:hover, .header__menu .current_page_item > a {
    color: #F7DB6E;
  }

}

@media (max-width: 767px) {
    .header__menu .header__menu-mobile {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
}

.section {
    margin: 4rem 0;
}


.donate__block {
    margin: 0 auto;
    max-width: 90%;
    border: 2px solid #78CBE8;
padding: 4rem 3rem;
    text-align: center;
    background-color: #78CBE8;
  -webkit-transform: perspective(2000px) rotateY(5deg);
          transform: perspective(2000px) rotateY(5deg);
  border-radius: 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  -o-transition: transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.donate__block:hover {
    -webkit-transform: perspective(3000px) rotateY(2deg);
            transform: perspective(3000px) rotateY(2deg);
}
.donate__text {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: capitalize; 
}
.donate__block .btn {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
 .donate__block {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 100%;
  padding: 3rem 2rem;
 }
}




.subscribe form, .subscribe .form {
    margin: 0 auto;
    max-width: 600px;
    border: 2px solid #78CBE8;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
            box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.subscribe__title {
font-size: 1.5rem;
    color: #78CBE8;
    font-weight: 700;
}

.wpcf7-submit {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.wpcf7-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F7DB6E;
    color: #000;
    outline: none;
    color: #828282;
    padding: 10px 15px 10px 15px;
}
.wpcf7-text::-webkit-input-placeholder {
    color: #78CBE8;
}
.wpcf7-text::-moz-placeholder {
    color: #78CBE8;
}
.wpcf7-text:-ms-input-placeholder {
    color: #78CBE8;
}
.wpcf7-text::-ms-input-placeholder {
    color: #78CBE8;
}
.wpcf7-text::placeholder {
    color: #78CBE8;
}
.wpcf7-not-valid-tip {
    display: none!important;
}

.wpcf7-not-valid {
      border-radius: 2px;
    border: 1px solid red
}
.wpcf7-spinner {
    position: absolute;
    margin: 13px 0 1px 13px;
    right: -27px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #F7DB6E;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 1rem;
    border-width: 2px;
    border-radius: 2px;
    border-color: #F7DB6E;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #78CBE8;
}

.subscribe__title + p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}
.subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 136px);
}
[lang="uk"] .subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 175px);
}


@media (max-width: 1024px) {
  .subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 100px);
  }
  [lang="uk"] .subscribe__title + p .wpcf7-form-control-wrap {
    margin-right: 15px;
    max-width: calc(100% - 134px);
  }
}







.content {
  overflow: hidden;
}


.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
ol {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.content__block img {
    max-width: 70%;
}
.wp-block-image img {
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
    line-height: 1.4;
  }
  .alignright, .alignleft  {
    margin: 0 0 1rem 0;
    float: none;
    width: 100%;
  }
  .content__block img {
    max-width: 100%;
  }
  img {
    height: auto;
  }
}











.footer {
    background-color: #78CBE8;
    padding: 1rem 0;
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__bottom-copy {
    color: #fff;
}


@media (max-width: 767px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom-copy {
    margin-bottom: 1rem;
  }
}






.posts > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
}
.posts__image {
    margin-bottom: 1rem;
    overflow: hidden;
}
.posts__image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.posts__title {
    font-weight: 700;
    line-height: 1.4;
    padding: 0 1rem;
}
.posts__item {
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1rem;
    -webkit-box-shadow: #00000040 0px 4px 43px 0px;
            box-shadow: #00000040 0px 4px 43px 0px;
    height: calc(100% - 2rem);
    overflow: hidden;
    margin-bottom: 2rem;
}
.posts__item:hover {
    color: #F7DB6E;
}
.posts__item:hover .posts__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.posts__date {
    background-image: url(img/calendar.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    text-transform: capitalize;
    background-position: center left;
    margin: auto 1rem 1rem 1rem;
    color: #828282;
    display: inline-block;
    padding: 0 0 0 2rem;
}
.pagination {
    text-align: center;
    margin: 2rem 0;
}
.pagination span, .pagination a {
    border: 1px solid #78CBE8;
    display: inline-block;
    padding: 5px 0px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
.pagination a:hover {
    background-color: #F7DB6E;
    color: #fff;
    border: 1px solid #F7DB6E;
}
.pagination svg {
    position: relative;
    top: -2px;
}

.single__title {
    line-height: 1.2;
    margin-bottom: 2rem;
}
.single__banner {
    margin-bottom: 2rem;
}
.single__banner img  {
    width: 100%;
}

@media (max-width: 1024px) {
  .posts__image img {
    height: 140px;
  }
}

@media (max-width: 992px) {
  .posts > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
    .posts__image img {
    height: auto;
  }
}









.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.about__images {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
}
.about__image {
    margin-bottom: 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
            box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    overflow: hidden;
}
.about__image img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.about__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 66.66%;
    -webkit-box-flex: 0;
            flex: 0 0 66.66%;
    max-width: 66.66%;
    margin-top: -11px;
}
.about__content > *:last-child {
    margin-bottom: 0;
}



@media (max-width: 767px) {
  .about__images, .about__content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}




.counter {
  background-color: #78CBE8;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
            box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}

.counter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #78CBE8;
    border-bottom: 1px solid #78CBE8;
        padding: 2rem 0;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.counter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; 
}
.counter__item-number {
    font-weight: 700;
    color: #fff;
    font-size: 4rem;
    line-height: 1.2;
}

.counter__item-text {
    color: #fff;
  font-size: 1.3rem;
}

.counter__separator {
    width: 1px;
    height: 46px;
    left: 429px;
    top: 3128px;
    background: #78CBE8;
    margin: 0 33px;
}
.counter__separator:last-child {
    display: none;
}


@media (max-width: 767px) {
  .counter__item-number {
    font-size: 2rem;
}

.counter__item-text {
    font-size: 1rem;
}
  .counter__separator {
    margin: 0 15px;
  }
}






.partners__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.3%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3%;
    max-width: 33.3%;
}
.partners__logo img {
    max-width: 170px;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
}
.partners__logo {
    
    margin-bottom: 1rem;
}
.partners__name {
    line-height: 1.4;
    color: #78CBE8;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.partners__item a {
    color: #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 1rem;
    -webkit-box-shadow: #00000040 0px 4px 43px 0px;
            box-shadow: #00000040 0px 4px 43px 0px;
    height: calc(100% - 2rem);
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.partners__text {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: auto;
}


@media (max-width: 767px) {
  .partners__item  {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}