@charset "UTF-8";
@import url("reset.css");
@font-face {
  font-family: 'PFDinDisplayProRegular';
  src: url("../fonts/PFDinDisplayPro-Regular.eot");
  src: url("../fonts/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-regular.woff") format("woff"), url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'PFDinDisplayProLight';
  src: url("../fonts/PFDinDisplayPro-Light.eot");
  src: url("../fonts/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-light.woff") format("woff"), url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'PFDinDisplayProMedium';
  src: url("../fonts/PFDinDisplayPro-Medium.eot");
  src: url("../fonts/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinDisplayPro-medium.woff") format("woff"), url("../fonts/PFDinDisplayPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

img {
  vertical-align: bottom; }

input:focus {
  outline: none; }

a {
  outline: none;
  color: #000; }

html,
body {
  overflow-x: hidden; }

body {
  font: 1em "PFDinDisplayProRegular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  background: #AFD9FF; }

nav {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 5px 5px #C0C0C0;
  margin-bottom: 30px; }
  nav img {
    float: left;
    margin-right: 15px; }
  nav h1 {
    font: bold 2em "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
    color: #3b5c6d;
    padding-top: 10px; }
  nav .glass {
    position: absolute;
    top: 0;
    right: -153px; }

.screpki {
  position: absolute;
  right: 20%;
  top: 10px; }

.skrepka {
  position: absolute;
  right: 0;
  margin-top: -20px; }

.top-inf {
  text-align: right; }
  .top-inf p {
    font: bold 2em "Open Sans", sans-serif; }
    .top-inf p span {
      font-size: .7em; }
  .top-inf a {
    border-bottom: 1px dashed #000; }

.top-right h2 {
  font-size: 1.3em;
  text-align: right;
  color: #4ae34d; }
  .top-right h2 span {
    display: block;
    font-size: 1.7em;
    color: #3b5c6d; }
	

.flat-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto; }
  .flat-menu li {
    width: 53px;
    height: 53px;
    background: url(../img/nav-top.png) no-repeat;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .flat-menu li.m1 {
      background-position: 0 0; }
    .flat-menu li.m2 {
      background-position: -76px 0; }
    .flat-menu li.m3 {
      background-position: -151px 0; }
    .flat-menu li.m5 {
      background-position: -227px 0; }
    .flat-menu li.m4 {
      background-position: -302px 0; }
    .flat-menu li.m6 {
      background-position: -378px 0; }
    .flat-menu li:hover, .flat-menu li.active {
      background-position-y: -68px; }

.arrow-price {
  margin: 10px auto; }
  .arrow-price h4 {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    background: #4ae34d;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3em;
    cursor: pointer; }
    .arrow-price h4::after {
      content: '';
      display: block;
      border-left: 20px solid #4ae34d;
      border-top: 23px solid transparent;
      border-bottom: 23px solid transparent;
      position: absolute;
      right: -20px;
      top: 0; }
  .arrow-price p {
    display: inline-block;
    margin-left: 25px;
    color: #3b5c6d;
    font-size: 1.3em; }
    .arrow-price p span {
      font-weight: bold;
      font-size: 1.5em; }

.top-txt {
  text-align: center; }

.form-group {
  margin: 20px auto;
  display: block; }
  .form-group input {
    border-color: #959595;
    border-style: solid;
    padding: 0 20px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-right-width: 1px;
    transition: .2s ease;
    width: 60%;
    background: transparent; }
    .form-group input:focus {
      background: #fff;
      border-color: #3b5c6d;
      color: #3b5c6d; }
      .form-group input:focus + .fa {
        background: #3b5c6d;
        color: #fff;
        border-color: #3b5c6d; }
  .form-group .fa {
    font-size: 18px;
    border: 1px solid #959595;
    color: #959595;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    margin-left: -4px;
    transition: .2s ease; }

.main_form {
  text-align: center; }
  .main_form button {
    padding: 10px 20px;
    color: #fff;
    background: #4ae34d;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .2s ease; }
    .main_form button:hover {
      background: #3b5c6d; }

.top-flat {
  position: relative; }
  .top-flat .flat-img1 {
    display: none; }

.pen {
  position: absolute;
  right: -43px;
  top: 243px; }

.room-inf {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0; }
  .room-inf p {
    color: #3b5c6d;
    font-weight: bold;
    position: absolute; }
  .room-inf.active {
    display: block;
    opacity: 1; }

.r1 {
  left: 268px;
  top: 89px; }
  .r1 p {
    top: 115px;
    left: 130px; }

.r2 {
  left: 500px;
  top: 138px; }
  .r2 p {
    top: 95px;
    left: 59px; }

.r3 {
  left: 500px;
  top: 371px; }
  .r3 p {
    top: 25px;
    left: 60px; }

.r4 {
  left: 146px;
  top: 309px; }
  .r4 p {
    top: 34px;
    left: 38px; }

.r5 {
  left: 200px;
  top: 88px; }
  .r5 p {
    top: 77px;
    left: 52px; }

.r6 {
  left: 367px;
  top: 364px; }
  .r6 p {
    top: 31px;
    left: 55px; }

/* ********************выберите цвет**************** */
#ipad {
  background: url(../img/wall.png) repeat;
  padding: 30px 0; }

.title-center {
  text-align: center;
  margin-bottom: 20px; }
  .title-center h2 {
    color: #3b5c6d;
    text-transform: uppercase;
    font-size: 2em; }

#ceil-calc input[type='text'] {
  display: inline-block;
  border: 1px solid #3b5c6d;
  padding: 7px 10px;
  border-radius: 5px;
  width: 50px;
  float: left;
  margin: 0 10px 10px 0; }

.inp-field {
  margin: 15px auto;
  color: #3b5c6d;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .inp-field img, .inp-field span {
    vertical-align: top; }
  .inp-field img {
    margin-right: 5px; }
  .inp-field::after {
    content: '';
    display: block;
    clear: both; }

.factura-block,
.color-ceiling {
  text-align: center; }
  .factura-block h3,
  .color-ceiling h3 {
    color: #3b5c6d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px; }
  .factura-block input,
  .color-ceiling input {
    display: none; }
  .factura-block input:checked + label,
  .color-ceiling input:checked + label {
    background: #3b5c6d; }
  .factura-block label,
  .color-ceiling label {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #959595;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    vertical-align: middle; }
    .factura-block label::after,
    .color-ceiling label::after {
      content: '✔';
      display: block;
      position: absolute;
      left: 5px;
      color: #fff; }
  .factura-block li,
  .color-ceiling li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #aaa;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px; }
    .factura-block li:hover,
    .color-ceiling li:hover {
      box-shadow: 0 0 0 2px #AFD9FF, 0 0 0 3px #3b5c6d; }

.color1 {
  background-color: #fff; }

.color2 {
  background-color: #c2c0b6; }

.color3 {
  background-color: #fdd1b0; }

.color4 {
  background-color: #f59795; }

.color5 {
  background-color: #fcded7; }

.color6 {
  background-color: #f15a38; }

.color7 {
  background-color: #d7182a; }

.color8 {
  background-color: #f499b9; }

.color9 {
  background-color: #f36f21; }

.color10 {
  background-color: #ffde00; }

.color11 {
  background-color: #e28f38; }

.color12 {
  background-color: #955436; }

.color13 {
  background-color: #4e2e25; }

.color14 {
  background-color: #032659; }

.color15 {
  background-color: #0c4da2; }

.color16 {
  background-color: #25a8de; }

.color17 {
  background-color: #750c6b; }

.ipad-layer {
  position: relative; }
  .ipad-layer img {
    position: absolute; }
  .ipad-layer .ipad-main {
    position: relative; }

.l-1 {
  left: 64px;
  top: 27px; }

.pencil {
  bottom: -107px;
  right: 186px; }

.stroitel {
  background: url(../img/moscow.jpg) no-repeat center/cover;
  padding-top: 40px; }
  .stroitel h2 {
    text-transform: uppercase;
    color: #AFD9FF;
    font-size: 1.8em;
    margin-top: 20px; }
    .stroitel h2 strong {
      font: 2em "PFDinDisplayProMedium", sans-serif;
      color: #4ae34d;
      vertical-align: -16px; }

.stroitel-man {
  vertical-align: bottom; }

.compare {
  padding: 0; }
  .compare li {
    white-space: nowrap;
    color: #AFD9FF;
    margin: 20px 0; }
    .compare li::after {
      content: '';
      display: block;
      clear: both; }
    .compare li:first-child {
      margin-top: 356px; }
    .compare li:first-child span {
      background: #4cc957; }
  .compare span {
    width: 30px;
    height: 30px;
    background: #AFD9FF;
    float: left;
    margin-right: 5px;
    margin-top: 5px; }

.scale-block {
  padding: 30px 20px;
  border: 2px solid #AFD9FF;
  text-align: center; }
  .scale-block h3 {
    color: #4ae34d;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 15px; }
  .scale-block p {
    color: #AFD9FF; }

.scale-layout {
  position: relative;
  margin-top: 20px; }
  .scale-layout ul {
    max-height: 240px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .scale-layout li {
    width: 38px;
    height: 150px;
    display: inline-block;
    background: linear-gradient(#d0d7da, #a5acaf);
    border-top: 1px solid #a2afb6; }
  .scale-layout a {
    padding: 10px 20px;
    color: #fff;
    background: #4ae34d;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    transition: .2s ease; }
    .scale-layout a:hover {
      background: #3b5c6d; }
  .scale-layout .col-shape1 {
    height: 50px;
    background: linear-gradient(#4ac357, #3e9b4a); }
  .scale-layout .col-shape2 {
    height: 90px; }
  .scale-layout .col-shape3 {
    height: 100px; }
  .scale-layout .col-shape4 {
    height: 80px; }
  .scale-layout .col-shape5 {
    height: 100px; }
  .scale-layout .col-shape6 {
    height: 120px; }
  .scale-layout .col-shape7 {
    height: 110px; }

.shape {
  margin-bottom: 20px;
  overflow: hidden; }
  .shape img {
    width: 100%; }

/* **********advantages********************* */
.advantages {
  background: url(../img/wall.png) repeat;
  padding: 40px 0;
  text-align: center; }
  .advantages h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #3b5c6d; }
  .advantages .row {
    text-align: left; }
    .advantages .row > div {
      margin: 20px auto; }
  .advantages h4 {
    color: #3b5c6d;
    text-transform: uppercase;
    font-family: "PFDinDisplayProMedium", sans-serif;
    margin-bottom: 15px; }

.adv-img {
  float: left;
  margin-right: 30px;
  position: relative; }
  .adv-img::after {
    content: '1';
    display: block;
    position: absolute;
    right: 12.5px;
    top: 43%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3b5c6d;
    color: #fff;
    text-align: center;
    line-height: 25px; }
  .adv-img.adv2::after {
    content: '2'; }
  .adv-img.adv3::after {
    content: '3'; }
  .adv-img.adv4::after {
    content: '4'; }

/* *******intall******* */
.intall {
  padding: 30px 0;
  background: url(../img/ceilling.jpg) no-repeat top center;
  text-align: center; }
  .intall h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #3b5c6d; }
  .intall .row {
    text-align: left; }

#inst-type {
  position: relative;
  margin-left: -60px; }

.type-info, .type-price {
  border: 1px solid #3b5c6d;
  padding: 25px;
  color: #3b5c6d; }
  .type-info span, .type-price span {
    font-family: "PFDinDisplayProMedium", sans-serif; }

.type-price {
  text-align: right;
  padding: 10px 20px; }
  .type-price p {
    font-size: 1.5em; }
    .type-price p strong {
      font-family: "PFDinDisplayProMedium", sans-serif;
      font-size: 2em; }

.type-info {
  margin-top: 20px;
  position: relative;
  min-height: 315px; }

.type-name {
  position: absolute;
  padding: 10px 20px 10px 20px;
  background: #3b5c6d;
  right: -1px;
  top: -20px;
  color: #fff;
  transition: all .5s;
  text-transform: uppercase; }
  .type-name::before {
    content: '';
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: #3b5c6d;
    left: -14px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.showname {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out; }

.type-menu {
  text-align: center;
  margin-top: 30px; }
  .type-menu li {
    display: inline-block;
    color: #3b5c6d;
    font-family: "PFDinDisplayProMedium", sans-serif; }
    .type-menu li a {
      text-transform: uppercase;
      color: #3b5c6d;
      font-family: "PFDinDisplayProMedium", sans-serif;
      padding: 10px; }
      .type-menu li a:hover {
        background: #4ae34d;
        color: #fff; }

.tabs {
  position: absolute;
  transition: all .5s ease-in-out; }

.hidescale {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

.showscale {
  transition-delay: .5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* *****our-advant***** */
.our-advant {
  background: url(../img/bg.jpg) center/cover no-repeat;
  text-align: center;
  padding: 30px 0px 0; }
  .our-advant h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #AFD9FF; }

.girl {
  width: 100%;
  display: block; }

.list h4 {
  color: #4ae34d;
  text-transform: uppercase; }

.list p {
  color: #AFD9FF; }

.list > div {
  margin: 20px auto; }

/* **********zamer************** */
.zamer {
  background: url(../img/bg2.jpg) center/cover no-repeat;
  padding: 30px 0 0; }
  .zamer h2 {
    text-transform: uppercase;
    color: #4ae34d;
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px; }
  .zamer img {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 auto;
    text-align: center; }

.form-layout {
  border: 1px solid #898989;
  text-align: center;
  padding: 20px;
  color: #3b5c6d; }
  .form-layout h3 {
    text-transform: uppercase;
    font-size: 1.5em; }

.timer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .timer li {
    display: inline-block;
    margin: 0 5px; }
  .timer p, .timer strong {
    font: 3em "PFDinDisplayProRegular", sans-serif;
    color: #4ae34d;
    border-bottom: 1px solid #3b5c6d; }
  .timer strong {
    border: none; }

/* ***************prtf************* */
.portf {
  text-align: center;
  background: #AFD9FF;
  padding: 30px 0; }
  .portf h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #3b5c6d; }
    .portf h2 span {
      color: #4ae34d;
      background: #4ae34d;
      padding: 0 10px; }

#gallery .gallery-image .col-lg-3 {
  padding: 0;
  overflow: hidden;
  position: relative; }

#gallery .gallery-image .col-lg-3 img {
  width: 100%;
  transition: all .3s ease;
  vertical-align: bottom; }

#gallery .gallery-image .col-lg-3:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

#gallery .gallery-image .col-lg-3:hover:before {
  bottom: 0; }

#gallery .gallery-image .col-lg-3:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: .85;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s ease;
  background: #3b5c6d; }

#gallery .gallery-image .col-lg-3:hover .figcaption {
  bottom: 0; }

.figcaption {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  z-index: 2;
  background: transparent url(../img/plus.png) center top no-repeat;
  transition: all .3s ease .1s;
  color: #fff; }
  .figcaption h4 {
    text-transform: uppercase;
    font: 1.4em "PFDinDisplayProRegular", sans-serif;
    color: #AFD9FF;
    padding: 60% 0 10px; }
  .figcaption p {
    color: #4ae34d;
    font: 2em "PFDinDisplayProMedium", sans-serif; }
  .figcaption a {
    color: #AFD9FF; }

.filter-nav li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
  margin: 20px 10px;
  cursor: pointer; }
  .filter-nav li:not(:last-child)::after {
    content: '|';
    position: absolute;
    top: 4px;
    right: -15px;
    color: #888; }
  .filter-nav li:hover {
    background: #4ae34d;
    color: #fff; }

/* ************testimonials************** */
.testimonials {
  text-align: center;
  padding: 30px 0;
  background: url(../img/wall.png) repeat;
  position: relative;
  box-shadow: 0 5px 5px rgba(41, 32, 32, 0.28);
  z-index: 1; }
  .testimonials h2 {
    text-transform: uppercase;
    color: #3b5c6d;
    font-size: 2em; }
    .testimonials h2 + img {
      margin-bottom: 30px; }
  .testimonials .row {
    text-align: left; }
  .testimonials h4 {
    font-family: "PFDinDisplayProMedium", sans-serif;
    color: #3b5c6d;
    margin-bottom: 10px; }
    .testimonials h4 span {
      color: #4ae34d;
      font-family: "PFDinDisplayProRegular", sans-serif;
      margin-left: 10px; }

.testim-info {
  border: 1px solid #898989;
  padding: 15px;
  border-radius: 2px;
  background: #fff;
  color: #3b5c6d;
  position: relative; }
  .testim-info::after, .testim-info::before {
    content: '';
    position: absolute;
    border-right: 30px solid #fff;
    border-bottom: 30px solid transparent;
    left: -29px;
    top: 20px;
    width: 0;
    height: 0; }
  .testim-info::before {
    border-right: 32px solid #898989;
    border-bottom: 32px solid transparent;
    left: -32px;
    top: 19px; }

/* **************contacts***************** */
.contacts {
  background: #3b5c6d;
  color: #AFD9FF;
  padding: 30px 0; }
  .contacts h3 {
    color: #4ae34d;
    text-transform: uppercase;
    font-family: "PFDinDisplayProMedium", sans-serif;
    font-size: 1.3em; }
  .contacts form {
    text-align: left; }
    .contacts form button {
      float: right;
      margin: 20px 11% 0 0; }
  .contacts label {
    display: inline-block; }
  .contacts input {
    width: 80%; }
  .contacts textarea {
    border-color: #959595;
    border-style: solid;
    padding: 10px 20px;
    height: 100px;
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 4px;
    border-right-width: 1px;
    transition: .2s ease;
    width: 89%;
    background: transparent;
    display: block;
    outline: none;
    color: grey; }
    .contacts textarea:focus {
      background: #fff; }
  .contacts .group {
    display: block; }

.cont-info i {
  float: left;
  margin-right: 20px;
  color: #4ae34d;
  margin-bottom: 20px; }

.cont-info span {
  display: block;
  font-family: "PFDinDisplayProMedium", sans-serif;
  color: #fff; }

.r {
  margin: 20px 0; }
  .r::after {
    content: '';
    display: block;
    clear: both; }
  .r a {
    color: #fff; }
  .r p {
    padding-left: 30px; }

.winlanding {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #2c4552;
  padding: 10px 0; }
  .winlanding a {
    color: #AFD9FF; }
    .winlanding a span {
      color: #4ae34d; }

.gallery-image .mix {
  display: none;
  will-change: all; }

/* ************modal******************* */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal {
  position: relative;
  width: 500px;
  padding: 16px;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  border-radius: 6px; }

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer; }

.box-modal_close:hover {
  color: #666; }

.mc-comment-star {
    float: left!;
    color: #ffaf02;
    font-size: 20px;
}
.mc-comment-star:hover {
    color: #ffcf02;
}

.mc-star {
    vertical-align: middle!important;
}

.mc-comment-star span {
    cursor: pointer!important;
}
[class^="mcicon-"], [class*=" mcicon-"] {
    font-family: FontAwesome!important;
    font-weight: normal!important;
    font-style: normal!important;
    text-decoration: inherit!important;
    -webkit-font-smoothing: antialiased!important;
    display: inline!important;
    width: auto!important;
    height: auto!important;
    line-height: normal!important;
    vertical-align: baseline!important;
    background-image: none!important;
    background-position: 0 0!important;
    background-repeat: repeat!important;
    margin-top: 0!important;
}


.mc-comment-star span {
    cursor: pointer!important;
}

[class^="mcicon-"]:before, [class*=" mcicon-"]:before {
    text-decoration: inherit!important;
    display: inline-block!important;
    font-family: inherit!important;
    speak: none!important;
}

.mcicon-star-o:before {
    content: "\f006"!important;
}

.mcicon-star:before {
    content: "\f005"!important;
}
.mc-star-count {
    color: #b7bbc1!important;
    font-size: 12px!important;
    vertical-align: middle!important;
}
.star-rating {
  text-align: center;
  margin-bottom: 30px;
}
.review-text {
  font-family: "PFDinDisplayProMedium", sans-serif;
  color: #3b5c6d;
}