@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?aofe3o");
  src: url("../fonts/icomoon.eot?aofe3o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?aofe3o") format("truetype"), url("../fonts/icomoon.woff?aofe3o") format("woff"), url("../fonts/icomoon.svg?aofe3o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-01:before {
  content: "\e90d";
}

.ico-arrow-02:before {
  content: "\e90e";
}

.ico-call:before {
  content: "\e900";
}

.ico-facebook:before {
  content: "\e901";
}

.ico-instagram:before {
  content: "\e902";
}

.ico-location:before {
  content: "\e903";
}

.ico-mail:before {
  content: "\e904";
}

.ico-chat:before {
  content: "\e905";
}

.ico-handyman:before {
  content: "\e906";
}

.ico-lightning:before {
  content: "\e907";
}

.ico-measurement:before {
  content: "\e908";
}

.ico-painting:before {
  content: "\e909";
}

.ico-spanner:before {
  content: "\e90a";
}

.ico-star-01:before {
  content: "\e90b";
}

.ico-star-02:before {
  content: "\e90c";
}

.clients-say-section .icons-list, #footer .social-list, #footer .links-list, #header .language .language-switcher, #header #nav-bar .menu-list, #header .social-holder .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

body {
  background: #fff;
  color: #1A1A1A;
  font: 400 16px/1.5 "Ubuntu", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1 {
  font-size: 30px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 25px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 23px;
}
@media (min-width: 480px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 480px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  width: 100% !important;
  background: none;
  color: #1A1A1A;
  border: none;
  border: 1px solid #FEDE33;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  overflow: hidden;
  outline: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=button]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=button]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=button].placeholder,
textarea.placeholder,
select.placeholder {
  color: inherit;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=button],
  textarea,
  select {
    font-size: 18px;
    padding: 24px 30px;
  }
}

select {
  -webkit-border-radius: 0;
}
textarea {
  display: block;
  height: 72px;
}

input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  label {
    font-size: 18px;
    margin: 0 0 23px;
  }
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.wpcf7-form .wpcf7-response-output {
  font-size: 12px;
  color: #dc3232;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-response-output {
    font-size: 14px;
  }
}

.wpcf7 form.sent .form-wrapper {
  display: none;
}

.wpcf7-response-output {
  font-size: 20px !important;
  color: #FEDE33 !important;
}
.textarea-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.textarea-wrapper .wpcf7-form-control-wrap {
  display: block;
}

.textarea-wrapper textarea {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
  resize: vertical;
}

.file-icon {
  width: 20px;
  position: absolute;
  top: 0;
  right: 20px;
}



#mfcf7_zl_add_file {
  background: url('https://s.w.org/images/core/emoji/16.0.1/svg/1f4ce.svg') no-repeat center center;
  background-size: 20px 20px;
  text-indent: -9999px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  padding: 0;
}

div#mfcf7_zl_multifilecontainer p {
  background: #FEDE33;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 94px;
  right: -20px;
}
@media (min-width: 767px) {
  div#mfcf7_zl_multifilecontainer p {
	 top: 104px;
  }
}

@media (min-width: 1290px) {
  div#mfcf7_zl_multifilecontainer p {
	 width: 200px
  }
}

.mfcf7-zl-multifile-name {
	display: none !important;
}
@media (min-width: 1290px) {
  .mfcf7-zl-multifile-name {
	display: block !important;
    font-size: 14px;
  }
}

div.wpcf7-response-output {
	width: 200px;
}

.button.button-primary.qbutton {
  width: 20px;
  padding: 1px;
}

