@font-face {
    font-family: 'Geometria - Bold';
    src: url("../fonts/Geometria.otf") format("opentype");
}

@font-face {
    font-family: 'Geometria - Medium';
    src: url("../fonts/Geometria-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'Geometria - Heavy';
    src: url("../fonts/Geometria-Heavy.otf") format("opentype");
}

@font-face {
    font-family: Geometria;
    src: url("../fonts/Geometria.otf") format("opentype");
}

.hero {
  background: url('../../static/img/header_background.png') no-repeat center center;
  margin-top: -5px;
  max-height: 755px;
  min-height: 755px;
  background-size: 108% 755px;
}

.hero-head {
  margin-top: 50px;
}

.navbar-item img {
  max-height: 56px;
}
.navbar{
  height: 70px;
}
.navbar-center {
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}

.navbar-start {
    justify-content: flex-start;
    margin: 0 auto;
}

.container {
  max-width: 1150px;
}

.navbar-start .navbar-item {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 40px;
  font-family: Geometria;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  /* Text style for "о компании" */
  color: #ffffff;
  border-bottom: 3px solid transparent;
}
.navbar-start .navbar-item a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabs a {
  display: block;
  border-bottom: none;
  padding: 0;
}
.hero.is-info a.navbar-item:hover  {
  background-color: transparent;
}
.hero.is-info .navbar-menu a.navbar-item:hover {
  border-bottom: 3px solid #FFF;
}

.phone{
  color: #ffffff;
  font-family: Geometria;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.navbar-end {
    justify-content: flex-end;
    margin-left: 0;
}

.header-block .title {
  color: #ffffff;
  font-family: Geometria;
  font-size: 81px;
  font-weight: 700;
  line-height: 72px;
}
.header-block {
  padding: 0px;
  margin-top: 80px;
}
.header-block h2.sub_title {
  color: #ffffff;
  font-family: Geometria;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 25px;
}
.header-block .consult {
  display: inline-flex;
  padding: 16px;
  height: 58px;
  margin-top: 30px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-family: Geometria;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  outline: none;
}

.header-block .consult:hover {
  opacity: .7;
}

.consult:hover {
  opacity: .7;
}


.cta {
  margin-top: -60px;
}
.cta .column {
  height: 129px;
  background-color: #edf0f2;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}


.cta .column:last-child{
  margin-right: 0px;
}
.cta .column p {
  color: #0d7dfc;
  font-family: Geometria;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.cta .column div {
  position: absolute;
  width: 74px;
  height: 70px;
  box-shadow: 2px 3px 6px rgba(13, 125, 252, 0.53);
  background-color: #0d7dfc;
  right: 25px;
  bottom: -40px;
  padding: 15px;
}

.lamp {
  height: 220px;
  background: url('../../static/img/background_lamp.png') no-repeat 50% 103%;
}
.advantages {
  background-color: #edf0f2;
}
.advantages .columns:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
}

.advantages .columns.inside:first-child {
    padding-top: 0px;
    padding-bottom: 50px;
}
.advantage {
  width: 263px;
  height: 64px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 6px;
  cursor: pointer;
}
.advantage:last-child {
  margin-bottom: 0px;
}

.advantage p {
  color: #868fa5;
  font-family: Geometria;
  font-size: 16px;
  font-weight: 500;
}
.adv {
  margin-left: 50px;
}
.adv .title {
  font-family: Geometria;
font-size: 22px;
font-weight: 400;
line-height: 28px;
/* Text style for "Преимущест" */
color: #010101;
font-family: "Geometria - Bold";
font-size: 30px;
font-weight: 700;
}

.adv .subtitle {
  color: #abbac4;
  font-family: Geometria;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
}
.adv ul li {
  color: #868fa5;
  font-family: Geometria;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.adv .columns, .adv .column {
  padding: 0px;
}

.adv li {
  position: relative;
}
.adv li:before {
  position: absolute;
  left: -50px;
  width: 43px;
  height: 42px;
  content: '';
  background:  url('../../static/img/ok.png');
}
.advs {
  margin-left: 65px;
}

.outside .column{
  margin-right: 0px;
}

.content.cardcontent {
  padding: 10px;
  background-color: #0d7dfc;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.content.cardcontent:hover{
  background-color: rgba(13,125,252, 0.8);
}
.content.cardcontent p {
  text-align: center;
}
.outside  {
  margin-top: 30px;
}
.outside .card  {
  margin-top: 30px;
}

.outside .column :last-child {
  margin-right: 0px;
}

.advantage.active {
  background-color: #0d7dfc;
}

.advantage.active p {
  color: #fff;
}

.advantage:hover {
  background-color: #0d7dfc;
}

.advantage p:hover {
  color: #ffffff;
  font-family: Geometria;
  font-size: 16px;
  font-weight: 500;
}

.advantage:hover p {
  color: #ffffff;
  font-family: Geometria;
  font-size: 16px;
  font-weight: 500;
}

.news {
  padding-left: 0px;
  padding-right: 0px;
}

.news__date {
color: #868fa5;
font-family: Geometria;
font-size: 14px;
font-weight: 400;
/* Text style for "12.05.2018" */
font-family: Geometria;
line-height: 30px;
}

.news__title {
  /* Text style for "Душа моя о" */
color: #3d95f8;
font-family: "Geometria - Medium";
font-size: 16px;
font-weight: 500;
line-height: 24px;
}

.news__content {
  /* Text style for "Душа моя о" */
font-family: Geometria;
line-height: 18px;
color: #868fa5;
font-family: Geometria;
font-size: 14px;
font-weight: 400;
}

.new {
  margin-top: 50px;
  width: 266px;
}

.clients__block .title {
  color: #010101;
  font-family: Geometria;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 50px;
}

.partners img:hover {
  opacity: 0.3;
  transition: 0.5s;
}

.connect {
  background: url('../../static/img/connect.png') no-repeat center center;
  background-size: cover;
  min-height: 310px;
  max-height: 310px;
  margin-top: 20px;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.connect .title {
  margin-left: 55px;
  padding-top: 35px;
  color: #ffffff;
font-family: Geometria;
font-size: 60px;
font-weight: 700;
line-height: 48px;
margin-bottom: 0px;
}

.connect .sub_title {
    margin-left: 55px;
    padding-top: 5px;
  color: #ffffff;
font-family: Geometria;
font-size: 24px;
font-weight: 500;
line-height: 24px;
}

.connect .consult {
  display: block;
  padding: 16px;
  display: inline-flex;
  height: 58px;
  margin-left: 55px;
  margin-top: 10px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-family: Geometria;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  outline: none;
}

.muzhik {
  margin-top: 60px;
  margin-left: 30px;
}
.otzyv {
  display: block;
}
.otzyv {
  margin-top: 70px;
  margin-bottom: 60px;
  height: 88px;
  display: block;
  opacity: 0.75;
  color: #f2f3f3;
  font-family: "Geometria - Heavy";
  font-size: 161px;
  font-weight: 400;
}
.review {
  background-color: #edf0f2;
}
.review__title {
  color: #010101;
font-family: Geometria;
font-size: 30px;
font-weight: 700;
line-height: 28px;
padding-top: 50px;
padding-bottom: 40px;
}

.review__info {
  font-family: Geometria;
  line-height: 18px;
  text-decoration: underline;
  font-size: 14px;
  color: #868fa5;
  margin-top: 20px;
  display: block;
}

.review__all__block {
  padding-bottom: 50px;
    padding-top: 50px;
}
.review__all {
  display: block;
  width: 100px;
      margin: 0 auto;
color: #0d7dfc;
font-family: Geometria;
font-size: 14px;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
border-bottom: 3px solid transparent;

}

.review__all:hover {
  color: #0d7dfc;
border-bottom: 3px solid #0d7dfc;
}

.review .news__title {
  margin-top: 20px;
}

.review .news__content {
  margin-top: 10px;
}
.certificate {
  display: block;
  padding-bottom: 50px;
}
.responsive {
  max-width: 1150px;
}

.certificate .carousel {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 15px;
}

.slick-slide {
  width: 244px;
  height: 335px;
  margin-right: 55px;
}

.slick-slide:nth-child(4) {
  width: 244px;
  height: 335px;
}

.slick-arrow:first-child {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 29px;
}
.slick-arrow:last-child {
  position: absolute;
  top: 50%;
  right: -46px;
  width: 16px;
  height: 29px;
}

.slick-list {
      margin-left: 25px;
}

.certificate .review__title {
  padding-bottom: 50px;
}

.banner {
  background: url('../../static/img/banner.png') no-repeat center center;
  min-height: 401px;
  max-height: 401px;
  background-size: cover;
}



.banner .title {
  margin-left: 55px;
  padding-top: 35px;
  color: #ffffff;
  font-family: Geometria;
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
margin-bottom: 0px;
}

.banner .sub_title {
    margin-left: 55px;
    padding-top: 20px;
  color: #ffffff;
font-family: Geometria;
font-size: 24px;
font-weight: 500;
line-height: 24px;
}

.banner .consult {
  display: block;
  padding: 16px;
  display: inline-flex;
  height: 58px;
  margin-left: 55px;
  margin-top: 30px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-family: Geometria;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  outline: none;
  text-align: center;
}

.banner .pic {
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
  z-index: 3;
}

.footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer .tabs ul {
  border: none;
}

.footer ul li a {
  color: #000000;
font-family: Geometria;
font-size: 14px;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
}

.footer .phone {
  color: #000;
}

@media(max-width: 600px){
  .responsive {
    width: 100vw;
margin: 0 auto;
max-width: 100vw;
  }
  .carousel {
    width: 100vw;
  }
  .cta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .otzyv {
    font-size: 50px;
    margin-bottom: 0px;
  }
  .muzhik {
    display: none;
  }
  .header-block .title {
    font-size: 46px;
    line-height: 40px;
  }
  .header-block h2.sub_title {
    font-size: 20px;
  }
  .header-block {
    padding: 0px;
    margin-top: 30px;
  }
  .hero {
    margin-top: -5px;
    min-height: 500px;
    max-height: 500px;
    background-size: cover;
  }
  .cta {
    margin-top: 0px;
  }
  .cta .column {
        margin: 0 auto;
        margin-bottom: 50px;
  }
  .cta .column:last-child {
    margin-right:auto;
  }
  .advantage {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .adv {
    margin-left: 40px;
    margin-top: 40px;
  }
  .advs {
    margin-left: 80px;
    text-align: left;
    margin-top: 20px;
  }
  .advs ul {

        width: 300px;
  }
  .advantages .columns.inside:first-child{
    padding-top: 0px;
    margin-right: 0;
    text-align: center;
  }

  .outside {
    margin-right: 0;
  }
  .new {
    margin: 0 auto;
    margin-top: 50px;
  }
  .clients__block div.title, .connect .sub_title {
    text-align: center;
  }
  .connect .title, .connect .sub_title {
    margin-left: 0px;
  }
   .connect .sub_title {
     margin-top: 20px;
   }


   .clients__block .consult {
         margin: 0 auto;
         margin-top: 10px;
   }
   .review .columns, .review__title {
     text-align: center;
   }
   .review .news__title, .review .news__content, .review__info {
     text-align: left;
     margin-left: 10px;
   }
   .banner__block .title {
     margin-left: 0px;
     text-align: center;
     font-size: 46px;
   }
   .banner__block .sub_title {
     margin-left: 0px;
     font-size: 20px;
     text-align: center;
   }
   .banner__block .consult {
     margin-top: 20px;
   }
   .banner__block img {
     display: none;
   }
   .navbar-burger {
     color: #fff;
     margin-top: 10px;
   }
   .navbar-burger span {
     height: 2px;
   }
   .footer .navbar-burger {
     color: #000;
     margin-top: 10px;
   }
   .footer .navbar-burger span {
     height: 2px;
   }
   .adv .subtitle {
     font-size: 20px;
     text-align: center;
     margin-right: 20px;
   }
   .adv .title {
     text-align: center;
     margin-right: 20px;
   }
   .header-block {
     text-align: center;
   }
   .connect {
         text-align: center;
   }
}

@media(min-width: 768px) and (max-width: 1024px){
  .hero.is-info .title {
    font-size: 55px;
  }
  .header-block h2.sub_title {
    font-size: 30px;
  }
  .otzyv {
    font-size: 100px;
    text-align: center;
  }
  .banner .pic {
    margin-left: -10px;
  }
  .muzhik {
    margin-left: -15px;
  }

  .cta .column {
    margin-right: 10px;
  }
  .cta .columns {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .responsive {
    margin: 0 auto;
    max-width: 85%;
  }
  .slick-arrow {
    display: none;
  }
  .connect {
    max-width: 100%;
        margin-left: 0px;
  }
  .review .columns {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .review__title {
    padding-left: 10px;
  }
}

@media (max-width: 320px){
  .advs ul {
    width: 100%;
  }
  .header-block .title {
    font-size: 36px;
  }
  .header-block h2.sub_title {
    font-size: 20px;
    line-height: 20px;
  }
  .otzyv {
    font-size: 42px;
  }
  .banner__block {
    text-align: center;
  }
  .banner__block .consult {
    margin-top: 20px;
    margin-left: 0px;
  }
  .responsive {
    display: none;
  }
  .review .columns {
    margin-left: 0.25rem;
    margin-right: 1.25rem;
  }
  .connect {
    width: 104vw;
    max-width: 104vw;
  }
  .connect .title {
    font-size: 40px;
  }
  .connect .sub_title {
    font-size: 18px;
    padding-top: 0px;
    margin-top: 5px;
  }
  .columns:first-child {
    margin-right: 0px;
  }
}
.navbar-end {
  display: block;
}

.navbar-item.second {
  margin-top: -30px;
}

.footer .navbar ul li {
  margin-right: 40px;
}

.footer .navbar ul li:last-child {
  margin-right: 0px;
}
.columns .partners {
  margin-bottom: 0px;
}
.add {
      margin-right: 0px;
}
.clients .columns:first-child {
  margin-right: 0px;
}

.partners .columns.is-mobile .column {
  display: flex;
justify-content: center;
align-content: center;
align-items: center;
}
.card {
  cursor: pointer;
}

.price {
  text-align: center;
  margin-bottom: 20px;
}
.form_title {
  padding: 15px 0 15px;
  font-family: Geometria;
font-size: 18px;
font-weight: 400;
line-height: 28px;
/* Text style for "Преимущест" */
color: #010101;
font-family: "Geometria - Bold";
font-weight: 700;
}

.modal a.close-modal {
    top: 5px;
    right: 5px;
}
.media-content {
  text-align: center;
}

.mainmap {
  position: relative;
  height: 600px;
}

.mainmap__content {
  max-width: 400px;
  width: 100%;
  background-color: #0d77f6;
  padding: 30px;
  box-sizing: border-box;
  color: #f1f1f1;
  position: relative;
  z-index: 2;
}

.mainmap__content strong {
  color: #fff;
  display: block;
  font-size: 24px;
}

.mainmap__content p {
  margin: 10px 0;
}

.mainmap__content a {
  text-decoration: underline;
  color: #f1f1f1;
}

.mainmap__content a:hover,
.mainmap__content a:focus {
  color: #fff;
  outline: none;
  text-decoration: underline;
}

#mainmap {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 600px;
  width: 100%;
}

@media all and (max-width: 992px) {
  .mainmap {
    height: auto;
  }

  .mainmap__content {
    max-width: 100%;
  }

  #mainmap {
    position: static;
    height: 400px;
  }


  .banner .title {
    font-size: 46px;
  }
}

@media all and (max-width: 768px) {
  .banner .pic {
    display: none;
  }
  .muzhik {
    display: none;
  }
  .connect {
    text-align: center;
  }
  .connect .title {
    font-size: 28px;
  }
}

@media(min-width: 700px) and (max-width: 768px){
  .card {
    margin-bottom: 10px;
  }
  .content.cardcontent {
    margin-left: 5%;
  }
  .advantages .advantage{
    margin: 0 auto;
  }
  .cta .column {
    margin-bottom: 50px;
  }
}

.blocker {
  z-index: 999;
}




/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

header {
  position: relative;
  height: 160px;
  line-height: 170px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header h1 {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  header {
    line-height: 180px;
  }
  header h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    line-height: 220px;
  }
}

.cd-items {
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .cd-items {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-items {
    padding: 4em 0 0;
  }
}

.cd-item {
  position: relative;
  margin: 0 0 1em;
}
.cd-item > img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cd-item {
    width: 48%;
    float: left;
    margin: 0 4% 2em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-item {
    width: 22%;
    float: left;
    margin: 0 4% 2.8em 0;
  }
  .cd-item:nth-child(2n) {
    margin-right: 4%;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0;
  }
  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }
}

.cd-trigger {
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.no-touch .cd-trigger:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1024px) {
  .cd-trigger {
    /* always visible on small devices */
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-trigger {
    /* only visible on hover on big devices */
    opacity: 0;
  }
}

@media only screen and (min-width: 1170px) {
  .no-touch .cd-item:hover .cd-trigger {
    opacity: 1;
  }

  .touch .cd-item .cd-trigger {
    opacity: 1;
  }
}
.cd-quick-view {
  /* quick view non available on small devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-quick-view {
    display: block;
    position: fixed;
    max-width: 900px;
    visibility: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 1;
  }
  .cd-quick-view:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-quick-view.is-visible {
    /* class added when user clicks on .cd-trigger */
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    /* class added at the end of the first zoom-in animation */
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
}

.cd-slider-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}
.cd-slider-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-slider {
  float: left;
}
.cd-slider li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cd-slider li img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.cd-slider li.selected {
  position: relative;
  z-index: 3;
}
.add-content .cd-slider {
  margin-right: 3em;
}

.cd-slider-navigation {
  opacity: 0;
}
.add-content .cd-slider-navigation {
  opacity: 1;
}

.cd-slider-navigation li {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.cd-slider-navigation li:first-child {
  left: 0;
}
.cd-slider-navigation li:last-child {
  /* equal to the .cd-slider-wrapper margin-right */
  right: 3em;
}
.cd-slider-navigation li a {
  display: block;
  width: 40px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s, background 0.2s;
  -moz-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
}
.cd-slider-navigation li a::before, .cd-slider-navigation li a::after {
  /* create arrows in CSS */
  position: absolute;
  top: 18px;
  left: 14px;
  display: inline-block;
  background: #ffffff;
  height: 3px;
  width: 12px;
}
.cd-slider-navigation li a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-slider-navigation li a::after {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -moz-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  -o-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.add-content .cd-slider-navigation li a {
  opacity: .2;
}
.no-touch .cd-slider-navigation li a:hover {
  background: rgba(71, 55, 78, 0.8);
  opacity: 1;
}
.touch .cd-slider-navigation li a {
  opacity: 1;
}
.cd-slider-navigation li:first-child a::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-slider-navigation li:first-child a::after {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.cd-item-info {
  position: absolute;
  padding: 3em 3em 3em 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility 0s;
  -moz-transition: opacity .3s, visibility 0s;
  transition: opacity .3s, visibility 0s;
}
.cd-item-info h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.cd-item-info p {
  line-height: 1.6;
  margin: 1em 0;
  color: #67919c;
}
.cd-item-info .cd-item-action li {
  display: inline-block;
  margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
  margin-left: -4px;
}
.cd-item-info .add-to-cart {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0.25em;
  border: none;
  padding: .6em 1.2em;
  background-color: #f82f53;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}
.add-content .cd-item-info {
  /* class added at the end of the width animation, used to show the content */
  position: relative;
  visibility: visible;
  opacity: 1;
}
.add-content .cd-item-info h2 {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.add-content .cd-item-info p {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
.add-content .cd-item-info .cd-item-action {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.cd-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
  transition: transform .3s 0s, visibility 0s .3s;
}
.cd-close::before, .cd-close::after {
  /* close icon in css */
  position: absolute;
  top: 12px;
  left: 5px;
  display: inline-block;
  height: 4px;
  width: 20px;
  background: #47374e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.no-touch .cd-close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.add-content .cd-close {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
  transition: transform .3s 0s, visibility 0s 0s;
}
