body {
  /*    font-family: 'Proxima Nova Rg';*/
  font-family: 'Proxima Nova';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 20px;
  color: var(--text-color);
}

/* body {
  opacity: 0;
} */

#ab-cookie-show {
  display: none;
}

/* body.show-page {
  opacity: 1;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4 {
  font-weight: bold !important;
  color: #00203e;
}

.table-light-green {
  background-color: var(--secondary-color);
}

.index-inner-block {
  background-color: var(--secondary-color);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  color: var(--main-color);
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.grecaptcha-badge {
  z-index: 10;
}

table {
  border-color: #61c77e !important;
}

.d-flex-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.d-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.product-category-accordion .accordion-button:not(.collapsed) {
  color: var(--main-color) !important;
}

.d-new-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

a {
  text-decoration: none !important;
  outline: none !important;
  color: var(--main-color);
}

p {
  line-height: 30px;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

ul li {
  position: relative;
  padding-left: 24px;
  letter-spacing: 0.6px;
}

ul li:last-child {
  padding-bottom: 0;
}

/*
ul li:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #00ADE5;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
*/
ol {
  counter-reset: number;
  margin-top: 16px;
}

ol li {
  position: relative;
  padding-left: 22px;
  counter-increment: number;
  margin-bottom: 3px;
  letter-spacing: 0.6px;
}

ol li:last-child {
  margin-bottom: 0;
}

ol li:after {
  content: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgb(0, 32, 62) !important;
}

ol li::before {
  position: absolute;
  content: counter(number) '. ';
  left: 0 !important;
  top: 0 !important;
  font-weight: 500;
}

.breadcrumb-item::before {
  content: '';
}

.page-link {
  background: transparent !important;
}

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

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

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

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

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

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

body.show {
  overflow: hidden;
}