.btn-submit {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .btn-submit {
    margin: 25px 0 0;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

#header {
  transition: padding 0.2s ease-in-out;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  z-index: 999;
}
#header.fixed-position {
  padding: 15px 0;
}
#header .container {
  padding: 0;
}
@media (min-width: 1024px) {
  #header .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #header .columns-block {
    display: flex;
    justify-content: space-between;
  }
}
#header .left-column {
  background: #FEDE33;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1100;
  padding: 10px;
}
@media (min-width: 768px) {
  #header .left-column {
    width: 26.11%;
    justify-content: center;
  }
}
#header .right-column {
  width: 100%;
}
@media (min-width: 768px) {
  #header .right-column {
    width: 73.89%;
  }
}
#header .logo {
  display: block;
  width: 150px;
}
@media (min-width: 1024px) {
  #header .logo {
    width: 220px;
  }
}
#header .logo a, #header .logo img {
  display: block;
}
#header .link-holder {
  background: #1A1A1A;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  padding: 10px 15px 5px;
}
@media (min-width: 600px) {
  #header .link-holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  #header .link-holder {
    padding: 7px 56px 3px;
  }
}
#header .nav-block {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  right: 15px;
}
@media (min-width: 768px) {
  #header .nav-block {
    position: static;
    justify-content: flex-end;
    gap: 0 30px;
  }
}
@media (min-width: 1024px) {
  #header .nav-block {
    height: 90px;
    padding: 0 56px 0 0;
  }
}
#header .contact-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
  margin: 0 0 10px;
}
@media (min-width: 600px) {
  #header .contact-holder {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #header .contact-holder {
    padding: 0 0 0 7.8%;
  }
}
#header .contact-holder .item {
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  gap: 0 8px;
}
#header .contact-holder .item:hover a {
  transition: color 0.2s ease-in-out;
  color: #FEDE33;
}
#header .contact-holder .ico-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEDE33;
  font-size: 15px;
}
#header .social-holder {
  display: flex;
  justify-content: center;
}
#header .social-holder .social-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
}
@media (min-width: 1024px) {
  #header .social-holder .social-list {
    gap: 0 32px;
  }
}
#header .social-holder .social-list a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
#header .social-holder .social-list a:hover {
  color: #FEDE33;
}
#header #nav-bar {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  #header #nav-bar {
    width: 81.5%;
  }
}
#header #nav-bar.active .opener:before {
  transform: translate(0, 9px) rotate(-135deg);
  width: 28px;
}
#header #nav-bar.active .opener span {
  width: 0;
}
#header #nav-bar.active .opener:after {
  transform: translate(0, -9px) rotate(135deg);
  width: 28px;
}
#header #nav-bar.active .drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.2s 0s, transform 0.2s 0s;
  z-index: 1;
}
#header #nav-bar .opener {
  position: relative;
  display: none;
  z-index: 1100;
}
@media (max-width: 1023px) {
  #header #nav-bar .opener {
    transition: background 0.2s ease-in-out;
    width: 65px;
    height: 51px;
    position: relative;
    padding: 15px;
    margin-right: -5px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #header #nav-bar .opener:before, #header #nav-bar .opener:after, #header #nav-bar .opener span {
    transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
    content: "";
    background: #1A1A1A;
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 1023px) {
  #header #nav-bar .drop {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: -99999px;
    left: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: top 0s 0.2s, left 0s 0.2s, opacity 0.2s 0s, transform 0.2s 0s;
  }
}
@media (min-width: 1024px) {
  #header #nav-bar .menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media (min-width: 1200px) {
  #header #nav-bar .menu-list {
    gap: 0 48px;
  }
}
#header #nav-bar .menu-list li {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  #header #nav-bar .menu-list li {
    margin: 0;
  }
}
#header #nav-bar .menu-list a {
  transition: color 0.2s ease-in-out;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
  font-size: 24px;
}
@media (min-width: 1024px) {
  #header #nav-bar .menu-list a {
    font-size: 16px;
  }
}
#header #nav-bar .menu-list a:hover {
  color: #FEDE33;
}
#header .language {
  font-weight: 700;
  position: relative;
}
#header .language .language-switcher .lang-item {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
}
#header .language .language-switcher .lang-item a {
  transition: color 0.2s ease-in-out;
  display: block;
  padding: 5px 10px;
}
#header .language .language-switcher .lang-item a:hover {
  color: #FEDE33;
}
#header .language .language-switcher .current-lang {
  display: block;
  position: relative;
  z-index: 20;
}
#header .language:hover .language-switcher .lang-item {
  display: block;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

sup,
sub {
  font-size: 50%;
}

