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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.btn {
  padding: 0;
  width: 332px;
  border: 2px solid #ffffff;
  font-size: 24px;
  line-height: 70px;
  border-radius: 72px;
  color: #ffffff;
  font-family: "omnes-cond";
  font-weight: bold;
  display: block;
}
.btn:hover {
  border: 2px solid #FEBD6F;
  background-color: #FEBD6F;
  color: #ffffff;
}
.btn-blue {
  background-color: #55C0E5;
  color: #ffffff;
}
.btn-outline {
  background-color: #ffffff;
  color: #55C0E5;
  border-color: #55C0E5;
}
.btn-yellow {
  background-color: #FEBD6F;
  color: #55C0E5;
  border-color: #55C0E5;
}

@media screen and (min-width: 1200px) {
  .btn {
    font-size: 28px;
  }
}
.custom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 53px;
  height: 53px;
  border-radius: 50%;
  z-index: 3;
  background-color: #55C0E5;
  border: none;
}
.custom-play::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 24px;
  background-image: url(../../assets/play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body#categories {
  background-color: #ffffff;
}
body#categories header li a {
  color: #000000;
}

section#categories {
  background-color: #ffffff;
  min-height: calc(100vh - 219px);
}
section#categories h1 {
  color: #55C0E5;
}
section#categories h1 + p {
  color: #55C0E5;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: space-evenly;
}

.category_box {
  background-color: #55C0E5;
  display: flex;
  align-items: center;
  height: 158px;
  flex: 1 1 304px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 9px;
}
.category_box:last-child {
  margin-bottom: 1.5rem;
}
.category_box div {
  position: relative;
}
.category_box div p {
  z-index: 2;
}
.category_box div img {
  position: absolute;
  top: -26%;
  z-index: 1;
  left: 107%;
}
.category_box > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.category_box:hover {
  background-color: #FEBD6F;
}

.category_box:nth-child(2) div {
  position: relative;
}
.category_box:nth-child(2) div p {
  z-index: 2;
}
.category_box:nth-child(2) div img {
  top: 47%;
  left: 71%;
}

.category_box:nth-child(3) div {
  position: relative;
}
.category_box:nth-child(3) div p {
  z-index: 2;
}
.category_box:nth-child(3) div img {
  top: 44%;
  left: 55%;
}

.category_box:nth-child(4) div {
  position: relative;
}
.category_box:nth-child(4) div p {
  z-index: 2;
}
.category_box:nth-child(4) div img {
  position: absolute;
  top: 50%;
  transform: translateY(-19%);
  z-index: 1;
  left: 109%;
}

.category_box:nth-child(5) div {
  position: relative;
}
.category_box:nth-child(5) div p {
  z-index: 2;
}
.category_box:nth-child(5) div img {
  top: 46%;
  z-index: 1;
  left: 91%;
}

.category_box:nth-child(6) div {
  position: relative;
}
.category_box:nth-child(6) div p {
  z-index: 2;
}
.category_box:nth-child(6) div img {
  top: 56%;
  left: 62%;
}

@media screen and (min-width: 1200px) {
  .category_box div img {
    width: 27px;
    height: 27px;
  }
  .category_box:first-child div img {
    top: -7%;
    left: 107%;
  }
  .category_box:nth-child(2) div img {
    top: 61%;
  }
  .category_box:nth-child(3) div img {
    top: 57%;
  }
  .category_box:nth-child(5) div img {
    top: 63%;
  }
  .category_box:nth-child(6) div img {
    top: 58%;
  }
  .category_box {
    height: 160px;
    flex: 0 0 30%;
  }
  .category_box > img {
    height: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .category_box {
    height: 235px;
  }
  .category_box > img {
    height: 100%;
  }
}
@media screen and (min-width: 1700px) {
  .category_box {
    height: 235px;
  }
}
iframe video {
  object-fit: cover;
  width: 100%;
  margin: 0;
}

video:-webkit-full-page-media {
  object-fit: cover;
}

body#restaurant {
  background-color: #ffffff;
}
body#restaurant header li a {
  color: #000000;
}

