@charset "UTF-8";
body p {
  font-size: 20px;
}
@media (min-width: 1500px) {
  body p {
    font-size: 24px;
  }
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

.pl-5 {
  padding-left: 5%;
}

.pr-5 {
  padding-right: 5%;
}

.pb-50 {
  padding-bottom: 50px !important;
}

h2 {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.d-center {
  justify-content: center;
  align-items: center;
}

.j-between {
  justify-content: space-between !important;
}

.j-evenly {
  justify-content: space-evenly !important;
}

.j-start {
  justify-content: start !important;
}

.j-center {
  justify-content: center !important;
}

.j-end {
  justify-content: end !important;
}

.j-around {
  justify-content: space-around !important;
}

.bs-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.bs-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.back-pos-bottom {
  background-position: bottom;
}

.bs-50 {
  background-size: 50%;
}

.bs-60 {
  background-size: 60%;
}

.d-block {
  display: block;
}

.a-start {
  align-items: start;
}

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

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

.color-white {
  color: #ffffff;
}

.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
}

/* POSITIONING */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.abs-image {
  height: 100%;
  position: absolute;
  max-height: 650px;
}
.abs-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.abs-image.to-right {
  right: 0;
}
.abs-image.to-left {
  left: 0;
}
h2 .smaller-font {
  font-size: 46px;
  font-weight: 300;
}

.bold {
  font-weight: bold;
}

.bg-dark-grey {
  background-color: #333333;
}

.border-bottom-orange {
  border-bottom: 10px solid #ff6900;
}

.border-top-orange:before {
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ff6900;
  display: block;
}

.min-h-100vh {
  min-height: 100vh;
}

.w-100 {
  width: 100%;
}

.icon__pencil {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background: url("/wp-content/themes/njordair/img/pencil.png") no-repeat center;
}

.d-none {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-50 {
  padding-top: 50px;
}

.heading-white h1, .heading-white h2, .heading-white h3, .heading-white h4, .heading-white h5, .heading-white h6 {
  color: #ffffff !important;
}

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

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

.image-abs {
  position: absolute;
  right: -6%;
  width: 50%;
}

.no-border {
  border: none !important;
}

.bg-none {
  background-color: transparent !important;
}

.min-wi {
  min-width: 50%;
}

.max-w-80 h1, .max-w-80 h2, .max-w-80 h3, .max-w-80 h4, .max-w-80 h5, .max-w-80 h6, .max-w-80 p, .max-w-80 span {
  max-width: 80%;
}

.uagb-container-inner-blocks-wrap {
  max-width: unset;
}

.left-grey-bg-small {
  position: relative;
}
.left-grey-bg-small:before {
  content: "";
  position: absolute;
  background-color: #dedede;
  z-index: -1;
  top: 30%;
  left: -105%;
  width: 100%;
  height: 62%;
}

.right-grey-bg-small {
  position: relative;
}
.right-grey-bg-small:before {
  content: "";
  position: absolute;
  background-color: #dedede;
  z-index: -1;
  top: 30%;
  right: -105%;
  width: 100%;
  height: 62%;
}

.full-width-grey-bg {
  position: relative;
  background-color: #fff;
}
.full-width-grey-bg:before {
  content: "";
  position: absolute;
  background-color: #dedede;
  z-index: -1;
  height: 62%;
  top: 35%;
  left: -20%;
  width: 150%;
}
.full-width-grey-bg > div {
  padding-left: 20px;
}

.full-accent-border {
  height: 10px;
  display: block;
  background: #fe6b00;
  margin-bottom: 30px;
}

.bg-light-grey {
  background-color: #e5e5e5;
}

.border-left-right {
  border-left: 20px solid #dedede;
  border-right: 20px solid #dedede;
}

.absolute-left-grey {
  position: relative;
}
.absolute-left-grey:before {
  content: "";
  position: absolute;
  background-color: #dedede;
  z-index: -1;
  height: 75%;
  top: 35%;
  left: -10vw;
  width: 8vw;
}
@media (max-width: 1100px) {
  .absolute-left-grey:before {
    display: none;
  }
}

.absolute-right-grey {
  position: relative;
}
.absolute-right-grey:before {
  content: "";
  position: absolute;
  background-color: #dedede;
  z-index: -1;
  height: 75%;
  top: 35%;
  right: -10vw;
  width: 8vw;
}
@media (max-width: 1100px) {
  .absolute-right-grey:before {
    display: none;
  }
}

.border-left-bottom-right {
  position: relative;
  border-bottom: 4vw solid #dedede;
}
@media (min-width: 1440px) {
  .border-left-bottom-right {
    border-bottom: none;
  }
  .border-left-bottom-right:after {
    content: "";
    position: absolute;
    background-color: #dedede;
    z-index: -1;
    height: 5vw;
    top: 100%;
    left: -20%;
    width: 400%;
  }
}
@media (max-width: 1100px) {
  .border-left-bottom-right {
    border: none;
  }
  .border-left-bottom-right:after {
    display: none;
  }
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 1440px) {
  .button {
    padding: 17px 30px 18px;
  }
}
.button__transparent {
  background: none;
  color: #000;
  padding: 0 15px;
}
.button__transparent:hover {
  color: #000;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) { /* 540px */
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 45em) { /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 100%; /* 12/12 */
  }
  .hidden-sm {
    display: block;
  }
}
.row {
  width: 100%;
  z-index: 2;

.row__blog {
  flex-wrap: wrap;
}
.row.jc {
  justify-content: center;
}
.row.nowrap {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .row {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .big-radio-simple:nth-child(2) {
  margin-left: 10px;
}
  
/*  .custom-block-with-all a {*/
/*  margin-left: 20%;*/
/*}*/
  
  .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: row;
}
  
  .planet-bg p {
  max-width: 50%;
}
  
  .planet-bg {
  
  margin-left: 6%;
  margin-right: 6%;
}
  
  .icons-row .icon-with-text {
      min-width: 30%;
      max-width: 30%;
}
  }
  .row.start {
    justify-content: start;
  }
  .desktop-ml-70 {
    margin-left: 70%;
  }
}
.image-width-50 img {
  max-width: 50%;
}

.no-min-height {
  min-height: unset !important;
}



.block-list-icons-with-background-2-item-text {
  max-width: 90%;
}

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

.col h2 {
  padding-bottom: 25px;
}

.col-image img {
  /*max-width: 250px;*/
}

.col-image h4 {
  margin-top: 30px;
}

.col-center {
  justify-content: center;
  align-items: center;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-black p {
  color: #ffffff;
  margin-bottom: 0;
}

.p-big {
  padding: 40px;
}
@media (min-width: 1500px) {
  .p-big {
    padding: 80px;
  }
}

/* black block with plus images */
.block-rollover-image-constant-air-tent {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tent-cat {
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}

.img-full-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* Products */
.measure span {
  cursor: pointer;
}

.measure .active {
  font-weight: bold;
}

.warranty {
  margin-left: 50px;
}

/* Product loop */
.block-custom-content-shop-products-item {
  margin-top: 25px;
}

.block-custom-content-shop-products-item-content {
  padding: 15px 30px 40px;
}

.block-custom-content-shop-products-item-list-attributes-value {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.block-custom-content-shop-products-item-footer a {
  font-size: 18px;
}

.block-custom-content-shop-products-item-footer {
  margin-top: 30px;
}

.block-custom-content-shop-products-item-image img {
  margin-top: 5px;
  height: 225px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  border-radius: 6px 6px 0 0;
}

.color-accent {
  color: #ff6900;
}

/* Single product */
.size-block {
  margin-top: 30px;
  border: 1px solid #999999;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  height: 118px;
  width: 190px;
}

.size-block .size {
  font-size: 30px;
}

.size-block .color-accent {
  font-weight: bold;
}

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

.specification-title {
  margin-top: 30px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.attributes-list {
  list-style: none;
}

.attributes-list li {
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.attr-label {
  display: inline-block;
  width: 40%;
}

.bg-grey {
  background-color: #e5e5e5;
}

.purchase-option {
  padding: 80px;
}

.purchase-option .col {
  align-items: center;
}

.purchase-option img {
  max-width: 500px;
}

.purchase-option p {
  color: #000000;
  margin-bottom: 2em;
  line-height: 35px;
  font-size: 24px;
}

.accent-line {
  display: block;
  height: 26px;
  background-color: #ff6900;
}

/*  included */
.included-item {
  margin-top: 20px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 4px 21px -10px rgb(117, 117, 117);
}

.included-item {
  font-weight: bold;
}

/* For Quote Page */
.serie__items {
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000000;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border: 3px solid #000;
  border-radius: 10px;
  padding: 25px;
  flex: 1;
  min-width: 29%;
  max-width: 450px;
  padding: 0 0 25px 0;
}
.product .product-checkbox {
  border-radius: 50%;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: white;
  vertical-align: middle;
  border: 1px solid #ddd;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.product .product-checkbox:checked {
  border: 1px solid #FF6900;
}
.product .product-checkbox:checked:after {
  display: block;
  content: "✔";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 5.32px;
  top: 1.44px;
  color: #FF6900;
}
.product__attrs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1500px) {
  .product__attrs {
    font-size: 18px;
  }
}
.product__attr {
  margin-top: 40px;
}
.product__attr .attr-val {
  font-weight: bold;
}
.product__btns {
  margin-top: 45px;
  align-items: center;
}
.product h4 {
  padding: 15px 25px;
}
.product img {
  max-width: 90%;
  margin: 10px auto;
}
.product .product__attrs {
  padding: 0 25px;
}
.product .product__btns {
  padding: 0 25px;
}
.product input {
  top: 10px;
  left: 10px;
}
.product.in-cart .button__transparent {
  color: #ffffff;
}

.form-fields .input-group {
  margin-top: 30px;
}

.form-fields .input-group__checkbox {
  margin-top: 30px;
}
.form-fields .input-group__checkbox label {
  margin-left: 30px;
}
.form-fields label {
  margin-bottom: 10px;
}
.form-fields input, .form-fields textarea {
  border: 2px solid #9f9f9f;
  border-radius: 4px;
  padding: 14px 15px;
}
.form-fields textarea {
  height: 150px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .form-fields textarea {
    width: 70%;
  }
  
  .form-fields .input-group {
        display: flex;
    }
  
  .form-fields .input-group > div {
  display: flex;
  flex-direction: column;
}
.form-fields .input-group > div:not(:first-child) {
  margin-left: 10px;
}
  
   .product__btns {
    display: flex;
    justify-content: space-between;
}
  
  .serie__items {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
      .site-footer-right-block {
            width: 35.68293%;
        }
        
       
    }
}

.product-count span {
  margin-right: 10px;
  font-weight: bold;
  font-size: smaller;
}

.big-radio {
  max-width: 400px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 20px;
}
.big-radio input[type=radio] {
  cursor: pointer;
}
.big-radio label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.big-radio label img {
  margin: 20px auto 0;
}
.big-radio label span.name {
  margin-top: 10px;
  display: block;
}


.big-radio-simple {
  background-color: #e5e5e5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  position: relative;
  height: 90px;
  width: 217px;
}
.big-radio-simple label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.big-radio-simple label span {
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.big-radio-simple input {
  margin-right: 10px;
}


.submit-quotation {
  padding: 15px 100px;
  color: #ffffff;
  min-width: 300px;
  font-weight: bold;
  font-size: 16px;
}
.submit-quotation:disabled {
  background-color: #b2b2b2;
}
.submit-quotation:not(:disabled) {
  background-color: #000000;
}

.fixed-cart {
  position: fixed;
  top: 30%;
  right: -5%;
  z-index: 9999;
}
.fixed-cart .close-fixed-cart {
  float: right;
  cursor: pointer;
}
.fixed-cart__label {
  transform: rotate(-90deg);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 26px 11px 30px;
}
.fixed-cart__label .icon {
  width: 35px;
  transform: rotate(90deg);
  height: auto;
}
.fixed-cart__content {
  background-color: #e5e5e5;
  width: 0;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding: 60px 30px;
  right: -100px;
}
.fixed-cart__content.active {
  right: 0;
  width: 400px;
}
.fixed-cart__content ul {
  list-style: none;
}
.fixed-cart__content ul li {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
.fixed-cart__content ul li span {
  cursor: pointer;
}
.fixed-cart__content ul li span.tit {
  width: 40%;
  font-weight: bold;
}
.fixed-cart__content ul li span .sm-img {
  width: 20%;
}
.fixed-cart__content ul li .quan {
  width: 25%;
  padding: 3px 10px;
  border: 1px solid #999999;
  display: flex;
  justify-content: space-between;
}
.fixed-cart__content ul li .quan span:nth-child(1) {
  cursor: pointer;
}
.fixed-cart__content ul li .quan span:nth-child(2) {
  padding: 0 4px;
}
.fixed-cart__content ul li .quan span:nth-child(3) {
  cursor: pointer;
}
.fixed-cart__content ul li .sm-img {
  width: 25%;
  max-width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-cart__content-empty {
  display: none;
}
.fixed-cart__content-empty.active {
  display: block;
}

.toggle_serie {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.modal-cart {
  padding: 25px;
}
.modal-cart .cart-heading {
  margin-top: 50px;
  font-weight: bold;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.modal-cart .cart-heading span {
  width: 25%;
  min-width: 150px;
}
.modal-cart .cart-heading span:not(:first-child) {
  margin-left: 15px;
}
.modal-cart ul li {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.modal-cart ul li .sm-img {
  display: none;
}
.modal-cart ul li > *:not(:last-child) {
  width: 25%;
  min-width: 150px;
}
.modal-cart ul li > *:not(:nth-child(2)) {
  margin-left: 15px;
  padding-left: 20px;
}
.modal-cart ul li .quan {
  padding-left: 50px;
}
.modal-cart ul li .color {
  padding-left: 50px;
}
.modal-cart .details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.modal-cart .details > * {
  width: 50%;
}
.modal-cart .remove-from-cart {
  width: 50px;
}

.like-cols {
  display: flex;
  flex-wrap: wrap;
}
.like-cols > * {
  width: 50%;
}

.plus, .minus {
  font-size: 40px;
}

.plus::after {
  content: "+";
}

.minus::after {
  content: "-";
}

.fixed-cart .width {
  display: none;
}
.fixed-cart .color {
  display: none;
}
.fixed-cart p {
  font-size: 18px;
}

.in-cart {
  background-color: #000;
  color: #ffffff;
}

.remove-prod-from-cart {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 40px;
  height: 38px;
  background: #ddd url("/wp-content/themes/njordair/img/trashcan.svg") no-repeat center;
}

.product.in-cart .remove-prod-from-cart {
  display: block;
}

.block-list-icons-with-background-2-list {
  width: 100%;
}

.wrapper-fluid.with-img {
  background-repeat: no-repeat;
}
.wrapper-fluid.right-img {
  background-position: right;
}
.wrapper-fluid.left-img {
  background-position: left;
}

.fullwidth-section {
  padding-bottom: 70px;
}
.fullwidth-section p {
  padding-top: 30px;
}



.icons-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  border-bottom: 20px solid #fe6b00;
  background-color: #fff;
  padding: 0 50px 50px;
}
.icons-row .icon-with-text {
  text-align: center;
  font-size: 16px;
}
.icons-row .icon-with-text span {
  display: block;
}
@media (min-width: 1440px) {
  .icons-row .icon-with-text {
    font-size: 20px;
  }
}
.icons-row.no-icons {
  border-bottom: 0px solid #fe6b00;
  background-color: transparent;
}

.bg-grey-full-width {
  position: relative;
}
@media (max-width: 768px) {
  /*.bg-grey-full-width {*/
  /*  display: none;*/
  /*}*/
  /*.bg-grey-full-width:after {*/
  /*  display: none;*/
  /*}*/
  
  .planet-bg a {
          margin-bottom: 50px;
  }
  
    .footer-contacts .large-button .button {
        width: 100% !important;
}

.footer-column4 {
    text-align: left;
}
.bg-grey-full-width:before {
  top: 150px;
  height: 80%;
  position: absolute;
  width: 300%;
  background-color: #dbdbdb;
  content: "";
  left: -200px;
  margin-top: 30px;
}
.bg-grey-full-width.nearicons:before {
  top: 210px;
}
@media (min-width: 1440px) {
  .bg-grey-full-width.nearicons:before {
    top: 130px;
  }
}
.bg-grey-full-width.nearbigicons:before {
  height: 85%;
  top: 150px;
}
@media (min-width: 1440px) {
  .bg-grey-full-width.nearbigicons:before {
    top: 75px;
    height: 100%;
  }
}

.wrapper-fullwidth {
  min-height: 800px;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrapper-fullwidth .wrapper {
  min-height: 800px;
}
.wrapper-fullwidth .wrapper .row {
  min-height: 800px;
}

.custom-block-with-all {
  padding: 20px 5px 40px;
}
.custom-block-with-all img {
  width: 60%;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 30px;
}
.custom-block-with-all p {
  font-size: 18px;
  margin-top: 20px;
}
.custom-block-with-all h4 {
  margin-left: 22%;
  font-weight: 300;
  margin-bottom: 10px;
}


.planet-bg {
  min-height: 650px;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-size: 60% !important;
  padding-top: 100px;
}
.planet-bg p {
  margin-top: 50px;
}
.planet-bg a {
  margin-top: 50px;
  max-width: 200px;
  text-align: center;
}

.bg-trans-overlay {
  position: relative;
}
.bg-trans-overlay:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  width: 200%;
  left: -22%;
  z-index: -1;
}

.real-full-width {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.flag-cols img {
  height: 136px;
}

.location-icon {
  display: flex;
  align-items: center;
}
.location-icon__content {
  padding-left: 20px;
}
.location-icon__content p {
  margin-bottom: 5px;
}

.border-bottom-accent {
  position: relative;
  padding-bottom: 50px;
}
.border-bottom-accent:after {
  z-index: 10;
  content: "";
  background: #ff6900;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  max-width: 100%;
  /* margin-left: 6%; */
  margin-right: 6%;
}
@media (min-width: 1500px) {
  .border-bottom-accent:after {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.contact-middle-img img {
  margin-top: -100px;
}

.contact-us-bread .block-breadcrumb-content a, .contact-us-bread .block-breadcrumb-content span {
  color: #ffffff !important;
}

.image-to-same-size img {
  height: 242px !important;
  max-width: 230px;
  max-height: 180px;
}

.block-image-plus-text h2 {
  font-size: 47px;
}
@media (min-width: 1500px) {
  .block-image-plus-text h2 {
    font-size: 50px;
  }
}

.blog-post {
  margin-top: 50px;
}
.blog-post__thumb {
  height: 290px;
}
.blog-post__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.blog-post .post-categories {
  margin-top: 20px;
  list-style: none;
  display: flex;
}
.blog-post .post-categories li {
  font-weight: 500;
}
.blog-post .post-categories li:not(:first-child) {
  margin-left: 10px;
}
.blog-post h4 {
  margin-top: 15px;
}
.blog-post .post-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-weight: bold;
}
.blog-post .post-link img {
  margin-left: 20px;
  margin-top: 2px;
  /* max-width: 75%; */
  max-height: 26px;
}

.blog__hero {
  background-color: #333333;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 80px solid #000000;
}
.blog__hero p {
  margin-top: 30px;
  margin-bottom: 50px;
}
.blog__hero select {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  background-color: #000000;
  color: #ffffff;
  border: 20px solid #ffffff;
  padding: 10px 30px;
  font-weight: bold;
  outline: none;
}
.blog__hero:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 15px;
  position: absolute;
  bottom: 0;
  background-color: #ff6900;
}

.sidebar {
  padding: 50px 30px;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  margin-top: 10px;
}
.sidebar ul li a {
  color: #b1b1b1;
}
.sidebar ul li a.active {
  font-weight: 600;
  color: #ffffff;
}
.sidebar ul li a:hover {
  color: #ffffff;
}
.sidebar.border-top-orng {
  border-top: 10px solid #ff6900;
}

.wp-pagenavi {
  margin-top: 100px;
  margin-bottom: 200px;
}

.entry-content.simple-post > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.breadcrumbs {
  display: flex;
  list-style: none;
}
.breadcrumbs li {
  font-weight: 500;
  margin-right: 20px;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  margin-left: 20px;
}

.addtoany_share_save_container {
  background: #000;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ff6900;
  justify-content: flex-start;
  min-width: 300px;
  max-width: 800px;
  padding: 7px 30px;
  float: left;
}
.addtoany_share_save_container .addtoany_header {
  margin: 0;
  padding-left: 30px;
  padding-right: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal.modal-form {
  position: absolute;
  left: 50% !important;
  background-color: #fff !important;
  transform: translateX(-50%);
  overflow: hidden !important;
  color: #000000;
  z-index: 999 !important;
  padding-left: 30px;
  height: 75vh;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  max-width: 90%;
}
@media (min-width: 1500px) {
  .modal.modal-form {
    padding-top: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    max-width: 80%;
    height: 70vh;
  }
  .modal.modal-form p {
    margin-top: 20px;
  }
}
.modal.modal-form p, .modal.modal-form span, .modal.modal-form label {
  font-size: 16px;
}
@media (min-width: 1500px) {
  .modal.modal-form p, .modal.modal-form span, .modal.modal-form label {
    font-size: 22px;
  }
}
.modal.modal-form .form-fields .input-group {
  margin-top: 15px;
}
@media (min-width: 1500px) {
  .modal.modal-form .form-fields .input-group {
    margin-top: 20px;
  }
}
.modal.modal-form .form-fields .input-group input {
  padding: 7px 10px;
}
@media (min-width: 1500px) {
  .modal.modal-form .form-fields .input-group input {
    padding: 14px 15px;
  }
}
.modal.modal-form .close-form-modal {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (min-width: 1500px) {
  .modal.modal-form .close-form-modal {
    top: -20px;
  }
}
.modal.modal-form .modal-form__content {
  height: 100%;
  display: flex;
  padding-bottom: 0 !important;
}
.modal.modal-form button {
  margin-top: 10px;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 50px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  cursor: pointer;
}

.modal-image {
  background-position: 40% bottom;
  background-size: cover;
}

.hero-breadcrumbs {
  margin-bottom: 100px;
}
.hero-breadcrumbs ul {
  display: flex;
  list-style: none;
}
.hero-breadcrumbs ul li.active {
  font-weight: bold;
}
.hero-breadcrumbs .spc {
  margin: 0 10px;
}

.block-header-hero.toleft-all {
  position: relative;
  min-height: calc(100vh - 96px);
}
.block-header-hero.toleft-all .block-header-hero-main-content-container {
  min-height: calc(100vh - 96px);
}

.dad-orange-btn a {
  color: #fff !important;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 17px 26px;
  border-radius: 4px;
  background-color: #ff6900;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
}
.dad-orange-btn a:hover {
  opacity: 0.75;
}

.dad-black-btn a {
  color: #fff !important;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  padding: 17px 26px;
  border-radius: 4px;
  background-color: #000;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
}
.dad-black-btn a:hover {
  opacity: 0.75;
}

.custom-dis-01-block-2 figure img {
  width: 100%;
  height: auto;
}
.custom-dis-01-block-2 p {
  font-weight: 300;
  margin-top: 60px;
}

.custom-dis-01-block-3 {
  min-height: 880px;
}
.custom-dis-01-block-3 .wp-block-group__inner-container {
  max-width: none !important;
  position: relative;
}
.custom-dis-01-block-3 .wp-block-group__inner-container h2 {
  margin-bottom: 60px;
}
.custom-dis-01-block-3 .wp-block-group__inner-container img {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-dis-01-block-3 .wp-block-group__inner-container .wp-block-columns {
  max-width: 1640px;
  margin: 0 auto;
}
.custom-dis-01-block-3 .wp-block-group__inner-container a {
  margin-top: 60px;
}

.custom-dis-01-block-4 h2 {
  margin-bottom: 60px;
}
.custom-dis-01-block-4 figure img {
  width: 100%;
  height: auto;
}
.custom-dis-01-block-4 a {
  margin-top: 30px;
}

.custom-dis-01-block-5 {
  background-color: #000;
  color: #fff;
}
.custom-dis-01-block-5 a {
  color: #ff6900 !important;
}

.spacer-orange {
  background-color: #ff6900 !important;
  max-width: none !important;
}

.custom-dis-01-block-7 {
  min-height: 100vh;
  overflow: hidden;
  display: block;
}
.custom-dis-01-block-7 .wp-block-group__inner-container {
  max-width: none !important;
  position: relative;
}
.custom-dis-01-block-7 .wp-block-group__inner-container .wp-block-columns {
  max-width: 1640px;
  margin: 0 auto;
}
.custom-dis-01-block-7 .wp-block-group__inner-container .wp-block-columns h2 {
  margin-bottom: 30px;
}
.custom-dis-01-block-7 .wp-block-group__inner-container .wp-block-columns p {
  font-size: 30px;
  margin-bottom: 30px;
}
.custom-dis-01-block-7 .wp-block-group__inner-container .wp-block-columns {
  position: relative;
  z-index: 2;
}
.custom-dis-01-block-7 .wp-block-group__inner-container figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-dis-01-block-8 {
  background-color: #ff6900;
  height: 500px;
}
.custom-dis-01-block-8 .wp-block-group__inner-container {
  max-width: none !important;
  position: relative;
}
.custom-dis-01-block-8 .wp-block-group__inner-container .wp-block-columns {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}
.custom-dis-01-block-8 .wp-block-group__inner-container .wp-block-columns h2 {
  color: #fff;
  margin-top: 110px;
  margin-bottom: 30px;
}
.custom-dis-01-block-8 .wp-block-group__inner-container .wp-block-columns p {
  color: #fff;
}
.custom-dis-01-block-8 .wp-block-group__inner-container .wp-block-columns a {
  margin-top: 30px;
}
.custom-dis-01-block-8 .wp-block-group__inner-container figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 717px;
}
.custom-dis-01-block-8 .wp-block-group__inner-container figure img {
  width: 100%;
  height: auto;
}

.height-issue:before {
    margin-top: 59px !important;
}

@media  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
      
      .pytech_custom_item_right {
          position: relative;
            margin-left: 0;
      }
       .remove_max_width {
            max-width: 100% !important;
            margin-top: 1rem;
        }
        
        .big-radio {
            margin-left: 0px !important;
            margin-top: 10px;
        } 
}

/*.main-contact-form-btn p {*/
/*          margin-bottom: 0px !important;*/
/*      }*/

/* Desktop Styling */ 

@media screen 
  and (min-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) {
        .custom-block-with-all a {
            margin-left: 20%;
        }
        
  }
  
      .big-radio label span.name {
      margin-left: 30px;
    }
    .big-radio:nth-child(2) {
      margin-left: 20px;
    }
        .row.with-img {
            min-height: 550px;
        }
        
        .abs-image img {
            height: 550px;
        }
  }
  
  .orange-border {
    border-top: solid 20px orange;
}

#download-brochure-form .form-fields .row > div:not(:first-child) {
    margin-left: 0px !important;
}

#download-brochure-form .form-fields .row {
    margin-left: 0px !important;
}

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

.return_home_button {
    text-align: center;
}



