/*
1. General
**********************************************************************/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  line-height: 1.2em;
  font-size: 17px;
  line-height: 20px;
  background-color: black; }

a {
  color: #ff6b01;
  text-decoration: none; }

a:hover {
  color: #FECE1A;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1 {
  margin: 10px; }

p {
  padding: 10px 0px;
  font-weight: 400;
   }
.zzz{color: #151515!important;
    font-size: 1.7rem!important;}
.pd-0 {padding:0px;}

.navbar {
 /** background: #ff6700; **/
  margin-bottom: 0;
   border-bottom:2px solid #f9f9f9f7;}

.navbar-fixed-top {
  min-height: 60px;
  height: 60px;
  padding-top: 0; }

.navbar-inner {
  background: #fff;
  border-radius: 0;
  filter: none;
  border: none;
  box-shadow: none; }

.navbar .brand span {
  display: inline-block;
  font-size: 20px;
  text-shadow: none;
  font-weight: normal;
  color: #ff6700; }
.navbar .brand span:first-child {
  margin-bottom: 5px; }

.li_last {
  border: none !important; }
  .li_last:hover {
    border: none !important; }

body .navbar .nav > li:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  border-right: 1px solid yellow;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important; }

.navbar .nav > li > a {
  text-transform: uppercase;
  line-height: inherit;
  vertical-align: middle;
  margin: 24px 3px;
  padding: 0 15px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-right: 1px solid #e4e4e4;
  box-shadow: none;
  font-size: 15px;
  text-shadow: none;
  color: #191919;
  transition: border-color 1s ease; }

.navbar .nav > li:hover > a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  /**border: 1px solid #FECE1A; **/
 
 /** background-color: #181A1C; **/
  transition: border-color 1s ease; }
.navbar .nav > li:hover,.navbar .nav > .active {background-color: yellow;}
.nav-pills {
  margin-bottom: 30px; }

.nav-pills > li > a {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #181A1C; }

.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background: #181A1C;
  color: #fff; }

.navbar .btn-navbar:hover, .navbar .btn-navbar {
  border-radius: 0;
  background: #ff6700;
  color: #000; }

.navbar .nav > li > a:focus {
  color: #FF6700 !important; }

/******
2. Layout
**********************************************************************/
.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center; }

/* Use this class if you want ceter element with span* class */
.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center; }

.highlighted-box {
  background: #F4F8F9;
  padding: 20px 30px; }

.highlighted-box h1 {
  margin: 0px; }

.large-text {
  line-height: 1.2em;
  font-size: 30px;
  color: #181A1C;
  padding: 20px;
  margin-bottom: 20px; }

.highlighted-box h1, .highlighted-box p {
  color: #181A1C !important; }

.circle-border {
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -khtml-border-radius: 500px;
  border: 3px solid #ff6700; }

.left-align {
  text-align: left; }

.right-align {
  text-align: left; }

.error {
  color: #CF0000;
  display: none; }

.invisible {
  display: none;
  visibility: visible; }

.triangle {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #181A1C;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative; }
.black{color:black;}

#home .swiper-container {
  height: 500px; }
  #home .swiper-container .swiper-slide {
    color: #000; }
    #home .swiper-container .swiper-slide .slider-description {
          position: absolute;
    bottom: 30px;
   /* right: 30px;*/ }
      #home .swiper-container .swiper-slide .slider-description_header {
        font-size: 28px;
		margin-bottom: 30px;
		text-align:left;
		line-height:1em;}
      #home .swiper-container .swiper-slide .slider-description_text {
        color: black;
		text-align:left;
		line-height:1.5em;}
      #home .swiper-container .swiper-slide .slider-description button {
        cursor: pointer;
        background: #ff6b01;
        border: 2px solid;
        outline: none;
        border-radius: 50px;
        padding: 15px 40px;
        font-size: 18px; }
        #home .swiper-container .swiper-slide .slider-description button:hover {
          background-color: rgba(0, 0, 0, 0.28); }

