/*border-radius*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Karla";
  src: url("/wp-content/themes/my_template/assets/fonts/Karla-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url("/wp-content/themes/my_template/assets/fonts/Karla-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url("/wp-content/themes/my_template/assets/fonts/Karla-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url("/wp-content/themes/my_template/assets/fonts/Karla-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/my_template/assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/my_template/assets/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/my_template/assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/my_template/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 20px;
  font-family: "Karla";
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 1em;
  color: #042939;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.7em;
}
h1 span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  font-size: 2.5em;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.125em;
  }
}

h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.0625em;
  }
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

/**/
p {
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  p {
    font-size: 1em;
  }
}

.p_big {
  font-size: 1em;
}

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

.op_line_title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 8px;
}

.op_strong {
  font-weight: bold;
}

/*btns*/
a {
  color: inherit;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a,
.btn, button, input {
  cursor: pointer;
  font-size: inherit;
}

button, .btn {
  padding: 1em 2em;
  line-height: 1;
  border-radius: 2em;
  background-color: #FE833F;
  color: #042939;
  border: 1px solid #FE833F;
  text-decoration: none;
  transition: 0.3s ease-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
button:hover, .btn:hover {
  color: white;
  text-decoration: none;
  background: #042939;
  border-color: #042939;
}

.btn-primary, .btn_ico, .btn_outline {
  padding: 1em 2em;
  line-height: 1;
  border-radius: 2em;
  background-color: #FE833F;
  color: #042939;
  border: 1px solid #FE833F;
  text-decoration: none;
  transition: 0.3s ease-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}
.btn-primary:hover, .btn_ico:hover, .btn_outline:hover {
  color: white;
  text-decoration: none;
  background: #042939;
  border-color: #042939;
}

.btn_outline {
  background-color: transparent;
  color: #042939;
  border: 1px solid #042939;
}
.btn_outline:hover {
  background: #042939;
  border: 1px solid #042939;
  color: white;
  text-decoration: none;
}

.btn_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.btn_ico svg {
  max-width: 1.2em;
  max-height: 1.2em;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn_ico svg path {
  fill: #042939;
  transition: 0.3s ease-out;
}
.btn_ico:hover svg path {
  fill: white;
}

/*forms*/
label {
  display: block;
}
label input, label textarea {
  display: block;
  background-color: #323B44;
}
label.wpcf7-textarea-part > span:first-of-type {
  align-items: baseline;
}
label.active > span:first-of-type {
  color: #000000;
}
label.active > span:first-of-type:before {
  width: 100%;
}

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

form br {
  display: none;
}

input, select, textarea, button {
  font-family: "Karla";
}

input[type=button], input[type=submit] {
  border: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=number], input[type=password], input[type=search], input[type=date], input[type=month], input[type=time], input[type=week], input[type=url], input[type=datetime-local], input[type=file], select {
  padding: 0em 1em 0em 1em;
  height: 2.5em;
  font-size: 1em;
  line-height: 1;
  color: #042939;
  border: 1px solid rgba(4, 41, 57, 0.1215686275);
  border-radius: 3em;
  cursor: auto;
  transition: 0.3s ease-out;
}
input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=text]:active, input[type=text]:focus, input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=search]:active, input[type=search]:focus, input[type=date]:active, input[type=date]:focus, input[type=month]:active, input[type=month]:focus, input[type=time]:active, input[type=time]:focus, input[type=week]:active, input[type=week]:focus, input[type=url]:active, input[type=url]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=file]:active, input[type=file]:focus, select:active, select:focus {
  outline: unset !important;
  border: 1px solid #FE833F;
}

input[type=submit], input[type=reset], input[type=button] {
  padding: 1em 2em;
  line-height: 1;
  border-radius: 2em;
  background-color: #FE833F;
  color: #042939;
  border: 1px solid #FE833F;
  text-decoration: none;
  transition: 0.3s ease-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: white;
  text-decoration: none;
  background: #042939;
  border-color: #042939;
}

