* {
	margin: 0;
	padding: 0;
}

a {
	color: #006fb9;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: black;
	text-decoration: none;
}

a div {
    padding: 10px;
}

blockquote {
	padding: 20px;
    background: rgb(255 242 88);
    border: 3px solid gold;
    display: inline-block;
    border-radius: 20px;
    margin: 0 20px 20px;
    font-size: 18px;
}

body {
	font: 16px/22px Roboto, Calibri, serif;
	font-size: 16px;
	line-height: 22px;
	min-width: inherit;
    width: 100%;
    height: 100%;
    color: #333;
}

body.fixed {
	overflow: hidden;
}

button,
input[type="button"] {
    background: #999;
    display: inline-block;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    border: none;
    font-size: inherit;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover {
	background: lightskyblue;
}

fieldset {
   border: none;
}

footer {
	text-align: center;
	background: #006fb9;
}

footer a div {
	color: white;
}

header {
	padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

html {
	height: 100%;
}

H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
    padding: 10px 0;
	margin: 0 0 10px;
}

h2.notes_name {
	text-transform: uppercase; 
	width: 100%;
}

i.fa {
	font-size: 30px;
	text-align: center;
}

iframe {
	vertical-align: bottom;
	width: 100%;
}

img {
	max-width: 100%;
	width: auto;	
    vertical-align: bottom;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
}

input[type="type" i] {
    padding: 10px;
    font-size: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 5px 5px 5px 0;
  vertical-align: sub;
  cursor: pointer;
    font-size: inherit;
}

p {
	padding: 0 0 10px;
}

p:last-child {
	margin:0;
	padding: 0;
}

section {
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

select {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 5px;
	border: 1px solid #999;
	font-family: inherit;
    font-size: inherit;
}

table, tr, td  {
  font-size: inherit;
}

table td {
	padding: 10px;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    max-width: 100%;
	font-size: inherit;
}

video {
	width: 100%;
}


/* --- ID --- */
#address_info {
	margin: 0 0 20px;
}

#articles_list li {
	width: 33.33%;
	vertical-align: top;
}

#articles_list li H3 {
    padding: 10px;
	margin: 0;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}

#articles_list li .button {
    text-align: center;
    padding: 10px;
    margin: 0 0 -20px;
	 background: lightskyblue;
}

#articles_list li .button_box {
    border-bottom: 2px dotted lightskyblue;
	margin: 0 10px 10px;
	padding: 0 10px;
	text-align: center;
}

#articles_list li .name_box {
	/*background: #999;
    color: white;*/
    border: 5px solid white;
    display: inline-block;
    padding: 0;
    border-radius: 15px;
	margin: 0;
	text-align: left;
}

#articles_list li .img_box { 
    /*border: 2px solid gainsboro;*/
	box-shadow: 0 0 5px gainsboro;
	margin: 0;
}

#articles_list li .gallery_img_border { 
    margin: 0;
}

#articles_list li .intro_box { 
    padding: 0 0 10px;
    margin: 10px;
    color: lightskyblue;
    /*border-bottom: 1px dotted;*/
}

#articles_list li:hover .gallery_img_border img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#articles_list li:hover .button {
    background: #999;
}

#benefits {
	background: whitesmoke;
	padding: 80px 0 40px;
}

#benefits::after {
    content: "";
    bottom: 0;
    height: 40px;
    width: 100%;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
    shape-outside: polygon(100% 100%, 0 100%, 100% 0);
    background: white;
    position: absolute;
}

#benefits::before {
    content: "";
    top: 0;
    height: 40px;
    width: 100%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    shape-outside: polygon(0 100%, 100% 0, 0 0);
    background: white;
    position: absolute;
}

#benefits_list {
	width: 100%;
}

#benefits_list li {
	width: 33.33%;
	float: left;
}

#benefits_list .fa {
	font-size: 80px;
}

#benefits_list .content {
	padding: 20px;
    position: relative;
    text-align: center;
}

#benefits_list .name {
    font-size: 20px;
}

#bottommenu {

}

#bottommenu li { 
    list-style: none;
    -webkit-transition: color 1s ease;
    display: inline-flex;
    margin: 0;
}

#bottommenu li a div { 
    padding: 15px;
	color: #333;
}

#bottommenu li a div.active {
    color: royalblue;
}

#bottommenu li a div:hover  {
  color: royalblue;
}

#bottommenu li a div.active:hover  {
  color: royalblue;
}

#breadcrumbs_box {
	border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
	margin: 0 0 10px;
}

#breadcrumbs div {
    padding: 10px;
	font-size: 12px;
}

