.section__header {
margin-left: -30px;
text-align: left;
}
.section__title {
margin: -20px auto;
font-size: 36px;
letter-spacing: -0.2px;
}
.section__title {
max-width: 640px;
margin: 0 auto;
color: #6ac3d6;
font-size: 40px;
font-weight: 700;
line-height: 1.23;
letter-spacing: -2px;
text-transform: uppercase;
}
.section__list {
margin-top: 33px;
}
.list {
margin: 0;
padding: 0;
list-style: none;
}
.list__item {
padding-left: 30px;
position: relative;
color: #6ac3d6;
font-size: 17px;
font-weight: 400;
line-height: 1.32;
margin-left: 0 !important;
}
.list__item::before {
content: "";
display: block;
width: 15px;
height: 15px;
position: absolute;
left: 0;
top: 2px;
background-image: url(/images/svgico/plus.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.accordion {
	margin: auto;
	width: auto;
}
.accordion input {
	display: none;
}
.box {
	position: relative;
	background: white;
    height: 64px;
    transition: all .15s ease-in-out;
  border: solid rgb(209, 207, 207) 1px;
border-radius: 10px;
margin: 5px 0;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
   
}
header.box {
	background: #00BCD4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	color: white;
	cursor: initial;
}
.box-title {
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  color: #6ac3d6;
font-size: 18px;
}
.box-content {
	width: calc(100% - 40px);
	padding: 30px 20px;
	font-size: 12pt;
	color: rgba(0,0,0,.54);
	display: none;
}
.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px);
}
.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}
@media screen and (max-width: 420px) {
.box-title {
  height: auto;
  line-height: 24px;
  padding: 10px 20px; 
}
  .box {
  height: auto;
}
  .arrows section .box-title::before {
  display: none;
}
  .arrows section .box-title {
  padding-left: 20px;
}
}