.container {
  max-width: 1406px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

.btn, .wpcf7-form .wpcf7-submit {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  display: inline-block;
  background: #FEDE33;
  color: #1A1A1A;
  padding: 20px 32px;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FEDE33;
  border-radius: 6px;
}
.btn:hover, .wpcf7-form .wpcf7-submit:hover {
  background: #fff;
}
.btn.btn-white, .wpcf7-form .btn-white.wpcf7-submit {
  background: #fff;
  color: #1A1A1A;
}
.btn.btn-white:hover, .wpcf7-form .btn-white.wpcf7-submit:hover {
  background: #FEDE33;
}
.btn.btn-black, .wpcf7-form .btn-black.wpcf7-submit {
  background: #1A1A1A;
  color: #FEDE33;
}
.btn.btn-black:hover, .wpcf7-form .btn-black.wpcf7-submit:hover {
  border: 1px solid #1A1A1A;
  background: #FEDE33;
  color: #1A1A1A;
}

.cta {
  transition: color 0.2s ease-in-out;
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  padding: 0;
  width: 100%;
  display: inline-block;
  background: none;
}
.cta:hover {
  text-decoration: none;
  color: #999;
}

.slick-arrow {
  transition: border-color 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  font-family: "icomoon";
  display: block;
  font-size: 14px;
  color: #1A1A1A;
  border: none;
  z-index: 2;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .slick-arrow {
    margin: 0 20px;
  }
}
.slick-arrow:before {
  content: "\e90d";
}
.slick-arrow.slick-prev:before {
  content: "\e90e";
}
.slick-arrow.slick-next {
  left: 40px;
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

#backToTop {
  width: 50px;
  height: 50px;
  transition: opacity 0.2s ease-in-out;
  display: none;
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 1000;
  background-color: #1A1A1A;
  color: white;
  border-radius: 50%;
  border: none;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  #backToTop {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1441px) {
  #backToTop {
    right: 15%;
  }
}
#backToTop:before {
  content: "\ea3a";
  font-family: "icomoon";
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #backToTop:before {
    font-size: 24px;
  }
}
#backToTop:hover {
  opacity: 1;
}

#footer {
  background: #1A1A1A;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
}
#footer .container {
  padding: 0;
}
@media (max-width: 1440px) {
  #footer .container {
    max-width: none;
  }
}
#footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
  padding: 16px 20px;
}
@media (min-width: 1024px) {
  #footer .footer-content {
    padding: 0;
  }
}
#footer .logo-holder {
  background: #FEDE33;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  padding: 16px 0;
}
#footer .logo-holder .logo {
  max-width: 154px;
}
#footer .links-holder {
  display: flex;
  justify-content: center;
  flex: 1;
  min-width: 310px;
  padding: 0 20px;
}
#footer .links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}
@media (min-width: 1024px) {
  #footer .links-list {
    width: 624px;
    justify-content: space-between;
  }
}
#footer .links-list li a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
}
#footer .links-list li a:hover {
  color: #FEDE33;
}
#footer .social-holder {
  display: flex;
  justify-content: center;
  min-width: 120px;
}
@media (min-width: 1024px) {
  #footer .social-holder {
    width: 200px;
  }
}
#footer .social-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#footer .social-list a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}
#footer .social-list a:hover {
  color: #FEDE33;
}

h1 {
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -2px;
  margin: 0 0 0.38em;
}
@media (min-width: 480px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
    letter-spacing: -4px;
  }
}

h2 {
  font-size: 28px;
  letter-spacing: -1px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 26px;
  line-height: 1.1;
}
@media (min-width: 480px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 38px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 34px;
  }
}

h5 {
  font-size: 22px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 30px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 480px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 24px;
  }
}

.intro-section {
  line-height: 1.44;
  padding: 225px 0 30px;
}
@media (min-width: 768px) {
  .intro-section {
    padding: 150px 0 36px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .intro-section .container {
    max-width: 1366px;
  }
}
@media (min-width: 768px) {
  .intro-section .columns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .intro-section .post-column {
    width: calc(56.84% - 15px);
  }
}
@media (min-width: 1200px) {
  .intro-section .post-column {
    padding: 2% 0 0 7%;
  }
}
.intro-section .img-column {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .intro-section .img-column {
    width: calc(43.16% - 15px);
    margin: 0 0 auto;
  }
}
.intro-section .img-holder {
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .intro-section .img-holder {
    margin: 0;
    max-width: none;
  }
}
.intro-section .btn-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .intro-section .btn-block {
    margin: 40px 0 0;
  }
}

