body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
  color: #161519;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Mulish", sans-serif !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

a:focus img {
  outline: none !important;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 24px 0;
}

.breadcrumbs li {
  margin-right: 7px;
}

.breadcrumbs li, .breadcrumbs a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #212121;
}

.breadcrumbs a {
  color: #9E9E9E;
}

.container {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1690px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1430px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .map iframe {
    margin-bottom: 50px !important;
  }
}
a.button {
  padding: 12px 24px;
  border-radius: 100px;
  background: #4CAF50;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

h2.title {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #4CAF50;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  h2.title {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
}
h2.title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #81C784;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

header.site-header .header_content .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header.site-header .header_content .left_side .site-logo {
  margin-right: 40px;
  max-width: 180px;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side .site-logo {
    margin-right: 20px;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .left_side .site-logo {
    margin-right: 0;
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .left_side .desktop_menu nav.primary-navigation {
    display: none;
  }
}
header.site-header .header_content .left_side nav.primary-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header.site-header .header_content .left_side nav.primary-navigation ul li {
  margin-right: 24px;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side nav.primary-navigation ul li {
    margin-right: 14px;
  }
}
header.site-header .header_content .left_side nav.primary-navigation ul li:hover > a {
  color: #81C784;
  border-bottom: 3px solid #4CAF50;
  transition: all 0.3s;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.current_page_item > a {
  color: #4CAF50;
}

header.site-header .header_content .left_side nav.primary-navigation ul li a {
  padding: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side nav.primary-navigation ul li a {
    font-size: 18px;
    padding: 12px 5px;
  }
}
header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children {
  position: relative;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children button {
  display: none;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  left: 0;
  width: 205px;
  padding: 12px;
  display: none;
  background: #F5F5F5;
  border-radius: 15px;
  z-index: 9;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu li {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-right: 0;
  padding-top: 10px;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu li:first-of-type {
  padding-top: 0;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #9E9E9E;
  padding: 0;
  transition: all 0.3s;
  border-bottom: 0;
}

header.site-header .header_content .left_side nav.primary-navigation ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: #4CAF50;
  transition: all 0.3s;
}

header.site-header .header_content .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.site-header .header_content .actions .burger {
  display: none;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .actions .burger {
    display: block;
  }
}
header.site-header .header_content .actions .social {
  display: flex;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .actions .social {
    display: none;
  }
}
header.site-header .header_content .actions .social a {
  margin-right: 12px;
  height: 50px;
  transition: all 0.3s;
}

header.site-header .header_content .actions .social a:hover svg rect {
  fill: rgb(129, 199, 132);
  transition: all 0.3s;
}

header.site-header .header_content .actions .social a:hover svg path {
  fill: white;
  transition: all 0.3s;
}

header.site-header .header_content .actions .social a svg rect {
  transition: all 0.3s;
}

header.site-header .header_content .actions .social a svg path {
  transition: all 0.3s;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .actions a.button {
    padding: 8px 14px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .actions a.button {
    font-size: 16px;
    line-height: 23px;
  }
}
header.site-header .header_content .actions .lang {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: 12px;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .actions .lang {
    margin-right: 7px;
  }
}
header.site-header .header_content .actions .lang .pll-parent-menu-item {
  position: relative;
}

header.site-header .header_content .actions .lang .pll-parent-menu-item:hover ul.sub-menu {
  display: block;
}

header.site-header .header_content .actions .lang ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  z-index: 99;
}

header.site-header .header_content .actions .lang ul.sub-menu li {
  margin-bottom: 10px;
}

header.site-header .header_content .actions .lang svg {
  margin-left: 5px;
}

header.site-header .header_content .mobile_burger_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .mobile_burger_menu {
    display: block;
    position: fixed;
    max-width: 375px;
    width: 100%;
    right: -400px;
    top: 0;
    bottom: 0;
    background: white;
    padding: 90px 20px;
    z-index: 9;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .mobile_burger_menu.active {
    right: 0;
    transition: all 0.3s;
  }
}
header.site-header .header_content .mobile_burger_menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

header.site-header .header_content .mobile_burger_menu .site-logo {
  text-align: center;
  margin-bottom: 32px;
  max-width: 180px;
}

header.site-header .header_content .mobile_burger_menu nav.primary-navigation ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #212121;
  padding: 12px;
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 8px;
}

header.site-header .header_content .mobile_burger_menu nav.primary-navigation ul li .sub-menu-toggle {
  display: none;
}

header.site-header .header_content .mobile_burger_menu nav.primary-navigation ul li.menu-item-has-children:hover ul.sub-menu {
  height: auto;
}

header.site-header .header_content .mobile_burger_menu nav.primary-navigation ul li ul.sub-menu {
  height: 0;
  overflow: hidden;
}

header.site-header .header_content .mobile_burger_menu .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

header.site-header .header_content .mobile_burger_menu .social a {
  margin: 0 6px;
}

header.site-header .header_content .mobile_burger_menu .contacts {
  max-width: 220px;
  margin: 0 auto;
}

header.site-header .header_content .mobile_burger_menu .contacts a, header.site-header .header_content .mobile_burger_menu .contacts p {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 10px;
}

header.site-header .header_content .mobile_burger_menu .contacts a svg, header.site-header .header_content .mobile_burger_menu .contacts p svg {
  margin-right: 12px;
}

.main_section {
  text-align: center;
  margin-top: 74px;
  background: url("/wp-content/themes/victor-child/assets/img/bg_main.png");
  background-size: contain;
  margin-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .main_section {
    margin-top: 32px;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.main_section h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #4CAF50;
  max-width: 1100px;
  margin: 0 auto 12px;
}

@media screen and (max-width: 991px) {
  .main_section h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 10px 24px;
  }
}
.main_section p {
  max-width: 800px;
  font-family: Mulish, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #6E6E6E;
  margin: 0 auto 32px;
}

@media screen and (max-width: 991px) {
  .main_section p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 10px 32px;
  }
}
.main_section .main_slider .slide {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin: 0 12px;
  width: calc(100% - 24px) !important;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .main_section .main_slider .slide {
    height: 200px;
  }
}
.main_section .main_slider .slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.main_section .main_slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #81C784;
  margin: 0 4px;
  opacity: 0.5;
}

.main_section .main_slider .slick-dots li.slick-active {
  opacity: 1;
}

.main_section .main_slider .slick-dots li button {
  display: none;
}

.section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section_head {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .section_head h2.title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .section_head a.button {
    font-size: 16px;
    line-height: 23px;
  }
}
.home_about_wrap {
  padding: 32px 0 49px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .home_about_wrap {
    border: 0;
  }
}
.home_about_wrap .home_about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .home_about_wrap .home_about {
    flex-wrap: wrap;
  }
}
.home_about_wrap .home_about .description {
  max-width: 385px;
  width: 100%;
  color: #6E6E6E;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .home_about_wrap .home_about .description {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    padding: 18px 0;
    margin-bottom: 32px;
  }
}
.home_about_wrap .home_about .cards {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 567px);
  width: 100%;
}

