.BigBackgroundSection{
  position: relative;
}

.BigBackgroundSection:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);  
}

.BigBackgroundSection > div{
  z-index: 2;
  position: relative;
}

body.page .wp-block-gallery{
  margin: 2em 0;
}

body.page  .wp-block-buttons{
  margin: 3em 0;
}

.ImageAndAccordion h2{
  text-align: center;
}

.ImageAndAccordion .row{
  padding: 3em 0;
}

.ImageAndAccordion .row >*{
  width: 40%;
  padding: 3em 0;
}

.ImageAndAccordion .row .cost-transport-collapse{
  width: 60%;
  padding-left: 4em;
}

.ImageAndAccordion .def-accordion .card-collapse .card-body{
  margin-left: 3em;
}

.ImageAndAccordion .card-body p{
  text-align: left !important;
}

.ImageAndAccordion .image_and_text_box{
  position: relative;
  height: 0;
  padding-top: 27%;
}

body.page .top-appeal h2{
  color: #fff;
}

.wp-block-table{
  margin: 3em 0;
  font-family: "FuturaBookC", sans-serif;
  font-size: 18px;
}

.has-text-align-left{
  text-align: left !important;
}

body.page .entry-content ul,
body.page .entry-content ol{
  font-family: "FuturaBookC", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #212529;
  margin: 2em 0;
  text-align: left;
}

.ImageAndAccordion .image_and_text_box img{
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  max-width: 100%;
}

body.page .top-appeal:not(.big){
  height: auto !important;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
}

body.page .top-appeal h2{
  margin-bottom: 1em;
}

body.page .entry-content{
  padding: 4em 0;
  padding-top: 0;
}

body.page .ImageAndText_block .our-advantage-block{
  padding-top: 0;
}

body.page .ImageAndText_block .our-advantage-img{
  display: flex;
  align-items: center;
  height: auto;
}

body.page .ImageAndText_block .our-advantage-img img{
  height: auto;
}

body.page .ImageAndText_block .row.image_left{
  flex-direction: row-reverse
}

body.page .ImageAndText_block .row.image_left .our-advantage-info{
  padding-left: 0;
}

body.page .ImageAndText_block .row:not(.image_left) .our-advantage-info{
  padding-right: 0;
}

body.page .entry-content .ImageAndText_block{
  margin: 3em 0;
}

body.page .entry-content p,
body.page .entry-content .our-adv-text{
font-family: "FuturaBookC", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #212529;	
}

.wp-block-button a{
	display: table;
  padding: 18px 90px;
  font-size: 23px;
	background-color: #FF4B4B;
  color: #fff;
  transition: 0.4s;
	font-family: "FuturaBookC", sans-serif;
  letter-spacing: 0.4px;
  border-radius: 10px;
  border: 1px solid transparent;
}


body.page .entry-content h2,
body.page .entry-content .our-adv-title{
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: .5em;
  font-family: "Montserrat";
  font-weight: 600;

  b, strong {
    font-weight: 600 !important;
  }
}

body.page .top-appeal h3 a{
  color: inherit;
}

body.page .wp-block-group__inner-container{
  max-width: 1400px;
  margin: 3em auto;
  position: relative;
  padding: 0 20px;
}


/* Callback form style */
.call-back-modal .modal-dialog {
  max-width: 630px !important;
}

#call-back-form input[type="submit"] {
  border: none;
  color: white;
  font-size: 24px;
  padding-left: 0;
}

#call-back-form input[type="submit"]:hover {
  cursor: pointer;
}

#call-back-form .wpcf7 form .wpcf7-response-output{
  border: none;
  padding: 0;
  margin: 0;
  color: white;
  text-align: center;
}

#call-back-form .wpcf7 form.invalid .wpcf7-response-output{
  color: red;
}

#call-back-form .wpcf7 form.sent .wpcf7-response-output {
  display: none; /* show success modal window, instead #thank-you-modal */
}

#call-back-form .wpcf7-not-valid-tip {
  margin-bottom: 5px;
}

#call-back-form .wpcf7-spinner {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  body.page .wp-block-group__inner-container{
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {

  body.page .cost-trans-car-img:last-child{
    display: block;
  }

}

@media (max-width: 992px) {

  .wp-block-table{
    font-size: 15px;
  }
  
  body.page .entry-content p, body.page .entry-content .our-adv-text,
  body.page .entry-content ul,
  body.page .entry-content ol{
    font-size: 19px;
  }

  body.page .ImageAndAccordion .row .cost-transport-collapse{
    width: 100%;
    max-width: 100%;
  }

  body.page .ImageAndAccordion .row >*{
    width: 100%;
  }
  
  body.page .ImageAndAccordion .def-accordion .card-collapse .card-body{
    margin-left: 0;
  }

  body.page .ImageAndAccordion .image_and_text_box img {
    object-fit: cover;
  }
  
  .cost-transport-accordion .card-collapse .card-body{
    max-width: initial;
  }

}

@media (max-width: 768px) {
  .ImageAndText_block > .row {
    flex-direction: column !important;
  }
  /* .ImageAndText_block > .row.image_left {
    flex-direction: column-reverse !important;
  } */

  .ImageAndText_block .our-advantage-info{
    margin-top: 2em;
  }

  .ImageAndText_block > .row >*{
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

}

@media (max-width: 576px) {
  body.page .cost-transport-collapse{
    padding: 0 !important;
    margin: 2em 0;
  }
  body.page .accordion-card-title .collapse-img{
    display: block !important;
  }
  body.page .accordion-card-title{
    padding: 0 50px;
    padding-left: 0;
  }
  .ImageAndAccordion .row{
    padding-bottom: 0;
  }
  .accordion-card-title .accordion-card-down, .accordion-card-title .accordion-card-up{
    right: 20px;
  }
  body.page .entry-content h2, body.page .entry-content .our-adv-title{
    font-size: 31px;
  }
  body.page .top-appeal:not(.big){
    padding-left: 30px;
  }

  body.page .top-appeal.top-appeal-with-form {
    padding-left: 0;
  }

  body.page .top-appeal h3{
    text-align: left;
  }
  
  body.page .ImageAndText_block .row.image_left .our-advantage-info{
    padding-right: 0;
  }

}