textarea {
  padding: 1em 1em 1em 1em;
  font-size: 1em;
  line-height: 1;
  color: #042939;
  border: 1px solid rgba(4, 41, 57, 0.1215686275);
  border-radius: 1.25em;
  height: 8em;
  transition: 0.3s ease-out;
  cursor: auto;
  resize: none;
  display: block;
}
textarea:active, textarea:focus {
  outline: unset !important;
  border: 1px solid #FE833F;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=file]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #042939;
  opacity: 0.5;
  font-family: "Karla";
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=url]::placeholder, input[type=datetime-local]::placeholder, input[type=file]::placeholder, select::placeholder, textarea::placeholder {
  color: #042939;
  opacity: 0.5;
  font-family: "Karla";
}

select option {
  padding: 0.2em 1em;
  transition: 0.3s ease-out;
}
.responsive_table {
  overflow-x: auto;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap span {
  display: block;
  margin-left: 0;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label {
  color: black;
  width: 100%;
  position: unset;
  padding: 0;
  background-color: unset;
}
.wpcf7-form-control-wrap label {
  display: flex;
  cursor: pointer;
}
.wpcf7-form-control-wrap label input {
  position: relative;
  width: 0 !important;
  top: 0em;
  margin-right: 1.6em;
  margin-top: 0em;
}
.wpcf7-form-control-wrap label input:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #042939;
}
.wpcf7-form-control-wrap label input:after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.6em;
  opacity: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #042939;
  transition: 0.3s ease-in-out;
}
.wpcf7-form-control-wrap label input:checked:after {
  opacity: 1;
}
.wpcf7-form-control-wrap label .wpcf7-list-item-label {
  margin-left: 15px;
  display: block;
}
.wpcf7-form-control-wrap label .wpcf7-list-item-label a {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
}

/*-----------respo---------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1240px;
  }
}
@media (min-width: 1601px) {
  .container, .woocommerce-account.logged-in .page {
    max-width: 1350px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fielwpet {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*header - page top margin fix*/