.swiper-pagination-bullet-active {
  background-color: black !important; }

/*
2.1 Animations
**********/
.zoom-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease; }

.zoom-in:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); }

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button, .button:visited, .button:focus {
  display: inline-block;
  border: 1px solid #181A1C;
  color: #181A1C;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
  line-height: inherit; }

.button:hover, .button:active {
  background-color: #181A1C;
  color: #fff; }

.button-sp, .button-sp:visited, .button-sp:focus {
  border: none;
  background-color: #FECE1A;
  color: #181A1C; }

.button-sp:hover, .button-sp:active {
  background-color: #181A1C;
  color: #FECE1A; }

.button-ps, .button-ps:visited, .button-ps:focus {
  border: none;
  background-color: #181A1C;
  color: #FECE1A; }

.button-ps:hover, .button-ps:active {
  background-color: #FECE1A;
  color: #181A1C; }

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: none; }

.thumbnail .more {
  display: block;
  z-index: 4;
  position: absolute;
  top: -100px;
  left: 50%;
  margin: 0 auto;
  margin-left: -41px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  text-align: center; }

.thumbnail:hover .more {
  top: 40%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.thumbnail h3,
.thumbnail p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4; }

.thumbnail h3 {
  color: #FECE1A;
  margin-top: 10px;
  font-size: 20px; }

.thumbnail > p {
  padding-bottom: 20px; }

.thumbnail .mask {
  opacity: 0.85;
  filter: alpha(opacity=85);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181A1C;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.thumbnail:hover .mask {
  top: 0; }

/*
2.4 Socail icons
************/
.social {
  list-style: none;
  float: none;
  position: relative;
  margin: 5px auto; }

.social li {
  display: inline-block;
  line-height: 32px;
  font-family: 'Porta';
  font-size: 32px;
  padding: 0 5px; }

.social li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #FECE1A; }

.social li a:hover {
  color: #181A1C; }

/*
3. Sections
***************************************************************************/
.section {
  padding-bottom: 50px; }

.section .container {
  padding-top: 30px; }

.section .title {
  text-align: center;
 /** padding: 10px;
  margin-bottom: 30px;**/ }

.section .title h1 {
  font-weight: normal;
  margin-bottom: 20px;
  padding: 0; }

.section .title > p {
  font-size: 20px;
  color: #FFF;
  font-weight: lighter; }

.primary-section {
  background: #fff; }

.primary-section .triangle {
  border-top: 40px solid #FECE1A; }

/**.primary-section .title {
  background: url(../images/linear.png) repeat-x 0% 100%;
  background-size: 49px 3px; }
**/
#clients.primary-section .title {
  background-image: none; }

#used.primary-section .title, #about.primary-section .title {
  background-image: none; }

#clients .primary-section {
  background-color: #353535; }
  #clients .primary-section h2 {
    color: #red; }
  #clients .primary-section .testimonial {
    text-align: center; }
   /** #clients .primary-section .testimonial p {
      background-color: black;
      color: #ff6700; } **/
      #clients .primary-section .testimonial p:hover {
        color: #ff9e00; }
    #clients .primary-section .testimonial img {
      height: 120px;
      display: inline-block; }
    #clients .primary-section .testimonial a {
      text-decoration: none;
      color: #fff; } 
      #clients .primary-section .testimonial a:hover {
        color: #ff9e00; }
.title-s h2 {text-align:center; color: #ff6800; margin-bottom: 30px;}		
.title h2, .title h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #3a3a3a;;
}
.title h2::after, .title h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: #ff6b01;
    bottom: 0;
    left: calc(50% - 50px);
}
.zahvat {background-color: #ff6b01; color:black!important; padding-bottom: 20px; border-bottom: 5px solid #484848;}
.title h2::before, .title h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
left: calc(50% - 150px);}
#zakazForm p {color:black}
.col-sm-12 {margin-bottom:10px;}
.primary-section, .primary-section .title p, .primary-section h3 {
  color: #3a3a3a; }

.primary-section h1 {
  color: #000000; }

.secondary-section {
  background: #000000; }

.secondary-section .title {
  border-bottom: 1px solid #181A1C; }

.secondary-section h1, .secondary-section .title p {
  color: #181A1C; }

/* Third section use bacground image */
.third-section {
  padding-bottom: 70px;
  background: #181A1C url(../images/brand-bg.png) no-repeat center;
  border-top: 6px solid #FECE1A; }

.third-section .container {
  padding-top: 20px;
  position: relative; }

.third-section .title {
  border-bottom: 1px solid #A1AAB7;
  color: #FECE1A; }

.sub-section {
  margin-top: 30px; }

.sub-section .title {
  padding: 0; }

/*******
3.1 Services
***************************************/
.ll{font-size: 16px;
    text-transform: lowercase;
    color: #717171;}
.mm {border: 1px solid #e8e8e8;
    padding-bottom: 20px;
	margin-bottom: 30px;
}
.mm:hover{box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); transition: all ease-in-out 0.4s;}
.item-title {height:30px}
.service {
  margin-top: 20px; }
  .service h3 {
    line-height: 10px;
    font-size: 18px; }
  .service p {
    color: #000;
    font-size: 14px; }
  .service .circle-border {
    margin-bottom: 10px; }

.service, .service h2 {
  padding-top: 0px; }

.service p {
  padding: 0px 0px;
  height: 100%; }

.service img {
  width: 150px;
  height: 150px; }

.assortment .service img {
  width: 66%;
  height: auto;
  padding-left: 14px;
  margin: 15px 0; }

/*
3.2 Portfolio
***************************************/
.single-project {
  margin-bottom: 30px;
  background: #181A1C; }

.single-project img {
  width: 100%; }

.project-description {
  padding-right: 20px; }

.project-description p {
  padding-left: 0; }

.project-title {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FECE1A; }

.project-title h3 {
  float: left;
  margin-top: 0;
  padding: 0;
  width: 80%; }

.project-title .close {
  color: #FECE1A;
  margin-top: 10px; }

.project-info span, .project-title h3 {
  color: #FECE1A; }

.project-info {
  font-weight: 100;
  padding: 10px 0; }

.project-info span {
  width: 80px;
  display: inline-block; }

.project-info div {
  margin-bottom: 5px; }

.close {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center; }

#portfolio-grid .mix {
  opacity: 0;
  display: none; }
.form_succes p{color:black;}
.zag {font-size:36px;}
.gr {font-size:24px; color: green!important; font-weight: 400;}
.mob {display:none}
@media (max-width: 500px){
	.mob {display:block;}
}
@media (max-width: 400px) {
#home .swiper-container {
    height: 400px;
}}
@media (min-width: 576px){
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom:10px;
}}
.form-control {
    display: inline-block!important;
    padding: 10px 15px!important;
    margin-bottom: 10px;
    color: #7b7b7b!important;
    font-size: 15px!important;
    width: 90%!important;
    border: 2px solid #eeeeee!important;
    background: #fff!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
/*
3.3 About
******************************************************************/
.team .thumbnail {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 /* padding: 5px; */
  border: 1px solid #fff; }
.pod {border-bottom: 1px dashed;margin-right: 30px;}
.zak {border-radius: 50px;
    border: 1px solid #ff6b01;
    padding: 8px 20px;
    background-color: #ff6b01;
	color:black}
.has-warning {
    font-size: 0.8em;
    color: #a20000;
    margin: 0px;
}
.checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 0;
    color: #1d2833;
    cursor: auto;
}
.kk{font-size:18px; padding:15px;}
.checkbox {margin-left: 0px;
    padding-left: 0px;}
.zak:hover {background-color:#fff; color:black!important}
.oz {font-size: 32px; text-align:center; color:black}
.team .thumbnail:hover .social {
  z-index: 5; }

.team .thumbnail:hover .social a {
  color: #fff; }

.team .thumbnail .mask {
  background: black; }

.team .thumbnail .mask h2 {
  margin-top: 20%; }
.team .thumbnail .mask h3 {
  margin-top: 20%; font-size: 31.5px;}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
  color: white; }

.about-text {
  margin-top: 30px; }

.about-text p {
  padding: 0;
  font-size: 16px; }

/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
  list-style-type: none;
  position: relative;
  margin: 0px; }

.skills li {
  margin-bottom: 30px;
  background: #FFF;
  height: 40px;
  padding: 1px; }

.skills li h3 {
  position: relative;
  font-size: 15px;
  padding: 0;
  margin: 0;
  left: 10px;
  z-index: 1;
  color: #181A1C; }

.skills li .bar {
  height: 40px;
  position: absolute;
  background-color: #FECE1A; }

/*
3.4 Clients
**********************************************************************/
.client-slider img {
  border: 1px solid white; }

.client-slider img:hover {
  background-color: #FECE1A; }

.client-nav {
  list-style: none;
  margin-top: 10px; }

.client-nav li {
  float: left;
  display: block;
  margin-left: 10px; }

.client-nav li a {
  display: inherit;
  padding: 5px;
  background: #FECE1A;
  border-radius: 3px;
  width: 20px;
  height: 20px; }

.client-nav li a:hover {
  background: #181A1C; }

.testimonial p {
 color: #e8e8df;
    font-size: 20px;
    line-height: 1.5em;
    text-transform: uppercase; }

.testimonial .arrow {
  margin-left: 10px;
  width: 0;
  border-top: 10px solid #FECE1A;
  border-left: 20px outset transparent;
  border-right: 20px outset transparent; }

.testimonial .whopic {
  display: inline-block; }

.testimonial .whopic img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  float: left; }

.testimonial .whopic strong {
  float: left;
  margin-top: 10px;
  padding-left: 10px; }

.testimonial .whopic small {
  display: block;
  font-size: 12px; }

.testimonial-text {
  display: block;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
  line-height: 1.3em; }

/*
3.5 Price table
******************************************************************/
.price-table {
  margin-top: 70px;
  margin-bottom: 20px; }

.price-column {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center; }

.price-column h3 {
  background-color: #181A1C;
  text-transform: uppercase;
  text-align: center;
  color: #FECE1A;
  padding: 40px 0px;
  font-size: 36px;
  margin-top: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px; }

.price-column .list {
  list-style: none;
  margin: 20px 50px; }

.price-column .list li {
  font-weight: lighter;
  color: #747C89;
  font-size: 20px;
  border-bottom: 1px solid #747C89;
  padding: 25px 0px; }

.price-column .list li.price {
  text-align: center;
  font-size: 31px;
  background-color: white;
  color: #747C89;
  margin-top: 25px; }

.price-text {
  margin: 30px 0 20px;
  font-size: 20px;
  color: #181A1C;
  font-weight: normal; }

/*
3.6 Newsletter
********************************************************************/
.newsletter, .newsletter h2 {
  color: #D7DDDE; }

.newsletter .title h2 {
  text-align: left;
  padding: 0;
  margin: 0; }

.newsletter form {
  text-align: right; }

.newsletter input {
  margin-top: 10px;
  padding: 15px;
  height: auto; }

.newsletter button {
  margin: 0 0 0 20px; }

.newsletter .button-sp:hover, .newsletter .button-sp:active {
  background-color: #FFF;
  color: #181A1C; }

/*
Work-scheme
 */
.work-scheme {
  background-color: #ff6700; }
  .work-scheme .row-fluid {
    position: relative; }
  .work-scheme_title {
    text-align: center;
    margin-bottom: 35px; }
  .work-scheme_wrap {
    text-align: center; }
  .work-scheme_check {
    position: absolute;
    height: 23px;
    margin-left: 5px;
    top: -5px; }
  .work-scheme_description {
    display: inline-block;
    position: relative; }
  .work-scheme_img {
    position: absolute;
    width: 90%;
    display: inline-block;
    bottom: 0;
    left: 0; }
  .work-scheme_img-wrap {
    position: relative;
    height: 125px;
    margin-bottom: 19px;
    margin-left: 36px; }
  .work-scheme_forward {
    position: absolute;
    top: 45px;
    margin-left: 3px; }

/*
FORM
 */
.section.form {
  background-color: #ff6801;
  padding-bottom: 30px; }
  .section.form .form_title {
    padding-bottom: 40px; }
    .section.form .form_title h2 {
      text-align: center;
      color: white; }
  .section.form #contactForm .form-group {
	color:white;
    text-align: center; }
    .section.form #contactForm .form-group input {
      display: inline-block;
      border-radius: 50px;
      padding-left: 7%;
      width: 90%;
      font-size: 18px;
      height: 40px; 
	  margin-bottom: 20px;}
      .section.form #contactForm .form-group input:focus {
        border-color: #ff6700;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }
    .section.form #contactForm .form-group button {
          font-size: 18px;
    background-image: none;
    background-color: #ff6700;
    padding: 15px 49px;
    border-radius: 50px;}
	 .section.form #contactForm .form-group button:hover {
     background-color: #000;
	 }
.brand a {color:#ff6700;}
/*
3.7 Contact
********************************************************************/
.contact {
  background: #FECE1A; }

.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
  color: black; }

.contact textarea, .contact input[type="text"], .contact input[type="email"] {
  padding: 10px;
  line-height: 20px;
  height: auto; }

.contact textarea {
  height: 120px; }

.contacts, .contact .social {
  color: #fff;
  list-style: none;
  margin-left: 10px; }

.contacts > li {
  margin-top: 15px; }

.contacts > li > a {
  color: #fff; }

.contact-info {
  margin-top: 10px;
  margin-bottom: 10px; }

.contact-info p {
  font-weight: normal; }

.contact-info .icon {
  margin: 10px auto;
  font-size: 30px; }

.map-wrapper {
  position: relative;
  height: 550px; }

.map-canvas {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 570px;
  color: #29383F;
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.contact .social {
  display: inline-block;
  margin-left: 0; }

.contact .social li {
  line-height: 32px;
  padding: 10px 10px;
  font-family: 'Porta';
  font-size: 50px;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s; }

.contact .social li a {
  color: #fff; }

.contact .social li a:hover {
  color: #181A1C; }

.contact-form {
  border-radius: 10px;
  color: black;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 110;
  position: relative;
  margin-top: -25px;
  padding: 20px;
  opacity: 0.8; }
  .contact-form_wrapper {
    opacity: 1; }
  .contact-form p {
    color: #000;
    margin-bottom: 0; }
  .contact-form_border {
    line-height: 25px;
    border: 1px solid black; }

.message-btn {
  border: 1px solid #747C89;
  color: #747C89;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px; }

.message-btn:hover {
  background-color: #FECE1A; }

.contact-info {
  text-align: center;
  font-size: 22px; }

.info-mail {
  border: 1px solid white;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  color: #181A1C; }

.black {
  color: #181A1C; }

/******************************************
              USED BLOCK
 *******************************************/
.used .title {
  border-bottom: none; }
.used .used_discription {
  text-align: center; }
  .used .used_discription ul {
    text-align: left; }
    .used .used_discription ul li {
      list-style: none;
      background: url(../images/used_checked.png) no-repeat 3px 2px;
      background-size: 21px;
      padding-left: 36px;
      padding-bottom: 18px; }
  .used .used_discription button {
    font-size: 18px;
    background-image: none;
    background-color: #ff6700;
    padding: 15px 49px;
    border-radius: 50px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.5); }

button {
  outline: none; }

/******************************************
              ASSORTIMENT BLOCK
 *******************************************/
.assortment {
  background-color: #fff; }
  .assortment_more {
    cursor: pointer;
    background: #ff6800;
    border: 1px solid;
    outline: none;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 18px; }
    .assortment_more:hover {
      background-color: rgba(0, 0, 0, 0.28); }
  .assortment_buy {
    text-align: center;
    margin-top: 45px; }
    .assortment_buy p {
      color: black;
      font-size: 25px; }
    .assortment_buy_button {
      color: #ff9900;
      cursor: pointer;
      background: black;
      border: 1px solid black;
      outline: none;
      border-radius: 50px;
      padding: 20px 48px;
      font-size: 20px; }
      .assortment_buy_button:hover {
        color: white; }

/******************************************
              object BLOCK
 *******************************************/
.objects .span4 {
  margin-bottom: 30px; }

/*
3.8 Footer
********************************************************************/
.footer {
  background: #000000;
  text-align: center; }

.footer > p {
  color: #fff;
  margin: 0;
  display: inline-block; }

.footer a {
  color: #ff6700; }

.footer a:hover, .footer a:focus {
  text-decoration: underline; }

.scrollup {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 25px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  left: 20px;
  border: 1px solid #000000;
  display: none;
  background: #ff6700; }

.scrollup > a {
  position: relative;
  top: 7px;
  color: #fff; }

.map-wrapper p {
  color: black;
  text-align: center; }

/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
  .thumbnail .more {
    margin-left: -41px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px; } }
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0; }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed; }

  .navbar .nav > li > a {
    line-height: 20px;
    vertical-align: middle; }

  .section {
    padding-left: 20px;
    padding-right: 20px; }

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px; }

  .nav-collapse {
    clear: both; }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }

  .nav-collapse .nav > li {
    float: none; }

  .nav-collapse, .nav-collapse.collapse {
    width: 100%;
    display: inherit; }

  .thumbnail .more {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px; }

  .thumbnail:hover .more {
    margin-top: -20px; }

  .newsletter form {
    text-align: center; } }
@media (max-width: 767px) {
  .info-mail {
    width: 90%;
    padding: 15px 0px; }

  .project-description {
    padding-left: 20px; }

  .price-column, .testimonial {
    margin-top: 30px; } }
	#home {background-color:#fff;}
@media all and (max-width: 1024px) {
  #home .swiper-container .swiper-slide .slider-description {
    width: auto;
    left: auto; }
    #home .swiper-container .swiper-slide .slider-description .slider-description_header {
      font-size: 20px;
      line-height: 20px; }
    #home .swiper-container .swiper-slide .slider-description .slider-description_text {
      font-size: 15px; }
	
}
@media (min-width: 980px) and (max-width: 1200px){
#home .swiper-container {
    height: 400px;
}
}
@media (min-width: 501px) and (max-width: 979px){
#home .swiper-container {
    height: 320px;
}
#home .swiper-container .swiper-slide .slider-description button {
    background: #ff6b01!important;
    
}
}
@media all and (max-width: 500px) {#home .swiper-container .swiper-slide {
    background: #ffff00!important;}
  #work-scheme {
    display: none; }

  #map-canvas {
    display: none; } }
.prod{font-size:31.5px;}
/*# sourceMappingURL=style.css.map */
.col-8 {width: 70%;
    float: left;}
.col-4 {width: 25%;
    float: left;}
.pod2{font-size:12px; color:black!important; padding:0px;}
.xb {color:#313131}
.zak2 {
    border-radius: 50px;
    border: 1px solid #ff6b01;
    padding: 8px 20px;
    background-color: #353535;
    color: #ff6b01;
    margin-top: 10px;
}
.zak2:hover{background-color: #fff;
    color: #000;}
.jj {margin-left:0px; margin-bottom:0px; margin-top:20px;}
#za input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ff6b01 !important;
    -webkit-text-fill-color: #000;
}
#za input::placeholder {
  color: white; font-weight:100; 
}
#za input::-webkit-input-placeholder {color:white}
#za input::-moz-placeholder {color:white;}
#za input:-moz-placeholder {color:white;}
#za input:-ms-input-placeholder {color:white;}
.form-control2 {
	width:95%;
    background: #ff6b01 none repeat scroll 0 0!important;
    border-radius: 0!important;
    border-style: none none solid!important;
    border-width: medium medium 1px!important;
    box-shadow: none!important;
    height: 45px!important;
    margin-left: 0px!important;
    margin-bottom: 0px!important;
    padding: 0 0 0 10px!important;
    transition: all 0.3s ease 0s!important;
    border-bottom: 1px solid #283949!important;
    font-size: 20px!important;
    font-weight: 200!important;
    color: #272727!important;
}


.content {
  /* ------------------------------------------- */
  /* ОСНОВНОЙ ТЕКСТ (применяется ко всему .content) */
  /* ------------------------------------------- */
  font-size: 16px; /* Базовый размер шрифта, можно использовать rem (1rem) */
  line-height: 1.6; /* Рекомендуемый межстрочный интервал для читаемости */
  color: #333!important; /* Темно-серый цвет для основного текста, мягче чем чистый черный */
  background-color: #fff; /* Белый фон (если не задан для body) */
  -webkit-font-smoothing: antialiased; /* Улучшенное сглаживание шрифтов в WebKit */
  -moz-osx-font-smoothing: grayscale; /* Улучшенное сглаживание шрифтов в Firefox */
  padding: 30px;
  
}

/* ------------------------------------------- */
/* ЗАГОЛОВКИ */
/* ------------------------------------------- */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: inherit; /* Наследуем основной шрифт или можно задать другой (например, более "заголовочный") */
  font-weight: 600; /* Полужирное начертание для заголовков */
  line-height: 1.3; /* Немного уменьшенный межстрочный интервал для заголовков */
  color: #222; /* Чуть темнее основного текста для акцента */
  margin-top: 1.5em; /* Отступ сверху */
  margin-bottom: 0.75em; /* Отступ снизу */
}

.content h1 {
  font-size: 2.25em; /* ~36px */
}

.content h2 {
  font-size: 1.875em; /* ~30px */
}

.content h3 {
  font-size: 1.5em; /* ~24px */
}

.content h4 {
  font-size: 1.25em; /* ~20px */
}

.content h5 {
  font-size: 1.125em; /* ~18px */
}

.content h6 {
  font-size: 1em; /* ~16px */
  font-weight: 700; /* Можно сделать h6 чуть жирнее, если он используется как подзаголовок в тексте */
}

/* ------------------------------------------- */
/* ПАРАГРАФЫ */
/* ------------------------------------------- */
.content p {
  margin-top: 0;
  margin-bottom: 1em; /* Отступ между параграфами */
  color:#333;
  font-weight: 400;
}

/* ------------------------------------------- */
/* ССЫЛКИ */
/* ------------------------------------------- */
.content a {
  color: #007bff; /* Стандартный синий цвет для ссылок (как в Bootstrap) */
  text-decoration: underline;
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

.content a:hover,
.content a:focus {
  color: #0056b3; /* Более темный синий при наведении/фокусе */
  text-decoration-color: #0056b3; /* Цвет подчеркивания тоже меняем */
  /* text-decoration: none; */ /* Альтернативно: убирать подчеркивание при наведении */
}

/* ------------------------------------------- */
/* СПИСКИ */
/* ------------------------------------------- */
.content ul,
.content ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.5em; /* Стандартный отступ для маркеров/нумерации */
}

.content li {
  margin-bottom: 0.25em; /* Небольшой отступ между элементами списка */
}

.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
  margin-bottom: 0; /* Убираем лишний отступ у вложенных списков */
}

/* ------------------------------------------- */
/* ЦИТАТЫ */
/* ------------------------------------------- */
.content blockquote {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0.5em 1em;
  border-left: 4px solid #eee;
  color: #555;
  font-style: italic;
}

.content blockquote p:last-child {
  margin-bottom: 0; /* Убрать отступ у последнего параграфа в цитате */
}

/* ------------------------------------------- */
/* КОД */
/* ------------------------------------------- */
.content code,
.content kbd, /* для обозначения ввода с клавиатуры */
.content samp { /* для обозначения вывода программы */
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Моноширинный шрифт */
  font-size: 0.9em; /* Чуть меньше основного текста */
  background-color: #f8f9fa; /* Светлый фон */
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: #333;
}

.content pre {
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.9em;
  padding: 1em;
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto; /* Горизонтальный скролл для длинных строк кода */
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 4px;
  line-height: 1.45;
  color: #333;
}

.content pre code {
  padding: 0;
  font-size: inherit; /* Наследовать размер от pre */
  color: inherit; /* Наследовать цвет от pre */
  background-color: transparent; /* Убрать фон для code внутри pre */
  border-radius: 0;
}

/* ------------------------------------------- */
/* ГОРИЗОНТАЛЬНАЯ ЛИНИЯ */
/* ------------------------------------------- */
.content hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #eee;
}

/* ------------------------------------------- */
/* ИЗОБРАЖЕНИЯ И ДРУГИЕ ВСТРАИВАЕМЫЕ ЭЛЕМЕНТЫ */
/* ------------------------------------------- */
.content img,
.content video,
.content iframe {
  max-width: 100%; /* Чтобы не вылезали за пределы контейнера */
  height: auto; /* Сохраняем пропорции */
  display: block; /* Убирает лишний отступ снизу у inline-block элементов */
  margin-bottom: 1em; /* Отступ снизу */
}

/* ------------------------------------------- */
/* Ограничение ширины для лучшей читаемости (опционально) */
/* ------------------------------------------- */
/*
.content {
  max-width: 75ch; // Оптимальная длина строки ~50-75 символов
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px; // Небольшие отступы по бокам
  padding-right: 15px;
}
*/

.footer_content {color:#FFF; margin:30px 10px;}

/* Стили для контейнера чекбокса */
.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    color: white;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

/* Скрываем стандартный чекбокс */
.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Кастомный чекбокс */
.checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* При наведении */
.checkbox-label:hover input ~ .checkmark {
    background-color: rgba(255,255,255,0.1);
}

/* Когда чекбокс отмечен */
.checkbox-label input:checked ~ .checkmark {
    background-color: #fff;
}

/* Галочка (скрыта по умолчанию) */
.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Показываем галочку при выбранном чекбоксе */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Стили для ошибки валидации */
.checkbox-label.error {
    color: #ff6b6b;
}

.checkbox-label.error .checkmark {
    border-color: #ff6b6b;
}

/* Стили для ссылки в тексте */
.checkbox-label a.xb {
    color: inherit;
    text-decoration: underline;
    margin: 0 3px;
}

.checkbox-label a.xb:hover {
    text-decoration: none;
}

/* Основной блок ошибок */
.errors {
    background-color: #fff5f5;
    border: 1px solid #ffd6d6;
    border-radius: 4px;
    color: #d32f2f;
    padding: 15px 20px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Заголовок ошибки */
.errors strong {
    display: block;
    margin-bottom: 8px;
    color: #b71c1c;
    font-weight: 600;
}

/* Список обязательных полей */
.errors .requiredlist {
    display: inline-block;
    margin-top: 5px;
}

/* Отдельные элементы в списке */
.errors .requiredlist span {
    position: relative;
    padding-left: 15px;
    margin-right: 5px;
}

.errors .requiredlist span:after {
    content: ",";
    position: absolute;
    right: -5px;
}

.errors .requiredlist span:last-child:after {
    content: ".";
    right: -2px;
}

/* Анимация появления */
@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.errors {
    animation: fadeInError 0.3s ease-out forwards;
}

/* Иконка ошибки (опционально) */
.errors:before {
    content: "!";
    display: inline-block;
    background: #d32f2f;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    font-weight: bold;
}

/* Адаптация для мобильных */
@media (max-width: 576px) {
    .errors {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .errors strong {
        font-size: 14px;
    }
}
/* Стили для полей с ошибками */
input.error, textarea.error, select.error {
    border-color: #ff6b6b !important;
    background-color: #fff9f9 !important;
}

/* Сообщения об ошибках для отдельных полей */
span.error {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
}