@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700&subset=cyrillic-ext');
@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.eot');
  src: url('fonts/CenturyGothic.woff2') format('woff2'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg'), url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.uCase {
  text-transform: uppercase;
}
.center {
  margin: 0 auto;
}
.centerMargin {
  margin: 0 auto;
}
.centerText {
  text-align: center;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.block {
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.clear2 {
  clear: both;
  display: block;
}
.nb {
  border: none !important;
}
.comforta {
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
}
body {
  width: 100%;
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic;
  height: auto;
  background: repeating-linear-gradient(-45deg,#FFF,#FFF 22px,#040002 5px,#040002 25px);
  background-color: #FFF;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  user-select: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1360px) {
  img {
    max-width: 100%;
  }
}
nav ul,
footer ul,
ul.link-list {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.container {
  position: relative;
  width: 1340px;
  display: block;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: initial;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1360px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.active {
  color: #e28135 !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.only-desktop {
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
.only-desktop-i {
  display: inline-block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop-i {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
.only-mobile-i {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile-i {
    display: inline-block;
  }
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFF;
}
header nav {
  position: relative;
}
header nav .container .iconContainer {
  display: none;
  width: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .container .iconContainer {
    display: flex;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
header nav .container .iconContainer #topMenu i {
  font-size: 28px;
}
header nav .container .menuContainer {
  height: 95px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .container .menuContainer {
    display: none;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
}
header nav .container .menuContainer .menu {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .container .menuContainer .menu {
    flex-direction: column;
  }
}
header nav .container .menuContainer .menu li {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}
header nav .container .menuContainer .menu li a {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  header nav .container .menuContainer .menu li a {
    font-size: 21px;
  }
}
header nav .container .menuContainer .menu li:hover:before,
header nav .container .menuContainer .menu .active:before {
  content: '';
  height: 8px;
  width: 8px;
  left: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
}
header nav .container .menuContainer .menu li:hover:after,
header nav .container .menuContainer .menu .active:after {
  content: '';
  height: 8px;
  width: 8px;
  right: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
}
header nav .container .menuContainer .socialMediaContainer {
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header nav .container .menuContainer .socialMediaContainer {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header nav .container .menuContainer .socialMediaContainer .facebook {
  margin-right: 5px;
}
header nav .container .menuContainer .socialMediaContainer .instagram {
  margin-left: 5px;
}
.topLogoBackground {
  width: 100%;
  background-image: url(../images/topBackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topLogoBackground .container {
  height: 655px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .topLogoBackground .container {
    height: 450px;
  }
}
.topLogoBackground .container .logo {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.topLogoBackground .container .logo img {
  max-width: 100%;
}
.fancybox-slide--html .fancybox-close-small {
  color: #FFF;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-button {
  width: 70px;
  height: 70px;
}
#foodMenu {
  width: 1340px;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
  overflow: visible;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  #foodMenu {
    width: 90%;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu {
    width: 90%;
  }
}
#foodMenu #arrowLeft {
  position: absolute;
  top: 45%;
  left: 1%;
  display: block;
  cursor: pointer;
  width: 40px;
}
#foodMenu #arrowLeft img {
  max-width: 100%;
}
#foodMenu #arrowRight {
  position: absolute;
  top: 45%;
  right: 1%;
  display: block;
  width: 40px;
  cursor: pointer;
}
#foodMenu #arrowRight img {
  max-width: 100%;
}
#foodMenu .foodMenuList {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
#foodMenu .foodMenuList ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  list-style: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu .foodMenuList ul {
    flex-direction: column;
    justify-content: center;
  }
}
#foodMenu .foodMenuList ul li {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu .foodMenuList ul li {
    text-align: center;
  }
}
#foodMenu .foodMenuList ul li a {
  color: #FFF;
  font-size: 0.9rem;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  #foodMenu .foodMenuList ul li a {
    font-size: 0.7rem;
  }
}
#foodMenu .foodMenuList ul .activeY a {
  color: #fecf52;
}
#foodMenu .foodMenuList ul .activeY:before {
  content: '';
  height: 8px;
  width: 8px;
  left: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #fecf52;
  border-radius: 50%;
}
#foodMenu .foodMenuList ul .activeY:after {
  content: '';
  height: 8px;
  width: 8px;
  right: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #fecf52;
  border-radius: 50%;
}
#foodMenu .content {
  display: block;
  width: 100%;
}
#foodMenu .content .tab {
  width: 80%;
  background-color: #FFF;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