section#restaurant {
  background-color: #ffffff;
}
section#restaurant h1 {
  color: #55C0E5;
}
section#restaurant h1 h2 {
  color: #55C0E5;
}
section#restaurant .restaurants {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
section#restaurant .restaurants .restaurant_box {
  flex: 1 1 270px;
  gap: 20px;
}
section#restaurant .restaurants .restaurant_box .card {
  overflow: hidden;
  border: none;
  border-radius: 9px;
  box-shadow: 0 3px 6px #DFDFDF;
}
section#restaurant .restaurants .restaurant_box .card div {
  background-color: #55C0E5;
}
section#restaurant .restaurants .restaurant_box .card div img {
  width: 100%;
  max-height: 172px;
  object-fit: cover;
}
section#restaurant .restaurants .restaurant_box .card div video {
  max-height: 436px;
  width: 100%;
  height: 436px;
  object-fit: cover;
}
section#restaurant .restaurants .restaurant_box .card p {
  font-size: 14px;
  line-height: 19px;
}
section#restaurant .restaurants .restaurant_box a {
  width: 100%;
  margin: auto;
  font-size: 24px;
  line-height: 70px;
}
section#restaurant .more_ctn a {
  width: 56px;
  height: 56px;
  background-image: url("../../assets/more.svg");
}

.modal {
  background-color: rgba(5, 68, 90, 0.5);
}

.modal-dialog {
  background-color: #05445A;
  border-radius: 20px;
  margin-top: 2rem;
}
.modal-dialog .modal-content {
  border-radius: 20px;
  border: none;
}
.modal-dialog .modal-content .dash {
  width: 90%;
  position: absolute;
  background-image: url("../../assets/dash.png");
  height: 4px;
  top: -2px;
  background-size: cover;
  left: 5%;
}
.modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-dialog .modal-content .modal-header .close {
  margin-left: auto;
  width: 17px;
  height: 17px;
  background-image: url("../../assets/close.png");
}
.modal-dialog .modal-content .modal-header img {
  width: 108px;
}
.modal-dialog .modal-content .modal-header img.earth {
  width: 76px;
}
.modal-dialog .modal-content .modal-header .profit {
  align-items: center;
  width: 90%;
  filter: drop-shadow(0 3px 6px #d4eff8);
}
.modal-dialog .modal-content .modal-header .profit img {
  width: 100%;
  height: 100%;
}
.modal-dialog .modal-content .modal-header .profit div:first-child {
  flex: 1 1;
  position: relative;
}
.modal-dialog .modal-content .modal-header .profit div:first-child span {
  position: absolute;
  color: #ffffff;
  transform: translate(-50%, -50%) rotate(270deg);
  top: 50%;
  white-space: nowrap;
  left: 50%;
  transform-origin: center;
}
.modal-dialog .modal-content .modal-header .profit div:nth-child(2) {
  flex: 3 1;
  position: relative;
}
.modal-dialog .modal-content .modal-header .profit div:nth-child(2) span {
  font-size: 30px;
  line-height: 41px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-dialog .modal-content .modal-header .profit div:nth-child(2)::after {
  content: "";
  position: absolute;
  height: 80%;
  background-image: url("../../assets/dash-small.svg");
  width: 4px;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.modal-dialog .modal-content .modal-header h2 {
  color: #55C0E5;
  line-height: 34px;
}
.modal-dialog .modal-content .modal-body input {
  line-height: 58px;
  border-radius: 42px;
  border: 2px solid #55C0E5;
  color: #55C0E5;
  padding-left: 20px;
}
.modal-dialog .modal-content .modal-body input::placeholder {
  opacity: 0.5s;
  color: rgba(85, 192, 229, 0.5);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .firs-modal {
    width: 100%;
  }
  .firs-modal img {
    order: 3;
  }
}
@media screen and (min-width: 700px) {
  .modal-dialog {
    max-width: 700px;
  }
}
@media screen and (min-width: 1000px) {
  .modal-dialog {
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 5;
    max-width: 804px;
  }
  .modal-dialog .modal-content .modal-header .profit {
    width: 40%;
  }
  section#restaurant .restaurants {
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
  section#restaurant .restaurants .restaurant_box:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  section#restaurant .restaurants .restaurant_box {
    flex: 1 1 18%;
  }
  section#restaurant .restaurants .restaurant_box .card {
    overflow: hidden;
    border: none;
    border-radius: 9px;
    box-shadow: 0 3px 6px #DFDFDF;
  }
  section#restaurant .restaurants .restaurant_box .card div {
    background-color: #55C0E5;
    height: 320px;
  }
  section#restaurant .restaurants .restaurant_box .card div.video_ctn {
    height: 400px;
  }
  section#restaurant .restaurants .restaurant_box .card div img, section#restaurant .restaurants .restaurant_box .card div video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: unset;
  }
  section#restaurant .restaurants .restaurant_box .card p {
    font-size: 20px;
    line-height: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section#restaurant .restaurants .restaurant_box a {
    width: 100%;
    margin: auto;
    font-size: 24px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-dialog {
    max-width: 924px;
  }
  .modal-dialog .btn {
    width: 235px !important;
  }
  .modal-dialog .modal-content .modal-header h2 {
    line-height: 52px;
  }
  .modal-dialog .modal-content .modal-header img {
    width: 160px;
  }
  .modal-dialog .modal-content .modal-header img.earth {
    width: 121px;
  }
  .modal-dialog .modal-content .modal-header .profit {
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  section#restaurant .restaurants .restaurant_box .card div.video_ctn {
    height: 480px;
  }
  .modal-dialog {
    max-width: 924px;
  }
  .modal-dialog .btn {
    width: 235px !important;
  }
  .modal-dialog .modal-content .modal-header h2 {
    line-height: 52px;
  }
  .modal-dialog .modal-content .modal-header img {
    width: 160px;
  }
  .modal-dialog .modal-content .modal-header img.earth {
    width: 161px;
  }
  .modal-dialog .modal-content .modal-header .profit {
    width: 50%;
  }
}
video {
  object-fit: cover;
  height: 100%;
}

