.header__item {
  padding: 20px 0;
}
@media only screen and (max-width: 820px) {
  .header__item {
    padding: 5px 0;
  }
}
.logo {
  padding: 12px 0;
}
.phone,
.mail,
.login {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 15px;
}
.phone:hover,
.mail:hover,
.login:hover,
.phone:active,
.mail:active,
.login:active,
.phone:visited,
.mail:visited,
.login:visited,
.phone.active,
.mail.active,
.login.active {
  color: #000;
}
.login {
margin: 0px 25px 0 0;
  padding: 0 25px 0 0;
}
.header .small-16.medium-10.large-11.columns.small-only-text-center {
text-align: right;
}
.phone__icon,
.mail__icon,
.login__icon {
  position: absolute;
  display: inline-block;
}
.phone__icon {
  top: 1px;
  left: -16px;
}
.mail__icon {
  top: 6px;
  left: -20px;
}
.login__icon {
  top: 1px;
  right: 0px;
}
.login__city {
  margin: 0 0 0 5px;
  border-bottom: 1px dashed #000;
}
.phone__num {
  font-weight: bold;
}
.top-bar-section {
  margin: 0 0 20px 0;
  background: #222631;
}
.main-nav {
  position: relative;
  width: 1270px;
  margin: 0 auto;
}
.main-nav__list {
  margin: 0;
  font-size: 0;
}
.main-nav__item {
  min-width: 8.5%;
  display: inline-block;
}
.main-nav__item--mobile {
  display: block;
}
.main-nav__item  > a {
  display: block;
  padding: 12px 33px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.main-nav__item.menu_login > a::after{
    content: "";
    position: relative;
    top: 2px;
    right: -7px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url("../img/bg/sprite.png") no-repeat scroll;
    background-position: -170px 0px;
}



.main-nav__item > a:hover,
.main-nav__item > a:active,
.main-nav__item.active > a {
  background: #ffdb4c;
  color: #000;
}
.main-nav__icon {
  position: relative;
  top: 2px;
  right: -7px;
  display: inline-block;
}
.main-nav__item--mobile > a {
  text-align: left;
}
.main-nav__toogle {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 1rem;
}
.main-nav__toogle-link {
  display: block;
  color: #fff;
  font-size: 15px;
  text-indent: 40px;
}
.main-nav__toogle-link:hover,
.main-nav__toogle-link:active {
  color: #fff;
}
.masonry__column {
  padding-left: 5px;
  padding-right: 5px;
}
.masonry__row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.masonry__item {
  margin-bottom: 10px;
}
.masonry__item--h2 {
  height: 160px;
}
.masonry__item--h3 {
  height: 330px;
}
.masonry__item--h4 {
  /*height: 330px;*/
  height:100%;
}
.banner{
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pagetitle{
background: rgba(241, 241, 241, 0.74); 
width: 60%; 
height: 20%; 
padding-left:5px;
}

.form-offer{
  /*position: absolute;*/
  right: 0;
  top: 0;
  background: rgba(241, 241, 241, 0.74);
  height: 100%;
  margin-right: 25px;
}

.form-offer .wform{
  border: none;
}

.post-preview {
  position: relative;
  height: 100%;
}
.post-preview__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.post-preview__title {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.post-preview__title--small {
  font-size: 16px;
}
.post-preview__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-preview__hover-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: url("../img/bg/dark-hover-bg.png");
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.post-preview__hover-bg:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out;
}
.video {
  height: 100%;
  float: left;
  margin-right: 20px;
}
.result {
  height: 100%;
  border: 1px solid #c4c4c4;
  overflow: auto;
}
.result__bar {
  position: relative;
  height: 34px;
  margin: 0 0 20px 0;
  padding: 6px 0;
  background: #007cff;
}
.result__bar-icon {
  position: absolute;
  bottom: -13px;
  left: 48%;
}
.bar__engine {
  float: left;
  width: 22%;
  padding: 2px 0 0 7px;
}
.bar__search {
  position: relative;
  float: left;
  width: 74%;
  height: 22px;
  padding: 4px 33px 4px 7px;
  background: #fff;
  font-size: 14px;
  line-height: 15px;
}
.bar__city {
  float: right;
  color: #888;
  font-size: 12px;
}
.bar__spinner {
  position: absolute;
  right: 0;
  height: 15px;
  padding: 0 5px 0 6px;
  border-left: 1px solid #c4c4c4;
  cursor: pointer;
}
.result__title {
  margin: 0;
  padding: 6px 5px 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.result__item {
  line-height: 20px;
}
.result__list {
  margin: 0;
  padding: 5px 10px 9px;
  list-style: none;
}
.result__text {
  display: inline-block;
  font-size: 13px;
}
.result__text--left, .result__text--left a {
  width: 75%;
  text-decoration: underline;
  color: #000;
}
.result__text--left:hover, .result__text--left a:hover{
  text-decoration: none;
}
.result__text--right {
  width: 25%;
  text-align: right;
}
.wform {
  height: 100%;
  min-height: 250px;
  padding: 20px 5px;
  border: 1px solid #c4c4c4;
  /*margin: 10% auto;*/
}
.wform__title {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
}
.wform__title--red {
  color: #fd1b03;
}
.wform__icon {
  margin: 15px auto 0;
}
.wform__input-wrap {
  margin-top: 5px;
  text-align: center;
}
.wform__input-wrap:first-child {
  margin-top: 0;
}
.wform__input,
.wform__select {
  width: 230px;
  height: 25px;
  padding: 0 5px;
  border: 1px solid #c4c4c4;
  font-size: 14px;
}
.wform__input.wform__error,
.wform__select.wform__error {
  border: 1px solid #ea8181;
}
.wform__error {
  color: #ea8181;
  font-size: 14px;
}
.wform__btn-wrap {
  margin: 15px 0 0 0;
  text-align: center;
}
.wform__submit {
  height: 36px;
  padding: 0 30px;
  border: none;
  background: #007cff;
  font-size: 18px;
  font-weight: 600;
	/*border-radius: 5px;*/
	color: #ffffff;
}
.js-select {
  background: #fff;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.js-select ul {
  left: -1px;
  width: 230px;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-top: none;
  background: #fff;
}
.js-select ul li {
  height: 24px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.js-select ul li:hover {
  background: #f2f2f2;
}
.js-select .jq-selectbox__trigger {
  position: absolute;
  top: 4px;
  right: 4px;
  background: url("../img/bg/sprite.png");
  background-position: -50px -143px;
  width: 17px;
  height: 15px;
}
.news-main{
  padding-right: 0;
}
.text-main{
  padding-left: 5px;
}

@media only screen and (max-width: 1024px) {
  .news-main{
    padding-right: 0.9375em;
  }
  .text-main{
    padding-left: 0.9375em;
  }
}



.news {
  position: relative;
}
.news__title-wrap{
 margin: 0 0 13px 0;
}
.news__b-title {
  margin: 0 0 10px 0;
}
.news__all-link {
  position: absolute;
  top: 5px;
  right: 0;
  color: #7b7b7b;
  font-size: 14px;
  text-decoration: underline;
}
.news__all-link:hover {
  color: #000;
}
.news__img-wrap {
  position: relative;
  height: 100px;
}
.news__img-wrap--big {
  height: 165px;
}
.news__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.news__title-wrap:before,
.news__title-wrap:after {
  content: " ";
  display: table;
}
.news__title-wrap:after {
  clear: both;
}

.news__full-date {
	font-style:italic;
	font-size:1.2em;
	color:#8f9193;
}

.news__date {
  float: left;
  width: 25%;
  padding: 20px 0;
  background: #808080;
  color: #fff;
  text-align: center;
}
.news__day {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.news__day:after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  margin: 5px auto 0;
  background: #fff;
}
.news__month {
  font-size: 14px;
}
.news__title {
  width: 70%;
  margin: 0 0 0 30%;
  padding: 25px 0;
  font-size: 13px;
  font-weight: 600;
}
.news__link {
  display: block;
}
.news__link:hover .news__date {
  background: #fd1b03;
}
.news__link:hover .news__title {
  text-decoration: underline;
}
.news__preview {
  font-size: 12px;
  text-align: justify;
}
.news__tags {
  width: 70%;
  margin: 0 0 0 30%;
  padding: 12px 0 0 0;
}
.news__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news__tags-item {
  display: inline-block;
  margin: 0 1px 0 4px;
  color: #787878;
  font-size: 12px;
  text-decoration: underline;
}
.text-block {
  font-size: 14px;
}
.text-block__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.text-block__title--center {
  text-align: center;
}
.profit__title {
  margin: 20px 0 40px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.profit__item {
  position: relative;
  padding: 0 0 28px 75px !important;
  color: #010101;
  line-height: 20px;
}
.profit__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("../img/bg/sprite.png");
}
.profit__item--item1:after {
  background-position: 0px -103px;
  width: 56px;
  height: 40px;
}
.profit__item--item2:after {
  background-position: -58px -54px;
  width: 58px;
  height: 40px;
}
.profit__item--item3:after {
  background-position: 0px -54px;
  width: 58px;
  height: 49px;
}
.profit__item--item4:after {
  background-position: -58px 0px;
  width: 61px;
  height: 50px;
}
.profit__item--item5:after {
  background-position: 0px 0px;
  width: 58px;
  height: 54px;
}
.profit__item--item6:after {
  background-position: -119px 0px;
  width: 51px;
  height: 51px;
}
.order-block {
  margin: -15px 0 20px 0;
  padding: 23px;
  border: 2px solid #1b212e;
  background-size: cover;
}
.order-block__title {
  font-size: 16px;
  font-weight: bold;
}
.order-block__list {
  margin-bottom: 0;
}
.order-block__item {
  font-size: 14px;
}
.slogan {
  margin: 0;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.slogan:before {
  position: relative;
  top: -5px;
  left: -10px;
  display: inline-block;
  background: url("../img/bg/sprite.png");
  background-position: -15px -143px;
  width: 18px;
  height: 15px;
}
.clients {
  margin: 10px 0 20px 0;
  padding: 15px 5px 20px;
  border: 1px solid #c4c4c4;
}
.clients__title {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.clients__img-wrap {
  margin: 0 0 20px 0;
  text-align: center;
}
.clients__btn-wrap {
  text-align: center;
}
.footer__logo {
  margin-bottom: 5px;
}
.footer__title {
  margin: 0 0 15px 0;
  line-height: 20px;
}
.footer__title-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.footer__title-link:hover,
.footer__title-link:active,
.footer__title-link.active {
  color: #fff;
  text-decoration: underline;
}
.footer__address {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.footer__phone {
  line-height: 18px;
}
.footer__phone-link {
  display: block;
  color:#fff;
  font-size: 14px;
}
.footer__phone-link:hover,
.footer__phone-link:active,
.footer__phone-link.active {
  color: #fff;
  text-decoration: underline;
}
.footer__list {
  margin: 0;
  list-style: none;
  line-height: 18px;
}
.footer__link {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.footer__link:hover {
  color: #fff;
  text-decoration: none;
}
.footer__cprg {
  font-size: 14px;
  line-height: 20px;
}
.contact-form__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.contact-form__group {
  margin-top: 15px;
}
.contact-form__group:before,
.contact-form__group:after {
  content: " ";
  display: table;
}
.contact-form__group:after {
  clear: both;
}
.contact-form__label {
  display: block;
  margin-bottom: 3px;
  color: #0e0c0d;
  font-size: 14px;
}
.contact-form__input {
  width: 100%;
  height: 25px;
  padding: 0 5px;
  font-size: 14px;
}
.contact-form__textarea {
  width: 100%;
  height: 78px;
  padding: 5px;
  font-size: 14px;
  resize: none;
}
.contact-block__title {
  margin: 0;
  color: #0e0c0d;
  font-size: 18px;
  font-weight: 600;
}
.contact-block__item {
  margin-top: 15px;
  font-size: 14px;
}
.contact-block__item--red {
  color: #e74438;
}
.contact-block__link {
  display: block;
  color: #000;
}
.contact-block__link:hover,
.contact-block__link:active {
  color: #000;
  text-decoration: underline;
}
.contact-block__btn-wrap {
  margin: 18px 0 0 0;
}
.contact-block__submit {
  height: 36px;
  padding: 0 30px;
  border: none;
  background: #ffdb4c;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.contact-block__notice {
  font-size: 14px;
}
.sub-nav__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-nav__list ul{
	list-style: none;
}
.sub-nav__item > a {
  position: relative;
  display: block;
  padding: 4px 5px 4px 20px;
  color: #010101;
  font-size: 14px;
}
.sub-nav__item > a:hover,
.sub-nav__item > a:active,
.sub-nav__item.active > a {
  color: #666; 
  font-weight: 500;
  border: 1px solid #ededed;
  font-size: 14px;
  border-radius: 5px;
  background-color: #ededed;
}
.sub-nav__item > a:hover:before,
.sub-nav__item > a:active:before,
.sub-nav__item.active > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  
  background-position: -170px -36px;
  width: 11px;
  height: 19px;
}
.aside__item {
  margin-bottom: 35px;
}
.portfolio__item {
  padding-top: 8px !important;
}
.portfolio__desc {
  display: table-cell;
  vertical-align: middle;
  height: 52px;
  padding: 0 9px;
  line-height: 18px;
}
.portfolio__link {
  display: block;
  padding: 6px 9px;
  background: #666;
  color: #fff;
  font-weight: 300;
}
.portfolio__link:before,
.portfolio__link:after {
  content: " ";
  display: table;
}
.portfolio__link:after {
  clear: both;
}
.portfolio__link:hover {
  background: #ffdb4c;
  color: #fff;
}
.portfolio__link:hover .portfolio__name {
  color: #484848;
  text-decoration: underline;
}
.portfolio__name {
  float: left;
}
.portfolio__type {
  float: right;
}
.pagination {
  padding: 40px 0 0 0;
  text-align: center;
}
.pagination__list {
  display: inline-block;
}
.pagination__item {
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 1010px) {
  .footer__title{
    margin: 20px 0 10px 0;
  }
}

.sub-nav__item > ul {
display:none;
}
.sub-nav__item.active > ul {
display: block;
}

.portfolio__img {
	
	transition: all 1s;
}
.portfolio__img-wrap {
overflow:hidden;
}
.portfolio__img:hover {
	transform: scale(1.1);
	opacity: 1;
	transition: all 1s;
}

.tab-content{
  width: 100%;
  border: 1px solid #E5E5E6;
  overflow: hidden;
}
.tab-content .tab-link{
  overflow: hidden;
}
.tab-content .tab-link .tab-cont-click{
  display: block;
  background: #F2F2F2;
  border-right: 1px solid #E5E5E6;
  border-bottom: 1px solid #E5E5E6;
  width: 33.334%;
  float: left;
  text-align: center;
  padding: 15px 0;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.tab-content .tab-link .tab-cont-click:last-child{
  border-right: none;
}
.tab-content .tab-link .tab-cont-click:hover{
  background: #fff;
}
.tab-content .tab-link .tab-cont-click.active{
  background: #fff;
  border-bottom: none;
}
.hide-tab-content{
  display: none;
  width: 100%;
  overflow: hidden;
  padding-bottom: 35px;
}
.hide-tab-content.active{
  display: block;
}
.hide-tab-content .item{
  box-sizing: border-box;
  padding: 35px 50px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  min-height: 70px;
  width: 50%;
}
.hide-tab-content .item .img{
  float: left;
  margin-right: 25px;
  width: 17%;
}
.hide-tab-content .item .img img{
  width: 65px;
}
.hide-tab-content .item .cont{
  float: left;
  width: 75%;
}
.hide-tab-content .item .cont .title{
  color: #000;
  font-weight: bolder;
  font-size: 13px;
  padding-bottom: 3px;
}
.hide-tab-content .item .cont .text{
  color: #000;
  font-size: 12px;
}
.tab-tarif{
  width: 100%;
  /*background: #F1F1F1;*/
  max-width: 1000px;
  margin:15px auto;
}
.tab-tarif-big{
    max-width: 100%;
}
.tab-tarif .item{
  display: block;
  float: left;
  width: 33.334%;
  border-bottom: 1px solid #E3E4E5;
  border-top: 1px solid #E3E4E5;
  border-left: 1px solid #E3E4E5;
  border-right: 1px solid #E3E4E5;
  height: 300;
}
.tab-tarif .item:nth-child(3){
  /*border-right: none;*/
}
.tab-tarif .item h3{
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  font-size:17px;
  margin-bottom: 25px;
  background-color: #e0e0e0;
  margin-top: 0px;
  
}
.tab-tarif .preText{
  height: 8px;
}
.tab-tarif .item .text{
  /*padding: 0 20px;*/
  box-sizing: border-box;
  text-align: left;
  color: #3A3A3A;
  font-size: 12px;
  /*min-height: 240px;*/
  margin: 20px auto;
}

.tab-tarif .item  .text .tarifs-gen {
	height:250px;
}

.tab-tarif .item .text p{
  font-size: 10pt;
  line-height:12pt;
  margin:10px auto;
}
.tab-tarif .item .price{
  
  padding: 10px 0;
  margin: 10px 0px 0px; 
  text-align: center;
  color: #4b4b4b;
  font-size: 36px;
  font-weight: bolder;
  background-color: #e0e0e0;
}
.tab-tarif .item .price b{
  font-size: 18px;
}
.tab-tarif .item .text2{
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #3A3A3A;
  font-size: 12px;
}
.tab-tarif .item .text2 p{
  font-size: 12px;
}
.tab-tarif .item .text2 p:first-child{
  color: #AAA5A9;
  margin-bottom: 5px;
}
.tab-tarif .item .btn{
  text-align: center;
  padding: 15px 20px 10px 20px;
}
.tab-tarif .item .btn a{
  display: block;
  background: #ffdb4c;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.tab-tarif .item:hover{
  box-shadow: 0 0 5px 2px rgb(194, 194, 194);  
}

.tab-tarif .item:hover >.btn{
	background-color: #ffc401;
}


.tab-tarif .item:hover > .btn a
{
	background-color: #333333;;
	color: #ffffff;
}


.tab-tarif .item:hover h3,.tab-tarif .item:hover .text2 p:first-child{
  
}


.tab-tarif .item .btn a:hover
{
background-color: #333333;
color: white;
}

.tab-tarif .item:hover .preText{
  background-color: #ffc401;
}

input:placeholder-shown
{ 
	vertical-align: top;
	/*border-radius: 5px;*/
	
}

input ::-webkit-input-placeholder
{ 
	vertical-align: top;
	
}

input ::-moz-placeholder
{
		vertical-align: top;
}

input:-ms-input-placeholder{
	vertical-align: top;
}






















@media only screen and (max-width: 779px)
{	.tab-tarif{
  /*width: 100%;*/
  /*background: #F1F1F1;*/
}
.tab-tarif .item{
  border-bottom: 1px solid #E3E4E5;
  border-top: 1px solid #E3E4E5;
  border-left: 1px solid #E3E4E5;
  border-right: 1px solid #E3E4E5;
  height: 600px;
  min-width: 320px;
}
.tab-tarif .item:nth-child(3){
  /*border-right: none;*/
}
.tab-tarif .item h3{
  color: #333333;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  margin-bottom: 25px;
  background-color: #e0e0e0;
  margin-top: 8px;
  
}
.tab-tarif .item .text{
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #3A3A3A;
  font-size: 12px;
  height: 330px;
}
.tab-tarif .item .text p{
  font-size: 13px;
}
.tab-tarif .item .price{
  
  padding: 10px 0;
  margin: 10px 0px 0px; 
  text-align: center;
  color: #4b4b4b;
  font-size: 36px;
  font-weight: bolder;
  background-color: #e0e0e0;
}
.tab-tarif .item .price b{
  font-size: 18px;
}
.tab-tarif .item .text2{
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #3A3A3A;
  font-size: 12px;
}
.tab-tarif .item .text2 p{
  font-size: 12px;
}
.tab-tarif .item .text2 p:first-child{
  color: #AAA5A9;
  margin-bottom: 5px;
}
.tab-tarif .item .btn{
  text-align: center;
  margin: 0 85px 20px;
}
.tab-tarif .item .btn a{
  display: block;
  background: #ffdb4c;
  padding: 10px 20px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.tab-tarif .item:hover{
  box-shadow: 0 0 5px 2px rgb(194, 194, 194);
  background-color: #ffc401;  
}

.tab-tarif .item:hover > .btn a
{
	background-color: #333333;;
	color: #ffffff;
}


.tab-tarif .item:hover h3,.tab-tarif .item:hover .text2 p:first-child{
  
}


.tab-tarif .item .btn a:hover
{
background-color: #333333;
color: white;
}

.tab-tarif .item:hover >h3

{
	background-color: #d9a701;
}

.tab-tarif .item:hover  >.price
{ background-color: #d9a701;
	
}


input:placeholder-shown
{ 
	vertical-align: top;
	
}
}



.wform__btn-wrap input:hover
{	background: #ffdb4c;
	color: #666;
}


.ic_inverse:hover {
	mix-blend-mode: luminosity;
    filter: invert(100%) brightness(100%) hue-rotate(290deg);
}


a[href="skype: SEOTAG"]{
	display: none;
}

input[name="work-email"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}

@font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v14/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v14/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v14/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v14/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v9/m0Shgsxo4xCSzZHO6RHWxBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v9/6RfRbOG3yn4TnWVTc898ERTbgVql8nDJpwnrE27mub0.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v9/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0370-03FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;}

@font-face {
    font-family: 'Arial Narrow Bold';
    font-style: normal;
    src: url(/fonts/arial-narrow-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Arial Narrow';
    font-style: normal;
    src: url(/fonts/arial-narrow.ttf) format('truetype');
}

@font-face {
    font-family: 'Astakhov First Simple';
    font-style: normal;
    src: url(/fonts/astakhov-first-simple.ttf) format('truetype');
}

@font-face {
    font-family: 'Berlin sans FB';
    font-style: normal;
    src: url(/fonts/Berlin-Sans-FB-Regular.ttf) format('truetype');
}

.banner-text h3 {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #000;
}

.banner-text h1 {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 45px;
    margin-top: 0;
    color: #000;
}

.banner-text {
    padding-top: 0;
    color: #fff !important;
    font-size: 21px;
}

.opacity-header {
    opacity: 0.65;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-black {
    background: #000;
}

.banner {
    width: 100%;
    /*min-height: 500px;*/
    background-size: cover;
    background-position: 0% 0%;
}

.portf_site_link{
	color: #ff1400;
}

.banner-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-link-div > a{
    color: #e6e5e5;
    font-size: 30px;
    font-weight: 600;
    font-family: Roboto;
    margin-top: 19px;
    margin-right: 183px;
  }

.banner-link a span{
  font-weight: 200;
  font-size: 20px;
}

.banner-button{
  width: 101px;
  height: 30px;
  background: none;
  color: #c7bfbf;
  border: 1px solid #c7bfbf;
  margin-top: 10px;
  font-size: 15px;
}

.banner-button a{
  color: #c7bfbf;
}

.banner-button:hover{
  background: #ffffff2e;
}

.banner-link-div{
  display: flex;
  flex-direction: column;
}

.banner-main{
  background-position: top;
}

.banner-services{
    width: 100%;
    height: 330px;
    max-height: 430px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.banner-services-bgheadline{
    width: 470px;
    height: 60%;
    background: rgba(241, 241, 241, 0.74);
    margin: auto 0px;
    padding: 50px 35px;
}
.banner-services h1{
    font-size: 33px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    line-height:1;
    margin-bottom:15px;
}

.banner-services p{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.landservices h2{
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
}
.landservices h3{
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
}
.landservices h4{
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}

.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.bf-main-div{
	background: url('/assets/images/bf-akcia-background.jpg');
	background-size: cover;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bf-main-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	width: 58%;
}

.bf-top-month{
	font-family: Arial;
	font-weight: bold;
	font-size: 57px;
	letter-spacing: 15px;
	line-height: 1;
}

.bf-date-div{
	width: 100%;
	color: #1f0e00;
	display: flex;
	font-size: 268px;
	line-height: 1.23;
	font-family: 'Astakhov First Simple';
	justify-content: space-between;
}

.bf-date-number{
	width: 47%;
	text-align: center;
}

.bf-middle-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.bf-middle-text span:nth-of-type(1){
	width: 100%;
  font-size: 59px;
  font-family: Arial;
  letter-spacing: 7px;
  text-align: center;
  font-weight: 700;
}

.bf-middle-text span:nth-of-type(2){
	font-family: Arial;
	font-weight: 800;
	font-size: 94px;
	line-height: 0.75;
	letter-spacing: 20px;
	width: 100%;
	text-align: left;
	padding: 18px 0px;
	background-color: #f2c253;
	color: #1f0e00;
}

.bf-middle-text span:nth-of-type(3){
	width: 100%;
	display: flex;
	justify-content: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 50px;
	margin-top: 15px;
	letter-spacing: 7px;
}

.bf-middle-text-seo{
	width: 100%;
	display: flex;
	margin-top: 43px;
}

.bf-middle-text-seo div:nth-of-type(1){
	width: 45%;
	line-height: 1;
	color: #f2c253;
	padding: 10px 0px;
	border-right: 5px solid;
}

.bf-middle-text-seo div:nth-of-type(1) span:nth-of-type(1){
	font-family: 'Arial Narrow Bold';
	font-size: 50px;
	line-height: 1;
	letter-spacing: 11px;
}

.bf-middle-text-seo div:nth-of-type(1) span:nth-of-type(2){
	font-family: 'Arial Narrow';
	font-size: 39px;
	line-height: 1;
	letter-spacing: 8px;
}

.bf-middle-text-seo div:nth-of-type(2){
	margin-left: 23px;
}

.bf-middle-text-seo div:nth-of-type(2) span{
	font-family: 'Arial Narrow Bold';
	font-size: 143px;
	line-height: 0.75;
	letter-spacing: 10px;
}

.bf-30{
	width: 100%;
	display: flex;
	margin-top: 43px;
}

.bf-30 span:nth-of-type(1){
	width: 40%;
	font-family: 'Berlin sans FB';
	font-size: 195px;
	line-height: 0.5;
}

.bf-30 span:nth-of-type(2){
	font-family: 'Arial Narrow Bold';
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-left: 23px;
}

.bf-fullwidth-text{
	width: 100%;
	justify-content: center;
	display: flex;
	font-family: 'Arial Narrow Bold';
	background-color: #f2c253;
	color: #1f0e00;
	font-size: 31px;
	line-height: 1.25;
	letter-spacing: 7px;
	margin-top: 43px;
}

.bf-button{
	width: 100%;
	justify-content: center;
	display: flex;
	font-family: 'Arial Narrow Bold';
	background-color: #f2c253;
	color: #1f0e00;
	font-size: 46px;
	line-height: 1.25;
	letter-spacing: 3px;
	margin: 25px 0px;
	padding: 0px 24px;
	border: 2px solid;
}

.bf-contacts{
	text-transform: none;
	font-family: 'Arial Narrow';
	display: flex;
	font-size: 31px;
	align-items: center;
	margin: 25px 0px;
	width: 100%;
	justify-content: space-around;
}

.bf-contacts span:nth-of-type(1){
	letter-spacing: 7px;
}

.bf-contacts span:nth-of-type(2), .bf-contacts span:nth-of-type(3){
	letter-spacing: 2px;
}

input[name="no-spam"]{
  display: none;
}

.valid:focus, .valid:hover{
	color: #12de12;
	border:1px solid #12de12;
	outline: 1px solid;
}


.notValid:focus, .notValid:hover{
	color: #f97777;
	border:1px solid #f97777;
	outline: 1px solid;
}

form[name="contact_form1"] .wform__input, form[name="contact_form1"] .wform__submit{
	width: 190px;
}

.info-company{
  display: flex;
  justify-content: space-between;
}

.info-company p {
    font-size: 10px;
}

.info-company img{
  height: 35px;
  margin-right: 38px;
}

.info-company a{
  z-index: 999;
}
.wf-title-main{font-size:17px;}
.form-offer-main {width: 31%;}

@media only screen and (max-width: 760px) {.form-mobile {width:58%;} .wform__title-mobile{font-size:13px;} form[name="contact_form1"] .wform__input{width:150px;} form[name="contact_form1"] .wform__submit{width:150px;} .wform__submit{padding:0;}}
.link-foot{color:#fff;}.link-foot:hover{color:#fff;text-decoration:underline;}
.info-company_0{margin:45px 10px 40px}
.info-company_1{display:inline-block;font-size:12px;padding-right:20px;vertical-align:top;}

@media only screen and (max-width: 767px) {
    .banner-main {
        background: none!important;
        position: static!important;
    }
    .form-mobile {
        width: 100%;
    }
     .masonry .medium-10 .masonry__row  div {
        position: static!important;
    }
    .main > div {
        height:auto!important;   
    }
    .banner-main {
        height: auto;
        text-align: center;
    }
    .banner-main span {
        font-size:45px!important;
        line-height: 55px;
    }
    .banner-main span > p:first-child {
         font-size:45px!important;
         margin-top:0px!important;
    }
}