#foodMenu .content .tab .titleBlock {
  position: relative;
  background-image: linear-gradient(#fecf52 33.33%,#040002 33.33%,#040002 66.66%,#fecf52 66.66%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
#foodMenu .content .tab .titleBlock .title {
  position: relative;
  display: block;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  height: 100%;
  color: #040002;
  font-size: 70px;
  background-color: #FFF;
  padding-left: 60px;
  padding-right: 60px;
  text-transform: uppercase;
  line-height: 0.7;
}
#foodMenu .content .tab .titleBlock .title:before {
  content: '';
  height: 25px;
  width: 25px;
  left: 20px;
  top: 17px;
  display: block;
  position: absolute;
  background-color: #040002;
  border-radius: 50%;
}
#foodMenu .content .tab .titleBlock .title:after {
  content: '';
  height: 25px;
  width: 25px;
  right: 20px;
  top: 17px;
  display: block;
  position: absolute;
  background-color: #040002;
  border-radius: 50%;
}
#foodMenu .content .tab img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 84px 16px rgba(0,0,0,0.77);
  -moz-box-shadow: 0px 0px 84px 16px rgba(0,0,0,0.77);
  box-shadow: 0px 0px 84px 16px rgba(0,0,0,0.77);
}
#foodMenu .content .tab .items {
  display: flex;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 70px;
}
#foodMenu .content .tab .items .itemRow {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #foodMenu .content .tab .items .itemRow {
    flex-direction: column;
  }
}
#foodMenu .content .tab .items .itemRow .name {
  display: block;
  width: 64%;
  padding-left: 65px;
  padding-top: 5px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  font-size: 35px;
  color: #040002;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu .content .tab .items .itemRow .name {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #foodMenu .content .tab .items .itemRow .name {
    text-align: center;
    width: 100%;
  }
}
#foodMenu .content .tab .items .itemRow .price {
  display: block;
  width: 17%;
  padding-left: 65px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  font-size: 40px;
  color: #040002;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu .content .tab .items .itemRow .price {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #foodMenu .content .tab .items .itemRow .price {
    width: 100%;
    text-align: center;
  }
}
#foodMenu .content .tab .items .itemRow .price .currency {
  font-size: 32px;
  font-family: "Century Gothic", CenturyGothic;
}
#foodMenu .content .tab .items .itemRow .weight {
  width: 17%;
  display: block;
  padding-left: 65px;
  color: #040002;
  font-weight: 400;
  font-size: 33px;
  padding-top: 7px;
  font-family: "Century Gothic", CenturyGothic;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  #foodMenu .content .tab .items .itemRow .weight {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #foodMenu .content .tab .items .itemRow .weight {
    text-align: center;
    width: 100%;
  }
}
#foodMenu .content .imgContainer {
  display: block;
  width: 100%;
}
#foodMenu .content .imgContainer img {
  width: 100%;
}
.yellowBlock {
  position: relative;
  background-color: #ffce51;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .yellowBlock {
    margin-top: 70px;
  }
}
.yellowBlock .container {
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yellowBlock .container .title {
  text-transform: uppercase;
  font-size: 48px;
  color: #FFF;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
}
.middleContainerTop .container {
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainerTop .container {
    flex-direction: column;
  }
}
.middleContainerTop .container .leftDescTop {
  padding: 100px 80px 70px 100px;
  font-size: 18px;
  color: #020202;
  width: 59%;
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainerTop .container .leftDescTop {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.middleContainerTop .container .rightPicTop {
  width: 41%;
  display: block;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainerTop .container .rightPicTop {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
}
.middleContainer .container {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middleContainer .container .rightImgBlock {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .rightImgBlock {
    flex-direction: column;
  }
}
.middleContainer .container .rightImgBlock .leftDesc {
  padding: 80px 60px 0px 70px;
  width: 38%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .rightImgBlock .leftDesc {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.middleContainer .container .rightImgBlock .leftDesc .title {
  color: #ffce51;
  display: block;
  font-size: 24px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}
.middleContainer .container .rightImgBlock .leftDesc .description {
  font-size: 18px;
  color: #020202;
}
.middleContainer .container .rightImgBlock .rightPic {
  width: 62%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .rightImgBlock .rightPic {
    width: 100%;
  }
}
.middleContainer .container .rightImgBlock .rightPic img {
  max-width: 100%;
}
.middleContainer .container .leftImgBlock {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .leftImgBlock {
    flex-direction: column;
  }
}
.middleContainer .container .leftImgBlock .leftPic {
  width: 62%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.middleContainer .container .leftImgBlock .leftPic img {
  max-width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .leftImgBlock .leftPic {
    width: 100%;
    order: 2;
  }
}
.middleContainer .container .leftImgBlock .rightDesc {
  padding: 80px 60px 0px 70px;
  width: 38%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .middleContainer .container .leftImgBlock .rightDesc {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }
}
.middleContainer .container .leftImgBlock .rightDesc .title {
  color: #ffce51;
  display: block;
  font-size: 24px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
}
.middleContainer .container .leftImgBlock .rightDesc .description {
  font-size: 18px;
  color: #020202;
}
.aboutUsContainer {
  position: relative;
}
.aboutUsContainer .container {
  background-image: url(../images/about-us.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 890px;
  padding-top: 90px;
  padding-left: 245px;
  padding-right: 245px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .aboutUsContainer .container {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 30px;
    background-size: 100%;
    background-position: bottom;
    min-height: 470px;
    background-color: #fff;
  }
}
.aboutUsContainer .container .description {
  font-size: 18px;
  color: #020202;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .aboutUsContainer .container .description {
    font-size: 16px;
  }
}

.deliveryContainer {
  position: relative;
}
.deliveryContainer .container {
  background-image: url(../images/about-us.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 890px;
  padding-top: 90px;
  padding-left: 245px;
  padding-right: 245px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .deliveryContainer .container {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 30px;
    background-size: 100%;
    background-position: bottom;
    min-height: 470px;
    background-color: #fff;
  }
}
.deliveryContainer .container .description {
  font-size: 18px;
  color: #020202;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .deliveryContainer .container .description {
    font-size: 16px;
  }
}





.contactsContainer .container {
  background: #FFF;
}
.contactsContainer .container .topRow {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .contactsContainer .container .topRow {
    flex-direction: column;
  }
}
.contactsContainer .container .topRow .left {
  display: block;
  padding-left: 180px;
  line-height: 2;
  width: 50%;
  font-size: 20px;
  color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .contactsContainer .container .topRow .left {
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.contactsContainer .container .topRow .right {
  display: block;
  padding-left: 65px;
  line-height: 2;
  width: 50%;
  font-size: 18px;
  color: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 190px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .contactsContainer .container .topRow .right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contactsContainer .container .topRow .right form .formRow {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  justify-content: flex-end;
}
.contactsContainer .container .topRow .right form .formRow .formInput {
  border: none;
  border-bottom: 2px solid #fecf52;
  width: 100%;
  line-height: 1.6;
}
.contactsContainer .container .topRow .right form .formRow .leftInput {
  width: 65%;
  padding-right: 5%;
}
.contactsContainer .container .topRow .right form .formRow .rightInput {
  padding-left: 5%;
}
.contactsContainer .container .topRow .right form .formRow textarea {
  border: 2px solid #fecf52;
  height: 130px;
  border-radius: 11px;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-indent: 8px;
}
.contactsContainer .container .topRow .right form .formRow button {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #fecf52;
  border-radius: 11px;
  border: none;
  font-weight: 900;
  width: 130px;
  cursor: pointer;
  margin-top: 10px;
}
.contactsContainer .container .mapContainer {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
}
.contactsContainer .container .mapContainer iframe {
  height: 440px;
  width: 100%;
  display: block;
  position: relative;
}
footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #ffce51;
}
footer .container .footerRow {
  height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerRow {
    flex-direction: column;
    height: auto;
  }
}
footer .container .footerRow .menu {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerRow .menu {
    flex-direction: column;
    height: auto;
  }
}
footer .container .footerRow .menu li {
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
}
footer .container .footerRow .menu li a {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
footer .container .footerRow .menu li {
  padding-left: 25px;
  padding-right: 25px;
}
footer .container .footerRow .menu li:hover:before {
  content: '';
  height: 8px;
  width: 8px;
  left: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
}
footer .container .footerRow .menu li:hover:after {
  content: '';
  height: 8px;
  width: 8px;
  right: 9px;
  top: 12px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
}
footer .container .footerRow .socialMediaContainer {
  padding-left: 17px;
  padding-right: 17px;
}
footer .container .footerRow .socialMediaContainer .facebook {
  margin-right: 5px;
}
footer .container .footerRow .socialMediaContainer .instagram {
  margin-left: 5px;
}
footer .container .terms {
  padding-bottom: 50px;
  font-size: 15px;
  color: #000000;
  display: block;
  text-align: center;
}
