@charset "UTF-8";
/*!
 * Адаптированный под мобильные устройства дизайн v3.0.2
 *
 * Copyright март 2016 обновлен ноябрь 2019
 *
 * Designed twitter by @progrostyle
 */

/*! http://Создание.Сайтов.Москва */

html, body, div, span, applet, object, iframe, h1, h2, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h3{
  font-size: 120%;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 1em;
}


/* ПОДСКАЗКИ */

#i-have-a-tooltip {
  width:auto;
  font-family:Helvetica,Arial,sans-serif;
  font-weight:100;
  font-size: 1.1em;
  text-align:center;
  padding: 5px 1em 0 1em;
  margin: 89px auto;
  background:#f9f9f9;
  position:relative;
  border-radius:5px;
  box-shadow:10px 0px 0px rgb(253, 206, 52);
}

#i-have-a-tooltip:before {
  content:attr(data-description);
  box-sizing:border-box;
  display:block;
  background:rgba(0,0,0,.7);
  color:white;
  padding:21px;
  position:absolute;
  left:50%;
  top:-21px;
  margin-left:-4.4em;
  width:auto;
  height:auto;
  line-height:21px;
  border-radius:5px;
  opacity:0;
  transition:.45s ease-in-out;
}

#i-have-a-tooltip:after {
  content:'';
  display:block;
  position:absolute;
  top:3px;
  left:50%;
  margin-left:-8px;
  height:0;
  width:0;
  /* стрелочка ОТКЛЮЧЕННАЯ  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-top:21px solid rgba(0,0,0,.7);
  transition:.25s ease-in-out;
  opacity:0; */
}

#i-have-a-tooltip:hover:before {
  opacity:1;
  top:-77px; /* рамка подсказки положение */
}

#i-have-a-tooltip:hover:after {
  opacity:1;
  top:-8px; /* стрелка подсказки положение */
}

/* подсказки */

/* Вызов и окно обратной связи */

.dostavka p {
    color: #333333;
    font-size: 1.4em;
    font-weight: 400;
    margin-top: 10px;
}
#OknoSite {width: 42.2vw;height: 33.2vw;text-align: center;z-index: 2;padding: 15px;border: 3px solid #585858;border-radius: 1px 0.5vw 1px 1px;color: #ffffff;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background: #464646;font-size: 1.1vw;line-height: 1.4em;}

    .SiteClose {
    display: inline-block;
    border: 1px solid #666666;
    color: #464646;
    padding: 0.4em;
    margin: 1.188em 0.16em;
    text-decoration: none;
    background: #f2f2f2;
    font-size: 0.7em;
    cursor: pointer;
    width: auto;
    height: auto;
}
      .SiteClose:hover {background: #eaced1;}
.SiteOpen:hover {background: #9deca1;}


      #SiteZatemnenie {
        background: rgba(249, 249, 249, 0.29);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
		text-decoration: none;
      }
      #SiteZatemnenie:target {display: block;}


.zakazatseichas{
        background: rgb(253, 211, 75);
        text-decoration: none;
        padding: 0.68em 0.68em;
        color: #000000;
        font-weight:400;
        font-size: 1.1em;
        margin: 1em 1em 1em;
      }
/* вызов и окно обратной связи */


.akciyadiv {
    border:0; 
    color: #666;
    morgin:0;
    padding: 2em 1em 3em 1em; 
    text-align:-webkit-left; 
    vertical-align:center;
}
/* Слайдер 360 */

.contact-form h5 {
    background-color: rgba(253, 206, 52, 0.88);
}
.prodtrista img {
  max-width: 100%;
}

.cd-product-viewer-wrapper {
  text-align: center;
  padding: 2em 0;
}
.cd-product-viewer-wrapper > div {
  display: inline-block;
}
.cd-product-viewer-wrapper .product-viewer {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.cd-product-viewer-wrapper img {
  /* this is the image visible before the image sprite is loaded */
  display: block;
  position: relative;
  z-index: 1;
}
.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  /* our image sprite is composed by 16 frames */
  width: 1600%;
  background: url(../img/img-sprite2.jpg) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
  /* image sprite has been loaded */
  opacity: 1;
  cursor: ew-resize;
}

.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  border-radius: 50em;
  margin: 1em auto 3em;
  height: 4px;
  background: #a698af;
}
.cd-product-viewer-handle .fill {
  /* this is used to create the loading fill effect */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #b54240;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.no-csstransitions .cd-product-viewer-handle .fill {
  display: none;
}
.loaded .cd-product-viewer-handle .fill {
  /* image sprite has been loaded */
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.3s, opacity 0.2s 0.3s;
}
.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 44px;
  width: 44px;
  left: 0;
  top: -20px;
  background: #e4d7e8 url(../img/cd-arrows.svg) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(252, 240, 254), 0 0 20px rgba(0, 0, 0, 0.2);
  /* replace text with image */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.cd-product-viewer-handle .handle:active {
  box-shadow: 0 0 0 0 rgba(181, 66, 64, 0), 0 0 20px rgb(244, 232, 252);
}
.loaded .cd-product-viewer-handle .handle {
  /* image sprite has been loaded */
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-bounce 0.3s 0.3s;
  -moz-animation: cd-bounce 0.3s 0.3s;
  animation: cd-bounce 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: ew-resize;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: translateX(-50%) scale(0);
  }
  60% {
    -moz-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

/* слайдер 360 */

 /* Ссылки для контактов на первом экране */
.ssilkicontacttel a {
  color: #fdce34;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ssilkicontacttel a:hover {
  color: #f7aa0b;
  text-decoration:underline;
}
 /* ссылки для контактов на первом экране */

 /* просто ссылка в тексте */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}
 /* просто ссылка в тексте */
 /* МЕНЮ */