body {
  font-family: "omnes-cond";
  font-weight: bold;
}

.heading-h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
}

.heading-h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}

.heading-h3-up {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}

.heading-h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.heading-h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

.text-1 {
  font-size: 60px;
  line-height: 70px;
}

.text-2 {
  font-size: 60px;
  line-height: 70px;
}

.text-3 {
  font-size: 60px;
  line-height: 70px;
}

.text-4 {
  font-size: 60px;
  line-height: 70px;
}

label {
  font-size: 16px;
  line-height: 21px;
}

@media screen and (min-width: 1200px) {
  #categories .heading-h1 {
    font-size: 46px;
    line-height: 56px;
  }
  label {
    font-size: 24px;
    left: 32px;
  }
  .heading-h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .modal-dialog .subtitle {
    font-size: 32px;
    line-height: 42px;
  }
  .heading-h2 {
    font-size: 46px;
    line-height: 70px;
  }
  .heading-h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .heading-h4 {
    font-size: 24px;
    left: 32px;
  }
  .subtitle {
    font-size: 40px;
    line-height: 50px;
  }
  .categories .subtitle {
    font-size: 30px;
    line-height: 40px;
  }
  #restaurant .heading-h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .heading-h3-up {
    font-size: 36px;
    line-height: 49px;
  }
}
@media screen and (min-width: 1700px) {
  .heading-h1 {
    font-size: 90px;
    line-height: 100px;
  }
  .subtitle {
    font-size: 56px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1500px) {
  .subtitle {
    font-size: 50px;
    line-height: 60px;
  }
  .categories .subtitle {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 769px) {
  .city .img-container {
    height: unset;
  }
  .city .img-container img:first-child {
    top: 30%;
    left: 4%;
    width: 150px;
  }
  .city .img-container img:nth-child(2) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
  }
  .city .img-container img:nth-child(3) {
    top: 30%;
    right: 4%;
    width: 150px;
  }
  .city .img-container img:nth-child(4) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
  .box-categories a {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  section .box-categories a {
    flex: 1 1 235px;
  }
}
@media screen and (min-width: 1500px) {
  section .box-categories a {
    height: 103px;
  }
  .city .img-container {
    height: unset;
  }
  .city .img-container img:first-child {
    top: 30%;
    left: 4%;
    width: 150px;
  }
  .city .img-container img:nth-child(2) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  .city .img-container img:nth-child(3) {
    top: 30%;
    right: 4%;
    width: 150px;
  }
  .city .img-container img:nth-child(4) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}
@media screen and (min-width: 1700px) {
  section .box-categories a {
    height: 143px;
    flex: 1 1 260px;
  }
  .city .img-container {
    height: unset;
  }
  .city .img-container img:first-child {
    top: 30%;
    left: -17%;
    width: 257px;
  }
  .city .img-container img:nth-child(2) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
  }
  .city .img-container img:nth-child(3) {
    top: 18%;
    right: 4%;
    width: 270px;
  }
  .city .img-container img:nth-child(4) {
    top: 0;
    left: 50%;
    transform: translateX(-85%);
    width: 180px;
  }
}
.results_hero .heading-h2 {
  font-size: 24px;
  line-height: 28px;
}
.results_hero .heading-h2 span {
  color: #FEBD6F;
}

.reults_ctn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.reults_ctn .results_box {
  border: 3px solid #fff;
  position: relative;
  border-radius: 9px;
}
.reults_ctn .results_box > img {
  position: absolute;
  left: 50%;
  translate: -50%;
  width: 63px;
  top: -40px;
}
.reults_ctn .results_box p.title {
  font-size: 36px;
  line-height: 49px;
}
.reults_ctn .results_box .restaurant-box p:first-child {
  color: #FEBD6F;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}
.reults_ctn .results_box .restaurant-box p:first-child::after {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.reults_ctn .results_box .restaurant-box span {
  font-size: 28px;
  line-height: 38px;
}
.reults_ctn .results_box .restaurant-box:first-of-type p {
  position: relative;
}
.reults_ctn .results_box .restaurant-box:first-of-type p::after {
  content: url(../icon_mob_3.svg);
}
.reults_ctn .results_box .restaurant-box:nth-of-type(2) p {
  position: relative;
}
.reults_ctn .results_box .restaurant-box:nth-of-type(2) p::after {
  content: url(../icon_mob_2.svg);
}
.reults_ctn .results_box .restaurant-box:nth-of-type(3) p {
  position: relative;
}
.reults_ctn .results_box .restaurant-box:nth-of-type(3) p::after {
  content: url(../icon_mob_4.svg);
}
.reults_ctn .results_box .restaurant-box:nth-of-type(4) p {
  position: relative;
}
.reults_ctn .results_box .restaurant-box:nth-of-type(4) p::after {
  content: url(../icon_mob_5.svg);
	right: -23px
}
.reults_ctn .results_box .restaurant-box:nth-of-type(5) p {
  position: relative;
}
.reults_ctn .results_box .restaurant-box:nth-of-type(5) p::after {
  content: url(../icon_mob_1.svg);
	right: -35px
}

@media (min-width: 768px) {
  .reults_ctn {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .reults_ctn {
    grid-template-columns: repeat(4, 1fr);
  }
  .results_hero .heading-h2 {
    font-size: 50px;
    line-height: 67px;
  }
	.reults_ctn .results_box .restaurant-box span {
  font-size: 32px;
  line-height: 44px;
}
}



@media (min-width: 1400px) {
  
.reults_ctn .results_box .restaurant-box p:first-child {
  font-size: 20px;
  line-height: 27px;
	}	
}

@media (min-width: 1500px) {
	.reults_ctn  {
		gap:30px
	}
  	
}






body {
  background-color: #55C0E5;
}

#exampleInputEmail1-error {
  display: block;
  bottom: 75px;
  font-size: 12px;
  color: #FF0000;
}

#checkbox1-error {
  position: absolute;
  font-size: 12px;
  bottom: -58%;
  color: #FF0000;
  left: 0;
}

input[type=checkbox] {
  position: relative;
  opacity: 0;
  padding-left: 0px !important;
  width: 23px;
  height: 23px;
  z-index: 11;
}

#checkbox_ctn::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 3px solid #55C0E5;
  border-radius: 4px;
}

#checkbox_ctn.is-row-error::after {
  border: 3px solid #FF0000;
}

