body {
  font-family: "Roboto", sans-serif;
}
img {
  width: 100%;
}
a,
a:hover {
  color: unset;
  text-decoration: unset;
}
::selection {
  color: #fff;
  background: #068843;
}
.rounded_10 {
  border-radius: 10px;
  overflow: hidden;
}
.rounded_30 {
  border-radius: 30px;
  overflow: hidden;
}
button {
  cursor: alias !important;
}
.textarea a {
  color: #068843;
  text-decoration: underline;
}
.textarea a:hover {
  color: rgba(6, 136, 67, 0.8);
}
.color_primary {
  color: #068843;
}
.bg_primary {
  background-color: #068843;
}
.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.section_title {
  font-family: "Yeseva One", sans-serif;
  font-size: 24px;
}
.section_header {
  display: flex;
}
.section_header h2 {
  font-family: "Yeseva One", sans-serif;
  font-size: 24px;
}
.bg-gray {
  background-color: #F3F1EF;
}
.btn_orange {
  background: linear-gradient(to right, #d98001, #f6ac53);
  color: #fff !important;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
  text-decoration: none !important;
  transition: all 1s;
  transition: background 1s ease-out;
}
.btn_orange:hover {
  background: linear-gradient(to right, #c27201, #ffac4b);
}
.btn_orange:active {
  background: linear-gradient(to right, #d98001, #f6ac53);
}
.btn_orange:focus {
  box-shadow: 0 0 0 0.25rem #fd990d40;
}
.btn-green {
  display: block;
  background-color: #068843;
  color: #fff !important;
  font-weight: bold;
  padding: 8px 26px;
  border-radius: 10px;
}
.btn-green:hover {
  background-color: #07a04f;
}
.btn-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 136, 67, 0.2);
}
.btn_up {
  display: flex;
  position: fixed;
  bottom: -100%;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #068843;
  color: white;
  cursor: pointer;
  padding: 20px 10px 100px;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  transition: all 1s;
  font-size: 15px;
}
.btn_up:hover {
  background-color: #06783C;
}
.btn_up span {
  margin-top: 15px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .btn_up {
    padding: 20px;
  }
}
.list {
  list-style: none;
  line-height: 1.9;
}
.list li::before {
  color: #068843;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.list.pointed li::before {
  content: "•";
  transform: scale(1.5);
}
.list.check li::before {
  content: "✓";
  transform: scale(1.2);
}
.pagination_line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination_line li {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px;
}
.pagination_line li:hover {
  text-decoration: underline;
}
.pagination_line li.active {
  background-color: #068843;
  color: #fff;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
}
.infoline {
  background-color: #fff;
}
.infoline .logo {
  display: flex;
  align-items: center;
}
.infoline .logo img {
  width: 100px;
}
@media (max-width: 767px) {
  .infoline .logo img {
    width: 60px;
  }
}
.infoline .logo span {
  margin-left: 10px;
  width: 170px;
  color: #B1B1B1;
}
.infoline .navbar-light .navbar-nav .nav-item {
  align-items: center;
  text-align: center;
  position: relative;
}
.infoline .navbar-light .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.infoline .navbar-light .navbar-nav .nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}
.infoline .navbar-light .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #000;
  opacity: 1;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 370px) {
  .infoline .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.infoline .contact h4 {
  font-weight: bold;
  font-size: 18px;
}
.infoline .workday .top {
  display: flex;
  align-items: center;
}
.infoline .workday .top i {
  font-size: 19px;
  color: #CCC6BD;
}
.infoline .workday .top h4 {
  color: #CCC6BD;
  font-size: 12px;
  width: 122px;
  margin-bottom: 0;
}
.infoline .mobile_buttons {
  display: flex;
}
.infoline .mobile_buttons i {
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  margin: 0 3px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f38100 0%, #ffad4a 100%);
}
@media (max-width: 370px) {
  .infoline .mobile_buttons i {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}
.headerwrapper {
  position: sticky;
  top: 0;
  z-index: 333;
  transition: all 0.5s;
}
.infoline_new {
  position: relative;
  background-color: #fff;
  transition: all 0.5s;
}
.infoline_new .logo img {
  width: 80px;
}
.infoline_new .phone {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.infoline_new .phone img {
  width: 45px;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .infoline_new .phone img {
    display: none !important;
  }
}
.infoline_new .phone span {
  font-size: 0.9rem;
}
.infoline_new .navbar-light .navbar-nav .nav-item {
  align-items: center;
  text-align: center;
  position: relative;
}
.infoline_new .navbar-light .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.infoline_new .navbar-light .navbar-nav .nav-item.dropdown:hover > .dropdown-menu > .dropdown:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}
.infoline_new .navbar-light .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #000;
  opacity: 1;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 370px) {
  .infoline_new .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.infoline_new .mobile_buttons {
  display: flex;
}
.infoline_new .mobile_buttons i {
  border-radius: 10px;
  font-size: 30px;
  color: #fff;
  margin: 0 3px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f38100 0%, #ffad4a 100%);
}
@media (max-width: 370px) {
  .infoline_new .mobile_buttons i {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}
.header {
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .header {
    background-color: #068843;
  }
}
@media (min-width: 991px) {
  .header .menu .green_line {
    position: relative;
    background-color: #f3eee9;
    padding-left: 20px;
  }
  .header .menu .green_line::after {
    content: '';
    background-color: #068843;
    width: 1000%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
.header .menu .catalog {
  background-color: #068843;
  margin-left: 0;
}
.header .menu .catalog > a {
  color: #fff !important;
}
.header .menu-section {
  padding-left: 0;
  height: auto;
}
.header .show_menu {
  display: flex;
  align-items: center;
  padding: 20px;
  filter: brightness(24.5);
}
.header .show_menu .menu-mobile-trigger {
  margin-right: 15px;
}
.header .show_menu .title {
  font-size: 20px;
  font-weight: bold;
}
.header .search_button {
  color: #fff;
}
.header .header_search_form .input {
  display: flex;
  flex: 0 100%;
  flex-flow: wrap row;
}
.header .header_search_form .input input {
  padding: 15px 0 15px 20px;
  border: 1px solid #c4c4c4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-grow: 1;
}
.header .header_search_form .input button {
  background-color: #068843;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 150px;
}
@media (max-width: 991px) {
  .header .header_search_form .input input,
  .header .header_search_form .input button {
    border-radius: 0;
  }
}
.social_block {
  display: flex;
}
.social_block ul {
  margin-bottom: 0;
}
.social_block i {
  padding: 5px;
  border: 3px solid #068843;
  background-color: #068843;
  border-radius: 50%;
  margin: 3px;
  transition: all 0.5s;
}
.social_block i:hover {
  color: #068843;
  border: 3px solid #068843;
  animation: anim-glow 2s ease infinite;
}
.social_block i::before {
  color: #fff;
}
@-webkit-keyframes anim-glow {
  0% {
    box-shadow: 0 0 #61ef61;
  }
  100% {
    box-shadow: 0 0 10px 8px transparent;
  }
}
@keyframes anim-glow {
  0% {
    box-shadow: 0 0 #61ef61;
  }
  100% {
    box-shadow: 0 0 10px 8px transparent;
  }
}
.swiper div[class^="swiper-button-"] {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: solid 2px #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
}
.swiper div[class^="swiper-button-"]::after {
  display: none;
}
.swiper div[class^="swiper-button-"] svg {
  width: 1.2em;
  height: 1.2em;
}
.swiper .swiper-button-prev {
  transform: scaleX(-1);
}
.swiper .swiper-pagination-bullet-active {
  transform: scale(1.4);
  background-color: #068843;
}
.hero_section .swiper-pagination {
  width: auto;
  background: #fff;
  bottom: 0;
  left: unset;
  padding: 5px 15px;
  border-radius: 20px 20px 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero_section .swiper-slide {
  height: unset;
  overflow: hidden;
  position: relative;
}
@media (min-width: 767px) {
  .hero_section .swiper-slide {
    min-height: 525px;
  }
}
.hero_section .swiper-slide .hero_image {
  position: absolute;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  transition: all 1s;
}
.hero_section .swiper-slide .container {
  position: relative;
  z-index: 1;
}
.hero_section .swiper-slide .container h2 {
  font-family: "Yeseva One", sans-serif;
  font-size: 54px;
}
@media (max-width: 767px) {
  .hero_section .swiper-slide .container h2 {
    font-size: 30px;
  }
}
.hero_section .swiper-slide .container .text {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .hero_section .swiper-slide .container .text {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .hero_section .swiper-slide {
    background-color: #E9E9E9;
  }
  .hero_section .swiper-slide .hero_image {
    position: relative;
    transform: scale(1);
    height: 300px;
  }
}
.hero_section .swiper-slide.swiper-slide-active .hero_image {
  transform: scale(1);
}
.breadcrumbs_section {
  background-position: center right;
  background-size: cover;
  position: relative;
}
.breadcrumbs_section .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.breadcrumbs_section h2 {
  font-family: "Yeseva One", sans-serif;
}
.breadcrumbs_section .breadcrumb-item {
  font-weight: bold;
}
.breadcrumbs_section .breadcrumb-item.active {
  color: #068843;
}
.breadcrumbs_section .container {
  position: relative;
  z-index: 1;
}
.breadcrumbs_section .breadcrumb-item + .breadcrumb-item::before {
  content: '\2022';
}
.advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage img {
  width: auto;
  margin-bottom: 20px;
  height: 60px;
}
.advantage span {
  text-align: center;
}
.home_catalog_section {
  background-color: rgba(232, 215, 163, 0.19);
  background-position: center;
  background-size: cover;
}
.home_catalog_section header {
  display: flex;
  align-items: center;
}
.home_catalog_section header h2 {
  font-family: "Yeseva One", sans-serif;
  font-size: 24px;
  margin-bottom: 0;
}
.home_catalog_section header span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.home_catalog_section .mobile_catalog_item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.catalog_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.catalog_item .price {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  padding: 8px 15px;
  background-color: #068843;
  border-radius: 10px 0 10px;
}
.catalog_item .img_wrap {
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
}
.catalog_item .image {
  height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog_item img {
  width: 100%;
}
.catalog_item h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
}
.catalog_item .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
  background-color: #fff;
  text-align: center;
}
.catalog_item .meta .top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  padding: 0.5em;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}
.catalog_item .meta .bottom {
  padding: 1rem 0.5rem;
}
.catalog_item:hover .meta {
  background: #efefef;
  transform: translateY(0);
}
.catalog_item:hover .meta .top {
  transform: translateY(0);
}
.home_aside {
  padding: 44px 26px 62px 26px;
  background-color: #fff;
}
.home_aside .widget {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  font-weight: 500;
  overflow: hidden;
}
.home_aside .widget.gray {
  background-color: #e9e9e9;
  color: #000;
  font-weight: unset;
}
.home_aside .widget.green {
  background-color: #068843;
}
.home_aside .widget.brown {
  background-color: #504032;
}
.home_aside .widget.makeup {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.home_aside .widget.makeup .text {
  padding: 20px;
  display: flex;
  width: 60%;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #5f3c23, #5f3c23 21);
}
.home_aside .news {
  margin-bottom: 24px;
}
.home_aside .news h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.home_aside .news span {
  font-size: 14px;
}
.home_aside .calc {
  border-radius: 10px;
  overflow: hidden;
}
.home_aside .calc figcaption {
  background: linear-gradient(to right, #e88100, #ffac4b);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
}
.offer_section {
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .offer_section {
    background-position: center left;
  }
}
.offer_section h2 {
  font-size: 1.9rem;
  font-family: "Yeseva One", sans-serif;
}
.offer_section h2:after {
  content: url(../themes/svokna/assets/images/staff/quote.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  top: 2px;
  position: relative;
  margin-left: 19px;
}
.abouts_section {
  background-color: rgba(232, 215, 163, 0.19);
  background-position: center;
  background-size: cover;
}
.abouts_section .abouts_item {
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100%;
}
.abouts_section .abouts_item .text {
  color: #fff;
  background-color: rgba(6, 136, 67, 0.8);
  width: 50%;
  padding: 3rem 1.5rem;
}
@media (max-width: 991px) {
  .abouts_section .abouts_item .text {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .abouts_section .abouts_item .text {
    width: 100%;
    margin-top: 90px;
  }
}
.abouts_section .abouts_item .text h3 {
  font-family: "Yeseva One", sans-serif;
  font-size: 24px;
}
@media (max-width: 768px) {
  .abouts_section .row .col-md-6:nth-child(2) .text {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .scheme_item {
    display: flex;
  }
}
.scheme_item .top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.scheme_item .top .number {
  background-color: #C4C4C4;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheme_item .top .image {
  height: 88px;
  width: auto;
}
@media (max-width: 768px) {
  .scheme_item .top .image {
    height: 55px;
    margin-right: 10px;
    min-width: 50px;
  }
}
.scheme_item .top .arrow {
  width: 52px;
  height: 9px;
}
@media (max-width: 768px) {
  .scheme_item .top .number,
  .scheme_item .top .arrow {
    display: none;
  }
}
.scheme_item h3 {
  font-size: 18px;
  font-weight: bold;
}
.scheme_item p {
  font-size: 14px;
}
.scheme_item .link {
  color: orange;
  text-decoration: underline;
}
.scheme_item.last .number {
  position: relative;
  background-color: #068843;
  color: #fff;
}
.scheme_item.last .number::after {
  content: url(../themes/svokna/assets/images/staff/check.png);
  display: inline-block;
  width: 28px;
  height: 28px;
  top: -26px;
  right: -15px;
  position: absolute;
  transform: scale(0.5);
}
.our_works_link_block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our_works_link_block .image {
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 75%;
  border-radius: 10px;
}
.our_works_link_block .limk {
  margin-top: auto;
  margin-bottom: 4%;
  background-color: #068843;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}
.home_works_gallery {
  background-size: cover;
  background-position: center;
  float: left;
  margin: 2% 3%;
  width: 19%;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.home_works_gallery:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.home_works_gallery:hover {
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .home_works_gallery {
    margin: 2% 2%;
    width: 21%;
  }
}
.reviews_section {
  background-color: #e8d7a330;
}
.review_item {
  border-radius: 10px;
  box-shadow: 0 0 7px 2px #f3efe9;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.review_item .head {
  background-color: #F3EFE9;
}
.review_item .review_gallery .image {
  background-position: center;
  background-size: cover;
}
.review_item .review_gallery .image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.stars * {
  color: #D98001;
}
.catalog_slider_section figure {
  text-align: center;
}
@media (max-width: 768px) {
  .catalog_slider_section figure img {
    border-radius: 10px;
  }
}
.catalog_slider_section figure figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .catalog_slider_section figure figcaption {
    font-size: 22px;
  }
}
.catalog_slider_section .swiper-pagination {
  position: relative;
}
.contacts_page h3 {
  font-family: "Yeseva One", sans-serif;
  margin-bottom: 1rem;
}
.contacts_page h4 {
  font-size: 18px;
  font-weight: bold;
}
.contacts_page .left {
  width: 60px;
}
.contacts_page .left .fa {
  font-size: 25px;
  background-color: #068843;
  color: #fff;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.contacts_page .right .fa {
  font-size: 23px;
  margin-right: 10px;
}
#map {
  width: 100%;
  height: 500px;
}
.representatives {
  background-color: rgba(232, 215, 163, 0.19);
  background-size: cover;
  background-position: center;
}
.catalog_page .gray {
  background-color: #FAF8F6;
}
.catalog_page img {
  border-radius: 10px;
}
.catalog_page h3 {
  font-size: 24px;
  font-family: "Yeseva One", sans-serif;
}
.catalog_page .text_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.window_page h2 {
  font-family: "Yeseva One", sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 1.3rem;
}
.window_page .price_buy {
  display: block;
  color: #068843;
  font-weight: bold;
  font-size: 24px;
}
.window_page .main_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.527);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window_page .main_swiper .swiper-slide:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.window_page .main_swiper .swiper-slide .zoom {
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 1s;
}
.window_page .main_swiper .swiper-slide:hover .zoom {
  opacity: 1;
  transform: scale(1.5);
}
.window_page .thumbs_swiper {
  margin-top: 10px;
}
.window_page .thumbs_swiper .swiper-slide {
  opacity: 0.4;
}
.window_page .thumbs_swiper .swiper-slide .image {
  background-position: center;
  background-size: cover;
}
.window_page .thumbs_swiper .swiper-slide .image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.window_page .thumbs_swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.window_page .primary .splide__slide {
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.527);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.window_page .primary .splide__slide:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.window_page .primary .splide__slide .zoom {
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: all 1s;
}
.window_page .primary .splide__slide:hover .zoom {
  opacity: 1;
  transform: scale(1.5);
}
.window_page .navi .splide__slide {
  border: none !important;
  opacity: 0.6;
  padding: 20px;
}
.window_page .navi .splide__slide .image {
  background-position: center;
  background-size: cover;
}
.window_page .navi .splide__slide .image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.window_page .navi .splide__slide.is-active {
  opacity: 1;
}
.window_page .buttons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .window_page .buttons .btn {
    width: 100%;
  }
}
.news_item {
  position: relative;
  height: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
}
.news_item__image {
  position: relative;
  top: -30px;
  height: 320px;
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .news_item__image {
    left: 0;
  }
}
.news_item__text h1 {
  padding-top: 15px;
  font-size: 1.3rem;
  color: #4B4B4B;
}
.news_item__text .separator {
  margin: 10px 0;
  border: 1px solid #C3C3C3;
}
.news_item__text_summary {
  height: 220px;
  overflow: auto;
}
.news_item__text_summary p {
  text-align: justify;
  padding-top: 10px;
  font-size: 0.95rem;
  line-height: 150%;
  color: #4B4B4B;
}
.news_item__meta {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 20px;
}
.news_item__meta ul {
  margin: 0;
}
.news_item__meta .date {
  line-height: 3.5rem;
  padding-left: 20px;
}
.news_item__meta .date :first-child {
  font-size: 6rem;
}
.news_item__meta .date li {
  display: flex;
  font-size: 2rem;
  color: #C3C3C3;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news_item__meta .date {
    padding-left: 10px;
  }
}
.news_item__button {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.news_item__button a {
  display: flex;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: -10px;
  background: #068843;
  border-radius: 10px 0 10px;
  text-transform: uppercase;
  transition: all .3s;
  border: 1px solid #068843;
}
.news_item__button a:hover {
  border: 1px solid #068843;
  animation: anim-glow 2s ease infinite;
}
.news_item__nav {
  position: relative;
  margin-top: -10px;
  margin-bottom: 50px;
}
.news_item__nav_item {
  padding: 10px 15px;
  margin-bottom: -10px;
  background: #068843;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 1px solid #068843;
  transition: all .3s;
}
.news_item__nav_item:hover {
  color: #fff;
  border: 1px solid #068843;
  animation: anim-glow 2s ease infinite;
}
.news_item__nav_item.previous_post {
  position: absolute;
  left: 0;
  border-radius: 0 10px 0 10px;
}
.news_item__nav_item.next_post {
  position: absolute;
  right: 0;
  border-radius: 10px 0 10px 0;
}
.abouts_page p {
  line-height: 30px;
}
.abouts_page .about_image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .abouts_page .about_image {
    min-height: 300px;
  }
}
.abouts_page .list div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.abouts_page .list div dt {
  background-color: #068843;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: #fff;
  margin-right: 20px;
}
.abouts_page .list div dd {
  margin-bottom: 0;
}
.abouts_page .quote {
  background-color: rgba(232, 215, 163, 0.19);
  background-size: cover;
  background-position: center;
}
.abouts_page .quote .text {
  padding: 50px 75px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .abouts_page .quote .text {
    padding: 17px 55px;
  }
}
.abouts_page .quote .text:before {
  content: url(../themes/svokna/assets/images/staff/quote.svg);
  display: inline-block;
  width: 34px;
  height: 34px;
  left: 5px;
  position: absolute;
  margin-left: 19px;
}
@media (max-width: 575px) {
  .abouts_page .quote .text:before {
    left: -8px;
  }
}
.abouts_page .quote .text q {
  font-weight: bold;
  font-style: italic;
}
.green_cf .form-control {
  border: 2px solid #C8C8C8;
  margin-bottom: 1rem;
  border-radius: 0;
}
.green_cf .form-control.text {
  padding: 5px 20px;
}
.green_cf .form-control::-webkit-input-placeholder {
  color: #a3a3a3;
}
.green_cf .form-control:focus,
.green_cf .form-control:active {
  color: #212529;
  background-color: #fff;
  border-color: #008e43 !important;
  outline: 0;
  box-shadow: 0 0 0 0.12rem #08b95b !important;
}
.green_cf .form-control:focus::-webkit-input-placeholder,
.green_cf .form-control:active::-webkit-input-placeholder {
  color: #008e43;
}
.green_cf .form-check {
  display: flex;
  align-items: center;
}
.green_cf .form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
}
.green_cf .form-check-input:checked {
  background-color: #068843;
  border-color: #068843;
}
.green_cf .form-group.shavings {
  position: relative;
}
.green_cf .form-group.shavings::after {
  content: url(../themes/svokna/assets/images/bg/footer/shavings.png);
  position: absolute;
  transform: scale(0.6);
  right: -40px;
  bottom: 9px;
}
@media (max-width: 767px) {
  .green_cf .form-group.shavings::after {
    right: -1px;
    bottom: 9px;
  }
}
.callback_section {
  background-color: #fff;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.callback_section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.123);
  transition: all 1s;
}
@media (max-width: 767px) {
  .callback_section::before {
    background-color: #5a5957c4;
  }
}
.callback_section .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .callback_section h2,
  .callback_section .form-check-label,
  .callback_section button {
    color: #fff;
    text-shadow: 1px 1px 10px #0000006e;
  }
}
.footer {
  overflow: hidden;
}
.footer .center {
  position: relative;
}
.footer .center:after {
  position: absolute;
  z-index: -1;
  content: '';
  background-image: url(../themes/svokna/assets/images/bg/footer/footer_left_bg.jpg);
  background-position: center right;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: -50vw;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.55);
}
.footer .right {
  position: relative;
}
.footer .right:after {
  position: absolute;
  z-index: -2;
  content: '';
  background-image: url(../themes/svokna/assets/images/bg/footer/footer_right_bg.jpg);
  background-position: center left;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: -30vw;
  left: 0;
}
@media (max-width: 767px) {
  .footer .right:after {
    right: -50%;
    left: -50%;
  }
}
.footer .right::before {
  content: url(../themes/svokna/assets/images/bg/footer/shavings.png);
  position: absolute;
  right: 10%;
}
@media (max-width: 767px) {
  .footer .right::before {
    transform: scale(0.7) translate(0, -19%);
  }
}
#callback_modal {
  border-radius: 10px;
}
#callback_modal .carousel__button {
  border: 2px solid #000;
  background-color: #fff;
  top: -24px;
  right: -19px;
}
#callback_modal .carousel__button svg {
  filter: brightness(0);
  transform: scale(0.8);
}
.ourworks_item h2 {
  font-family: "Yeseva One", sans-serif;
  font-size: 24px;
}
.ourworks_item .cover {
  border-radius: 10px;
}
.works_image {
  background-position: center;
  background-size: cover;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.catalog_row_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.catalog_row_item .image {
  background-size: cover;
  background-position: center;
  float: left;
  margin: 2% 3%;
  width: 100%;
  transition: all 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.catalog_row_item .image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.catalog_row_item .image:hover {
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
}
.catalog_row_item h4 {
  font-family: "Yeseva One", sans-serif;
  font-size: 18px;
}
.catalog_row_item span {
  display: block;
  font-weight: bold;
  color: #068843;
}
.catalog_list-item {
  columns: 4;
}
@media (max-width: 993px) {
  .catalog_list-item {
    columns: 1 !important;
  }
}
.blog_section .blog_item {
  background: #fff;
  box-shadow: 0px 8px 20px 0px #0000004f;
  border-radius: .3rem;
  margin-top: 4rem;
}
.blog_section .blog_item .image_thumb {
  position: relative;
  top: -1.5rem;
  overflow: hidden;
  border-radius: .3rem;
  box-shadow: 0px 8px 20px 0px #0000008c;
}
.blog_section .blog_item .meta {
  display: flex;
}
.blog_section .blog_item .meta i {
  color: #068843;
  margin-right: 0.5rem;
}
.blog_section .blog_item .meta li {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}
.blog_section .blog_item .meta.with_img {
  bottom: 0;
  padding: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .blog_section .blog_item .meta.with_img {
    border-top-right-radius: .3rem;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .blog_section .blog_item .meta.with_img {
    width: 100%;
  }
}
.blog_section .blog_item h3 {
  font-family: "Yeseva One", sans-serif;
}
.blog_section .blog_item .btn {
  display: flex;
  color: #fff;
  padding: 10px 15px;
  background: #068843;
  border-radius: 10px 0 10px;
  text-transform: uppercase;
  transition: all .3s;
  border: 1px solid #068843;
  position: absolute;
  right: 3rem;
  transform: translateY(-50%);
}
.blog_section .blog_item .date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_section .blog_item .date :first-child {
  font-size: 5rem;
}
.blog_section .blog_item .date li {
  line-height: 1;
  display: flex;
  font-size: 2rem;
  color: #C3C3C3;
  text-transform: uppercase;
  font-weight: bold;
}
.blog_section .blog_post {
  background: #fff;
  box-shadow: 0px 8px 20px 0px #0000004f;
  border-radius: 10px;
  position: relative;
}
.blog_section .blog_post h1 {
  font-family: "Yeseva One", sans-serif;
}
.blog_section .blog_post .image_thumb {
  position: relative;
  top: -1.5rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 8px 20px 0px #0000008c;
}
.blog_section .blog_post .navigation {
  width: 100%;
  position: absolute;
}
.blog_section .blog_post .nav_button {
  font-family: "Yeseva One", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #068843;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 1px solid #068843;
  transition: all .3s;
  transform: translateY(-50%);
}
.blog_section .blog_post .nav_button.prev {
  border-radius: 0 10px 0 10px;
  position: absolute;
  left: 3rem !important;
}
.blog_section .blog_post .nav_button.next {
  border-radius: 10px 0 10px 0;
  position: absolute;
  right: 3rem !important;
}
.outside_buttons {
  position: relative;
}
.outside_buttons .sw_nav {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="40" height="40"><path d="m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z"></path></svg>');
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: solid 2px #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
}
.outside_buttons .prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.outside_buttons .next {
  right: 0;
}
.outside_buttons .swiper-pagination {
  position: relative;
}
.search-form__area {
  display: flex;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 100%;
  flex-flow: wrap row;
}
.search-form__input {
  padding: 15px 0 15px 20px;
  border: 1px solid #c4c4c4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-grow: 1;
}
.search-form__button {
  width: 10%;
  background-color: #068843;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 150px;
}
.search-form__results {
  margin-top: 45px;
}
.search-result {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-result__item {
  transition: all 0.2s ease-in;
}
.search-result__item:hover {
  color: #D98001;
}
.search-result__content {
  line-height: 2;
}
.search-result__title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  margin: 0;
}
.search-result__description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
a.oc-link-green {
  color: #068843;
  text-decoration: underline;
  cursor: alias;
}
img.oc-img-rounded {
  background-clip: padding-box;
  border-radius: 5px;
  filter: drop-shadow(2px 4px 6px #000000);
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
img {
  position: relative;
  max-width: 100%;
}
img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-fil {
  margin-left: 0;
}
img.fr-dib.fr-fir {
  margin-right: 0;
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
.static_page_content h1,
.static_page_content h2,
.static_page_content h3,
.static_page_content h4,
.static_page_content h5,
.static_page_content h6 {
  font-family: "Yeseva One", sans-serif;
}
