@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

.oko-message {
  color: #002B1B !important;
}

.modal .btn-ask {
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  font-size: 16px;
}

.modal .modal-content {
  background-color: white;
  border-radius: 0px;
}

.modal .modal-header {
  border-bottom: none;
  background-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0.5rem 1rem;
}

.modal .modal-footer {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 0px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
}

.modal .modal-header .close {
  font-size: 2rem;
  color: #002B1B;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.modal .modal-body {
  padding-bottom: 0px;
}

.modal .modal-body h3 {
  color: #002B1B;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}

.modal .modal-body p {
  color: #002B1B;
  font-size: 18px;
}

.modal .modal-body .oko-control-label {
  text-align: left;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #002B1B;
}

.modal .modal-body .oko-form-control {
  border: none;
  border-bottom: 1px solid #002B1B;
  border-radius: 0px;
}

.modal .modal-body .g-recaptcha-policy,
.modal .modal-body .g-recaptcha-policy a {
  color: #002B1B;
}

.modal .modal-body button {
  color: #002B1B;
  background-color: #FF7A00;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 85px 15px 85px;
  border: 3px solid #FF7A00;
}

.modal .modal-body button:focus {
  outline: none;
}

.modal .modal-body button:hover {
  background-color: #fff;
  color: #002B1B;
  text-decoration: none;
}

.modal .modal-image img {
  padding: 2px 2px 2px 2px;
  border: 1px solid #bbb;
}

.modal .modal-form-row {
  margin: 15px 15px 15px 15px;
}

.modal .modal-form-input {
  background-color: #fff;
  border: 2px solid #002B1B;
  width: 100%;
  color: #002B1B;
  outline: none;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.modal .modal-form-input:focus {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal ::placeholder {
  color: #333;
}

.modal .modal__disclaimer {
  font-size: 0.5rem;
}

@media (max-width: 767px) {
  .modal .modal-header {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .modal .modal-body {
    padding-top: 0px;
  }
  .modal .modal-body h3 {
    font-size: 14px;
  }
  .modal .modal-body p {
    font-size: 12px;
  }
  .modal .modal-body .oko-control-label, .modal .modal-body .oko-form-control {
    font-size: 14px;
  }
  .modal .modal-body button {
    color: #002B1B;
    background-color: #FF7A00;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 48px 10px 48px;
  }
}

.debug {
  border: 1px solid red !important;
}

html, body {
  color: #fff;
  background-color: #002B1B;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 24px;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

.ask {
  color: #002B1B;
  background-color: #FF7A00;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 85px 15px 85px;
}

.ask:hover {
  background-color: #fff;
  color: #002B1B;
  text-decoration: none;
}

.ask-outline {
  font-size: 18px;
  font-weight: 600;
  color: #FF7A00;
  border: 2px solid #FF7A00;
  padding: 15px 48px 15px 48px;
}

.ask-outline:hover {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}

ul.checks {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.checks li {
  margin: 0px 0px 20px 0px;
  background: url("../img/icon-checkmark.svg") no-repeat left top;
  height: 54px;
  padding-left: 44px;
  padding-top: 3px;
}

table.table1 {
  font-size: 18px;
  margin: auto;
}

table.table1 th {
  font-weight: 700;
}

table.table1 th, table.table1 td {
  padding: 15px;
}

table.table1 tbody tr:nth-child(odd) {
  background-color: #004E31;
}

table.table1 .empty {
  width: 10%;
}

table.table1 .right {
  text-align: right;
  width: 15%;
}

table.table1 .description {
  color: #A6C4E7;
}

header {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template: 'logo address contact ask' 70px / 3fr 4fr 4fr 3fr;
  font-size: 16px;
  font-weight: 600;
}

header .header-logo {
  grid-area: logo;
}

header .header-address {
  grid-area: address;
  padding: 0px 10px 0px 10px;
}

header .header-contact {
  grid-area: contact;
  padding: 0px 10px 0px 10px;
}

header .header-ask {
  grid-area: ask;
  padding: 10px 10px 0px 10px;
  text-align: right;
}

main {
  margin-top: 80px;
  background-image: url("../img/main-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 180px 0px 200px 0px;
}

main h1 {
  font-size: 72px;
  line-height: 98px;
  font-weight: bold;
}

main .main-ask {
  margin-top: 95px;
}

section.for {
  margin-top: 50px;
  margin-bottom: 50px;
}

section.for .for-what {
  margin-top: 80px;
}

section.for .for-what .for-what-item {
  margin-top: 50px;
}

section.for .for-what .for-what-item .for-what-item-title {
  margin-top: 30px;
  font-size: 18px;
}

section.calc {
  margin-top: 200px;
  margin-bottom: 100px;
}

section.calc .calc-holder {
  padding-top: 30px;
  position: relative;
}

section.calc .calc-holder .calc-closer {
  position: absolute;
  top: 70px;
  right: 50px;
  cursor: pointer;
}

section.calc .calc-holder .calc-block {
  transition: border 1.5s ease;
  border: 2px solid #FF7A00;
  width: 95%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 60px;
  background: url("../img/calc-bg.png") no-repeat center;
}

section.calc .calc-holder .calc-block .calc-block-title {
  font-weight: 700;
  font-size: 36px;
  padding: 53px 10px 53px 10px;
  cursor: pointer;
}

section.calc .calc-holder .calc-block .calc-block-description {
  padding-top: 60px;
  font-size: 24px;
}

section.calc .calc-holder .calc-block .calc-block-title2 {
  font-weight: 700;
  font-size: 36px;
  padding: 53px 10px 53px 0px;
}

section.calc .calc-holder .calc-block .calc-block-form-title {
  font-size: 24px;
  margin: 20px 0px 20px 0px;
}

section.calc .calc-holder .calc-block select {
  border: 1px solid #FF7A00;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  background-color: #FF7A00;
}

section.calc .calc-holder .calc-block .container {
  position: relative;
}

section.calc .calc-holder .calc-block .container .calc-block-arrow {
  position: absolute;
  top: -30px;
  right: 100px;
  cursor: pointer;
  transform: rotate(270deg);
  transition: rotate 0.5s ease;
}

section.calc .calc-holder .calc-block .calc-block-form-sum {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-amount {
  font-weight: 700;
  font-size: 64px;
  margin-right: 15px;
}

section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-currency {
  font-size: 36px;
}

section.calc .calc-holder-collapsed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.calc .calc-holder-collapsed .calc-closer {
  display: none;
}

section.calc .calc-holder-collapsed .calc-block {
  max-width: 580px;
  margin: 30px 30px 30px 30px;
  padding-bottom: 0px;
  background: none;
}

section.calc .calc-holder-collapsed .calc-block .calc-block-title {
  padding: 53px 30px 53px 50px;
}

section.calc .calc-holder-collapsed .calc-block .container {
  position: relative;
}

section.calc .calc-holder-collapsed .calc-block .container .calc-block-arrow {
  position: absolute;
  top: 58px;
  right: -30px;
  cursor: pointer;
  transform: rotate(0deg);
}

section.calc [type="radio"]:checked,
section.calc [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

section.calc [type="radio"]:checked + label,
section.calc [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 45px;
  display: inline-block;
  color: #fff;
}

section.calc [type="radio"]:checked + label:before,
section.calc [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 31px;
  height: 31px;
  border: 2px solid #FF7A00;
  border-radius: 100%;
  background: transparent;
}

section.calc [type="radio"]:checked + label:after,
section.calc [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #FF7A00;
  position: absolute;
  top: 17px;
  left: 9px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

section.calc [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

section.calc [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

section.clients {
  margin-top: 150px;
  margin-bottom: 200px;
}

section.clients .clients-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 100px;
}

section.clients .clients-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.clients .clients-block .clients-item {
  margin: 30px 20px 30px 20px;
}

section.clients .clients-block .clients-item img {
  width: 250px;
}

section.led {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.led h2 {
  margin-bottom: 50px;
}

section.timeline {
  margin-top: 150px;
  margin-bottom: 150px;
}

section.timeline .description {
  font-size: 24px;
  color: #7EA798;
  padding-bottom: 30px;
}

section.timeline .timeline-hor-1, section.timeline .timeline-hor-2 {
  border-bottom: 2px solid #FF7A00;
  border-right: 2px solid #FF7A00;
  position: relative;
}

section.timeline .timeline-hor-1::after, section.timeline .timeline-hor-2::after {
  position: absolute;
  content: '';
  background-image: url("../img/icon-timeline-round.svg");
  right: -13px;
  bottom: -13px;
  width: 25px;
  height: 25px;
  z-index: 10;
}

section.timeline .timeline-hor-3 {
  border-bottom: 2px solid #FF7A00;
}

section.timeline .timeline-hor-3::after {
  position: absolute;
  content: '';
  background-image: url("../img/icon-timeline-arrow.png");
  right: -10px;
  bottom: -9px;
  width: 10px;
  height: 16px;
  z-index: 10;
}

section.price {
  margin-top: 150px;
  margin-bottom: 150px;
}

section.price .description {
  color: #7EA798;
}

section.faq {
  margin-top: 150px;
  margin-bottom: 150px;
}

section.faq .card {
  background: transparent;
  border: none;
}

section.faq .card .card-header {
  background: transparent;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.faq .card .card-header .btn-link {
  color: #fff;
  font-size: 24px;
  padding-left: 0px;
  text-align: left;
}

section.faq .card .collapse, section.faq .card .collapsing {
  color: #7EA798;
}

section.req {
  margin-top: 150px;
  margin-bottom: 150px;
}

section.question {
  margin-top: 250px;
  margin-bottom: 250px;
}

section.contact {
  margin-top: 150px;
  margin-bottom: 100px;
}

section.contact p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1200px) {
  .col-xl-14 {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

@media (max-width: 1750px) {
  section.calc .calc-block {
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

@media (max-width: 1199px) {
  body, p {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  ul.checks li {
    margin: 0px 0px 20px 0px;
    height: 34px;
    padding-left: 44px;
    padding-top: 3px;
  }
  .ask {
    font-size: 16px;
    padding: 10px 55px 10px 55px;
  }
  .ask-outline {
    padding: 12px 12px 12px 12px;
    border-radius: 50%;
  }
  .ask-outline div {
    margin: 0;
    padding: 0;
    height: 19px;
  }
  header {
    grid-template: 'logo address contact ask' 70px / 3fr 4fr 4fr 1fr;
  }
  header .header-ask {
    padding: 0;
  }
  main {
    padding: 40px 0px 80px 0px;
  }
  main h1 {
    font-size: 36px;
    line-height: 49px;
  }
  main .main-ask {
    margin-top: 65px;
  }
  section.for {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section.for .for-what {
    margin-top: 40px;
  }
  section.for .for-what .for-what-item .for-what-item-icon img {
    width: 80px;
  }
  section.for .for-what .for-what-item .for-what-item-title {
    margin-top: 30px;
    font-size: 16px;
  }
  section.calc .calc-holder .calc-block {
    transition: border 1.5s ease;
    border: 2px solid #FF7A00;
    width: 95%;
  }
  section.calc .calc-holder .calc-block .calc-block-title {
    font-size: 24px;
  }
  section.calc .calc-holder .calc-block .calc-block-description {
    font-size: 18px;
  }
  section.calc .calc-holder .calc-block .calc-block-title2 {
    font-size: 24px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-title {
    font-size: 18px;
  }
  section.calc .calc-holder .calc-block select {
    font-size: 14px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-amount {
    font-size: 48px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-currency {
    font-size: 24px;
  }
  section.calc .calc-holder-collapsed .calc-block {
    max-width: 300px;
    margin: 30px 20px 30px 20px;
    padding-bottom: 0px;
  }
  section.calc .calc-holder-collapsed .calc-block .calc-block-title {
    padding: 43px 20px 43px 25px;
  }
  section.calc .calc-holder-collapsed .calc-block .container .calc-block-arrow {
    top: 38px;
    right: -30px;
  }
  section.price {
    margin-bottom: 70px;
  }
  section.clients .clients-title {
    font-size: 24px;
  }
  section.timeline .description {
    font-size: 18px;
  }
  section.question {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.faq {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.faq .card .card-header .btn-link {
    font-size: 18px;
  }
  section.faq .card .collapse,
  section.faq .card .collapsing {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  header {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body, p {
    font-size: 14px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  table.table1 {
    font-size: 11px;
  }
  ul.checks li {
    margin: 0px 0px 20px 0px;
    height: 34px;
    padding-left: 44px;
    padding-top: 3px;
  }
  .ask {
    font-size: 14px;
    padding: 10px 45px 10px 45px;
  }
  .ask-outline {
    padding: 5px 10px 10px 10px;
  }
  .ask-outline img {
    width: 19px;
    height: 19px;
  }
  header {
    font-size: 10px;
    grid-template: 'logo ask' 75px 
 'address contact' 45px / 1fr 1fr;
  }
  header .header-logo img {
    width: 136px;
  }
  main {
    margin-top: 30px;
  }
  main h1 {
    font-size: 18px;
    line-height: 25px;
  }
  main .main-ask {
    margin-top: 40px;
  }
  section.for {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.for .for-what {
    margin-top: 10px;
  }
  section.for .for-what .for-what-item {
    margin-top: 20px;
  }
  section.for .for-what .for-what-item .for-what-item-icon img {
    width: 60px;
  }
  section.for .for-what .for-what-item .for-what-item-title {
    margin-top: 30px;
    font-size: 14px;
  }
  section.calc {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  section.calc .calc-holder .calc-block .calc-closer {
    right: 35px;
  }
  section.calc .calc-holder .calc-block .calc-closer img {
    width: 40px;
  }
  section.calc .calc-holder .calc-block .calc-block-title {
    font-size: 16px;
    padding: 30px 10px 30px 15px;
  }
  section.calc .calc-holder .calc-block .calc-block-description {
    padding-top: 0px;
    font-size: 14px;
  }
  section.calc .calc-holder .calc-block .calc-block-title2 {
    padding: 30px 10px 30px 0px;
    font-size: 16px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-title {
    font-size: 14px;
  }
  section.calc .calc-holder .calc-block select {
    font-size: 13px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-amount {
    font-size: 36px;
  }
  section.calc .calc-holder .calc-block .calc-block-form-sum .calc-block-form-currency {
    font-size: 18px;
  }
  section.calc .calc-holder-collapsed .calc-block {
    max-width: 300px;
    margin: 30px 20px 30px 20px;
    padding-bottom: 0px;
  }
  section.calc .calc-holder-collapsed .calc-block .calc-block-title {
    padding: 33px 20px 33px 25px;
  }
  section.calc .calc-holder-collapsed .calc-block .container .calc-block-arrow {
    top: 28px;
    right: -40px;
  }
  section.clients {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  section.clients .clients-title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  section.timeline {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.timeline .description {
    font-size: 14px;
  }
  section.price {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.faq {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.faq .card .card-header .btn-link {
    font-size: 14px;
  }
  section.faq .card .collapse,
  section.faq .card .collapsing {
    font-size: 14px;
  }
  section.req {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  section.question {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  section.contact {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.hideElement{
  opacity: 0;
}
.hideElement:hover{
  cursor: default!important;
}




.table-wrapper{
    white-space: nowrap !important;
}

.table-wrapper span{
    white-space: nowrap !important;
}


.table-wrapper tbody tr:hover{
        background-color: rgba(255, 255, 255, 0.1);
    }


.table-wrapper thead tr th:first-child {
    white-space: wrap !important;
}

.buttons-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

.buttons button {
    color: #002B1B;
    background-color: #FF7A00;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 30px;
    border: 0;
}

.buttons button:hover {
    background-color: #ffffff;
    color: #002B1B;
}

.buttons button:active{
    background-color: #ffffff;
    color: #FF7A00;
}

.buttons .activebutton{
    background-color: #ffffff;
    color: #FF7A00;
}

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

 @media screen and (max-width: 500px) {
    .table-wrapper tbody tr td:not(:first-child) {
        text-align: right;
    }
     
    .buttons button {
        padding: 7px 25px;
    } 
    
    .p2-5, .p1-8, .p3-9{
        overflow-x: scroll !important;
        padding: 10px;
    }
    
    .table-wrapper span{
        font-size:12px;
    }
 }
/*.show{*/
/*  display: none;*/
/*}*/
/*# sourceMappingURL=style.css.map */