@media screen and (max-width: 1430px) {
  .home_about_wrap .home_about .cards {
    max-width: calc(100% - 410px);
  }
}
@media screen and (max-width: 991px) {
  .home_about_wrap .home_about .cards {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.home_about_wrap .home_about .cards .card_about_home {
  max-width: calc(33.3333333333% - 26px);
  width: 100%;
}

@media screen and (max-width: 1230px) {
  .home_about_wrap .home_about .cards .card_about_home {
    max-width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .home_about_wrap .home_about .cards .card_about_home {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
}
@media screen and (max-width: 991px) {
  .home_about_wrap .home_about .cards .card_about_home:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.home_about_wrap .home_about .cards .card_about_home img {
  margin-bottom: 12px;
}

.home_about_wrap .home_about .cards .card_about_home h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 12px;
}

@media screen and (max-width: 1230px) {
  .home_about_wrap .home_about .cards .card_about_home h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home_about_wrap .home_about .cards .card_about_home h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.home_about_wrap .home_about .cards .card_about_home p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6E6E6E;
}

.what_recycle {
  margin: 100px 0;
}

@media screen and (max-width: 991px) {
  .what_recycle {
    margin: 20px 0 50px;
  }
}
.what_recycle .types {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 1230px) {
  .what_recycle .types {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .what_recycle .types {
    margin-top: 32px;
  }
}
.what_recycle .types .card {
  max-width: calc(25% - 18px);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 25px;
  padding: 52px 30px 30px;
  transition: all 0.3s;
}

@media screen and (max-width: 1230px) {
  .what_recycle .types .card {
    max-width: calc(50% - 18px);
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .what_recycle .types .card {
    padding: 18px 24px;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.what_recycle .types .card:hover {
  border: 1px solid #4CAF50;
  transition: all 0.3s;
}

.what_recycle .types .card:hover .icon {
  background: rgb(148, 207, 150);
  transition: all 0.3s;
}

.what_recycle .types .card:hover .icon svg path {
  fill: white !important;
  transition: all 0.3s;
}

.what_recycle .types .card .icon {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  background: rgb(236, 247, 237);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .what_recycle .types .card .icon {
    width: 100px;
    height: 100px;
  }
}
.what_recycle .types .card .icon svg path {
  transition: all 0.3s;
}

.what_recycle .types .card h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #212121;
  height: 76px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .what_recycle .types .card h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    height: 50px;
  }
}
.what_recycle .types .card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Sets the maximum number of lines to 3 */
  overflow: hidden; /* Hides any overflowing content */
  text-overflow: ellipsis; /* Ensures the ellipsis appears */
}

@media screen and (max-width: 768px) {
  .what_recycle .types .card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.what_recycle .types .card a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .what_recycle .types .card a.button {
    font-size: 16px;
    line-height: 23px;
  }
}
.what_recycle .types .card a.button:hover {
  background: rgb(129, 199, 132);
  transition: all 0.3s;
}

.what_recycle .types .card a.button:hover svg {
  transition: all 0.3s;
  transform: scale(1);
  width: 24px;
}

.what_recycle .types .card a.button svg {
  margin-left: 10px;
  transform: scale(0);
  transition: all 0.3s;
  width: 0;
}

.modals .modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  backdrop-filter: blur(29.7999992371px);
}

.modals .modal_overlay.active {
  display: block;
}

.modals .modal_overlay .modal {
  max-width: 1400px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  background: #FFFFFF;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 25px;
  padding: 95px 80px 49px 80px;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .modals .modal_overlay .modal {
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .modals .modal_overlay .modal {
    flex-wrap: wrap;
    overflow: auto;
    max-height: calc(100vh - 30px);
  }
}
@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal {
    padding: 70px 20px 20px;
  }
}
.modals .modal_overlay .modal .close {
  position: absolute;
  top: 30px;
  right: 80px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .close {
    top: 20px;
    right: 20px;
  }
}
.modals .modal_overlay .modal .left_side {
  max-width: 53%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .modals .modal_overlay .modal .left_side {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.modals .modal_overlay .modal .left_side h4 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #363535;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .left_side h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.modals .modal_overlay .modal .left_side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #9E9E9E;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .left_side p {
    font-size: 16px;
    line-height: 22px;
  }
}
.modals .modal_overlay .modal .left_side .images {
  display: flex;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .left_side .images {
    max-width: 640px;
    width: 100%;
    overflow: auto;
  }
}
.modals .modal_overlay .modal .left_side .images .img_wrap {
  border-radius: 25px;
  max-width: 59%;
  position: relative;
  overflow: hidden;
  height: 262px;
  width: 100%;
}

.modals .modal_overlay .modal .left_side .images .img_wrap:first-of-type {
  max-width: 40%;
  margin-right: 1%;
}

.modals .modal_overlay .modal .left_side .images .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.modals .modal_overlay .modal .right_side {
  width: 100%;
  max-width: 45%;
}

@media screen and (max-width: 991px) {
  .modals .modal_overlay .modal .right_side {
    max-width: 100%;
  }
}
.modals .modal_overlay .modal .right_side h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #4CAF50;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .right_side h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.modals .modal_overlay .modal .right_side ul {
  padding-left: 30px;
  margin-bottom: 25px;
}

.modals .modal_overlay .modal .right_side ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 768px) {
  .modals .modal_overlay .modal .right_side ul li {
    font-size: 16px;
    line-height: 23px;
  }
}
.stages_wrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .stages_wrap {
    margin-bottom: 70px;
  }
}
.stages_wrap .stages {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 991px) {
  .stages_wrap .stages {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}
.stages_wrap .stages:before {
  content: "";
  left: 5%;
  right: 0;
  height: 10px;
  background: rgba(129, 199, 132, 0.2);
  width: 90%;
  top: 60px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .stages_wrap .stages:before {
    display: none;
  }
}
.stages_wrap .stages .stage {
  max-width: 17%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .stages_wrap .stages .stage {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.stages_wrap .stages .stage:last-of-type {
  margin-bottom: 0;
}

.stages_wrap .stages .stage:hover .number {
  transition: all 0.4s;
  border: 2px solid #389B3C;
}

.stages_wrap .stages .stage:hover .number span {
  color: white;
  transition: all 0.4s;
}

.stages_wrap .stages .stage:hover .number:before {
  opacity: 1;
  transition: all 0.4s;
}

.stages_wrap .stages .stage .number {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  margin: 0 auto 32px;
  border: 2px solid #81C784;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  position: relative;
  background: white;
}

@media screen and (max-width: 1230px) {
  .stages_wrap .stages .stage .number {
    margin-bottom: 12px;
  }
}
.stages_wrap .stages .stage .number span {
  font-size: 36px;
  color: #81C784;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}

.stages_wrap .stages .stage .number:before {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  top: -1px;
  bottom: 0;
  background: radial-gradient(49.91% 49.85% at 49.91% 50.15%, #4CAF50 0%, #389B3C 100%);
  opacity: 0;
  transition: all 0.4s;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  z-index: 1;
}

.stages_wrap .stages .stage h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
  .stages_wrap .stages .stage h5 {
    height: 115px;
  }
}
@media screen and (max-width: 1230px) {
  .stages_wrap .stages .stage h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .stages_wrap .stages .stage h5 {
    height: auto;
  }
}
.stages_wrap .stages .stage p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 1230px) {
  .stages_wrap .stages .stage p {
    font-size: 16px;
    line-height: 23px;
  }
}
.why_us {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .why_us {
    margin-bottom: 45px;
  }
}
.why_us .reasons {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .why_us .reasons {
    flex-wrap: wrap;
    margin-top: 32px;
  }
}
.why_us .reasons .left_side, .why_us .reasons .right_side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 25%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side, .why_us .reasons .right_side {
    order: 1;
    max-width: 100%;
  }
}
.why_us .reasons .left_side .reason, .why_us .reasons .right_side .reason {
  background-size: contain;
  background-position: left bottom;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side .reason, .why_us .reasons .right_side .reason {
    margin-bottom: 24px;
  }
}
.why_us .reasons .left_side .reason:after, .why_us .reasons .right_side .reason:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url("/wp-content/themes/victor-child/assets/img/border.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side .reason:after, .why_us .reasons .right_side .reason:after {
    display: block;
  }
}
.why_us .reasons .left_side .reason:before, .why_us .reasons .right_side .reason:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 85px;
  background-image: url("/wp-content/themes/victor-child/assets/img/reason1.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -70px;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side .reason:before, .why_us .reasons .right_side .reason:before {
    display: none;
  }
}
.why_us .reasons .left_side .reason.reason_2:before, .why_us .reasons .right_side .reason.reason_2:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/reason2.png");
  bottom: -20px;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side .reason.reason_2:before, .why_us .reasons .right_side .reason.reason_2:before {
    background-position: bottom;
    bottom: 0;
  }
}
.why_us .reasons .left_side .reason.reason_3:before, .why_us .reasons .right_side .reason.reason_3:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/reason3.png");
  bottom: -70px;
  left: -50px;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .left_side .reason.reason_3:before, .why_us .reasons .right_side .reason.reason_3:before {
    bottom: 0;
    left: 0;
    background-position: top left;
  }
}
.why_us .reasons .left_side .reason.reason_4:before, .why_us .reasons .right_side .reason.reason_4:before {
  background-image: url("/wp-content/themes/victor-child/assets/img/reason4.png");
  bottom: -20px;
  left: -50px;
}