#breadcrumbs .fa-home {
	padding: 10px;
    font-size: 18px;
}

#breadcrumbs .button_back {
    margin: 0;
	font-size: 14px;
	display: inline-block;
	background: whitesmoke;
	padding: 10px;
	border-bottom: 1px dotted whitesmoke;
}

#breadcrumbs .name {
    padding: 10px;
}

#button_down {
	position: absolute;
    bottom: 20px;
    width: 100%;
}

#button_menu_mobile {
	display: none;
	float: right;
    margin: 0 10px;
}

#button_menu_mobile div {
	padding: 5px;
	color: white;
	cursor: pointer;
}

#button_menu_mobile div i {
	font-size: 33px;
}

#button_show_response_form {
	float: right;
    position: absolute;
    top: 20px;
    right: 0;
}

#call_us {
    padding: 0 0 40px;
}

#call_us .content {
	background: #1bc0f5;
	background: linear-gradient(to bottom, #1bc0f5 75%, #006fb9);
	text-align: center;
    padding: 40px 20px;
}

#call_us_block {
	width: 100%;
    text-align: center;
	vertical-align: bottom;
}

#call_us_block button {
    margin: 20px;
	font-weight: normal;
}

#call_us_block li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

#call_us_block li:last-child {
    vertical-align: bottom;
}

#call_us_block .content_border {
}

#call_us .phone_list {
	display: inline-block;
    font-size: 24px;
}

#call_us .phone_list i,
#call_us .phone_list .phone {
    padding: 5px;
	color: #222;
}

#cart_button {
    padding: 3px 5px;
}

#cart_button sup {
    position: absolute;
    top: 0;
    right: 0;
    background: #999;
    color: white;
    padding: 1px 5px;
    border-radius: 100%;
    font-family: Roboto;
    font-size: 14px;
}

#contacts .phone {
	font-size: 24px;
	display: inline-block;
	padding: 5px 0;
}

#content_box {
    margin: 0 0 0 320px;
}

#copyright_box {
	text-align: right;
    padding: 20px 0;
}

#feedback_form {  
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}

#feedback-form [type="submit"]:hover {
box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
color: white;
}

#footer .logo {
	background: lightskyblue;
    display: inline-block;
    border-radius: 100%;
    padding: 0 20px;
}

/*#gallery .gallery .list_img {
	width: 33.33%;
}*/

#gallerys_list {
	width: 100%;
	text-align: center;
}

#gallerys_list li,
#gallerys_list .list_item {
	width: 33.33%;
	text-align: center;
	display: inline-block;
}

#gallerys_list .name {
    margin: -20px 5px -10px;
    display: inline-block;
}

#gallerys_list .name H3 {
    padding: 10px;
    border-radius: 10px;
	color: white;
    background: #006fb9;
	text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#gallerys_info_list .content {
	border-top: 2px dotted #006fb9;
}

#gallerys_info_list .name {
    margin: -20px 5px -10px;
    display: inline-block;
}

#gallerys_info_list .name H3 {
    border: 1px solid;
    padding: 10px;
    border-radius: 10px;
	color: white;
    background: #006fb9;
	text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#header_box {
	padding: 40px 0;
    text-align: center;
}

#header-img {
position: absolute;
z-index: 5;
top: 100px;
left: 50%;
width: 8px;
height: 400px;
}

#header-info {
    margin: 0 0 20px;
	width: 100%;
	padding: 0;
}

#header_menu, nav { 
    display: inline-table;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: auto;
	display: -moz-box;
}

#header_menu li, nav li{ 
    margin: 0;
    display: inline-block;
}

#header_menu li a div{
    margin: 0;
    padding: 15px;
}

#header_menu li a div.active {
    background-color: white;
    color: royalblue;
}

#header_menu li a div:hover {
    background: white;
}

#header_menu li a div.active:hover {
    background-color: white;
}

#header .phone_list i {
	color: white;
}

#header .phone_list .phone {
	padding: 10px;
	color: white;
}

#header .lang_menu i {
	color: white;
    font-size: 24px;
    margin: 0 5px;
}

#header .lang_menu .lang {
	padding: 10px 5px;
	color: white;
}

#index {
	margin: 0 0 40px;
}

#index blockquote {
	text-align: center;
}

#index .gallerys_list_box {
	margin: 0 -10px 20px;
}

#index .intro_content {
    padding: 40px;
}

#index #gallerys_info_list .gallery .list_item:first-child {
	width: 100%!important;
}

#index #gallerys_info_list .gallery .list_item .img_box {
	height: inherit!important;
}

#info_line {
	padding: 0;
	background: #006fb9;
	width: 100%;
}

