/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: 
Author URI: 
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1300px) {
  .row.large-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.large-gutter > [class*=col_] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.medium-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1300px) {
  .row.medium-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row.medium-gutter > [class*=col_] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1300px) {
  .row.medium-gutter > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

.flex-center {
  align-items: center;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

.section {
  padding: 123px 0;
}
@media (max-width: 1430px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 1300px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 40px 0;
  }
}

body {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #5A5A5A;
}
@media (max-width: 1300px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
  color: #181200;
  font-weight: 500;
  line-height: 1.1;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1, h2 {
  font-size: 56px;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  h1, h2 {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  h1, h2 {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  h1, h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 640px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.65;
}

p {
  margin: 15px 0;
  color: #5A5A5A;
  font-size: 16px;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #181200;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #181200;
  margin: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border: none;
  border: 1px solid #e8e8e8;
  background: #F4F4F4;
  color: #181200;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 5px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 13px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #E9A901;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #EBEBEB;
}
@media (max-width: 960px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  background-image: url("images/svg/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 8px;
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 160px;
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #E9A901;
  font-weight: 500;
  padding: 17px 21px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 960px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
    padding: 14px 20px;
  }
}
@media (max-width: 640px) {
  button[type=submit],
  input[type=submit] {
    font-size: 12px;
    padding: 12px 22px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #b68401;
  color: white;
}
@media (max-width: 960px) {
  button[type=submit]:hover,
  input[type=submit]:hover {
    background-color: #E9A901;
  }
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #E9A901;
  outline: 0;
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #E9A901;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #E9A901;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #E9A901;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #3C3C3C;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #3C3C3C;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #3C3C3C;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #3C3C3C;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #E9A901;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #E9A901;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #E9A901;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.button1,
.button2,
.button3,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: #181200;
  display: inline-block;
  padding: 17px 21px;
  font-size: 14px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  background-color: #E9A901;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 13px;
    padding: 14px 20px;
  }
}
@media (max-width: 640px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 12px;
    padding: 12px 22px;
  }
}
.button1:hover,
.button2:hover,
.button3:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: #b68401;
  color: white;
}
@media (max-width: 960px) {
  .button1:hover,
  .button2:hover,
  .button3:hover,
  .button-white:hover,
  .button-line:hover,
  .button-line2:hover,
  .button-grey:hover {
    background-color: #E9A901;
    color: #181200;
  }
}

.button2 {
  background: #0A4E95;
  color: white;
}
.button2:hover {
  text-decoration: none;
  background-color: #073565;
  color: white;
}
@media (max-width: 960px) {
  .button2:hover {
    background-color: #0A4E95;
  }
}

.button3 {
  background: #39CD4F;
  color: #181200;
  text-transform: none;
}
.button3:hover {
  text-decoration: none;
  background-color: #fff;
  color: #181200;
}
@media (max-width: 960px) {
  .button3:hover {
    background-color: #39CD4F;
  }
}

.button-white {
  background-color: white;
  color: #181200;
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: #b68401;
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button-grey {
  background-color: #F4F4F4;
  color: #181200;
}
.button-grey:hover {
  background-color: #dbdbdb;
  color: #181200;
}

.button-line {
  border: 2px solid #E9A901;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #E9A901;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line:hover {
  background-color: #E9A901;
  color: white;
}

.button-line2 {
  border: 2px solid white;
  padding-top: 17px;
  padding-bottom: 17px;
  color: white;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button-line2 {
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.button-line2:hover {
  background-color: white;
  color: #181200;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 640px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 640px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

.button-long-line {
  display: inline-block;
}

.btn-line-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.btn-line-holder i {
  display: none;
}

.btn-line-hidden {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  opacity: 0.4;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  background-color: #E9A901;
}

.btn-text {
  display: inline-block;
  position: relative;
  padding: 3px 18px 3px 0;
  transform: translateX(0);
  transition: 0.32s cubic-bezier(0.42, 0, 0.6, 0.93);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  position: relative;
  top: 2px;
  color: #E9A901;
}
@media (max-width: 640px) {
  .btn-text {
    font-size: 13px;
    top: 0;
  }
}

.btn-line {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
  width: 41px;
  height: 1px;
  background-color: #E9A901;
}

.button-long-line:hover {
  text-decoration: none;
}
.button-long-line:hover .btn-line-hidden {
  transform: scaleX(1);
  opacity: 1;
}
.button-long-line:hover .btn-text {
  transform: translateX(39px);
  transition: 0.3s ease-in-out;
}
.button-long-line:hover .btn-line {
  opacity: 0.4;
  transform: scaleX(0);
  transform-origin: right;
}

ul li {
  list-style: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}

.slick-dots {
  bottom: -50px;
  left: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  .slick-dots {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1430px) {
  .slick-dots {
    bottom: -40px;
  }
}
@media (max-width: 640px) {
  .slick-dots {
    bottom: -30px;
  }
}
@media (max-width: 480px) {
  .slick-dots {
    bottom: -20px;
  }
}
.slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 6px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 640px) {
  .slick-dots li {
    margin: 0 4px;
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  background-color: #b1b1b1;
  padding: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 767px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 640px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li:first-child:last-child {
  display: none;
}
@media (max-width: 767px) {
  .slick-dots .slick-active {
    width: 12px;
  }
}
@media (max-width: 640px) {
  .slick-dots .slick-active {
    width: 10px;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
  width: 14px;
  background-color: #222222;
}
@media (max-width: 767px) {
  .slick-dots .slick-active button {
    width: 12px;
  }
}
@media (max-width: 640px) {
  .slick-dots .slick-active button {
    width: 10px;
  }
}
#breadcrumbs {
  font-size: 12px;
  font-family: "Cabin", sans-serif;
  margin-top: 24px;
}
@media (max-width: 640px) {
  #breadcrumbs {
    font-size: 11px;
  }
}
#breadcrumbs span span {
  font-weight: 400;
  text-transform: uppercase;
  color: #181200;
}
#breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  color: #181200;
}
#breadcrumbs a:hover {
  color: #E9A901;
}
@media (max-width: 960px) {
  #breadcrumbs a:hover {
    color: #0A4E95;
  }
}
#breadcrumbs i {
  font-size: 12px;
  margin: 0 14px;
  color: #E9A901;
}
@media (max-width: 767px) {
  #breadcrumbs i {
    font-size: 10px;
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  #breadcrumbs i {
    margin: 0 5px;
  }
}
#breadcrumbs > span {
  text-align: center;
}

