.btn-black {
  border: 1px solid #171717;
    background: #171717;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .btn-black:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

.btn-bred {
  background-color: #B02B2C;
  border-color: #8B2121;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
  padding: 10px 30px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .btn-bred:hover {
    opacity: .8;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
	
.btn-nobord{
	background-color: transparent;
    border-color: transparent;
    color: #000;  
	font-size: 16px;
}

/* ------------ ÐÐÐ˜ÐœÐÐ¦Ð˜Ð¯ ÐšÐÐžÐŸÐšÐ˜ --------------- */
            
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }

            
.btn-animate{
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.btn-animate::after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
            animation-name: slideme;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
            
/* ------------ ÐÐÐ˜ÐœÐÐ¦Ð˜Ð¯ ÐšÐÐžÐŸÐšÐ˜ --------------- */

.def-section {
  padding: 50px 0;
/*   overflow: hidden; */
  line-height: 1.3;  }
  .def-section *{
	  line-height: 1.3;
  }
  .def-section p{
	  margin-bottom: 10px;
	  font-size: 16px;
  }
  .def-section img{
  max-width: 100%;  }
  .def-section .container{
	  width: 1080px;
  }
  .def-section.grey {
    background: #f9f9f9;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f6fcfd40));
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f6fcfd40 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #f6fcfd40 100%);
    background-image: linear-gradient(0deg, #ffffff 0%, #f6fcfd40 100%);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .def-section .title-block {
    text-align: center; }
    .def-section .title-block h2 {
      text-transform: uppercase;
      font-weight: 900; }
    .def-section .title-block .desc {
      font-weight: 700;
      color: #949494;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
  .def-section h1 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  .def-section h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    max-width: 80%;
    bottom: 0;
    height: 1px;
    background: #e1e1e1;
    z-index: 1; }
  .def-section h1::before {
    content: '';
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background: #fcfcfc;
    height: 9px;
    width: 9px;
    border: 1px solid #e1e1e1;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -4.5px;
    z-index: 2; }

  .def-section h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  .def-section h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    max-width: 80%;
    bottom: 0;
    height: 1px;
    background: #e1e1e1;
    z-index: 1; }
  .def-section h2::before {
 /* -   content: '';  -*/ 
    -webkit-border-radius: 20px;
            border-radius: 20px;
    background: #fcfcfc;
    height: 9px;
    width: 9px;
    border: 1px solid #e1e1e1;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -4.5px;
    z-index: 2; }
    
     .def-section h2 span{
      color: #f57b4d;
      font-size: 26px;
      font-weight: bold;
      z-index: 9;
      text-align: center;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }            
    
	
.def-slider-wrap {
  padding: 30px 30px; }
  
.product-block h2{
	text-align: left;
	padding-bottom: 0;
	font-size: 36px !important;
	margin-bottom: 15px;
}
  
.product-block h2:after{
	display: none;
}
.product-block h3{
	text-align: left;
	padding-bottom: 15px;
}
.image-block {
  position: relative;
  padding: 0;
  line-height: 1.3;  }
  .image-block::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
  .image-block.topper .caption {
    top: 60px; }
  .image-block.bottomer .caption {
    bottom: 150px; }
  .image-block .caption {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
	z-index: 10;}
    .image-block .caption h2 {
      position: relative;
      color: #fff;
      font-size: 48px;
      font-weight: bold;
      text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9); }
      .image-block .caption h2::after {
        display: none; }
      .image-block .caption h2::before {
        display: none; }
	.image-block .caption h1 {
      position: relative;
      color: #fff;
      font-size: 48px;
      font-weight: bold;
      text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9); }
      .image-block .caption h1::after {
        display: none; }
      .image-block .caption h1::before {
        display: none; }


  .def-section .caption .desc{
  font-size: 36px;
  line-height: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9);}

  .def-section .caption .desc span{
  color: #ffeb00;
  font-size: 30px;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }  



