@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap");
/*Mixins*/
.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-15px {
  margin-bottom: 15px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-65px {
  margin-bottom: 65px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-75px {
  margin-bottom: 75px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-85px {
  margin-bottom: 85px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-95px {
  margin-bottom: 95px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.diving-banner.horiz .diving-banner__abs {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.posts-services__title:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.preimushestva-single__image:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html {
  overflow-x: hidden;
  font-size: 14px;
  min-height: 100%;
}

body {
  overflow: hidden;
  font: 14px "Raleway", sans-serif;
  line-height: 1.4 !important;
  width: 100%;
  font-weight: 400;
  background: #fff;
}

a:hover, a:focus, .btn:hover, .btn:focus {
  outline: none !important;
  text-decoration: none !important;
}

img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}

/*CSS*/
a {
  text-decoration: none;
  color: #099A60;
  border-bottom: 1px solid #099A60;
}
a.silver {
  color: #5c6c79;
}
a.brown {
  color: #866256;
}
a.white {
  color: #fff;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: 1;
}

h1, .h1 {
  margin: 0px 0 0px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

h2, .h2 {
  margin: 0px 0 40px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
  color: #000;
}

h3, .h3 {
  margin: 0px 0 40px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 125%;
  color: #000;
}

h4, .h4 {
  margin: 0px 0 30px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0094B6;
}

h5, .h5 {
  margin: 0px 0 20px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #0094B6;
}

h6, .h6 {
  margin: 0px 0 20px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  background: linear-gradient(180deg, #FFDE98 0%, #A08958 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
h6 span, .h6 span {
  -webkit-text-fill-color: initial;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 150%;
  color: #000;
}
p.white {
  color: #fff;
}

.fs-16px {
  font-size: 16px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-24px {
  font-size: 24px;
}

hr {
  margin-bottom: 20px;
  margin-top: 20px;
  border-color: rgba(255, 255, 255, 0.2);
}

ul {
  list-style: disc;
  margin-bottom: 40px;
  padding-left: 40px;
}
ul li {
  line-height: 1.2;
  padding-left: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}

ul.list-unstyled, ul.menu {
  list-style: none !important;
  padding-left: 0;
}
ul.list-unstyled li, ul.menu li {
  padding-left: 0 !important;
  background: none !important;
}

ol {
  padding-left: 40px;
  margin-bottom: 40px;
}
ol li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}
ol li strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.btn-default {
  background: #099A60;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 19px 21px 19px 30px;
  color: #fff;
  position: relative;
}
.btn-default img {
  margin-left: 21px;
}
.btn-default:hover, .btn-default:focus {
  opacity: 0.5;
  color: #fff;
}

.btn-primary {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: #8f98a6;
  padding: 12px 60px 12px;
  white-space: normal;
  text-transform: uppercase;
}
.btn-primary:disabled {
  color: #8f98a6;
  background: #ccc;
}
.btn-primary:hover, .btn-primary:focus {
  color: #8f98a6;
  text-decoration: none;
  background: #e7ecf2;
}

.btn-white {
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  line-height: 23px;
  padding: 13px 20px 13px 36px;
}
.btn-white img {
  margin-left: 10px;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
}

.btn-lg {
  font-size: 22px !important;
  line-height: 25px !important;
  padding: 14px 25px 10px;
}

.mw-90 {
  max-width: 90px;
}

.mw-150 {
  max-width: 150px;
}

.preimushestva {
  margin-bottom: 130px;
}
.preimushestva-single {
  background: #1C272C;
  text-align: center;
}
.preimushestva-single__image {
  margin-bottom: 30px;
  padding-top: 25px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preimushestva-single__image:before {
  content: "";
  position: absolute;
  width: 157.07px;
  height: 114.97px;
  top: 60%;
  left: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FEE9A6 0%, rgba(220, 171, 69, 0) 100%);
  opacity: 0.3;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
.preimushestva-single__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  padding-bottom: 25px;
}

.mb-130px {
  margin-bottom: 130px;
}

.disp-no {
  display: none;
}

.top-container {
  margin-top: 32px;
  position: relative;
}
.top-container__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
}
.top-container__text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 70%;
  height: 100%;
}
.top-container h1 {
  margin-bottom: 30px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #099A60;
}

.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.breadcrumbs span a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #099A60;
  border-bottom: 0;
}
.breadcrumbs span span {
  color: #fff;
}
.breadcrumbs span span span:last-child {
  display: none;
}

.breadcrumb_last {
  display: none;
}

.block-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 45px;
  color: #0094B6;
  text-align: center;
  margin-bottom: 40px;
}
.block-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}

.content-page {
  padding-bottom: 100px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
.footer-bottom {
  padding: 50px 0;
  background-color: #000;
}
.footer-top {
  background-color: #1E465E;
  padding: 100px 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo a {
  border-bottom: 0;
}
.footer-menu ul {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}
.footer-menu ul li {
  margin-bottom: 0;
}
.footer-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
  border-bottom: 0;
}
.footer-block {
  margin-bottom: 55px;
}
.footer-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #BCBCBC;
  line-height: 125%;
}
.footer-value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  line-height: 125%;
}
.footer-value a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 125%;
  border-bottom: 0;
}
.footer-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #BCBCBC;
  line-height: 125%;
}
.footer-title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #00E98C;
  line-height: 125%;
  margin-bottom: 65px;
}
.footer-made {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
}
.footer-made a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  line-height: 150%;
}