.why_us .reasons .left_side .reason h5, .why_us .reasons .right_side .reason h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 18px;
}

@media screen and (max-width: 1230px) {
  .why_us .reasons .left_side .reason h5, .why_us .reasons .right_side .reason h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.why_us .reasons .left_side .reason p, .why_us .reasons .right_side .reason p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 1230px) {
  .why_us .reasons .left_side .reason p, .why_us .reasons .right_side .reason p {
    font-size: 16px;
    line-height: 23px;
  }
}
.why_us .reasons .center_img {
  max-width: 45%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .why_us .reasons .center_img {
    order: 0;
    max-width: 100%;
  }
}
.partners_wrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .partners_wrap {
    margin-bottom: 70px;
  }
}
.partners_wrap .partners {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 1230px) {
  .partners_wrap .partners {
    flex-wrap: wrap;
  }
}
.partners_wrap .partners .img_wrap {
  max-width: calc(16.6666666667% - 20px);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  border-radius: 25px;
  padding: 15px 0;
}

@media screen and (max-width: 1230px) {
  .partners_wrap .partners .img_wrap {
    max-width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .partners_wrap .partners .img_wrap {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .partners_wrap .partners .img_wrap {
    max-width: 100%;
  }
}
.rep {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 32px;
  height: 700px;
}

@media screen and (max-width: 1400px) {
  .rep {
    max-width: calc(100% - 30px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .rep {
    height: 547px;
    margin: 0 auto 70px;
    padding: 0 10px;
  }
}
.rep:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 245px;
  width: 100%;
  background-image: url("/wp-content/themes/victor-child/assets/img/rep_vector.png");
  position: absolute;
}

@media screen and (max-width: 991px) {
  .rep:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
}
.rep .leafs {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 2;
  max-width: 220px;
}

@media screen and (max-width: 991px) {
  .rep .leafs {
    max-width: 72px;
    top: -20px;
  }
}
.rep .section_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .rep .section_img {
    max-width: 250px;
  }
}
.rep .content {
  max-width: 50%;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .rep .content {
    max-width: 100%;
    top: 30%;
  }
}
.rep .content h5 {
  text-align: center;
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #4CAF50;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .rep .content h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .rep .content h5 {
    margin-bottom: 20px;
  }
}
.rep .content p {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #6E6E6E;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .rep .content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.rep .content a {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .rep .content a {
    font-size: 16px;
    line-height: 23px;
  }
}
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  backdrop-filter: blur(20px);
  display: none;
}

.modal_overlay.active {
  display: block;
}

.modal_overlay .modal {
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1215686275);
  background: #FFFFFF;
  border-radius: 25px;
  padding: 95px 80px 50px;
  max-width: 1230px;
  max-height: 796px;
  overflow-y: auto;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