.quiz-block {
  position: relative;
  padding: 60px 0;
  min-height: 100vh;
  background-size: cover !important;
  background-position: center center !important;}
  .quiz-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-ndex: 1; }
  .quiz-block .caption {
    width: 100%;
    text-align: left;
    position: relative;
    z-ndex: 2; }
	.quiz-block .caption .form-description{
		font-size: 26px;
		font-weight: bold;
		text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9);
	}
    .quiz-block .caption h2 {
      position: relative;
      color: #fff;
      font-size: 36px;
      font-weight: bold;
	  text-align: left;
      text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.9); }
      .quiz-block .caption h2::after {
        display: none; }
      .quiz-block .caption h2::before {
        display: none; }
    .quiz-block .caption {
      color: #fff; }
  
/* ----------------- QUIZ --------------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.d-none {
  display: none !important; }

.progress {
  margin: 0px 0 20px;
  padding: 0;
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #0E8420; }

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px; }

.progress-bar {
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #013e98;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.results .social-likes {
  padding: 1rem 0; }

.loading-wave {
  margin: auto;
  width: 50px;
  height: 40px;
  font-size: .8rem;
  display: none; }

.loading-wave > div {
  background-color: #fff;
  height: 100%;
  width: 3px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
          animation: stretchdelay 1.2s infinite ease-in-out; }

.loading-wave .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }

.loading-wave .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

.loading-wave .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }

.loading-wave .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }
			
.flex-wrap{
	display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
			
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
	
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.form-submit.active .btn-submit {
  font-size: 0; }

.form-submit.active .loading-wave {
  display: inline-block !important; }
  
.quiz-form .answer{
	display: none;
}

.form-cover.d-none + .quiz-form{
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 15px 15px;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .quiz-form .form-title {
    padding: 18px 40px; }
	
  .quiz-form .form-description  {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px; }
  .quiz-form .form-submit {
    text-align: center; }
  .quiz-form .form-nav {
    position: relative;
    overflow: hidden; }
    .quiz-form .form-nav .btn-next {
      float: right;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .quiz-form .form-nav .btn-back {
      float: left;
      -webkit-border-radius: 3px;
              border-radius: 3px; }
  .quiz-form .custom-check-container {
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 15px; }
    .quiz-form .custom-check-container .custom-check {
	  display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      padding: 15px 60px;
      min-height: 70px;
      cursor: pointer;
      position: relative;
      background-color: #eff2f3;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      overflow: hidden;
      z-index: 1;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .quiz-form .custom-check-container .custom-check:hover {
        -webkit-box-shadow: 0 10px 25px 4px rgba(211, 211, 211, 0.46);
                box-shadow: 0 10px 25px 4px rgba(211, 211, 211, 0.46); }
        .quiz-form .custom-check-container .custom-check:hover .check-icon {
          border: 4px solid #cee9f6;
          background: url(../img/check.svg) no-repeat center;
          background-color: #fff;
          -webkit-background-size: 15px 15x;
                  background-size: 15px;
          -webkit-box-shadow: 0 0 5px 1px rgba(194, 194, 194, 0.31);
                  box-shadow: 0 0 5px 1px rgba(194, 194, 194, 0.31);
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
      .quiz-form .custom-check-container .custom-check input {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 4; }
        .quiz-form .custom-check-container .custom-check input + div {
          outline: 2px solid transparent; }
        .quiz-form .custom-check-container .custom-check input:checked + div {
          cursor: pointer; }
          .quiz-form .custom-check-container .custom-check input:checked + div label span {
            color: #43a9de; }
          .quiz-form .custom-check-container .custom-check input:checked + div .check-icon {
            background: url(../img/check-active.svg) no-repeat center;
            background-color: #43a9de;
            -webkit-background-size: 15px 15px;
                    background-size: 15px;
            -webkit-transition: background-color 0.2s linear;
            -o-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            -webkit-box-shadow: 0 0 10px 1px rgba(67, 169, 222, 0.62);
                    box-shadow: 0 0 10px 1px rgba(67, 169, 222, 0.62);
            border-color: transparent; }
      .quiz-form .custom-check-container .custom-check .check-content {
        position: static; }
      .quiz-form .custom-check-container .custom-check .image {
        position: absolute;
        width: 150px;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-background-size: cover !important;
                background-size: cover !important;
        background-repeat: no-repeat; }
        .quiz-form .custom-check-container .custom-check .image + .radio-label {
          padding-left: 150px; }
      .quiz-form .custom-check-container .custom-check .check-icon {
        position: absolute;
        height: 30px;
        width: 30px;
        z-index: 3;
        -webkit-border-radius: 10000000px;
                border-radius: 10000000px;
        top: 50%;
        right: 30px;
        margin-top: -22.5px;
        -webkit-box-shadow: 0 0 5px 1px rgba(194, 194, 194, 0.31);
                box-shadow: 0 0 5px 1px rgba(194, 194, 194, 0.31);
        background: url(../img/check.svg) no-repeat center;
        background-color: #fff;
        -webkit-background-size: 21px 21px;
                background-size: 21px; }
      .quiz-form .custom-check-container .custom-check label {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        font-size: 14px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        text-align: left;
        overflow-y: auto; }
        .quiz-form .custom-check-container .custom-check label span {
          border-bottom: 1px dotted #000000;
          line-height: 21px; }
  .quiz-form .step-counter {
    position: absolute;
    top: 20px;
    left: -15px;
    background: #f2f2f2;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 5px 10px; }
    .quiz-form .step-counter span {
      font-weight: bold;
      font-size: 18px; }
      .quiz-form .step-counter span.current-step {
        color: #0E8420;
        font-size: 24px; }
		
.quiz-block .bonus {
    display: block;
    position: relative; }
    .quiz-block .bonus p {
      font-size: 14px; }
    .quiz-block .bonus .bonus-item {
      display: inline-block;
      position: relative;
      max-width: 250px;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      padding-left: 90px;
      padding: 15px 15px 15px 100px;
      background: linear-gradient(128deg, #51b905 0%, #65ea06 40%, #245502 100%); }
      .quiz-block .bonus .bonus-item img {
        width: 60px;
        position: absolute;
        left: 15px;
        top: 10px; }
      .quiz-block .bonus .bonus-item span {
        color: #fff;
        font-size: 14px;
        font-weight: bold; }

/* ----------------- QUIZ --------------- */

.def-slider {
  position: relative; }
  .def-slider .owl-prev i,
  .def-slider .owl-next i{
	  line-height: 1;
  }
  .def-slider .owl-prev,
  .def-slider .owl-next {
    color: #ffffff;
    width: 40px;
    height: 60px;
    font-size: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 50%;
    margin-top: -20px; }
    .def-slider .owl-prev:hover,
    .def-slider .owl-next:hover {
      color: #fff;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
  .def-slider .owl-prev {
    left: 20px; }
  .def-slider .owl-next {
    right: 20px; }

.works-slider {
  position: relative; }
  .works-slider .item {
    position: relative; }
    .works-slider .item .desc {
      text-align: center;
      margin-bottom: 15px; }
      .works-slider .item .desc span {
        display: block;
        font-weight: 100;
        font-size: 20px; }

	
.title-block {
  padding: 0;
  position: relative;
}
.title-block *{
line-height: 1.3;  }
  .title-block .bouncher {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9; }
    .title-block .bouncher .bouncing-icon {
      border: 2px solid #fff;
      height: 28px;
      display: inline-block;
      width: 23px;
      -webkit-border-radius: 11px;
              border-radius: 11px;
      color: #B9B4B4;
      -webkit-transition: all 1s ease 0s;
      -o-transition: all 1s ease 0s;
      transition: all 1s ease 0s;
      margin-top: 8px;
      -webkit-animation: 3s ease 0s normal none infinite running bounce;
              animation: 3s ease 0s normal none infinite running bounce; }
      .title-block .bouncher .bouncing-icon:hover {
        color: #e31e25; }
  .title-block .main-slider {
    position: relative;
    z-index: 8;	}
    .title-block .main-slider .item {
      position: relative;
      min-height: 100vh;
      -webkit-background-size: cover !important;
              background-size: cover !important;
      background-position: center center !important; }
      .title-block .main-slider .item::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99; }
  .title-block .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .title-block .caption .first-screen-form {
      max-width: 600px;
      margin: 30px auto; }
      .title-block .caption .first-screen-form button {
        margin-top: 15px; }
      .title-block .caption .first-screen-form input {
        background: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #fff;
        display: block;
        width: 100%;
        padding: 5px 10px;
        color: #fff; }
        .title-block .caption .first-screen-form input::-webkit-input-placeholder {
          color: #fff; }
        .title-block .caption .first-screen-form input:-ms-input-placeholder {
          color: #fff; }
        .title-block .caption .first-screen-form input::-ms-input-placeholder {
          color: #fff; }
        .title-block .caption .first-screen-form input::placeholder {
          color: #fff; }
        .title-block .caption .first-screen-form input:focus {
          outline: none; }
    .title-block .caption h1 {
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      z-index: 9;
      text-align: center;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }
      
    .title-block .caption h1 span{
      color: #ffeb00;
      font-size: 36px;
      font-weight: bold;
      z-index: 9;
      text-align: center;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }        
	  
	.title-block .caption .desc {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      z-index: 9;
      text-align: center;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 2; }

.video-gallery {
  position: relative;
  padding: 30px 0; }
  .video-gallery .item {
    margin-bottom: 30px; }
    .video-gallery .item a {
      display: block;
      position: relative; }
      .video-gallery .item a::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1; }
      .video-gallery .item a::before {
        content: "\f0a1";
        font-family: 'IcoFont';
        display: block;
        text-align: center;
        line-height: 70px;
        font-size: 30px;
        padding-left: 5px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        height: 70px;
        width: 70px;
        background: #171717;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -35px;
        z-index: 2; }

.photo-gallery {
  position: relative;
  padding: 30px 0; }
  .photo-gallery .item {
    margin-bottom: 30px; }
    .photo-gallery .item a {
      display: block;
      position: relative; }

.interiers {
  margin-top: 40px; }
  .interiers .item {
    position: relative;
    text-align: center;
	margin-bottom: 30px;}
    .interiers .item .icon {
      margin-bottom: 15px; }
	  	  .interiers .item .icon i {
        width: 150px;
        height: 150px;
		font-size: 70px;
		line-height: 150px;
		text-align: center;
		color: #265099;
        border: 2px solid #265099;
        -webkit-border-radius: 10%;
                border-radius: 10%;
        -webkit-background-size: cover !important;
                background-size: cover !important;
        background-position: center center;
        display: inline-block; }
      .interiers .item .icon .img {
        width: 150px;
        height: 150px;
        border: 2px solid #265099;
        -webkit-border-radius: 10%;
                border-radius: 10%;
        -webkit-background-size: cover !important;
                background-size: cover !important;
        background-position: center center;
        display: inline-block; }
    .interiers .item .text {
      position: relative; }
      .interiers .item .text .title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase; 
		color: #333;}
      .interiers .item .text .title span{
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase; 
		color: #f20000;}
.form-block {
  position: relative;
  background: #265099;
  padding: 30px 0; }
  .form-block button {
    white-space: normal; }
  .form-block input {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    padding: 5px 10px;
    color: #fff; }
    .form-block input::-webkit-input-placeholder {
      color: #fff; }
    .form-block input:-ms-input-placeholder {
      color: #fff; }
    .form-block input::-ms-input-placeholder {
      color: #fff; }
    .form-block input::placeholder {
      color: #fff; }
    .form-block input:focus {
      outline: none; }

.cols {
  margin: 30px 0; }
  .cols .item {
    position: relative;
    margin-bottom: 30px; }
    .cols .item .image {
      text-align: center; }
    .cols .item .text {
      margin-top: 15px;
      font-size: 14px; }
      .cols .item .text h3 {
        font-weight: bold;
        font-size: 20px;
        text-align: center; }

.reviews {
  position: relative; }
  .reviews .items {
    margin-top: 30px; }
    .reviews .items .item {
      position: relative; }
      .reviews .items .item .image {
        text-align: center; }
        .reviews .items .item .image img {
          max-width: 200px;
          display: inline-block;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
      .reviews .items .item .text {
        margin-top: 30px; }
        .reviews .items .item .text .name {
          font-weight: bold;
          font-size: 18px;
          text-align: center;
          display: block;
          margin-bottom: 10px; }
        .reviews .items .item .text p {
          font-size: 14px;
          margin: 0 auto;
          max-width: 300px; }

.accordeon {
  position: relative;
  margin-top: 30px; }
  .accordeon .card {
    position: relative; }
    .accordeon .card + .card {
      margin-top: 15px; }
    .accordeon .card .card-header {
      padding: 10px 15px; }
      .accordeon .card .card-header button {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        color: #171717;
        white-space: normal; }
        .accordeon .card .card-header button:hover, .accordeon .card .card-header button:active, .accordeon .card .card-header button:focus {
          text-decoration: none;
          color: #e31e25; }

.simple-half-block {
  margin-top: 30px; }

		
.big-blocks{
	position: relative;
}

.big-blocks .big-block{
	padding: 30px 0;
}

.big-blocks .big-block.bgc{
	background: #eee;
}

.big-blocks .big-block + .big-block{
	border-top: 1px solid #ddd;
}

.big-blocks .big-block .inliner>*{
	vertical-align: middle;
}

.big-blocks .big-block h3{
	font-size: 24px;
}

.big-blocks .big-block p{
	font-size: 16px;
}

.hidden-desktop{
	display: none;
}

.widget-sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	z-index: 999;
}

.def-section.no-overflow{
	overflow: visible !important;
}

.pos_stt{
	position: static;
}

.sidebar{
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
}

.flex_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.nav.nav-pills > li > a{
	font-weight: bold;
}

.nav.nav-pills > li + li > a{
	display: inline-block;
	border-top: 1px solid #f3f3f3;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.blog_wrap{
	padding: 2rem;
}

.h4{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 700;
	line-height: 1.4em;
	text-align: left;
}

.menu_catalog{
	list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
    .menu_catalog li {
      display: block;
      width: 100%;
      text-align: left;
      line-height: 1.3; }
      .menu_catalog li a {
        font-size: 14px;
		line-height: 1.3;
		display: inline-block;
        font-weight: bold;
        color: #333;
		border: 1px solid #333;
		border-radius: 20px;
        text-transform: uppercase;
        padding: 5px 15px;
		margin-bottom: 3px;
		transition: all .2s ease;}
		
		.menu_catalog li a:hover{
			text-decoration: none;
			border: 1px solid #ffaf34;
			background: #ffaf34;
			color: #fff;
			transition: all .2s ease;
		}
.form_block{
	border: 1px solid #eeeeee;
	padding: 30px 30px;
	margin: 30px 0;
	background: #eeeeee;
	color: #333;
}

.form_block .h2{
	color: #333;
	font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
	padding-left: 35px;
	position: relative;
}

.form_block .h2 i{
	color: #265099;
	font-size: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form_block .desc{
	margin-bottom: 15px;
	font-size: 16px;
}


@media (min-width: 992px){
	.flex_col-lg-4,
	.flex_col-lg-8{
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.flex_col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.flex_col-lg-8 {
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
	}
}

@media (max-width: 1200px) {
	.interiers .item .icon .img {
    width: 130px;
    height: 130px; }
	.def-section .container {
    max-width: 1080px;
	width: 100%;
}}

@media (max-width: 991px) {
  .interiers .item {
    margin-bottom: 30px; }
	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}
	.blog-widget.mobile{
		margin: 15px 0;
	}}

@media (max-width: 768px) {
	.hidden-mobile{
		display: none;
	}
	.hidden-desktop{
		display: block;
	}
  .def-slider-wrap{
	  padding: 30px 0;
	  margin-left: -15px;
	  margin-right: -15px;
  }
.reviews .items .item {
    margin-bottom: 30px; }
.image-block .caption h2 {
    font-size: 18px; 
    padding-bottom: 20px;
    margin-bottom: 20px;}
.image-block .caption h2 span {
      font-size: 14px;
}    
.image-block .caption h1 {
    font-size: 24px;
	margin-bottom: 30px;
	padding: 25px 0px 0px 0px;}
.image-block .caption .desc {
    font-size: 16px; }	
.image-block.bottomer .caption {
    bottom: -20px;
}	}

@media (max-width: 600px) {
	.title-block .caption h1{
		font-size: 32px;
	}
	.image-block .caption h1 {
		font-size: 24px;
		margin-bottom: 30px;
		padding: 25px 0px 0px 0px;}
	}