#menu-wrapper {
  display: block;
  left:50%;
  right:50%;
  margin: auto;
  height: auto;
  text-align:center;
  background: rgba(47, 47, 47, 0.81);
  overflow: hidden;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}
ul {
  
  margin: 0 0 0.3em 0;
}
.main-menu ul li {
  display: inline-block;
  /* margin: 0 10px -25px 0; */
}
.main-menu ul li:last-child {
  left:50%;
  right:50%;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 1.234em;
  color: #ffffff;
  line-height: normal;
  padding: 5px;
  font-weight: 400;
}
.main-menu ul li.active a {
  border-top: 10px solid #f2c841;
  color: #f2c841;
}

.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 33px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #FDCE34;
  display: inline-block;
  color: white;
  cursor:pointer;
}

/*.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #ec523f;
}*/


@media screen and (max-width: 1199px) {
  .main-menu ul li {
    /* margin-left: 15px; */
    /* margin-right: 15px; */
  }
  .main-menu ul li:last-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .logo-wrapper { 
    background-size: contain;     
  }
  .logo-wrapper{
    height: 50px;
  }
  .logo-wrapper a {
    line-height: 50px;
    padding-left: 70px;
  }
  .toggle-menu {
    margin-top: 7px;
    margin-right: 10px;
  }
  .main-menu ul li {
    display: block;
  }
  .menu-first.show {
    opacity: 2;
    height: auto;
    margin-top: 10px;
    transition: opacity 1s, height 0;
  }
  .menu-first {
    float: right;
    overflow: auto;
    width: 100%;    
    opacity: 0;    
    height: 0;    
    /*background: rgba(50, 50, 50, 0.88);*/
    transition: opacity 1s, height 0 1s;
    /*transition: all 0.3s ease;    */
  }
  .main-menu ul li a {
    line-height: 40px;
    padding-top: 10px;   
  }
  .main-menu ul li.active a {
    border-top: none;
  }
  .main-menu ul li p:last-child {margin:26em;line-height:2;height: 18vh;}
}
@media screen and (max-width: 767px) {
  .main-header {
    top: 0;
  }
  .site-header {
    margin-top: 40px;
  }
  .logo-wrapper {
    float: left;
  }
  .menu-first {
    margin-top: 0;
  }
  .flexslider {
    margin-top: 80px;
  }
}

@media screen and (max-height: 500px) {
  .menu-first.show {
    max-height: 570px;
    height: auto;
    padding-right: 15px;
  }
}

 /* меню */


  /* СЛАЙДЕР */
.flexslider {
  position: relative;
  top: -6px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  /* background: rgba(0, 0, 0, 0.5); */
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
  background-color:#0000004a;
}
.flexslider .slider-caption h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 700;
  /* border-bottom: 1px solid #333333; */
  padding: 0.4em 1.2em;
  display: inline-block;
  background-color: rgb(253, 253, 253);
}
.flexslider .slider-caption p {
  color: #515151;
  text-transform: uppercase;
  font-size: 1.77em;
  font-weight: 400;
  /* margin-top: 7em; */
  margin-bottom: 26px;
  display: inline-block;
  padding: 0.4em 1.98em;
  background-color: rgb(255, 255, 255);
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #FDCE34;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}


.zoltiyzagolovok {
  color: #333333;
  text-transform: uppercase;
  font-size: 2.0em;
  font-weight: 600;
  /* border-bottom: 1px solid #333333; */
  padding: 0em;
  display: inline-block;
  /* background-color: rgba(253, 206, 52, 0.88); */
}

.zoltiyzagolovok3 {
  color: #333333;
  text-transform: uppercase;
  margin: 1.3em 0.2em -0.3em 0em;
  font-size: 1.8em;
  font-weight: 600;
  padding: 0.4em 0.5em;
  display: inline-block;
  /* background-color: rgba(253, 206, 52, 0.88); */
}
.zoltiyzagolovok4 {
  color: #333333;
  text-transform: uppercase;
  margin: 2em 0.5em 1em;
  font-size: 1.5em;
  font-weight: 600;
  /* border-top: 1px solid #333333; */
  padding: 0.4em 0.5em;
  display: inline-block;
  /* background-color: rgba(253, 206, 52, 0.88); */
}
.zoltiyzagolovok5 {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  /* border-bottom: 1px solid #333333; */
  padding: 0.4em 1em;
  display: inline-block;
  background-color: rgba(253, 206, 52, 0.88);
}
@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 120px;
  }
}