@media screen and (max-width: 1230px) {
  .modal_overlay .modal {
    max-width: calc(100% - 30px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .modal_overlay .modal {
    padding: 65px 20px 20px;
  }
}
.modal_overlay .modal .close {
  position: absolute;
  top: 30px;
  right: 80px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .modal_overlay .modal .close {
    top: 20px;
    right: 20px;
  }
}
.modal_overlay .modal h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #363535;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.modal_overlay .modal h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #6E6E6E;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.modal_overlay .modal p.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #9E9E9E;
  margin-bottom: 32px;
}

.modal_overlay .modal .form form .form_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal_overlay .modal .form form .form_wrap p {
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.modal_overlay .modal .form form .form_wrap input {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #E0E3E7;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 10px;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.modal_overlay .modal .form form .form_wrap input::placeholder {
  color: #B8B8B8;
}

.modal_overlay .modal .form form .form_wrap textarea {
  height: 160px;
  padding: 10px 20px;
  border: 1px solid #E0E3E7;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 10px;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.modal_overlay .modal .form form .form_wrap textarea::placeholder {
  color: #B8B8B8;
}

.modal_overlay .modal .form form .form_wrap .full.same_style_wrap .select2-container {
  width: 100% !important;
  margin-top: 10px;
}

.modal_overlay .modal .form form .form_wrap .full.same_style_wrap .select2-container .select2-selection {
  height: 45px;
  border: 1px solid #E0E3E7;
}

.modal_overlay .modal .form form .form_wrap .full.same_style_wrap .select2-container .select2-selection .select2-selection__rendered {
  line-height: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  padding-left: 20px;
}

.modal_overlay .modal .form form .form_wrap .full.same_style_wrap .select2-container .select2-selection .select2-selection__arrow {
  top: 9px;
  right: 9px;
}

.modal_overlay .modal .form form .form_wrap h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #4CAF50;
  margin-bottom: 32px;
  width: 100%;
}

.modal_overlay .modal .form form .form_wrap .left_side {
  max-width: calc(50% - 20px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .left_side {
    max-width: 100%;
  }
}
.modal_overlay .modal .form form .form_wrap .left_side .half {
  max-width: calc(50% - 9px);
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .left_side .half {
    max-width: 100%;
  }
}
.modal_overlay .modal .form form .form_wrap .left_side .full {
  width: 100%;
  margin-bottom: 18px;
}

.modal_overlay .modal .form form .form_wrap .right_side {
  max-width: calc(50% - 20px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .right_side {
    max-width: 100%;
  }
}
.modal_overlay .modal .form form .form_wrap .right_side .full {
  width: 100%;
  margin-bottom: 18px;
}

.modal_overlay .modal .form form .form_wrap .right_side.half_side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal_overlay .modal .form form .form_wrap .right_side.half_side .half {
  max-width: calc(50% - 9px);
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .right_side.half_side .half {
    max-width: 100%;
  }
}
.modal_overlay .modal .form form .form_wrap .buttons {
  width: 100%;
}

.modal_overlay .modal .form form .form_wrap .buttons p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .buttons p {
    flex-wrap: wrap;
  }
}
.modal_overlay .modal .form form .form_wrap .buttons p input[type=reset] {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #9E9E9E;
  padding: 12px 24px;
  border: 1px solid #9E9E9E;
  border-radius: 100px;
  margin-top: 0;
  width: fit-content;
}

.modal_overlay .modal .form form .form_wrap .buttons p input[type=submit] {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  padding: 12px 24px;
  border: 1px solid rgb(76, 175, 80);
  border-radius: 100px;
  background: rgb(76, 175, 80);
  margin-left: 12px;
  margin-top: 0;
  width: fit-content;
}

.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-spinner {
  position: absolute;
}

.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}
.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}

.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label input {
  margin-top: 0;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.modal_overlay .modal .form form .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
  max-width: 280px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(0, 4, 45, 0.5019607843);
}

.faq {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .faq {
    margin-top: 32px;
  }
}
.faq .single_faq {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  padding: 32px;
  max-width: calc(50% - 11px);
  margin-bottom: 22px;
  width: 100%;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .faq .single_faq {
    max-width: 100%;
  }
}
.faq .single_faq.active {
  border: 1px solid #389B3C;
  transition: all 0.4s;
}

.faq .single_faq.active .faq_head h5 {
  color: #389B3C;
  transition: all 0.4s;
}

.faq .single_faq.active .faq_head .button {
  transform: rotate(45deg);
  background: rgb(206, 206, 206);
  transition: all 0.4s;
}

.faq .single_faq.active .description {
  max-height: 200px;
  transition: all 0.4s;
}

.faq .single_faq .faq_head {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq .single_faq .faq_head h5 {
  width: calc(100% - 150px);
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #6E6E6E;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .faq .single_faq .faq_head h5 {
    font-size: 18px;
    line-height: 29px;
    width: calc(100% - 100px);
  }
}
.faq .single_faq .faq_head .button {
  width: 42px;
  height: 42px;
  background: #81C784;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}

.faq .single_faq .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6E6E6E;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

.faq .single_faq .description div {
  padding-top: 18px;
}

.sameStylesDropdownClass {
  border: 0 !important;
}

.sameStylesDropdownClass .select2-search {
  display: none;
}

.sameStylesDropdownClass .select2-results ul.select2-results__options {
  padding: 12px;
  border: 1px solid #E5E4E4;
}

.sameStylesDropdownClass .select2-results ul.select2-results__options li.select2-results__option {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.sameStylesDropdownClass .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected {
  background: rgb(240, 248, 240) !important;
  color: #4CAF50 !important;
}

.sameStylesDropdownClass .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  color: #4CAF50 !important;
  background: transparent !important;
}

footer.site-footer {
  background: rgb(0, 0, 0);
  padding: 18px 0;
}

footer.site-footer .logo {
  padding-bottom: 18px;
}

footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(245, 245, 245, 0.2);
  border-top: 1px solid rgba(245, 245, 245, 0.2);
  padding: 24px 0;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .left_side {
  max-width: 640px;
  width: 100%;
}

footer.site-footer .footer_content .left_side .footer_description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #878787;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .left_side .footer_description {
    font-size: 16px;
    line-height: 23px;
  }
}
footer.site-footer .footer_content .left_side .social {
  display: flex;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .left_side .social {
    margin-bottom: 24px;
  }
}
footer.site-footer .footer_content .left_side .social a {
  margin-right: 12px;
}

footer.site-footer .footer_content .right_side {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .right_side {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .right_side nav {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .right_side nav {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0;
  }
}
footer.site-footer .footer_content .right_side nav ul li {
  margin-bottom: 10px;
}

footer.site-footer .footer_content .right_side nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #878787;
  display: block;
  transition: all 0.3s;
}

footer.site-footer .footer_content .right_side nav ul li a:hover {
  color: #81C784;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .right_side .contacts {
    width: 100%;
  }
}
footer.site-footer .footer_content .right_side .contacts p, footer.site-footer .footer_content .right_side .contacts a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #878787;
  margin-bottom: 10px;
  transition: all 0.3s;
}

footer.site-footer .footer_content .right_side .contacts p svg, footer.site-footer .footer_content .right_side .contacts a svg {
  margin-right: 12px;
}

footer.site-footer .footer_content .right_side .contacts p:hover, footer.site-footer .footer_content .right_side .contacts a:hover {
  color: #81C784;
  transition: all 0.3s;
}

footer.site-footer .footer_bottom {
  margin-top: 48px;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_bottom {
    margin-top: 18px;
  }
}
footer.site-footer .footer_bottom p {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}

