@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400...700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@font-face {
  font-family: jellee;
  src: url("/font/Jellee-Roman.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
}

a[href^=tel] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.href-1, .href-2 {
  display: inline-block;
  background-image: url("/img/ico-fb.svg");
  width: 34px;
  height: 34px;
  margin: 0 10px;
}

.href-2 {
  background-image: url("/img/ico-insta.svg");
  width: 36px;
  height: 36px;
}

.mm {
  display: none;
}
@media only screen and (max-width: 996px) {
  .mm {
    display: block;
    background-color: #3a3836;
    position: fixed;
    z-index: 1000;
    width: 335px;
  }
  .mm:before {
    content: " ";
    display: block;
    width: 400%;
    height: 58px;
    background-color: #3a3836;
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  .mm {
    width: 100%;
  }
  .mm:before {
    display: none;
  }
}
.mm .mb, .mm .mc {
  background-image: url(/img/mm.svg);
  cursor: pointer;
  width: 68px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3px 14px;
  z-index: 100;
  position: relative;
}
.mm .mc {
  background-image: url(/img/mc.svg);
  display: none;
}
.mm .sub-menu {
  display: none;
}
.mm.open .mb {
  display: none;
}
.mm.open .mc {
  display: block;
}
.mm.open ul.sub-menu {
  background-color: #3a3836;
  display: inline-block;
  padding: 18px;
  box-sizing: border-box;
  padding-top: 0;
  margin-top: 0;
  list-style: none;
  color: #fff;
}
.mm.open ul.sub-menu .sm1 a,
.mm.open ul.sub-menu .sm2 a {
  font-size: 28px;
}
@media only screen and (max-width: 996px) {
  .mm.open ul.sub-menu .sm2 {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 768px) {
  .mm.open ul.sub-menu .sm2 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 996px) {
  .mm.open ul.sub-menu > li {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .mm.open ul.sub-menu > li {
    padding-top: 16px;
  }
}
.mm.open ul.sub-menu > li a {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 996px) {
  .mm.open ul.sub-menu > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .mm.open ul.sub-menu > li a {
    font-size: 18px;
  }
}
.mm.open ul.sub-menu > li.ct {
  padding-bottom: 25px;
}
.mm.open ul.sub-menu > li.ct .l-1 {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.mm.open ul.sub-menu > li.ct .l-2 {
  font-family: jellee;
  font-size: 36px;
  margin: 10px 0;
  display: inline-block;
}
.mm.open ul.sub-menu > li.ct .l-2 span {
  background-image: url("/img/ico-phone-white.svg");
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-size: cover;
}

.slider-con {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: -90px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 996px) {
  .slider-con {
    display: none;
  }
}

.head {
  background-image: url("/img/glowne zdjecie.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 0px;
  padding: 53% 0 0 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .head {
    width: 100%;
    margin-bottom: 0;
    height: 303px;
    background-size: auto;
    background-image: none;
    background-color: #3a3836;
    padding-top: 46px;
  }
}
.head .tel {
  font-family: jellee;
  font-size: 48px;
  margin: 0 94px;
}
@media only screen and (max-width: 1366px) {
  .head .tel {
    font-size: 26px;
    margin: 0 18px;
    display: flex;
  }
}
.head .tel span {
  background-image: url("/img/ico-phone-white.svg");
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
@media only screen and (max-width: 1366px) {
  .head .tel span {
    width: 28px;
    height: 28px;
    background-size: cover;
    margin-right: 7px;
  }
}
.head nav {
  width: 100%;
  height: 105px;
  background-color: #3a3836;
  position: fixed;
  color: #fff;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media only screen and (max-width: 996px) {
  .head nav {
    display: none;
  }
}
.head nav .logo {
  margin: 0 94px;
  width: 94px;
  height: 70px;
  display: inline-block;
  background-image: url("/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.head nav .right {
  display: flex;
  align-items: center;
  gap: 60px;
}
.head nav .right ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.head nav .right .menu {
  display: flex;
  gap: 60px;
}
.head nav .right .menu > li {
  position: relative;
  padding: 40px 0;
}
.head nav .right .menu > li.has:hover ul.sub-menu {
  background-color: #3a3836;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 104px;
  width: 384px;
  height: 342px;
  padding: 18px;
  box-sizing: border-box;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li {
  padding-top: 16px;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li.ct {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li.ct .l-1 {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li.ct .l-2 {
  font-family: jellee;
  font-size: 32px;
}
.head nav .right .menu > li.has:hover ul.sub-menu > li.ct .l-2 span {
  background-image: url("/img/ico-phone-white.svg");
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-size: cover;
}
.head nav .right .menu a {
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-decoration: unset;
}
.head nav .right .menu .sub-menu {
  display: none;
}
.head .con {
  background-color: transparent;
}
.head .title-box {
  color: #fff;
  width: 696px;
  width: 36.6%;
  padding: 150px 89px;
  padding-top: 7.9%;
  padding-left: 4.7%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .head .title-box {
    padding: 0;
    width: 100%;
    position: relative;
  }
  .head .title-box:before {
    content: "";
    display: block;
    background-image: url("/img/logo.svg");
    width: 100%;
    height: 87px;
    background-size: 85px 80px;
    background-repeat: no-repeat;
    background-position: center top 6px;
  }
}
.head .title-box h1 {
  text-align: center;
}
@media only screen and (max-width: 996px) {
  .head .title-box h1 {
    text-shadow: 0px 1px 9px #3a3836;
  }
}
@media only screen and (max-width: 768px) {
  .head .title-box h1 {
    margin: 0;
    text-shadow: none;
  }
}
.head .title-box h1 span {
  display: block;
}
.head .title-box h1 .l-0 {
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-size: 2.8vw;
}
@media only screen and (max-width: 768px) {
  .head .title-box h1 .l-0 {
    font-size: 25px;
  }
}
.head .title-box h1 .l-1 {
  font-family: "Playfair Display", serif;
  font-size: 96px;
  font-size: 5vw;
}
@media only screen and (max-width: 768px) {
  .head .title-box h1 .l-1 {
    font-size: 50px;
    line-height: 1em;
  }
}
.head .title-box h1 .l-2 {
  font-family: jellee;
  font-size: 48px;
  font-size: 2.7vw;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .head .title-box h1 .l-2 {
    font-size: 25px;
    padding-top: 0px;
  }
}
.head .title-box h1 .l-3 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .head .title-box h1 .l-3 {
    display: block;
    margin: 0;
    font-size: 37px;
  }
  .head .title-box h1 .l-3 .tel {
    display: inline-flex;
    margin: 10px 0;
    font-size: 36px;
    margin-top: 17px;
  }
}

.con.pad {
  padding: 0 100px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 996px) {
  .con.pad {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1522px) {
  .con {
    width: 100%;
  }
}

button.btn {
  min-width: max-content;
  width: 100%;
  padding: 17px 30px;
  border-width: 0;
  border-radius: 31px;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-family: "jellee";
  background-color: #3a3836;
  cursor: pointer;
}

.big-v .big-v-box {
  width: 100%;
  position: relative;
  display: flex;
  padding-top: 107px;
  aspect-ratio: 1.7/1;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box {
    padding-top: 68px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .big-v .big-v-box {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    padding-top: 68px;
    padding-bottom: 20px;
  }
}
.big-v .big-v-box .des {
  width: 370px;
  padding-left: 22px;
  font-family: "Quicksand", sans-serif;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .des {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .big-v .big-v-box .des {
    padding: 10px 0px 0px 0;
    width: 100%;
    zoom: unset;
  }
}
.big-v .big-v-box .des button {
  left: -22px;
}
.big-v .big-v-box .des .l-1 {
  font-size: 26px;
  line-height: 31px;
  margin: 0px 0 10px;
}
.big-v .big-v-box .des .l-2 {
  font-size: 18px;
  color: #979797;
  margin: 10px 0 14px;
}
.big-v .big-v-box .des .l-3 {
  font-size: 27px;
  margin: 6px 0 12px;
}
.big-v .big-v-box .des .l-3 span {
  font-size: 20px;
}
.big-v .big-v-box .des .l-4 {
  font-size: 14px;
  color: #3A3836;
  margin-bottom: 7px;
}
.big-v .big-v-box .des ul {
  margin-top: 30px;
  padding-left: 26px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .des ul {
    margin-bottom: 0;
  }
}
.big-v .big-v-box .des ul li {
  color: #979797;
  font-size: 18px;
  line-height: 1.17em;
}
.big-v .big-v-box .des .t {
  color: #3A3836;
  font-family: "jellee";
  background-image: url("/img/ico-phone-black.svg");
  font-size: 32px;
  margin: 0px 0;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 38px;
  position: relative;
  left: 6px;
}
@media only screen and (max-width: 768px) {
  .big-v .big-v-box .des .t {
    color: #000;
    font-size: 28px;
    background-image: url("/img/ico-phone-black.svg");
    left: 0;
    background-position: top 6px left;
  }
}
.big-v .big-v-box .b-img-s {
  width: calc(100% - 393px);
  padding: 0 70px 0 20px;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .b-img-s {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .big-v .big-v-box .b-img-s {
    width: 100%;
    padding: 0 0px 20px 0;
  }
}
.big-v .big-v-box .b-img-s ul.slick-dots {
  padding: 0px;
  margin: 12px 0 0 0;
  list-style: none;
  display: flex !important;
  flex-wrap: wrap;
  gap: 22px;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .b-img-s ul.slick-dots {
    gap: 15px;
  }
}
.big-v .big-v-box .b-img-s ul.slick-dots li {
  background-color: gray;
  display: inline-block;
  width: 121px;
  height: 104px;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .b-img-s ul.slick-dots li {
    width: 20%;
    height: 0;
    padding: 8% 0;
    position: relative;
    margin: 0;
  }
  .big-v .big-v-box .b-img-s ul.slick-dots li:last-of-type {
    margin-right: 0;
  }
}
.big-v .big-v-box .b-img-s ul.slick-dots li div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .b-img-s ul.slick-dots li div {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.big-v .big-v-box .b-img-s .bs {
  aspect-ratio: 1.45/1;
  height: unset;
}
.big-v .big-v-box .b-img-s .bs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .big-v .big-v-box .b-img-s .bs {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
  }
}
.big-v .big-v-box .b-img-s .slick-prev {
  background-image: url("/img/arrow-left.svg");
  left: -50px;
}
.big-v .big-v-box .b-img-s .slick-next {
  background-image: url("/img/arrow-right.svg");
  right: 0px;
}
.big-v .big-v-box .b-img-s .slick-arrow {
  position: absolute;
  height: 58px;
  width: 29px;
  border-width: 0px;
  top: 43%;
  background-color: transparent;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 996px) {
  .big-v .big-v-box .b-img-s .slick-arrow {
    display: none !important;
  }
}

.hr {
  background-color: #bdbdbd;
  height: 1px;
  width: 100%;
  margin: 35px 0 30px;
}
@media only screen and (max-width: 768px) {
  .hr {
    display: none;
  }
}

.slider {
  display: flex;
  gap: 26px;
  width: 100%;
  padding: 0 30px 20px 30px;
}
@media only screen and (max-width: 768px) {
  .slider {
    padding-top: 25px;
    gap: 15px;
    padding-bottom: 20px;
  }
}
.slider .slide {
  width: 420px;
  height: 682px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: rgba(158, 158, 158, 0.231372549) 0 0 17px;
  position: relative;
}
.slider .slide:last-of-type {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .slider .slide {
    height: auto;
    width: 400px;
    border-radius: 15px;
  }
}
.slider .slide .b {
  box-sizing: border-box;
  padding: 18px;
}
.slider .slide .b img {
  width: 384px;
  height: 288px;
  border-radius: 25px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b img {
    width: 235px;
    height: 130px;
    object-fit: cover;
    border-radius: 20px;
  }
}
.slider .slide .b .d {
  font-family: "Quicksand", sans-serif;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d {
    margin-top: 0.7em;
  }
}
.slider .slide .b .d h4 {
  font-size: 26px;
  letter-spacing: 0.3px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d h4 {
    font-size: 16px;
  }
}
.slider .slide .b .d .l-1 {
  opacity: 0.5;
  font-size: 18px;
  margin: 11px 0;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .l-1 {
    display: none;
  }
}
.slider .slide .b .d .icons {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .icons {
    float: right;
    margin: 12px 0;
  }
}
.slider .slide .b .d .icons .ico-box {
  display: flex;
  color: #979797;
  font-size: 13px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .icons .ico-box {
    display: none;
  }
  .slider .slide .b .d .icons .ico-box.ico-persons-box {
    display: flex;
  }
}
.slider .slide .b .d .icons .ico-box span.ico {
  width: 29px;
  height: 29px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .icons .ico-box span.ico {
    width: 25px;
    height: 26px;
    background-size: contain;
  }
}
.slider .slide .b .d ul.p1 {
  font-size: 18px;
  padding-left: 28px;
  margin: 27px 0 18px;
  color: #979797;
  letter-spacing: 0px;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d ul.p1 {
    display: none;
  }
}
.slider .slide .b .d ul.p1 li {
  padding-bottom: 8px;
}
.slider .slide .b .d .fees {
  padding: 0 14px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .fees {
    padding: 0;
    margin: 10px 0;
  }
}
.slider .slide .b .d .fees span {
  display: inline-block;
}
.slider .slide .b .d .fees .box {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .fees .box {
    display: none;
  }
  .slider .slide .b .d .fees .box:first-of-type {
    display: inline-block;
  }
}
.slider .slide .b .d .fees .box .o1 {
  font-family: "Baloo 2", sans-serif;
  font-size: 27px;
}
.slider .slide .b .d .fees .box .o2 {
  font-size: 13px;
  color: #979797;
  position: relative;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .slider .slide .b .d .fees .box .o2 {
    top: 20px;
    left: -33px;
  }
}

.map {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .map {
    padding: 0;
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.contact {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .contact {
    margin: 15px -15px;
  }
}
.contact .contact-box {
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 21px 8px 0 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box {
    border-radius: 0px;
    padding-bottom: 24px;
  }
}
.contact .contact-box .go-to-top {
  background-image: url(/img/go-to-top.svg);
  width: 174px;
  height: 174px;
  cursor: pointer;
}
.contact .contact-box .l-1 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  text-align: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .l-1 {
    display: none;
  }
}
.contact .contact-box .l-2 {
  font-size: 24px;
  text-align: center;
  color: #3A3836;
  font-family: "Quicksand", sans-serif;
}
.contact .contact-box .l-3 {
  margin: 19px 0;
  text-align: center;
  font-size: 32px;
  font-family: jellee;
}
.contact .contact-box .l-3 span {
  display: inline-block;
  background-image: url(/img/ico-phone-black.svg);
  width: 26px;
  height: 26px;
  margin-right: 11px;
}
.contact .contact-box .go-to-top {
  position: absolute;
  bottom: -48px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .go-to-top {
    display: none;
  }
}
.contact .contact-box .form-box {
  padding: 40px 62px 50px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .form-box {
    padding: 0 15px;
  }
}
.contact .contact-box .form-box .input-box {
  display: flex;
  flex-direction: column;
}
.contact .contact-box .form-box .input-box input, .contact .contact-box .form-box .input-box textarea {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #747474;
}
.contact .contact-box .form-box .input-box textarea {
  height: 243px;
}
.contact .contact-box .form-box .input-box label {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  padding-bottom: 6px;
}
.contact .contact-box .form-box .f-r-1, .contact .contact-box .form-box .f-r-2, .contact .contact-box .form-box .f-r-3 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .form-box .f-r-1, .contact .contact-box .form-box .f-r-2, .contact .contact-box .form-box .f-r-3 {
    flex-direction: column;
  }
}
.contact .contact-box .form-box .f-r-1 {
  display: flex;
  width: 100%;
  gap: 25px;
}
.contact .contact-box .form-box .f-r-1 .input-box {
  flex-grow: 1;
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .form-box .f-r-1 .input-box {
    width: 100%;
  }
}
.contact .contact-box .form-box .f-r-4 {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.contact .contact-box .form-box .f-r-4 button {
  width: 370px;
}
@media only screen and (max-width: 768px) {
  .contact .contact-box .form-box .f-r-4 button {
    background-color: #3a3836;
  }
}

footer {
  background-color: #3a3836;
  margin-top: 90px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.71);
  font-family: "Quicksand", sans-serif;
}
@media only screen and (max-width: 996px) {
  footer {
    margin-top: 30px;
  }
}
footer .foot-box {
  display: flex;
  width: 100%;
  padding: 59px 0 15px;
}
@media only screen and (max-width: 996px) {
  footer .foot-box {
    flex-direction: column;
    align-items: center;
    padding: 0px 0 20px 0;
    text-align: center;
  }
}
footer .foot-box > div {
  flex: 1 1 0;
}
footer .foot-box .foot-logo {
  background-image: url("/img/logo.svg");
  width: 100px;
  height: 73px;
  background-size: contain;
  margin: 13px 86px;
  background-repeat: no-repeat;
  cursor: pointer;
}
footer .foot-box .md-0 {
  margin-bottom: 2px;
}
footer .foot-box .add-box {
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 996px) {
  footer .foot-box .add-box {
    flex-direction: column;
  }
  footer .foot-box .add-box p {
    margin: 0;
  }
}
footer .foot-box .fp {
  font-size: 32px;
  font-family: jellee;
  margin-top: 19px;
  margin-bottom: 30px;
  color: #fff;
}
footer .foot-box .fp span {
  display: inline-block;
  background-image: url("/img/ico-phone-white.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 26px;
  width: 26px;
  height: 26px;
  margin-right: 7px;
}
footer .foot-box .cf-1 p {
  padding-left: 106px;
}
@media only screen and (max-width: 996px) {
  footer .foot-box .cf-1 p {
    padding: 0;
  }
}
footer .foot-box .cf-2 {
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 996px) {
  footer .foot-box .cf-2 {
    padding: 0;
    text-align: center;
  }
}
footer .foot-box .cf-2 .href-1, footer .foot-box .cf-2 .href-2 {
  width: 26px;
  height: 26px;
  background-size: contain;
  margin: 0 0px 0 22px;
}

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