#masthead {
  position: fixed;
  z-index: 999;
  background: transparent;
  transition: 0.3s ease-out;
  width: 100%;
  top: 0px;
}
#masthead .wp_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  transition: 0.3s ease-out;
  padding: 0 15px;
}
#masthead .wp_wrapper_menu_main .navbar-brand {
  padding: 0.5em 0;
  position: relative;
  z-index: 99999;
}
#masthead .wp_wrapper_menu_main .navbar-brand a {
  max-width: 219px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .wp_wrapper_menu_main .navbar-brand a img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #masthead .wp_wrapper_menu_main .navbar-brand a {
    max-width: 140px;
  }
}
#masthead .wp_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li {
  margin: 0 0.75em;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li > a {
  font-size: 0.875em;
  padding: 0 0.75em;
  text-decoration: none;
  color: #042939;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0px solid transparent;
  border-top: 0px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: unset;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #042939;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 0.3s ease-out;
  z-index: -1;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li > a:hover {
  color: #FE833F;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li > a:hover:before {
  animation-name: hovering;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li:nth-last-of-type(1) {
  align-self: center;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li:nth-last-of-type(1) a {
  padding: 0.75em 1.75em;
  border: 0 !important;
  background-color: #FE833F;
  color: #042939;
  border-radius: 2em;
  transition: 0.3s ease-out;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li:nth-last-of-type(1) a:hover {
  background-color: #042939;
  color: white;
}
#masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav > li:nth-last-of-type(1) a:before {
  display: none;
}

@keyframes hovering {
  0% {
    height: 0%;
  }
  33% {
    height: 100%;
    top: 0;
    bottom: unset;
  }
  50% {
    top: unset;
    bottom: 0;
  }
  66% {
    height: 100%;
  }
  100% {
    height: 3px;
    top: unset;
    bottom: 0;
  }
}
/*white text*/
#masthead.smallHeader {
  background-color: white;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.3);
}

/*
.single-post, .page-template-privacy-policy{
    #masthead {
        &:before{
            bottom: -100%;
        }
    }
}*/
/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  #masthead .wp_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 80%;
    align-items: center;
    justify-content: center;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-top: 1px solid #EDEDED;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 1em 0.1em;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #000000;
    font-size: 1.25em;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 1.4em;
    height: 1.4em;
    background-image: url("/wp-content/themes/my_template/assets/img/chevron2.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-out;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: #f5f5f5;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child {
    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
  }
  #masthead .wp_wrapper_menu_main .navbar #main-nav .navbar-nav li:last-child a:hover:after {
    filter: grayscale(1) brightness(10);
  }
  #masthead .wp_wrapper_menu_main .navbar.wp_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #042939;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-out;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span {
    background: #000000;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  #masthead .wp_wrapper_menu_main .navbar #main-nav ul li {
    margin: 0 1em;
  }
}
footer {
  background-color: rgba(4, 41, 57, 0.1);
  position: relative;
  padding-top: 4em;
  padding-bottom: 6em;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
}
@media only screen and (max-width: 991px) {
  footer .container {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 3em;
  }
}
@media only screen and (max-width: 575px) {
  footer .container {
    grid-template-columns: 1fr 1fr;
  }
}
footer .container h4 {
  margin-bottom: 1.25em;
}
footer .container .mp_footer_col.mp_footer_col_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 575px) {
  footer .container .mp_footer_col.mp_footer_col_1 {
    grid-column: span 2/span 2;
  }
}
footer .container .mp_footer_col.mp_footer_col_1 a {
  margin-bottom: 2em;
  display: block;
}
footer .container .mp_footer_col.mp_footer_col_1 img {
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  footer .container .mp_footer_col.mp_footer_col_1 img {
    max-width: 120px;
  }
}
footer .container .mp_footer_col.mp_footer_col_1 p {
  margin-bottom: 0;
}
footer .container .mp_footer_col.mp_footer_col_2 ul, footer .container .mp_footer_col.mp_footer_col_3 ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
}
footer .container .mp_footer_col.mp_footer_col_2 ul li a, footer .container .mp_footer_col.mp_footer_col_3 ul li a {
  color: #042939;
  position: relative;
  padding-right: 0.5em;
  transition: 0.3s ease-out;
  font-size: 0.875em;
}
@media only screen and (max-width: 575px) {
  footer .container .mp_footer_col.mp_footer_col_2 ul li a, footer .container .mp_footer_col.mp_footer_col_3 ul li a {
    font-size: 1em;
  }
}
footer .container .mp_footer_col.mp_footer_col_2 ul li a:before, footer .container .mp_footer_col.mp_footer_col_3 ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 0;
  transition: 0.3s ease-out;
  background-color: #FE833F;
}
footer .container .mp_footer_col.mp_footer_col_2 ul li a:hover, footer .container .mp_footer_col.mp_footer_col_3 ul li a:hover {
  padding-right: 0;
  padding-left: 1em;
  text-decoration: none;
}
footer .container .mp_footer_col.mp_footer_col_2 ul li a:hover:before, footer .container .mp_footer_col.mp_footer_col_3 ul li a:hover:before {
  width: 0.5em;
}
@media only screen and (max-width: 575px) {
  footer .container .mp_footer_col.mp_footer_col_4 {
    grid-column: span 2/span 2;
  }
}
footer .container .mp_footer_col.mp_footer_col_4 .mp_contact_col_link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
footer .container .mp_footer_col.mp_footer_col_4 .mp_contact_col_link img {
  max-width: 1.25em;
  height: auto;
  width: 100%;
}
footer .container .mp_footer_col.mp_footer_col_4 .mp_contact_col_ico {
  margin-top: 1em;
}
footer .container .wp_footer_link_wrapper {
  display: flex;
  align-items: center;
}
footer .container .wp_footer_link_wrapper a {
  text-decoration: underline;
  color: white;
  transition: 0.3s ease-out;
  margin-left: 10px;
}
footer .container .wp_footer_link_wrapper a svg {
  display: block;
}
footer .mp_footer_copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5em;
  font-size: 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-color: #042939;
  z-index: 1;
  width: 100%;
  border-radius: 1em 1em 0 0;
}