.about-us-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .about-us-section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .about-us-section {
    padding: 60px 0 70px;
    margin: 0 8% 0 0;
  }
}
.about-us-section h1, .about-us-section h2, .about-us-section h3, .about-us-section h4, .about-us-section h5, .about-us-section h6 {
  margin: 0 0 0.82em;
}
@media (min-width: 1024px) {
  .about-us-section .container {
    max-width: 1296px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .about-us-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 0 56px;
  }
}
.about-us-section .left-column {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .about-us-section .left-column {
    width: calc(52.96% - 28px);
  }
}
.about-us-section .right-columns {
  display: flex;
  flex-direction: column;
  gap: 0 16px;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .about-us-section .right-columns {
    width: calc(47.04% - 28px);
    margin: 50px 0 0;
  }
}
.about-us-section .img-holder {
  max-width: 460px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-us-section .img-holder {
    margin: 0;
    max-width: none;
  }
}
.about-us-section .title-block {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .about-us-section .title-block {
    max-width: 544px;
  }
}
.about-us-section .item {
  display: flex;
  gap: 0 15px;
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  .about-us-section .item {
    max-width: 500px;
  }
}
.about-us-section .ico-holder {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEDE33;
  border-radius: 6px;
  margin: 5px 0 0;
  padding: 10px;
  min-width: 40px;
  font-size: 20px;
}
.about-us-section .title {
  display: block;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.about-us-section .btn, .about-us-section .wpcf7-form .wpcf7-submit, .wpcf7-form .about-us-section .wpcf7-submit {
  margin: 15px 0 0;
}

.our-services-section {
  padding: 30px 0 10px;
}
@media (min-width: 768px) {
  .our-services-section {
    padding: 50px 0 10px;
  }
}
@media (min-width: 1024px) {
  .our-services-section {
    padding: 70px 0 10px;
  }
}
@media (min-width: 1024px) {
  .our-services-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
@media (min-width: 1024px) {
  .our-services-section .title-column {
    width: calc(32.5% - 15px);
  }
}
@media (min-width: 480px) {
  .our-services-section .list-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 30px;
  }
}
@media (min-width: 1024px) {
  .our-services-section .list-column {
    width: calc(67.5% - 15px);
  }
}
@media (min-width: 1320px) {
  .our-services-section .list-column {
    padding: 0 5.5% 0 0;
  }
}
.our-services-section .column {
  margin: 0 0 30px;
}
@media (min-width: 650px) {
  .our-services-section .column {
    max-width: 275px;
  }
}
@media (min-width: 810px) {
  .our-services-section .column {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .our-services-section .column {
    max-width: 275px;
  }
}
@media (min-width: 1260px) {
  .our-services-section .column {
    max-width: 360px;
  }
}
.our-services-section .ico-holder {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEDE33;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 8px;
  min-width: 40px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .our-services-section .ico-holder {
    width: 72px;
    height: 72px;
    font-size: 34px;
    padding: 15px;
    margin: 0 0 30px;
  }
}
.our-services-section .title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .our-services-section .title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .our-services-section .title {
    font-size: 24px;
  }
}

.statistic-section {
  padding: 5px 0 30px;
}
@media (min-width: 768px) {
  .statistic-section {
    padding: 5px 0 50px;
  }
}
@media (min-width: 1024px) {
  .statistic-section {
    padding: 5px 0 140px;
  }
}
.statistic-section .items-wrap {
  position: relative;
  overflow: hidden;
  background: #FEDE33;
  padding: 16px;
  border-radius: 6px;
  font-size: 18px;
}
.statistic-section .items-block {
  display: flex;
  gap: 0 50px;
  justify-content: space-around;
}
.statistic-section .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  flex: 0 0 auto;
}
.statistic-section .items-wrap:hover {
  pointer-events: none;
}
.statistic-section .items-wrap:hover .marquee {
  animation-play-state: paused;
}
.statistic-section .marquee {
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.statistic-section .rating-block {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
  font-weight: 700;
}
@media (min-width: 480px) {
  .statistic-section .rating-block {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .statistic-section .rating-block {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .statistic-section .rating-block {
    padding: 60px 0 0;
  }
}
.statistic-section .count-block {
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #FEDE33;
}
@media (min-width: 768px) {
  .statistic-section .count-block {
    font-size: 60px;
  }
}
@media (min-width: 1240px) {
  .statistic-section .count-block {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
    font-size: 120px;
  }
}
.statistic-section .count-block p {
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
}
@media (min-width: 768px) {
  .statistic-section .count-block p {
    font-size: 24px;
  }
}
.statistic-section .decoration-holder {
  padding: 15px 0 30px;
  max-width: 1044px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .statistic-section .decoration-holder {
    padding: 25px 0 60px;
  }
}
.statistic-section .btn-holder {
  text-align: center;
}

.clients-say-section {
  background: #FEDE33;
  padding: 30px 0;
  overflow: hidden;
  font-size: 18px;
}
@media (min-width: 768px) {
  .clients-say-section {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .clients-say-section {
    padding: 80px 0 100px;
  }
}
.clients-say-section h1, .clients-say-section h2, .clients-say-section h3, .clients-say-section h4, .clients-say-section h5, .clients-say-section h6 {
  margin: 0 0 0.58em;
}
.clients-say-section .container {
  position: relative;
}
@media (min-width: 1024px) {
  .clients-say-section .container {
    max-width: 1185px;
  }
}
.clients-say-section .container:after {
  width: 240px;
  height: 200px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/logo-hca-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .clients-say-section .container:after {
    width: 395px;
    height: 329px;
    top: -20px;
    right: -8.8%;
  }
}
.clients-say-section .heading-holder {
  position: relative;
  margin: 0 0 30px;
  max-width: 420px;
  z-index: 2;
}
@media (min-width: 768px) {
  .clients-say-section .heading-holder {
    margin: 0 0 35px;
  }
}
.clients-say-section .slick-slider {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
  margin: 0 -10px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .clients-say-section .slick-slider {
    margin: 0 -24px;
  }
}
@media (min-width: 1200px) {
  .clients-say-section .slick-slider {
    margin: 0 -50px;
  }
}
.clients-say-section .slick-track {
  display: flex;
}
.clients-say-section .slide {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .clients-say-section .slide {
    padding: 32px 40px;
    margin: 0 24px;
  }
}
@media (min-width: 1200px) {
  .clients-say-section .slide {
    margin: 0 50px;
  }
}
.clients-say-section .customers-block {
  flex: 1;
}
.clients-say-section .customer-holder {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .clients-say-section .customer-holder {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
  }
}
.clients-say-section .person-block {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.clients-say-section .photo-holder {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50px;
  overflow: hidden;
}
.clients-say-section .name-holder {
  font-size: 16px;
  line-height: 1.63;
}
.clients-say-section .name-holder .name {
  display: block;
  font-weight: 700;
}
.clients-say-section .name-holder .date {
  display: block;
  color: #999;
}
.clients-say-section .icons-list {
  display: flex;
  margin: 8px 0 0;
}
.clients-say-section .icons-list .icon {
  font-size: 16px;
  color: #FEDE33;
}
@media (min-width: 1200px) {
  .clients-say-section .icons-list .icon {
    font-size: 22px;
  }
}
.clients-say-section .title {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 16px;
}
.clients-say-section .description {
  display: block;
  margin: 0 0 25px;
  font-size: 16px;
}
.clients-say-section .img-block {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
@media (min-width: 1024px) {
  .clients-say-section .img-block {
    margin: 0 -50px;
  }
}
@media (min-width: 1200px) {
  .clients-say-section .img-block {
    margin: 0 -65px;
  }
}
.clients-say-section .img-block .img-holder {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px 16px 16px 0;
  overflow: hidden;
}
.clients-say-section .img-block .copy {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .clients-say-section .img-block .copy {
    font-size: 32px;
  }
}
.clients-say-section .btn-holder {
  margin: 30px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .clients-say-section .btn-holder {
    padding: 40px 0 0;
  }
}

.our-projects-section {
  position: relative;
  padding: 60px 0 30px;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .our-projects-section {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1200px) {
  .our-projects-section {
    padding: 140px 0 50px;
  }
}
.our-projects-section p {
  margin: 0 0 1.35em;
}
.our-projects-section .heading-holder {
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .our-projects-section .heading-holder {
    margin: 0 0 36px;
  }
}
.our-projects-section .accordion {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .our-projects-section .accordion {
    flex-direction: row;
    gap: 20px;
  }
}
.our-projects-section .accordion-item {
  display: flex;
  flex-direction: column;
  background: #F4F5F6;
  border-radius: 16px;
  overflow: hidden;
  font-size: 16px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item {
    flex-direction: row;
    height: 500px;
    margin: 20px 0;
  }
}
@media (min-width: 1024px) {
  .our-projects-section .accordion-item {
    height: 556px;
  }
}
.our-projects-section .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 15px;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .accordion-header {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 96px;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .our-projects-section .accordion-item .accordion-header {
    padding: 32px 25px;
  }
}
.our-projects-section .accordion-item .accordion-header .circle-number {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FEDE33;
  color: #1A1A1A;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .accordion-header .circle-number {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .accordion-header .circle-number {
    font-size: 16px;
  }
}
.our-projects-section .accordion-item .accordion-header .title {
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 16px;
  margin: 0;
  white-space: normal;
  writing-mode: horizontal-tb;
  transform: none;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .accordion-header .title {
    writing-mode: vertical-rl;
    white-space: pre-line;
    transform: rotate(180deg);
    font-size: 18px;
  }
}
.our-projects-section .accordion-item .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease;
  display: block;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .accordion-content {
    max-width: 0;
    max-height: none;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: max-width 0.7s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
    flex-grow: 1;
  }
}
.our-projects-section .accordion-item.active {
  flex-direction: column;
}
.our-projects-section .accordion-item.active .accordion-header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e8e4e4;
  transition: padding 0.3s ease;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item.active .accordion-header {
    padding: 32px 40px 24px;
  }
}
.our-projects-section .accordion-item.active .accordion-header .title {
  writing-mode: horizontal-tb;
  transform: none;
}
.our-projects-section .accordion-item.active .accordion-content {
  max-height: 1000px;
  opacity: 1;
  padding: 16px 20px;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.4s ease;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item.active .accordion-content {
    max-width: 768px;
    padding: 16px 40px;
  }
}
.our-projects-section .accordion-item .info-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 16px;
}
.our-projects-section .accordion-item .info-block .text-holder {
  width: calc(50% - 8px);
  font-weight: 700;
}
@media (min-width: 480px) {
  .our-projects-section .accordion-item .info-block .text-holder {
    width: calc(25% - 12px);
  }
}
.our-projects-section .accordion-item .info-block .text-holder .headline {
  font-weight: 300;
  font-size: 12px;
}
.our-projects-section .accordion-item .info-block p {
  margin: 0 0 1.06em;
}
.our-projects-section .accordion-item .post {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .our-projects-section .accordion-item .post {
    margin: 0 0 30px;
  }
}
.our-projects-section .accordion-item .img-block {
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}
.our-projects-section .accordion-item .img-block .img-holder {
  border-radius: 6px;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 10px);
}
.our-projects-section .accordion-item .img-block .img-holder img {
  width: 100%;
  display: block;
}

.booking-section {
  padding: 30px 0;
  font-family: "Poppins", "Arial", "Helvetica", sans-serif;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .booking-section {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .booking-section {
    padding: 50px 0;
  }
}
.booking-section .container {
  position: relative;
}
.booking-section .container::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 75px;
  top: -10px;
  right: 0;
  background-image: url("https://hrybkovcompanyas.no/wp-content/uploads/2025/10/logo-hca-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 480px) {
  .booking-section .container::before {
    top: -50px;
    width: 120px;
    height: 80px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .booking-section .container::before {
    top: -15px;
    width: 120px;
    height: 80px;
    left: 20px;
  }
}
@media (min-width: 1250px) {
  .booking-section .container::before {
    width: 180px;
    height: 120px;
    top: -40px;
    left: -11px;
  }
}
@media (min-width: 1440px) {
  .booking-section .container::before {
    width: 355px;
    height: 247px;
    top: -51px;
    left: -67px;
  }
}
.booking-section .yellow-holder {
  background: #FEDE33;
  border-radius: 16px;
  padding: 30px 15px;
}
@media (min-width: 480px) {
  .booking-section .yellow-holder {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .booking-section .yellow-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 432px;
  }
}
.booking-section .block-size {
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .booking-section .block-size {
    width: 1111px;
  }
}
.booking-section .header-block {
  max-width: 1005px;
}
@media (min-width: 768px) {
  .booking-section .header-block {
    display: flex;
    justify-content: space-between;
    gap: 20px 90px;
    margin: 0 0 50px auto;
  }
}
.booking-section .text-reliable {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .booking-section .text-reliable {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .booking-section .text-reliable {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .booking-section .text-reliable {
    font-size: 72px;
  }
}
.booking-section .text-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.83em;
  line-height: 1.35;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .booking-section .text-title {
    font-size: 28px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .booking-section .text-title {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .booking-section .text-title {
    font-size: 40px;
  }
}
.booking-section .columns-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1074px;
  gap: 30px;
  margin: 0 auto 0 0;
}
.booking-section .left-column {
  max-width: 718px;
}
.booking-section p {
  margin: 0;
}

.contacts-section {
  padding: 30px 0 60px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .contacts-section {
    padding: 40px 0 70px;
  }
}
@media (min-width: 1024px) {
  .contacts-section {
    padding: 70px 0 140px;
  }
}
.contacts-section h1, .contacts-section h2, .contacts-section h3, .contacts-section h4, .contacts-section h5, .contacts-section h6 {
  line-height: 1.18;
  margin: 0 0 1em;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .contacts-section .container {
    max-width: 1312px;
    padding: 0 40px 0 0;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1441px) {
  .contacts-section .container {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .contacts-section .columns-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.contacts-section .left-column {
  background: #F5F5F6;
  padding: 20px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .contacts-section .left-column {
    border-radius: 0 15px 15px 0;
    width: calc(58.02% - 10px);
    align-self: flex-start;
  }
}
@media (min-width: 1024px) {
  .contacts-section .left-column {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .contacts-section .left-column {
    padding: 52px 56px 40px;
  }
}
.contacts-section .right-column {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .contacts-section .right-column {
    width: calc(34.75% - 10px);
    margin: 10px 0 0;
  }
}
.contacts-section .contact-info-block {
  max-width: 541px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .contacts-section .contact-info-block {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .contacts-section .contact-list {
    margin: 8px 0 0;
  }
}
.contacts-section .map-holder {
  max-width: 712px;
  margin: 0;
}
@media (min-width: 768px) {
  .contacts-section .map-holder {
    margin: 0 -50px 0 0;
  }
}
@media (min-width: 1024px) {
  .contacts-section .map-holder {
    margin: 0 -100px 0 0;
  }
}
.contacts-section .item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin: 0 0 24px;
}
.contacts-section .item a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
.contacts-section .item a:hover {
  color: #FEDE33;
}
.contacts-section .item p {
  margin: 0;
}
@media (min-width: 768px) {
  .contacts-section .item {
    font-size: 18px;
    letter-spacing: -1px;
  }
}
.contacts-section .ico-holder {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEDE33;
  border-radius: 6px;
  padding: 10px;
  min-width: 40px;
  font-size: 22px;
}
.contacts-section .form-holder {
  margin: -12px auto 0;
  max-width: 432px;
  font-family: "Ubuntu", "Arial", "Helvetica", sans-serif;
}
.contacts-section .icon {
  font-weight: 700;
}
#header .nav-block .language .language-switcher .lang-item a {
  line-height: 1.5 !important;
  margin: -10px 0 0 !important;
}
#header .nav-block .language .language-switcher .lang-item img {
  display: block;
  margin: 5px;
}