#info_line.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
}

#info_line .content_border {
    padding: 0;
}

#index .box_intro {
	font-size: inherit;
}

#index .gallery .list_img {
	width: 33.33%;
}

#index .gallerys_block .table_td {
	width: 50%;
	vertical-align: top;
}

#index_page #logo img {
	height: inherit;
}

#lang,
#lang_menu {
    display: inline-table;
    position: relative;
    width: auto;
    list-style: none;
}

#lang div,
#lang_menu div {
    margin: 0;
    display: inline-block;
}

#lang a div,
#lang_menu div {
    margin: 0;
	display: inline-block;
    text-transform: uppercase;
	color: white;
}

#lang a div.active,
#lang_menu a div.active {
	color: white;
}

#lang a div:hover,
#lang_menu a div:hover {
	color: white;
}

#lang i {
	color: white;
}

#left {
	float: left;
	width: 100%;
}

#linebox {
 width: 100%;
}

#linemenu { 
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}

#linemenu li { 
  width: 20%;
  margin: 0;
  float: left;
  display: table;
  height: 62px;
  display: table;
}

#logo,
#index_page #logo {
    margin: 0;
    position: relative;
	display: inline-block;
	left: inherit;
	top: inherit;
	right: inherit;
	max-width: 480px;
}

#logo span {
	color: whitesmoke;
	font-size: 22px;
}

#logo_name {
	padding: 0;
	color: #222;
	display: inline-block;
}

#logo_name .logo {
	background: white;
    padding: 0 20px;
    border-radius: 100%;
    width: inherit;
	margin: 0 0 20px;
}

#logo_name H1,
#mobile_logo_name H1 {
    font-size: 48px;
	margin: 0;
	font-weight: bold;
}

#menu_box {
    float: left;
    display: inline-block;
    width: 320px;
    text-align: center;
    background: black;
    position: fixed;
    height: 100%;
}

#mini-menu {
    float: left;
    padding: 5px;
	display: none;
}

#minitopmenu {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
    left: 0;
    font-size: 16px;
    box-shadow: 0 0 10px;
	z-index: 2;
}

#minitopmenu li {
    border-bottom: 1px solid;
	margin: 0;
}

#minitopmenu li a div {
    padding: 15px;
	border-bottom: 1px solid;
}

#minitopmenu li a div:hover {
    background-color: #330000;
	color: white;
}

#mobile_logo {
	margin: 0 20px 20px;	
}

#mobile_logo_name {
	color: #222;
}

#mobile_lang_menu i {
	color: #006fb9;
}

#mobile_lang_menu div {
	text-transform: uppercase;
	padding: 10px 5px;
	color: #ffb302;
}

#mobile_lang_menu div.active {
	color: #006fb9;
}

#mobile_menu_list {
	margin: 0 0 40px;
}

#mobile_menu_list li {
    margin: 0;
	width: 100%;
}

#mobile_menu_list li img {
    padding: 0 0 10px;
}

#mobile_menu_list li .menu_button {
	padding: 0;
	color: #ffb302;
}

#mobile_menu_list li .menu_button.active {
	color: #006fb9;
}

#mobile_menu_list li .name {
	font-size: 18px;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
}

#mobile_menu_list li .button_sub_name {
    display: inline-block;
	padding: 0 5px;
	margin: 0 -25px 0 0;
	font-size: 20px;
}

#mobile_menu_list li .pidmenu_mobile {
    margin: 0 0 10px;
	list-style: none;
}

#mobile_menu_list li .mobile_pidmenu_name {
    text-transform: initial;
	padding: 5px;
}

#phone_box {
    display: table;
    list-style: none;
    margin: 0;
    padding: 5px;
    font-size: 18px;
}

#phone_list {
	display: inline-block;
}

#phone_list div {
	display: inline-block;
}

#phone_list i {
	color: white;
	font-size: 30px;
}

#phone_list div,
#phone_list a div {
	color: white;
}

#pidmenu {
list-style: none;
display: none;
text-align: center;
position: absolute;
text-transform: capitalize;
}

#reviews_form {  
    max-width: 600px;
    margin: 0 auto;
	display: none;
}

#right {
	float: right;
}

#sections_list {
	display: table;
}

#sections_list li {
	width: 50%;
    display: inline-block;
    float: left;
}

#sections_list li img {
    width: 50px;
    position: absolute;
    left: 10px;
}

#sections_list li H2 {
    position: relative;
    margin: 0 10px;
    text-shadow: -2px -2px 0 white, 2px 2px 0 white;
    z-index: 2;
    font-size: 30px;
    padding: 5px 0;
}