/* Контроль слайдера */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #FDCE34;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgb(253, 206, 52);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

  /* слайдер */
  
 /* ФОТО ПОРТФОЛИО */

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: rgb(83 52 253 / 39%);
  font-size: 1.042em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1px 1px 1px 1px;
  text-align: center;
  color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 256ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 1.32em;
  text-transform: uppercase;
  color: #333;
  padding: 10px;
  margin: 0px 0 10px 0;
  display: inline-block;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay p
{
  font-size: 1.00em;
  color: #333;
  margin-top: -15px;
  width: 100%;
  display: inline-block;
  border-bottom: 3px solid #504423c7;
  background-color: #ffffff;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 5px;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
  font-size: 168%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 46px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

  /* фото портфолио */


  /* ПРЕИМУЩЕСТВА */

.table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}
  
.row {
  /* margin-left: -15px; */
  /* margin-right: 1px; */
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}

.col-sm-3 {
    width: 25%;
	float: left;
	position: relative;
  	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;
  }
  
  .iconbox {
	/* background: url(../images/bg.jpg); */
	/* border-bottom: 1px solid #ebc137; */
	text-align: center;
	padding: 2px 10px 30px 10px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	color: #fdce34;
	font-size: 1.1em;
}

.iconbox-icon {
	margin: 0 0 -0.31em;
	font-size: 2.85em;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}
.iconbox-text {
	
	color: #333;
	}
.iconbox:hover {
	/* background: #FDCE34; */
	color: #333;
	}

.iconbox:hover .iconbox-icon, .iconbox:hover .iconbox-title{color:#333;}
.iconbox h5{
	color: #333333;34 */
	font-size: 1.14em;
	}

@media screen and (max-width: 991px) {
	


 /* ФОТО ПОРТФОЛИО */

.portfolio-item {
  margin-bottom: 30px;
  font-size: 1.312em;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: rgba(253, 206, 52, 0.92);
  font-size: 1.2em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2px 10px 2px 10px;
  text-align: center;
  color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 1.16em;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 5px;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
  font-size: 108%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 1em;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

  /* фото портфолио */



	
	.col-sm-3 {
    width: 100%;
	float: left;
	position: relative;
  	min-height: 1px;
  	padding-left: 15px;
  	padding-right: 15px;
  }
	}
	/* преимущества */

/* ФОРМА ОБРАТНОЙ СВЯЗИ */
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}

.contact-form .mainBtn {
  margin-top: 15px;
  color: #333;
  background-color: #FDCE34;
  text-transform: uppercase;
  border: 0;
}
.contact-form .mainBtn:hover {
  margin-top: 15px;
  color: #FFF;
  background-color: #F3BA01;
  text-transform: uppercase;
  border: 0;
}

/* форма обратной связи */
	
/* РАСКРЫВАШКА (для конструктора инструкции помощь) */
.toggle-trigger {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: 5px 10px 5px 25px;
  cursor: pointer;
  border: 1px solid #222D3F;
  background: #FFF3CB url(../images/toggle.png) no-repeat 5px 7px;
}
.toggle-trigger.active {
  border-bottom: 1px solid #ccc;
  background: #f8f5f2 url(../images/toggle.png) no-repeat 5px -78px;
}
.toggle-trigger:hover {
  background-color: #FDCE34;
}
.toggle-container {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-bottom: 5px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 103%;
}
/* раскрывашка (для конструктора инструкции помощь) */
/* РАСКРЫВАШКА 2 (для акции) */
.toggle-trigger-dva {
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
  margin-top: 2em;
  cursor: pointer;
  border: 4px solid #555555;
  background: #FFFCF1;
}
.toggle-trigger-dva.active {
  border-bottom: 1px solid #ccc;
 /* background: #333 url(../images/toggle.png) no-repeat 5px -78px;*/
}
.toggle-trigger-dva:hover {
  background-color: #F9F8E0;
}
.toggle-container-dva {
  margin-bottom: 0px;
  padding: 5px 10px;
  /* border-bottom: 5px solid #FDCE3D; */
  /* border-right: 5px solid #555; */
  /* border-left: 5px solid #555; */
  font-size: 103%;
}
/* раскрывашка 2 (для акции) */

/* Стоимость/цены */

.stoimost {
  font-size: 160%;
  font-weight: 700;
  color:#737373;
}

.stoimostspec {
	padding:0.325em 0 0 0;
  font-size: 140%;
  font-weight: 700;
  color:#828282;
}.mainBtr {
}

.buttons {
	font-size: 1.2em;
    display: inline-block;
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
  background-color: #fdce34;
	margin: 1em 0 0 0;

}



.podob {
	
}
