/* 
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body {
  margin: 0px;
  padding: 0px;
  color: #191919;
  font-family: "Open Sans", Arial, Times New Roman;
  background-color: #FFFFFF;
  min-height: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
.fL {
  float: left; }

.fR {
  float: right; }

.clear {
  clear: both; }

.im {
  margin: 0px; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
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,
caption,
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%; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  font: 12px "Open Sans", Arial, sans-serif;
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a,
span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none; }

input[type=submit],
input[type=button] {
  -webkit-appearance: none; }

input[type=submit],
button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none; }

a,
div,
span {
  outline: none !important; }

a:hover {
  color: #fa5800;
  text-decoration: none; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*

================================================================================
|                                     BG_STYLES                                     |
================================================================================
*/
.main-wrapper {
  min-width: 320px;
  overflow: hidden; }

.container-fluid {
  max-width: 1202px; }

p {
  font-size: 15px;
  line-height: 20px;
  color: #191919;
  padding: 10px 0 10px 0;
  font-weight: 300; }

a {
  font-size: 15px;
  line-height: 20px;
  color: #fa5800; }

a:hover {
  text-decoration: underline; }

h1 {
  font-size: 30px;
  line-height: 1.1;
  color: #191919;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 0 12px 0; }

h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  text-transform: none;
  padding: 11px 0 11px 0; }

h3 {
  font-size: 25px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  text-transform: none;
  padding: 10px 0 10px 0; }

h4 {
  font-size: 20px;
  line-height: 1.1;
  color: #191919;
  font-weight: 400;
  text-transform: none;
  padding: 9px 0 9px 0; }

h5 {
  font-size: 17px;
  line-height: 1.1;
  color: #191919;
  text-transform: none;
  padding: 8px 0 8px 0; }

h6 {
  font-size: 14px;
  line-height: 1.1;
  color: #191919;
  text-transform: none;
  padding: 6px 0 6px 0; }

.color-orange {
  color: #fa5800 !important; }

.big-title {
  padding-bottom: 24px;
  text-transform: uppercase; }

.title-with-line {
  position: relative; }

.title-with-line:after {
  content: '';
  width: 81px;
  height: 1px;
  background: #fa5800;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 56px; }

.center-title {
  text-align: center; }

.center-title:after {
  left: 50%;
  margin-left: -40px;
  width: 81px; }

.color-title-white {
  color: #ffffff !important; }

.mine-title {
  font-size: 35px;
  line-height: 50px;
  padding-top: 0;
  margin-bottom: 13px;
  text-transform: none; }
  .mine-title.lg-offset {
    margin-bottom: 26px; }

.short-center-line:after {
  left: 50%;
  margin-left: -28px;
  width: 56px; }

.sub-text-title {
  font-size: 15px;
  font-style: italic;
  color: #000;
  line-height: 18px;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
  padding: 24px 0 0 0; }

.sub-text-title_left {
  text-align: left;
  max-width: 100%; }

.sub-text-title__gray {
  color: #c0c0c0; }

.sub-text-title.opt2 {
  max-width: 840px; }

.btn {
  display: inline-block;
  vertical-align: top;
  height: 49px;
  padding: 14px 28px 0 28px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0 10px 0;
  border-radius: 0;
  moz-border-radius: 0;
  webkit-border-radius: 0;
  box-shadow: 0 0 0px 0 #ececec;
  border: 2px solid;
  outline: none;
  text-decoration: none !important; }

input.btn,
button.btn {
  padding-top: 0px !important; }

.btn-small {
  font-size: 12px;
  padding: 14px 21px 0 21px; }

.btn-large {
  font-size: 18px;
  line-height: 22px;
  height: 60px;
  padding: 17px 34px 0 34px; }

.btn-radius-small {
  border-radius: 3px;
  moz-border-radius: 3px;
  webkit-border-radius: 3px; }

.btn-radius-large {
  border-radius: 30px;
  moz-border-radius: 30px;
  webkit-border-radius: 30px; }

.btn-with-border-bottom {
  border-bottom: solid 2px; }

.btn-default {
  background: #fa5800;
  border-color: #fa5800; }

.btn-default:hover {
  color: #ffffff;
  background: #ff7022;
  border-color: #ff7022; }

.btn-default.btn-with-border-bottom {
  border-bottom-color: #a13a03; }

.btn-primary {
  background: #343434;
  border-color: #343434; }

.btn-primary:hover {
  color: #ffffff;
  background: #404040;
  border-color: #404040; }

.btn-primary.btn-with-border-bottom {
  border-bottom-color: #1a1a1a; }

.btn-default.btn-border {
  background: #FFF;
  border: 2px solid #fa5800;
  color: #fa5800; }

.btn-default.btn-border:hover {
  color: #ffffff;
  background: #fa5800; }

.btn-primary.btn-border {
  background: #FFF;
  border: 2px solid #343434;
  color: #343434; }

.btn-primary.btn-border:hover {
  color: #ffffff;
  background: #343434; }

.btn-two-border {
  padding: 0 2px 2px 0 !important;
  height: auto !important;
  background: #FFF !important;
  margin-left: 3px !important; }

.btn-two-border span {
  display: block;
  content: '';
  position: relative;
  margin: -6px 0 0 -6px;
  height: 49px;
  padding: 14px 28px 0 28px;
  border: 2px solid;
  background: #FFF; }

.btn-two-border:hover span {
  background: #343434; }

.btn-default.btn-two-border:hover span {
  background: #fa5800; }

.btn-small.btn-two-border span {
  display: block;
  padding: 14px 21px 0 21px; }

.btn-large.btn-two-border span {
  height: 60px;
  padding: 17px 34px 0 34px; }

.btn-default.btn-two-border span {
  border-color: #fa5800; }

.btn-primary.btn-two-border span {
  border-color: #343434; }

.btn-radius-large.btn-two-border span {
  border-radius: 30px;
  moz-border-radius: 30px;
  webkit-border-radius: 30px; }

.btn-radius-small.btn-two-border span {
  border-radius: 3px;
  moz-border-radius: 3px;
  webkit-border-radius: 3px; }

.color-text {
  color: #fa5800; }

body {
  background: #FFF;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear; }

.main-wrapper {
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear; }

.loaded .main-wrapper {
  opacity: 0; }

.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f55701;
  text-align: center;
  z-index: 99999; }

.iconLoad {
  font-size: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  height: 100px;
  margin-top: -50px;
  left: 0px;
  top: 50%;
  z-index: 9999;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear; }

.loader-wrap {
  height: 44px;
  line-height: 44px; }

.loaded .iconLoad {
  opacity: 1; }

.iconLoad h1 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 11px 0;
  -webkit-animation: fade 2s infinite;
  -moz-animation: fade 2s infinite; }

.stick {
  width: 32px;
  height: 4px;
  background: #FFF;
  display: inline-block;
  /*margin-left: -8px;*/
  margin: 0 -1px;
  position: relative; }

.stick:before,
.stick:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent; }

.stick:before {
  border-right: 3px solid #fff;
  left: -3px; }

.stick:after {
  border-left: 3px solid #fff;
  right: -3px; }

.stick:first-child:before,
.stick:last-child:after {
  display: none; }

.stick:nth-child(n) {
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -moz-transform: rotate(30deg);
  -webkit-animation: fall 2s infinite;
  -moz-animation: fall 2s infinite; }

.stick:nth-child(2n) {
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  /* IE 9 */
  -webkit-transform: rotate(-30deg);
  /* Safari and Chrome */
  -moz-transform: rotate(-30deg);
  -webkit-animation: rise 2s infinite;
  -moz-animation: rise 2s infinite; }

@-webkit-keyframes rise {
  50% {
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg); } }
@-webkit-keyframes fall {
  50% {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    /* IE 9 */
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(30deg); } }
@-webkit-keyframes fade {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  background: url(../img/bg_header.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  min-width: 320px;
  text-align: left;
}
.header-top {
	background:#FFF;
  position: relative;
  z-index: 99;
  padding:10px 0px }

.box-main-header {
  position: relative;
  z-index: 99;
  }

.box-main-header:before {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0px;
  bottom: -17px; }

.box-main-header:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0px;
  bottom: -20px; }

.head1 {
  min-height: 809px;
  padding-bottom: 190px; }

.head3 {
  padding-bottom: 190px;
  background: none; }

.main-logo {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px; }

.menu {
  display: inline-block; }

.menu__item {
  cursor: pointer;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  /*padding: 15px 0;*/
  position: relative; }

.menu__item:first-child {
  margin: 0 0 0 0px; }

.menu__link {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 15px 0;
  position: relative; }

.menu__link_icon {
  background: url(../img/menu_icons.png) left top;
  display: inline-block;
  width: 5px;
  height: 4px;
  margin-left: 2px;
  vertical-align: middle; }

.menu__link .fa {
  font-size: 20px;
  vertical-align: bottom;
  line-height: 15px;
  margin-left: 4px; }

.menu__link:hover {
  color: #f55701;
  text-decoration: none; }

.menu__item.active .menu__link {
  color: #f55701;
  text-decoration: none; }

.menu__item.active .menu__link_icon {
  background-position: left bottom; }

.menu__item_with-drop .menu__link:after {
  display: none;
  content: '';
  position: absolute;
  right: -13px;
  top: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/*.menu__item:hover .menu__link,*/
.menu__item.is-hover .menu__link {
  color: #f55701;
  text-decoration: none; }

.menu__item.is-hover .menu__link_icon,
.menu__link:hover .menu__link_icon {
  background-position: left bottom; }

.menu__item_with-drop:hover .menu__link:after {
  border-top: 3px solid #f55701; }

.menu__item_with-drop.active .menu__link:after {
  border-top: 3px solid #f55701; }

.box-drop-menu {
  position: absolute;
  left: -15px;
  top: 100%;
  padding-top: 18px;
  width: 297px;
  z-index: 99;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/*.menu__item:hover .box-drop-menu,*/
.menu__item.is-hover .box-drop-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  padding-top: 18px;
  height: auto;
  overflow: visible; }

/*.line-menu .menu__item:hover .box-drop-menu,*/
.line-menu .menu__item.is-hover .box-drop-menu {
  padding-top: 18px; }

.box-drop-menu__cont {
  padding: 0px 1px 0px 1px;
  background: #ffffff;
  border-bottom: 3px solid #fa5800;
  position: relative;
  top: 20px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.11); }

.menu__item:hover .box-drop-menu__cont,
.menu__item.is-hover .box-drop-menu__cont {
  top: 0px; }

.drop-menu {
  position: relative; }

.drop-menu__item {
  list-style: none;
  text-align: left;
  border-bottom: solid 1px #f0f0f1;
  padding: 1px 0px 1px 0px;
  position: relative; }

.drop-menu__link {
  color: #282828;
  padding: 15px 30px 14px 14px;
  display: block;
  position: relative;
  font-weight: bold; }
  
  .drop-menu__link_1 {
  color: #000;
  padding: 15px 5px 10px 10px;
  display: block;
  position: relative;
  font-weight: bold;
   }
  
   .drop-menu__link_1:hover
   {
	   text-decoration:none;
   }

.drop-menu__item:hover .drop-menu__link,
.drop-menu__item.is-hover .drop-menu__link {
  text-decoration: none;
  color: #ff7022; }

.drop-menu__item:last-child {
  border-bottom: none; }

.drop-menu_with-drop .drop-menu__link:after {
  background: url(../img/submenu_icons.png) no-repeat left top;
  width: 12px;
  height: 11px;
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px; }

.drop-menu__item:hover .drop-menu__link:after,
.drop-menu__item.is-hover .drop-menu__link:after {
  background-position: left bottom; }

.box-drop-right-menu {
  position: absolute;
  left: 96%;
  top: 0px;
  padding-left: 1px;
  width: 297px;
  z-index: 99;
  display: none; }

.drop-left .box-drop-right-menu {
  left: -290px; }

/*.drop-menu__item:hover .box-drop-right-menu,*/
.drop-menu__item.is-hover .box-drop-right-menu {
  display: block; }

.drop-right-menu__link {
  color: #282828;
  padding: 15px 15px 14px 20px;
  display: block;
  position: relative;
  font-weight: bold; }

.drop-right-menu__link:hover {
  text-decoration: none;
  color: #ff7022; }

.main-slider {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 100px 0 0 0;
  padding: 0 55px 0 55px; }

.main-slider ul li {
  float: left;
  text-align: center;
  list-style: none; }

.prev-slide {
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
  left: 4px;
  top: 39.5%;
  margin-top: 44px;
  z-index: 20;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 26px;
  padding-right: 6px;
  outline: none;
  color: #ffffff; }

.prev-slide .fa,
.next-slide .fa {
  display: inline-block;
  vertical-align: top;
  font-size: 40px; }

.next-slide {
  width: 97px;
  height: 97px;
  display: block;
  position: absolute;
  right: 4px;
  top: 39.5%;
  margin-top: 44px;
  z-index: 20;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding-top: 26px;
  padding-left: 6px;
  outline: none;
  color: #ffffff; }

.next-slide:hover,
.prev-slide:hover {
  color: #fa5800; }

.caroufredsel_wrapper {
  height: auto !important; }

.caroufredsel_wrapper ul {
  position: relative !important;
  height: auto !important; }

.smooth-img {
  height: 100%;
  position: relative; }

.smooth-img:before {
  content: '';
  background-image: url(../img/header-5-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -20%;
  top: -20%;
  width: 140%;
  height: 140%;
  -webkit-animation: scales 40s ease-in-out infinite alternate;
  animation: scales 40s ease-in-out infinite alternate; }

.img-slider {
  text-align: center;
  padding: 0 0 24px 0; }

.title-slider {
  font-size: 67px;
  line-height: 73px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block; }

.main-slider__text {
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  font-style: italic;
  font-weight: 300;
  padding: 23px 0 10px 0;
  max-width: 950px;
  display: block;
  text-shadow: 0 0 0;
  margin: 0 auto; }

.button-mobile-menu {
  width: 36px;
  display: none;
  margin: 16px 0 0 0;
  outline: none;
  position: relative; }

.button-mobile-menu .line {
  width: 100%;
  display: block;
  height: 4px;
  margin-bottom: 4px;
  background: #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative; }

.button-mobile-menu .line:last-child {
  margin-bottom: 0px; }

.button-mobile-menu.black .line {
  background: #282828; }

.button-mobile-menu .for-open {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%; }

.head2 .button-mobile-menu .for-open {
  /*top: -14px;*/ }

.button-mobile-menu.active .for-open {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.button-mobile-menu .for-close {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.button-mobile-menu .for-close .line {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 10px; }

.button-mobile-menu .for-close .line + .line {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 10px; }

.button-mobile-menu.active .for-close {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.main-slider .btn {
  margin-top: 65px;
  padding-left: 36px;
  padding-right: 36px; }

.head2 {
  padding: 0px 0 190px; }

.header-top-white {
  background: #ffffff;
  padding: 29px 0px 20px; }

.header-top-white .main-logo {
  margin-left: -5px;
  float: left;
  margin-top: -10px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2; }

.box-contacts {
  padding: 5px 219px 0 158px;
  margin-left: 0px;
  margin: 0px -209px 0px -121px;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center; }

.box-contacts__item {
  font: 400 15px/18px "Open Sans";
  color: #454545;
  display: inline-block;
  vertical-align: top;
  margin: 3px 27px 0 27px;
  padding: 0 0 0 0; }

.box-contacts__item__phone {
  font: 400 16px/18px "Open Sans";
  margin: 4px 27px 0 27px; }

.box-contacts__item__mail {
  font: 400 15px/18px "Open Sans"; }

a.box-contacts__item:hover {
  text-decoration: none;
  color: #fa5800; }

.box-contacts .fa {
  color: #fa5800;
  font-size: 15px;
  padding-right: 8px;
  padding-top: 2px; }

.box-contacts__item__phone .fa {
  padding-right: 4px; }

.box-search {
  float: right;
  margin: 0px 3px 0 0;
  position: relative;
  z-index: 2; }

.field-search {
  width: 204px;
  height: 38px;
  position: relative;
  z-index: 2;
  position: relative; }

.field-search input[type='text'] {
  border: solid 1px #ededed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  height: 38px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  color: #a2a2a2;
  line-height: 18px;
  padding: 9px 40px 9px 10px; }

.field-search::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1 !important; }

.field-search::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1 !important; }

.field-search:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  right: -2px;
  border: solid 1px #ededed;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  content: ''; }

.field-search button {
  background: none;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
  color: #d8d8d8;
  width: auto;
  height: 38px;
  padding: 0 0 0px 0;
  text-align: center;
  width: 36px;
  z-index: 3;
  outline: none; }

.field-search button:hover {
  color: #fa5800; }

.line-menu {
  background: #181818;
  padding: 19px 0px 18px 0px; }

.line-menu .menu {
  padding-top: 0px; }

.line-menu .button-mobile-menu {
  margin: 0 0 0 0; }

.line-menu .box-drop-menu {
  padding-top: 21px; }

.main-slider.opt2 {
  text-align: center;
  padding: 0px 0 78px 0;
  margin: 56px 0 0 0; }

.main-slider__left {
  float: left;
  width: 100%;
  z-index: 2;
  text-align: left;
  margin-right: -370px;
  padding-right: 480px;
  text-align: left;
  padding-top: 50px;
  position: relative; }

.main-slider__left-cont {
  width: 100%;
  position: relative; }

.main-slider.opt2 li {
  text-align: left;
  margin-right: 0;
  padding-left: 1px; }

.main-slider__left-cont {
  position: relative; }

.main-slider__left-cont .item {
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms; }

.animated {
  opacity: 1 !important; }

.title-slider2 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  letter-spacing: -3px; }

.main-slider__text2 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #ffffff;
  padding: 12px 0 15px 0;
  display: block;
  text-shadow: 0 0 0; }

.main-slider.opt2 .pager {
  bottom: -80px; }

.title-slider2 img {
  margin: 16px 6px 0 0px;
  display: inline-block;
  vertical-align: top; }

.main-slider.opt2 .btn {
  margin-top: 32px; }

.box-form-buy-now {
  float: right;
  width: 370px;
  position: relative;
  margin: 58px 0 0 0; }

label.error {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 7px;
  position: absolute; }

.form-buy-now {
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 24px 31px 34px 31px;
  text-align: center;
  background: #181818;
  border: solid 1px #353535;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  overflow: hidden; }

.form-buy-now:after {
  content: '';
  background: url(../img/form-buy-now-line.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px; }

.box-form-buy-now:before {
  width: 100%;
  height: 100%;
  background: #181818;
  border: solid 1px #353535;
  position: absolute;
  display: block;
  right: -4px;
  bottom: -4px;
  content: '';
  z-index: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.form-buy-now__title {
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
  color: #f3f2f7;
  text-transform: uppercase;
  padding: 8px 0 28px 0;
  max-width: 290px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 4px; }

.form-buy-now__title:before {
  background: #303030;
  width: 135px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -95px;
  content: ''; }

.form-buy-now__title:after {
  background: #303030;
  width: 135px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -34px;
  content: ''; }

.box-field {
  position: relative;
  padding: 21px 0 7px 0;
  text-align: left; }

.form-buy-now .box-field {
  padding: 21px 0 5px 0; }

.field-input {
  position: relative;
  margin: 1px 0 0 0; }

.field-input input[type="text"],
.field-input input[type="email"] {
  width: 100%;
  height: 45px;
  border: none;
  font-size: 15px;
  color: #727272;
  padding: 14px 12px 14px 12px;
  background: #272727;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.form-buy-now .field-input input[type="text"],
.form-buy-now .field-input input[type="email"] {
  height: 50px; }

.field-input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1 !important; }

.field-input::-moz-placeholder {
  color: #757575;
  opacity: 1 !important; }

.form-buy-now .btn {
  width: 100%;
  margin: 23px 0 0 0 !important;
  height: 55px;
  font-size: 21px;
  font-weight: 600; }

.short-header {
  height: 93px;
  /*background:url(../img/bg_short_head.jpg) no-repeat center top;
  background-size:cover;*/
  background: #FFF;
  padding: 23px 0 0 0; }

.short-header .main-logo 
{
  margin-left: 0px;
  margin-top:-20px;
}

.pager {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -66px;
  padding-right: 0px; }

.pager a {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 3px;
  outline: none; }

.pager a:hover,
.pager a.selected {
  background: #fa5800; }

.main-slider.top {
  padding: 0px 0 0px 0;
  margin: 98px 0 0 0; }

.box-form-buy-now.opt2 {
  margin: 46px 0 0 0; }

.box-form-buy-now.opt2 .form-buy-now__title {
  font-size: 23px;
  line-height: 32px;
  padding-bottom: 37px;
  margin-bottom: 11px;
  margin-left: -10px;
  margin-right: -10px; }

.box-form-buy-now.opt2 .form-buy-now {
  padding: 32px 30px 34px 30px; }

.main-slider.top .main-slider__text2 {
  padding: 20px 0 34px 0; }

.head2.top {
  padding: 0px 0 160px; }

.box-for-advantages-carusel {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -168px;
  display: block;
  position: relative; }

.list-advantages-carusel {
  padding: 7px 0 0 0; }

.list-advantages-carusel__item {
  display: block;
  float: left;
  width: 300px;
  padding: 0 15px 20px 15px;
  list-style: none;
  cursor: auto; }

.box-for-advantages-carusel .pager {
  bottom: -45px;
  display: block; }

.box-for-advantages-carusel .pager a {
  background: #ffffff;
  border: 1px solid #dbdbdb; }

.box-for-advantages-carusel .pager a.selected,
.box-for-advantages-carusel .pager a:hover {
  border-color: #fc5800;
  background: #fc5800; }

.box-for-advantages-carusel .btn {
  margin-top: 20px; }

.list-advantages-carusel .btn {
  width: 183px;
  height: 46px;
  font-size: 14px;
  padding-top: 12px; }

.box-for-advantages-carusel .next-slide {
  top: 20px;
  right: -25px; }

.box-for-advantages-carusel .prev-slide {
  top: 20px;
  left: 50px; }

.head3 {
  position: relative;
  overflow: hidden; }

.boxVideo {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.boxVideoCont {
  background: url(../img/bg_header.jpg) no-repeat center top;
  position: relative;
  height: 100%;
  z-index: -1; }

#yt-background {
  position: absolute;
  width: 0px;
  height: 140%;
  z-index: -2;
  padding-right: 177.78%;
  left: -38.89%;
  top: -20%; }

.boxVideoCont iframe {
  height: 100%;
  width: 100%; }

.page_header__video_item {
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover !important;
  background-position: center center !important; }

.maskVideo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.header-slider__list {
  display: block;
  height: 100%; }

.header-slider__item {
  width: 100%;
  height: 100%;
  background-size: cover; }

.header-slider__item {
  float: left;
  list-style-type: none; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  width: 100%;
  min-width: 320px;
  text-align: left; }

.list-advantages {
  padding: 0px 0 0 0;
  margin-top: -161px; }

.list-advantages__item {
  margin-right: -5px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px; }

.list-advantages__item-cont {
  min-height: 277px;
  border: 2px solid #fa5800;
  background: rgba(169, 169, 169, 0.09);
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  padding: 60px 20px 35px 20px; }

.list-advantages__item-cont .btn {
  z-index: 2; }

.list-advantages__item-cont:before {
  border: solid 1px rgba(255, 255, 255, 0.11);
  width: 100%;
  border-bottom: none;
  height: 161px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  content: '';
  z-index: 2; }

.list-advantages__img {
  text-align: center;
  height: 165px;
  position: absolute;
  left: 3px;
  top: -3px;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  padding: 0 0px 0 0px;
  z-index: 3; }

.box-advantages {
  background: #f1f1f1;
  padding: 79px 0px 79px 0px;
  text-align: center; }

.list-advantages.opt2 {
  padding: 52px 0 0 0;
  margin-top: 0px; }

.list-advantages.opt2 .list-advantages__item-cont {
  background: white;
  padding: 17px 17px 35px 17px; }

.list-advantages.opt2 .list-advantages__item-cont:before {
  height: 100%;
  border: solid 1px #ffffff;
  left: inherit;
  right: -4px;
  top: auto;
  bottom: -4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.list-advantages.opt2 .list-advantages__img {
  height: 152px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  border-bottom: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-size: cover;
  padding: 0 0px 0 0px;
  z-index: 3;
  margin-bottom: -5px;
  overflow: hidden; }

.list-advantages.opt2 .list-advantages__img:before {
  width: 200%;
  height: 200%;
  position: absolute;
  left: -50%;
  -webkit-transform: rotate(-32.5deg);
      -ms-transform: rotate(-32.5deg);
          transform: rotate(-32.5deg);
  webkit-transform: rotate(-32.5deg);
  -moz-transform: rotate(-32.5deg);
  -o-transform: rotate(-32.5deg);
  bottom: 66%;
  background: #fafafa;
  content: '';
  z-index: -1; }

.list-advantages.opt2 .list-advantages__img-table {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 34px 0 0 0; }

.list-advantages.opt2 .list-advantages__img-td {
  display: table-cell;
  height: 110px;
  width: 110px;
  padding-top: 0px;
  padding-right: 0px;
  vertical-align: middle;
  text-align: center; }

.list-advantages__img-table {
  display: table;
  width: 100%; }

.list-advantages__img-td {
  display: table-cell;
  height: 100px;
  padding-top: 5px;
  padding-right: 6px;
  width: 100%;
  vertical-align: middle; }

.list-advantages__line-title {
  position: relative;
  padding: 25px 0 25px 0;
  margin-bottom: 12px; }

.list-advantages__line-title:after {
  width: 71px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -35px;
  background: #fa5800;
  content: ''; }

.list-advantages__title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #000000;
  position: relative; }

.list-advantages__title span {
  font-size: 15px;
  display: block;
  padding-top: 5px; }

.list-advantages__text {
  font-weight: 300;
  padding: 11px 0 11px 0;
  font-size: 14px; }

.list-advantages .btn {
  width: 100%;
  max-width: 183px;
  margin: 18px 0 0 0;
  font-size: 14px; }

.list-advantages__title:hover {
  color: #fa5800;
  text-decoration: none; }

.list-advantages__title:hover span {
  color: #fa5800;
  text-decoration: none; }

.box-our-work {
  padding: 63px 0 0 0; }

.list-section {
  padding: 38px 0 20px 0;
  text-align: center;
  width: 100%; }

.list-section__item {
  list-style: none;
  display: inline-block;
  vertical-align: top; }

.list-section__link {
  color: #454545;
  font-size: 13px;
  padding: 3px 9px 3px 9px;
  text-transform: uppercase;
  display: block;
  border: solid 1px transparent;
  font-weight: bold;
  line-height: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.list-section__link:hover {
  text-decoration: none;
  color: #fa5800; }

.list-section__item.active .list-section__link {
  border: solid 1px #fa5800;
  color: #fa5800; }

.tab_block {
  position: relative; }

.tab-content {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 1;
  position: relative; }

.hide-tab {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px; }

.portfoio-filter-list {
  text-align: center;
  list-style: none;
  overflow: hidden; }

.portfolio-filter-item {
  position: relative;
  overflow: hidden; }

.filter-item {
  width: 16.6666%;
  /*padding: 0 1px 1px 0;*/
  /*margin-top: 1px;*/
  position: relative; }

.filter-item:before {
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.portfolio-filter-item .img-box {
  position: relative; }

.portfolio-filter-item:after {
  content: '';
  background: rgba(45, 45, 45, 0.44);
  z-index: 3;
  position: absolute;
  left: 0px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.portfolio-filter-item:hover:after {
  background: rgba(45, 45, 45, 0); }

.portfolio-filter-item .img-box img {
  display: block;
  width: 100%; }

.zoom-button {
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fa5800;
  z-index: 4; }

.portfolio-fancy {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

.portfolio-fancy:hover {
  opacity: 1; }

.line-sub-info {
  padding: 79px 0 36px 0; }

.drop-list {
  padding: 42px 0 0 0; }

.drop-list__item {
  padding: 0 0 23px 0;
  list-style: none; }

.drop-list__link {
  width: 100%;
  min-height: 47px;
  border: solid 1px #eeeeee;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  color: #000; }

.drop-list__name {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 60px 13px 16px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  display: block; }

.drop-list__icon-plus {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  padding: 12px 0 0 0px;
  z-index: 1;
  text-align: center;
  border-left: solid 1px #e7e7e7; }

.drop-list__icon-plus span.plus {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icon_list_drop.png) no-repeat center top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px; }

.drop-list__link.active .drop-list__icon-plus span.plus,
.drop-list__link:hover .drop-list__icon-plus span.plus {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
  /*-moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear;*/ }

.drop-list__icon-plus span.minus {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icon_list_drop.png) no-repeat center bottom;
  /*    -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;*/
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.drop-list__link.active .drop-list__icon-plus span.minus,
.drop-list__link:hover .drop-list__icon-plus span.minus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
  /*    -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;*/ }

.drop-list__link:hover,
.drop-list__link.active {
  text-decoration: none;
  background: #fa5800;
  border: solid 1px #fa5800;
  color: #ffffff; }

.drop-list__link.active .drop-list__icon-plus,
.drop-list__link:hover .drop-list__icon-plus {
  border-left: solid 1px #e99669; }

.open-block {
  border: solid 1px #fa5800;
  padding: 10px 24px 12px 17px;
  position: relative;
  z-index: 1;
  top: -3px;
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  position: relative;
  display: none; }


.open-block ul
{
	list-style:none;
	line-height:30px;
}

.open-block ul li
{
	display:inline-block;
	margin-top:20px;
	width:40%;
	
}

/*.open-block ul li:last-child
{
	margin-left:10%;
}*/

.open-block p {
  color: #000;
  padding: 11px 0px 11px; }

.box-progres-bar {
  padding: 5px 0 20px 0; }

.field-progres-bar {
  position: relative;
  margin: 58px 0 0 0;
  width: 100%;
  height: 23px;
  background: #f3f3f3;
  border-bottom: solid 1px #fa5800;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block; }

.field-progres-bar__range {
  background: url(../img/box_range_1.jpg) repeat-x;
  height: 22px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.field-progres-bar__handle {
  width: 10px;
  height: 10px;
  border: solid 3px #a1c73f;
  background: #f8f8f8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px; }

.field-progres-bar__name {
  font-weight: bold !important;
  line-height: 18px;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: -35px; }

.field-progres-bar__number {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: -35px; }

.box-free-service {
  background: url(../img/bg_free_service.jpg) no-repeat center top;
  width: 100%;
  background-size: cover;
  min-height: 700px;
  margin: 50px 0 0 0;
  padding: 80px 0 45px 0; }

.features-list {
  list-style: none;
  margin: 39px 0 0 0;
  text-align: center; }

.features-list_item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  padding-bottom: 22px;
  max-width: 460px; }

.features-list_item .list-marker {
  text-align: center;
  width: 70px;
  height: 64px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-top: 6px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.features-list_item .list-marker:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  width: 70px;
  height: 64px;
  padding: 0 4px 4px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.features-list_item .list-marker i {
  line-height: 64px;
  font-size: 24px; }

.features-list_item .list-marker.active {
  color: #fa5800;
  border-color: #fa5800; }

.features-list_item .list-marker.active:before {
  border-color: #fa5800; }

.features-list_item:hover .list-marker {
  color: #fa5800;
  border-color: #fa5800; }

.features-list_item:hover .list-marker:before {
  border-color: #fa5800; }

.features-list_item h3 {
  margin-bottom: 0px;
  padding: 0 0 0 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.features-list_item:nth-child(2n+2) {
  padding: 0 0px 52px 51px;
  text-align: left; }

.features-list_item:nth-child(2n+1) {
  padding: 0 51px 52px 0px; }

.features-list_item:last-child {
  padding-bottom: 0; }

.features-text {
  float: left;
  width: 100%;
  margin-right: -120px; }

.features-list_item:nth-child(2n+1) .features-text {
  padding-right: 120px;
  text-align: right; }

.features-list_item:nth-child(2n+2) .features-text {
  padding-left: 120px;
  float: right;
  margin-right: 0px;
  margin-left: -120px; }

.features-list_item:nth-child(2n+2) .list-marker {
  margin-right: 50px;
  float: left; }

.features-list_item:nth-child(2n+1) .list-marker {
  margin-left: 50px;
  float: right; }

.features-list_item p {
  color: #ffffff;
  padding: 6px 0 0 0;
  font-family: "Open Sans"; }

.features-list_item:hover h3 {
  color: #fa5800; }

.box-price {
  padding: 79px 0 77px 0; }

.tarif-list {
  padding: 49px 17px 0 17px; }

.tarif-list-block {
  background: #ffffff;
  border: solid 1px #e7e7e7;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative; }

.tarif-list-block__botder {
  position: relative;
  margin-top: -3px;
  margin-left: -2px;
  width: 100%;
  border: solid 1px #e7e7e7;
  background: #ffffff;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-bottom: 26px; }

.best-tarif.tarif-list-block {
  background: #ffffff;
  color: #fff;
  border: solid 1px #fa5800; }

.best-tarif .tarif-list-block__botder {
  background: #fa5800;
  border: solid 1px #fa5800; }

.tarif-title {
  padding: 18px 0 14px;
  white-space: nowrap;
  background: #303030;
  color: #ffffff;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase; }

.tarif-title h3 {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase; }

.best-tarif .tarif-title {
  background: #dd5201; }

.tarif-list-block__cont {
  padding: 0 0% 0 0%; }

.tarif-price {
  padding: 35px 0 18px;
  font-size: 57px;
  color: #fa5800;
  letter-spacing: -1px;
  font-weight: bold;
  min-height: 125px;
  border-bottom: 1px solid #e5e5e5; }

.tarif-price .price {
  color: #fa5800; }

.tarif-price .currency {
  position: relative;
  top: -16px;
  font-size: 36px;
  letter-spacing: -1px;
  min-height: 125px;
  color: #fa5800; }

.tarif-price .cents {
  position: relative;
  top: -25px;
  font-size: 27px;
  letter-spacing: -1px;
  color: #fa5800; }

.best-tarif .tarif-price {
  border-color: #ff772d;
  padding: 31px 0 18px; }

.best-tarif .tarif-price .price {
  color: #ffffff;
  font-size: 73px; }

.best-tarif .tarif-price .currency {
  color: #ffffff;
  font-size: 45px;
  top: -22px; }

.best-tarif .tarif-price .cents {
  color: #ffffff;
  font-size: 35px;
  top: -33px; }

.best-tarif .tarif-price {
  color: #ffffff; }

.tarif-description {
  padding: 10px 0px 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }

.tarif-description p {
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  text-transform: uppercase; }

.best-tarif .tarif-description {
  border-color: #ff772d; }

.best-tarif .tarif-description p {
  color: #ffffff; }

.button-tarif {
  padding: 0 28px 0 28px; }

.box-price .btn {
  margin: 25px 0 0 0;
  height: 54px;
  text-transform: none;
  font-size: 18px;
  padding-top: 17px;
  display: block;
  width: 100%; }

.box-our-team {
  padding: 78px 0px 76px 0px;
  background: url(../img/box_our_team.jpg) no-repeat center center;
  background-size: cover;
  min-height: 700px;
  position: relative;
  overflow: hidden; }

.box-our-team:before {
  content: '';
  background-image: url(../img/our-team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -20%;
  top: -20%;
  width: 140%;
  height: 140%;
  -webkit-animation: scales 40s ease-in-out infinite alternate;
  animation: scales 40s ease-in-out infinite alternate; }

.list-team {
  padding: 20px 0 20px 0;
  text-align: center; }

.list-team__item {
  list-style: none;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  text-align: center;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 30px;
  max-width: 400px; }

.list-team__item-cont {
  background: #fdfdfd;
  min-height: 170px;
  border-radius: 3px;
  -moz-border-radius: 2px 2px 3px 3px;
  -webkit-border-radius: 2px 2px 3px 3px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 1px;
  margin: -2px 0 0 -2px;
  padding: 4px 5px 10px 5px;
  background: #343434;
  border: solid 1px #6b6b6b;
  display: block; }

.list-team__item-border {
  border: solid 1px #686868;
  border-radius: 3px;
  position: relative;
  padding-bottom: 2px;
  padding-right: 2px; }

.list-team__img {
  width: 100%;
  display: block;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  overflow: hidden; }

.list-team__img img {
  display: block;
  width: 100%; }

.list-team__info {
  padding: 17px 20px 19px 20px; }

.list-team__title {
  font-size: 25px;
  line-height: 30px;
  color: #fa5800;
  font-weight: bold;
  margin: 10px 0 0 0;
  display: inline-block; }

.list-team__title:hover {
  text-decoration: none;
  color: #ffffff; }

.list-team__name {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 0 0 0;
  font-weight: bold; }

.list-team__text {
  font: 300 13px/20px "Open Sans";
  color: #ffffff;
  padding: 16px 0 0 0; }

.box-social {
  text-align: right;
  float: right;
  position: relative;
  z-index: 2;
  padding: 34px 0 10px 0; }

.box-social__item {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 18px;
  margin: 0 1px 0 10px; }

.box-social__item:first-child {
  margin-left: 0px; }

.box-social__item:hover {
  color: #fa5800 !important; }

.box-social.gray .box-social__item {
  color: #acacac; }

.list-team .box-social {
  float: none;
  text-align: center;
  width: 100%;
  padding: 7px 0 0 0; }

.list-team .box-social__item {
  font-size: 15px;
  padding-left: 9px; }

.list-team .box-social__item:hover {
  color: #fa5800; }

.box-our-clients {
  padding: 78px 0px 40px 0px; }

.line-partners {
  padding: 27px 0 33px 0;
  position: relative; }

.list-partners {
  position: relative;
  display: block;
  vertical-align: top;
  text-align: center; }

.list-partners__item {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
  border: solid 1px transparent;
  width: 227px; }

.list-partners__link {
  display: block;
  width: 225px;
  height: 143px;
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

.list-partners__link_logo1 {
  background: url(../img/logo_partners_1.png) no-repeat top center; }

.list-partners__link_logo2 {
  background: url(../img/logo_partners_2.png) no-repeat top center; }

.list-partners__link_logo3 {
  background: url(../img/logo_partners_3.png) no-repeat top center; }

.list-partners__link_logo4 {
  background: url(../img/logo_partners_4.png) no-repeat top center; }

.list-partners__link_logo5 {
  background: url(../img/logo_partners_5.png) no-repeat top center; }

.opacity-hover .list-partners__link {
  opacity: 0.6; }

.opacity-hover .list-partners__link:hover {
  opacity: 1; }

.line-partners .pager {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -15px; }

.pager.with-border a {
  background: #ffffff;
  border: 1px solid #dbdbdb; }

.pager.with-border a.selected,
.pager.with-border a:hover {
  border-color: #fc5800;
  background: #fc5800; }

.line-dark-gray {
  background: #343434;
  padding-bottom: 59px;
  margin-top: 30px;
  padding-top: 29px; }

.line-dark-gray__top {
  margin-top: 0px; }

.line-dark-gray.top {
  margin-top: 15px; }

.title-block-footer {
  padding: 43px 0 14px 0;
  position: relative;
  margin-left: 0px;
  min-height: 110px;
  display: block; }

.title-block-footer__title {
  position: relative;
  font: 600 20px/24px "Open Sans";
  color: #dddddd;
  min-height: 45px;
  padding-top: 20px;
  margin-left: -2px; }

.title-block-footer:after {
  background: #fa5800;
  width: 65px;
  height: 1px;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px; }

.title-block-footer__logo {
  display: block;
  margin-left: -1px; }

.title-block-footer__logo img {
  display: block; }

.box-text-info {
  padding: 10px 0 0 0; }

.box-text-info p {
  font: 300 14px/22px "Open Sans";
  color: #aeaeae;
  padding: 10px 0px 10px 0px; }

.box-social.for-bottom {
  text-align: left;
  float: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0 0; }

.for-bottom .box-social__item {
  font-size: 16px;
  margin: 8px 0px 0 16px;
  color: #ffffff; }

.for-bottom .box-social__item:first-child {
  margin-left: 0px; }

.for-bottom .box-social__item:hover {
  color: #fa5800; }

.list-posts {
  position: relative;
  padding: 7px 0 0 0; }

.list-posts__item {
  list-style: none;
  padding: 20px 0px 11px 0px;
  border-bottom: solid 1px #61666b; }

.list-posts__img {
  width: 53px;
  height: 53px;
  background: #727272;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden; }

.list-posts__img img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.list-posts__info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  margin-left: -58px;
  padding: 0 5px 0 66px; }

.list-posts__title {
  font: 400 14px/16px "Open Sans";
  color: #dddddd;
  margin: 0 0 0 0px;
  display: block; }

.list-posts__title:hover {
  text-decoration: none;
  color: #fa5800; }

.list-posts__item:last-child {
  border-bottom: none; }

.line-info-post {
  padding: 0px 0px 0 0;
  overflow: hidden;
  display: block; }

.line-info-post__item {
  font: 400 11px/14px "Open Sans";
  color: #b9b9b9;
  padding-right: 10px;
  padding-top: 7px;
  display: inline-block;
  vertical-align: top; }

.line-info-post__item.right {
  float: right; }

.line-info-post .line-info-post__item:last-child {
  padding-right: 0px; }

.line-info-post .fa {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  padding-top: 1px; }

.list-twits {
  padding: 8px 0 0 0; }

.list-twits__item {
  list-style: none;
  padding: 10px 0px 14px 0px;
  border-bottom: solid 1px #61666b; }

.list-twits__item:last-child {
  border-bottom: none; }

.list-twits__icon {
  font-size: 20px;
  color: #dddddd;
  width: 21px;
  padding-top: 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top; }

.list-twits__info {
  width: 100%;
  padding: 5px 0 0 28px;
  margin: 0 0 0 -26px;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top; }

.list-twits__text {
  font: 300 14px/20px "Open Sans";
  color: #aeaeae;
  padding: 0 0 0 0; }

.list-twits__time {
  font: 300 14px/20px "Open Sans";
  color: #ffffff;
  padding: 0 0 0 0; }

.list-twits__link {
  font: 300 14px/20px "Open Sans";
  color: #fa5800; }

.list-twits__link:hover {
  text-decoration: none;
  color: #fa5800; }

.box-contacts-info {
  padding: 20px 0 0 0;
  color:#FFF}

.box-contacts-info__info {
  font-size: 14px;
  line-height: 18px;
  color: #aeaeae;
  padding: 5px 0px 5px 0px; }

.box-contacts-info__info .fa {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  padding-left: 1px; }

.box-contacts-info__info .fa.fa-envelope {
  font-size: 11px;
  margin-left: -1px;
  width: 16px;
  padding-left: 0px; }

.box-contacts-info__info .fa.fa-phone-square {
  font-size: 11px;
  margin-left: -1px;
  width: 16px;
  padding-left: 0px; }

.box-contacts-info__info .name {
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  padding-left: 20px;
  width: 100%;
  margin-top: 2px;
  color: #aeaeae; }

a.box-contacts-info__info {
  white-space: nowrap;
  display: block; }

a.box-contacts-info__info:hover {
  color: #fa5800; }

a.box-contacts-info__info:hover .name {
  color: #fa5800; }

.box-video {
  margin: 20px 0 0 0;
  position: relative;
  height: 134px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden; }

.box-video iframe {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  width: 100%;
  height: 134px; }

.bread-crambs {
  position: relative;
  padding: 35px 0 13px 0; }

.bread-crambs li {
  position: relative;
  list-style: none;
  font-size: 13px;
  color: #a8a8a8;
  display: inline-block;
  vertical-align: top;
  line-height: 15px; }

.bread-crambs li:after {
  background: url(../img/line-bread-crambs.png) no-repeat left top;
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  content: '';
  margin: 3px 2px 0 6px; }

.bread-crambs li:last-child:after {
  display: none; }

.bread-crambs a {
  font-size: 13px;
  color: #a8a8a8;
  display: inline-block;
  padding: 0 0 0 0;
  line-height: 15px; }

.bread-crambs a:hover {
  text-decoration: none;
  color: #fa5800; }

.box-buttons {
  position: relative;
  padding: 24px 0 14px 0; }

.box-buttons .btn {
  margin: 15px 0px 16px 0px; }

.box-social.for-head {
  text-align: left;
  float: none;
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 0 0;
  margin: 14px 0; }

.for-head .box-social__item {
  color: #a4a4a4;
  font-size: 16px;
  margin: 0px 0px 0 16px; }

.for-head .box-social__item:hover {
  color: #fa5800; }

.for-head .box-social__item:first-child {
  margin-left: 0px; }

.blog-box {
  padding-top: 0px; }

.blog-sidebar {
  float: right;
  width: 270px;
  padding-top: 5px; }

.blog-sidebar_item {
  position: relative;
  margin-bottom: 0px;
  padding: 14px 0 10px; }

.blog-sidebar_title {
  margin-bottom: 21px;
  color: #191919;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

.blog-sidebar .title-with-line {
  padding-bottom: 19px; }

.blog-sidebar .title-with-line:after {
  width: 36px; }

.recent-posts_list {
  list-style: none; }

.recent-posts_item {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed; }

.recent-posts__text {
  padding: 6px 0 0 0; }

.post-date {
  padding-top: 12px;
  color: #b9b9b9;
  font-size: 13px;
  padding-left: 2px; }

.post-date i {
  color: #b9b9b9;
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  margin-right: 6px; }

.post-date span {
  display: inline-block;
  margin-right: 14px;
  color: #b9b9b9; }

.recent-posts_item:last-child {
  border-bottom: none;
  margin-bottom: 0px; }

.post-title {
  display: inline-block;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600; }

.post-title:hover {
  color: #fa5800;
  text-decoration: none; }

.blog-treelist {
  font-size: 15px;
  list-style: none;
  color: #000; }

.blog-treelist li {
  margin: 0 0 14px 0; }

.blog-treelist li a {
  display: block;
  padding-left: 22px;
  color: #000;
  font-size: 15px;
  position: relative; }

.blog-treelist li a:before {
  background: url(../img/treelist-plus.png) 0 top no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: 4px;
  content: ''; }

.blog-treelist li a:hover {
  text-decoration: none;
  color: #fa5800; }

.blog-treelist li a:focus {
  text-decoration: none; }

.blog-treelist .blog-treelist_item.active a:before {
  text-decoration: none;
  background-position: left bottom; }

.blog-treelist_box {
  display: none;
  padding: 10px 0 0 40px;
  color: #000;
  font-size: 13px; }

.blog-treelist_item.open .blog-treelist_box {
  display: block; }

.blog-box h4 {
  font-weight: 600; }

.rss-list {
  list-style: none; }

.rss-item {
  margin-bottom: 20px;
  line-height: 18px;
  color: #000;
  font-size: 14px; }

.rss-list .rss-item:last-child {
  margin-bottom: 0px; }

.rss-title {
  display: inline-block;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }

.rss-title:hover {
  text-decoration: none;
  color: #fa5800; }

.rss-lis__text {
  padding-top: 9px;
  color: #000; }

.sidbar-search {
  padding-bottom: 14px;
  position: relative;
  background-color: #FFF;
  margin-top: 18px; }

.sidbar-search input[type="text"] {
  border: 1px solid #EDEDED;
  color: #CCC;
  border-radius: 3px;
  font-size: 13px;
  font-style: italic;
  display: block;
  height: 33px;
  box-sizing: border-box;
  padding: 0 60px 0 10px;
  width: 100%; }

.sidbar-search button {
  font-size: 14px;
  color: #fff;
  display: block;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  width: 44px;
  height: 33px;
  background-color: #fa5800; }

.sidbar-search button:hover {
  background: #ff7022; }

.sidbar-search::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1 !important; }

.sidbar-search::-moz-placeholder {
  color: #cccccc;
  opacity: 1 !important; }

.sidbar-search i {
  color: #ffffff; }

.tags-box {
  padding-bottom: 0px;
  padding-top: 3px; }

.tag-item {
  display: inline-block;
  margin: 0 -2px 2px 0; }

.tag-item input {
  display: none; }

.tag-item span {
  cursor: pointer;
  line-height: 33px;
  color: #575757;
  font-size: 13px;
  font-weight: 300;
  display: block;
  padding: 0 19px;
  height: 33px;
  background-color: #FFF;
  border: 1px solid #EDEDED;
  border-radius: 2px; }

.tag-item:hover span {
  background-color: #fa5800;
  border: 1px solid #fa5800;
  color: #fff; }

.tag-item.active span {
  background-color: #fa5800;
  border: 1px solid #fa5800;
  color: #fff; }

.blog-content {
  padding-right: 300px;
  float: left;
  margin: 0 -270px 0 0;
  width: 100%; }

.blog-content_pad-bottom {
  padding-bottom: 50px; }

.blog-content_pad-bottom2 {
  padding-bottom: 20px; }

.blog-content_right {
  float: right;
  padding-right: 0px;
  padding-left: 300px;
  margin: 0 0px 0 -270px; }

.blog-content_full {
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 0px 0 0px; }

.blog-item {
  margin-bottom: 24px;
  color: #000; }

.list-blog {
  padding: 15px 0 9px 0;
  overflow: hidden; }

.list-blog__column {
  display: inline-block;
  vertical-align: top;
  float: none !important;
  margin-right: -5px; }

.list-blog__item {
  margin-right: 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 37px; }

.list-blog__img {
  display: block;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto; }

.list-blog__img:before {
  border: solid 1px #ededed;
  content: '';
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px; }

.list-blog__img img {
  display: block;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.list-blog__title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #585858;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px; }

.list-blog__line-info {
  padding: 5px 0 0 0;
  overflow: hidden; }

.list-blog__title:hover {
  text-decoration: none;
  color: #f95800; }

.list-blog__line-info {
  padding: 5px 0 21px 0;
  border-bottom: solid 1px #eeeeee;
  position: relative;
  overflow: hidden; }

.list-blog__line-info:after {
  background: #eeeeee;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0px;
  content: ''; }

.list-blog__text-info {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  font-style: italic;
  color: #a7a7a7;
  text-shadow: 0 0 0;
  float: left;
  padding: 0 0 0 0; }

.list-blog__line-info .delimiter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 6px 0px 6px; }

.list-blog__name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  font-style: italic;
  color: #f95800;
  text-decoration: none; }

.list-blog__name:hover {
  text-decoration: none; }

.list-blog__sub-info {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #f95800;
  font-weight: 400;
  padding: 0 0 0 4px;
  white-space: nowrap;
  font-style: italic; }

.list-blog__sub-info i {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 3px;
  font-size: 13px;
  color: #d1d1d1; }

.list-blog__text {
  padding: 17px 0 0 0;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 300; }

.list-blog .btn {
  width: 126px;
  height: 38px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0 0 0;
  text-transform: none;
  margin: 23px 0 0 0; }

.box-open-article {
  padding: 0px 0 0 0; }

.box-open-article p {
  font-weight: 300; }

.box-gallery {
  padding-top: 19px;
  padding-bottom: 6px; }

.gallery-wrapper {
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #ededed;
  z-index: 1;
  margin-right: 3px; }

.gallery-wrapper:before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: -3px;
  border: solid 1px #ededed;
  content: '';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.gallery-wrapper li {
  list-style: none;
  float: left; }

.gallery-wrapper li img {
  display: block;
  width: 100%; }

.line-gallery-pager {
  position: relative;
  text-align: center;
  display: block;
  margin: 22px 3px 0 0px;
  background: url(../img/box_line.png) repeat-x left 4px; }

.gallery-pager {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #ffffff;
  z-index: 2;
  padding: 0 10px 0 10px; }

.gallery-pager a {
  background: #ffffff;
  border: solid 1px #dbdbdb;
  width: 11px;
  height: 11px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 1px;
  outline: none; }

.gallery-pager a:hover,
.gallery-pager a.selected {
  background: #fa5800;
  border-color: #fa5800; }

.spec-text {
  color: #bababa;
  font-weight: 500 !important;
  text-indent: 36px;
  font-style: italic;
  position: relative; }

.spec-text:before {
  background: url(../img/icon_quotes.png) no-repeat left top;
  width: 30px;
  height: 23px;
  content: '';
  position: absolute;
  left: 0px;
  top: 6px; }

.line-share {
  text-align: right;
  padding: 9px 0 0 0; }

.line-share__text {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  vertical-align: top; }

.box-social.for-post {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  width: auto;
  float: none; }

.for-post .box-social__item {
  color: #a4a4a4;
  font-size: 12px;
  margin-left: 7px; }

.nav-blog-post {
  border-top: solid 1px #e9e9e9;
  padding: 20px 0px 18px 0px;
  border-bottom: solid 1px #e9e9e9;
  margin: 21px 0 0 0;
  overflow: hidden; }

.nav-blog-post__link {
  font-size: 13px;
  color: #414141;
  font-weight: 600;
  position: relative;
  white-space: nowrap; }

.nav-blog-post__link:hover {
  color: #fa5800;
  text-decoration: none; }

.nav-blog-post__link.prev {
  float: left; }

.nav-blog-post__link.prev:before {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #fa5800;
  display: inline-block;
  vertical-align: top;
  margin: 8px 6px 0 -1px;
  content: ''; }

.nav-blog-post__link.next {
  float: right; }

.nav-blog-post__link.next:after {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #fa5800;
  display: inline-block;
  vertical-align: top;
  margin: 8px -1px 0 6px;
  content: ''; }

.box-more-post {
  position: relative;
  padding: 36px 0 0 0; }

.title-with-border {
  background: url(../img/box_line.png) repeat-x bottom;
  padding-bottom: 24px; }

.list-blog.opt2 {
  padding: 18px 0 9px 0;
  overflow: hidden; }

.list-blog.opt2 .list-blog__item {
  background: url(../img/box_line.png) repeat-x bottom;
  padding-bottom: 11px;
  display: block; }

.list-blog.opt2 .list-blog__title {
  margin-top: 21px; }

.list-blog.opt2 .list-blog__img {
  max-width: 400px; }

.post-date.opt2 {
  padding-top: 8px;
  font-style: italic; }

.post-date.opt2 i {
  vertical-align: top;
  font-size: 11px;
  margin-right: 4px; }

.post-date.opt2 span {
  margin-right: 0px; }

.delimiter-line {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 0px 10px !important;
  width: 1px;
  height: 15px;
  background: #e2e2e2; }

.box-comments {
  padding: 47px 0 37px 0;
  position: relative;
  border-bottom: solid 1px #e9e9e9; }

.list-comments {
  padding: 0px 0 0 0; }

.list-comments__item {
  margin: 17px 0 0 0;
  padding-bottom: 10px;
  overflow: hidden; }

.list-comments__img {
  width: 73px;
  height: 73px;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2; }

.list-comments__img img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.list-comments__img:before {
  border: solid 1px #cccccc;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  content: '';
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffffff; }

.list-comments__comment {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-left: -73px;
  padding-left: 95px;
  float: left; }

.list-comments__comment-cont {
  background: #f6f6f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  padding: 16px 12px 18px 19px;
  position: relative; }

.list-comments__comment-cont:before {
  background: url(../img/triangle_comment.png) no-repeat left top;
  width: 6px;
  height: 16px;
  content: '';
  position: absolute;
  left: -6px;
  top: 20px; }

.list-comments__name {
  font-size: 16px;
  line-height: 18px;
  color: #191919;
  padding: 0 0 0 0;
  font-weight: 600; }

.list-comments__date {
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: top; }

.list-comments__link {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  margin-left: 16px; }

.list-comments__text {
  font-size: 14px;
  line-height: 16px;
  color: #939393;
  padding: 8px 0 0 0; }

.list-comments__item .list-comments {
  padding-left: 77px;
  padding-top: 10px; }

.box-add-comment {
  padding: 46px 0 42px 0; }

.form-add-comment {
  padding: 0px 0 0 0; }

.standart-input {
  position: relative; }

.standart-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  color: #191919;
  float: none;
  display: block;
  padding-bottom: 3px; }

.standart-input input[type="text"] {
  width: 100%;
  height: 45px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  color: #757575;
  padding: 13px 15px 13px 15px;
  background: #f6f6f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.standart-input textarea {
  width: 100%;
  height: 172px;
  min-height: 172px;
  max-width: 100%;
  border: solid 1px #eeeeee;
  font-size: 14px;
  color: #757575;
  padding: 13px 15px 13px 15px;
  background: #f6f6f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.standart-input::-webkit-input-placeholder {
  color: #191919;
  opacity: 1 !important; }

.standart-input::-moz-placeholder {
  color: #191919;
  opacity: 1 !important; }

.box-field.top {
  margin: 7px 0 0 0;
  padding: 0 0 11px 0; }

.text-help-form {
  padding: 0 0 0 0;
  font-size: 13px;
  line-height: 18px;
  color: #191919;
  font-style: italic; }

.form-add-comment input.btn {
  margin: 20px 0 0 0;
  font-weight: 700 !important; }

.blog-item {
  color: #000; }

.blog-item .img-box {
  display: block;
  margin-bottom: 21px;
  margin-top: 26px; }

.blog-item .img-box img {
  display: block;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  overflow: hidden; }

.blog-item p {
  padding-right: 20px;
  color: #000; 
  line-height: 30px;
  font-weight: bold;}

.blog-item li
{
	font-style:italic;
	margin-top:10px;
	line-height:28px;
	font-weight:500;
}
.blog-item_controls {
  overflow: hidden;
  padding-top: 8px; }

.blog-item_stat {
  overflow: hidden; }

.blog-item_controls .read-more {
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  float: left;
  width: 126px;
  height: 38px;
  text-transform: none;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px; }

.blog-item_stat {
  background: url(../img/box_line.png) repeat-x bottom;
  padding: 18px 0 8px 0;
  font-size: 14px;
  color: #a7a7a7;
  float: right;
  width: 80%; }

.blog-item_stat span {
  color: #000; }

.blog-item_stat a {
  color: #f95800; }

.blog-item_stat .left {
  float: left; }

.blog-item_stat .right {
  float: right;
  padding-top: 4px; }

.blog-item_stat i {
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  margin: 0 4px; }

.blog-item_stat .right span,
.blog-item_stat .right a {
  display: inline-block;
  vertical-align: top;
  margin-left: 21px;
  color: #a7a7a7;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 400; }

.blog-item_stat .right i {
  vertical-align: top;
  font-size: 13px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px; }

.blog-item_stat .right a:hover {
  color: #f95800;
  text-decoration: none; }

.blog-item h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 8px;
  text-transform: uppercase; }

.box-video2 {
  width: 100%;
  display: block;
  padding: 0 0 0 0;
  margin: 0px 0 19px 0;
  height: 460px; }

.box-video2 iframe {
  width: 100%;
  height: 100%;
  display: block; }

.audio-player {
  position: relative;
  padding: 1px 195px 1px 53px;
  margin-bottom: 13px;
  box-sizing: border-box;
  height: 41px;
  background: url(../img/box_audio.jpg) repeat-x;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 2px; }

.play-button {
  position: absolute;
  top: 11px;
  left: 13px;
  border-right: 1px solid #ffffff;
  padding-right: 11px; }

.play-button a {
  display: block;
  width: 14px;
  height: 20px;
  background: url(../img/play.png) 0 center no-repeat; }

.player-time {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px; }

.player-volume {
  vertical-align: middle;
  display: inline-block;
  padding-left: 17px;
  padding-right: 6px;
  border-left: 1px solid #ffffff; }

.player-volume a {
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
  background: url(../img/volume.png) 0 center no-repeat;
  width: 21px;
  height: 20px; }

.player-volume-progress-bar {
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  width: 54px;
  height: 10px;
  background-color: #f5bb9b;
  overflow: hidden;
  vertical-align: middle;
  position: relative; }

.player-volume-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background-color: #FFF; }

.player-controls {
  position: absolute;
  top: 10px;
  right: 11px; }

.player-progress-bar {
  cursor: pointer;
  margin-top: 14px;
  overflow: hidden;
  position: relative;
  height: 10px;
  background-color: #f5bb9b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.player-range {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 28%;
  background-color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden; }

.blog-item b {
  color: #767676;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600; }

.blog-item__reply {
  margin-top: 15px;
  font-size: 15px;
  padding: 15px 10px 23px 26px;
  background-color: #F5F5F5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  margin-right: 3px;
  margin-bottom: 39px; }

.blog-item__reply:before {
  border: solid 1px #F5F5F5;
  position: absolute;
  right: -3px;
  bottom: -3px;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.blog-item__reply p {
  font-size: 15px;
  margin-bottom: 4px; }

.blog-item__reply_no-bg {
  background: none;
  padding: 0; }

.blog-item__reply_no-bg:before {
  display: none; }

.blog-item__reply a {
  text-decoration: underline;
  color: #A1C73F;
  font-size: 16px;
  font-weight: 600;
  color: #f95800; }

.blog-item__reply a:hover {
  text-decoration: none; }

.blog-item__reply_color {
  background-color: #f95800;
  padding: 11px 10px 30px 26px; }

.blog-item__reply_color:before {
  border-color: #f95800; }

.blog-item__reply_color p {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans"; }

.blog-item__reply_color b {
  color: #ffffff; }

.box-services {
  padding: 0 0 0 0;
  display: block;
  float: none; }

.list-services {
  padding: 14px 0 0 0; }

.list-services__item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  margin-bottom: 15px; }

.list-services__cont {
  display: block;
  border: 1px solid #e9e9e9;
  padding: 0 1px 1px 0;
  margin-left: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.list-services__wrap {
  border: 1px solid #e9e9e9;
  margin: -3px 0 0 -3px;
  /*padding-bottom: 12px;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  text-align: center;
  background: #FFF; }

.list-services__img {
  display: block; }

.list-services__img img {
  display: block;
  width: 100%;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0; }

.text-services {
  padding: 24px 19px 15px 19px; }

.box-title-services {
  padding: 0 0 21px 0;
  position: relative;
  margin-bottom: 11px; }

.box-title-services:before {
  display: block;
  content: '';
  height: 1px;
  width: 71px;
  background: #f0f0f0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -47px; }

.box-title-services:after {
  display: block;
  content: '';
  height: 1px;
  width: 71px;
  background: #f0f0f0;
  position: absolute;
  bottom: -3px;
  right: 50%;
  margin-right: -47px; }

.box-title__link {
  font-size: 18px;
  font-weight: 600;
  color: #575757;
  text-decoration: none; }

.box-title__link:hover {
  text-decoration: none; }

.text-services p {
  line-height: 22px; }

.list-services__cont .btn {
  height: 45px;
  min-width: 100%;
  font-size: 13px;
  padding-top: 11px;
  margin-top: 16px; }

.list-blog2 {
  padding: 0 0 0 0; }

.list-blog__item2 {
  margin-bottom: 15px;
  list-style-type: none; }

.list-blog2 .list-blog__item2 a {
  font-size: 14px;
  display: block;
  padding-left: 13px;
  color: #000;
  position: relative;
  text-decoration: none !important; }

.list-blog__item2 a:before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000; }

.list-blog__item2.active a,
.list-blog__item2 a:hover {
  color: #fa6819; }

.list-blog__item2.active a:before {
  background-color: #fa6819; }

.datepicker {
  margin-bottom: 15px;
  padding-top: 5px;
  color: #575757;
  font-size: 12px;
  text-transform: uppercase; }

.ui-datepicker-header {
  margin-bottom: 15px;
  position: relative;
  text-align: center; }

.ui-datepicker-title {
  color: #575757;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.ui-datepicker-prev {
  cursor: pointer;
  font-size: 17px;
  color: #676767;
  position: absolute;
  bottom: -5px;
  left: 0; }

.ui-datepicker-next {
  cursor: pointer;
  font-size: 17px;
  color: #676767;
  position: absolute;
  bottom: -5px;
  right: 0; }

.ui-datepicker-prev i,
.ui-datepicker-next i {
  color: #6d6d6d; }

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: #fa5f0a !important; }

.ui-datepicker-prev:hover i,
.ui-datepicker-next:hover i {
  color: #fa5f0a; }

.datepicker table {
  text-align: center;
  width: 100%; }

.datepicker table th span {
  display: block;
  background-color: #f4f4f4;
  height: 27px;
  line-height: 27px; }

.datepicker table th {
  padding-bottom: 10px;
  vertical-align: top;
  color: #575757;
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
  text-align: center; }

.datepicker table td {
  width: 36px;
  height: 36px; }

.ui-state-default {
  font-size: 12px;
  color: #575757;
  text-decoration: none !important; }

.datepicker tbody {
  padding-top: 10px; }

.ui-datepicker-today a {
  line-height: 24px;
  margin: auto;
  text-align: center;
  background-color: #f2f2f2;
  border-right: 3px;
  display: block;
  height: 24px;
  width: 24px; }

.ui-datepicker-today a:hover {
  text-decoration: none; }

.box-special-text {
  padding: 20px 0; }
  .box-special-text.no-pad {
    padding: 0; }

.box-special-text__cont {
  border: 1px solid #fa5800;
  padding: 0 1px 1px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 1px; }

.box-special-text__wrap {
  margin: -2px 0 0 -2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(../img/bg_special.jpg) repeat left top;
  padding: 20px 26px 19px 26px;
  position: relative; }

.box-special__text {
  float: left;
  margin: 0 -189px 0 0;
  padding: 17px 200px 0 0;
  width: 100%; }

.box-special__text p {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -1.2px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 0; }

.box-special__button {
  float: right;
  width: 188px;
  padding: 0 0 0 0; }

.box-special-text__wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.btn-stroke-border {
  padding: 0 2px 2px 0;
  height: auto; }

.btn-stroke-border span {
  display: block;
  height: 44px;
  margin: -4px 0 0 -5px;
  background: #fa5800;
  border: 2px solid;
  padding: 11px 15px 0 15px;
  border-radius: 3px;
  width: 188px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400; }

.btn-stroke-border span:hover {
  background: #FFF;
  color: #fa5800; }

.white-stroke {
  border-color: #FFF; }

.white-stroke span {
  border-color: #FFF; }

.our-process p {
  font-size: 15px;
  line-height: 23px;
  padding-top: 9px; }

.list-with-marker {
  list-style: none;
  padding: 20px 0 0 0;
  max-width: 712px; }

.list-with-marker__item {
  /*display: inline-block;*/
  /*vertical-align: top;*/
  /*width: 50%;*/
  margin: 0 -5px 18px 0;
  padding: 0 10px 0 34px;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #191919; }

.list-with-marker__item:before {
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: -1px;
  top: 1px;
  background: url(../img/marker_list.png) no-repeat left top; }

.box-tabs {
  padding: 0 3px 0 0; }

.box-tabs_top {
  padding-bottom: 30px; }

.list-tabs-standart__item {
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 -5px 0 0;
  max-width: 25%;
  padding-right: 10px; }

.list-tabs-standart__link {
  font-size: 17px;
  line-height: 20px;
  color: #575757;
  border: solid 1px #e1e1e1;
  padding: 14px 4px 13px 4px;
  display: block;
  font-weight: 600;
  width: 189px;
  max-width: 100%;
  min-height: 51px;
  text-align: center;
  background: #ffffff;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  position: relative; }

.list-tabs-standart__link:before {
  position: absolute;
  border: solid 1px #e1e1e1;
  border-bottom: none;
  z-index: -1;
  right: -3px;
  top: -0px;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px; }

.list-tabs-standart__item.active .list-tabs-standart__link {
  position: relative;
  background: #fa5800;
  border-color: #fa5800;
  color: #ffffff;
  text-decoration: none; }

.list-tabs-standart__item .list-tabs-standart__link:hover {
  text-decoration: none;
  border-color: #fa5800; }

.list-tabs-standart__item .list-tabs-standart__link:hover:before {
  border-color: #fa5800; }

.box-tab-content2 {
  border: solid 1px #e1e1e1;
  background: #ffffff;
  position: relative;
  border-radius: 0px 3px 3px 3px;
  -moz-border-radius: 0px 3px 3px 3px;
  -webkit-border-radius: 0px 3px 3px 3px;
  margin-top: -1px; }

.box-tab-content2:before {
  position: absolute;
  border: solid 1px #e1e1e1;
  z-index: -1;
  right: -3px;
  bottom: -3px;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tab-content2 {
  padding: 24px 32px 20px 32px;
  z-index: 2; }

.tab-content2 p {
  font-size: 15px;
  line-height: 24px;
  color: #575757;
  padding: 12px 0px 12px;
  text-shadow: 0 0 0; }

.tab-content2 h4 {
  font-size: 19px;
  color: #575757;
  font-weight: 600;
  padding-bottom: 4px; }

.list-tabs-standart__item.active .list-tabs-standart__link:before {
  display: none; }

.box-error404 {
  position: relative;
  text-align: center;
  padding: 90px 0px 108px; }

.number-error {
  font-size: 235px;
  line-height: 240px;
  color: #bebebe;
  font-family: "Open Sans";
  font-weight: 700;
  padding: 0px 0 0 0;
  letter-spacing: 13px;
  position: relative;
  padding-bottom: 12px;
  display: inline-block; }

.number-error__img {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 110px;
  margin-left: -69px;
  z-index: 2; }

.number-error__img img {
  display: block;
  width: 100%; }

.number-error:after {
  background: #bebebe;
  position: absolute;
  left: 50%;
  margin-left: -107px;
  height: 1px;
  width: 215px;
  bottom: 0px;
  content: ''; }

.text-error {
  font-family: "Open Sans";
  font-weight: 700;
  color: #bebebe;
  font-size: 21px;
  line-height: 28px;
  padding: 22px 0 0 0; }

.error-search {
  position: relative;
  margin: 52px 18px 0 0;
  display: inline-block;
  width: 100%;
  max-width: 439px; }

.error-search input[type="text"] {
  width: 100%;
  height: 48px;
  font: 300 17px/20px "Open Sans";
  color: #a5a5a5;
  padding: 11px 15px 11px 15px;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  border: solid 1px #bebebe; }

.error-search:before {
  border: solid 1px #bebebe;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  bottom: -3px;
  content: ''; }

.error-search::-webkit-input-placeholder {
  color: #a5a5a5;
  opacity: 1 !important; }

.error-search::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1 !important; }

.error-search button {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 51px;
  height: 41px;
  border: none;
  border-left: solid 1px #bebebe;
  background: none;
  font-size: 16px;
  color: #bebebe;
  outline: none !important; }

.error-search button:hover {
  color: #fa5800; }

.box-accordions {
  padding-bottom: 50px; }

.box-about {
  position: relative;
 /* padding: 0px 0 59px 0;*/ }

.box-about .sub-text-title,
.box-our-teams .sub-text-title {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0; }

.img-about {
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden; }

.img-about img {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  width: 100%;
  margin-top: 32px; }

.line-sub-info-about {
  padding-top: 17px; }

.box-about h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 12px; }

.our-progcess {
  padding-top: 12px; }

.our-progcess p {
  font-size: 15px;
  line-height: 23px;
  color: #191919;
  padding-top: 6px; }

.about-progress {
  padding-top: 12px; }

.gray-title {
  color: #000; }

.list-with-marker.opt2 {
  padding: 16px 0 20px 0; }

.box-progres-bar.opt2 {
  padding: 0px 0 0px 0; }

.box-progres-bar.opt2 .field-progres-bar {
  margin: 49px 0 0 0;
  height: 13px;
  background: #f3f3f3; }

.box-progres-bar.opt2 .field-progres-bar__range {
  background: url(../img/box_range_1.jpg) repeat-x;
  height: 13px;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px; }

.box-progres-bar.opt2 .field-progres-bar__name {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  top: -38px; }

.box-progres-bar.opt2 .field-progres-bar__number {
  font-size: 15px;
  line-height: 18px;
  top: -38px; }

.box-our-team.opt2 {
  padding: 70px 0px 70px 0px; }

.box-our-team.opt2 h2 {
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 18px; }

.box-our-clients.top {
  padding: 58px 0px 0px 0px; }

.box-our-team.opt3 {
  padding: 0px 0px 70px 0px;
  background: none; }

.box-our-team.opt3 h2 {
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 18px; }

.list-services_with-icon {
  padding: 99px 0 30px 0; }

.list-services_with-icon .list-services__img {
  display: block;
  width: 116px;
  height: 116px;
  background: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 7px;
  position: absolute;
  left: 50%;
  top: -59px;
  margin-left: -58px; }

.icon-services {
  display: table-cell;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  font-size: 27px;
  color: #fa5800; }

.list-services_with-icon .text-services {
  padding-top: 77px; }

.list-services_with-icon .box-title__link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold; }

.list-services_with-icon .box-title-services:before {
  bottom: -4px; }

.list-services_with-icon .box-title-services:after {
  bottom: 0; }

.list-services_with-icon .list-services__cont .btn {
  max-width: 100%;
  width: 193px;
  margin-bottom: 5px; }

.drop-list.opt2 {
  padding: 31px 0 0 0; }

.drop-list.opt2 .drop-list__item {
  padding: 0 2px 2px 0;
  margin-bottom: 10px;
  list-style: none;
  position: relative; }

.drop-list.opt2 .drop-list__item:after {
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  content: '';
  position: absolute;
  z-index: -1;
  right: -0px;
  bottom: -0px;
  width: 100%;
  height: 100%; }

.drop-list.opt2 .drop-list__link {
  min-height: 44px;
  border: solid 1px #eeeeee;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  color: #191919; }

.drop-list__icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 51px;
  height: 100%;
  padding: 0px 0 0 0px;
  margin: 0 0 0 0;
  z-index: 1;
  text-align: center;
  border-right: solid 1px #e7e7e7; }

.drop-list__icon i {
  display: inline-block;
  line-height: 44px;
  color: #aaaaaa;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -21px; }

.drop-list.opt2 .drop-list__name {
  font-size: 16px;
  line-height: 18px;
  float: none;
  padding: 12px 10px 11px 68px;
  margin-right: 0px;
  text-transform: none;
  font-weight: 600;
  display: block; }

.drop-list.opt2 .open-block {
  font-weight: bold;
  border-color: #e9e9e9;
  margin-bottom: -3px;
  padding: 2px 19px 1px 19px; }

.drop-list.opt2 .open-block p {
  color: #000;
  line-height: 21px; }

.drop-list.opt3 {
  padding: 31px 0 0 0;
  border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  overflow: hidden; }

.drop-list.opt3 .drop-list__item {
  padding: 0 0px 0px 0;
  margin-bottom: 0px;
  position: relative; }

.drop-list.opt3 .drop-list__link {
  min-height: 52px;
  border: solid 1px #f8f8f8;
  border-top: none;
  border-bottom: solid 1px #efefef;
  display: block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  color: #202020; }

.drop-list.opt3 .drop-list__item:nth-child(even) .drop-list__link {
  background: #ffffff;
  border-left: solid 1px #f9f9f9;
  border-right: solid 1px #f9f9f9; }

.drop-list.opt3 .drop-list__item:last-child .drop-list__link {
  border-bottom: none; }

.drop-list.opt3 .drop-list__icon {
  width: 55px;
  border: none;
  color: #202020; }

.drop-list.opt3 .drop-list__icon i {
  color: #202020;
  line-height: 44px;
  padding-top: 0px; }

.drop-list.opt3 .drop-list__name {
  font-size: 16px;
  line-height: 18px;
  float: none;
  padding: 17px 50px 16px 55px;
  margin-right: 0px;
  text-transform: none;
  font-weight: 500;
  display: block; }

.drop-list.opt3 .open-block {
  border-color: #f9f9f9;
  margin-bottom: -3px;
  background: #f9f9f9;
  padding: 4px 19px 1px 19px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

.drop-list.opt3 .open-block p {
  color: #202020;
  line-height: 21px; }

.drop-list__arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  padding: 14px 0 0 0px;
  margin: 0 0 0 0;
  z-index: 1;
  text-align: left; }

.drop-list__arrow span.down {
  display: inline-block;
  background: url(../img/arrow_open_black.png) no-repeat left top;
  width: 17px;
  height: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  right: 18px; }

.drop-list__link.active .drop-list__arrow span.down {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear; }

.drop-list__link:hover .drop-list__arrow span.down {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

.drop-list__arrow span.up {
  display: inline-block;
  background: url(../img/arrow_open_black.png) no-repeat left bottom;
  width: 17px;
  height: 10px;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  right: 18px; }

.drop-list__link.active .drop-list__arrow span.up {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0s linear;
  transition: all 0s linear; }

.drop-list__link:hover .drop-list__arrow span.up {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.drop-list__arrow span.up.white {
  background: url(../img/arrow_open_white.png) no-repeat left bottom; }

.drop-list__arrow span.down.white {
  background: url(../img/arrow_open_white.png) no-repeat left top; }

.drop-list.opt4 {
  margin: 31px 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
  background: #fc5801;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.drop-list.opt4 .drop-list__item {
  padding: 0 0px 0px 0;
  margin-bottom: 0px;
  position: relative; }

.drop-list.opt4 .drop-list__link {
  min-height: 52px;
  border: solid 1px #fc5801;
  border-top: none;
  border-bottom: solid 1px #fc5801;
  display: block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  z-index: 2;
  background: #e25104;
  color: #ffffff; }

.drop-list.opt4 .drop-list__item:first-child .drop-list__link {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  position: relative; }

.drop-list.opt4 .drop-list__item:last-child .drop-list__link {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  position: relative; }

.drop-list.opt4 .drop-list__item:last-child .drop-list__link {
  border-bottom: none; }

.drop-list.opt4 .drop-list__icon {
  width: 55px;
  border: none;
  color: #202020; }

.drop-list.opt4 .drop-list__icon i {
  color: #ffffff;
  line-height: 44px; }

.drop-list.opt4 .drop-list__name {
  font-size: 16px;
  line-height: 18px;
  float: none;
  padding: 17px 50px 16px 55px;
  margin-right: 0px;
  text-transform: none;
  font-weight: 500;
  display: block; }

.drop-list.opt4 .open-block {
  border-color: #fc5801;
  margin-bottom: -3px;
  background: #fc5801;
  padding: 4px 19px 1px 19px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom: solid 1px #fc5801; }

.drop-list.opt4 .open-block p {
  color: #ffffff;
  line-height: 21px; }

.drop-list.opt4 .drop-list__link.active {
  background: #fc5801;
  border-bottom: solid 1px #ff7c37; }

.drop-list.opt4 .drop-list__link:hover {
  background: #fc5801;
  border-bottom: solid 1px #ff7c37; }

.drop-list.opt5 {
  padding: 31px 0 0 0; }

.drop-list.opt5 .drop-list__item {
  padding: 0 2px 2px 0;
  margin-bottom: 10px;
  list-style: none;
  position: relative; }

.drop-list.opt5 .drop-list__item:after {
  border: solid 1px #e9e9e9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  content: '';
  position: absolute;
  z-index: -1;
  right: -0px;
  bottom: -0px;
  width: 100%;
  height: 100%; }

.drop-list.opt5 .drop-list__link {
  min-height: 44px;
  border: solid 1px #eeeeee;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  color: #191919; }

.drop-list.opt5 .drop-list__name {
  font-size: 16px;
  line-height: 18px;
  float: none;
  padding: 12px 60px 10px 30px;
  margin-right: 0px;
  text-transform: none;
  font-weight: 500;
  display: block; }

.drop-list.opt5 .open-block {
  border-color: #e9e9e9;
  margin-bottom: -3px;
  padding: 2px 19px 1px 19px; }

.drop-list.opt5 .open-block p {
  color: #757575;
  line-height: 21px; }

.drop-list__icon-plus2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 51px;
  height: 100%;
  padding: 12px 0 0 0px;
  z-index: 1;
  text-align: center;
  border-left: solid 1px #e7e7e7; }

.drop-list__icon-plus2 span.plus {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/icon_plus_black.png) no-repeat center top;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px; }

.drop-list__link:hover .drop-list__icon-plus2 span.plus {
  /*-moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear;*/
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.drop-list__link.active .drop-list__icon-plus2 span.plus {
  /*-moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear;*/
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.drop-list__icon-plus2 span.minus {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/icon_plus_black.png) no-repeat center bottom;
  /*    -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;*/
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px; }

.drop-list__link:hover .drop-list__icon-plus2 span.minus {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.drop-list__link.active .drop-list__icon-plus2 span.minus {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.title-with-line_middle:after {
  left: 50%;
  margin-left: -28px; }

.box-special-text__cont_large {
  padding-bottom: 2px;
  padding-right: 2px; }

.box-special-text__cont_large .box-special-text__wrap {
  margin-left: -4px;
  margin-top: -4px; }

.box-special-text__cont_large .box-special__text p {
  font-size: 29px; }

.box-special-text2 {
  padding: 41px 0 71px 0; }

.box-special-text2__cont {
  border: 1px solid #fa5800;
  padding: 0 1px 1px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 1px; }

.box-special-text__wrap2 {
  background: url(../img/bg_special_2.jpg) repeat left top;
  padding: 58px 3px 54px 0;
  position: relative; }

.box-special-text__wrap2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.orange-stroke {
  border-color: #fa5800; }

.orange-stroke span {
  border-color: #fa5800; }

.orange-stroke:hover {
  color: #FFF;
  border-color: #fc7227; }

.orange-stroke:hover span {
  border-color: #fc7227;
  background: #fc7227;
  color: #FFF; }

.box-special-text3 {
  background: url(../img/bg_special_3.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  padding: 116px 20px 95px 20px;
  position: relative;
  margin: 0 0 40px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.box-special-text__title {
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
  line-height: 38px;
  padding: 0 0 25px 0;
  position: relative;
  text-transform: uppercase; }

.box-special-text__title:before {
  display: block;
  content: '';
  height: 1px;
  width: 71px;
  background: #49433d;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -47px; }

.box-special-text__title:after {
  display: block;
  content: '';
  height: 1px;
  width: 71px;
  background: #49433d;
  position: absolute;
  bottom: -4px;
  right: 50%;
  margin-right: -47px; }

.box-special-text__description {
  padding: 26px 0 30px 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 250;
  line-height: 21px;
  font-style: italic; }

.btn-special {
  width: 200px;
  height: 53px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 20px;
  padding-top: 16px; }

.btn-special:hover {
  background: none;
  color: #fa5800; }

.box-col-special {
  padding: 42px 0 20px 0;
  text-align: center; }

.one-col-special {
  display: block;
  border: 2px solid #fa5800;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 2px 2px 0;
  margin-left: 2px;
  margin-bottom: 15px; }

.one-col-special__cont {
  display: block;
  border: 2px solid #fa5800;
  background: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: -6px 0 0 -6px;
  padding: 21px 18px 22px 18px;
  text-align: center; }

.one-col-special__title {
  display: block;
  font-size: 20px;
  color: #fa5803;
  font-weight: 600;
  line-height: 25px;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 13px; }

.one-col-special__title:before {
  display: block;
  content: '';
  height: 1px;
  width: 68px;
  background: #fa5800;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -47px; }

.one-col-special__title:after {
  display: block;
  content: '';
  height: 1px;
  width: 68px;
  background: #fa5800;
  position: absolute;
  bottom: -4px;
  right: 50%;
  margin-right: -47px; }

.special-color_1 .one-col-special__cont {
  background: url(../img/bg_special_4.jpg) repeat center top;
  border: none;
  padding: 23px 18px 25px 18px; }

.special-color_2 .one-col-special__cont {
  background: url(../img/bg_special_5.jpg) repeat center top;
  border: none;
  padding: 23px 18px 25px 18px; }

.special-color_3 {
  border-color: #282828; }

.special-color_3 .one-col-special__cont {
  border: 2px solid #282828;
  padding: 21px 18px 22px 18px; }

.white-text .one-col-special__title {
  color: #FFF; }

.white-text .one-col-special__title:before {
  background: #FFF; }

.white-text .one-col-special__title:after {
  background: #FFF; }

.white-text .btn-special {
  background: #FFF;
  border: 2px solid #FFF;
  color: #fa5800; }

.white-text .btn-special:hover {
  background: none;
  color: #FFF; }

.one-col-special.special-color_2 {
  border-color: #191919; }

.btn-special_black {
  color: #191919 !important; }

.btn-special_black:hover {
  color: #FFF !important; }

.box-col-special__item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 0 0; }

.black-text .one-col-special__title {
  color: #282828; }

.black-text .one-col-special__title:before {
  background: #282828; }

.black-text .one-col-special__title:after {
  background: #282828; }

.btn-special_black2 {
  color: #ffffff !important;
  background: #282828;
  border-color: #282828; }

.btn-special_black2:hover {
  color: #282828 !important;
  background: #ffffff;
  border-color: #282828; }

.icon-spec-text {
  display: block;
  padding-top: 16px;
  text-align: center; }

.icon-spec-text img {
  display: inline-block;
  vertical-align: top; }

.box-open-contacts {
  padding: 0px 0 0 0; }

.box-open-contacts.opt2 {
  padding-bottom: 43px; }

.title-h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 12px; }

.line-contacts {
  padding-top: 28px; }

.line-contacts__line {
  background: url(../img/box_line.png) repeat-x bottom;
  padding-top: 17px;
  padding-bottom: 41px;
  margin-bottom: 3px; }

.line-contacts__line:last-child {
  background: none;
  margin-bottom: 0px; }

.box-open-contacts h4 {
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0 2px 0; }

.item-contacts {
  display: block;
  padding: 0 0 0 0;
  margin: 14px 0 0px 0;
  font-size: 15px;
  line-height: 18px; }

.item-contacts a {
  display: inline-block;
  white-space: nowrap;
  color: #191919; }

.item-contacts a:hover {
  text-decoration: none;
  color: #fa6e22; }

.item-contacts__icon {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  color: #f95800; }

.item-contacts i {
  color: #f95800; }

.item-contacts__name {
  width: 100%;
  margin-left: -25px;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 29px; }

.contacts-form {
  border: solid 1px #e3e3e3;
  margin: 36px 2px 2px 0;
  padding: 11px 41px 43px 41px;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative; }

.contacts-form label.error {
  color: #232325; }

.contacts-form form {
  position: relative;
  z-index: 2; }

.contacts-form:after {
  background: url(../img/bg_form_contacts.png) no-repeat left top;
  width: 59px;
  height: 47px;
  position: absolute;
  right: 14px;
  top: 12px;
  content: '';
  z-index: 1; }

.contacts-form:before {
  border: solid 1px #e3e3e3;
  content: '';
  z-index: -1;
  border: solid 1px #e3e3e3;
  width: 100%;
  height: 100%;
  bottom: -3px;
  right: -3px;
  position: absolute;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.field-contacts {
  position: relative;
  margin: 10px 0 0 0;
  padding-bottom: 10px; }

.field-contacts input[type="text"],
.field-contacts input[type="email"] {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: solid 1px #dededf;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #232325;
  padding: 15px 0px 15px 0px;
  background: none;
  position: relative; }

.field-contacts textarea {
  width: 100%;
  height: 50px;
  max-width: 100%;
  max-height: 50px;
  border: none;
  border-bottom: solid 1px #dededf;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #232325;
  padding: 15px 0px 15px 0px;
  background: none;
  position: relative;
  resize: none; }

.field-contacts::-webkit-input-placeholder {
  color: #232325;
  opacity: 1 !important; }

.field-contacts::-moz-placeholder {
  color: #232325;
  opacity: 1 !important; }

.contacts-form .btn {
  display: block;
  float: left;
  min-width: 40%;
  max-width: 45%;
  font-size: 15px;
  margin: 0; }

.btn-contacts {
  margin: 39px 0 0 0;
  position: relative; }

.contacts-form .spinner {
  display: none;
  color: #343434;
  position: absolute;
  left: -28px;
  top: 0;
  font-size: 20px;
  line-height: 49px; }

.success {
  display: none;
  float: left;
  font-weight: 400;
  line-height: 24px;
  width: 50%;
  margin: 0 0 0 5%;
  vertical-align: middle; }

.map {
  position: relative;
  width: 100%;
  height: 398px;
  margin: 55px 0 0 0; }

.map.opt2 {
  height: 409px; }

#map_canvas {
  position: relative;
  width: 100%;
  height: 100%; }

.box-what-we-do {
  padding: 0 0 0 0; }

.about-work {
  padding: 16px 0 0 0; }

.about-work__item {
  padding: 35px 10px 15px 0;
  list-style-type: none;
  border-bottom: 1px solid #ececec; }

.about-work__item:first-child {
  padding-top: 0; }

.about-work__item:last-child {
  border-bottom: none;
  padding-bottom: 10px; }

.about-work__cont {
  position: relative;
  padding: 0 0 0 22px; }

.about-work__cont:before {
  display: block;
  content: '';
  width: 1px;
  height: 90%;
  background: #eaeaea;
  position: absolute;
  left: 0px;
  top: 0px; }

.about-work__cont:after {
  display: block;
  content: '';
  width: 1px;
  height: 90%;
  background: #eaeaea;
  position: absolute;
  left: 3px;
  top: 0px; }

.box-about-work-title {
  padding: 0 0 0 0;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #191919;
  font-weight: 500; }

.box-about-work-title__icon {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  margin-top: -5px;
  padding-left: 5px; }

.box-about-work-title__text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 0 -68px;
  padding: 0 0 0 68px; }

.about-work__cont p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300; }

.box-our-works {
  padding: 0px 0 0 0; }

.h1 {
  font-size: 35px;
  line-height: 38px;
  font-weight: 600;
  color: #191919;
  padding: 0 0 12px 0;
  text-transform: none; }

.our-works-list {
  padding: 24px 0 20px 0;
  border-bottom: 1px solid #ececec;
  text-align: center; }

.our-works-list + .our-works-list {
  padding-top: 60px; }

.our-works-list:last-child {
  border-bottom: none; }

.our-works-list__item {
  list-style-type: none;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 400px; }

.our-works-list__cont {
  padding: 0 0 0 0;
  position: relative; }

.our-works-list__img {
  display: block;
  margin: 0 0 4px 2px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 1px 1px 0; }

.our-works-list__img img {
  display: block;
  width: calc(100% + 3px);
  margin: -3px 0 0 -3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.our-works-list__title {
  padding: 15px 0 12px 0;
  position: relative;
  margin-bottom: 5px; }

.our-works-list__title a {
  font-size: 17px;
  line-height: 22px;
  color: #191919;
  font-weight: 600;
  text-decoration: none; }

.our-works-list__title a:hover {
  color: #fa5800; }

.our-works-list__small-description {
  padding: 3px 0 3px 0;
  font-size: 13px;
  line-height: 20px;
  color: #a4a4a4; }

.our-works-list__title:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 0px;
  bottom: 0px; }

.our-works-list__title:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 0px;
  bottom: -2px; }

.read-more-2 {
  height: 34px;
  padding-top: 7px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  text-transform: none; }

.transform-none {
  text-transform: none; }

.our-works-list_pad {
  padding-top: 32px; }

.our-works-list_pad2 {
  padding-top: 22px; }

.box-our-teams {
  padding: 0px 0 30px 0; }

.box-our-teams p {
  font-size: 15px; }

.box-our-teams__img {
  margin: 32px 0 29px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden; }

.box-our-teams__img img {
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%; }

.box-our-teams .title-h2 {
  /*margin-top: 34px;*/
  margin-bottom: 17px; }

.list-team.gray {
  padding: 3px 0 20px 0; }

.list-team.gray .list-team__item {
  padding-top: 22px; }

.list-team.gray .list-team__item-cont {
  background: #f9f9f9;
  min-height: 183px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
  padding: 1px;
  margin: -2px 0 0 -2px;
  padding: 4px 5px 16px 5px;
  background: #f9f9f9;
  border: solid 1px #ededed; }

.list-team.gray .list-team__item-border {
  background: #ffffff;
  border: solid 1px #ededed; }

.list-team.gray .list-team__info {
  padding: 15px 20px 19px 20px; }

.list-team.gray .list-team__title {
  font-size: 18px;
  line-height: 30px;
  color: #fa5800;
  font-weight: bold;
  margin: 10px 0 0 0;
  display: inline-block; }

.list-team.gray .list-team__name {
  color: #242425;
  font-weight: 700;
  font-size: 13px; }

.list-team.gray .list-team__text {
  font: 300 14px/18px "Open Sans" !important;
  color: #343434;
  padding: 15px 0 0 0; }

.list-team.gray .box-social {
  padding: 0px 0 0 0;
  margin: 10px 0 0 0; }

.list-team.gray .box-social .box-social__item {
  margin-left: 0px; }

.list-team.gray .box-social__item i {
  font-size: 12px; }

.box-social .delimiter {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 7px 0 11px;
  width: 1px;
  height: 7px;
  background: #acacac; }

.list-team .btn {
  width: 191px;
  height: 46px;
  margin: 18px 0 0 0;
  padding-top: 13px; }

.box-our-teams.opt2 h1 {
  margin-bottom: 13px; }

.box-our-teams__line-info {
  padding: 18px 0 30px 0;
  overflow: hidden; }

.box-our-teams__photo {
  width: 369px;
  z-index: 2;
  position: relative;
  margin: 20px 0 0 0;
  float: left; }

.box-our-teams__line-info img {
  display: block;
  width: 100%; }

.info-team {
  float: left;
  width: 100%;
  margin-left: -369px;
  padding: 0px 0 0 400px; }

.blog-content_full .box-our-teams__photo {
  width: 50%;
  padding: 0 15px 0 0; }

.blog-content_full .info-team {
  width: 50%;
  padding: 0 0 0 15px;
  margin: 0 0 0 0; }

.blog-content_full .box-our-teams .title-h2 {
  padding-top: 10px;
  margin-top: 0px; }

.info-team .title-h2 {
  padding-top: 10px;
  margin-top: 8px; }

.info-team__mail {
  font-size: 14px;
  color: #a8a8a8;
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 6px; }

.info-team__mail:hover {
  text-decoration: none; }

.box-progres-bar.opt3 {
  padding: 1px 0 0px 0; }

.box-progres-bar.opt3 .field-progres-bar {
  margin: 45px 0 0 0;
  height: 13px;
  background: #f3f3f3; }

.box-progres-bar.opt3 .field-progres-bar__range {
  background: url(../img/box_range_1.jpg) repeat-x;
  height: 13px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.box-progres-bar.opt3 .field-progres-bar__name {
  font-size: 15px;
  color: #000;
  line-height: 18px;
  top: -27px;
  padding: 0 0 0 0; }

.box-progres-bar.opt3 .field-progres-bar__number {
  font-size: 15px;
  line-height: 18px;
  top: -27px;
  padding: 0 0 0 0; }

.info-team .box-social,
.box-our-teams__line-info .box-social {
  float: none;
  width: 100%;
  text-align: left;
  padding: 27px 0 0 0; }

.info-team .box-social i,
.box-our-teams__line-info .box-social i {
  font-size: 22px; }

.info-team .box-social .delimiter,
.box-our-teams__line-info .box-social .delimiter {
  background: #dedfe0;
  height: 13px;
  width: 1px;
  margin: 0 13px 0 18px; }

.box-our-teams .blog-item__reply {
  margin-top: 25px; }

.box-our-teams .blog-item__reply p {
  color: #767676; }

.box-our-teams .blog-item__reply b {
  color: #767676; }

.blog-item__reply.without-border {
  margin-right: 0px; }

.blog-item__reply.without-border:before {
  display: none; }

.title-h2.top {
  padding-top: 4px;
  margin-bottom: 11px; }

.box-other-product {
  padding: 20px 0 0 0; }

.box-other-product .title-h2 {
  font-size: 20px;
  padding-bottom: 23px; }

.progress {
  height: 22px;
  margin-bottom: 0px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }

.box-progres-bar.opt2 .progress {
  height: 12px; }

.box-progres-bar.opt3 .progress {
  height: 12px; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 20px 20px; }

.progress-bar {
  background-color: #f95800; }

.box-typography {
  padding: 0 0 40px 0; }

.box-typography__cont {
  border-top: solid 1px #f2f2f2;
  margin: 33px 0 0 0;
  padding: 40px 0 0 0; }

.box-testimonials {
  padding: 13px 0 20px 0; }

.testimonials-slider {
  position: relative; }

.testimonials-slider ul {
  height: 100%;
  width: 100%; }

.testimonials-slider li {
  float: left;
  margin: 0 -1px 0 0;
  padding: 0 0 0 0;
  height: 517px;
  width: 100%;
  list-style-type: none; }

.testimonials-slider__cont {
  height: 100%;
  width: 100%;
  display: table; }

.testimonials-slider__item {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 10% 10px 10%; }

.slide_1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.testimonials-photo {
  display: block;
  width: 139px;
  margin: 0 auto 15px auto;
  height: 139px;
  border: 5px solid #f95800;
  position: relative;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px; }

.testimonials-photo img {
  display: block;
  width: 100%;
  border-radius: 65px;
  -moz-border-radius: 65px;
  -webkit-border-radius: 65px; }

.testimonials-slider__text {
  display: block;
  padding: 40px 0 0 0;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300; }

.testimonials-slider__btn {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 61px;
  height: 78px;
  text-align: center;
  padding: 28px 0 0 0;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -39px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0; }

.testimonials-slider__btn:hover {
  color: #FFF;
  background: rgba(249, 88, 0, 0.5); }

.testimonials-slider__btn.next-slide2 {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px; }

.testimonials-slider-pager {
  padding: 34px 0 0 0;
  text-align: center; }

.testimonials-slider-pager__cont {
  position: relative;
  height: 3px; }

.testimonials-slider-pager__cont:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f1f1f1; }

.testimonials-slider-pager__cont:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #f1f1f1; }

.testimonials_pager {
  display: inline-block;
  background: #FFF;
  padding: 0 4px 0 4px;
  position: relative;
  z-index: 1;
  top: -3px; }

.testimonials_pager a {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 11px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0px;
  margin: 0 2px 0 2px; }

.testimonials_pager a.selected,
.testimonials_pager a:hover {
  border-color: #fc5800;
  background: #fc5800; }

.box-testimonials-comment {
  padding: 70px 0 10px 0; }

.testimonials-comment {
  border: 1px solid #eeeeee;
  padding: 0 2px 2px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 0 2px; }

.testimonials-comment__cont {
  background: #f4f4f4;
  margin: -3px 0 0 -3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 25px 35px 25px 37px;
  position: relative; }

.testimonials-comment__cont p {
  font-size: 13px;
  line-height: 23px;
  color: #767676;
  font-style: italic;
  padding: 10px 0 10px 0; }

.testimonials-comment__mark {
  display: block;
  background: url(../img/mark_testimonials.png) no-repeat left top;
  width: 38px;
  height: 21px;
  position: absolute;
  left: 42px;
  bottom: -21px; }

.testimonials-comment.color {
  border-color: #f55a00; }

.testimonials-comment.color .testimonials-comment__cont {
  background: #f55a00; }

.testimonials-comment.color .testimonials-comment__cont p {
  color: #FFF; }

.testimonials-comment.color .testimonials-comment__mark {
  background-position: right top; }

.testimonials-name {
  display: block;
  padding: 26px 0 0 13px; }

.photo-testimonials-comment {
  display: inline-block;
  vertical-align: top;
  border: 5px solid #FFF;
  width: 96px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.photo-testimonials-comment img {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100%; }

.testimonials-name_text {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -102px;
  padding: 10px 0 0 120px;
  width: 100%; }

.testimonials-name_text p {
  font-size: 15px;
  line-height: 18px;
  color: #767676;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 0; }

.testimonials-name_text p:before {
  display: block;
  content: '';
  background: #767676;
  height: 1px;
  width: 10px;
  position: absolute;
  left: -15px;
  top: 10px; }

.testimonials-name_text p span {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  margin-top: -1px; }

.box-social_testimonials {
  display: block;
  float: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 0;
  border-top: 1px solid #eeeeee;
  max-width: 128px;
  text-align: left; }

.box-social_testimonials .box-social__item {
  font-size: 13px;
  color: #acacac; }

.main-bg-testimonials {
  background: #efefef;
  padding: 44px 0 0 0;
  min-width: 320px;
  margin-bottom: -30px; }

.main-bg-testimonials_top {
  margin-top: 40px; }

.main-bg-testimonials_cont {
  padding: 91px 0 150px 470px;
  position: relative;
  min-height: 470px; }

.main-bg-testimonials_cont p {
  padding: 0 0 0 0;
  font-weight: 300;
  font-size: 32px;
  font-family: "Open Sans";
  line-height: 38px;
  color: #191919; }

.main-bg-testimonials_cont p span {
  display: block;
  padding: 15px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 20px;
  color: #191919; }

.img-man {
  position: absolute;
  left: -10px;
  bottom: 0px; }

.testimonials-comment__block {
  margin-bottom: 30px; }

.button-top {
  display: block;
  width: 45px;
  height: 45px;
  background: #f95800;
  border-radius: 2px;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 50px;
  padding-top: 10px;
  text-align: center;
  color: #FFF !important;
  font-size: 18px;
  opacity: 0; }

.button-top_showed {
  bottom: 100px;
  opacity: 1; }

.button-top:hover {
  background: #ff7022; }

.best-tarif .btn:hover {
  background: #FFF;
  border-color: #FFF; }

.text-center {
  text-align: center; }

.banner {
  width: 100%;
  display: block;
  margin: 8px 0 14px 0; }

.banner img {
  display: block;
  width: 100%; }

.jp-audio {
  width: 100% !important;
  margin: 2px 0 14px 0; }

.jp-gui {
  height: 41px !important; }

div.jp-interface {
  background: url(../img/box_audio.png) repeat-x;
  height: 43px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden; }

.jp-title {
  display: none; }

a.jp-play {
  background: url(../img/play.png) no-repeat left top !important;
  width: 14px;
  height: 18px;
  position: absolute;
  left: 13px;
  top: 11px; }

a.jp-pause {
  background: url(../img/stop.png) !important;
  width: 14px;
  height: 18px;
  display: none;
  position: absolute;
  left: 13px;
  top: 11px; }

a.jp-mute {
  background: url(../img/volume.png) no-repeat left top !important;
  width: 21px;
  height: 17px;
  position: absolute;
  left: auto;
  right: 82px;
  top: 12px;
  display: block;
  z-index: 2;
  padding: 0 0 0 0;
  margin: 0 0 0 0 !important; }

div.jp-audio ul.jp-controls {
  width: 100%;
  height: 1px;
  overflow: visible !important;
  z-index: 4;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 0 0 0; }

div.jp-audio div.jp-type-single div.jp-progress {
  width: 100%;
  position: relative;
  left: 0px;
  margin-top: 15px;
  top: 0px;
  z-index: 1;
  padding-left: 53px;
  height: 10px;
  padding-right: 194px;
  background: none;
  overflow: visible;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

div.jp-seek-bar {
  background: #f5bb9b;
  cursor: pointer;
  height: 100%;
  width: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

div.jp-play-bar {
  background: #ffffff;
  height: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

div.jp-audio div.jp-volume-bar {
  left: auto;
  right: 18px;
  top: 15px;
  height: 20px;
  width: 52px;
  height: 10px;
  background: #f5bb9b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  z-index: 3; }

div.jp-volume-bar-value {
  height: 10px;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.jp-progress:after {
  background: #ffffff;
  width: 1px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  right: 121px;
  top: -5px;
  z-index: 4; }

.jp-progress:before {
  background: #ffffff;
  width: 1px;
  height: 20px;
  content: '';
  display: block;
  position: absolute;
  left: 38px;
  top: -5px;
  z-index: 4; }

div.jp-audio div.jp-type-single div.jp-time-holder {
  left: inherit;
  right: 121px;
  width: 72px;
  text-align: center;
  top: 2px;
  padding: 0 0 0 0; }

div.jp-duration {
  float: none;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  font-style: normal;
  padding: 0 0 0 0; }

.jp-current-time {
  padding: 0 0 0 0;
  display: none !important; }

.box-welcome {
  border-bottom: 1px solid #ebebeb;
  padding: 43px 0 0; }
  .box-welcome.offset-top {
    margin-top: 20px; }

.box-welcome__content {
  padding: 50px 0 0; }

.box-welcome__img {
  padding-right: 60px; }

.box-welcome__title {
  color: #282828;
  font-size: 19px;
  font-weight: 600;
  padding: 7px 0 18px;
  text-transform: uppercase; }

.box-welcome__text {
  color: #282828;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px; }

.box-welcome__buttons {
  padding: 17px 0; }

.box-welcome__buy {
  background-color: #fa5800;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 37px;
  margin-right: 11px;
  text-transform: uppercase; }
  .box-welcome__buy:hover, .box-welcome__buy:focus {
    background-color: #ff7022;
    color: #fff;
    text-decoration: none; }

.preview-body .main-wrapper {
  background: url(../img/preview.jpg) no-repeat center top;
  background-size: cover; }

.preview-page {
  text-align: center;
  padding: 0 0 80px 0; }

.logo-preview {
  padding: 50px 0 19px 0; }

.preview-page h1 {
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 0 10px 0;
  margin-bottom: 13px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 19px; }

.list-preview {
  padding: 15px 0 0 0; }

.list-preview__item {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px 37px 0; }

.list-preview__cont {
  display: block;
  position: relative;
  border: 4px solid #323232;
  background: #FFF;
  padding: 0 0 18px 0; }

.list-preview__cont:before {
  display: block;
  opacity: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  padding: 4px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: url(../img/mask_preview.png) no-repeat left top/cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.list-preview__cont:hover:before {
  opacity: 1; }

.list-preview__cont img {
  display: block;
  width: 100%; }

.list-preview__cont p {
  font-weight: bold;
  padding: 10px 0 0 0;
  color: #000000;
  font-family: "Open Sans";
  font-size: 25px;
  line-height: 28px; }

.list-preview__buttons {
  padding: 9px 20px 0 20px; }

.list-preview__buttons .btn-small {
  display: block;
  height: 40px;
  width: 100%;
  font-size: 15px;
  text-transform: none;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px; }

.row_10 {
  margin-left: -10px;
  margin-right: -10px; }

.row_10 .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px; }

.list-preview__buttons .btn-primary {
  background: #000000; }

.list-preview__buttons .btn-primary:hover {
  background: #404040; }

.title-rating {
  font-weight: bold;
  padding: 5px 0 10px 0;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 33px; }

.list-rating {
  padding: 5px 0 30px 0; }

.list-rating__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 0 1px; }

.button-large {
  padding: 0 0 0 0; }

.button-large .btn {
  width: 260px; }

.box-welcome__more {
  background-color: #343434;
  border: 1px solid #191919;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding: 11px 37px;
  text-transform: uppercase; }
  .box-welcome__more:hover, .box-welcome__more:focus {
    background-color: #404040;
    color: #fff;
    text-decoration: none; }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  background: #272727;
  width: 100%;
  min-width: 320px;
  padding: 30px 0px 28px 0px;
  text-align: center; }

footer p {
  font-size: 15px;
  line-height: 18px;
  color: #737980; }

footer a {
  color: #ffffff;
  font-size: 15px; }

footer a:hover {
  color: #fa5800;
  text-decoration: none; }

.title_top {
  padding-top: 30px; }

@media screen and (max-width: 1320px) {
  .main-slider.opt2 .prev-slide {
    display: none !important; }

  .main-slider.opt2 .next-slide {
    display: none !important; }

  .main-slider.opt2 .pager {
    bottom: -49px; } }
@media screen and (max-width: 1200px) {
  .blog-item_controls .reed-more {
    float: none;
    display: inline-block; }

  .blog-item_stat {
    float: none;
    display: block;
    width: 100%;
    padding-top: 5px; }

  .filter-item {
    width: 20%; } }
@media screen and (max-width: 1100px) {
  .portfolio-tabs-item {
    width: 25%; }

  .main-slider__left {
    padding-right: 400px; }

  .box-welcome__img-col {
    padding-top: 3%; }

  .box-welcome__img {
    padding: 0; } }
@media screen and (max-width: 1000px) {
  .box-our-teams__photo {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    float: none; }

  .box-our-teams__photo img {
    display: block;
    width: 100%;
    max-width: 400px;
    display: inline-block; }

  .info-team {
    float: none;
    width: 100%;
    margin-left: 0px;
    padding: 0px 0 0 0px; }

  .button-top {
    width: 40px;
    height: 40px;
    right: 0px;
    padding-top: 8px; } }
@media screen and (max-width: 991px) {
  .filter-item {
    width: 25%; }

  .head1,
  .head3 {
    min-height: 0px;
    padding-bottom: 190px; }

  .head2.top {
    padding: 0 0 100px 0; }

  .main-slider ul li {
    text-align: center !important; }

  .portfolio-tabs-item {
    width: 33.333333%; }

  .main-slider__left {
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 0px;
    float: none;
    display: block;
    text-align: center; }

  .box-form-buy-now {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0px !important;
    display: block;
    float: none; }

  .box-video2 {
    height: 300px; }

  .box-special-text__wrap {
    background: #fa5800; }

  .box-special__text {
    float: none;
    margin: 0 0 0 0;
    padding: 19px 0 10px 0;
    width: 100%;
    text-align: center; }

  .box-special__text p {
    line-height: 30px; }

  .box-special__button {
    float: right;
    width: 100%;
    padding: 0 0 0 0;
    text-align: center; }

  .list-tabs-standart__link {
    font-size: 15px;
    line-height: 18px; }

  .list-services_with-icon .list-services__item {
    margin-bottom: 80px; }

  .list-services_with-icon .list-services__item:last-child {
    margin-bottom: 0px; }

  .img-man {
    display: none; }

  .main-bg-testimonials_cont {
    padding: 10px 0 30px 0;
    min-height: 0px; }

  .testimonials-slider__text {
    font-size: 16px;
    line-height: 25px; }

  .box-our-teams__line-info img {
    max-width: 400px;
    margin: 0 auto; }

  .blog-content_full .box-our-teams .title-h2 {
    padding-top: 30px;
    margin-top: 0px; }

  .menu__item {
    margin: 0 0 0 20px; }

  .box-welcome__content {
    text-align: center; }

  .box-welcome__img {
    margin: 0;
    padding: 0; }
    .box-welcome__img img {
      margin: 40px auto 0; } }
@media screen and (max-width: 767px) {
  .filter-item {
    width: 33.33333%; }

  .head1,
  .head3 {
    min-height: 0px;
    padding-bottom: 190px; }

  .head2.top {
    padding: 0 0 70px 0; }

  .head2 {
    padding: 0px 0 150px; }

  .button-mobile-menu {
    display: inline-block; }

  .menu {
    display: none;
    right: 0px;
    top: 70px;
    position: absolute;
    background: #ffffff;
    border-bottom: 3px solid #fa5800;
    border-radius: 0 0 3px 3px;
    width: 100%;
    min-width: 320px;
    padding: 0 0 0 0; }

  .line-menu .menu {
    top: 66px; }

  .menu__item {
    display: block;
    margin: 0 0 0 0px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0px 0 0;
    text-align: left; }

  .menu__link {
    font-size: 17px;
    line-height: 22px;
    color: #282828;
    display: block;
    padding: 10px 20px 10px 20px; }

  .menu__item_with-drop .menu__link:after {
    display: none; }

  .box-drop-menu {
    position: relative;
    right: 0px;
    left: 0px;
    width: 100%;
    top: 0;
    padding-top: 0px !important;
    margin-top: 0px;
    height: auto;
    opacity: 1;
    display: none; }

  .box-drop-right-menu {
    position: relative;
    right: 0px;
    left: 0px;
    width: 100%;
    top: 0;
    padding-top: 0px;
    margin-top: 0px;
    height: auto;
    opacity: 1;
    display: none; }

  .box-drop-menu__cont {
    border: none;
    background: none;
    padding: 5px 15px 5px 15px;
    top: 0px;
    position: relative;
    box-shadow: 0 0 0px 0 #cfcece;
    border-top: solid 1px #f0f0f1; }

  .menu__item:hover .box-drop-menu {
    display: block;
    height: auto;
    padding-top: 0px; }

  li:hover > .box-drop-right-menu {
    /*display: none!important;*/
    height: auto;
    padding-top: 0px; }

  .drop-right-menu__link {
    padding: 5px 15px 5px 15px; }

  .box-drop-menu__cont .box-drop-menu__cont {
    box-shadow: 0 0 0px 0 #ececec;
    border-top: none; }

  .drop-menu__item {
    border-bottom: none; }

  .drop-menu__link {
    display: block;
    padding: 5px 10px 5px 10px; }

  .prev-slide {
    width: 45px;
    height: 45px;
    padding-top: 10px; }

  .prev-slide .fa,
  .next-slide .fa {
    font-size: 25px; }

  .main-slider {
    padding: 0 25px 0 25px;
    margin-top: 50px; }

  .next-slide {
    width: 45px;
    height: 45px;
    padding-top: 10px; }

  .main-slider__text {
    font: 100 14px/18px "Open Sans";
    padding: 18px 0 5px 0;
    max-width: 90%; }

  .title-slider {
    font-size: 30px;
    line-height: 40px; }

  .title-slider2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px; }

  .title-slider2 img {
    display: block;
    margin: 0 auto 5px; }

  .list-advantages {
    padding: 20px 0 0 0;
    margin-top: 0px; }

  .portfolio-tabs-item {
    width: 50%; }

  .box-contacts {
    padding: 10px 0px 0 0px;
    margin: 0px 0px 0px 0px; }

  .blog-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: block !important;
    float: none !important; }

  .blog-sidebar {
    /*display:none!important;*/
    float: none !important;
    width: 100% !important; }

  .list-blog.opt2 .list-blog__item {
    text-align: center; }

  .list-comments__item .list-comments {
    padding-left: 27px; }

  .list-with-marker__item {
    width: 100%;
    margin-bottom: 15px; }

  .tab-content2 {
    padding: 20px 22px 20px 22px; }

  .number-error {
    font-size: 160px;
    line-height: 170px;
    letter-spacing: 3px; }

  .number-error__img {
    width: 75px;
    top: 11px;
    margin-left: -47px; }

  .text-error {
    font-size: 18px;
    line-height: 24px; }

  .main-bg-testimonials_cont p {
    font-size: 25px;
    line-height: 30px; }

  .main-bg-testimonials_cont p span {
    font-size: 14px; }

  .testimonials-slider__text {
    font-size: 15px;
    line-height: 21px; }

  .testimonials-slider__btn {
    height: 50px;
    width: 50px;
    padding-top: 15px; }

  .box-for-advantages-carusel {
    margin-left: 0px;
    margin-right: 0px; }

  .box-for-advantages-carusel .next-slide {
    right: 0px; }

  .box-for-advantages-carusel .prev-slide {
    left: 30px; }

  .button-top {
    display: none; }

  .features-list_item:nth-child(2n+1) .features-text {
    padding-right: 100px;
    text-align: right; }

  .features-list_item:nth-child(2n+2) .features-text {
    padding-left: 100px; }

  .features-list_item:nth-child(2n+2) {
    padding: 0 10px 32px 21px;
    text-align: left; }

  .features-list_item:nth-child(2n+1) {
    padding: 0 21px 52px 10px; } }
@media screen and (max-width: 500px) {
  .portfolio-tabs-item {
    width: 100%; }

  .list-tabs-standart__item {
    padding-right: 5px; }

  .contacts-form .btn {
    max-width: 100%; }

  .contacts-form .success {
    width: 100%;
    margin: 10px 0 0; }

  .filter-item {
    width: 100%; } }
@media screen and (max-width: 420px) {
  .field-search {
    width: 160px; }

  .list-tabs-standart__link {
    font-size: 13px;
    line-height: 15px; }

  .box-welcome__buy,
  .box-welcome__more {
    padding: 12px 28px; } }
@media screen and (max-width: 360px) {
  .list-tabs-standart__link {
    font-size: 11px;
    line-height: 15px; }

  .list-preview__buttons {
    padding: 9px 5px 0 5px; } }
/* duration classes */
.duration-100 {
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms; }

.duration-200 {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms; }

.duration-300 {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms; }

.duration-400 {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms; }

.duration-500 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.duration-600 {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms; }

.duration-700 {
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms; }

.duration-800 {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.duration-900 {
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms; }

.duration-1000 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms; }

.duration-1100 {
  -webkit-animation-duration: 1100ms;
          animation-duration: 1100ms; }

.duration-1200 {
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms; }

.duration-1300 {
  -webkit-animation-duration: 1300ms;
          animation-duration: 1300ms; }

.duration-1400 {
  -webkit-animation-duration: 1400ms;
          animation-duration: 1400ms; }

.duration-1500 {
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms; }

.duration-1600 {
  -webkit-animation-duration: 1600ms;
          animation-duration: 1600ms; }

.duration-1700 {
  -webkit-animation-duration: 1700ms;
          animation-duration: 1700ms; }

.duration-1800 {
  -webkit-animation-duration: 1800ms;
          animation-duration: 1800ms; }

.duration-1900 {
  -webkit-animation-duration: 1900ms;
          animation-duration: 1900ms; }

.duration-2000 {
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms; }

.duration-2100 {
  -webkit-animation-duration: 2100ms;
          animation-duration: 2100ms; }

.duration-2200 {
  -webkit-animation-duration: 2200ms;
          animation-duration: 2200ms; }

.duration-2300 {
  -webkit-animation-duration: 2300ms;
          animation-duration: 2300ms; }

.duration-2400 {
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms; }

.duration-2500 {
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms; }

.duration-2600 {
  -webkit-animation-duration: 2600ms;
          animation-duration: 2600ms; }

.duration-2700 {
  -webkit-animation-duration: 2700ms;
          animation-duration: 2700ms; }

.duration-2800 {
  -webkit-animation-duration: 2800ms;
          animation-duration: 2800ms; }

.duration-2900 {
  -webkit-animation-duration: 2900ms;
          animation-duration: 2900ms; }

.duration-3000 {
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms; }
@-webkit-keyframes scales {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9) translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1) translate(0, -50px); } }
@keyframes scales {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9) translate(-100px, 0); }
  50% {
    -webkit-transform: translate(100px, 100px);
            transform: translate(100px, 100px); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1) translate(0, -50px); } }

.qik
{
	padding: 53px 0 14px 0;
	
}


.qik h2
{
	color:#fff;
	font:600 20px/24px "Open Sans";
}

.qik ul
{
	list-style:none;
}


.qik li
{
	color:#fff !important;
	font-size:25px;
	margin-top:33px;
	border-bottom:1px solid #999;
	
}

.qik li a
{
	color:inherit;
}

.list-twits__item > a
{
	color:#fff;
}
.pro-table table tr td{ padding:10px}