#sections_list li .content_box {
    margin: 20px;
    background: whitesmoke;
}

#sections_list li .intro {
    color: lightskyblue;
	padding: 0 10px;
}

#sections_list li .info_box_title {
    padding: 10px 0;
    margin: 10px;
    border-bottom: 1px dotted;
    color: #999;
}

#services_list li {
	width: 33.33%;
	vertical-align: top;
}

#services_list li H3 {
	background: #999;
    color: white;
    border: 5px solid white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
}

#services_list li .img_box { 
    /*border: 2px solid gainsboro;*/
	box-shadow: 0 0 5px gainsboro;
}

#services_list li .gallery_img_border { 
    margin: 0;
}

#services_list li .name_box { 
    padding: 0 0 20px;
	margin: -25px 0 0;
	text-align: center;
	position: relative;
}

#services_list li:hover .gallery_img_border img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*#sections_list .content_border::before {
    content: "";
    background: url(/images/img.png);
    margin: -10px 0 0;
    width: 100%;
    position: absolute;
    height: 15px;
}*/

#slider {
    display: block;
    width: 100%;
    z-index: 999;
	text-align: center;
	position: relative;
}

#slider img { 
    /*width: inherit!important;*/
    max-width: inherit!important;
}

#slider .container {
    padding: 0 80px;
}

#slider .iview-controlNav {
	display: none;
}

#slider_button .fa {
	padding: 0;
	margin: 0;
}

#slider_button .left_button_box {
	position: absolute;
	left: 0;
	top: 50%;
}

#slider_button .right_button_box {
	position: absolute;
	right: 0;
	top: 50%;
}

#slider_button a {
    padding: 20px 10px;
	background: white;
	color: lightskyblue;
}

#soc_link {
    display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
}

#soc_link li{
    margin: 0;
    float: left;
	font-weight: bold;
}

#soc_link li a div {
    margin: 0;
    color: lightskyblue;
    float: left;
    padding: 5px;
    text-transform: uppercase;
}

#soc_link li a div.active {

}

#soc_link li a div:hover {
}

#testimonials .testimonial_button_box i {
	font-size: inherit;
}

#text  img {
border: none;
width: 100%;
}

#topheader {
float: left;
  top: 0;
  z-index: 99;
  width: 100%;
}

#top_menu_box {
    width: 100%;
	text-align: center;
}

#top_menu_box.fixed {
    top: 0;
	background: gold;
	position: fixed;
}

#top_menu_box .menu_list_box {
	background: gold;
    padding: 5px 0;
}

#top_menu_list {
    display: table;
}

#top_menu_list li {
    display: inline-block;
	float: left;
}

#top_menu_list li a div {
    padding: 10px 20px;
    text-align: right;
}

#top_menu_list li a div.active {
    color: #006fb9;
}

#top_menu, nav { 
    display: inline-table;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
	display: -moz-box;
}

#top_menu li, nav li { 
    margin: 0;
    display: inline-block;
}

#top_menu li a div {
	margin: 0 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 10px;
    color: #333;
	border: 2px solid #fff258;
}

#top_menu li a div.active {
    background: #fff258;
    border: 2px solid #fff258;
    color: black;
}

#top_menu li a div:hover {
	background: #fff258;
    border: 2px solid #fff258;
    color: black;
}

#top_menu li a div.active:hover {

}

#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}



/* --- CLASS --- */
.bg-image {
    position: fixed;
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    max-width: 100%;	
	margin: 0 auto 20px;
	position: relative;
	padding: 0;
}

.box_80 {
	width: 80%;
	display: inline-block;
    float: left;	
}

.box_75 {
	width: 75%;
	display: inline-block;
    float: left;	
}

.box_66 {
	width: 66.66%;
	display: inline-block;
    float: left;	
}

.box_60 {
	width: 60%;
	display: inline-block;
    float: left;	
}

.box_50 {
	width: 50%;
	display: inline-block;
	float: left;
}

.box_40 {
	width: 40%;
	display: inline-block;
    float: left;	
}

.box_33 {
	width: 33.33%;
	display: inline-block;
	float: left;
}

.box_25 {
	width: 25%;
	display: inline-block;
    float: left;	
}

.box_20 {
	width: 20%;
	display: inline-block;
    float: left;	
}

.box_15 {
	width: 16.66%;
	display: inline-block;
    float: left;	
}

.box_intro {
	margin: 0 auto 40px;
	text-align: justify;
	font-size: 18px;
	position: relative;
    z-index: 2;
}

.box_intro_top {
	margin: 40px 0;
}