#checkbox_ctn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  border: solid black;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-radius: 0px;
  margin: 0px 15px 5px 5px;
  opacity: 0;
  top: 28%;
}

#checkbox_ctn.checked::before {
  opacity: 1;
}

.box {
  flex: 1 1 250px;
  border: 3px solid #ffffff;
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 9px;
  margin-bottom: 12px;
  position: relative;
}
.box::before {
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background-image: url("../../assets/one-point.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.box:nth-child(2)::before {
  background-image: url("../../assets/box-2.webp");
}
.box:nth-child(3)::before {
  background-image: url("../../assets/three-point.svg");
}
.box:nth-child(4)::before {
  background-image: url("../../assets/four-point.webp");
}
.box p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

header.white {
  background-color: #ffffff;
}
header.white ul li:last-child a {
  color: #000000;
}
header ul {
  display: flex;
  height: 63px;
}
header ul li:last-child {
  color: #ffffff;
}
header .logo {
  width: 60px;
  height: 22px;
}

.hero {
  min-height: calc(100vh - 219px);
}
.hero h1 {
  color: #ffffff;
}
.hero h1 span {
  color: #FEBD6F;
}
.hero .btn {
  margin: 80px auto 100px auto;
}

footer {
  position: relative;
  background-color: #000000;
}
footer .logo {
  margin: 36px 0 50px 0;
}
footer ul li {
  margin-bottom: 14px;
}
footer ul li a {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
footer ul li a:hover {
  color: #FEBD6F;
}
footer .app_buttons {
  margin: 50px 0 36px 0;
  display: flex;
}
footer .app_buttons a:first-child {
  margin-right: 10px;
}
footer .app_buttons a {
  max-width: 210px;
  flex-grow: 1;
}
footer .app_buttons a img {
  width: 100%;
}

section.city {
  min-height: calc(100vh - 219px);
}

.box-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  height: 80px;
  flex: 1 1 240px;
  color: #ffffff;
  border-radius: 9px;
  border: 2px solid #ffffff;
}
.box-categories a:hover {
  border: 2px solid #FEBD6F;
  background-color: #FEBD6F;
}

.img-container {
  margin-top: 30px;
  height: 256px;
  position: relative;
}
.img-container img {
  position: absolute;
}
.img-container img:first-child {
  top: 0;
  left: 4%;
  width: 88px;
}
.img-container img:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
}
.img-container img:nth-child(3) {
  top: 0;
  right: 4%;
  width: 93px;
}
.img-container img:nth-child(4) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
}