.contact-page {
  padding-bottom: 0;
}
.contact-page .iframe-map iframe {
  width: 100%;
  height: 626px;
}
@media (max-width: 1300px) {
  .contact-page .iframe-map iframe {
    height: 600px;
  }
}
@media (max-width: 1100px) {
  .contact-page .iframe-map iframe {
    height: 550px;
  }
}
@media (max-width: 960px) {
  .contact-page .iframe-map iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-page .iframe-map iframe {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .contact-page .iframe-map iframe {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .contact-page .iframe-map iframe {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .contact-page .iframe-map iframe {
    height: 200px;
  }
}
.contact-page .phone-wapp {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .contact-page .phone-wapp {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .contact-page .phone-wapp {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.contact-page .phone-wapp a {
  font-weight: 500;
  font-size: 14px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 960px) {
  .contact-page .phone-wapp a {
    padding-left: 35px;
  }
}
@media (max-width: 480px) {
  .contact-page .phone-wapp a {
    padding-left: 28px;
  }
}
.contact-page .phone-wapp a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  .contact-page .phone-wapp a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.contact-page .phone-wapp a::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0px;
  top: calc((100% - 34px) / 2);
}
@media (max-width: 960px) {
  .contact-page .phone-wapp a::before {
    width: 28px;
    height: 28px;
    top: calc((100% - 28px) / 2);
  }
}
@media (max-width: 480px) {
  .contact-page .phone-wapp a::before {
    width: 23px;
    height: 23px;
    top: calc((100% - 23px) / 2);
  }
}
@media (max-width: 400px) {
  .contact-page .phone-wapp a::before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
}
.contact-page .phone-wapp .phone, .contact-page .phone-wapp .wapp {
  padding-right: 30px;
}
@media (max-width: 960px) {
  .contact-page .phone-wapp .phone, .contact-page .phone-wapp .wapp {
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .contact-page .phone-wapp .phone, .contact-page .phone-wapp .wapp {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }
}
.contact-page .phone-wapp .phone a::before {
  background-image: url(images/svg/phone.svg);
}
.contact-page .phone-wapp .wapp a::before {
  background-image: url(images/svg/wapp.svg);
}
@media (max-width: 767px) {
  .contact-page .text-col {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
}

.article-content p:first-child {
  margin-top: 0;
}
.article-content p:last-child {
  margin-bottom: 0;
}

.med-title {
  margin-top: 0;
  font-size: 24px;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .med-title {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .med-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .med-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .med-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .med-title {
    font-size: 15px;
  }
}
.med-title:not(.white-txt) {
  color: #1E1E1E;
}
.med-title.white-txt {
  color: #fff;
}

.category-page-cards main ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-page-cards main ul.products .product-wrap {
  padding: 10px !important;
}
@media (max-width: 767px) {
  .category-page-cards main ul.products .product-wrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .category-page-cards main ul.products .product-wrap {
    width: 100%;
  }
}

body.tax-product_cat .category-page-cards .rent:first-child .title {
  display: none;
}

.inner-content-error .article-content .the-content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .inner-content-error .article-content .the-content {
    max-width: inherit;
  }
}
.inner-content-error .article-content .the-content .image {
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (max-width: 960px) {
  .inner-content-error .article-content .the-content .image {
    position: relative;
    left: auto;
    bottom: auto;
    padding-bottom: 20px;
  }
}
.inner-content-error .article-content .the-content .image img {
  width: auto;
  height: 281px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .inner-content-error .article-content .the-content .image img {
    height: 250px;
  }
}
@media (max-width: 960px) {
  .inner-content-error .article-content .the-content .image img {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .inner-content-error .article-content .the-content .image img {
    height: 150px;
  }
}
.inner-content-error .article-content .the-content p {
  color: #181200;
  font-size: 14px;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .inner-content-error .article-content .the-content p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .inner-content-error .article-content .the-content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  body.error404 header {
    padding-bottom: 0;
  }
}
body.error404 .section {
  padding: 200px 0 150px 0;
}
@media (max-width: 960px) {
  body.error404 .section {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  body.error404 .section {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  body.error404 .section {
    padding: 40px 0;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft, .alignright, .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  background-color: #F5F4F2;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #181200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.big-title {
  font-size: 42px;
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .big-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .big-title {
    font-size: 24px;
  }
}

.big-p {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1650px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 640px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content .newslttr-msg {
  margin-bottom: 40px !important;
}
@media (max-width: 640px) {
  .the-content .newslttr-msg {
    margin-bottom: 20px !important;
  }
}
.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #F4F4F4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p:not(.small-title),
.the-content span:not(.small-title),
.the-content label:not(.small-title),
.the-content li:not(.small-title) {
  color: #5A5A5A;
}
.the-content p:not(.small-title) strong,
.the-content p:not(.small-title) b,
.the-content span:not(.small-title) strong,
.the-content span:not(.small-title) b,
.the-content label:not(.small-title) strong,
.the-content label:not(.small-title) b,
.the-content li:not(.small-title) strong,
.the-content li:not(.small-title) b {
  font-weight: 600;
}
.the-content p:not(.small-title) strong *,
.the-content p:not(.small-title) b *,
.the-content span:not(.small-title) strong *,
.the-content span:not(.small-title) b *,
.the-content label:not(.small-title) strong *,
.the-content label:not(.small-title) b *,
.the-content li:not(.small-title) strong *,
.the-content li:not(.small-title) b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #181200;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #5A5A5A;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}
.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #E9A901;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 640px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  color: #181200;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .small-title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .small-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.small-title.yellow-text {
  color: #E9A901;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.box-padding {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .box-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .box-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-t-xxl {
  padding-top: 110px;
}
@media screen and (max-width: 1550px) {
  .p-t-xxl {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-t-xxl {
    padding-top: 50px;
  }
}

.p-t-xl {
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-t-xl {
    padding-top: 50px;
  }
}

.p-b-xl {
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-b-xl {
    padding-bottom: 50px;
  }
}

.p-b-xxl {
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-b-xxl {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-b-xxl {
    padding-bottom: 50px;
  }
}

.p-v-xxl {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-v-xxl {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-v-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .p-v-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-v-lm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-v-lm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-v-ml {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .p-v-ml {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-l-ml {
  padding-left: 25px;
}

.p-r-ml {
  padding-right: 25px;
}

.p-l-lm {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-l-lm {
    padding-left: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-l-lm {
    padding-left: 0;
  }
}

.p-r-lm {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-r-lm {
    padding-right: 30px;
  }
}
@media screen and (max-width: 730px) {
  .p-r-lm {
    padding-right: 0;
  }
}

.p-t-m {
  padding-top: 20px;
}

.p-m {
  padding: 20px;
}

.m-v-xxl {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-v-xxl {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-v-xxl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.m-v-xl {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-v-xl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .m-v-xl {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-lm {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-v-lm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.m-v-l {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .m-v-l {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.m-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .m-v-60 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .m-b-70 {
    margin-bottom: 90px;
  }
}

.m-t-xxl {
  margin-top: 110px;
}
@media screen and (max-width: 1550px) {
  .m-t-xxl {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xxl {
    margin-top: 50px;
  }
}

.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .m-t-100 {
    margin-top: 60px;
  }
}

.m-t-xl {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .m-t-xl {
    margin-top: 50px;
  }
}

.m-b-xl {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .m-b-xl {
    margin-bottom: 30px;
  }
}

.m-b-xxl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1550px) {
  .m-b-xxl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .m-b-xxl {
    margin-bottom: 50px;
  }
}

.m-t-lm {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .m-t-lm {
    margin-top: 30px;
  }
}

.m-b-lm {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .m-b-lm {
    margin-bottom: 30px;
  }
}

.m-t-l {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .m-t-l {
    margin-top: 20px;
  }
}

.m-t-m {
  margin-top: 20px;
}

.m-b-m {
  margin-bottom: 20px;
}

.m-b-l {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .m-b-l {
    margin-bottom: 20px;
  }
}

.m-t-0 {
  margin-top: 0;
}

.m-0 {
  margin: 0;
}
.m-0 a,
.m-0 p {
  margin: 0;
}

.a-tdu {
  text-decoration: underline;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #181200;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

.grey-box {
  background-color: #F4F4F4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #E9A901;
}

.blue-box {
  background-color: #E9A901;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #181200;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.list-unknown li:first-child:nth-last-child(1) {
  width: 100%;
}
.list-unknown li:first-child:nth-last-child(2),
.list-unknown li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.list-unknown li:first-child:nth-last-child(3),
.list-unknown li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.list-unknown li:first-child:nth-last-child(4),
.list-unknown li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.list-unknown li:first-child:nth-last-child(5),
.list-unknown li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.ml-auto {
  margin-left: auto;
}

.error-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;
  position: relative;
  background: rgb(245, 250, 255);
  background: linear-gradient(0deg, rgb(245, 250, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  .error-wrap {
    display: block;
    overflow-y: auto;
  }
}

.maintenance-wrap {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}

.maintenance-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .maintenance-flex {
    display: block;
    width: 100%;
  }
}

.maintenance-left {
  width: 50%;
  height: 100%;
  padding-right: 100px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .maintenance-left {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .maintenance-left {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .maintenance-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-left {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
  }
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.maintenance-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 568px;
  margin-left: auto;
  padding: 50px 30px 100px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .maintenance-text {
    margin-right: auto;
  }
  .maintenance-text h1 {
    color: white;
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .maintenance-text h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .maintenance-text .the-content {
    color: white;
  }
  .maintenance-text .the-content p,
  .maintenance-text .the-content span,
  .maintenance-text .the-content a,
  .maintenance-text .the-content li,
  .maintenance-text .the-content h1,
  .maintenance-text .the-content h2,
  .maintenance-text .the-content h3,
  .maintenance-text .the-content h4,
  .maintenance-text .the-content h5,
  .maintenance-text .the-content h6 {
    color: white;
  }
  .maintenance-text .the-content p:first-child {
    margin-top: 10px;
  }
}
.maintenance-text input {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .maintenance-text input {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .maintenance-text .mc4wp-form-fields {
    display: block;
    width: 100%;
  }
}
.maintenance-text input[type=email] {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .maintenance-text input[type=email] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.maintenance-logo {
  margin-bottom: 200px;
}
@media (max-width: 1300px) {
  .maintenance-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .maintenance-logo {
    margin-bottom: 50px;
  }
  .maintenance-logo img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-error img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .icon-error img {
    max-width: 200px;
  }
}

.search-error {
  position: relative;
}
.search-error input {
  box-sizing: border-box;
  margin: 0;
  background-color: white;
  border: 1px solid #EBEBEB;
}
.search-error input:hover, .search-error input:focus, .search-error input:active {
  border-color: #E9A901;
}

.warp-button-error {
  text-align: center;
}
@media (max-width: 480px) {
  .warp-button-error {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .warp-button-error .button-line2 img {
    display: none !important;
  }
}

.error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
}

.page-error-centered {
  width: 50%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .page-error-centered {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .page-error-centered {
    padding-top: 100px;
  }
}
@media screen and (max-width: 340px) {
  .page-error-centered {
    max-width: 100%;
  }
}
.page-error-centered button[type=submit],
.page-error-centered input[type=submit] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
  background-color: transparent;
  width: 40px;
  padding: 0;
}
.page-error-centered button[type=submit] img,
.page-error-centered input[type=submit] img {
  width: 20px;
  height: 20px;
  display: block;
}
.page-error-centered #yith-ajaxsearchform .search-navigation input {
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 640px) {
  .page-error-centered .button1 {
    margin-bottom: 40px;
  }
}

.logo-error {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .logo-error {
    margin-bottom: 40px;
  }
}
.logo-error a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-error a img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .logo-error a img {
    max-width: 150px;
  }
}

.error-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
}
.error-main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.error-text {
  margin-bottom: 20px;
}
.error-text .logo-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media (max-width: 640px) {
  .error-text .logo-header {
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .error-text {
    margin-bottom: 20px;
  }
}
.error-text h1 {
  color: #E9A901;
  text-align: center;
  line-height: 0.4;
  margin: 0;
  font-size: 120px;
}
@media (max-width: 640px) {
  .error-text h1 {
    font-size: 80px;
  }
}

.subtitle-error {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .subtitle-error {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle-error {
    margin-bottom: 20px;
  }
}

.error-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1800px;
  position: relative;
}
@media (max-width: 767px) {
  .error-flex {
    display: block;
    position: relative;
  }
}

.error-titles {
  margin-bottom: 30px;
}
.error-titles h1 {
  margin-bottom: 0;
  font-size: 120px;
}
@media (max-width: 767px) {
  .error-titles h1 {
    font-size: 42px;
  }
}
.error-titles h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.error-titles h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 3px;
  background-color: #E9A901;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .error-titles h4:before {
    width: 50px;
    left: 50%;
    margin-left: -25px;
  }
}

.error-button {
  margin-top: 35px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block !important;
  margin-left: 10px;
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #E9A901;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

header {
  padding: 30px 0 43px 0;
}
@media (max-width: 960px) {
  header {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  header .container {
    padding: 0;
  }
}
header .container .header-wrapper {
  padding: 20px 32px;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 960px) {
  header .container .header-wrapper .logo-header {
    width: 50%;
  }
}
header .container .header-wrapper .logo-header a {
  display: flex;
  align-items: center;
}
header .container .header-wrapper .logo-header a img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  header .container .header-wrapper .menu-header {
    display: none;
  }
}
header .container .header-wrapper .menu-header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .header-wrapper .menu-header ul li {
  margin: 0px 17px;
}
@media (max-width: 1300px) {
  header .container .header-wrapper .menu-header ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 1100px) {
  header .container .header-wrapper .menu-header ul li {
    margin: 0px 5px;
  }
}
header .container .header-wrapper .menu-header ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
header .container .header-wrapper .menu-header ul li a:hover {
  color: #0A4E95;
  text-decoration: none;
}
@media (max-width: 960px) {
  header .container .header-wrapper .menu-header ul li a:hover {
    color: #000;
  }
}
header .container .header-wrapper .menu-header ul li.current_page_item a {
  color: #0A4E95;
}
header .container .header-wrapper .contact-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  header .container .header-wrapper .contact-header {
    display: none;
  }
}
header .container .header-wrapper .contact-header .button-wrapper {
  padding-right: 12px;
}
header .container .header-wrapper .contact-header .button-wrapper:last-child {
  padding-right: 0;
}
@media (max-width: 1430px) {
  header .container .header-wrapper .contact-header .button-wrapper a {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  header .container .header-wrapper .contact-header .button-wrapper a {
    font-size: 12px;
    padding: 15px 12px;
  }
}
@media (max-width: 960px) {
  header .container .header-wrapper {
    border-radius: 0;
  }
}

.menu-btn {
  display: none;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 960px) {
  .menu-btn {
    display: flex;
    vertical-align: middle;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    top: 0;
    transform: none;
    left: 0;
  }
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: #0A4E95;
  padding: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 767px) {
  .menu-trigger {
    width: 38px;
    height: 38px;
  }
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.hamburger {
  height: 3px;
  background: #fff;
  transition: 0.2s ease-out all 0.2s;
  position: relative;
  width: 18px;
  border-radius: 2px;
  left: 0px;
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  border-radius: 2px;
}
.hamburger:before {
  top: -6px;
  width: 18px;
}
.hamburger:after {
  top: 6px;
  width: 18px;
}

.header-mobile {
  display: none !important;
  z-index: 2;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.header-mobile .menu a {
  padding: 10px 20px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media (max-width: 400px) {
  .header-mobile .menu a {
    font-size: 13px;
    padding: 7px 20px;
  }
}
@media (max-width: 960px) {
  .header-mobile .menu a:hover {
    color: #fff;
  }
}
.header-mobile .menu li {
  border-top: none;
}
.header-mobile .menu-item-has-children {
  position: relative;
}
.header-mobile .menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.header-mobile .sub-menu a {
  padding-left: 40px;
  color: white;
}
@media (max-width: 767px) {
  .header-mobile .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .header-mobile .sub-menu a {
    font-size: 12px;
  }
}

.mm-wrapper_opening .header-mobile {
  display: block !important;
  background-color: #0A4E95;
}

.mm-navbar_size-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  text-align: center;
}
.mm-navbar_size-2 .footer-logo-social-container {
  justify-content: center;
}
.mm-navbar_size-2 .footer-logo-social-container li a i {
  font-size: 20px;
}
.mm-navbar_size-2 .header-login {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-login a:hover {
  background-color: #0A4E95;
  color: #0A4E95;
}
.mm-navbar_size-2 .header-request {
  padding-top: 0;
  min-height: auto;
}
.mm-navbar_size-2 .header-request .header-button-request {
  padding: 10px 20px;
}
.mm-navbar_size-2 .header-request .header-button-request:hover {
  background-color: #0A4E95;
  color: #0A4E95;
}
.mm-navbar_size-2 .header-request .header-button-request img {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .mm-navbar_size-2 .header-request .header-button-request {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mm-navbar_size-2 .header-request .header-button-request svg {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .mm-navbar__title {
    font-size: 14px;
  }
}

.mm-panels > .mm-panel {
  padding-bottom: 150px;
}

.mm-navbar {
  background-color: #0A4E95;
  color: white;
}
.mm-navbar a.mm-navbar__title {
  color: white !important;
}
.mm-navbar .mm-btn_prev:before,
.mm-navbar .mm-btn:after,
.mm-navbar .mm-btn:before {
  border-color: white;
}

.mm-panels {
  background-color: #0A4E95;
  border: none;
}
.mm-panels .mm-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  font-weight: 600;
}

.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.68);
}

.sub-menu.mm-listview .mm-btn_next {
  padding: 0 !important;
  padding-right: 54px !important;
}

.mm-btn_prev:before,
.mm-btn:after,
.mm-btn:before {
  border-color: white;
}

.mm-panel {
  background-color: #0A4E95;
}

.mm-listitem {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-navbars_top {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.mm-navbars_top .mm-navbar {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-direction: column;
}
.mm-navbars_top .mm-navbar .header-mobile {
  display: none !important;
}
.mm-navbars_top .mm-navbar .menu-btn {
  display: none !important;
}
.mm-navbars_top .mm-navbar .social-links {
  padding: 0;
  height: 100%;
  line-height: 1;
  min-height: auto;
}
.mm-navbars_top .mm-navbar .social-links .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-navbars_top .mm-navbar .social-links .social li {
  margin: 0 8px;
}
.mm-navbars_top .mm-navbar .social-links .social li a i {
  font-size: 18px;
}
@media (max-width: 767px) {
  .mm-navbars_top .mm-navbar .social-links .social li a i {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top .mm-navbar .social-links .social li a i {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mm-navbars_top img {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .mm-navbars_top img {
    width: 100px;
  }
}
.mm-navbars_top a {
  padding-top: 0;
}

.mm-navbars_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.mm-navbars_bottom .mm-navbar {
  width: 100%;
  background-color: #0A4E95;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  justify-content: flex-start;
  padding: 10px 20px;
}
.mm-navbars_bottom .mm-navbar .contact-footer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mm-navbars_bottom .mm-navbar .contact-footer-list li {
  padding-right: 10px;
}
.mm-navbars_bottom .footer-logo-social-container {
  padding-top: 0;
  flex-wrap: wrap;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link {
  width: auto;
  margin: 3px 5px;
}
.mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 12px;
}
@media (max-width: 640px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .mm-navbars_bottom .footer-logo-social-container .footer-social-link a {
    width: 26px;
    height: 26px;
    font-size: 10px;
  }
}

.mm-listitem:after {
  left: 0;
}

.menu-open .menu-trigger {
  position: fixed;
  left: 230px;
  top: 30px;
}
.menu-open .hamburger3 {
  width: 50%;
  background: rgba(255, 255, 255, 0);
}
.menu-open .hamburger3:before, .menu-open .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
  border-color: rgb(0, 0, 0);
}
.menu-open .hamburger3:before {
  transform: rotate(45deg);
}
.menu-open .hamburger3:after {
  transform: rotate(135deg);
}
.menu-open .header-mobile {
  left: 0;
}

html.mm-wrapper_opened .hamburger:before {
  transform-origin: center center 0px;
  transform: rotate(45deg);
  width: 18px;
  top: 0px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:before {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger:after {
  transform-origin: center center 0px;
  transform: rotate(-45deg);
  top: 0px;
  width: 18px;
}
@media (max-width: 400px) {
  html.mm-wrapper_opened .hamburger:after {
    top: 0px;
  }
}

html.mm-wrapper_opened .hamburger {
  background-color: transparent;
}

.mm-menu .wpml-ls-legacy-dropdown a {
  background-color: transparent !important;
}

.flag-mobile {
  display: none;
}

.flag-mobile-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flag-mobile-list .flag {
  display: flex;
  align-items: center;
  padding: 4px 5px 0px 5px;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 0;
}
@media (max-width: 767px) {
  .flag-mobile-list .flag {
    font-size: 13px;
  }
}
.flag-mobile-list .flag.active {
  background-color: rgb(255, 255, 255);
  color: #0A4E95;
}
.flag-mobile-list .flag img {
  margin-right: 4px;
  width: 14px;
  height: auto;
}

@media (max-width: 640px) {
  #qlwapp.qlwapp-button .qlwapp-toggle {
    font-size: 12px;
  }
}

body header .menu li > a {
  padding: 15px 0;
}
body header .menu .menu-item-has-children {
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
body header .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  width: 250px;
  height: auto;
}
@media (max-width: 1430px) {
  body header .menu .menu-item-has-children:hover > .sub-menu {
    width: 200px;
  }
  body header .menu .menu-item-has-children:hover > .sub-menu a {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  body header .menu .menu-item-has-children:hover > .sub-menu {
    width: 180px;
  }
  body header .menu .menu-item-has-children:hover > .sub-menu a {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  body header .menu .menu-item-has-children:hover > .sub-menu {
    width: 150px;
  }
  body header .menu .menu-item-has-children:hover > .sub-menu a {
    font-size: 11px;
  }
}
body header .menu .menu-item-has-children .sub-menu {
  position: absolute;
  height: 0;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  display: none;
  top: 100%;
  left: -10px;
  transition: all 0.3s ease-in-out;
}
body header .menu .menu-item-has-children .sub-menu li {
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-right: 0;
}
body header .menu .menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
body header .menu .menu-item-has-children .sub-menu li::before {
  content: none;
}
body header .menu .menu-item-has-children .sub-menu li a {
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 1.3em;
  padding: 0;
  padding-right: 10px;
}
body header .menu .menu-item-has-children .sub-menu li:hover::before {
  opacity: 1;
}
body header .menu .menu-item-has-children .sub-menu li:not(.menu-item-has-children) a::after {
  content: none;
}
body header .menu .menu-item-has-children .sub-menu li.menu-item-has-children a::after {
  transform: rotate(-90deg);
  width: 6px;
  height: 6px;
  top: calc((100% - 6px) / 2);
}
body header .menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0px;
  left: 100%;
}
body header .menu .menu-item-has-children .sub-menu:hover {
  display: block;
}
body header .menu .menu-item-has-children .sub-menu .current-menu-item a {
  opacity: 1;
}
body header .menu .menu-item-has-children a {
  position: relative;
}
body header .menu .menu-item-has-children a::after {
  content: "";
  width: 8px;
  height: 7px;
  background-image: url(images/svg/header-arr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 0px;
}
body header .menu .menu-item-has-children > a {
  padding-right: 15px;
}
@media (max-width: 1100px) {
  body header .menu .menu-item-has-children > a {
    padding-right: 10px;
  }
}

footer .footer-wrapper {
  background-color: #1E1E1E;
  padding: 123px 0 93px 0;
}
@media (max-width: 1430px) {
  footer .footer-wrapper {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1300px) {
  footer .footer-wrapper {
    padding: 90px 0 70px 0;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper {
    padding: 40px 0 20px 0;
  }
}
footer .footer-wrapper .first-footer-row {
  padding-bottom: 45px;
  border-bottom: 1px solid #424242;
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row {
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  footer .footer-wrapper .first-footer-row .logo-footer {
    width: 50%;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .logo-footer {
    padding-bottom: 20px;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer a img {
  width: auto;
  height: auto;
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .logo-footer a img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 480px) {
  footer .footer-wrapper .first-footer-row .logo-footer a img {
    width: 120px;
    height: auto;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links {
  padding-top: 50px;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links {
    padding-top: 20px;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social {
    justify-content: center;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li {
  margin: 0px 11px;
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li:last-child {
  margin-right: 0;
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li {
    margin: 0 5px;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a {
    width: 35px;
    height: 35px;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a i {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a i {
    font-size: 14px;
  }
}
footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a i:hover {
  color: #E9A901;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .logo-footer .social-links .social li a i:hover {
    color: #fff;
  }
}
@media (max-width: 1300px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer {
    width: 50%;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer {
    width: 100%;
    text-align: center;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .newsletter-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .newsletter-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .newsletter-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .newsletter-title {
    font-size: 14px;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription {
  position: relative;
  margin: 0;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription {
    max-width: 100%;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field {
  margin: 0;
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field label {
  display: none;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
  margin: 0;
  height: 69px;
  border-radius: 13px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding-right: 120px;
  padding-left: 25px;
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::-moz-placeholder {
  color: 838383;
  font-size: 16px;
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::placeholder {
  color: 838383;
  font-size: 16px;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::-moz-placeholder {
    font-size: 14px;
  }
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::-moz-placeholder {
    font-size: 13px;
  }
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email]::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
    height: 60px;
  }
}
@media (max-width: 1100px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
    height: 55px;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
    font-size: 14px;
    padding-right: 100px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
    height: 45px;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-email input[type=email] {
    padding-right: 20px;
    text-align: center;
    font-size: 13px;
    padding-left: 20px;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 8px;
}
@media (max-width: 1300px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
    top: 4px;
    right: 4px;
  }
}
@media (max-width: 1100px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
    top: 3px;
    right: 3px;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
    top: 4px;
    right: 4px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
    top: 4px;
    right: 4px;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button {
    top: auto;
    right: auto;
    display: block;
    position: relative;
    margin-top: 10px;
    font-size: 13px;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input {
  background-color: #0A4E95;
  border-radius: 10px;
  padding: 17px 21px;
  height: auto;
  position: relative;
}
@media (max-width: 1100px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input {
    padding: 15px 21px;
  }
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input {
    padding: 15px 12px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input {
    padding: 10px 12px;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input {
    width: 100%;
  }
}
footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input:hover {
  background-color: #E9A901;
  color: #000;
}
@media (max-width: 960px) {
  footer .footer-wrapper .first-footer-row .newsletter-footer .tnp-subscription .tnp-field.tnp-field-button input:hover {
    background-color: #0A4E95;
    color: #fff;
  }
}
footer .footer-wrapper .second-footer-row {
  padding: 39px 0;
  justify-content: space-between;
}
@media (max-width: 640px) {
  footer .footer-wrapper .second-footer-row {
    justify-content: center;
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .second-footer-row {
    padding: 0px 0;
  }
}
footer .footer-wrapper .second-footer-row .menu-title {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
}
@media (max-width: 960px) {
  footer .footer-wrapper .second-footer-row .menu-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .second-footer-row .menu-title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .second-footer-row .menu-title {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .second-footer-row ul li {
    margin: 5px 0;
  }
}
footer .footer-wrapper .second-footer-row ul li a {
  font-size: 16px;
  color: #9B9B9B;
}
@media (max-width: 960px) {
  footer .footer-wrapper .second-footer-row ul li a {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  footer .footer-wrapper .second-footer-row ul li a {
    font-size: 13px;
  }
}
footer .footer-wrapper .second-footer-row ul li a:hover {
  color: #fff;
}
@media (max-width: 960px) {
  footer .footer-wrapper .second-footer-row ul li a:hover {
    text-decoration: none;
    color: #9B9B9B;
  }
}
footer .footer-wrapper .second-footer-row .col_33 {
  width: auto;
}
@media (max-width: 640px) {
  footer .footer-wrapper .second-footer-row .col_33 {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }
}
@media (max-width: 400px) {
  footer .footer-wrapper .second-footer-row .col_33 {
    width: 100%;
    padding: 20px 0;
  }
}
footer .footer-copy {
  background-color: #171717;
  padding: 14px 0;
}
footer .footer-copy .copyright p {
  font-size: 16px;
  color: #9B9B9B;
  margin: 0;
}
@media (max-width: 960px) {
  footer .footer-copy .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  footer .footer-copy .copyright p {
    font-size: 12px;
  }
}

.btn {
  padding-top: 15px;
}
@media (max-width: 640px) {
  .btn {
    padding-top: 5px;
  }
}

.grey-section {
  background-color: #E9E9E9;
}

.black-section {
  background-color: #1E1E1E;
}

.card-title {
  font-size: 32px;
  font-weight: 500;
  color: #181200;
  font-family: "Cabin", sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 1430px) {
  .card-title {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .card-title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .card-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .card-title {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  .card-title {
    font-size: 18px;
  }
}

.home-hero-section .hero-first-col .home-hero-title {
  padding-right: 30px;
}
.home-hero-section .hero-first-col .home-hero-title h1 {
  font-size: 64px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .home-hero-section .hero-first-col .home-hero-title h1 {
    font-size: 58px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-first-col .home-hero-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-first-col .home-hero-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-first-col .home-hero-title h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-first-col .home-hero-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-first-col .home-hero-title {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-first-col {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-first-col {
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .first-second-col {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .first-second-col {
    width: 100%;
    padding-bottom: 20px;
  }
}
.home-hero-section .hero-second-col .first-second-col .yellow-box {
  background-color: #E9A901;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box {
    padding: 35px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box {
    padding: 25px;
  }
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image {
    text-align: center;
  }
}
.home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
  width: auto;
  height: 484px;
  position: absolute;
  left: -50px;
  top: calc((100% - 484px) / 2);
  background-size: contain;
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    width: auto;
    height: 350px;
    top: auto;
    left: auto;
    position: relative;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    height: 250px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    width: auto;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    width: auto;
    height: 250px;
  }
}
@media (max-width: 400px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .image img {
    width: auto;
    height: 200px;
  }
}
.home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients {
  display: inline-block;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  bottom: 45px;
  right: 45px;
  padding: 21px;
  text-align: center;
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: auto;
    padding: 12px;
  }
}
@media (max-width: 400px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
  }
}
.home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number, .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number-sign {
  font-size: 41px;
  font-weight: 500;
  font-family: "Cabin", sans-serif;
  color: #181200;
  margin: 0;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number, .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number-sign {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number, .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number-sign {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number, .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number-sign {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number, .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients span.number-sign {
    font-size: 24px;
  }
}
.home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients p.text {
  font-size: 18px;
  font-weight: 400;
  color: #181200;
  font-family: "Cabin", sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients p.text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .first-second-col .yellow-box .happy-clients p.text {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col {
    width: 100%;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 36px;
}
@media (max-width: 1430px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper {
    padding: 40px 25px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image {
  padding-bottom: 27px;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
  width: 100%;
  height: 128px;
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 80px;
  }
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 120px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 160px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-image .cover {
    height: 80px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter {
  padding: 31px 35px;
  background-color: #eeeeee;
  border-radius: 18px;
}
@media (max-width: 1430px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter {
    padding: 31px 20px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .filter-title {
  font-size: 24px;
  font-weight: 500;
  color: #181200;
  margin-top: 0;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .filter-title {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .filter-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .filter-title {
    font-size: 16px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect {
  width: 100%;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect select {
  padding: 0;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont {
  height: 61px;
  background-image: url(images/svg/select-arrow.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #9B9B9B;
  margin-bottom: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border: none;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont {
    height: 54px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont {
    height: 45px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont label {
  display: none;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont .placeholder {
  font-size: 15px;
  color: #9B9B9B;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont .placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont .placeholder {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont .placeholder {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont .placeholder {
    font-size: 11px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont span:not(.placeholder) {
  color: #181200;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont span:not(.placeholder) {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont span:not(.placeholder) {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont span:not(.placeholder) {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .CaptionCont span:not(.placeholder) {
    font-size: 11px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper {
  top: 62px;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper {
    top: 59px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper {
    top: 55px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper {
    top: 51px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper {
    top: 0px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .options .opt {
  transition: all 0.3s ease;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .options .opt.disabled {
  display: none;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .options .opt.selected {
  background-color: rgba(155, 155, 155, 0.4);
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .no-match {
  color: #181200;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .no-match {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .no-match {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .no-match {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect .optWrapper .no-match {
    font-size: 11px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt {
  background-color: transparent;
  height: 61px;
}
@media (max-width: 960px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt {
    height: 58px;
  }
}
@media (max-width: 767px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt {
    height: 54px;
  }
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt {
    height: 45px;
  }
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt::-moz-placeholder {
  color: #9B9B9B;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form .SumoSelect.open .search-txt::placeholder {
  color: #9B9B9B;
}
.home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form input[type=submit] {
  width: 100%;
  color: #181200;
  text-transform: uppercase;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .home-hero-section .hero-second-col .second-second-col .form-wrapper .form-filter .form-filter-wrapper form input[type=submit] {
    padding: 15px 12px;
  }
}

.why-us .container .title {
  padding-bottom: 22px;
}
.why-us .container .title h2 {
  margin: 0;
}
@media (max-width: 960px) {
  .why-us .container .title {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .why-us .container .title {
    padding-bottom: 10px;
  }
}
.why-us .container .title .description {
  padding-left: 90px;
}
@media (max-width: 1100px) {
  .why-us .container .title .description {
    padding-left: 50px;
  }
}
@media (max-width: 960px) {
  .why-us .container .title .description {
    padding-left: 0;
    width: 100%;
  }
}
.why-us .container .title .description p {
  margin-top: 0px;
}
@media (max-width: 960px) {
  .why-us .container .title .description p {
    margin-top: 10px;
  }
}
@media (max-width: 960px) {
  .why-us .container .title .the-content {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .why-us .container .mobile-reverse {
    flex-direction: column-reverse;
  }
}
.why-us .container .left-col {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .why-us .container .left-col {
    margin-top: 20px;
  }
}
@media (max-width: 960px) {
  .why-us .container .left-col {
    width: 100%;
  }
}
.why-us .container .left-col .cover {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .why-us .container .left-col .cover {
    width: 500px;
    height: 380px;
    margin: 0 auto;
    background-position: top;
  }
}
@media (max-width: 640px) {
  .why-us .container .left-col .cover {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .why-us .container .left-col .cover {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 380px) {
  .why-us .container .left-col .cover {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .why-us .container .right-col {
    width: 100%;
  }
}
.why-us .container .right-col .card-wrap {
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .why-us .container .right-col .card-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .why-us .container .right-col .card-wrap {
    width: 100%;
  }
}
.why-us .container .right-col .card-wrap .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 38px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .why-us .container .right-col .card-wrap .card {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .why-us .container .right-col .card-wrap .card {
    text-align: center;
    padding: 25px 15px;
  }
}
.why-us .container .right-col .card-wrap .card img {
  width: auto;
  height: auto;
}
@media (max-width: 960px) {
  .why-us .container .right-col .card-wrap .card img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .why-us .container .right-col .card-wrap .card img {
    width: 35px;
  }
}
@media (max-width: 640px) {
  .why-us .container .right-col .card-wrap .card img {
    width: 30px;
  }
}
.why-us .container .right-col .card-wrap .card .card-text {
  margin-top: 0;
  margin-bottom: 23px;
}
.why-us .container .right-col .card-wrap .card .see-more {
  color: #0A4E95;
  position: relative;
  font-size: 16px;
}
@media (max-width: 960px) {
  .why-us .container .right-col .card-wrap .card .see-more {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .why-us .container .right-col .card-wrap .card .see-more {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .why-us .container .right-col .card-wrap .card .see-more {
    font-size: 12px;
  }
}
.why-us .container .right-col .card-wrap .card .see-more::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background-image: url(images/svg/see-more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -18px;
  top: calc((100% - 10px) / 2);
  transition: all 0.3s ease;
}
.why-us .container .right-col .card-wrap .card:hover {
  background-color: rgba(233, 169, 1, 0.2);
  text-decoration: none;
}
@media (max-width: 960px) {
  .why-us .container .right-col .card-wrap .card:hover {
    background-color: #fff;
  }
}
.why-us .container .right-col .card-wrap .card:hover .see-more::after {
  right: -25px;
}
@media (max-width: 960px) {
  .why-us .container .right-col .card-wrap .card:hover .see-more::after {
    right: -18px;
  }
}

.rent-sell .container .title {
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .rent-sell .container .title {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .rent-sell .container .title {
    padding-bottom: 20px;
  }
}
.rent-sell .container .slider-container {
  margin: 0 -13px;
}
@media (max-width: 960px) {
  .rent-sell .container .slider-container {
    margin: 0 -8px;
  }
}
.rent-sell .container .slider-container .product-wrap {
  padding: 0 13px;
  height: 100%;
}
@media (max-width: 960px) {
  .rent-sell .container .slider-container .product-wrap {
    padding: 0 8px;
  }
}
.rent-sell .container .slider-container .product-wrap .product {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
@media (max-width: 1100px) {
  .rent-sell .container .slider-container .product-wrap .product {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .rent-sell .container .slider-container .product-wrap .product {
    text-align: center;
    padding: 20px;
  }
}
.rent-sell .container .slider-container .product-wrap .product .cover-wrap {
  padding: 23px 0;
}
@media (max-width: 640px) {
  .rent-sell .container .slider-container .product-wrap .product .cover-wrap {
    padding: 15px 0;
  }
}
.rent-sell .container .slider-container .product-wrap .product .cover-wrap .cover {
  width: 100%;
  height: 246px;
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .rent-sell .container .slider-container .product-wrap .product .cover-wrap .cover {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .rent-sell .container .slider-container .product-wrap .product .cover-wrap .cover {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .rent-sell .container .slider-container .product-wrap .product .cover-wrap .cover {
    height: 200px;
  }
}
.rent-sell .container .slider-container .product-wrap .product a {
  width: 100%;
}
.rent-sell .container .slider-container .product-wrap .product .card-title {
  margin: 0;
}
.rent-sell .rent {
  padding-bottom: 123px;
}
@media (max-width: 1430px) {
  .rent-sell .rent {
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .rent-sell .rent {
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .rent-sell .rent {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .rent-sell .rent {
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .rent-sell .rent {
    padding-bottom: 40px;
  }
}
.rent-sell .rent:last-child {
  padding-bottom: 0;
}
.rent-sell .product-slider:not(.slick-slider), .rent-sell .product-slider-sell:not(.slick-slider) {
  display: flex;
  flex-direction: row;
  height: 448px;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 1100px) {
  .rent-sell .product-slider:not(.slick-slider), .rent-sell .product-slider-sell:not(.slick-slider) {
    height: 376px;
  }
}
@media (max-width: 960px) {
  .rent-sell .product-slider:not(.slick-slider), .rent-sell .product-slider-sell:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .rent-sell .product-slider:not(.slick-slider), .rent-sell .product-slider-sell:not(.slick-slider) {
    height: 277px;
  }
}
@media (max-width: 480px) {
  .rent-sell .product-slider:not(.slick-slider), .rent-sell .product-slider-sell:not(.slick-slider) {
    height: 326px;
  }
}
.rent-sell .product-slider:not(.slick-slider) .product-wrap, .rent-sell .product-slider-sell:not(.slick-slider) .product-wrap {
  width: 33.33%;
}
@media (max-width: 767px) {
  .rent-sell .product-slider:not(.slick-slider) .product-wrap, .rent-sell .product-slider-sell:not(.slick-slider) .product-wrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .rent-sell .product-slider:not(.slick-slider) .product-wrap, .rent-sell .product-slider-sell:not(.slick-slider) .product-wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .services .services-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.services .services-container .image {
  position: relative;
  padding-top: 525px;
}
@media (max-width: 767px) {
  .services .services-container .image {
    padding-top: 30px;
  }
}
@media (max-width: 1430px) {
  .services .services-container .image {
    padding-top: 335px;
  }
}
@media (max-width: 1300px) {
  .services .services-container .image {
    padding-top: 250px;
  }
}
@media (max-width: 960px) {
  .services .services-container .image {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .services .services-container .image {
    padding-top: 30px;
  }
}
.services .services-container .image .cover {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 20px solid #E9A901;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .services .services-container .image .cover {
    height: 350px;
    position: relative;
  }
}
@media (max-width: 640px) {
  .services .services-container .image .cover {
    height: 300px;
    border: 15px solid #E9A901;
  }
}
@media (max-width: 480px) {
  .services .services-container .image .cover {
    height: 250px;
  }
}
.services .services-container .the-content {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 48px 63px;
  position: relative;
  bottom: -123px;
}
@media (max-width: 1430px) {
  .services .services-container .the-content {
    bottom: -100px;
  }
}
@media (max-width: 1300px) {
  .services .services-container .the-content {
    bottom: -90px;
  }
}
@media (max-width: 960px) {
  .services .services-container .the-content {
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .services .services-container .the-content {
    bottom: -60px;
  }
}
@media (max-width: 640px) {
  .services .services-container .the-content {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .services .services-container .the-content {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    width: 100%;
    background-color: transparent;
  }
}

.testimonials .title {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonials .title {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .testimonials .title {
    padding-bottom: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.testimonials .slider-wrapper {
  background-color: transparent;
  border-radius: 20px;
  padding: 31px 19px;
  position: relative;
}
.testimonials .slider-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 107px);
  background-color: #eee;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: height 0.3s;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper::before {
    height: 100%;
  }
}
.testimonials .slider-wrapper .testimonials-slider {
  position: relative;
  z-index: 2;
}
.testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) {
  display: flex;
  height: 300px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) {
    height: 234px;
  }
}
@media (max-width: 767px) {
  .testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) {
    height: 160px;
  }
}
.testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) .slide-wrap {
  width: 33.33%;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) .slide-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials .slider-wrapper .testimonials-slider:not(.slick-slider) .slide-wrap {
    width: 100%;
  }
}
.testimonials .slider-wrapper .testimonials-slider .slide-wrap {
  padding: 0 16px;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider .slide-wrap {
    padding: 0 8px;
  }
}
.testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide {
    padding: 30px 30px;
  }
}
@media (max-width: 640px) {
  .testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide {
    padding: 20px 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide {
    padding: 20px 20px;
  }
}
.testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide .text {
  margin-top: 0;
}
.testimonials .slider-wrapper .testimonials-slider .slide-wrap .slide .name {
  color: #000;
  margin-bottom: 0;
}
.testimonials .slider-wrapper .testimonials-slider.slick-dotted {
  margin-bottom: 107px;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider.slick-dotted {
    margin-bottom: 50px;
  }
}
.testimonials .slider-wrapper .testimonials-slider .slick-dots {
  bottom: -107px;
  position: absolute;
}
@media (max-width: 960px) {
  .testimonials .slider-wrapper .testimonials-slider .slick-dots {
    bottom: -50px;
  }
}

.contact {
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .container .large-gutter {
    flex-direction: column-reverse;
  }
}
.contact .container .image {
  position: relative;
}
@media (max-width: 767px) {
  .contact .container .image {
    width: 100%;
    text-align: center;
  }
}
.contact .container .image img {
  height: calc(100% + 123px);
  width: 585px;
  border-radius: 0 0 20px 20px;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1430px) {
  .contact .container .image img {
    height: calc(100% + 100px);
  }
}
@media (max-width: 1300px) {
  .contact .container .image img {
    width: 90%;
    height: calc(100% + 90px);
  }
}
@media (max-width: 960px) {
  .contact .container .image img {
    position: relative;
    border-radius: 20px;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact .container .image img {
    height: 400px;
  }
}
@media (max-width: 640px) {
  .contact .container .image img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .contact .container .image img {
    height: 250px;
  }
}
.contact .container .form-col .the-content .small-title {
  color: #E9A901;
}
.contact .container .form-col .the-content p:not(.small-title) {
  color: #B3B3B3;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact .container .form-col {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.contact .contact-form-wrap {
  padding-top: 50px;
}
@media (max-width: 960px) {
  .contact .contact-form-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact .contact-form-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .contact .contact-form-wrap {
    padding-top: 20px;
  }
}

@media (max-width: 960px) {
  .faq .accordions-col {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .faq .title-col {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.faq .accordions .accordion-list .accordion-item {
  position: relative;
  padding-bottom: 17px;
}
.faq .accordions .accordion-list .accordion-item:last-child {
  padding-bottom: 0;
}
.faq .accordions .accordion-list .accordion-item:last-child .accordion-header {
  margin-bottom: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-header {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 19px 27px;
  padding-right: 75px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header {
    padding: 19px 15px;
    font-size: 14px;
    padding-right: 40px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header::after {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(images/svg/accordion-arr.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 27px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header::after {
    width: 15px;
    height: 9px;
    top: calc((100% - 9px) / 2);
    right: 15px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-header:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #E9A901;
  border: 1px solid #E9A901;
}
@media (max-width: 960px) {
  .faq .accordions .accordion-list .accordion-item .accordion-header:hover {
    background-color: transparent;
    border: 1px solid #CCCCCC;
  }
}
.faq .accordions .accordion-list .accordion-item.active .accordion-header {
  background-color: #E9A901;
  border: 1px solid #E9A901;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content {
  display: none;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
  padding: 17px 25px;
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content {
    padding-left: 15px;
  }
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p {
  color: #000;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:first-of-type {
  margin-top: 0;
}
.faq .accordions .accordion-list .accordion-item .accordion-hidden-content .the-content p:last-of-type {
  margin-bottom: 0;
}

.contact-form {
  background-color: #EEEEEE;
  padding: 32px;
  border-radius: 20px;
}
@media (max-width: 640px) {
  .contact-form {
    padding: 20px;
  }
}
.contact-form .wpcf7 form input:not([type=submit]) {
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
}
.contact-form .wpcf7 form input:not([type=submit])::-moz-placeholder {
  color: #767676;
}
.contact-form .wpcf7 form input:not([type=submit])::placeholder {
  color: #767676;
}
@media (max-width: 767px) {
  .contact-form .wpcf7 form input:not([type=submit]) {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .contact-form .wpcf7 form input:not([type=submit]) {
    height: 40px;
  }
}
.contact-form .wpcf7 form textarea {
  background-color: #fff;
  border-radius: 10px;
}
.contact-form .wpcf7 form textarea::-moz-placeholder {
  color: #767676;
}
.contact-form .wpcf7 form textarea::placeholder {
  color: #767676;
}
.contact-form .wpcf7 form input[type=submit] {
  background-color: #0A4E95;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .contact-form .wpcf7 form input[type=submit] {
    width: 100%;
  }
}
.contact-form .wpcf7 form input[type=submit]:hover {
  background-color: #E9A901;
  color: #181200;
}
@media (max-width: 960px) {
  .contact-form .wpcf7 form input[type=submit]:hover {
    background-color: #0A4E95;
    color: #fff;
  }
}
.contact-form .wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
}
@media (max-width: 1100px) {
  .contact-form .wpcf7 form .col_50 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-form .wpcf7 form .col_50 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .contact-form .wpcf7 form .col_50 {
    width: 100%;
  }
}
.contact-form .wpcf7 form .wpcf7-spinner {
  display: none;
}

.selects-wrapper.loading {
  position: relative;
}
.selects-wrapper.loading::before {
  content: "";
  background-image: url(images/loader.gif);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 999999999;
}

.general-hero .container .title {
  padding: 25px 0 68px 0;
  border-bottom: 1px solid #C5C5C5;
  text-align: center;
}
@media (max-width: 767px) {
  .general-hero .container .title {
    padding: 0px 0 40px 0;
  }
}
@media (max-width: 640px) {
  .general-hero .container .title {
    padding: 0px 0 20px 0;
  }
}
.general-hero .container .title h1 {
  font-weight: 400;
}

.meet-us .container .section-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 1100px) {
  .meet-us .container .section-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .meet-us .container .section-wrapper {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .meet-us .container .section-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 960px) {
  .meet-us .container .section-wrapper .image-col {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .meet-us .container .section-wrapper .image-col {
    width: 100%;
  }
}
.meet-us .container .section-wrapper .image-col .image {
  padding-bottom: 26px;
}
.meet-us .container .section-wrapper .image-col .image .cover {
  width: 100%;
  height: 260px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .meet-us .container .section-wrapper .image-col .image .cover {
    height: 200px;
  }
}
.meet-us .container .section-wrapper .image-col .card-col:first-child .text-wrapper {
  padding-left: 0px;
}
.meet-us .container .section-wrapper .image-col .card-col:last-child .text-wrapper {
  padding-right: 0px;
}
@media (max-width: 1100px) {
  .meet-us .container .section-wrapper .image-col .card-col:last-child .text-wrapper {
    padding-bottom: 0px;
  }
}
.meet-us .container .section-wrapper .image-col .card-col .text-wrapper {
  padding: 0 13px;
  height: 100%;
}
@media (max-width: 1100px) {
  .meet-us .container .section-wrapper .image-col .card-col .text-wrapper {
    padding: 0;
    padding-bottom: 13px;
  }
}
.meet-us .container .section-wrapper .image-col .card-col .text-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 20px;
  background-color: #EEEEEE;
  padding: 40px 18px 37px 18px;
}
.meet-us .container .section-wrapper .image-col .card-col .text-wrapper .text p:not(.card-title) {
  margin-bottom: 0;
}
.meet-us .container .section-wrapper .image-col .card-col .text-wrapper .text .card-title {
  margin-top: 0;
}
@media (max-width: 960px) {
  .meet-us .container .section-wrapper .image-col .card-col .text-wrapper .text {
    padding: 20px 18px;
  }
}
@media (max-width: 1100px) {
  .meet-us .container .section-wrapper .image-col .card-col {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .meet-us .container .section-wrapper .text-col {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .meet-us .container .section-wrapper .text-col {
    width: 100%;
    padding-bottom: 20px;
  }
}
.meet-us .container .section-wrapper .text-col .the-content .small-title {
  margin-bottom: 10px;
}

.gallery .title {
  padding-bottom: 65px;
}
@media (max-width: 960px) {
  .gallery .title {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .gallery .title {
    padding-bottom: 20px;
  }
}
.gallery .gallery-slider-wrap {
  margin: 0 -26px;
}
@media (max-width: 1430px) {
  .gallery .gallery-slider-wrap {
    margin: 0 -13px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap {
    margin: 0 -8px;
  }
}
.gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: row;
  height: 392px;
  justify-content: center;
}
@media (max-width: 1300px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) {
    height: 250px;
  }
}
.gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap {
  flex: 1 0 33.33%;
  padding: 0 26px;
}
@media (max-width: 1430px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap {
    padding: 0 13px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap {
    padding: 0 8px;
    flex: 1 0 50%;
  }
}
@media (max-width: 480px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap {
    flex: 1 0 100%;
  }
}
.gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
  border-radius: 20px;
  height: 392px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1300px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .gallery .gallery-slider-wrap .gallery-slider:not(.slick-slider) .slider-wrap .cover {
    height: 250px;
  }
}
.gallery .gallery-slider-wrap .gallery-slider .slider-wrap {
  padding: 0 26px;
}
@media (max-width: 1430px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap {
    padding: 0 13px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap {
    padding: 0 8px;
  }
}
.gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
  border-radius: 20px;
  height: 392px;
  width: 100%;
}
@media (max-width: 1300px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .gallery .gallery-slider-wrap .gallery-slider .slider-wrap .cover {
    height: 250px;
  }
}

.services-page .services .services-container .the-content {
  bottom: auto;
}
.services-page .services .services-container .image .cover {
  bottom: 123px;
}
@media (max-width: 767px) {
  .services-page .services .services-container .image .cover {
    bottom: auto;
  }
}

.services-page-cards-section {
  padding-bottom: 123px;
}
@media (max-width: 1430px) {
  .services-page-cards-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .services-page-cards-section {
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .services-page-cards-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .services-page-cards-section {
    padding-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .services-page-cards-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .services-page-cards-section .services-card {
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .services-page-cards-section .services-card:last-child {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .services-page-cards-section .services-card {
    width: 100%;
  }
}
.services-page-cards-section .services-card .card-wrap {
  background-color: #fff;
  padding: 65px 50px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .services-page-cards-section .services-card .card-wrap {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .services-page-cards-section .services-card .card-wrap {
    padding: 30px 25px;
  }
}
@media (max-width: 640px) {
  .services-page-cards-section .services-card .card-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .services-page-cards-section .services-card .card-wrap {
    padding: 30px 20px;
  }
}
.services-page-cards-section .services-card .card-wrap .image img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .services-page-cards-section .services-card .card-wrap .image img {
    height: 35px;
  }
}
@media (max-width: 640px) {
  .services-page-cards-section .services-card .card-wrap .image img {
    height: 30px;
  }
}
.services-page-cards-section .services-card .card-wrap:hover {
  background-color: rgba(233, 169, 1, 0.2);
  text-decoration: none;
  bottom: 5px;
}
@media (max-width: 960px) {
  .services-page-cards-section .services-card .card-wrap:hover {
    background-color: #fff;
    bottom: 0;
  }
}

.woocommerce-product-gallery {
  padding: 33px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .woocommerce-product-gallery {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  body.single-product .woocommerce-product-attributes tbody {
    display: block;
  }
}
@media (max-width: 480px) {
  body.single-product .woocommerce-product-attributes tr {
    display: block;
  }
}
body.single-product .woocommerce-product-attributes tr td,
body.single-product .woocommerce-product-attributes tr th {
  width: 50%;
  text-align: left;
}
@media (max-width: 480px) {
  body.single-product .woocommerce-product-attributes tr td,
  body.single-product .woocommerce-product-attributes tr th {
    width: 100%;
    display: block;
    text-align: center;
  }
}
body.single-product .woocommerce-product-attributes tr th {
  font-size: 15px;
}
@media (max-width: 640px) {
  body.single-product .woocommerce-product-attributes tr th {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body.single-product .woocommerce-product-attributes tr th {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.025);
  }
}
body.single-product .woocommerce-product-attributes tr td p {
  font-size: 14px;
  padding-left: 20px;
}
@media (max-width: 640px) {
  body.single-product .woocommerce-product-attributes tr td p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  body.single-product .woocommerce-product-attributes tr td p {
    font-size: 12px;
    background: #fff;
    padding-left: 0;
  }
}
body.single-product .product-custom {
  padding-bottom: 0;
}
body.single-product .product-custom .product-single-flex {
  display: flex;
  flex-wrap: wrap;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery {
    width: 100%;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots {
  bottom: 50px;
}
@media (max-width: 1300px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}
@media (max-width: 1100px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
  background-color: #c1c1c1;
}
@media (max-width: 1300px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1100px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-dots .slick-active button {
  background-color: #ffffff;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 411px !important;
}
@media (max-width: 1300px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 350px !important;
  }
}
@media (max-width: 1100px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 300px !important;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 411px !important;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 250px !important;
  }
}
@media (max-width: 400px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) {
    height: 200px !important;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.slick-slider) .woocommerce-product-gallery__image {
  width: 100%;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  bottom: -1px;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs::before {
  content: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs::after {
  content: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li {
  border: 1px solid #cfcfcf;
  border-bottom: none;
  margin: 0;
  line-height: 1;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li::before {
  content: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li::after {
  content: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
  padding: 0;
  line-height: 1;
  padding: 16px 30px;
  font-size: 24px;
  font-family: "Cabin", sans-serif;
  color: #181200;
  font-weight: 400;
}
@media (max-width: 1100px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
    padding: 15px 20px;
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
    font-size: 16px;
    padding: 12px 13px;
  }
}
@media (max-width: 480px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li a {
    font-size: 14px;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li.description_tab {
  background-color: transparent;
  border: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs li.description_tab.active {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs .additional_information_tab {
  background-color: transparent;
  border: none;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .tabs .additional_information_tab.active {
  border: 1px solid #cfcfcf;
  border-bottom: none;
  background-color: #fff;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #cfcfcf;
  padding: 30px;
  margin-bottom: 0;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
}
@media (max-width: 1100px) {
  body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 20px;
  }
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .woocommerce-Tabs-panel p:first-child {
  margin-top: 0;
}
body.single-product .product-custom .product-single-flex .woocommerce-product-gallery .woocommerce-tabs .woocommerce-Tabs-panel.radius-change {
  border: none;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}
body.single-product .product-custom .product-single-flex .prod-title {
  font-size: 48px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  body.single-product .product-custom .product-single-flex .prod-title {
    font-size: 46px;
  }
}
@media (max-width: 1300px) {
  body.single-product .product-custom .product-single-flex .prod-title {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .product-single-flex .prod-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  body.single-product .product-custom .product-single-flex .prod-title {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .product-single-flex .prod-title {
    font-size: 24px;
  }
}
body.single-product .product-custom .summary.entry-summary {
  width: 40%;
  float: none;
  padding: 0px;
  margin-bottom: 0;
  margin-left: 0;
  clear: both;
  padding-left: 45px;
}
@media (max-width: 1100px) {
  body.single-product .product-custom .summary.entry-summary {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  body.single-product .product-custom .summary.entry-summary {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body.single-product .product-custom .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
}
body.single-product .product-custom .contact-form {
  padding: 30px 25px;
}
@media (max-width: 1100px) {
  body.single-product .product-custom .contact-form {
    padding: 20px 15px;
  }
}
body.single-product .product-custom .contact-form .wpcf7 input[type=submit] {
  background-color: #E9A901;
  color: #181200;
}
body.single-product .product-custom .contact-form .wpcf7 input[type=submit]:hover {
  background-color: #0A4E95;
  color: #fff;
}
@media (max-width: 960px) {
  body.single-product .product-custom .contact-form .wpcf7 input[type=submit]:hover {
    background-color: #E9A901;
    color: #181200;
  }
}
body.single-product .product-custom .contact-form .wpcf7 input,
body.single-product .product-custom .contact-form .wpcf7 textarea {
  font-size: 14px;
  color: #181200;
}
body.single-product .product-custom .contact-form .wpcf7 input::-moz-placeholder, body.single-product .product-custom .contact-form .wpcf7 textarea::-moz-placeholder {
  color: #a3a3a3;
  font-size: 14px;
}
body.single-product .product-custom .contact-form .wpcf7 input::placeholder,
body.single-product .product-custom .contact-form .wpcf7 textarea::placeholder {
  color: #a3a3a3;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.single-product .product-custom .contact-form .wpcf7 input::-moz-placeholder, body.single-product .product-custom .contact-form .wpcf7 textarea::-moz-placeholder {
    font-size: 13px;
  }
  body.single-product .product-custom .contact-form .wpcf7 input::placeholder,
  body.single-product .product-custom .contact-form .wpcf7 textarea::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  body.single-product .product-custom .contact-form .wpcf7 input::-moz-placeholder, body.single-product .product-custom .contact-form .wpcf7 textarea::-moz-placeholder {
    font-size: 12px;
  }
  body.single-product .product-custom .contact-form .wpcf7 input::placeholder,
  body.single-product .product-custom .contact-form .wpcf7 textarea::placeholder {
    font-size: 12px;
  }
}
body.single-product .product-custom .contact-form .wpcf7 textarea {
  height: 90px;
}
body.single-product .woocommerce-product-gallery__image .cover {
  border-radius: 20px;
  height: 411px !important;
}
@media (max-width: 1300px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 350px !important;
  }
}
@media (max-width: 1100px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 300px !important;
  }
}
@media (max-width: 960px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 411px !important;
  }
}
@media (max-width: 640px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 250px !important;
  }
}
@media (max-width: 400px) {
  body.single-product .woocommerce-product-gallery__image .cover {
    height: 200px !important;
  }
}
body.single-product .woocommerce-product-gallery__image .cover.contain {
  background-size: contain;
  background-color: #eee;
}

@media (max-width: 767px) {
  .product-form {
    padding-top: 20px;
  }
}
.product-form .product-form-wrap {
  padding: 25px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 1100px) {
  .product-form .product-form-wrap {
    padding: 20px;
  }
}
.product-form .product-form-wrap .form-header-wrap {
  padding-bottom: 20px;
}
.product-form .product-form-wrap .form-header-wrap .form-header {
  border-radius: 20px;
  background-color: #1e1e1e;
  padding: 30px 25px;
}
@media (max-width: 1100px) {
  .product-form .product-form-wrap .form-header-wrap .form-header {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .form-header-wrap .form-header {
    text-align: center;
  }
}
.product-form .product-form-wrap .btn {
  padding-top: 0;
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .btn {
    flex-wrap: wrap;
  }
}
.product-form .product-form-wrap .btn .phone {
  padding-right: 10px;
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .btn .phone {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .btn .phone a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .btn .wapp {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-form .product-form-wrap .btn .wapp a {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .product-form .product-form-wrap .btn a {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .product-form .product-form-wrap .btn a {
    padding: 12px;
  }
}/*# sourceMappingURL=style.css.map */