.box_text {
	margin: 0 auto 40px;
	text-align: justify;
	position: relative;
    z-index: 2;
}

.box_intro ol,
.box_intro ul,
.box_text ol,
.box_text ul,
.box_text table, 
.box_text table {
    margin: 10px 0 20px;
}

.box_intro ol li,
.box_intro ul li,
.box_text ol li,
.box_text ul li {
	margin: 0 0 5px 40px;
}

.box_intro ol li:last-child,
.box_intro ul li:last-child,
.box_text ol li:last-child,
.box_text ul li:last-child {
	margin: 0 0 0 40px;
}

.box_section {
	padding: 0 0 40px;
}

.box_text,
.box_text p,
.box_text span {
    font-family: inherit!important;
}

.button {
    display: inline-block;
    background: #ffd700;
    color: #222;
    padding: 10px 20px;
    border-radius: 5px;
    width: auto;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 100px;
}

.button:hover {
    background: #006fb9;
    color: white;
}

.button_close {
	color: #333;
    background: whitesmoke;
}

.button_close:hover {
	background: none;
	color: black;
}

.callback_box_header {
	padding: 20px;
    background: crimson;
	color: white;
}

.cart_button_box {
	margin: 0 20px 0 0;
}

.cat-table {
    display: inline-block;
    margin: 0 auto;
}

.cat-table .active {
    background: lightskyblue;
    color: white;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}

.company_category {
	font-size: 24px;
	padding: 0;
	margin: 0;
    color: black;
}

.company_slogan {
    font-size: 18px;
	padding: 0 5px;
	margin: 0;
    color: black;
}

.contacts_box {
	margin: 0 0 10px;
	font-size: 18px;
}

.contacts_box .fa {
	width: 40px;
    padding: 10px 0;
    margin: 0;
	font-size: 30px;
}

.contacts_box .contacts_list li {
	vertical-align: top!important;
}