/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 575px) {
  footer .container {
    flex-direction: column;
  }
  footer .container p {
    order: 1;
  }
  footer .container a {
    margin-bottom: 16px;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: white;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.swiper-container .swiper-button-next::after, .swiper-container .swiper-button-prev::after {
  font-weight: 800;
  font-size: 0.8em;
  transition: 0.3s ease-out;
  margin-left: 0.3em;
  margin-top: 0.2em;
}
.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-container .swiper-button-prev::after {
  margin-left: -0.1em;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  transition: 0.3s ease-out;
  margin: 0 0.5em;
}
.swiper-nav-fix .swiper-container {
  overflow: visible;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 10px;
  color: #FE833F;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0em;
  margin: 0;
  font-weight: bold;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

.mp_hero_sec {
  min-height: 40em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(4, 41, 57, 0.1);
  border-radius: 0 0 2em 2em;
}
@media only screen and (max-width: 991px) {
  .mp_hero_sec {
    padding-top: 8em;
    padding-bottom: 10em;
  }
}
.mp_hero_sec .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  gap: 4em;
}
.mp_hero_sec .container > div {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mp_hero_sec .container {
    flex-direction: column;
    min-height: unset;
    gap: 10em;
  }
  .mp_hero_sec .container > div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .mp_hero_sec .container {
    gap: 7em;
  }
}
.mp_hero_sec .container .mp_hero_left h1 {
  max-width: 13em;
}
@media only screen and (max-width: 991px) {
  .mp_hero_sec .container .mp_hero_left h1 {
    max-width: 100%;
  }
}
.mp_hero_sec .container .mp_hero_left p {
  max-width: 27em;
}
@media only screen and (max-width: 991px) {
  .mp_hero_sec .container .mp_hero_left p {
    max-width: 100%;
  }
}
.mp_hero_sec .container .mp_hero_left .mp_btns {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 2.5em;
}
@media only screen and (max-width: 575px) {
  .mp_hero_sec .container .mp_hero_left .mp_btns {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25em;
  }
}
.mp_hero_sec .container .mp_hero_right {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .mp_hero_sec .container .mp_hero_right {
    max-width: 75%;
  }
}
@media only screen and (max-width: 575px) {
  .mp_hero_sec .container .mp_hero_right {
    max-width: 90%;
  }
}
.mp_hero_sec .container .mp_hero_right figure {
  max-width: 85%;
  width: 100%;
  margin-top: -20%;
  border-radius: 2em;
  overflow: hidden;
}
.mp_hero_sec .container .mp_hero_right figure:nth-child(2) {
  margin-left: -75%;
  margin-top: 0%;
  margin-bottom: -20%;
}

.mp_porovnani_sec {
  padding-top: 9em;
}
@media only screen and (max-width: 991px) {
  .mp_porovnani_sec {
    padding-top: 6.5em;
  }
}
.mp_porovnani_sec .container h2 {
  margin-bottom: 0.3em;
  text-align: center;
}
.mp_porovnani_sec .container .mp_porovnani_rows {
  max-width: 45em;
  margin: 0 auto;
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row {
  display: flex;
  align-items: center;
  padding: 0.75em 0;
  border-bottom: 1px solid #ccc;
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_head {
  width: 100%;
  max-width: calc(100% - 16em);
}
@media only screen and (max-width: 575px) {
  .mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_head {
    max-width: calc(100% - 14em);
  }
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_head span {
  color: #042939;
  font-weight: bold;
  font-size: 1.125em;
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_head.mp_porovnani_cell {
  max-width: 8em;
}
@media only screen and (max-width: 575px) {
  .mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_head.mp_porovnani_cell {
    width: 7em;
  }
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_text {
  max-width: calc(100% - 16em);
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_text {
    max-width: calc(100% - 14em);
  }
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_cell {
  width: 8em;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_cell {
    width: 7em;
  }
}
.mp_porovnani_sec .container .mp_porovnani_rows .mp_porovnani_row .mp_porovnani_cell img {
  width: 2em;
  height: 2em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.mp_porovnani_sec .container .mp_note {
  max-width: 56.25em;
  margin: 1em auto 0;
  text-align: right;
  font-size: 0.8em;
}

.mp_sluzba_sec {
  padding-top: 7em;
}
@media only screen and (max-width: 991px) {
  .mp_sluzba_sec {
    padding-top: 4.5em;
  }
}
.mp_sluzba_sec .container h2 {
  margin-bottom: 0.3em;
}
.mp_sluzba_sec .container > p {
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  .mp_sluzba_sec .container > p {
    max-width: 100%;
  }
}
.mp_sluzba_sec .mp_sluzba_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
@media only screen and (max-width: 991px) {
  .mp_sluzba_sec .mp_sluzba_wrapper {
    grid-template-columns: 1fr;
  }
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_left {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_left {
    order: 1;
  }
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
  border-radius: 1.5em;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  max-height: 20em;
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_left .mp_sluzba_box {
  position: absolute;
  left: 1em;
  bottom: -1em;
  padding: 1em;
  background-color: #FE833F;
  border-radius: 0.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_left .mp_sluzba_box span {
  color: #042939;
  font-size: 0.875em;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5em;
}
.mp_sluzba_sec .mp_sluzba_wrapper .mp_sluzba_right p {
  margin-bottom: 2em;
}

.mp_vyhody_sec {
  padding-top: 9em;
}
@media only screen and (max-width: 991px) {
  .mp_vyhody_sec {
    padding-top: 6.5em;
  }
}
.mp_vyhody_sec h2 {
  text-align: center;
}
.mp_vyhody_sec .mp_vyhody_wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2em;
}
@media only screen and (max-width: 991px) {
  .mp_vyhody_sec .mp_vyhody_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .mp_vyhody_sec .mp_vyhody_wrapper {
    grid-template-columns: 1fr;
  }
}
.mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box {
  padding: 1.5em 1.5em;
  grid-column: span 4/span 4;
  border-radius: 1.5em;
  border: 0.1em solid #FE833F;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  height: 100%;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
}
.mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box figure {
  max-width: 2.5em;
  margin-bottom: 1.5em;
}
.mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box:nth-child(4) {
    grid-column-start: 3;
  }
}
@media only screen and (max-width: 991px) {
  .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box {
    grid-column: span 2/span 2;
  }
  .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box:nth-child(5) {
    grid-column-start: 2;
  }
}
@media only screen and (max-width: 575px) {
  .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box {
    grid-column: span 1/span 1;
  }
  .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box:nth-child(4), .mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box:nth-child(5) {
    grid-column-start: 1;
  }
}
.mp_vyhody_sec .mp_vyhody_wrapper .mp_vyhody_box p {
  margin-bottom: 0;
}

.mp_proces_sec {
  padding-top: 9em;
  padding-bottom: 6em;
}
@media only screen and (max-width: 991px) {
  .mp_proces_sec {
    padding-top: 6.5em;
    padding-bottom: 4em;
  }
}
.mp_proces_sec h2 {
  text-align: center;
}
.mp_proces_sec .mp_proces_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 2em;
  padding-top: 4em;
  padding-bottom: 3em;
}
.mp_proces_sec .mp_proces_wrapper > img {
  max-width: 6em;
  width: 100%;
  height: auto;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  position: relative;
  /*
  &:hover{
      figure{
          img{
              transform: scale(1.1);
          }
      }
      &:nth-of-type(odd){
          .mp_proces_inner_box{
              top: 2em;
          }
      }
      &:nth-of-type(even){
          .mp_proces_inner_box{
              bottom: 2em;
          }
      }
      .mp_proces_inner_box{
          opacity: 1;
      }
  }*/
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box figure img {
  width: 4em;
  height: 4em;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-out;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box {
  position: absolute;
  left: 50%;
  width: 11em;
  color: white;
  font-size: 0.875em;
  background-color: #042939;
  border-radius: 1em;
  padding: 1em;
  line-height: 1.2;
  text-align: center;
  transition: 0.3s ease-out;
  opacity: 0;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box a {
  text-decoration: underline;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box a:hover {
  color: #FE833F;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  z-index: -1;
  background-color: #042939;
}
@media only screen and (max-width: 1399px) {
  .mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box {
    width: 10em;
  }
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(odd) {
  align-self: flex-start;
  margin-top: -2em;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(odd) .mp_proces_inner_box {
  transform: translateX(-50%) translateY(3em);
  top: 1em;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(odd) .mp_proces_inner_box:before {
  top: -0.3em;
  transform: translateX(-50%) rotate(45deg);
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(even) {
  align-self: flex-end;
  margin-bottom: -2em;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(even) .mp_proces_inner_box {
  transform: translateX(-50%) translateY(-3em);
  bottom: 1em;
}
.mp_proces_sec .mp_proces_wrapper .mp_proces_box:nth-of-type(even) .mp_proces_inner_box:before {
  bottom: -0.3em;
  transform: translateX(-50%) rotate(45deg);
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(1) .mp_proces_inner_box {
  top: 2.5em;
  opacity: 1;
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(2) .mp_proces_inner_box {
  bottom: 2.5em;
  opacity: 1;
  transition-delay: 0.5s;
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(3) .mp_proces_inner_box {
  top: 2.5em;
  opacity: 1;
  transition-delay: 1s;
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(4) .mp_proces_inner_box {
  bottom: 2.5em;
  opacity: 1;
  transition-delay: 1.5s;
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(5) .mp_proces_inner_box {
  top: 2.5em;
  opacity: 1;
  transition-delay: 2s;
}
.mp_proces_sec .mp_proces_wrapper.inViewPort .mp_proces_box:nth-of-type(6) .mp_proces_inner_box {
  bottom: 2.5em;
  opacity: 1;
  transition-delay: 2.5s;
}
@media only screen and (max-width: 767px) {
  .mp_proces_sec .mp_proces_wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 1em;
    max-width: 400px;
    justify-content: center;
    margin: 0 auto;
  }
  .mp_proces_sec .mp_proces_wrapper > img {
    display: none !important;
  }
  .mp_proces_sec .mp_proces_wrapper .mp_proces_box {
    flex-direction: row;
    align-items: flex-start;
    align-self: center !important;
    margin-top: 0em !important;
    margin-bottom: 0em !important;
    width: 100%;
  }
  .mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box {
    transform: unset !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative !important;
    left: 0;
    top: 0 !important;
    font-size: 1.125em;
    text-align: left;
    margin-top: 0.5em;
  }
  .mp_proces_sec .mp_proces_wrapper .mp_proces_box .mp_proces_inner_box:before {
    left: 0.1em !important;
    top: 1em !important;
    width: 0.875em !important;
    height: 0.875em !important;
  }
}

.mp_price_sec {
  padding-top: 6em;
  padding-bottom: 6em;
  background-color: rgba(4, 41, 57, 0.1);
  border-radius: 2em;
}
@media only screen and (max-width: 991px) {
  .mp_price_sec {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.mp_price_sec .mp_price_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .mp_price_sec .mp_price_wrapper {
    grid-template-columns: 1fr;
  }
}
.mp_price_sec .mp_price_wrapper .mp_price_box {
  padding: 2em;
  border-radius: 1.5em;
  background-color: #d3d6d7;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
}
.mp_price_sec .mp_price_wrapper .mp_price_box h3 {
  margin-bottom: 0;
}
.mp_price_sec .mp_price_wrapper .mp_price_box .mp_price_main {
  color: #042939;
  font-size: 2em;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  gap: 0.25em;
  margin-top: 0.5em;
  margin-bottom: 0.125em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .mp_price_sec .mp_price_wrapper .mp_price_box .mp_price_main {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  .mp_price_sec .mp_price_wrapper .mp_price_box .mp_price_main {
    font-size: 1.5em;
  }
}
.mp_price_sec .mp_price_wrapper .mp_price_box .mp_price_main span {
  font-size: 0.6em;
}
.mp_price_sec .mp_price_wrapper .mp_price_box .mp_price_secon {
  font-size: 1.125em;
  font-weight: 700;
  color: #042939;
  margin-bottom: 0.75em;
}
.mp_price_sec .mp_price_wrapper .mp_price_box > p:nth-of-type(1) {
  font-size: 1em;
  color: #042939;
  margin-bottom: 0;
  margin-bottom: 0.25em;
}
.mp_price_sec .mp_price_wrapper .mp_price_box > p:nth-of-type(2) {
  margin-bottom: 1.5em;
}
.mp_price_sec .mp_price_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5em;
}

.mp_faq_sec {
  padding-top: 6em;
}
@media only screen and (max-width: 991px) {
  .mp_faq_sec {
    padding-top: 4em;
  }
}
.mp_faq_sec h2 {
  text-align: center;
}
.mp_faq_sec .mp_faq_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .mp_faq_sec .mp_faq_wrapper {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box {
  border-radius: 1em;
  background-color: rgba(4, 41, 57, 0.1);
  border: 2px solid transparent;
  transition: 0.3s ease-out;
  padding: 0.75em 1.5em;
  cursor: pointer;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_header {
  color: #042939;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  gap: 1em;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_header > span {
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: relative;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_header > span > span {
  width: 100%;
  height: 0.15em;
  border-radius: 1em;
  background-color: #042939;
  position: absolute;
  left: 50%;
  transition: 0.3s ease-out;
  top: 50%;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_header > span > span:nth-child(1) {
  transform: translate(-50%, -50%);
  animation-name: horizontal_b;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_header > span > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  animation-name: vertical_b;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_body {
  width: 100% !important;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box .mp_faq_body p {
  margin-bottom: 0;
  padding-top: 1em;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box:hover {
  border: 2px solid #FE833F;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box.open .mp_faq_header > span > span:nth-child(1) {
  animation-name: horizontal_f;
}
.mp_faq_sec .mp_faq_wrapper .mp_faq_col .mp_faq_box.open .mp_faq_header > span > span:nth-child(2) {
  animation-name: vertical_f;
}

.mp_contact_sec {
  padding-top: 7em;
  padding-bottom: 7em;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
.mp_contact_sec .mp_contact_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .mp_contact_sec .mp_contact_row {
    row-gap: 3em;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 h2 {
    width: 100%;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 p {
  max-width: 75%;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 p {
    max-width: 100%;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 p span {
  color: #FE833F;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_link {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_link {
    align-items: flex-start;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_link img {
  max-width: 1.25em;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_link img {
    margin-top: 0.2em;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_ico {
  margin-top: 1em;
}
@media only screen and (max-width: 991px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_1 .mp_contact_col_ico {
    margin-top: 0;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  margin-bottom: 1.125em;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles .mp_contact_toggle {
  color: #042939;
  font-size: 1em;
  padding: 0.25em 0;
  border-bottom: 1px solid #323B44;
  position: relative;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
  opacity: 0.7;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles .mp_contact_toggle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #FE833F;
  transition: 0.3s ease-out;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles .mp_contact_toggle.active {
  color: #042939;
  opacity: 1;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles .mp_contact_toggle.active:before {
  width: 100%;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggles .mp_contact_toggle:hover {
  color: #042939;
  opacity: 1;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggle_form {
  display: none;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 .mp_contact_toggle_form.active {
  display: block;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 1.5em;
}
@media only screen and (max-width: 575px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 form {
    grid-template-columns: 1fr;
  }
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 form p {
  margin-bottom: 0;
}
.mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 form .mp_form_col_2 {
  grid-column: span 2/span 2;
}
@media only screen and (max-width: 575px) {
  .mp_contact_sec .mp_contact_row .mp_contact_col.mp_contact_col_2 form .mp_form_col_2 {
    grid-column: span 1/span 1;
  }
}

.mp_map_sec iframe {
  display: block;
  width: 100% !important;
  height: 20em !important;
}

@keyframes vertical_f {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes horizontal_f {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes vertical_b {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@keyframes horizontal_b {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
/*GDPR*/
.infopages-wrapper {
  padding-top: 10em;
  padding-bottom: 8em;
}
.infopages-wrapper h2, .infopages-wrapper h3 {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.infopages-wrapper p {
  margin-bottom: 1em;
}
.infopages-wrapper .wp-block-spacer {
  margin-top: -120px;
}
.infopages-wrapper ul, .infopages-wrapper ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.infopages-wrapper ul li, .infopages-wrapper ol li {
  font-size: 0.875em;
}

/*404*/
.error-404 {
  padding-top: 200px;
  padding-bottom: 50px;
  min-height: calc(100vh - 100px);
}
.error-404 .error-404-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.error-404 .error-404-wrapper h1 {
  font-size: 60px;
  margin-bottom: 30px;
}
.error-404 .error-404-wrapper p {
  font-size: 18px;
}
.error-404 .error-404-wrapper .line_tit {
  font-size: 250px;
  margin-bottom: 0;
}

/*Responziva*/
@media only screen and (max-width: 991px) {
  .error-404 .error-404-wrapper .line_tit {
    font-size: 150px;
  }
  .single-post main .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post main article {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .op_me_zamereni_section .op_mezamereni_radek .row .op_zamereni_col .op_me_zamereni_col img {
    max-width: 80px;
    margin-bottom: 30px;
  }
  .op_domu_section {
    padding-top: 130px;
  }
  .op_domu_section .container .op_domu_textova_cast .op_domu_text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .op_domu_section .container .op_domu_textova_cast .op_domu_swiper_wrapper .op_domu_swiper .swiper-slide .swiper_text {
    font-size: 14px;
  }
  .error-404 {
    padding-top: 100px;
  }
  .error-404 .error-404-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .error-404 .error-404-wrapper h1 {
    font-size: 50px;
  }
  .single-post main article p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .error-404 .error-404-wrapper h1 {
    font-size: 40px;
  }
  .error-404 .error-404-wrapper .line_tit {
    font-size: 130px;
  }
  .single-post main article p {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */