@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
*:focus {
  outline: none !important;
}
body {
  font-family: 'MyriadPro', sans-serif;
  padding-top: 110px;
}
.header {
  height: 110px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-wrap-logo {
  position: relative;
  margin-top: 25px;
}
.header-wrap-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.header-menu {
  margin-top: 45px;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu ul li {
  list-style: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-menu ul li:not(:last-child) {
  margin-right: 20px;
}
.header-menu ul li a {
  text-transform: uppercase;
  color: #ffcbaf;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-menu ul li a:hover {
  text-decoration: none !important;
}
.header-menu ul li a:hover {
  color: #ff6e21;
}
.header-contact {
  margin-top: 30px;
  text-align: right;
}
.header-contact-phone {
  font-size: 30px;
  color: #fff;
}
.header-contact-phone a {
  color: #fff;
}
.header-contact-phone a:hover {
  text-decoration: none !important;
}
.header-contact-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  background: #f4691f;
  height: 25px;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-contact-button a:hover {
  text-decoration: none !important;
}
.header-contact-button a:hover {
  background: #f6874c;
}
.main {
  background: url("../images/bg11.jpg") no-repeat center center;
  padding: 120px 0 45px;

  background-size: cover;
}
.main2 {
  background: url("../images/bg_19.jpg") no-repeat;
  background-repeat:no-repeat;
  padding: 120px 0 45px;
    width:100%;
    background-position:center top;
  background-size: cover;
}
.main2 h1
{
 margin-top:150px;
}
.h1 {
  font-size: 112px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.8;
  text-shadow: 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff;
}
.h1 span {
  font-size: 67px;
}
.main-slogan {
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
  text-shadow: 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff, 0 0 100px #fff;
  margin-bottom: 130px;
}
.promo {
  position: relative;
}
.promo:before {
  width: 102%;
  position: absolute;
  left: -1%;
  top: 0;
  z-index: 1;
  height: 100%;
  content: '';
  background: #ff6e21;
  display: block;
  -webkit-transform: rotate(2deg) translateY(-10px);
  -ms-transform: rotate(2deg) translateY(-10px);
  transform: rotate(2deg) translateY(-10px);
}
.promo-title {
  line-height: 0.9;
  color: #ff6e21;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.promo-description {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.promo-form input::-webkit-input-placeholder {
  color: #999898;
}
.promo-form input::-moz-placeholder {
  color: #999898;
}
.promo-form input:-ms-input-placeholder {
  color: #999898;
}
.promo-form input:-moz-placeholder {
  color: #999898;
}
.promo-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promo-form form input {
  font-size: 24px;
  padding-left: 10px;
  color: #000;
  border: 1px solid #686868;
  margin-right: 20px;
}
.promo-form form button {
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  height: 50px;
  padding: 0 40px;
  border-radius: 5px;
  cursor: pointer;
  background: #000;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.promo-form form button:hover {
  background: #333;
}
.promo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.promo-wrap {
  z-index: 2;
  position: relative;
  padding: 10px 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px #676c6d;
  box-shadow: 0 0 18px #676c6d;
}
.promo-info-note {
  color: #cac2c2;
  text-align: center;
  font-size: 12px;
  line-height: 0.9;
  max-width: 45%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.promo-info-timer-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}
.promo-info-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-info-timer-nums {
  font-weight: bold;
  color: #f4691f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cd-colon {
  font-size: 18px;
}
.cd-days {
  font-size: 54px;
  margin-right: 45px;
  text-align: center;
  line-height: 0.3;
}
.cd-num {
  text-align: center;
  line-height: 0.3;
  font-size: 54px;
  padding: 0 5px;
}
.cd-note {
  font-size: 18px;
  font-weight: bold;
}
.price {
  padding: 50px 0 70px;
  background: #f5f5f5;
}
.h2 {
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.price-item {
  background: #fff;
  padding: 30px;
}
.price-item-img {
  width: 100%;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}
.price-item-list {
  margin-bottom: 30px;
  height: 120px;
}
.price-item-list ul {
  padding: 0;
  margin: 0;
}
.price-item-list ul li {
  list-style: none;
}
.price-item-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.price-item-list ul li a {
  font-size: 22px;
  color: #f4691f;
  border-bottom: 1px solid #f4691f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.price-item-list ul li a:hover {
  text-decoration: none !important;
}
.price-item-list ul li a:hover {
  border-bottom: 1px solid transparent;
}
.price-items {
  margin-bottom: 50px;
}
.price-item-button a {
  background: #000;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.price-item-button a:hover {
  text-decoration: none !important;
}
.price-item-button a:hover {
  background: #333;
}
.price-form {
  -webkit-box-shadow: 0 0 18px #676c6d;
  box-shadow: 0 0 18px #676c6d;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 60px 90px 90px 65px;
}
.price-form-stick {
  position: absolute;
  text-transform: uppercase;
  right: -40px;
  bottom: -65px;
  background: #ff6e21;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  width: 420px;
  height: 130px;
  line-height: 1;
  font-size: 38px;
  color: rgba(255,255,255,0.3);
  text-align: right;
  padding-top: 30px;
  padding-right: 40px;
}
.price-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.price-form-top .selectric-wrapper {
  width: 100%;
}
.price-form-top .selectric-wrapper:not(:last-child) {
  margin-right: 20px;
}
.price-form-top .selectric .label {
  font-size: 24px;
  color: #999898;
}
.price-form-top .selectric {
  border: 1px solid #686868;
  background: #fff;
}
.price-form-top .selectric .button {
  background: #fff;
}
.price-form-top .selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-color: #ff6e21;
  border-bottom: none;
}
.price-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-form-bottom textarea::-webkit-input-placeholder {
  color: #999898;
}
.price-form-bottom textarea::-moz-placeholder {
  color: #999898;
}
.price-form-bottom textarea:-ms-input-placeholder {
  color: #999898;
}
.price-form-bottom textarea:-moz-placeholder {
  color: #999898;
}
.price-form-bottom textarea {
  font-size: 24px;
  padding: 10px;
  color: #999898;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
  margin-right: 20px;
  border: 1px solid #686868;
  resize: none;
}
.price-form-bottom button {
  background: #000;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  color: #fff;
  z-index: 2;
  width: calc(33% - 10px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.price-form-bottom button:hover {
  background: #333;
}
.portfolio {
  padding: 70px 0 40px;
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
}
.portfolio .h2 {
  color: #fff;
}
.portfolio-slider {
  position: relative;
}
.portfolio-slider-wrap {
  width: 80%;
  margin: 0 auto;
}
.portfolio-slider-prev,
.portfolio-slider-next {
  position: absolute;
  top: 35px;
  height: 117px;
  display: block;
  cursor: pointer;
  width: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-slider-prev:hover,
.portfolio-slider-next:hover {
  opacity: 0.8;
}
.portfolio-slider-prev {
  background: url("../images/prev-w.png") no-repeat center center;
  left: 15px;
}
.portfolio-slider-next {
  background: url("../images/next-w.png") no-repeat center center;
  right: 15px;
}
.portfolio-slider-item {
  position: relative;
  padding: 15px;
}
.portfolio-slider-item-image {
  height: 155px;
  width: 100%;
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px #fff;
  box-shadow: 0 0 20px #fff;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.portfolio-slider-item-title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.portfolio-slider-item-link {
  text-align: center;
}
.portfolio-slider-item-link a {
  color: #ff6e21;
  font-size: 18px;
  font-style: italic;
  border-bottom: 1px solid #ff6e21;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-slider-item-link a:hover {
  text-decoration: none !important;
}
.portfolio-slider-item-link a:hover {
  border-bottom: 1px solid transparent;
}
.portfolio-button {
  text-align: center;
  margin-top: 35px;
}
.portfolio-button a {
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  height: 58px;
  padding: 0 35px;
  background: #ff6e21;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-button a:hover {
  text-decoration: none !important;
}
.portfolio-button a:hover {
  background: #ff8b4d;
}
.pluses {
  background: #f76d2c;
  padding: 50px 0 25px;
}
.pluses-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pluses-price-left {
  position: relative;
  text-align: right;
}
.pluses-price-left-top {
  font-size: 135px;
  font-weight: bold;
  line-height: 0.7;
  text-transform: uppercase;
}
.pluses-price-left-bottom {
  font-size: 41px;
  font-weight: bold;
  text-transform: uppercase;
}
.pluses-price-right {
  margin-left: 20px;
  font-size: 72px;
  font-weight: bold;
}
.pluses-price-right span {
  font-size: 180px;
  line-height: 0.6;
}
.pluses-why {
  margin-top: 70px;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.pluses-item {
  position: relative;
  text-align: center;
  color: #fff;
}
.pluses-item-num {
  line-height: 1;
  font-size: 72px;
  margin: 0 auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
  height: 85px;
  width: 85px;
  background: transparent;
  -webkit-box-shadow: 0 0 15px rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(255,255,255,0.8);
}
.pluses-item-title {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 10px;
  font-weight: bold;
}
.pluses-item-text {
  font-size: 14px;
  line-height: 16px;
}
.article {
  padding: 50px 0 35px;
  background: #fff;
}
.article-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  margin-bottom: 30px;
}
.article-content-image {
  float: left;
  max-width: 40%;
  height: auto;
  position: relative;
  margin-right: 25px;
}
.article-content-image img {
  display: block;
  height: auto;
  max-width: 100%;
}
.article-content-text p {
  font-size: 18px;
  line-height: 22px;
}
.article-content p
{
  font-size: 20px;
  line-height: 24px;
}
.article-content-text p span {
  font-size: 24px;
  line-height: 30px;
}
.article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.article-bottom-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-top: 15px;
}
.article-bottom-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.article-bottom-left-title {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1;
}
.article-bottom-left-phone {
  font-size: 30px;
  margin-bottom: 20px;
}
.article-bottom-left-phone a {
  color: #000;
}
.article-bottom-left-phone a:hover {
  text-decoration: none !important;
}
.article-bottom-left-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  border-radius: 4px;
  background: #f4691f;
  text-transform: uppercase;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-bottom-left-button a:hover {
  text-decoration: none !important;
}
.article-bottom-left-button a:hover {
  background: #f6874c;
}
.article-bottom-right-item {
  max-width: 270px;
}
.article-bottom-right-item:not(:last-child) {
  margin-right: 30px;
}
.article-bottom-right-item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 145px;
  margin-bottom: 15px;
}
.article-bottom-right-item-date {
  font-size: 12px;
  color: #979797;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.article-bottom-right-item-title a {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-bottom-right-item-title a:hover {
  text-decoration: none !important;
}
.article-bottom-right-item-title a:hover {
  color: #f4691f;
}
.article-bottom-right-more {
  text-align: center;
  margin-top: 30px;
}
.article-bottom-right-more a {
  color: #f4691f;
  font-size: 24px;
  border-bottom: 1px solid #f4691f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-bottom-right-more a:hover {
  text-decoration: none !important;
}
.article-bottom-right-more a:hover {
  border-bottom: 1px solid transparent;
}
.digits {
  background: url("../images/bg3.jpg") no-repeat center top;
  background-size: cover;
  padding: 85px 0 70px;
}
.digits-item-num {
  color: #f4691f;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.digits-item-title {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}
.digits-item-text {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
.digits-item-link {
  text-align: center;
}
.digits-item-link a {
  color: #f4691f;
  font-size: 24px;
  line-height: 20px;
  border-bottom: 1px solid #f4691f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.digits-item-link a:hover {
  text-decoration: none !important;
}
.digits-item-link a:hover {
  border-bottom: 1px solid transparent;
}
.reviews {
  padding: 50px 0 30px;
  background: url("../images/bg4.jpg") no-repeat center center;
  background-size: cover;
}
.reviews-slider {
  position: relative;
}
.reviews-slider-prev,
.reviews-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  height: 117px;
  width: 32px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews-slider-prev:hover,
.reviews-slider-next:hover {
  opacity: 0.8;
}
.reviews-slider-prev {
  left: 15px;
  background: url("../images/prev-b.png") no-repeat center center;
}
.reviews-slider-next {
  right: 15px;
  background: url("../images/next-b.png") no-repeat center center;
}
.reviews-slider-wrap {
  width: 85%;
  margin: 0 auto;
}
.reviews-slider-item {
  background: #fff;
  height: 265px;
  width: 100%;
  padding: 30px 20px 20px 20px;
}
.reviews-slider-item img {
  width: auto !important;
}
.reviews-slider-item-mark {
  position: absolute;
  right: 10px;
  top: 10px;
}
.reviews-slider-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.reviews-slider-item-top-left {
  height: 70px;
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.reviews-slider-item-top-right-name {
  color: #808080;
  font-style: italic;
  font-size: 16px;
}
.reviews-slider-item-top-right-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.reviews-slider-item-text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  overflow-y: auto;
  height: 115px;
  padding-right: 20px;
}
.ups::-webkit-scrollbar {
  width: 10px;
  overflow: visible;
}
.ups::-webkit-scrollbar-track:vertical {
  background: #bdbdbd;
}
.ups::-webkit-scrollbar-thumb:vertical {
  background: #000;
  height: 12px;
}
.ups::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
.reviews-button {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 15px;
}
.reviews-button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  height: 58px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews-button a:hover {
  text-decoration: none !important;
}
.reviews-button a:hover {
  background: #333;
}
.reviews-more {
  text-align: center;
}
.reviews-more a {
  font-size: 24px;
  border-bottom: 1px solid #f4691f;
  color: #f4691f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews-more a:hover {
  text-decoration: none !important;
}
.reviews-more a:hover {
  border-bottom: 1px solid transparent;
}
.partners {
  padding: 90px 0 70px;
  background: #fff;
}
.partners-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer {
  padding: 30px 0;
  background: #222;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-logo {
  width: 115px;
  margin: 0 20px;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer-counter {
  margin-right: 15px;
}
.footer-copyright-top {
  color: #c7bfbf;
  font-size: 14px;
  line-height: 1;
}
.footer-copyright-bottom {
  font-size: 12px;
  line-height: 1;
  color: #686868;
}
.footer-development {
  margin-left: auto;
  font-size: 14px;
  color: #cacaca;
}
.footer-development a {
  color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-development a:hover {
  text-decoration: none !important;
}
.footer-development a:hover {
  color: #f4691f;
}
.hamburger {
  display: none;
  padding: 0;
  margin-top: 40px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background: #fff;
}
.header-menu-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #000;
  text-align: right;
  padding: 0 15px;
  padding-bottom: 15px;
}
.header-menu-mobile ul {
  margin: 0;
}
.header-menu-mobile ul li {
  list-style: none;
}
.header-menu-mobile ul li a {
  color: #ffcbaf;
  text-transform: uppercase;
  font-size: 24px;
}
.header-menu-mobile ul li a:hover {
  text-decoration: none !important;
}
@media (max-width: 1199.98px) {
  .header-wrap-logo {
    max-width: 200px;
    margin-top: 35px;
  }
  .h1 span {
    font-size: 55px;
  }
  .price-item-list ul li a {
    font-size: 18px;
  }
  .pluses-price-right span {
    font-size: 170px;
  }
  .pluses-price-left-top {
    font-size: 130px;
  }
  .pluses-price-left-bottom {
    font-size: 38px;
  }
  .digits-item-link a {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .header-menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .header-contact {
    margin-top: 20px;
  }
  .promo-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-form form input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .promo-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-info-note {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .h1 {
    font-size: 100px;
  }
  .h1 span {
    font-size: 40px;
  }
  .price-item {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .price-item-list {
    height: auto;
  }
  .price-form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-form-top .selectric-wrapper:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .price-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-form-bottom textarea {
    width: 100%;
    margin-right: 0;
  }
  .price-form-bottom button {
    padding: 0 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 250px;
    margin-top: 15px;
  }
  .pluses-price-left-top {
    font-size: 90px;
  }
  .pluses-price-left-bottom {
    font-size: 28px;
  }
  .pluses-price-right span {
    font-size: 140px;
  }
  .pluses-price-right {
    font-size: 50px;
  }
  .article-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-bottom-right-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .article-bottom-left {
    margin-bottom: 50px;
  }
  .reviews-slider-wrap {
    max-width: 80%;
  }
  .partners-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners-logo {
    margin-bottom: 30px;
  }
  .footer-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrap > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 15px;
  }
  .footer-logo {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .h1 span {
    font-size: 30px;
  }
  .h1 {
    font-size: 80px;
  }
  .price-form-bottom textarea {
    font-size: 18px;
  }
  .price-form-top .selectric .label {
    font-size: 18px;
  }
  .pluses-price-left-top {
    font-size: 65px;
  }
  .pluses-price-left-bottom {
    font-size: 18px;
  }
  .pluses-price-right span {
    font-size: 90px;
  }
  .pluses-price-right {
    font-size: 40px;
  }
  .pluses-why {
    font-size: 30px;
  }
  .pluses-item {
    margin-bottom: 30px;
  }
  .article-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .article-content-image {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .digits-item {
    margin-bottom: 30px;
  }
  .reviews-slider-wrap {
    max-width: 70%;
  }
}
@media (max-width: 575.98px) {
  .header-contact-button a {
    height: 30px;
  }
  .h1 {
    font-size: 60px;
    line-height: 0.8;
  }
  .h1 span {
    font-size: 18px;
  }
  .main-slogan {
    font-size: 16px;
  }
  .promo-form form button {
    padding: 0;
    width: 100%;
  }
  .promo-info-timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo-info-timer-title {
    font-size: 14px;
  }
  .cd-days {
    margin-right: 15px;
    font-size: 30px;
    line-height: 0.5;
    margin-top: 5px;
  }
  .cd-num {
    font-size: 30px;
    line-height: 0.5;
    padding: 0;
    margin-top: 5px;
  }
  .cd-note {
    font-size: 14px;
  }
  .price-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .portfolio-slider-prev,
  .portfolio-slider-next {
    display: none;
  }
  .portfolio-slider-wrap {
    width: 100%;
  }
  .portfolio-button a {
    font-size: 24px;
  }
  .pluses-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pluses-price-left {
    text-align: center;
  }
  .pluses-price-left-top {
    font-size: 100px;
  }
  .pluses-price-left-bottom {
    font-size: 30px;
    margin-left: 80px;
  }
  .pluses-price-right {
    text-align: center;
  }
  .pluses-price-right span {
    font-size: 70px;
  }
  .pluses-price-right {
    font-size: 35px;
  }
  .article-bottom-right-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-bottom-right-item {
    max-width: 100%;
  }
  .article-bottom-right-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .reviews-slider-prev,
  .reviews-slider-next {
    display: none;
  }
  .reviews-slider-wrap {
    max-width: 100%;
  }
  .reviews-slider-item {
    height: auto;
  }
  .reviews-slider-item-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .reviews-button a {
    font-size: 24px;
  }
}
.fotos_i
{
 float:left;
 width:300px;
 margin-left:10px;
 margin-right:10px;
 margin-bottom:20px;
}
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.block_v
{
 width:33%;
 float:left;

}
.block_v:nth-child(3)
{
 width:33%;
 float:right;

}
.block_v:nth-child(2)
{
 width:34%;
 float:left;

}
@media only screen and (min-width: 300px) {

    .block_v
    {
     width:100%;
     clear:both;
    }
     .block_v:nth-child(2)
    {
     width:100%;
     clear:both;
    }
     .block_v:nth-child(3)
    {
     width:100%;
     clear:both;
    }
}
@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .block_v
    {
     width:100%;
     clear:both;
    }
     .block_v:nth-child(2)
    {
     width:100%;
     clear:both;
    }
    .block_v:nth-child(3)
    {
     width:100%;
     clear:both;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .block_v
    {
     width:100%;
     clear:both;
    }
     .block_v:nth-child(2)
    {
     width:100%;
     clear:both;
    }
     .block_v:nth-child(3)
    {
     width:100%;
     clear:both;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .block_v
    {
     width:33%;
     float:left;
    clear:none;
    }
    .block_v:nth-child(3)
    {
     width:33%;
     float:right;
     clear:none;
    }
    .block_v:nth-child(2)
    {
     width:33%;
     float:left;
     clear:none;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .block_v
    {
     width:33%;
     float:left;
     clear:none;
    }
    .block_v:nth-child(3)
    {
     width:33%;
     float:right;
     clear:none;
    }
    .block_v:nth-child(2)
    {
     width:33%;
     float:left;
     clear:none;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
    .block_v
    {
     width:33%;
     float:left;
     clear:none;
    }
    .block_v:nth-child(3)
    {
     width:33%;
     float:right;
     clear:none;
    }
    .block_v:nth-child(2)
    {
     width:33%;
     float:left;
     clear:none;
    }
}
.item img
{
 width:100%;
}
.title_v
{
     font-size: 35px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
    border-bottom:1px #f4691f solid;
}

.block_v ul li
{
 border-bottom:1px #ccc dotted;
 padding-bottom:5px;
 padding-top:5px;
}

.block_v ul li{
    list-style: none;
}
.block_v ul li{
    padding-left: 20px;
    position: relative;
    font-size:14px;
    text-transform:uppercase;
    margin: 10px;
}
.block_v ul li:before{
    content: '\2714';
    position: absolute; top: 0; left: 0;
    color: #f4691f;
    font-weight:bold;
    font-size:20px;
}
.block_v .price
{
 background:none;
 border-top:3px #f4691f solid;
 padding-top:20px;
 text-align:center;
 font-size:22px;
 margin-bottom:0px;
 padding-bottom:20px;
}
.block_v .price span
{
 font-size:32px;
 font-weight:bold;
 color:#f70000;
}
 .article-bottom-left-button2
 {
  text-align:center;

 }
.article-bottom-left-button2 a {

  display:block;
  margin:0 auto;
  max-width:250px;
  font-size:32px;
  padding-left:30px;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:30px;
  line-height:16px;
  color:#fff;
  border-radius: 4px;
  background: #f4691f;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-bottom-left-button2 a:hover {
  text-decoration: none !important;
}
.article-bottom-left-button2 a:hover {
  background: #f6874c;
}
.liner
{
 border-bottom:1px #ccc dashed;
 margin-top:20px;
 height:0px;
 padding-top:0px;
 margin-bottom:15px;

}
table ul
{
 padding-bottom:0px;
 margin-bottom:0px;
}
.hh2
{
 color:#f4691f;
 text-transform:uppercase;
 text-align:center;
 font-size:28px;
 margin-bottom:30px;
}
.partners-logo img
{
 max-width: 140px;
}
.ptable
{
 margin:0 auto;
 width:100%;
}
.ptable td:nth-child(1)
{
 width:110px;
}
.ptable td:nth-child(2)
{
 text-align:right;
}
.ptable td:nth-child(2) input
{
 margin-right:0px !important;
}
.inpt
{
width:100%;
height:50px;
line-height:14px;
font-size:12px;
padding:5px;
margin-top:10px;
font-family:arial;
}
.title_z
{
 color:#f4691f;
 font-size:18px;
 font-weight:bold;
 display:block;
 margin-bottom:10px;
 text-transform:uppercase;
}
.price_new
{
 border:3px #f70000 solid;
 padding:35px;
 text-align:left;

 clear:both;
 margin-top:20px;

}
.title_price
{
 font-size:24px;
 text-transform:uppercase;
 color:#f4691f;
 font-weight:bold;

}