.bottom-container {
  padding: 90px 0;
  background-image: url("../images/obl.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-container__text {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #000;
}

.header-page {
  background-image: url("../images/header-page.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 26px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.header-page h1, .header-page .h1 {
  color: #099A60;
}
.header-home {
  background-image: url("../images/home.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 26px;
  position: relative;
  z-index: 2;
}
.header-logo a {
  border-bottom: 0;
}

.hamburger-box {
  background-color: #099A60;
  padding: 35px !important;
  border-radius: 50%;
}
.hamburger-inner {
  left: 15px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff !important;
}

.menu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 256px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
}

.relative-m {
  position: relative;
  z-index: 3;
}

.header-menu ul {
  padding-left: 0;
}
.header-menu ul li {
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.header-menu ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}
.header-menu ul li a {
  color: #fff;
  border-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.menu-container {
  display: none;
}

.map-container {
  margin-bottom: 50px;
}
.map-container p {
  margin-bottom: 15px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.map-container p:last-child {
  margin-bottom: 0px;
}
.map-container p a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #104b06;
  text-transform: none;
}

.contact-blocks {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}
.contact-blocks__single {
  background: #f6f6f6;
  padding: 30px;
}
.contact-blocks__single-label {
  display: flex;
  margin-bottom: 25px;
}
.contact-blocks__single-label i {
  font-size: 22px;
  color: #666666;
  margin-right: 15px;
  margin-top: 1px;
}
.contact-blocks__single-label div {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  text-transform: uppercase;
}
.contact-blocks__single-text a {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 300;
  font-size: 34px;
  color: #000;
  border-color: transparent;
}

.contact-work {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 100px;
}

.single-page .top-container {
  margin-bottom: 50px;
}

.right-sidebar .btn-default {
  border-radius: 0;
  width: 100%;
  background: #104b06;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.right-sidebar__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  font-style: italic;
}

.green-container h1, .green-container .h1 {
  padding: 40px 0 30px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

.right-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.files-container {
  margin-top: 95px;
}
.files-container__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.files-container__text {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.files-container__click {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4B4B4B;
}
.files-container__info {
  display: flex;
}
.files-container__file, .files-container__mb {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4B4B4B;
  text-transform: uppercase;
}
.files-container__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.files-container__link {
  display: flex;
  border-bottom: 0;
  align-items: center;
  justify-content: space-between;
  background-color: #DEEDF2;
  margin-bottom: 10px;
  padding: 20px 30px;
}

.home-page {
  background-image: url("../images/body.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 0px 0;
}

.three-blocks {
  margin-bottom: 95px;
}
.three-blocks .col-sm-4:first-child, .three-blocks .col-sm-4:nth-child(3) {
  margin-top: 140px;
}
.three-blocks .col-sm-4:nth-child(2) .three-blocks__item__title {
  color: #00AC48;
}
.three-blocks__item {
  text-align: center;
}
.three-blocks__item__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}
.three-blocks__item__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.three-blocks__image {
  margin-bottom: 30px;
}

.one-block {
  margin-bottom: 43px;
}
.one-block__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.repeater-blocks__item {
  margin-bottom: 50px;
}
.repeater-blocks__item__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #000;
  margin-bottom: 25px;
}
.repeater-blocks__item__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.top-container__image {
  position: relative;
  z-index: 2;
}

.top-home__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #00AC48;
}
.top-home__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.top-home__btn {
  margin-top: 20px;
}

.page-template-page-diving #header {
  margin-bottom: 0;
}

.diving-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.two-columns__single {
  position: relative;
}
.two-columns__single img {
  width: 100%;
}
.two-columns__content {
  position: absolute;
  bottom: 87px;
  left: 67px;
  width: 50%;
  height: auto;
}
.two-columns__title h3 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 34px;
}
.two-columns__text {
  min-height: 100px;
}
.two-columns__text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.diving-banner {
  position: relative;
}
.diving-banner img {
  width: 100%;
}
.diving-banner__abs {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: auto;
}
.diving-banner__abs.div-right {
  left: initial;
  right: 0;
  text-align: right;
}
.diving-banner__abs.div-right .container {
  display: flex;
  justify-content: flex-end;
}
.diving-banner__text h3, .diving-banner__text .h3 {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}
.diving-banner__text p {
  font-size: 22px;
  color: #fff;
}
.diving-banner__container {
  max-width: 50%;
}
.diving-banner.horiz .diving-banner__abs {
  top: 50%;
  bottom: initial;
}

.diving-four {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.diving-four a {
  display: block;
  position: relative;
}
.diving-four a img {
  width: 100%;
}

.four-columns__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 38px 50px;
}
.four-columns__title h3 {
  margin-bottom: 0;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 39px;
  color: #fff;
}

.diving-header {
  min-height: 1000px;
  background-size: cover;
  position: relative;
}
.diving-header .btn-default {
  padding-left: 30px;
  padding-right: 30px;
}
.diving-header__abs {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
.diving-header__subtitle {
  color: #fff;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.diving-header__title h1 {
  font-size: 80px;
  margin-bottom: 30px;
}
.diving-header__text p {
  color: #fff;
  font-size: 20px;
}

.diving-course {
  position: relative;
}
.diving-course img {
  width: 100%;
}
.diving-course__abs {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
.diving-course__abs h3, .diving-course__abs .h3 {
  color: #fff;
  font-size: 75px;
  margin-bottom: 17px;
}
.diving-course__abs p {
  color: #fff;
  font-size: 22px;
}
.diving-course__prog {
  margin-top: 45px;
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}

.diving-program {
  display: flex;
  border: 2px solid #fff;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  height: 60px;
}
.diving-program__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.diving-program__image {
  margin-left: 5px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.diving-program__image img {
  max-width: 40px;
  width: auto !important;
}

.archive-news__meta {
  display: flex;
}
.archive-news__meta-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.archive-news__meta-cats {
  display: flex;
  margin-left: 15px;
  color: #fff;
}
.archive-news__meta-cats div {
  margin-left: 5px;
  color: #fff;
}
.archive-news__single-image {
  position: relative;
}
.archive-news__single-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.archive-news__single-title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.archive-news__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 40px;
}

.posts-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.archive-meta {
  margin-top: 100px;
}

.single-categories__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0094B6;
  margin-bottom: 30px;
}
.single-categories ul li {
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 15px;
}
.single-categories ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.single-categories ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.news-tags {
  background: #F0F0F0;
  padding: 50px;
}
.news-tags__list {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}
.news-tags__list ul {
  margin-bottom: 0;
  display: flex;
}
.news-tags__list ul li a {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0094B6;
}
.news-tags__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
}

.single-image {
  margin-bottom: 30px;
}

.single-news__meta-date {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0094B6;
  margin-bottom: 50px;
}

.single-service {
  background: #f6f6f6;
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  border-bottom: 0;
}
.single-service__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #104b06;
  text-transform: uppercase;
  margin-bottom: 30px;
  min-height: 72px;
}
.single-service__text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

.posts-services__title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 500;
  font-size: 45px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}
.posts-services__title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 5px;
  background: #104b06;
  width: 232px;
}

.services-container .row {
  row-gap: 30px;
}
.services-container .single-service {
  height: 100%;
}

.single-services .green-container:before {
  display: none;
}