.cookies {
  display: none;
  z-index: 4;
  transition: 0.3s all;
  border-top: 6px solid #FEBD6F;
  padding: 44px 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  background-color: #ffffff;
}
.cookies.none-cookies {
  opacity: 0;
  visibility: hidden;
}
.cookies img {
  width: 54px;
}
.cookies p {
  font-size: 12px;
  line-height: 20px;
}
.cookies .btn {
  font-size: 18px;
  line-height: 50px;
}

#restaurant-error {
  display: block;
  bottom: 75px;
  font-size: 12px;
  color: #FF0000;
}

@media screen and (min-width: 769px) {
  #exampleInputEmail1-error {
    display: unset;
    position: absolute;
  }
  #restaurant-error {
    position: absolute;
    bottom: 20px;
  }
  header .logo {
    width: 100px;
    height: auto;
  }
  footer .app_buttons {
    margin: 0;
  }
  footer .logo {
    margin: 0;
  }
  footer .row {
    height: 156px;
  }
  footer .row > div {
    height: 100%;
    align-items: center;
    display: flex;
  }
  footer ul li {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .cookies {
    padding: 44px 140px;
  }
  .cookies img {
    width: 117px;
  }
  .cookies p {
    font-size: 20px;
    line-height: 32px;
  }
  .box {
    height: 235px;
    padding-top: 70px;
    align-items: self-start;
  }
  .box::before {
    height: 73px;
    width: 73px;
    top: -36px;
  }
  footer ul li {
    padding-left: 1.5rem;
  }
  footer ul li a {
    font-size: 20px;
    line-height: 27px;
  }
  .hero h1 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  section .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .cookies p {
    font-size: 26px;
    line-height: 42px;
  }
}

/*# sourceMappingURL=index.css.map */
