@font-face {
  font-family: 'Conv_dinProCondBlack';
  src: url('dinProCondBlack.eot');
  src: local('☺'), url('dinProCondBlack.woff') format('woff'), url('dinProCondBlack.ttf') format('truetype'), url('dinProCondBlack.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  background: #fff;
}
.notransition {
  transition: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 257px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 150px;
  }
}
.container {
  position: relative;
  margin: auto;
  max-width: 1300px;
}
@media (max-width: 1350px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 20px;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
header .wrap {
  height: 217px;
  position: relative;
}
header .logo {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  height: 155px;
}
@media (max-width: 1175px) {
  header .logo {
    height: 122px;
  }
}
@media (max-width: 1010px) {
  header .logo {
    height: 102px;
  }
}
header .logo img {
  display: block;
  height: 100%;
  max-width: none;
}
header .Menu {
  position: absolute;
  right: 0px;
  height: 46px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
header .holder2 {
  display: flex;
  align-items: center;
}
header .searchTab {
  position: relative;
  height: 46px;
  background: #005cb9;
  padding: 0px 8px 0px 28px;
  border-radius: 22px;
  min-width: 138px;
  display: flex;
  margin-left: 37px;
}
header .searchTab .srchBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: none;
  font-size: 21px;
  cursor: pointer;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  color: #fff;
  transition: all 0.35s;
}
header .searchTab .textInp {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
header ul.links {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #005cb9;
  font-weight: bold;
}
header ul.links > li + li {
  margin-left: 41px;
}
header ul.links a {
  cursor: pointer;
  color: #005cb9;
  transition: all 0.35s;
  position: relative;
}
header ul.links a:before {
  position: absolute;
  background: #d2c739;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all 0.35s;
  opacity: 0;
  top: -25px;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}
header ul.links a:after {
  position: absolute;
  background: #005cb9;
  left: 15px;
  max-width: 60px;
  right: 15px;
  margin: auto;
  opacity: 0;
  bottom: -14px;
  display: block;
  content: '';
  width: calc(100% - 30px);
  height: 4px;
  transition: all 0.35s;
}
header ul.links a.selected:before,
header ul.links a.selected:after {
  opacity: 1;
}
@media (max-width: 1115px) {
  header ul.links > li + li {
    margin-left: 18px;
  }
  header .searchTab {
    margin-left: 18px;
  }
}
@media (max-width: 970px) {
  header ul.links {
    font-size: 14px;
  }
  header .searchTab {
    min-width: 121px;
  }
}
@media (max-width: 890px) {
  header .openMenu {
    display: block;
  }
  header .Menu {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    bottom: auto;
    transform: translateX(100%);
    background: #005cb9;
    z-index: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.4s all;
  }
  header .Menu.open {
    transform: translateX(0%);
  }
  header .holder2 {
    display: block;
  }
  header .holder {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 220px 10px ;
  }
  header ul.links a {
    color: #fff!important;
  }
  header ul.links a:before,
  header ul.links a:after {
    display: none!important;
  }
  header ul.links {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
  }
  header ul.links > li {
    width: 100%;
    margin: 0px 0px 24px!important;
  }
  header ul.links > li:last-child {
    margin-bottom: 37px!important;
  }
  header .searchTab {
    border: 2px solid #fff;
    min-width: 0px;
    max-width: 290px;
    margin: auto;
  }
  header .searchTab .textInp {
    width: calc(100% - 46px);
  }
  header .searchTab .srchBtn {
    height: 41px;
  }
}
@media (max-width: 767px) {
  header .wrap {
    height: 92px;
  }
  header .logo {
    overflow: hidden;
    top: 10px;
    bottom: auto;
    width: 98px;
  }
  header .logo img {
    max-width: 100%;
    height: auto;
  }
  header .holder {
    padding: 97px 10px ;
  }
}
.openMenu {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  height: 27px;
  bottom: 0px;
  margin: auto;
  z-index: 2;
}
.bars .bar1,
.bars .bar2,
.bars .bar3 {
  width: 38px;
  height: 1px;
  background-color: #005cb9;
  margin-bottom: 12px;
  transition: 0.4s transform;
  transition-delay: 0.1s;
}
.bars .bar3 {
  margin-bottom: 0px;
}
.change .bar1 {
  transform: rotate(47deg) translate(5px, 12px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: rotate(-46deg) translate(6px, -14px);
}
.openMenu.change .bar1,
.openMenu.change .bar2,
.openMenu.change .bar3 {
  background: #fff;
}
.desktop header ul.links a:hover:before {
  opacity: 1;
}
.desktop header ul.links a:hover:after {
  opacity: 1;
}
.desktop .Buy .btn:hover {
  background: #d2c739;
}
.desktop .searchTab .srchBtn:hover {
  opacity: 0.82;
}
#content:before {
  display: block;
  content: '';
  height: 217px;
}
@media (max-width: 767px) {
  #content:before {
    height: 92px;
  }
}
.Buy {
  background: #E2F0FB;
  text-align: center;
  border-bottom: 2px solid #BFBFBF;
}
.Buy .wrap {
  padding: 7px 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Buy .text {
  font-weight: 600;
  color: #005cb9;
  font-size: 25px;
}
.Buy .text .bold {
  font-weight: 800;
}
.Buy .logo {
  max-width: 160px;
  margin-left: 9px;
  position: relative;
  top: 14px;
}
.Buy .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005cb9;
  margin-left: 60px;
  font-weight: 600;
  font-size: 23px;
  transition: all 0.35s;
  border-radius: 13px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px;
}
@media (max-width: 920px) {
  .Buy .text {
    font-size: 30px;
  }
  .Buy .btn {
    font-size: 19px;
    height: 51px;
    margin-left: 30px;
    padding: 0px 21px 0px;
  }
}
@media (max-width: 767px) {
  .Buy {
    border: 0px;
  }
  .Buy .wrap {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 27px;
  }
  .Buy .btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 25px;
    font-size: 15px;
    height: 42px;
  }
  .Buy .logo {
    max-width: 100px;
  }
  .Buy .text {
    font-size: 17px;
  }
}
.fixedMedia {
  position: fixed;
  z-index: 1;
  top: 40%;
  right: -15px;
}
.fixedMedia ul > li {
  transition: 0.3s all;
}
.fixedMedia ul > li + li {
  margin-top: 3px;
}
.fixedMedia .insta {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 62px;
  height: 33px;
}
.fixedMedia .insta:after {
  transform: scale(0.5);
  transform-origin: 0% 0%;
  display: block;
  content: '';
  background: url(../images/medias.png) no-repeat 0px 0px;
  width: 124px;
  height: 63px;
}
@media (max-width: 767px) {
  .fixedMedia .insta:after {
    transform: scale(0.44);
  }
}
.fixedMedia .facbk {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 62px;
  height: 33px;
}
.fixedMedia .facbk:after {
  transform: scale(0.5);
  transform-origin: 0% 0%;
  display: block;
  content: '';
  background: url(../images/medias.png) no-repeat 0px -71px;
  width: 124px;
  height: 63px;
}
@media (max-width: 767px) {
  .fixedMedia .facbk:after {
    transform: scale(0.44);
  }
}
.fixedMedia .youtube {
  display: block;
  cursor: pointer;
  overflow: hidden;
  width: 62px;
  height: 33px;
}
.fixedMedia .youtube:after {
  transform: scale(0.5);
  transform-origin: 0% 0%;
  display: block;
  content: '';
  background: url(../images/medias.png) no-repeat 0px -141px;
  width: 124px;
  height: 63px;
}
@media (max-width: 767px) {
  .fixedMedia .youtube:after {
    transform: scale(0.44);
  }
}
.desktop .fixedMedia ul > li:hover {
  transform: translateX(7px);
}
.Slideshow .screen {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Slideshow .swiper-slide {
  height: auto;
}
.Slideshow .pic {
  position: relative;
  height: 100%;
}
.Slideshow .pic img {
  display: block;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  max-height: 800px;
  min-height: 500px;
  height: 100%;
}
.Slideshow .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/shadow2.png) repeat-x left bottom;
}
.Slideshow .info {
  position: absolute;
  left: 0px;
  bottom: 45%;
  width: 100%;
  text-align: center;
  padding: 0px 30px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Conv_dinProCondBlack';
  transform: translateY(65%);
  transition: 0.6s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
}
.Slideshow .swiper-slide-active .info {
  transform: translateY(0);
  opacity: 1;
}
.Slideshow .caption {
  max-width: 1168px;
  position: relative;
  margin: auto;
  text-shadow: black 5px 5px 5px;
}
.Slideshow .swiper-pagination {
  z-index: 1;
  bottom: 46px;
  display: flex;
  justify-content: center;
}
.Slideshow .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: none;
  transition: all 0.35s;
  border: 1px solid #fff;
  opacity: 1!important;
  margin: 0px 4px!important;
}
.Slideshow .swiper-pagination-bullet-active {
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .Slideshow .info {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .Slideshow .info {
    font-size: 18px;
    line-height: 33px;
    bottom: 45%;
    padding: 0px 12px;
  }
  .Slideshow .info br {
    display: none;
  }
  .Slideshow .pic img {
    min-height: 400px;
  }
  .Slideshow .swiper-pagination {
    bottom: 22px;
  }
  .Slideshow .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.desktop .Slideshow .swiper-pagination-bullet:hover {
  background: #fff;
}
.QA {
  text-align: center;
  padding: 33px 0px 33px;
}
.QA .screen {
  display: inline-block;
  max-width: 100%;
}
.QA .swiper-slide {
  width: auto;
  padding: 0px 10px;
}
.QA .pic {
  display: block;
}
@media (max-width: 1024px) {
  .QA .pic {
    max-width: 160px;
  }
}
.QA .pic img {
display: block;
width: 110px;
text-align: center;
}
@media (max-width: 767px) {
  .QA .pic {
    max-width: 110px;
  }
  .QA .swiper-slide {
    padding: 0px 5px;
  }
}
.sectionTitle {
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 45px;
  font-family: 'Conv_dinProCondBlack';
  color: #005cb9;
  line-height: 47px;
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 37px;
  }
}
.sectionTitle.yellow {
  color: #B1A34B;
}
.sectionTitle:after {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  background: #005cb9;
  transform: rotate(45deg);
  left: 0px;
  top: 19px;
}
@media (max-width: 767px) {
  .sectionTitle:after {
    top: 14px;
  }
}
.Recipes {
  background: #E5E5E5;
  padding: 23px 0px 47px;
  overflow: hidden;
}
.Recipes .sectionTitle {
  margin-bottom: 30px;
}
.Recipes .wrap {
  position: relative;
}
@media (max-width: 1420px) {
  .Recipes .wrap {
    padding: 0px 50px;
  }
}
.Recipes .wrap:before {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: -20px;
  display: block;
  content: '';
  height: calc(100% - 61px);
  background: url(../images/shadow1.png) repeat-y;
  width: 20px;
}
@media (max-width: 1420px) {
  .Recipes .wrap:before {
    display: none;
  }
}
.Recipes .wrap:after {
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: -19px;
  display: block;
  content: '';
  height: calc(100% - 61px);
  background: url(../images/shadow1.png) repeat-y;
  width: 20px;
  transform: scaleX(-1);
}
@media (max-width: 1420px) {
  .Recipes .wrap:after {
    display: none;
  }
}
.Recipes .screen {
  width: 100%;
  overflow: hidden;
}
.Recipes .swiper-slide {
  width: auto;
}
.Recipes .item {
  display: block;
  cursor: pointer;
}
.Recipes .pic {
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}
.Recipes .pic:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 185, 0.6);
  opacity: 0;
  transition: all 0.35s;
}
.Recipes .pic:before {
  position: absolute;
  content: 'view recipe';
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  width: calc(100% - 20px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 165px;
  height: 71px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  transition: all 0.35s;
  transform: translateY(88px);
}
@media (max-width: 1420px) {
  .Recipes .pic:before {
    height: 61px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .Recipes .pic:before {
    height: 44px;
    font-size: 13px;
  }
}
.Recipes .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.Recipes .title {
  font-size: 18px;
  color: #005cb9;
  font-weight: 700;
  margin-bottom: 3px;
}
.Recipes .subtitle {
  font-size: 13px;
  color: #7f7f7f;
}
.Recipes .prev {
  position: absolute;
  top: -30px;
  bottom: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 44px;
  left: -59px;
  cursor: pointer;
  color: #005cb9;
  font-size: 47px;
  transition: all 0.35s;
  z-index: 1;
}
@media (max-width: 1420px) {
  .Recipes .prev {
    left: 0px;
  }
}
.Recipes .next {
  position: absolute;
  top: -30px;
  bottom: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 44px;
  right: -59px;
  cursor: pointer;
  color: #005cb9;
  font-size: 47px;
  transition: all 0.35s;
  z-index: 1;
}
@media (max-width: 1420px) {
  .Recipes .next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .Recipes {
    padding-bottom: 30px;
  }
  .Recipes .pic {
    margin-bottom: 12px;
  }
  .Recipes .title {
    font-size: 15px;
  }
  .Recipes .subtitle {
    font-size: 12px;
  }
  .Recipes .next,
  .Recipes .prev {
    font-size: 38px;
  }
  .Recipes .prev {
    left: -20px;
  }
  .Recipes .next {
    right: -20px;
  }
  .Recipes .wrap {
    padding: 0px 20px;
  }
}
.desktop {
  /*.Recipes .pic:hover img{transform:scale(1.02);}*/
}
.desktop .Recipes .pic:hover:after {
  opacity: 1;
}
.desktop .Recipes .pic:hover:before {
  opacity: 1;
  transform: translateY(0);
}
.desktop .Recipes .next:hover,
.desktop .Recipes .prev:hover {
  color: #d2c739;
}
.desktop .viewAll a:hover {
  color: #d2c739;
}
.viewAll {
  position: relative;
  color: #005cb9;
  font-size: 17px;
  font-weight: 700;
  padding-left: 30px;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .viewAll {
    font-size: 15px;
  }
}
.viewAll:after {
  display: block;
  content: '';
  position: absolute;
  left: 4px;
  top: 12px;
  height: 1px;
  background: #005cb9;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .viewAll:after {
    left: 144px;
    width: calc(100% - 157px);
  }
}
.viewAll:before {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  background: #005cb9;
  transform: rotate(45deg);
  left: calc(100% - 100px);
  top: 7px;
}
@media (max-width: 767px) {
  .viewAll:before {
    left: calc(100% - 11px);
  }
}
.viewAll a {
  color: #005cb9;
  position: relative;
  transition: all 0.35s;
}
.viewAll a:after {
  pointer-events: none;
  position: absolute;
  top: 5px;
  right: -35px;
  display: block;
  content: '';
  background: url(../images/arrow.png) no-repeat;
  background-size: 15px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .viewAll a:after {
    background-size: 11px;
    top: 6px;
  }
}
.Prods {
  padding: 79px 0px 50px;
}
.Prods .wrap .container {
  max-width: 1377px;
}
.Prods ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 47px;
}
.Prods ul.list > li {
  margin: 0px 0px 37px;
  width: 25%;
  padding: 0px 6px;
}
@media (max-width: 1200px) {
  .Prods ul.list > li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .Prods ul.list > li {
    width: 50%;
  }
}
.Prods ul.list .item {
  display: block;
  cursor: pointer;
}
.Prods ul.list .pic {
  overflow: hidden;
}
.Prods ul.list .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
  min-height: 220px;
}
.Prods ul.list .info {
  text-align: center;
  background: #ECECEC;
  padding: 11px 10px 11px;
  transition: all 0.35s;
  color: #7f7f7f;
  text-transform: uppercase;
}
.Prods ul.list .caption {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .Prods {
    padding-top: 33px;
    padding-bottom: 15px;
  }
  .Prods ul.list > li {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 19px;
  }
  .Prods ul.list .caption {
    font-size: 14px;
  }
  .Prods ul.list .info {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .Prods ul.list {
    margin-top: 30px;
  }
}
.desktop .Prods .item:hover .pic img {
  transform: scale(1.03);
}
.desktop .Prods .item:hover .info {
  background: #005cb9;
  color: #fff;
}
.Articles {
  padding-bottom: 152px;
}
.Articles ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  position: relative;
  margin: 80px auto 0px;
}
.Articles ul.list > li {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .Articles ul.list > li {
    width: calc(50% - 22px);
  }
}
.Articles .item {
  display: block;
  cursor: pointer;
}
.Articles ul.cols {
  display: flex;
  justify-content: space-between;
}
.Articles ul.cols > li {
  width: calc(50% - 12px);
}
.Articles .pic {
  overflow: hidden;
}
.Articles .pic img {
  display: block;
  transition: 0.4s all;
  width: 100%;
}
.Articles .info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.Articles .text {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #7f7f7f;
  position: relative;
  padding-top: 22px;
}
.Articles .text:after {
  content: '“';
  font-family: sans-serif;
  font-size: 49px;
  position: absolute;
  top: 5px;
  left: 0px;
  color: #7F7F7F;
  font-weight: bold;
}
.Articles .holder {
  position: relative;
  bottom: -5px;
}
.Articles .name {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #7f7f7f;
}
.Articles .subname {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #7f7f7f;
}
@media (max-width: 1024px) {
  .Articles ul.list > li {
    width: 100%;
    margin-bottom: 44px;
  }
  .Articles ul.cols > li:nth-child(1) {
    width: calc(40% - 0px);
  }
  .Articles ul.cols > li:nth-child(2) {
    width: calc(60% - 20px);
  }
}
@media (max-width: 767px) {
  .Articles {
    padding-bottom: 29px;
  }
  .Articles .text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .Articles .name,
  .Articles .subname {
    font-size: 14px;
    line-height: 20px;
  }
  .Articles .text:after {
    font-size: 35px;
    top: 3px;
  }
  .Articles ul.list {
    margin-top: 40px;
  }
  .Articles ul.list > li {
    margin-bottom: 30px;
  }
}
.desktop .Articles .item:hover .pic img {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  header .wrap,
  header .logo {
    transition: 0.6s all;
  }
  .minimiseHeader header {
    box-shadow: 0px 0px 10px #ccc;
  }
  .minimiseHeader header .wrap {
    height: 110px;
  }
  .minimiseHeader header .logo {
    height: 86px!important;
  }
}
footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #005cb9;
  height: 257px;
}
footer .container {
  max-width: 1420px;
  width: 100%;
}
@media (max-width: 1490px) {
  footer .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  footer .container {
    padding: 0px 20px;
  }
}
footer .foot {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 4px #0057B0;
}
footer .copyright {
  font-size: 16px;
  color: #fff;
  padding: 0px 15px;
}
footer .part1 {
  padding: 22px 0px 0px;
}
footer ul.cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer ul.cols > li:nth-child(1) {
  width: 200px;
  padding-top: 36px;
}
footer ul.cols > li:nth-child(2) {
  width: calc(100% - 230px);
  display: flex;
  justify-content: flex-end;
}
footer .logo {
  max-width: 170px;
}
footer ul.sitemap {
  display: flex;
  font-size: 16px;
  color: #fff;
}
footer ul.sitemap > li {
  max-width: 180px;
}
footer ul.sitemap > li + li {
  margin-left: 62px;
}
@media (max-width: 1024px) {
  footer ul.sitemap > li + li {
    margin-left: 42px;
  }
}
footer .shape {
  position: relative;
  height: 26px;
  margin-bottom: 15px;
  width: 70px;
}
footer .shape:after {
  display: block;
  height: 3px;
  background: #fff;
  content: '';
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
footer .shape:before {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  background: #fff;
  transform: rotate(45deg);
  left: 0px;
  top: 3px;
  right: 0px;
  margin: auto;
}
footer ul.links {
  font-size: 16px;
  color: #fff;
}
footer ul.links > li + li {
  margin-top: 1px;
}
footer ul.links a {
  color: #fff;
  transition: all 0.35s;
}
footer ul.links a[href] {
  cursor: pointer;
}
footer ul.medias > li {
  font-weight: 700;
  font-size: 16px;
}
footer ul.medias > li + li {
  margin-top: 9px;
}
footer ul.medias > li > a {
  display: flex;
  align-items: center;
}
footer ul.medias .icon {
  position: relative;
  margin-right: 7px;
  width: 17px;
  height: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
}
footer ul.medias .icon .fa {
  font-size: 13px;
  color: #005cb9;
  transform: rotate(-45deg);
}
footer ul.medias .label {
  color: #fff;
}
footer .titre {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  footer {
    height: 150px;
  }
  footer ul.sitemap {
    display: none;
  }
  footer .logo {
    max-width: 112px;
    margin: auto;
    position: relative;
  }
  footer ul.cols > li:nth-child(2) {
    display: none;
  }
  footer ul.cols > li:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
  footer .copyright {
    font-size: 13px;
  }
  footer .foot {
    height: 50px;
  }
}
.desktop footer ul.sitemap a:hover {
  opacity: 0.77;
}
.Insta {
  padding-bottom: 63px;
}
.Insta .holder {
  box-shadow: 0px 10px 10px #ddd;
  border-top: 19px solid #ddd;
  padding: 15px 7px 0px;
}
.Insta .title {
  font-size: 17px;
  color: #7f7f7f;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .Insta {
    padding-bottom: 55px;
  }
  .Insta .title {
    font-size: 15px;
  }
  .Insta .holder {
    border-top-width: 14px;
  }
}
@media (max-width: 767px) {
  .instagram-image,
  .instagram-video {
    width: 48% !important;
  }
}

.overflow {
  overflow: hidden;
}

.ps{
color:#818181;
margin-bottom:10px;
}