h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
  font-family: 'Georgia';
}
h1 {
  font-size: 40px;
  padding-bottom: 0;
  text-transform: capitalize;
  padding-top: 15px;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-family: 'Open Sans';
}
a {
  color: #ed1c24;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
  padding: 29px 0;
}
header .custom-logo-link {
  margin-right: 20px;
  -webkit-flex-basis: 238px;
  -moz-flex-basis: 238px;
  -ms-flex-preferred-size: 238px;
  flex-basis: 238px;
}
header .custom-logo-link img {
  width: 100%;
}
header .some {
  text-align: center;
}
header .mainHeader {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .mainHeader .descriptionHeader {
  padding-bottom: 10px;
  font-style: italic;
}
header .mainHeader .descriptionHeader p {
  padding-bottom: 0;
}
header .mainHeader .contactHeader {
  margin-right: 50px;
  padding-bottom: 13px;
}
header .mainHeader .phoneHeader {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
header .mainHeader .phoneHeader:hover {
  color: #ed1c24;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
    padding-bottom: 30px;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainMenu > ul > li > a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0 25px;
    font-family: 'Open Sans';
    position: relative;
  }
  #mainMenu > ul > li > a:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -7px;
    left: 0;
    width: 0;
    background: #0c7e40;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li > a:hover:after {
    width: 100%;
  }
  #mainMenu > ul > li:first-of-type a {
    margin-left: 0;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
  }
  #mainMenu > ul > li:hover > ul {
    padding-top: 18px;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
    background: rgba(217, 26, 34, .9);
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 11px 24px;
    color: #fff;
    font-size: 0.6666666667rem;
    font-weight: 700;
    font-family: 'Open Sans';
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
  }
  #mainMenu > ul > li ul li a:hover, #mainMenu > ul > li ul li a.current-menu-item {
    color: #ed1c24;
    background: #fff;
  }
  #mainMenu > ul > li ul li a:hover ul {
    visibility: visible;
    opacity: 1;
    padding-top: 12px;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
  #mainMenu > ul > li ul li:first-of-type {
    padding-top: 25px;
  }
  #mainMenu > ul > li ul li:last-of-type {
    padding-bottom: 25px;
  }
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #ed1c24;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.content .wysiwyg {
  padding: 95px 0 50px;
}
.some {
  text-align: center;
}
.some a {
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  width: 27px;
  height: 27px;
  line-height: 22px;
  text-decoration: none;
}
.some a:hover {
  opacity: 0.8;
}
.some a:before {
  color: #fff;
  font-size: 18px;
}
.some a.fa-facebook {
  background-color: #3b5998;
}
.some a.fa-instagram {
  background-color: #3f729b;
}
.breadcrumbs {
  padding: 27px 0 30px;
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
}
.breadcrumbs span a {
  margin-right: 10px;
}
.breadcrumbs span a:hover {
  text-decoration: none;
  color: #000;
}
.breadcrumbs .post-page {
  margin: 0 10px;
}
.topImage {
  min-height: 550px;
}
.part {
  width: 50%;
}
.constructorBox .simpleBox {
  margin: 40px 0 15px;
}
.constructorBox .simpleBox h2 {
  font-size: 44px;
}
.constructorBox .simpleBox h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 27px;
  padding-bottom: 35px;
}
.constructorBox .simpleBox p {
  font-size: 22px;
}
.constructorBox .simpleBox .alignleft {
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.constructorBox .imageText {
  margin: 50px 0;
}
.constructorBox .imageText .item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin: 60px 0;
}
.constructorBox .imageText .item .part {
  background-position: center center;
  background-size: cover;
}
.constructorBox .imageText .item.right {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.constructorBox .imageText .item img {
  width: 100%;
}
.constructorBox .imageText .item ul {
  padding-bottom: 20px;
}
.constructorBox .imageText .item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.constructorBox .imageText .item ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  border: 3px solid #f1cc4b;
  top: 15px;
  left: -5px;
}
.constructorBox .imageText .item .info {
  padding: 25px 40px;
  background-image: url("../images/Gradient-Map.jpg");
  color: #fff;
}
.constructorBox .imageText .item .info h3 {
  font-size: 35px;
}
.constructorBox .imageText .item .info p {
  font-size: 20px;
}
.constructorBox .imageText .item .info p:last-of-type {
  padding-bottom: 0;
}
.constructorBox .imageText .item .info.info-white {
  background-image: none;
  background: #fff;
}
.constructorBox .imageText .item .info.info-white * {
  color: #000 !important;
}
.constructorBox .imageBigerText ul li {
  font-size: 21px;
  line-height: 1.8;
}
.constructorBox .imageBigerText .part {
  width: 60%;
}
.constructorBox .imageBigerText .part > div {
  padding: 90px 0 0 35px;
}
.constructorBox .imageBigerText .part > div h3 {
  font-size: 36px;
  color: #fff;
}
.constructorBox .imageBigerText .part > div p {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-family: 'Georgia';
  letter-spacing: -0.25px;
}
.constructorBox .imageBigerText .part > div p a {
  font-size: 36px;
  letter-spacing: -0.25px;
}
.constructorBox .imageBigerText .info {
  width: 40%;
}
.constructorBox .imageBigerText .info h3 {
  font-size: 30px;
}
.constructorBox .ovalBox {
  width: 1400px;
  max-width: 94%;
  margin: 0 auto;
  border: 4px solid #404040;
  background-color: #1e1e1e;
  text-align: center;
  margin-bottom: 90px;
  border-radius: 50%;
  color: #fff;
}
.constructorBox .ovalBox.partwidth {
  text-align: left;
}
.constructorBox .ovalBox.partwidth .info {
  width: 1161px;
  max-width: 100%;
  padding: 70px 0 50px 200px;
  margin: 0 auto;
}
.constructorBox .ovalBox.partwidth .info h3 {
  font-size: 32px;
}
.constructorBox .ovalBox.partwidth .info p {
  font-size: 20px;
}
.constructorBox .ovalBox.partwidth .info p a {
  display: inline-block;
  color: #ed1c24;
  text-decoration: underline;
}
.constructorBox .ovalBox.partwidth .info p a:hover {
  text-decoration: none;
}
.constructorBox .ovalBox.partwidth .info p a img {
  margin: 0;
}
.constructorBox .ovalBox.fullwidth p {
  font-family: 'Georgia';
  font-size: 30px;
}
.constructorBox .ovalBox.fullwidth .info {
  width: 1190px;
  max-width: 100%;
  padding: 100px 30px 50px;
  margin: 0 auto;
}
.constructorBox .ovalBox.fullwidth .numberBox {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  text-align: left;
}
.constructorBox .ovalBox.fullwidth .numberBox a {
  font-family: 'Open Sans';
  text-decoration: underline;
}
.constructorBox .ovalBox.fullwidth .numberBox a:hover {
  text-decoration: none;
}
.constructorBox .ovalWhite {
  width: 1800px;
  max-width: 94%;
  margin: 40px auto;
  border: 8px solid #eb0300;
  border-radius: 50%;
  position: relative;
}
.constructorBox .ovalWhite .info {
  padding: 70px 140px 50px;
  max-width: 100%;
  margin: 0 auto;
}
.constructorBox .ovalWhite .info:before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: transparent;
  border-radius: 50%;
  border: 8px solid #0c8343;
}
.constructorBox .ovalWhite .info h3 {
  font-size: 36px;
}
.constructorBox .ovalWhite .info p {
  font-size: 22px;
}
.constructorBox .ovalWhite .info.centertext {
  width: 1370px;
  text-align: center;
}
.constructorBox .ovalWhite .info.lefttext {
  width: 1130px;
  text-align: justify;
}
footer .footerForm {
  background-color: #edf0f4;
  padding: 14px 0;
}
footer .footerForm > .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .footerForm h3 {
  background-color: #1e1e1e;
  border-radius: 50%;
  color: #fff;
  padding: 16px 50px;
  font-size: 24px;
}
footer .footerForm form {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
footer .footerForm .emailBox {
  -webkit-flex-basis: 400px;
  -moz-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}
footer .footerForm .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footerMenu {
  background-color: #fff;
  padding: 50px 0 35px;
}
footer .footerMenu h3 {
  font-size: 24px;
  padding-bottom: 30px;
}
footer .footerMenu ul li a {
  color: #000;
  font-size: 15px;
}
footer .footerMenu ul li a:hover {
  color: #ed1c24;
  text-decoration: none;
}
footer .footerMenu ul#menu-departments {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}
footer .footerMenu .social {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
footer .footerMenu #anchor {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  bottom: 0;
}
footer .footerMenu #anchor a {
  background-color: #35aea1;
  border-radius: 50%;
  height: 66px;
  width: 66px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
}
footer .footerMenu #anchor a:before {
  color: #fff;
}
footer .footerMenu #anchor:hover {
  bottom: 10px;
}
footer .copyBox {
  background-color: #edf0f4;
  padding: 25px 0;
}
footer .copyBox .copy {
  font-size: 14px;
  font-weight: 300;
}
footer .copyBox .logoBox .item {
  display: inline-block;
  margin: 0 19px;
}
footer .copyBox .logoBox .item:hover {
  opacity: 0.7;
}
.center_image {
  margin: 50px 0 50px 0;
}
.center_image > .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.greyBox {
  margin: 30px 0;
}
.greyBox .greyBoxBlock {
  width: 100%;
  border: 9px solid #0c8343;
  padding: 4px;
}
.greyBox .greyBoxBlock .greyBoxBorder {
  border: 8px solid #eb0300;
  background: url("../images/bg_gray.jpg") no-repeat;
  background-size: cover;
  padding: 60px 90px 40px 90px;
}
.greyBox .greyBoxBlock .greyBoxBorder > * {
  color: #fff !important;
}
.greyBox .greyBoxBlock .greyBoxBorder p {
  line-height: 1.5;
  font-family: 'Georgia';
  padding-bottom: 40px;
  letter-spacing: -0.25px;
}
.whiteBox {
  margin: 30px 0;
}
.whiteBox .whiteBoxBlock {
  width: 100%;
  border: 9px solid #0c8343;
  padding: 4px;
}
.whiteBox .whiteBoxBlock .whiteBoxBorder {
  border: 8px solid #eb0300;
  background: #fff;
  background-size: cover;
  padding: 60px 90px 40px 90px;
}
.whiteBox .whiteBoxBlock .whiteBoxBorder p {
  line-height: 1.5;
  font-family: 'Georgia';
  color: #000;
  padding-bottom: 40px;
  letter-spacing: -0.25px;
}
.columns-blocks {
  margin: 20px 0;
}
.columns-blocks > .flex {
  background: #e6eaee;
  padding: 50px 20px 50px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.columns-blocks .columns-blocks-title {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: center;
}
.columns-blocks .columns-blocks-title h3 {
  padding: 0;
  font-size: 24px;
}
.columns-blocks .column-block {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.columns-blocks .column-block > div {
  width: 15%;
}
.columns-blocks .column-block > div:last-child {
  margin-right: 0;
}
.columns-blocks .column-block ul li {
  padding-bottom: 20px;
  font-size: 18px;
}
.columns-blocks .column-block ul li:last-child {
  padding: 0;
}
.columns-blocks .column-block h3 {
  padding: 0;
  font-size: 24px;
}
.top-slide {
  margin: 40px 0 70px 0;
}
.top-slide > .container_1730 {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  min-height: 544px;
}
.top-slide .homeSlider {
  -webkit-flex-basis: 67%;
  -moz-flex-basis: 67%;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 544px;
}
.top-slide .homeSlider .swiper-slide {
  background-repeat: no-repeat;
}
.top-slide .homeSlider .swiper-slide > div {
  position: absolute;
  bottom: 17%;
  left: 11%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 30px;
}
.top-slide .homeSlider .swiper-slide > div h2 {
  font-size: 52px;
}
.top-slide .homeSlider .swiper-slide > div p {
  font-size: 20px;
}
.top-slide .homeSlider .swiper-button-next, .top-slide .homeSlider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #dcb13e;
  top: auto;
  left: auto;
  right: 0;
  margin: 0;
  bottom: 0;
}
.top-slide .homeSlider .swiper-button-next:before, .top-slide .homeSlider .swiper-button-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-slide .homeSlider .swiper-button-prev {
  right: 51px;
}
.top-slide .homeSlider .swiper-button-prev:before {
  content: '\f053';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #fff;
}
.top-slide .homeSlider .swiper-button-next:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #fff;
}
.top-slide .two-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}
.top-slide .two-blocks > a {
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-slide .two-blocks > a:first-child {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}
.top-slide .two-blocks > a:last-child {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}
.top-slide .two-blocks > a > div {
  position: absolute;
  bottom: 12%;
  left: 10%;
  font-size: 30px;
  font-family: 'Georgia';
  color: #fff;
}
.top-slide .two-blocks > a:hover {
  -webkit-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  -moz-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
}
.inform-block {
  margin-bottom: 25px;
}
.inform-block .container_1730 {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.inform-block .inform-block-text {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding: 0 0 0 11%;
}
.inform-block .inform-block-text h2 {
  font-size: 60px;
  line-height: 1.2;
  padding-bottom: 80px;
  margin-bottom: 40px;
  position: relative;
}
.inform-block .inform-block-text h2:before {
  content: '';
  background-image: url("../images/itali_line.jpg");
  width: 258px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inform-block .inform-block-form {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}
.contact-form {
  background: url("../images/form_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 65px 30px 50px 30px;
}
.contact-form .flex .wpcf7-form-control-wrap {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.contact-form .ajax-loader {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-repeat: no-repeat;
}
.contact-form h2 {
  font-family: 'Open Sans';
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}
.contact-form p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.btn-yellow {
  display: inline-block;
  line-height: 1.6666666667rem;
  padding: 0 0.8333333333rem;
  font-size: 0.5833333333rem;
  background: #ffb400;
  color: #000;
  font-family: 'Open Sans';
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px -1px 13px -1px rgba(255, 180, 0, 1);
  -moz-box-shadow: 0px -1px 13px -1px rgba(255, 180, 0, 1);
  box-shadow: 0px -1px 13px -1px rgba(255, 180, 0, 1);
}
.btn-yellow:hover {
  background: #db9e0d;
  -webkit-box-shadow: 0px -1px 23px 5px rgba(255, 180, 0, 0);
  -moz-box-shadow: 0px -1px 23px 5px rgba(255, 180, 0, 0);
  box-shadow: 0px -1px 23px 5px rgba(255, 180, 0, 0);
}
.cat-blocks .cont-border {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: 40px;
}
.cat-blocks .cat-block {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cat-blocks .cat-block img {
  display: block;
  margin-bottom: 20px;
}
.cat-blocks .cat-block > div {
  background-image: url("../images/bg_gray_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 26px;
  color: #fff;
  min-height: 93px;
  position: relative;
}
.cat-blocks .cat-block > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.cat-blocks .cat-block:hover {
  -webkit-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  -moz-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
}
.shop-btn {
  position: relative;
  padding: 0 0.8333333333rem 0 1.6666666667rem;
}
.shop-btn:before {
  content: '\f07a';
  position: absolute;
  top: 1px;
  left: 11px;
  font-family: 'FontAwesome';
  font-size: 19px;
  color: #fff;
}
.bagliani-departments {
  margin-bottom: 50px;
}
.bagliani-departments > .container_1730 {
  border-bottom: 1px solid #f4f4f4;
}
.bagliani-departments > .container_1730 > h2 {
  padding-left: 40px;
}
.bagliani-departments ul.tabs {
  padding: 0 0 30px 40px;
}
.bagliani-departments ul.tabs > li.tab-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  cursor: pointer;
}
.bagliani-departments ul.tabs > li.tab-link a {
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
}
.bagliani-departments ul.tabs > li.tab-link a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.bagliani-departments ul.tabs > li.tab-link.current {
  color: #ed1c24;
}
.bagliani-departments .tab-container {
  display: block;
}
.bagliani-departments .tab-container.current {
  display: block;
}
.bagliani-departments .cat-block {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bagliani-departments .cat-block:hover {
  -webkit-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  -moz-box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
  box-shadow: 0 3px 21px 5px rgba(67, 67, 67, .47);
}
.bagliani-departments .cat-block img {
  display: block;
  margin-bottom: 20px;
}
.bagliani-departments .cat-block > div {
  background-image: url("../images/bg_gray_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 93px;
  position: relative;
}
.bagliani-departments .cat-block > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.bagliani-departments .cat-block > div > span h3 {
  font-size: 30px;
  color: #fff;
  padding: 0;
}
.bagliani-departments .cat-block > div > span p {
  color: #fff;
  font-size: 16px;
  padding: 0;
  letter-spacing: -0.25px;
}
.reviews-block-home {
  background: #edf0f4;
  padding: 70px 0 75px 0;
}
.reviews-block-home .container_1730 > h2 {
  padding: 0 0 40px 40px;
}
.reviews-block-home .carousel {
  overflow: visible;
  height: auto;
  min-height: 425px;
}
.reviews-block-home .carousel .carousel-item {
  background-image: none;
  background: #fff;
  border: 1px solid #dce1ec;
  width: 680px !important;
  max-width: 100%;
  opacity: 1 !important;
  height: auto;
  min-height: inherit;
}
.reviews-block-home .carousel .carousel-item > .flex {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 110px;
  min-height: inherit;
}
.reviews-block-home .carousel .carousel-item .reviews-text p {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}
.reviews-block-home .carousel .carousel-item .reviews-name {
  font-size: 18px;
}
.reviews-block-home .carousel .carousel-item .reviews-name .some a {
  line-height: 29px;
}
.reviews-block-home .carousel .carousel-item.active {
  width: 637px !important;
  max-width: 100%;
  margin: 0 20px;
  background: url("../images/chalkboard-for-reviews_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  -webkit-box-shadow: 0px 9px 59px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 59px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 59px 2px rgba(0, 0, 0, 0.75);
}
.reviews-block-home .carousel .carousel-item.active > .flex {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 110px;
  min-height: 425px;
}
.reviews-block-home .carousel .carousel-item.active .reviews-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}
.reviews-block-home .carousel .carousel-item.active .reviews-name {
  color: #fff;
}
.reviews-block-home .carousel .carousel-item.active .reviews-name strong {
  color: #fff;
  font-weight: 400;
}
.reviews-block-home .carousel .indicators {
  bottom: -60px;
}
.reviews-block-home .carousel .indicators .indicator-item {
  width: 90px;
  height: 7px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.reviews-block-home .carousel .indicators .indicator-item:hover {
  background: #009246;
}
.reviews-block-home .carousel .indicators .indicator-item.active {
  background: #009246;
}
footer {
  border-top: 1px solid #fff;
}
.swiper-container-3d .swiper-slide-shadow-left {
  display: none;
}
.swiper-container-3d .swiper-slide-shadow-right {
  display: none;
}