footer.site-footer .back_to_top {
  position: fixed;
  bottom: 20px;
  right: 90px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.412);
  cursor: pointer;
  display: none;
  padding: 15px;
  z-index: 999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

footer.site-footer .back_to_top .to_top_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

footer.site-footer .back_to_top .to_top_wrap img {
  transform: rotate(-90deg);
  max-width: 20px;
}

.about_page .main_section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
}

.about_page .main_section:before {
  content: "";
  position: absolute;
  height: 465px;
  width: 100%;
  left: 0;
  right: 0;
  background: url("/wp-content/themes/victor-child/assets/img/about_bg.png");
  top: 20%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .about_page .main_section:before {
    background-position: center;
    background-size: contain;
  }
}
.about_page .main_section .main_section_content {
  margin-bottom: 100px;
}

.about_page .main_section .main_section_content h1 {
  max-width: 1100px;
}

.about_page .main_section .main_section_content p {
  max-width: 800px;
}

.about_page .who_we_are {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .about_page .who_we_are {
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
.about_page .who_we_are .left_side {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about_page .who_we_are .left_side {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.about_page .who_we_are .right_side {
  max-width: 50%;
  width: 100%;
  padding-left: 130px;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .about_page .who_we_are .right_side {
    max-width: 100%;
    padding-left: 0;
  }
}
.about_page .who_we_are .right_side h2.title {
  margin-bottom: 32px;
}

.about_page .who_we_are .right_side .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 768px) {
  .about_page .who_we_are .right_side .description {
    font-size: 16px;
    line-height: 23px;
  }
}
.about_page .what_we_doing_wrap {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap {
    margin-bottom: 70px;
  }
}
.about_page .what_we_doing_wrap .words {
  position: absolute;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .words {
    position: relative;
  }
}
.about_page .what_we_doing_wrap .words:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130%;
  height: 1px;
  background: #81C784;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .words:before {
    display: none;
  }
}
.about_page .what_we_doing_wrap .words .word {
  padding: 10px 20px;
  color: #4CAF50;
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  border: 1px solid #81C784;
  border-radius: 5px;
  background: white;
  z-index: 2;
  margin-left: 30px;
}

@media screen and (max-width: 1700px) {
  .about_page .what_we_doing_wrap .words .word {
    font-size: 20px;
  }
}
@media screen and (max-width: 1430px) {
  .about_page .what_we_doing_wrap .words .word {
    font-size: 16px;
    padding: 10px 9px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .words .word {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
    text-align: center;
  }
}
.about_page .what_we_doing_wrap .what_we_doing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 660px;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing {
    flex-wrap: wrap;
    height: auto;
  }
}
.about_page .what_we_doing_wrap .what_we_doing .left_side {
  max-width: 43%;
  width: 100%;
  margin-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing .left_side {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about_page .what_we_doing_wrap .what_we_doing .left_side .words {
  left: 0;
}

.about_page .what_we_doing_wrap .what_we_doing .left_side .words:before {
  left: -30%;
  top: 50%;
}

.about_page .what_we_doing_wrap .what_we_doing .left_side .words:after {
  content: "";
  width: 1px;
  height: 400px;
  background: rgb(129, 199, 132);
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
  display: none;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing .left_side .words:after {
    display: block;
  }
}
.about_page .what_we_doing_wrap .what_we_doing .left_side .words .word:first-of-type {
  margin-left: 0;
}

.about_page .what_we_doing_wrap .what_we_doing .left_side h2.title {
  margin-bottom: 32px;
}

.about_page .what_we_doing_wrap .what_we_doing .left_side .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
  margin-bottom: 47px;
}

.about_page .what_we_doing_wrap .what_we_doing .right_side {
  max-width: 52%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing .right_side {
    max-width: 100%;
  }
}
.about_page .what_we_doing_wrap .what_we_doing .right_side .words {
  right: 0;
  top: 0;
}

.about_page .what_we_doing_wrap .what_we_doing .right_side .words:before {
  top: 50%;
  right: 0;
  left: auto;
  width: 100%;
}

.about_page .what_we_doing_wrap .what_we_doing .right_side:before {
  content: "";
  width: 553px;
  height: 526px;
  position: absolute;
  left: -170px;
  bottom: -200px;
  background: url("/wp-content/themes/victor-child/assets/img/circle.png");
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing .right_side:before {
    width: 223px;
    height: 209px;
    left: 50px;
    bottom: 0;
    z-index: -1;
    background-size: contain;
  }
}
.about_page .what_we_doing_wrap .what_we_doing .right_side .description {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #4CAF50;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .about_page .what_we_doing_wrap .what_we_doing .right_side .description {
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  }
}
.about_page .for_who {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 1230px) {
  .about_page .for_who {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .about_page .for_who {
    margin-top: 32px;
    margin-bottom: 70px;
  }
}
.about_page .for_who .card {
  max-width: calc(20% - 19px);
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 25px;
}

@media screen and (max-width: 1430px) {
  .about_page .for_who .card {
    padding: 30px 15px;
    max-width: calc(20% - 10px);
  }
}
@media screen and (max-width: 1230px) {
  .about_page .for_who .card {
    max-width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .for_who .card {
    max-width: 100%;
    padding: 20px;
    margin-bottom: 24px;
  }
}
.about_page .for_who .card:hover {
  border: 1px solid #4CAF50;
  transition: all 0.3s;
}

.about_page .for_who .card:hover .icon {
  background: #CEF5D2;
  border-radius: 5px;
  transition: all 0.3s;
}

.about_page .for_who .card:hover .icon svg {
  width: 34px;
  transition: all 0.3s;
}

.about_page .for_who .card:hover h4 {
  color: #4CAF50;
  transition: all 0.3s;
}

.about_page .for_who .card .icon {
  margin-bottom: 18px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  transition: all 0.3s;
}

.about_page .for_who .card .icon svg {
  width: 50px;
  transition: all 0.3s;
}

.about_page .for_who .card h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #212121;
  margin-bottom: 18px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .about_page .for_who .card h4 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 30px;
  }
}
.about_page .for_who .card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 768px) {
  .about_page .for_who .card p {
    font-size: 16px;
    line-height: 23px;
  }
}
.about_page .values {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .about_page .values {
    margin-bottom: 70px;
  }
}
.about_page .values .wrap {
  width: 33%;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about_page .values .wrap {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .about_page .values .wrap {
    width: 100%;
  }
}
.about_page .values .wrap:before {
  content: "";
  position: absolute;
  right: -70px;
  width: 120px;
  height: 5px;
  background: url("/wp-content/themes/victor-child/assets/img/segment.png");
  top: calc(50% - 2px);
}

@media screen and (max-width: 1430px) {
  .about_page .values .wrap:before {
    right: -40px;
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .about_page .values .wrap:before {
    display: none;
  }
}
.about_page .values .wrap:nth-last-of-type(2) .card, .about_page .values .wrap:nth-of-type(2) .card, .about_page .values .wrap:last-of-type .card {
  background: radial-gradient(49.91% 49.85% at 49.91% 50.15%, #4CAF50 0%, #389B3C 100%);
}

.about_page .values .wrap:nth-last-of-type(2) .card .icon, .about_page .values .wrap:nth-of-type(2) .card .icon, .about_page .values .wrap:last-of-type .card .icon {
  background: radial-gradient(49.91% 49.85% at 49.91% 50.15%, #4CAF50 0%, #389B3C 100%);
}

.about_page .values .wrap:nth-last-of-type(2) .card h4, .about_page .values .wrap:nth-last-of-type(2) .card p, .about_page .values .wrap:nth-of-type(2) .card h4, .about_page .values .wrap:nth-of-type(2) .card p, .about_page .values .wrap:last-of-type .card h4, .about_page .values .wrap:last-of-type .card p {
  color: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .about_page .values .wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_page .values .wrap:last-of-type .card {
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .about_page .values .wrap:last-of-type .card .icon {
    background: #81C784;
  }
}
@media screen and (max-width: 768px) {
  .about_page .values .wrap:last-of-type .card h4 {
    color: #212121;
  }
}
@media screen and (max-width: 768px) {
  .about_page .values .wrap:last-of-type .card p {
    color: #6E6E6E;
  }
}
.about_page .values .wrap:nth-of-type(3):before, .about_page .values .wrap:last-of-type:before {
  display: none;
}

.about_page .values .wrap:first-of-type:after, .about_page .values .wrap:nth-of-type(3):after {
  content: "";
  position: absolute;
  right: calc(50% - 50px);
  width: 150px;
  height: 180px;
  background: url("/wp-content/themes/victor-child/assets/img/angle_sement.png");
  top: auto;
  bottom: -74%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .about_page .values .wrap:first-of-type:after, .about_page .values .wrap:nth-of-type(3):after {
    display: none;
  }
}
.about_page .values .wrap:nth-of-type(3):after {
  transform: scaleX(-1);
}

.about_page .values .wrap .card {
  width: 310px;
  height: 310px;
  border: 1px solid #4CAF50;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 50px;
}

@media screen and (max-width: 1230px) {
  .about_page .values .wrap .card {
    width: 270px;
    height: 270px;
  }
}
.about_page .values .wrap .card .icon {
  position: absolute;
  top: -58px;
  width: 116px;
  height: 116px;
  background: #81C784;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 18px solid white;
}

.about_page .values .wrap .card .icon svg {
  width: 40px;
  height: 40px;
}

.about_page .values .wrap .card .icon svg path {
  fill: white;
}

.about_page .values .wrap .card h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 14px;
  color: #212121;
}

.about_page .values .wrap .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #6E6E6E;
}

.about_page .legality {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .about_page .legality {
    margin-bottom: 70px;
  }
}
.about_page .legality .head {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about_page .legality .head {
    padding-bottom: 18px;
    margin-bottom: 32px;
  }
}
.about_page .legality .head p {
  margin-top: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
  max-width: 680px;
}

@media screen and (max-width: 991px) {
  .about_page .legality .head p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
  }
}
.about_page .legality .head p span {
  color: rgb(76, 175, 80);
}

.about_page .legality .card {
  max-width: 30%;
  width: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 991px) {
  .about_page .legality .card {
    max-width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    text-align: center;
  }
}
.about_page .legality .card:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about_page .legality .card .icon {
  margin-bottom: 12px;
}

.about_page .legality .card h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .about_page .legality .card h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.about_page .legality .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #6E6E6E;
}

@font-face {
  font-family: Mulish, sans-serif;
  src: url("/wp-content/themes/victor-child/assets/fonts/Mulish-VariableFont_wght.ttf") format("ttf");
  font-weight: normal; /* Optional: Define font weight */
  font-display: swap; /* Optional: Control font loading behavior */
}
@font-face {
  font-family: Inter, sans-serif;
  src: url("/wp-content/themes/victor-child/assets/fonts/Inter-VariableFont_opsz,wght.ttf") format("ttf");
  font-weight: normal; /* Optional: Define font weight */
  font-display: swap; /* Optional: Control font loading behavior */
}
.tech .main_section {
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .tech .main_section {
    background-size: contain;
    background-position: top;
  }
}
.tech .main_section .main_section_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tech .main_section .main_section_content h1 {
  max-width: 60%;
  width: 100%;
  margin: 0 auto 100px;
}

@media screen and (max-width: 991px) {
  .tech .main_section .main_section_content h1 {
    max-width: calc(100% - 30px);
    margin: 0 15px 32px;
  }
}
.tech .main_section .main_section_content .img_side {
  max-width: 41%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tech .main_section .main_section_content .img_side {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.tech .main_section .main_section_content .img_side img {
  border-radius: 25px;
}

.tech .main_section .main_section_content .text_side {
  max-width: 50%;
  width: 100%;
  align-self: center;
  border: 1px solid #D7D3D3;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .tech .main_section .main_section_content .text_side {
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
}
.tech .main_section .main_section_content .text_side h2 {
  text-align: left;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .tech .main_section .main_section_content .text_side h2 {
    margin-bottom: 18px;
  }
}
.tech .main_section .main_section_content .text_side p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .tech .main_section .main_section_content .text_side p {
    font-size: 16px;
    line-height: 23px;
  }
}
.tech .main_section .main_section_content .text_side p span {
  color: #4CAF50;
}

@media screen and (max-width: 991px) {
  .tech .stages_wrap .stages .stage {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .tech .stages_wrap .stages .stage .number {
    width: 100px;
    height: 100px;
  }
}
.tech .security_wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}
.tech .security_wrap .vector1 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .vector1 {
    display: none;
  }
}
.tech .security_wrap .vector2 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 113px);
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .vector2 {
    display: none;
  }
}
.tech .security_wrap .security {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .security {
    flex-wrap: wrap;
  }
}
.tech .security_wrap .security .img_side {
  max-width: 40%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .security .img_side {
    max-width: 100%;
    order: 2;
    text-align: center;
  }
}
.tech .security_wrap .security .text_side {
  border: 1px solid #D7D3D3;
  padding: 40px;
  border-radius: 50px;
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .security .text_side {
    max-width: 100%;
    order: 1;
    margin-bottom: 24px;
  }
}
.tech .security_wrap .security .text_side .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
  color: #6E6E6E;
}