.contacts-phone {
    text-align:center;
	padding: 5px;
	font-size: 15px;
	margin: 0;
	float: left;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container_1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.container_1000 {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.content div {
	padding: 0;
}

.content_box {
	padding: 20px;
	position: relative;
}

.content_border {
	padding: 0 20px;
	position: relative;
}

.error {
    color: red!important;
}

.fa-angle-double-down {
	font-size: 48px;
    color: white;
}

.fa-facebook-square,
.fa-instagram {
	padding: 0;
    font-size: 30px;
    margin: 0;
}

.fa-home {
	padding: 0;
    margin: 0;
}

.fa-mobile {
    font-size: 30px;
    margin: 0;
    transform: rotate(5deg);
    vertical-align: middle;
    padding: 5px;
}

.fa-picture-o {
	font-size: inherit;
	margin: 0 5px 0 0;
	display: none;
}

.fa-shopping-bag {
    position: relative;
    padding: 5px 10px 5px 0;
    color: lightskyblue;
    margin: 0;
}

.footer .menu_box {
	background: #999;
	color: white;
}

.footer .menu_title {
	text-transform: uppercase;
	margin: 0 0 10px;
	border-bottom: 1px solid;
	text-align: left;
	padding: 0 0 10px;
	color: whitesmoke;
}

.footer .menu_list li {
	text-align: left;
}

.footer .menu_list H3 {
	padding: 5px 0;
    margin: 0;
	color: white;
}

.form_box {
	max-width: 350px;
    margin: 0 auto;
    background: white;
}

.form_box .box {
    margin: 0 auto 10px;
}

.form_box .code_info {
    font-size: 12px;	
}

.form_box legend,
.form_box p {
    margin: 0 5px -5px;
    position: relative;
    background: white;
    float: left;
    font-size: 14px;
    padding: 0 5px;
	color: #999;
}

.form_button_box {
	text-align: center;
    display: table;
    width: 100%;
}

.form_button_box .button_box {
    width: 50%;
    display: table-cell;	
}

.form_code {
    float: right;
	text-align: center;
	width: 50%;
}

.form_code_text {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 25px;
	font-family: georgia;
	font-style: italic;
}

.form input.required,
.form select.required,
.form textarea.required {
    border-color: red!important;
}

.form legend.required {
    color: red!important;
}

.form .box_decor {
    border-bottom: 1px dotted;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.form .error input,
.form .error select,
.form .error textarea {
    border-color: red!important;
    color: red!important;
}

.footer_box {
    width: 25%;
    float: left;
    position: relative;
}

.footer_logo {
    width: 80%;
}

.full_width {
    width: 100%;
	max-width: 100%;
	min-width: 100%;
}


.gallery_box {
    margin: 0 -5px;
}

.gallery {
    display: table;
    width: 100%;
}

.gallery li,
.gallery .list_img {
    width: 33.33%;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.gallery li.box {
    width: 100%;
}

.gallery li.box_50 {
    width: 50%;
}

.gallery li.box_33 {
    width: 33.33%;
}

.gallery-cat-name {
    text-transform: uppercase;
    border-radius: 5px;
    background: whitesmoke;
    color: lightskyblue;
    font-size: smaller;
}

.gallery-cat-name:hover {
    background: lightskyblue;
    color: white;
}

.gallery_img_border {
	padding: 0;
    margin: 1px;
    overflow: hidden;
    background-size: cover;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    height: 100%;
}

.gallery_img_border img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_img_border img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallery_name H2:hover + .gallery_img_border img {
	display: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallerys_list_box {
	position: relative;
    z-index: 2;
	margin: 0 -10px 20px;
}

.header-info-fixed {
    position: fixed!important;
    top: 0;
	left: 0;
    background: white;
    box-shadow: 0 0 5px;
	z-index: 9999;
}

.header_title_box {
    position: absolute;
	z-index: 9998;
	display: table;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 100%;
}

.header_title {
    padding: 20px;
	background: rgba(255, 255, 255, 0.75);
	width: 50%;
	margin: 0 auto;
}

.hide,
.hidden {
    display: none!important;
}

.img_box {
	padding: 0px;
    overflow: hidden;
    margin: 5px;
    border-radius: 20px;
    height: 100%;
}

.intro_box img,
.text_box img {
	width: auto;
	max-width: 100%;
}

.left {
    float: left;
}

.linemenu {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  color: whitesmoke;
  background: royalblue;
  font-size: 18px;
}

.linemenu:hover {
   color: white;
}

.list {
    display: inline-table;
    list-style: none;
    margin: 0;
	position: relative;
}

.list .content {
    padding: 0;
    margin: 0 5px 40px;
}

.list .name {
	padding: 0 0 10px;
	position: relative;
}

.list i {
	font-size: 30px;
}

.list li {
    margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.list li:last-child {
    margin: 0;	
}

.logo {
	display: inline-block;
}

.logo_fixed {
	max-width: 50px!important;
    margin: 2px 20px!important;
}

.map iframe {
	width: 100%;
	min-height: 450px;
}

.mask {
    position: fixed;
    background: white;
    opacity: 1;
    display: none;
    left: 0;
    bottom:0;
    right: 0;
    top:0;
    z-index: 9998;
}

.mask-cart, .mask-callback {
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 15px #000;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 10%;
    max-width: 350px;
}

.maskclose {
    padding: 5px 8px;
    background: white;
    float: right;
    width: 10px;
    cursor: pointer;
    color: black;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 15px;
}

.mfp-wrap .mfp-title {
	background: beige;
    padding: 10px;
    display: inline-block;
    font-size: 14px !important;
    margin-left: 10px;
}

.menu_mobile {
    margin: 50px auto;
    max-width: 350px;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
	top: 5%;
    position: relative;
}

.menu_mobile li {
    margin: 0;
}

.mob-menu {
    display: none;
}

.notes_top_image {
	float: left;
	width: 25%;
	margin: 0 20px 20px 0;
}

.page-boxes {
	list-style: none;
	max-width: 50%;
	margin: auto;
}

.page_boxes_border {
	padding: 20px;
}

.page_content {
	background: white;
	padding: 0 0 80px;
    /*background-image: url(/images/bg_decor.jpg);*/
    /*background-position: top center;*/
}

.page_content:after {
    content: "";
    background: url(/images/bg_decor_bottom.jpg) 50% 100%;
    bottom: 0;
    height: 100px;
    width: 100%;
    position: absolute;
	background-repeat: repeat-x;
}

.page_content:before {
    content: "";
    background: url(/images/bg_decor_top.jpg) 50% 0;
    top: 0;
    height: 100px;
    width: 100%;
    position: absolute;
	background-repeat: repeat-x;
}

.page_content section {
    padding: 40px 20px;
}

.page_content_border {
    padding: 40px;
}

.page_name {
	font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: -20px 0 0;
    padding: 10px 40px;
    background: white;
    border-radius: 20px;
}

.page_price {
	font-size: 30px;
}

.part_name {
	text-align: left;
	padding: 0;
}

.phone_list_box {
	float: left;
}

.pidmenu {
margin: 1px 0 0;
font-size: 14px;
}

.pidmenu:hover {

}

.popup_box {
    position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	z-index: 9999;
}

.popup_box .button_close {
	color: inherit;
    background: inherit;
    display: inline-block;
    cursor: pointer;
}

.popup_box .button_close i {
	color: #222;
	display: inline-block;
    padding: 5px;
    margin: 5px 10px;
}

.popup {
	position: relative;
    z-index: 999;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 350px;
}

.popup .button_close {
	background: whitesmoke;
    color: #333;
    display: inline-block;
    cursor: pointer;
}

.popup .phone_number {
	padding: 5px;
}

.popup .fa-fax,
.popup .fa-mobile,
.popup .fa-phone {
    width: 30px;
	margin: 0;
	color: #006fb9;
}

.popup .fa-globe {
    width: 30px;
	margin: 0;
	color: white;
}

.popup .popup_name {
    background: #222;
    color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.popup .content_border {
    padding: 0 10px;
}

.popup .content_box {
    padding: 20px 10px;
	text-align: center;
	background: white;
}

.popup .deco_box {
    border-bottom: 1px dotted #006fb9;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.popup .phone_number {
	font-size: 20px;
}

.right {
    float: right;
}

.section_name {
	font-size: 42px;
	text-transform: uppercase;
}

.soc_box {
    float: left;
    width: 50%;
}

.soc_link_box {
	margin: 0 20px 0 0;
}

.table {
	display: table;
}

.table .table_tr {
	display: table-row;
}

.table .table_td {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.top_image_box {
	float: right;
    width: 50%;
}

.top_image_border {
	position: relative;
	float: right;
	padding: 0 0 40px 40px;
}

.top_image img {
	border-radius: 40px;
}

.vacancies_list {
	width: 100%;
}

.vacancies_list h3 {
    text-transform: uppercase;
}

.vacancies_list li {
	width: 25%;
    text-align: left;
	float: left;
	margin: 0 0 20px;
}

.vacancies_list li.box {
	width: 100%;
}

.vacancies_list li.box .img_box {
    float: left;
    width: 25%;
    margin: 0 20px 0 0;
}

.vacancies_list li.box_33 {
	width: 33.33%;
}

.vacancies_list li.box_50 {
	width: 50%;
}

.vacancies_list li.box_50 .img_box {
    float: left;
    width: 50%;
    margin: 0 20px 0 0;
}

.vacancies_list .price {
    margin: 0 0 20px;
}

.vacancies_list_box {
	margin: 0 -10px 20px;
}



#popup_button_box {
	position: fixed;
    bottom: 10px;
    right: -20px;
	z-index: 5;
}

#popup_button_box a div {
	padding: 5px;
}

#popup_button_box .circlephone {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 90px;
    height: 90px;
    bottom: -10px;
    border: 2px solid #dad0cc;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform-origin: center;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_button_box .circle-fill {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    transform-origin: center;
    background: #dad0cc;
}

#popup_button_box .img-circle {
    box-sizing: content-box;
    background: #dad0cc;
    transform-origin: center;
    box-shadow: 0 0 10px black;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

#popup_button_box .img-circleblock {
	padding: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    transform-origin: center;
    text-align: center;
    /* background-image: url(images/default/phone.png); */
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#popup_button_box .img-circle:hover {
	opacity: 1;
}

#popup_button_box .img-phone {
    font-size: 45px!important;
    color: #333;
	padding: 0;
    margin: 0;
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}
}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}
}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}
}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}
}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}
}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}
}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}
}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}
}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}


