@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
:root {
  --gutter: 16px;
  --container: 1438px;
}

@media (max-width: 1438px) {
  :root {
    --container: 1230px;
  }
}
@media (max-width: 1230px) {
  :root {
    --container: 1021px;
  }
}
@media (max-width: 1021px) {
  :root {
    --container: 768px;
  }
}
body {
  margin: 0;
  background: #E5E5E5;
  color: #0A0A0A;
  font-family: "TikTok Sans", sans-serif !important;
  overflow-x: hidden;
}

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.container {
  max-width: 1438px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1438px) {
  .container {
    max-width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 1021px;
  }
}
@media screen and (max-width: 1021px) {
  .container {
    max-width: 768px;
    padding: 0;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 12px;
  background: #1A91FF;
  border-radius: 4px;
  font-family: TikTok Sans 18pt;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  transition: all 0.4s;
  width: fit-content;
}
a.button:hover {
  background: #0077E6;
  transition: all 0.4s;
}
a.button:focus {
  background: #FFFFFF;
  color: #0077E6;
}
a.button:focus svg path {
  fill: #0077E6;
}
a.button svg {
  margin-right: 12px;
}

a.btn2 {
  border: 1px solid #ffffff;
  padding: 14px 47px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  font-family: "TikTok Sans", sans-serif;
  color: white;
  border-radius: 8px;
  transition: all 0.4s;
  width: fit-content;
}
a.btn2:hover {
  color: #1A91FF;
  border-color: #1A91FF;
  transition: all 0.4s;
}

.wpcf7-response-output {
  display: none !important;
}

input:focus {
  border: 1px solid #1A91FF !important;
  outline: none;
}
input.wpcf7-not-valid {
  border: 1px solid #EF4444 !important;
  color: #EF4444;
}
input.wpcf7-not-valid::placeholder {
  color: #EF4444;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
}

.select2-container .selection {
  width: 100% !important;
  height: 48px;
}
.select2-container .selection .select2-selection[aria-expanded=true] {
  border: 1px solid #1A91FF;
}
.select2-container .selection .select2-selection {
  width: 100% !important;
  height: 48px;
  border-radius: 8px !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 19px !important;
  padding: 14px;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
}

.select2-container--default.select2-container--open .select2-dropdown {
  border: 1px solid #1A91FF;
  margin-top: 12px;
  border-radius: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-search {
  display: none;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options {
  padding: 8px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selected {
  background: #DBF4FF;
  color: #0A0A0A;
}
.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background: #DBF4FF;
  color: #0A0A0A;
}

/* 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;
}

@media screen and (max-width: 1438px) {
  html[lang=hu-HU] header.site-header .header_content .left_side .site-logo {
    max-width: 200px;
  }
}

header.site-header {
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #e5e5e5;
}
header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side .site-logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .left_side .site-logo {
    max-width: 200px;
  }
}
header.site-header .header_content .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #0a0a0a;
    padding: 15px;
    z-index: 9;
    justify-content: flex-start;
    flex-direction: column;
    transition: all 0.4s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side.active {
    left: 0;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side .mobile_head {
  display: none;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side .mobile_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul {
    flex-wrap: wrap;
    margin-top: 28px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li {
  margin: 0 6px;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.current-menu-item a {
  position: relative;
  color: #0077E6;
}
header.site-header .header_content .right_side nav.primary-navigation ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0077E6;
  left: 0;
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item {
  position: relative;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: all 0.4s;
  width: 66px;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item {
    width: 100%;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item > a {
  position: relative;
  padding: 14px 32px 14px 12px;
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item > a:hover {
    color: white;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item > a {
    width: fit-content;
    margin: 0 auto;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item > a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("/wp-content/themes/victor-child/assets/img/arrow_right.svg");
  background-size: contain;
  background-position: center;
  top: calc(50% - 12px);
  right: 0;
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item > a:after {
    background: url("/wp-content/themes/victor-child/assets/img/right_arrow_white.svg");
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: -5px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item.is-active {
  border-color: #737373;
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item.is-active {
    background: white;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item.is-active > a {
    color: #0a0a0a;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item.is-active > a:after {
  transform: rotate(-90deg);
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item.is-active > a:after {
    background: url("/wp-content/themes/victor-child/assets/img/arrow_right.svg");
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item:hover {
    border-color: #737373;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    margin-top: 0;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item button {
  display: none;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item button[aria-expanded=false] + ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu {
  position: absolute;
  left: 0;
  border: 1px solid #737373;
  width: 66px;
  margin-left: -1px;
  border-radius: 0 0 12px 12px;
  justify-content: flex-start;
  z-index: 2;
}
@media screen and (min-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    display: block;
    background: #e5e5e5;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu {
    width: calc(100% + 2px);
    transition: none;
    margin-top: 0;
    display: none;
    background: white;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li {
  margin: 0;
  border-top: 1px solid #737373;
  width: 100%;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li {
    text-align: center;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li:hover a {
  opacity: 1;
  transition: all 0.4s;
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li:first-of-type {
  border-top: 0;
}
header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li a {
  padding: 12px;
  opacity: 0.5;
  transition: all 0.4s;
  text-align: left;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li.pll-parent-menu-item ul.sub-menu li a {
    color: #0a0a0a;
    width: 65px;
    margin: 0 auto;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li a {
  padding: 14px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  display: block;
  transition: all 0.4s;
  text-align: center;
  font-family: "Onest", sans-serif;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side nav.primary-navigation ul li a {
    color: white;
    font-size: 23px;
    padding: 8px;
  }
}
header.site-header .header_content .right_side nav.primary-navigation ul li a:hover {
  color: #0077E6;
  transition: all 0.4s;
}
header.site-header .header_content .right_side .social {
  display: flex;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side .social {
    order: 2;
    margin-top: 20px;
  }
}
header.site-header .header_content .right_side .social a {
  margin: 0 12px;
}
header.site-header .header_content .right_side .social a:hover svg path {
  fill: #0077e6;
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side .social a svg {
    width: 36px;
    height: 36px;
  }
}
header.site-header .header_content .right_side .social a svg path {
  transition: all 0.4s;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side .social a svg path {
    fill: white;
  }
}
header.site-header .header_content .right_side a.button {
  margin-left: 12px;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side a.button {
    font-size: 23px;
  }
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side a.button svg {
    width: 36px;
    height: 36px;
  }
}
header.site-header .header_content .right_side .mobile_head_foot {
  display: none;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .right_side .mobile_head_foot {
    display: block;
    order: 3;
    margin-top: 20px;
  }
}
header.site-header .header_content .right_side .mobile_head_foot .legal-menu-container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
header.site-header .header_content .right_side .mobile_head_foot .legal-menu-container ul li {
  margin: 0 6px 6px;
}
header.site-header .header_content .right_side .mobile_head_foot .legal-menu-container ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-decoration: underline !important;
  color: #FFFFFF;
}
header.site-header .header_content .right_side .mobile_head_foot p {
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 8px;
}
header.site-header .header_content .burger {
  display: none;
}
@media screen and (max-width: 1021px) {
  header.site-header .header_content .burger {
    display: block;
  }
}

.main_section {
  padding: 114px 48px 154px;
  background-position: 120%;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 48px 8px 88px;
    border-radius: 8px;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    background-position: center 0%;
    margin: 12px 16px 0;
  }
}
.main_section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, rgba(2, 123, 255, 0) 28.39%, #027BFF 56.11%);
}
@media screen and (max-width: 768px) {
  .main_section:before {
    background: linear-gradient(180deg, rgba(2, 123, 255, 0) 20.58%, #027BFF 49.75%);
  }
}
@media screen and (max-width: 500px) {
  .main_section:before {
    background: linear-gradient(180deg, rgba(2, 123, 255, 0) 10.58%, #027BFF 31.75%);
  }
}
.main_section .main_section_content {
  max-width: 610px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
}
.main_section .main_section_content h1 {
  font-family: "TikTok Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content h1 {
    font-size: 23px;
    margin-bottom: 24px;
  }
}
.main_section .main_section_content p {
  font-family: "TikTok Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
  margin-bottom: 24px;
}
.main_section .main_section_content .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons {
    flex-wrap: wrap;
    width: 100%;
  }
}
.main_section .main_section_content .buttons a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #1A91FF;
  background: #FFFFFF;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons a.button {
    width: 100%;
    margin: 0 0 12px;
  }
}
.main_section .main_section_content .buttons a.button:hover {
  background: #DBF4FF;
  color: #005DB4;
  transition: all 0.4s;
}
.main_section .main_section_content .buttons a.button:hover svg path {
  fill: #005DB4;
  transition: all 0.4s;
}
.main_section .main_section_content .buttons a.button:focus {
  background: #1A91FF;
  color: #FFFFFF;
  transition: all 0.4s;
}
.main_section .main_section_content .buttons a.button:focus svg path {
  fill: #FFFFFF;
  transition: all 0.4s;
}
.main_section .main_section_content .buttons a.button svg {
  margin-right: 12px;
}
.main_section .main_section_content .buttons a.button svg path {
  transition: all 0.4s;
}
.main_section .main_section_content .buttons a {
  width: fit-content;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons a {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.main_section .funded {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 24px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .main_section .funded {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .funded img {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .funded img:nth-of-type(2) {
    max-width: 33px;
  }
}

.numbers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .numbers {
    padding: 0 15px;
  }
}
.numbers .number_block {
  width: calc(33.3333333333% - 8px);
  padding: 12px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  margin-top: 12px;
  border-radius: 12px;
}
@media screen and (max-width: 1021px) {
  .numbers .number_block {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .numbers .number_block {
    width: 100%;
    padding: 4px 8px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .numbers .number_block .icon svg {
    width: 36px;
    height: 36px;
  }
}
.numbers .number_block .content {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .numbers .number_block .content {
    margin-left: 8px;
  }
}
.numbers .number_block .content .number {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  font-family: "TikTok Sans", sans-serif;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .numbers .number_block .content .number {
    font-size: 23px;
    margin-bottom: 0;
  }
}
.numbers .number_block .content .title {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  font-family: "TikTok Sans", sans-serif;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .numbers .number_block .content .title {
    font-size: 16px;
  }
}

.text_image_block {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
  margin-bottom: 96px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .text_image_block {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1021px) {
  .text_image_block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .text_image_block {
    padding: 0 15px;
  }
}
.text_image_block .left_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1021px) {
  .text_image_block .left_side {
    width: 100%;
    margin-bottom: 12px;
  }
}
.text_image_block .left_side img {
  border-radius: 4px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
}
.text_image_block .right_side {
  width: calc(50% - 12px);
  padding-right: 100px;
}
@media screen and (max-width: 1021px) {
  .text_image_block .right_side {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .text_image_block .right_side {
    padding-right: 0;
  }
}
.text_image_block .right_side h2 {
  font-family: "TikTok Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 1230px) {
  .text_image_block .right_side h2 {
    font-size: 32px;
  }
}
.text_image_block .right_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.text_image_block .right_side p strong {
  font-weight: 600;
}
.text_image_block .right_side ul li {
  margin-bottom: 12px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  padding-left: 24px;
}
.text_image_block .right_side ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/victor-child/assets/img/check.svg");
  left: 0;
  background-size: contain;
  top: 2px;
}

.map_image_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
}
@media screen and (max-width: 1021px) {
  .map_image_section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .map_image_section {
    margin-bottom: 48px;
    padding: 0 15px;
  }
}
.map_image_section .left_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1021px) {
  .map_image_section .left_side {
    width: 100%;
    margin-top: 24px;
  }
}
.map_image_section .left_side h2 {
  font-family: "TikTok Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 12px;
}
.map_image_section .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.map_image_section .left_side .blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .map_image_section .left_side .blocks {
    flex-wrap: wrap;
  }
}
.map_image_section .left_side .blocks .block {
  width: calc(50% - 6px);
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .map_image_section .left_side .blocks .block {
    width: 100%;
    margin-bottom: 12px;
  }
}
.map_image_section .left_side .blocks .block h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 12px;
}
.map_image_section .right_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1021px) {
  .map_image_section .right_side {
    width: 100%;
  }
}

.head_content_services {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .head_content_services {
    padding: 0 15px;
  }
}
.head_content_services h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .head_content_services h2 {
    font-size: 32px;
  }
}
.head_content_services p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
}

.home_services_wrap {
  margin: 0 48px 120px;
}
@media screen and (max-width: 768px) {
  .home_services_wrap {
    margin: 0 12px 48px;
  }
}
.home_services_wrap .slick-track {
  display: flex;
}
.home_services_wrap .home_services {
  padding-bottom: 72px !important;
  overflow: hidden;
  padding-right: 15%;
}
@media screen and (max-width: 768px) {
  .home_services_wrap .home_services {
    padding-right: 5%;
    padding-bottom: 48px !important;
  }
}
.home_services_wrap .home_services .slick-list {
  overflow: visible;
}
.home_services_wrap .home_services .service {
  margin-right: 24px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
  overflow: hidden;
  height: auto;
  background: white;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home_services_wrap .home_services .service {
    margin-right: 12px;
  }
}
.home_services_wrap .home_services .service .img_wrap {
  height: 288px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.home_services_wrap .home_services .service .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.home_services_wrap .home_services .service .content {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .home_services_wrap .home_services .service .content {
    padding: 12px;
  }
}
.home_services_wrap .home_services .service .content h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  min-height: 60px;
  margin-bottom: 12px;
}
.home_services_wrap .home_services .service .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
.home_services_wrap .home_services .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  bottom: 0;
}
.home_services_wrap .home_services .slick-dots li {
  width: 16px;
  height: 16px;
  background: #1A91FF;
  opacity: 0.38;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 9px;
}
.home_services_wrap .home_services .slick-dots li.slick-active {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 0.4s;
}
.home_services_wrap .home_services .slick-dots li button {
  display: none;
}

.sustainability {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1A91FF;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 4px;
  padding: 56px 48px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1021px) {
  .sustainability {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sustainability {
    padding: 12px;
    margin: 0 15px 24px;
  }
}
.sustainability .left_side {
  width: calc(50% - 12px);
  padding-right: 44px;
}
@media screen and (max-width: 1021px) {
  .sustainability .left_side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.sustainability .left_side h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .sustainability .left_side h2 {
    font-size: 32px;
  }
}
.sustainability .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.sustainability .left_side p:last-of-type {
  margin-bottom: 0;
}
.sustainability .right_side {
  width: calc(50% - 12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1021px) {
  .sustainability .right_side {
    width: 100%;
  }
}
.sustainability .right_side img {
  max-width: calc(70% - 12px);
}
.sustainability .right_side img:last-of-type {
  max-width: calc(34% - 12px);
}

.newsletter_wrap {
  background: #A3A3A3;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .newsletter_wrap {
    padding: 48px 16px;
  }
}
.newsletter_wrap .newsletter {
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  padding: 48px;
  border-radius: 12px;
  background: url("/wp-content/themes/victor-child/assets/img/IMG.png") #ffffff;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 44% 100%;
}
@media screen and (max-width: 1021px) {
  .newsletter_wrap .newsletter {
    padding: 12px 12px 212px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 200px;
  }
}
.newsletter_wrap .newsletter .left_side {
  width: 50%;
}
@media screen and (max-width: 1021px) {
  .newsletter_wrap .newsletter .left_side {
    width: 100%;
  }
}
.newsletter_wrap .newsletter .left_side h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .newsletter_wrap .newsletter .left_side h2 {
    font-size: 32px;
  }
}
.newsletter_wrap .newsletter .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 4px;
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p {
    flex-wrap: wrap;
  }
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p input {
  height: 48px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #A3A3A3;
  width: calc(100% - 153px);
  margin-right: 12px;
}
@media screen and (max-width: 580px) {
  .newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p input {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 12px;
  background: #1A91FF;
  border-radius: 4px;
  font-family: TikTok Sans 18pt;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  transition: all 0.4s;
  width: fit-content;
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p button:hover {
  background: #0077E6;
  transition: all 0.4s;
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p button:focus {
  background: #FFFFFF;
  color: #0077E6;
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p button:focus svg path {
  fill: #0077E6;
}
.newsletter_wrap .newsletter .left_side form .mc4wp-form-fields p button svg {
  margin-right: 12px;
}
.newsletter_wrap .newsletter .img_wrap {
  width: 45%;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}
.newsletter_wrap .newsletter .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.pnrr {
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .pnrr {
    padding: 12px 15px;
  }
}
.pnrr p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.pnrr p b {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}
.pnrr p span {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .pnrr p span {
    display: none;
  }
}
.pnrr p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-decoration: underline;
  color: #005DB4;
}
@media screen and (max-width: 768px) {
  .pnrr p a {
    width: 100%;
  }
}
.pnrr span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  display: block;
}

footer {
  background: #004282;
  padding-top: 56px;
}
footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 1021px) {
  footer .footer_top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top {
    padding: 0 15px;
  }
}
footer .footer_top .logo svg {
  max-width: 300px;
}
@media screen and (max-width: 1238px) {
  footer .footer_top .logo svg {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .logo svg {
    max-width: 300px;
  }
}
footer .footer_top .right_side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side nav.primary-navigation {
    margin-bottom: 24px;
  }
}
footer .footer_top .right_side nav.primary-navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side nav.primary-navigation ul {
    flex-wrap: wrap;
  }
}
footer .footer_top .right_side nav.primary-navigation ul li {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side nav.primary-navigation ul li {
    width: 100%;
    text-align: center;
  }
}
footer .footer_top .right_side nav.primary-navigation ul li:hover a {
  color: #0077E6;
  transition: all 0.4s;
}
footer .footer_top .right_side nav.primary-navigation ul li.current-menu-item a {
  color: #0077E6;
}
footer .footer_top .right_side nav.primary-navigation ul li.current-menu-item a:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
}
footer .footer_top .right_side nav.primary-navigation ul li.pll-parent-menu-item {
  display: none;
}
footer .footer_top .right_side nav.primary-navigation ul li a {
  padding: 14px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  transition: all 0.4s;
  color: white;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side nav.primary-navigation ul li a {
    margin: 0 auto;
  }
}
footer .footer_top .right_side nav.primary-navigation ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0077E6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  position: absolute;
}
footer .footer_top .right_side .social {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer_top .right_side .social {
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
footer .footer_top .right_side .social a {
  margin: 0 12px;
}
footer .footer_contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_contacts {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
  }
}
footer .footer_contacts .block {
  width: calc(33.3333333333% - 16px);
  border: 1px solid rgba(255, 255, 255, 0.4784313725);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_contacts .block {
    width: 100%;
    margin-bottom: 12px;
  }
}
footer .footer_contacts .block .icon {
  margin-right: 12px;
}
footer .footer_contacts .block .content {
  width: calc(100% - 80px);
}
footer .footer_contacts .block .content span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 4px;
  color: #A3A3A3;
}
footer .footer_contacts .block .content a, footer .footer_contacts .block .content p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom {
    padding: 24px 15px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .rights {
    margin-top: 12px;
  }
}
footer .footer_bottom .rights p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .rights p {
    font-size: 11px;
    text-align: center;
  }
}
footer .footer_bottom .legal-menu-container ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .legal-menu-container ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer_bottom .legal-menu-container ul li {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer_bottom .legal-menu-container ul li {
    margin-left: 0;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
  }
}
footer .footer_bottom .legal-menu-container ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  text-align: center;
  text-decoration: underline !important;
}
footer .arrow_top {
  position: fixed;
  right: 98px;
  bottom: 98px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer .arrow_top {
    right: 18px;
    bottom: 18px;
    height: 38px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  footer .arrow_top svg {
    width: 38px;
    height: 38px;
  }
}

.fast_call {
  display: flex;
  position: fixed;
  bottom: 180px;
  left: auto;
  right: 98px;
  z-index: 2;
  color: white;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  padding: 10px;
  background: #0077e6;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .fast_call {
    right: 18px;
    bottom: 68px;
    width: 38px;
    height: 38px;
  }
}
.fast_call svg {
  width: 42px;
  height: 42px;
}

.about_main_section {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .about_main_section {
    margin-top: 24px;
    padding: 0 16px;
  }
}
.about_main_section h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .about_main_section h1 {
    font-size: 32px;
  }
}
.about_main_section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 24px;
}
.about_main_section img {
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
}

.who_we_are {
  display: flex;
  justify-content: space-between;
  margin-top: 96px;
}
@media screen and (max-width: 1021px) {
  .who_we_are {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .who_we_are {
    margin-top: 48px;
    padding: 0 15px;
  }
}
.who_we_are .left_side {
  width: calc(50% - 12px);
  padding: 30px 92px 30px 0;
}
@media screen and (max-width: 1230px) {
  .who_we_are .left_side {
    padding-right: 0;
  }
}
@media screen and (max-width: 1021px) {
  .who_we_are .left_side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.who_we_are .left_side h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .who_we_are .left_side h2 {
    font-size: 32px;
  }
}
.who_we_are .left_side h3 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .who_we_are .left_side h3 {
    margin-bottom: 12px;
  }
}
.who_we_are .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.who_we_are .left_side p:last-of-type {
  margin-bottom: 0;
}
.who_we_are .right_side {
  width: calc(50% - 12px);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  aspect-ratio: 1.77/1;
}
@media screen and (max-width: 1021px) {
  .who_we_are .right_side {
    width: 100%;
  }
}
.who_we_are .right_side img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media screen and (max-width: 1021px) {
  .who_we_are .right_side img {
    transform: none;
    position: initial;
    object-fit: initial;
  }
}

.capabilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 96px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .capabilities {
    margin-top: 48px;
    margin-bottom: 24px;
    padding: 0 15px;
  }
}
.capabilities h2 {
  width: 100%;
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .capabilities h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.capabilities .capability {
  width: calc(33.3333333333% - 16px);
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .capabilities .capability {
    width: 100%;
    margin-bottom: 12px;
  }
}
.capabilities .capability .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.capabilities .capability h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 8px;
}
.capabilities .capability p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
}

.mission_values {
  margin-bottom: 96px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #1A91FF;
  padding: 48px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .mission_values {
    padding: 12px;
    margin: 0 16px 48px;
  }
}
.mission_values .mission h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 24px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mission_values .mission h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.mission_values .mission p {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 24px;
  color: white;
}
@media screen and (max-width: 768px) {
  .mission_values .mission p {
    font-size: 18px;
  }
}
.mission_values .values {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 24px 0 24px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .mission_values .values {
    padding: 12px 12px 0 12px;
  }
}
.mission_values .values .value {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mission_values .values .value {
    width: 100%;
  }
}
.mission_values .values .value h6 {
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}
.mission_values .values .value h6 svg {
  margin-right: 8px;
}
.mission_values .values .value p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}

.operation_model {
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .operation_model {
    margin-bottom: 48px;
    padding: 0 15px;
  }
}
.operation_model .section_head {
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .operation_model .section_head {
    margin-bottom: 24px;
  }
}
.operation_model .section_head h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .operation_model .section_head h2 {
    font-size: 32px;
  }
}
.operation_model .section_head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.operation_model .block {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .operation_model .block {
    width: 100%;
    margin-bottom: 12px;
  }
}
.operation_model .block h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .operation_model .block h4 {
    font-size: 16px;
  }
}
.operation_model .block .item {
  background: #FFFFFF;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .operation_model .block .item {
    padding: 8px;
  }
}
.operation_model .block .item .icon {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .operation_model .block .item .icon img {
    width: 24px;
    height: 24px;
  }
}
.operation_model .block .item b {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  width: calc(100% - 48px);
}
@media screen and (max-width: 768px) {
  .operation_model .block .item b {
    width: calc(100% - 36px);
  }
}
.operation_model .block .item:last-of-page {
  margin-bottom: 0;
}

.service_categories {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .service_categories {
    margin-top: 48px;
    padding: 0 15px;
  }
}
.service_categories .head_section {
  width: 100%;
  margin-bottom: 48px;
}
.service_categories .head_section h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .service_categories .head_section h2 {
    font-size: 32px;
  }
}
.service_categories .head_section p {
  max-width: 650px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service_categories .head_section p {
    font-size: 20px;
  }
}
.service_categories .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service_categories .items {
    display: block;
    overflow: hidden;
    padding-right: 5%;
    padding-bottom: 74px;
  }
}
.service_categories .items .slick-track {
  display: flex;
}
.service_categories .items .slick-list {
  overflow: visible;
}
.service_categories .items .item {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 768px) {
  .service_categories .items .item {
    margin-right: 12px;
  }
}
.service_categories .items .item .img_wrap {
  height: 255px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 12px;
}
.service_categories .items .item .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.service_categories .items .item h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 8px;
}
.service_categories .items .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (max-width: 768px) {
  .service_categories .items .item p {
    text-align: justify;
  }
}
.service_categories .items .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  bottom: 0;
}
.service_categories .items .slick-dots li {
  width: 16px;
  height: 16px;
  background: #1A91FF;
  opacity: 0.38;
  border-radius: 50%;
  transition: all 0.4s;
  margin: 0 9px;
}
.service_categories .items .slick-dots li.slick-active {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: all 0.4s;
}
.service_categories .items .slick-dots li button {
  display: none;
}
.service_categories .buttons {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service_categories .buttons {
    margin-top: 24px;
  }
}
.service_categories .buttons a {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .service_categories .buttons a {
    width: calc(50% - 6px);
  }
}
.service_categories .buttons a.btn2 {
  color: #737373;
  border: 1px solid #737373;
  padding: 14px 12px;
}
.service_categories .buttons a.btn2:hover {
  color: #404040;
  border: 1px solid #404040;
}

.call_to_action {
  background: #1A91FF;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 4px;
  padding: 48px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .call_to_action {
    padding: 12px;
    margin: 0 16px 24px;
  }
}
.call_to_action h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .call_to_action h2 {
    font-size: 36px;
  }
}
.call_to_action p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 24px;
  color: #ffffff;
}
.call_to_action .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .call_to_action .buttons {
    flex-wrap: wrap;
  }
}
.call_to_action .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #1A91FF;
  background: #FFFFFF;
  margin: 0 6px;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .call_to_action .buttons a {
    width: 100%;
    margin: 0 0 12px;
  }
}
.call_to_action .buttons a:hover {
  background: #DBF4FF;
  color: #005DB4;
  transition: all 0.4s;
}
.call_to_action .buttons a:hover svg path {
  fill: #005DB4;
  transition: all 0.4s;
}
.call_to_action .buttons a:focus {
  background: #1A91FF;
  color: #FFFFFF;
  transition: all 0.4s;
}
.call_to_action .buttons a:focus svg path {
  fill: #FFFFFF;
  transition: all 0.4s;
}
.call_to_action .buttons a svg {
  margin-right: 12px;
}
.call_to_action .buttons a svg path {
  transition: all 0.4s;
}

.request_transport {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .request_transport {
    margin: 24px 16px;
  }
}
.request_transport h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .request_transport h1 {
    font-size: 32px;
  }
}
.request_transport p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 24px;
}
.request_transport .form {
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .request_transport .form {
    padding: 12px;
    margin-bottom: 48px;
  }
}
.request_transport .form p {
  max-width: 100%;
  text-align: left;
}
.request_transport .form h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 24px;
}
.request_transport .form h6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.request_transport .form h6 svg {
  margin-right: 8px;
}
.request_transport .form input, .request_transport .form select {
  border: 1px solid #A3A3A3;
  height: 48px;
  padding: 14px 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  width: 100%;
}
.request_transport .form .half {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .request_transport .form .half {
    flex-wrap: wrap;
  }
}
.request_transport .form .half .block {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .request_transport .form .half .block {
    width: 100%;
  }
}
.request_transport .form .half .block p span input {
  width: 100%;
}
.request_transport .form .section_half .block p {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .request_transport .form .section_half .block p {
    flex-wrap: wrap;
  }
}
.request_transport .form .section_half .block p br {
  display: none;
}
.request_transport .form .section_half .block p span.wpcf7-form-control-wrap {
  width: calc(50% - 12px);
  display: block;
}
@media screen and (max-width: 768px) {
  .request_transport .form .section_half .block p span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.request_transport .form .section_half .block p span.wpcf7-form-control-wrap input {
  width: 100%;
}
.request_transport .form .section_half .block p .select2 {
  margin-bottom: 12px;
}
.request_transport .form .three_sections .block p {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .request_transport .form .three_sections .block p {
    flex-wrap: wrap;
  }
}
.request_transport .form .three_sections .block p span.wpcf7-form-control-wrap {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 768px) {
  .request_transport .form .three_sections .block p span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
.request_transport .form .button_submit {
  width: fit-content;
  position: relative;
}
.request_transport .form .button_submit:hover input {
  background: #0077E6;
  transition: all 0.4s;
}
.request_transport .form .button_submit svg {
  position: absolute;
  left: 12px;
  top: 11px;
}
.request_transport .form .button_submit p {
  margin-bottom: 0;
}
.request_transport .form .button_submit input {
  padding: 14px 20px 14px 48px;
  background: #1A91FF;
  border-radius: 8px;
  border: 0;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  transition: all 0.4s;
}
.request_transport .form .button_submit .wpcf7-spinner {
  position: absolute;
}

.modal_overlay {
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.modal_overlay.is-success {
  display: block;
}
.modal_overlay.is-success .modal .succes {
  display: block;
}
.modal_overlay.is-error {
  display: block;
}
.modal_overlay.is-error .modal .error {
  display: block;
}
.modal_overlay .modal {
  position: absolute;
  left: calc(50% - 260px);
  width: 520px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #F5F5F5;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_overlay .modal {
    left: 15px;
    max-width: calc(100% - 30px);
  }
}
.modal_overlay .modal svg {
  margin-bottom: 8px;
}
.modal_overlay .modal h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 16px;
  text-align: center;
}
.modal_overlay .modal p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 32px;
}
.modal_overlay .modal .close {
  background: #1A91FF;
  padding: 12px 55px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.modal_overlay .modal .close svg {
  margin-bottom: 0;
  margin-right: 12px;
}
.modal_overlay .modal .succes {
  display: none;
}
.modal_overlay .modal .error {
  display: none;
}

.contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contacts {
    padding: 0 15px;
  }
}
.contacts .blocks {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contacts .blocks {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
.contacts .blocks .block {
  width: calc(33.3333333333% - 10px);
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contacts .blocks .block {
    width: 100%;
    margin-bottom: 12px;
  }
}
.contacts .blocks .block .icon {
  margin-right: 12px;
}
.contacts .blocks .block .content {
  width: calc(100% - 80px);
}
.contacts .blocks .block .content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 4px;
  color: #737373;
  display: block;
}
.contacts .blocks .block .content p, .contacts .blocks .block .content a {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  color: #0A0A0A;
  display: block;
}
.contacts .left_side {
  width: calc(50% - 12px);
  background: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
}
@media screen and (max-width: 768px) {
  .contacts .left_side {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
  }
}
.contacts .left_side h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #0A0A0A;
}
.contacts .left_side p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contacts .left_side p {
    margin-bottom: 12px;
  }
}
.contacts .left_side form label br {
  display: none;
}
.contacts .left_side form input {
  width: 100%;
  border: 1px solid #A3A3A3;
  height: 48px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  border-radius: 8px;
}
.contacts .left_side form textarea {
  border: 1px solid #A3A3A3;
  height: 150px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  border-radius: 8px;
  width: 100%;
}
.contacts .left_side form .button_submit {
  width: fit-content;
  position: relative;
}
.contacts .left_side form .button_submit:hover input {
  background: #0077E6;
  transition: all 0.4s;
}
.contacts .left_side form .button_submit svg {
  position: absolute;
  left: 12px;
  top: 11px;
}
.contacts .left_side form .button_submit p {
  margin-bottom: 0;
}
.contacts .left_side form .button_submit input {
  padding: 14px 20px 14px 48px;
  background: #1A91FF;
  border-radius: 8px;
  border: 0;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  transition: all 0.4s;
}
.contacts .right_side {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .contacts .right_side {
    width: 100%;
  }
}
.contacts .right_side iframe {
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .contacts .right_side iframe {
    height: 343px !important;
  }
}

@media screen and (max-width: 768px) {
  .jobs_archive_page {
    padding: 0 15px;
  }
}
.jobs_archive_page form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form {
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
.jobs_archive_page form label {
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form label {
    width: 100%;
  }
}
.jobs_archive_page form label svg {
  position: absolute;
  left: 12px;
  top: 12px;
}
.jobs_archive_page form label input {
  padding-left: 48px;
  height: 48px;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
  margin-right: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form label input {
    width: 100%;
    min-width: 100%;
    margin-bottom: 12px;
  }
}
.jobs_archive_page form select {
  height: 48px;
  border: 1px solid #A3A3A3;
  border-radius: 8px;
  margin-right: 12px;
  background: transparent;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.jobs_archive_page form .select2 {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form .select2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.jobs_archive_page form .select2-selection {
  background: transparent;
}
.jobs_archive_page form button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: #1A91FF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #FFFFFF;
  transition: all 0.4s;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page form button {
    width: 100%;
  }
}
.jobs_archive_page form button:hover {
  background: #0077E6;
  transition: all 0.4s;
}
.jobs_archive_page form button:focus {
  background: #FFFFFF;
  color: #0077E6;
}
.jobs_archive_page form button:focus svg path {
  fill: #0077E6;
}
.jobs_archive_page form button svg {
  margin-right: 12px;
}
.jobs_archive_page .jobs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.jobs_archive_page .jobs a.job {
  width: calc(33.3333333333% - 8px);
  margin-bottom: 12px;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  margin-right: 12px;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 1021px) {
  .jobs_archive_page .jobs a.job {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .jobs_archive_page .jobs a.job {
    width: 100%;
    margin-right: 0;
    height: 180px;
  }
}
.jobs_archive_page .jobs a.job:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1021px) {
  .jobs_archive_page .jobs a.job:nth-of-type(3n) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .jobs_archive_page .jobs a.job:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1021px) {
  .jobs_archive_page .jobs a.job:nth-of-type(2n) {
    margin-right: 0;
  }
}
.jobs_archive_page .jobs a.job span {
  font-weight: 400;
  font-size: 23px;
  line-height: 130%;
  color: #0077E6;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page .jobs a.job span {
    font-size: 18px;
  }
}
.jobs_archive_page .jobs a.job h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page .jobs a.job h4 {
    font-size: 23px;
  }
}
.jobs_archive_page .jobs a.job p {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.jobs_archive_page .jobs a.job p svg {
  margin-right: 8px;
}
.jobs_archive_page .jobs .not_found {
  text-align: center;
  width: 100%;
}
.jobs_archive_page .jobs .clear {
  margin: 12px auto;
}
.jobs_archive_page .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 48px 0 96px;
}
@media screen and (max-width: 768px) {
  .jobs_archive_page .pagination {
    margin: 48px 0;
  }
}
.jobs_archive_page .pagination a, .jobs_archive_page .pagination span {
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  padding: 10px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  min-width: 42px;
  margin: 0 2px;
  transition: all 0.4s;
}
.jobs_archive_page .pagination a:hover {
  color: #FFFFFF;
  background: #7CC2FF;
  transition: all 0.4s;
}
.jobs_archive_page .pagination span {
  color: #FFFFFF;
  background: #7CC2FF;
}

.single_job {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .single_job {
    flex-wrap: wrap-reverse;
    margin-top: 24px;
  }
}
.single_job .content {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
  width: calc(100% - 358px);
}
@media screen and (max-width: 768px) {
  .single_job .content {
    width: 100%;
    margin: 0 16px;
    padding: 12px;
  }
}
.single_job .content h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 4px;
}
.single_job .content h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0077E6;
  margin-bottom: 24px;
}
.single_job .content h2 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 12px;
  margin-top: 24px;
}
.single_job .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.single_job .content ul {
  padding-left: 25px;
  list-style: inherit !important;
  margin-bottom: 24px;
}
.single_job .content ul li {
  list-style: inherit !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.single_job .side_bar {
  width: 334px;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar {
    width: 100%;
    margin: 0 16px 12px;
  }
}
.single_job .side_bar .img_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 12px;
  height: 334px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar .img_wrap {
    max-width: 100%;
    height: 343px;
    margin-right: 12px;
  }
}
.single_job .side_bar .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100% !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.single_job .side_bar h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar h4 {
    display: none;
  }
}
.single_job .side_bar a {
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar a {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .single_job .side_bar .share {
    margin-top: 12px;
  }
}
.single_job .side_bar .share span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar .share span {
    margin-bottom: 12px;
  }
}
.single_job .side_bar .share .social {
  display: flex;
  justify-content: flex-start;
}
.single_job .side_bar .share .social a {
  margin-right: 16px;
  width: fit-content;
  opacity: 0.5;
  transition: all 0.4s;
}
.single_job .side_bar .share .social a:hover {
  opacity: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .single_job .side_bar .other {
    display: none;
  }
}
.single_job .side_bar .other .jobs .job {
  margin-bottom: 12px;
  display: block;
}
.single_job .side_bar .other .jobs .job h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 4px;
}
.single_job .side_bar .other .jobs .job p {
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  opacity: 0.5;
}

.aplication {
  display: flex;
  justify-content: space-between;
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .aplication {
    padding: 0 15px;
    flex-wrap: wrap;
    margin: 24px 0;
  }
}
.aplication .left_side {
  width: 50%;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px 0 0 12px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .aplication .left_side {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 12px;
  }
}
.aplication .left_side h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .aplication .left_side h1 {
    font-size: 32px;
  }
}
.aplication .left_side .page_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 24px;
}
.aplication .left_side .step h6 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 12px;
}
.aplication .left_side .step h6 svg {
  margin-right: 8px;
}
.aplication .left_side .step p label br {
  display: none;
}
.aplication .left_side .step p label span {
  margin-bottom: 24px;
  display: block;
}
.aplication .left_side .step p label span input {
  width: 100%;
  height: 48px;
  border: 1px solid #A3A3A3;
  padding: 12px;
  border-radius: 8px;
}
.aplication .left_side .step .upload_field {
  margin-bottom: 24px;
}
.aplication .left_side .step .upload_field p label {
  height: 140px;
  border: 2px dashed #0077E6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  flex-wrap: wrap;
  flex-direction: column;
}
.aplication .left_side .step .upload_field p label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
}
.aplication .left_side .step .upload_field p label span span {
  color: #0077E6;
  font-weight: 600;
}
.aplication .left_side .step .upload_field p label span.limit_size {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  opacity: 0.5;
  width: 100%;
}
.aplication .left_side .step .upload_field p label input {
  display: none;
}
.aplication .left_side .step .upload_field p label .wpcf7-not-valid-tip {
  color: red;
}
.aplication .left_side .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.aplication .left_side .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.aplication .left_side .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  margin-right: 12px;
}
.aplication .left_side .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
.aplication .left_side .submit {
  width: fit-content;
  position: relative;
  margin: 24px auto 0;
}
.aplication .left_side .submit:hover input {
  background: #0077E6;
  transition: all 0.4s;
}
.aplication .left_side .submit svg {
  position: absolute;
  left: 12px;
  top: 11px;
}
.aplication .left_side .submit p {
  margin-bottom: 0;
}
.aplication .left_side .submit input {
  padding: 14px 20px 14px 48px;
  background: #1A91FF;
  border-radius: 8px;
  border: 0;
  width: fit-content;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  transition: all 0.4s;
}
.aplication .left_side .submit .wpcf7-spinner {
  position: absolute;
}
.aplication .right_side {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  .aplication .right_side {
    height: 350px;
    border-radius: 0 0 12px 12px;
    width: 100%;
  }
}
.aplication .right_side img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.text_page {
  margin: 48px 0;
  box-shadow: 0px 4px 5.46px 0px rgba(0, 0, 0, 0.3215686275);
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .text_page {
    margin: 24px 16px;
    padding: 24px 12px;
  }
}
.text_page h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h1 {
    font-size: 32px;
  }
}
.text_page h2 {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .text_page h2 {
    font-size: 24px;
  }
}
.text_page h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h3 {
    font-size: 20px;
  }
}
.text_page h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .text_page h4 {
    font-size: 18px;
  }
}
.text_page p, .text_page a, .text_page li {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  word-break: break-word;
}
.text_page ul, .text_page ol {
  padding-left: 25px;
  list-style: inherit !important;
  margin-bottom: 12px;
}
.text_page strong {
  font-weight: 600;
}
.text_page p, .text_page a {
  margin-bottom: 12px;
}
.text_page a {
  text-decoration: underline !important;
}

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