@media screen and (max-width: 991px) {
  .tech .security_wrap .security .text_side .description {
    font-size: 16px;
    line-height: 23px;
    margin-top: 18px;
  }
}
.contact_page .main_section {
  height: 654px;
}

@media screen and (max-width: 991px) {
  .contact_page .main_section {
    background-position: top;
  }
}
.contact_page .contact_form_wrap {
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 25px;
  padding: 40px 80px;
  margin-top: -550px;
  background: #FFFFFF;
}

@media screen and (max-width: 1230px) {
  .contact_page .contact_form_wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_form_wrap {
    padding: 20px;
  }
}
.contact_page .contact_form_wrap h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #363535;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .contact_page .contact_form_wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.contact_page .contact_form_wrap p.form_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #9E9E9E;
  margin-bottom: 32px;
}

.contact_page .contact_form_wrap .contact_form {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .contact_page .contact_form_wrap .contact_form {
    flex-wrap: wrap;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side {
  max-width: 54%;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  .contact_page .contact_form_wrap .contact_form .form_side {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_form_wrap .contact_form .form_side {
    max-width: 100%;
    order: 2;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap p {
  color: #222222;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap input {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #E0E3E7;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 10px;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap input::placeholder {
  color: #B8B8B8;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap textarea {
  height: 160px;
  padding: 10px 20px;
  border: 1px solid #E0E3E7;
  border-radius: 5px;
  max-width: 100%;
  margin-top: 10px;
  color: #212121;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap textarea::placeholder {
  color: #B8B8B8;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .full.same_style_wrap .select2-container {
  width: 100% !important;
  margin-top: 10px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .full.same_style_wrap .select2-container .select2-selection {
  height: 45px;
  border: 1px solid #E0E3E7;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .full.same_style_wrap .select2-container .select2-selection .select2-selection__rendered {
  line-height: 45px;
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  padding-left: 20px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .full.same_style_wrap .select2-container .select2-selection .select2-selection__arrow {
  top: 9px;
  right: 9px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .left_side {
  max-width: calc(60% - 20px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .left_side {
    max-width: 100%;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .left_side .half {
  max-width: calc(50% - 9px);
  width: 100%;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .left_side .half {
    max-width: 100%;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .left_side .full {
  width: 100%;
  margin-bottom: 18px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .right_side {
  max-width: calc(40% - 20px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .right_side {
    max-width: 100%;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .right_side .full {
  width: 100%;
  margin-bottom: 18px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons {
  width: 100%;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p {
    flex-wrap: wrap;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p input[type=reset] {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #9E9E9E;
  padding: 12px 24px;
  border: 1px solid #9E9E9E;
  border-radius: 100px;
  margin-top: 0;
  width: fit-content;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p input[type=submit] {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  padding: 12px 24px;
  border: 1px solid rgb(76, 175, 80);
  border-radius: 100px;
  background: rgb(76, 175, 80);
  margin-left: 12px;
  margin-top: 0;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p input[type=submit] {
    margin-left: 4px;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-spinner {
  position: absolute;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}
.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label input {
  margin-top: 0;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.contact_page .contact_form_wrap .contact_form .form_side .form_wrap .buttons p .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
  max-width: 280px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(0, 4, 45, 0.5019607843);
}

.contact_page .contact_form_wrap .contact_form .img_side {
  max-width: 44%;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  .contact_page .contact_form_wrap .contact_form .img_side {
    max-width: 38%;
  }
}
@media screen and (max-width: 991px) {
  .contact_page .contact_form_wrap .contact_form .img_side {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
.contact_page .contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
  margin-bottom: 82px;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts {
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.contact_page .contacts .left_side {
  max-width: calc(35% - 20px);
  width: 100%;
  border: 1px solid #D7D3D3;
  border-radius: 50px;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .left_side {
    max-width: 100%;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 32px;
  }
}
.contact_page .contacts .left_side h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .left_side h2 {
    margin-bottom: 24px;
  }
}
.contact_page .contacts .left_side .block {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .left_side .block {
    margin-bottom: 24px;
  }
}
.contact_page .contacts .left_side .block span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #212121;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .left_side .block span {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.contact_page .contacts .left_side .block p, .contact_page .contacts .left_side .block a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #878787;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .left_side .block p, .contact_page .contacts .left_side .block a {
    font-size: 16px;
    line-height: 23px;
  }
}
.contact_page .contacts .left_side .block p svg, .contact_page .contacts .left_side .block a svg {
  margin-right: 10px;
}

.contact_page .contacts .map_side {
  max-width: calc(65% - 20px);
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .contact_page .contacts .map_side {
    max-width: 100%;
    border-radius: 20px;
  }
}
.service .main_section {
  background-size: cover;
}

.service .main_section .gallery .img_wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin: 0 12px;
  width: calc(100% - 24px) !important;
  border-radius: 25px;
}

@media screen and (max-width: 991px) {
  .service .main_section .gallery .img_wrap {
    height: 200px;
    margin: 0 6px;
  }
}
.service .main_section .gallery .img_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.service .main_section .gallery .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #81C784;
  margin: 0 4px;
  opacity: 0.5;
}

.service .main_section .gallery .slick-dots li.slick-active {
  opacity: 1;
}

.service .main_section .gallery .slick-dots li button {
  display: none;
}

.service .main_section .img_wrap img {
  width: 100%;
}

.service .service_services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.service .service_services h2 {
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .service .service_services h2 {
    margin-bottom: 32px;
  }
}
.service .service_services .card {
  max-width: calc(25% - 18px);
  width: 100%;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  border-radius: 25px;
  transition: all 0.3s;
}

@media screen and (max-width: 1230px) {
  .service .service_services .card {
    max-width: calc(50% - 18px);
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 991px) {
  .service .service_services .card {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service .service_services .card {
    max-width: 100%;
  }
}
.service .service_services .card:hover {
  border: 1px solid var(--Primary-Green, #4CAF50);
  transition: all 0.3s;
}

.service .service_services .card h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
  .service .service_services .card h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.service .service_services .card p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .service .service_services .card p {
    font-size: 16px;
    line-height: 23px;
  }
}
.service .service_services .card .tags {
  display: flex;
  flex-wrap: wrap;
}

.service .service_services .card .tags .tag {
  margin-right: 12px;
  border: 1px solid var(--Soft-Gray, #9E9E9E);
  padding: 7px 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
  color: #6E6E6E;
}

@media screen and (max-width: 991px) {
  .service .service_services .card .tags .tag {
    font-size: 14px;
    line-height: 22px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.service .service_services .card.img {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.service .service_services .card.img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.service .circles_section {
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .service .circles_section {
    margin-bottom: 10px;
  }
}
.service .circles_section h2 {
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .service .circles_section h2 {
    margin-bottom: 32px;
  }
}
.service .circles_section .circles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service .circles_section .circles .circle_wrap {
  max-width: 25%;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1230px) {
  .service .circles_section .circles .circle_wrap {
    max-width: 50%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .service .circles_section .circles .circle_wrap {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.service .circles_section .circles .circle_wrap:nth-of-type(2n) .circle {
  background: radial-gradient(49.91% 49.85% at 49.91% 50.15%, #4CAF50 0%, #389B3C 100%);
}

.service .circles_section .circles .circle_wrap:nth-of-type(2n) .circle .icon {
  background: radial-gradient(49.91% 49.85% at 49.91% 50.15%, #4CAF50 0%, #389B3C 100%);
}

.service .circles_section .circles .circle_wrap:nth-of-type(2n) .circle h5, .service .circles_section .circles .circle_wrap:nth-of-type(2n) .circle p {
  color: #FFFFFF;
}

.service .circles_section .circles .circle_wrap:nth-of-type(2n - 1) {
  position: relative;
}

.service .circles_section .circles .circle_wrap:nth-of-type(2n - 1):before {
  content: "";
  position: absolute;
  top: -130px;
  height: 84px;
  width: 562px;
  left: calc(50% - 80px);
  background: url("/wp-content/themes/victor-child/assets/img/circle_arc.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .service .circles_section .circles .circle_wrap:nth-of-type(2n - 1):before {
    display: none;
  }
}
.service .circles_section .circles .circle_wrap:nth-of-type(2n - 1) .circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: -110px;
  width: 60px;
  background: url("/wp-content/themes/victor-child/assets/img/semicircle.png");
  height: 120px;
  display: none;
}

@media screen and (max-width: 768px) {
  .service .circles_section .circles .circle_wrap:nth-of-type(2n - 1) .circle:after {
    display: block;
  }
}
.service .circles_section .circles .circle_wrap:nth-of-type(2) {
  position: relative;
}

.service .circles_section .circles .circle_wrap:nth-of-type(2):before {
  content: "";
  position: absolute;
  bottom: -90px;
  height: 84px;
  width: 562px;
  left: calc(50% - 80px);
  background: url("/wp-content/themes/victor-child/assets/img/circle_arc.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

@media screen and (max-width: 1230px) {
  .service .circles_section .circles .circle_wrap:nth-of-type(2):before {
    display: none;
  }
}
.service .circles_section .circles .circle_wrap:nth-of-type(2) .circle:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: -110px;
  width: 60px;
  background: url("/wp-content/themes/victor-child/assets/img/semicircle.png");
  height: 120px;
  display: none;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .service .circles_section .circles .circle_wrap:nth-of-type(2) .circle:after {
    display: block;
  }
}
@media screen and (max-width: 1230px) {
  .service .circles_section .circles .circle_wrap:last-of-type, .service .circles_section .circles .circle_wrap:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .service .circles_section .circles .circle_wrap:last-of-type, .service .circles_section .circles .circle_wrap:nth-last-of-type(2) {
    margin-bottom: 60px;
  }
}
.service .circles_section .circles .circle_wrap .circle {
  border: 1px solid #4CAF50;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 1430px) {
  .service .circles_section .circles .circle_wrap .circle {
    width: 270px;
    height: 270px;
  }
}
@media screen and (max-width: 1230px) {
  .service .circles_section .circles .circle_wrap .circle {
    margin: 0 auto;
  }
}
.service .circles_section .circles .circle_wrap .circle .icon {
  position: absolute;
  top: -58px;
  width: 116px;
  height: 116px;
  background: #81C784;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 18px solid white;
}

.service .circles_section .circles .circle_wrap .circle .icon svg {
  width: 40px;
  height: 40px;
}

.service .circles_section .circles .circle_wrap .circle .icon svg path {
  fill: white;
}

.service .circles_section .circles .circle_wrap .circle h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #212121;
  margin-bottom: 14px;
}

@media screen and (max-width: 1430px) {
  .service .circles_section .circles .circle_wrap .circle h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.service .circles_section .circles .circle_wrap .circle p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #6E6E6E;
}

.service .circles_section .circles .circle_wrap.just_there .circle:after {
  display: none;
}

.service .circles_section .circles .circle_wrap.just_there:before {
  display: none;
}

.main_legislatie {
  height: 500px;
  width: 100%;
  margin: 0;
  background-size: cover;
}

.legislatie_wrap {
  margin-top: -450px;
}

.legislatie_wrap h2 {
  margin-bottom: 60px;
}

.legislatie {
  padding: 30px 50px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: white;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .legislatie {
    padding: 20px;
  }
}
.legislatie .card {
  padding-left: 74px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .legislatie .card {
    padding-left: 50px;
  }
}
.legislatie .card:last-of-type {
  margin-bottom: 0;
}

.legislatie .card:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid rgb(129, 199, 132);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 0;
  top: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .legislatie .card:before {
    border-left: 25px solid rgb(129, 199, 132);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.legislatie .card h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #4CAF50;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .legislatie .card h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.legislatie .card a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline !important;
  color: #6E6E6E;
}

.legislatie .card a svg {
  margin-right: 12px;
}

.tarife {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .tarife {
    flex-wrap: wrap;
  }
}
.tarife .card {
  max-width: calc(25% - 18px);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 25px;
  padding: 50px 30px 30px;
  background: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .tarife .card {
    max-width: calc(50% - 18px);
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .tarife .card {
    max-width: 100%;
    padding: 24px;
  }
}
.tarife .card:hover {
  border-color: #4CAF50;
  transition: all 0.3s;
}

.tarife .card:hover .icon {
  background: rgb(148, 207, 150);
  transition: all 0.3s;
}

.tarife .card:hover .icon svg path {
  fill: white;
  transition: all 0.3s;
}

.tarife .card .icon {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: rgb(236, 247, 237);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.tarife .card .icon svg path {
  transition: all 0.3s;
}

.tarife .card h6 {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  color: #212121;
  height: 76px;
  margin-bottom: 18px;
  text-align: left;
}

@media screen and (max-width: 1230px) {
  .tarife .card h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tarife .card h6 {
    font-size: 22px;
    line-height: 30px;
    height: auto;
  }
}
.tarife .card .price {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  color: #6E6E6E;
  display: block;
  text-align: left;
}

.text_page {
  padding: 60px 0;
}

.text_page h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 54px;
  color: #4CAF50;
  margin-bottom: 32px;
}

.text_page a, .text_page p, .text_page li {
  font-size: 20px;
  line-height: 32px;
  color: #6E6E6E;
}

.text_page a {
  color: #4CAF50;
}

.text_page p {
  margin-bottom: 10px;
}

.text_page ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.text_page ul li {
  list-style: disc !important;
}

.text_page b, .text_page strong {
  font-weight: 600;
}



/*# sourceMappingURL=main.css.map */