@media screen and (max-width: 1364px) {
.iview-caption.caption1 .title {
    font-size: 36px;
    line-height: 42px;
}

.iview-caption.caption2 .title {
    font-size: 30px;
    line-height: 36px;
}
}


@media screen and (max-width: 1279px) {
#index .intro_content {
    padding: 20px;
}

#index .box_60,
#index .top_image_box {
    width: 50%;
}
}


@media screen and (max-width: 1151px) {
.iview-caption.caption1 .title {
    font-size: 30px;
    line-height: 36px;
}

.iview-caption.caption2 .title {
    font-size: 24px;
    line-height: 30px;
}
}


@media screen and (max-width: 1023px) {
#index .intro_content {
    padding: 0;
}

#info_line .content_border {
    padding: 0;
}
}


@media screen and (max-width: 959px) {
#articles_list li {
    width: 100%;
}

#articles_list li .img_box {
    float: right;
    width: 33.33%;
    margin: 0 0 20px 20px;
}	

#articles_list li .button_box {
    text-align: left;
}
	
#call_us_block .content_border {
    padding: 40px;
}

#popup_button_box .img-circle {
	opacity: 1;
}

#slider .container {
    padding: 0 20px;
}

#top_menu li a div {
    font-size: 20px;
}


.box_intro_top {
	margin: 0 0 40px;
}