.container-full {
  max-width: 1670px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.no-point ul {
  margin: 0;
}

.no-point li {
  padding: 0;
  margin: 0;
}

.no-point li:after {
  content: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.row {
  --bs-gutter-x: 16px;
}

.row-22 {
  --bs-gutter-x: 22px;
}

.row-40 {
  --bs-gutter-x: 40px;
}

.row-44 {
  --bs-gutter-x: 44px;
}

body.active {
  overflow: hidden;
}

.text-blue,
.text-blue * {
  color: #00ade5 !important;
}

.text-white,
.text-white * {
  color: var(--second-active-color) !important;
}

.fw-normal,
.fw-normal * {
  font-weight: normal !important;
}

.fw-normal strong {
  font-weight: bold !important;
}

.fw-bold,
.fw-bold * {
  font-weight: bold;
}

.fw-60,
.fw-60 * {
  margin: 0 !important;
  font-size: 60px !important;
  line-height: 69px !important;
  letter-spacing: 1.8px !important;
}

.fw-60 span {
  color: #00ade5 !important;
}

.fw-50,
.fw-50 * {
  margin: 0 !important;
  font-size: 50px !important;
  line-height: 57px !important;
}

.fw-30,
.fw-30 * {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 37px !important;
  letter-spacing: 0.3px !important;
}

.fw-26,
.fw-26 * {
  margin: 0 !important;
  font-size: 26px !important;
  line-height: 33px !important;
  letter-spacing: 0.78px !important;
}

.fw-20,
.fw-20 * {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0.2px !important;
}

.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 50px;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.66px;
  padding: 0 18px;
  font-weight: bold;
}

.btn-md {
  height: 54px !important;
  font-size: 20px !important;
}

.btn-lg {
  height: 79px !important;
  font-size: 24px !important;
  padding: 0 31px !important;
}

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

.btn-icon img {
  margin-left: 31px;
}

.btn-green {
  background: #24cf81;
  border: 2px solid #24cf81 !important;
  color: var(--second-active-color) !important;
}

.btn-green:hover {
  background: transparent;
  color: #24cf81 !important;
}

.btn-green:hover img {
  -webkit-filter: invert(53%) sepia(98%) saturate(374%) hue-rotate(100deg) brightness(105%) contrast(83%);
  filter: invert(53%) sepia(98%) saturate(374%) hue-rotate(100deg) brightness(105%) contrast(83%);
}

.btn-blue-outline {
  color: var(--text-color) !important;
  border: 1.5px solid var(--text-color);
}

.text-black {
  color: #00203e;
}

.text-black:hover {
  color: var(--main-color) !important;
}

.btn-blue-outline:hover img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

.bg-blue-01 {
  background: url(../images/bg-blue-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-blue-02 {
  background: url(../images/bg-blue-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-blue-03 {
  background: url(../images/bg-blue-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec-heading-block {
  margin: 68px 0 50px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-38 {
  margin-top: 28px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mt-57 {
  margin-top: 28px !important;
}

.mb-62 {
  margin-bottom: 58px !important;
}

.mb-68 {
  margin-bottom: 40px !important;
}

.mb-77 {
  margin-bottom: 58px !important;
}

.mb-113 {
  margin-bottom: 58px !important;
}

.mt-115 {
  margin-top: 58px !important;
}

.pt-115 {
  padding-top: 58px !important;
}

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

.mb-118 {
  margin-bottom: 118px !important;
}

.mb-210 {
  margin-bottom: 58px !important;
}

.mb-230 {
  margin-bottom: 58px !important;
}

/*--------- new page css start here ------------*/
.btn-black {
  background: var(--text-color) !important;
  color: var(--second-active-color) !important;
}

.btn-black:hover {
  background: var(--second-active-color) !important;
  color: var(--text-color) !important;
}

.btn-white {
  background: var(--second-active-color) !important;
  color: #000000 !important;
}

.btn-white:hover {
  background: var(--main-color) !important;
  color: var(--second-active-color) !important;
}

.btn-purple {
  background: var(--active-color) !important;
  border-radius: 10px;
  padding: 12px 22px;
  color: var(--second-active-color) !important;
  font-weight: bold;
  border: 3px solid var(--active-color) !important;
}

.btn-purple:hover {
  background: var(--second-active-color) !important;
  color: var(--active-color) !important;
}

.btn-purple:hover .btn-arrow {
  filter: brightness(0) invert(14%) sepia(55%) saturate(1275%) hue-rotate(174deg) brightness(104%) contrast(108%);
}

.btn-purple:hover img {
  filter: brightness(0) invert(14%) sepia(55%) saturate(1275%) hue-rotate(174deg) brightness(104%) contrast(108%);
}

.btn-arch {
  background: var(--second-active-color) !important;
  color: #303875 !important;
  border: 3px solid #303875 !important;
}

.btn-arch:hover {
  background: var(--main-color) !important;
  color: var(--second-active-color) !important;
  border: 3px solid var(--main-color) !important;
}

.sortuj_po_kat {
  padding: 0px !important;
}

#quote-right {
  filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(360deg) brightness(104%) contrast(100%);
}

.technology-supervisor-image img {
  position: absolute;
  right: 450px;
}

.ls-0,
.ls-0 * {
  letter-spacing: 0 !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-41 {
  margin-top: 29px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 56px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-95 {
  margin-bottom: 68px !important;
}

.mb-107 {
  margin-bottom: 58px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-124 {
  margin-bottom: 124px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

input+label {
  font-family: 'Proxima Nova' !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--text-color) !important;
  font-size: 20px;
}

select+label {
  font-family: 'Proxima Nova' !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--text-color) !important;
  font-size: 20px;
}

textarea+label {
  font-family: 'Proxima Nova' !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: var(--text-color) !important;
  font-size: 20px;
}

.white-arrow {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(334deg) brightness(96%) contrast(105%);
}

.green-arrow {
  filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(346%) hue-rotate(84deg) brightness(83%) contrast(83%);
}

.application-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(334deg) brightness(96%) contrast(105%);
}

/*--------- new page css end here ------------*/
@media (min-width: 1360px) and (max-width: 1459.98px) {
  body {
    font-size: 18px;
  }

  p {
    line-height: 27px;
    letter-spacing: 0.4px;
    margin-bottom: 27px;
  }

  .fw-60,
  .fw-60 * {
    font-size: 55px !important;
    line-height: 64px !important;
  }

  .fw-50,
  .fw-50 * {
    font-size: 47px !important;
    line-height: 54px !important;
  }

  .fw-30,
  .fw-30 * {
    font-size: 27px !important;
    line-height: 35px !important;
  }

  .fw-20,
  .fw-20 * {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .btn {
    font-size: 20px;
  }

  .btn-lg {
    height: 73px !important;
    font-size: 23px !important;
    padding: 0 30px !important;
  }

  .btn-lg img {
    width: 24px;
  }

  .row-40 {
    --bs-gutter-x: 25px;
  }

  .mb-47 {
    margin-bottom: 35px !important;
  }

  .mt-57 {
    margin-top: 45px !important;
  }

  .mb-68 {
    margin-bottom: 50px !important;
  }

  /*--------- new page css start here ------------*/
  .mb-83 {
    margin-bottom: 70px !important;
  }

  .mb-95 {
    margin-bottom: 75px !important;
  }

  .mb-120 {
    margin-bottom: 105px !important;
  }

  .mb-124 {
    margin-bottom: 100px !important;
  }

  .mb-140 {
    margin-bottom: 120px !important;
  }

  /*--------- new page css end here ------------*/
}

@media (min-width: 1200px) and (max-width: 1359.98px) {
  body {
    font-size: 18px;
  }

  p {
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }

  .fw-60,
  .fw-60 * {
    font-size: 54px !important;
    line-height: 63px !important;
  }

  .fw-50,
  .fw-50 * {
    font-size: 46px !important;
    line-height: 53px !important;
  }

  .fw-30,
  .fw-30 * {
    font-size: 25px !important;
    line-height: 34px !important;
  }

  .fw-20,
  .fw-20 * {
    font-size: 17px !important;
    line-height: 25px !important;
  }

  .col-width {
    width: 86.333333%;
  }

  .btn {
    font-size: 20px;
  }

  .btn-lg {
    height: 70px !important;
    font-size: 22px !important;
    padding: 0 28px !important;
  }

  .btn-lg img {
    width: 22px;
  }

  .row-40 {
    --bs-gutter-x: 20px;
  }

  .row-44 {
    --bs-gutter-x: 30px;
  }

  .mb-47 {
    margin-bottom: 36px !important;
  }

  .mt-57 {
    margin-top: 40px !important;
  }

  .mb-68 {
    margin-bottom: 45px !important;
  }

  /*--------- new page css start here ------------*/
  .mb-83 {
    margin-bottom: 60px !important;
  }

  .mb-120 {
    margin-bottom: 90px !important;
  }

  .mb-124 {
    margin-bottom: 90px !important;
  }

  .mb-140 {
    margin-bottom: 110px !important;
  }

  /*--------- new page css end here ------------*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 18px;
  }

  p {
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }

  .col-width {
    width: 97%;
  }

  .fw-60,
  .fw-60 * {
    font-size: 55px !important;
    line-height: 60px !important;
  }

  .fw-50,
  .fw-50 * {
    font-size: 45px !important;
    line-height: 52px !important;
  }

  .fw-30,
  .fw-30 * {
    font-size: 23px !important;
    line-height: 32px !important;
  }

  .fw-26,
  .fw-26 * {
    font-size: 24px !important;
    line-height: 31px !important;
  }

  .fw-20,
  .fw-20 * {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .btn {
    font-size: 19px;
    line-height: 25px;
  }

  .btn-icon img {
    margin-left: 25px;
    max-width: 17px;
  }

  .btn-lg {
    height: 70px !important;
    font-size: 22px !important;
    padding: 0 28px !important;
  }

  .btn-lg img {
    width: 22px;
  }

  .row-40 {
    --bs-gutter-x: 15px;
  }

  .row-44 {
    --bs-gutter-x: 40px;
  }

  .mb-28 {
    margin-bottom: 24px !important;
  }

  .mt-38 {
    margin-top: 30px !important;
  }

  .mb-47 {
    margin-bottom: 30px !important;
  }

  /*--------- new page css start here ------------*/
  .mb-58 {
    margin-bottom: 50px !important;
  }

  .mb-83 {
    margin-bottom: 65px !important;
  }

  .mb-95 {
    margin-bottom: 67px !important;
  }

  .mb-120 {
    margin-bottom: 90px !important;
  }

  .mb-124 {
    margin-bottom: 90px !important;
  }

  .mb-140 {
    margin-bottom: 100px !important;
  }

  /*--------- new page css end here ------------*/
  .sec-heading-block {
    margin: 50px 0 40px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-120 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 18px;
  }

  p {
    line-height: 25px;
    margin-bottom: 20px;
  }

  .row {
    --bs-gutter-x: 16px !important;
  }

  .fw-60,
  .fw-60 * {
    font-size: 46px !important;
    line-height: 52px !important;
  }

  .fw-50,
  .fw-50 * {
    font-size: 40px !important;
    line-height: 47px !important;
  }

  .fw-30,
  .fw-30 * {
    font-size: 22px !important;
    line-height: 29px !important;
  }

  .fw-26,
  .fw-26 * {
    font-size: 23px !important;
    line-height: 30px !important;
  }

  .btn {
    font-size: 20px;
  }

  .btn-md {
    height: 50px !important;
    font-size: 19px !important;
  }

  .btn-lg {
    height: 60px !important;
    font-size: 20px !important;
    padding: 0 25px !important;
  }

  .btn-lg img {
    max-width: 22px;
  }

  .btn-icon img {
    margin-left: 23px;
  }

  .mb-28 {
    margin-bottom: 16px !important;
  }

  .mt-38 {
    margin-top: 32px !important;
  }

  .mb-47 {
    margin-bottom: 25px !important;
  }

  .mt-57 {
    margin-top: 32px !important;
  }

  .mb-62 {
    margin-bottom: 50px !important;
  }

  .mb-68 {
    margin-bottom: 35px !important;
  }

  .mb-77 {
    margin-bottom: 48px !important;
  }

  .mb-113 {
    margin-bottom: 50px !important;
  }

  .mt-115 {
    margin-top: 50px !important;
  }

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

  .pt-115 {
    padding-top: 50px !important;
  }

  .mb-118 {
    margin-bottom: 50px !important;
  }

  .mb-210 {
    margin-bottom: 50px !important;
  }

  .mb-230 {
    margin-bottom: 50px !important;
  }

  /*--------- new page css start here ------------*/
  .mb-58 {
    margin-bottom: 50px !important;
  }

  .mt-60 {
    margin-top: 50px !important;
  }

  .mb-83 {
    margin-bottom: 60px !important;
  }

  .mb-95 {
    margin-bottom: 60px !important;
  }

  .mb-107 {
    margin-bottom: 50px !important;
  }

  .mb-120 {
    margin-bottom: 80px !important;
  }

  .mb-124 {
    margin-bottom: 80px !important;
  }

  .mb-140 {
    margin-bottom: 80px !important;
  }

  /*--------- new page css end here ------------*/
  .sec-heading-block {
    margin: 50px 0 35px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-120 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  p {
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }

  .row {
    --bs-gutter-x: 10px !important;
  }

  .fw-60,
  .fw-60 * {
    font-size: 34px !important;
    line-height: 44px !important;
  }

  .fw-50,
  .fw-50 * {
    font-size: 29px !important;
    line-height: 37px !important;
  }

  .fw-30,
  .fw-30 * {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .fw-26,
  .fw-26 * {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .fw-20,
  .fw-20 * {
    font-size: 19px !important;
    line-height: 26px !important;
  }

  .btn {
    font-size: 20px;
  }

  .btn-md {
    height: 50px !important;
    font-size: 18px !important;
  }

  .btn-lg {
    height: 60px !important;
    font-size: 20px !important;
    padding: 0 25px !important;
  }

  .btn-lg img {
    width: 21px;
  }

  .btn-icon img {
    margin-left: 20px;
  }

  .mb-28 {
    margin-bottom: 20px !important;
  }

  .mt-38 {
    margin-top: 24px !important;
  }

  .mb-47 {
    margin-bottom: 20px !important;
  }

  .mt-57 {
    margin-top: 32px !important;
  }

  .mb-62 {
    margin-bottom: 30px !important;
  }

  .mb-68 {
    margin-bottom: 24px !important;
  }

  .mb-77 {
    margin-bottom: 40px !important;
  }

  .mb-113 {
    margin-bottom: 40px !important;
  }

  .mt-115 {
    margin-top: 40px !important;
  }

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

  .pt-115 {
    padding-top: 40px !important;
  }

  .mb-118 {
    margin-bottom: 40px !important;
  }

  .mb-210 {
    margin-bottom: 40px !important;
  }

  .mb-230 {
    margin-bottom: 40px !important;
  }

  /*--------- new page css start here ------------*/
  .mt-41 {
    margin-top: 30px !important;
  }

  .mb-58 {
    margin-bottom: 40px !important;
  }

  .mt-60 {
    margin-top: 40px !important;
  }

  .mb-83 {
    margin-bottom: 50px !important;
  }

  .mb-95 {
    margin-bottom: 45px !important;
  }

  .mb-107 {
    margin-bottom: 50px !important;
  }

  .mb-120 {
    margin-bottom: 60px !important;
  }

  .mb-124 {
    margin-bottom: 60px !important;
  }

  .mb-140 {
    margin-bottom: 60px !important;
  }

  /*--------- new page css end here ------------*/
  .sec-heading-block {
    margin: 44px 0 25px !important;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-120 {
    margin-bottom: 60px !important;
  }
}

/* cookies changes */
#cookie-notice .cn-button:not(.cn-button-custom) {
  color: var(--second-active-color) !important;
}

.video-box {
  text-align: center;
  margin: 45px auto 55px;
  max-width: 1200px;
  position: relative;
}
.video-box-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 65px;
}
.video-box-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-search{
  height: 47px;
  padding: 0 !important;
}
@media (min-width: 1100px) and (max-width: 1199.98px) {
   main.wrapper {
    padding-top: 18rem;
  }
}
@media (max-width: 1099.98px) {
  main.wrapper {
    padding-top: 9rem;
  }
  .btn-search{
    height: 40px;
    border-radius: 7px;
  }
}
@media (max-width: 767.98px) {
  .btn-search{
    height: 35px;
  }
}