/* about */
.section.is-about {
overflow: hidden;
}
.container {
width: 100%;
min-width: 320px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.section.is-about .section__header {
position: relative;
z-index: 0;
}
.section__header + .section__body {
margin-top: 60px;
}
.grid.is-row {
margin: 0 -15px;
}
.features__list {
padding: 0;
list-style: none;
}
.grid {
display: flex;
flex-flow: row wrap;
}
.grid.is-row > [class*="col-"] {
padding-left: 15px;
padding-right: 15px;
z-index: 1;
}
.col-6 {
width: 45%;
}
.feature {
display: flex;
}
.feature.is-flag::before {
background-image: url(/images/feature-flag.svg);
}
.feature__group {
max-width: 400px;
  margin-bottom: 30px;
}
.feature__title {
margin: 0;
color: #6ac3d6;
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.feature__descr {
margin: 0;
margin-top: 3px;
color: #6e6e6e;
font-size: 16px;
font-weight: 400;
line-height: 1.5 !important;
}
/* +- */
.section.has-small-title {
padding: 36px 0;
}
.section.has-small-title .section__title {
font-size: 36px;
letter-spacing: 0;
}
.section.is-benefits .section__header + .section__body {
margin-top: 72px;
}
.widget {
height: 100%;
position: relative;
}
.widget__header {
width: 100%;
position: absolute;
top: -16px;
z-index: 1;
text-align: center;
}
.widget.has-wide-title .widget__title {
min-width: 152px;
text-align: center;
}
.widget__title {
display: inline-block;
margin: 0;
padding: 9px 26px;
border-radius: 20px 5px;
background-color: rgba(0, 0, 0, 0.67);
color: #6ac3d6;
font-size: 14px;
font-weight: 700;
line-height: 1;
}
.widget__body {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 0 6px rgba(2, 0, 0, 0.15);
margin-bottom: 20px;
}
.benefits.is-oil {
background-color: #f4f4f4;
}
.benefits {
height: 100%;
padding: 66px 25px 147px;
background-color: #f4f4f4;
}
.benefits.is-oil::before {
background-image: url(/images/svgico/benefits-oil.svg);
}
.benefits.is-gaz {
background-color: #6ac3d6;
}
.list.is-light .list__item {
color: #fff;
}
.benefits.is-gaz::before {
right: 24px;
background-image: url(/images/svgico/benefits-gaz.svg);
}
/* partners */
.section.is-partners {
padding: 90px 0;
overflow: hidden;
}
.section.is-partners .section__header {
position: relative;
z-index: 0;
}
.section__header {
text-align: center;
}
.section.has-small-title .section__title {
font-size: 32px;
letter-spacing: 0;
}
.section__title + .section__caption {
margin-top: 35px;
}
.section__caption {
max-width: 390px;
margin: auto;
color: #6e6e6e;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.section.has-small-title .section__header + .section__body {
margin-top: 50px;
}
.partners.is-inited {
opacity: 1;
}
.partners__body {
display: flex;
align-items: center;
justify-content: space-between;
}

/* cont */
.headline__bottom {
padding: 32px 0 30px;
background-color: #fff;
}
.info-center__header {
text-align: center;
}
.info-center__title {
margin: 0;
color: #6ac3d6;
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.info-center__body {
margin-top: 45px;
}
.info-center__list {
display: flex;
justify-content: center;
margin: 0;
padding: 0;
padding-left: 40px;
list-style: none;
}
.info-center__phone.is-accent {
display: flex;
align-items: center;
color: #6ac3d6;
font-size: 24px;
font-weight: 700;
line-height: 1;
}
.info-center__phone {
display: block;
color: #06c;
font-size: 16px;
font-weight: 400;
line-height: 1;
text-decoration: none;
transition: ease color 300ms;
}
.info-center__phone.is-accent::before {
content: "";
display: block;
width: 64px;
height: 64px;
margin-right: 35px;
margin-top: 5px;
position: relative;
left: 5px;
background-image: url(/images/svgico/phone-yellow.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.info-center__item + .info-center__item {
margin-left: 27px;
}
.info-center__phone {
display: block;
color: #06c;
font-size: 16px;
font-weight: 400;
line-height: 1;
text-decoration: none;
transition: ease color 300ms;
}
.info-center__phone + .info-center__phone {
margin-top: 11px;
}
.info-center__email {
display: flex;
color: #06c;
font-size: 16px;
font-weight: 400;
line-height: 1;
text-decoration: none;
transition: ease color 300ms;
}
.info-center__email::before {
content: "";
display: block;
width: 20px;
height: 16px;
margin-right: 11px;
background-image: url(/images/svgico/email.png);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.info-center__office {
margin-top: 20px;
}
.address__label, .address__value {
line-height: 1;
font-size: 16px;
font-weight: 400;
color: #6e6e6e;
}
.address__value {
margin-top: 3px;
color: #06c;
}
.feature::before {
content: "";
display: block;
flex-shrink: 0;
width: 70px;
height: 40px;
margin-right: 30px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.feature.is-flag::before {
background-image: url(/images/svgico/feature-flag.svg);
}

.feature.is-shark::before {
height: 48px;
position: relative;
top: -6px;
background-image: url(/images/svgico/feature-shark.svg);
}
.feature.is-badge::before {
background-image: url(/images/svgico/feature-badge.svg);
}
.feature.is-hand::before {
background-image: url(/images/svgico/feature-hand.svg);
}
.feature.is-storage::before {
background-image: url(/images/svgico/feature-storage.svg);
}
.feature.is-workers::before {
background-image: url(/images/svgico/feature-workers.svg);
}
.list__item::before {
content: "";
display: block;
width: 15px;
height: 15px;
position: absolute;
left: 0;
top: 2px;
background-image: url(/images/svgico/plus.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.list.is-light .list__item::before {
top: 4px;
background-image: url(/images/svgico/plus-light.svg);
}
.list.is-negative .list__item::before {
background-image: url(/images/svgico/minus.svg);
}
.benefits::before {
content: "";
display: block;
width: 70px;
height: 70px;
position: absolute;
right: 20px;
bottom: 30px;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
}
.benefits.is-oil::before {
background-image: url(/images/svgico/benefits-oil.svg);
}
.benefits.is-gaz::before {
right: 24px;
background-image: url(/images/svgico/benefits-gaz.svg);
}
.section.is-benefits .section__header + .section__body {
margin-top: 72px;
}

.grid.is-columns > [class*="col-"] {
padding: 15px;
}
.list.is-stretched .list__item + .list__item {
margin-top: 26px;
margin-left: 0 !important;
}
.benefits__list ul{
 padding-left: 0 !important;
}

.headline__title {
margin: 0;
text-transform: uppercase;
text-align: center;
line-height: 1;
letter-spacing: -1.2px;
}
.section.is-row .section__header {
margin-left: -30px;
text-align: left;
}
.section.is-configurator .section__header {
height: 100%;
min-height: 631px;
padding-bottom: 40px;
position: relative;
z-index: 0;
}
.section.is-row .section__title {
margin: -20px auto;
font-size: 36px;
letter-spacing: -0.2px;
}
.section.is-row .section__title a {
margin: 0 auto;
font-size: 20px;
letter-spacing: -0.2px;
color: #6ac3d6;
text-decoration: none;
}
.section.is-row {
padding-top: 30px;
padding-bottom: 40px;
}

.section.is-configurator {
padding-bottom: 0 !important;
overflow: hidden;
}
.section {
padding: 45px 0;
position: relative;
}
.section__title {
max-width: 640px;
margin: 0 auto;
color: #6ac3d6;
font-size: 40px;
font-weight: 700;
line-height: 1.23;
letter-spacing: -2px;
text-transform: uppercase;
}
.section.is-configurator .section__header::before, .section.is-configurator .section__header::after {
content: "";
display: block;
width: 620px;
height: 277px;
position: absolute;
right: 85px;
bottom: 31px;
z-index: -2;

}
.section.is-configurator .section__header::after {
width: 100%;
max-width: 370px;
height: 0;
padding-bottom: 119.5%;
right: 0;
bottom: 80px;
background-position: 50% 100%;
background-image: url(/images/svgico/section-man.png);
background-size: contain;
background-repeat: no-repeat;
}
.col-5 {
width: 41.66667%;
}
.shift-1 {
margin-left: 8.33333%;
padding-left: 7.5px;
padding-right: 7.5px;
}
h1 {
margin: 0;
color: #6ac3d6;
font-weight: 700;
font-size: 40px;
line-height: 1.3;
}

@media screen and (min-width: 768px){
.ba-input-wrapper {
display: inline-block;
width: 100%;
}
.ba-form-field-item .ba-field-label-wrapper {
position: relative;
text-align: var(--label-typography-text-align);
line-height: var(--label-typography-line-height);
width: 50%;
float: left;
}
.ba-field-container{
width: 40%;
float: right;
}
}
.cena .ba-field-container{
  float: left;
}


.ba-form-total-field .ba-form-calculation-price-wrapper, .ba-form-calculation-field .ba-field-container .ba-form-calculation-price-wrapper {
display: inline-flex;
--field-typography-color: #fff;
}
.ba-form-field-item.ba-form-text-field{

  margin-top: 30px;
}

.ba-form-row{
  margin:25px;
}
.ba-form-submit-wrapper .ba-form-submit-btn {
overflow: hidden;
position: relative;
transition: background .0s ease-in-out;
background-color: rgba(0, 0, 0, 0.67);
color: #6ac3d6;
}
.ba-form-submit-btn > span {
color: #6ac3d6 !important;
}
.upload-file-btn {
background: var(--theme-color) !important;
border: none !important;
color: #6ac3d6;
cursor: pointer;
display: inline-block;
padding-left: 30px;
padding-right: 30px;
width: auto !important;
background-color: #fff;
}
.ba-form-field-item.zag  .ba-field-label-wrapper {
position: relative;
text-align: var(--label-typography-text-align);
line-height: var(--label-typography-line-height);
width: 100%;
float: left;
}
.obrat .ba-field-label-wrapper{
  width:100%;
}
.obrat .ba-field-container{
  width:100%;
}
/* media */
@media (max-width: 767px){
  .section {
  padding: 30px 0;
}
  .headline__title {
  font-size: 25px !important;
}
  .col-md-12 {
  width: 100%;
}
  .shift-md-0 {
  margin-left: 0%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
  .section.is-row .section__header {
  margin-left: 0;
}
  .section.is-configurator .section__header {
  min-height: 480px;
  padding-bottom: 0;
}
  .section.is-configurator .section__title {
  max-width: 360px;
}
  .section__title {
  word-break: break-word;
  hyphens: auto;
}
  .list__item {
  font-size: 16px;
  line-height: 24px;
}
  .section.is-row .section__body {
  margin-top: 0;
}
  .section.is-configurator .section__body {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 0;
}
  .section__header + .section__body {
  margin-top: 40px;
}
  .feature__descr {
  margin-top: 10px;
}
 .ba-form-row {
  margin: 15px;
} 
 .calcsubmit .ba-form-submit-wrapper .ba-form-submit-btn {
  overflow: hidden;
  position: absolute;
  transition: background .0s ease-in-out;
  background-color: rgba(0, 0, 0, 0.67);
  color: #6ac3d6;
  margin-top: -70px;
}
  .features__list{
    padding-left:0 !important;
  }
.grid.is-row > [class*="col-"]{ 
  padding-left: 0px;
padding-right: 0px;
  }
  .feature__title {
  margin: 0;
  color: #6ac3d6;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
    hyphens: auto;
}
 .col-6 {
  width: 90%;
} 
  li.features__item.col-6.col-m-12{
    margin-left: 0;
  }
  .grid.is-columns > [class*="col-"] {
  padding-left: 0;
}
.bank{
width: 100% !important;
  margin-bottom: 20px;
}  
  .sertone{
width: 100% !important;
}
  .sertone a{
   pointer-events: none;
  }
  .section.is-configurator .section__header::after {
  width: 100%;
  max-width: 220px;
  height: 0;
  padding-bottom: 119.5%;
  right: 30px;
  bottom: 80px;
  background-position: 50% 100%;
  background-image: url(/images/svgico/section-man.png);
  background-size: contain;
  background-repeat: no-repeat;
}
  .container {
padding-left: 0;
padding-right: 0;
}
}
/* end media*/

/* dobav */
.partners__logo{
  max-width:95%;
}
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #6ac3d6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {

    opacity: .75;
    color: #6ac3d6;

}
.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
    padding-left: 0px;
  margin: 0;
  list-style: none;
  text-align: center;
  left: -40px;
}
#ba-forms-notification {
background: #2c2c2c;
border-radius: 6px;
box-sizing: content-box;
bottom: 50%;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
padding: 25px;
position: fixed;
right: 50%;
visibility: hidden;
width: 250px;
z-index: 9999;
}
.sert{
display: inline-block;
}
.sertone{
width: 32%; 
float: left; 
height: auto; 
margin: 5px;
}
.sertone img{
width: 100%;
}
.rekv{
margin-top: 40px;
}
.nameip{
text-align: center;
font-size: 24px;
margin-bottom: 40px;
text-transform: uppercase;
}
.bank{
width: 50%;
float: left;
}
.fa.fa-map-marker:before, .fa.fa-mobile:before, .fa-envelope:before {
  color:#6ac3d6;
}
.page-header{
  text-align: center;
}
.moduletable_menu_categ > ul > li span{
      display: table-cell;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1px;
    font-size: 10pt;
    color: #777;
    line-height: 1.4em;
    height: 64px;
}

.ba-phone-flag{
  display:none !important;
}
.ba-phone-prefix {
    color: #fff !important;
}
.ba-phone-selected-country:before{
  display:none !important;
}
 .ba-form-phone-field.obrat .ba-field-container > input {

    padding-left: calc( var(--field-padding-left) + 15px + 2em ) !important;
}
  .ba-phone-selected-country{
    pointer-events: none;
}

details > summary {
padding: 20px;
background-color: #6ac3d6;
color: #fff;
border: 1px #ccc solid;
cursor: pointer;
border-radius: 10px;
list-style: none;
margin-top: 40px;
font-size: 18px;
text-align: center;
text-transform: uppercase;
}
 
    details > div {
        border: 1px #ccc solid;
        padding: 10px;
    }
 
details[open] > summary {
color: #6ac3d6;
background-color: #555;
}
summary::-webkit-details-marker {
display: none;

}
#jreview-listing .reviewBlock .star-rating {
height: 20px;
float: left;
display: none;
}
#post-review .jheading {
font-size: 1.8em;
font-weight: 700;
margin-bottom: 20px;
display: none;
}
.jlexreview ._forGuest .ct {
font-weight: 500;
margin-bottom: 7px;
display: none;
}
#post-review.jinline {
border-top: 1px solid rgba(0,0,0,0.2);
padding-top: 30px;
margin-top: 50px;
border-radius: 10px;
}
#jreview-form input[type="text"]{
  border-radius: 10px;
}
#jreview-form ._extra_info {
margin: 30px 0;
text-align: center;
}
#jreview-form button.jbtn, #jreview-form .jbtn {
background: #6ac3d6 !important;
color: #fff;
border: 1px solid #6ac3d6 !important;
padding: 20px !important;
border-radius: 10px !important;
}
#jreview-form textarea {
height: 230px;
line-height: 1.6em!important;
padding: 10px;
resize: vertical;
border-radius: 10px;
}
#jreview-listing .jreview-images ._title {
display: none;
word-wrap: break-word;
font-size: 12px;
color: #444;
padding: 2px 3px;
}
#jreview-listing .reviewBlock .re-addon {
border-top: none !important;
margin: 0 -10px;
padding: 5px 10px;

}
#jreview-listing ._user_meta {
width: 100% !important;
}
#jreview-listing .reviewBlock .re-content {

border-radius: 10px !important;

}
._forGuest{
  margin-bottom:30px;
}
#jreview-form .control-label label {
font-size: 120%;
font-weight: 700;
margin-bottom: 7px;
display: none;
}
.right_block_prod .extra_fields{
  display:none;
}