.iview-caption.caption1 .title {
    font-size: 24px;
    line-height: 30px;
}

.iview-caption.caption2 .title {
    font-size: 18px;
    line-height: 24px;
}

.vacancies_list li.box .img_box {
    width: 33.33%;
}
}


@media screen and (max-width: 799px){
#benefits_list .content {
    padding: 10px;
}

#breadcrumbs {
	display: none;
}

#button_menu_mobile {
	display: block;
}

#call_us_block .content_border {
    padding: 0 20px;
}

#contacts .box_33,
#contacts .box_50,
#contacts .box_66 {
    width: 100%;
}

#header_box {
    padding: 0;
}

#index .box_60 {
    width: 100%;
}

#index .gallerys_block .table_td {
    width: 100%;
	display: table-row;
}

#index .top_image_box {
    display: none;
}

#logo {
    position: fixed;
    left: 0;
    top: 0;
	padding: 10px;
	display: none;
}

#logo img {
	height: 40px;	
}

#services_list li {
    width: 50%;
}

#top_menu_box {
	display: none;
}


.gallery li,
.gallery .list_img {
    width: 50%;
}

.page_name,
.page_price {
    font-size: 30px;
}

.phone_list_box {
	display: none;
}

.top_image_box {
    width: 50%;
}

.top_image_border {
    padding: 0 0 20px 20px;
}

.vacancies_list li,
.vacancies_list li.box_33 {
    width: 50%;
}
}


@media screen and (max-width: 649px){
#gallerys_list li,
#gallerys_list .list_item  {
    width: 50%;
}

.footer .menu_box .box_50 {
	width: 100%;
}
}


@media screen and (max-width: 599px){
.content_border {
    padding: 0 10px;
}


#articles_list li .img_box {
    width: 50%;
}

#benefits_list li {
    width: 100%;
}

#benefits_list .content {
    margin: 0 0 20px;
	text-align: center;
	padding: 20px;
}

#call_us_block li {
    width: 100%;
}

#call_us_block .content_border {
    padding: 0 10px;
}

#call_us_block img {
    max-width: 300px;
	width: 100%;
}

#services_list li H3 {
    padding: 10px 15px;
}
}


@media screen and (max-width: 479px) {
blockquote {
	margin: 0 10px 20px;
    text-align: center;
	font-size: 16px;
	line-height: 22px;
}


#index .box_intro H2 {
    font-size: 20px;
    line-height: 26px;
}

#index .gallerys_list_box {
	margin: 0 0 20px;
}

#index #gallerys_info_list .gallery .list_item:first-child {
	width: 100%!important;
}

#index #gallerys_info_list .gallery .list_item .img_box {
	height: inherit!important;
}

#index #gallery .list_img {
    width: 50%;
}

#services_list li {
    width: 100%;
}


.box {
	margin: 0 auto 10px;
}

.content_box {
	padding: 20px 10px;
}

.gallery li,
.gallery .list_img {
    width: 50%;
}

.gallerys_list_box {
    margin: 0 -5px 20px;
}

.iview-caption.caption1 .title {
    font-size: 18px;
    line-height: 24px;
}

.iview-caption.caption2 .title {
    font-size: 16px;
    line-height: 18px;
}

.list .content {
    margin: 0 0 40px;
}

.page_content section {
    padding: 40px 10px;
}

.page_name,
.page_price {
    font-size: 24px;
}

.top_image_box {
	width: inherit;
    margin: 0 -50px;
}

.top_image_border {
    padding: 0 0 20px;
}

.ul_list .content {
    margin: 0 0 20px;
}

.vacancies_list li.box .img_box {
    width: 50%;
}

.vacancies_list h3 {
    font-size: 18px;
	clear: both;
}
}


@media screen and (max-width: 419px) {
blockquote {
	margin: 0 5px 20px;
	padding: 20px 10px;
}


#articles_list li .img_box {
    width: 100%;
    margin: 0 0 20px;
}

#gallerys_list li,
#gallerys_list .list_item  {
    width: 100%;
}

#index #gallery .list_img {
    width: 100%;
}


.company_category {
    font-size: 20px;
}

.gallery li,
.gallery .list_img {
    width: 100%;
}

.vacancies_list li,
.vacancies_list li.box_33 {
    width: 100%;
}

.vacancies_list h3 {
    font-size: 16px;
}
}


@media screen and (max-width: 359px) {
.content_border {
    padding: 0 5px;
}

.page_content section {
    padding: 40px 5px;
}


#logo_name H1,
#mobile_logo_name H1 {
    font-size: 30px;
}
}