a:hover {
    color: #ff5722;
}

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	background: white;
	color: #333333;
}

body.fixed {
	overflow: hidden;
}

header{
	margin: 0px;
	box-shadow: none;
}

content {
    
}

h2{
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
}

H3 {
    padding: 10px 0;
    margin: 0 0 10px;
	text-transform: uppercase;
}

H4 {
	text-transform: uppercase;
}

input {
	margin: 0;
    background: white;
    outline: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eaeaea;
    font-family: inherit;
    width: 100%;
}

input[type="text"] {
    background: #fdfdfd;
    margin: 0;
    padding: 10px;
    border: 1px solid #d3d3d3;
    resize: none;
    font-family: Calibri,Arial,Helvetica,sans-serif;
    font-size: inherit;
}

input[type="submit"] {
	cursor: pointer;
}


/* --- CLASS --- */
/*.add_button {
    padding: 10px;
	background-color: #555555;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}*/

.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_50 {
	width: 50%;
	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_intro,
.box_text {
	margin: 0 0 40px;
	text-align: justify;
}

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

.box_intro p,
.box_text p {
	margin: 0 0 10px;
}

.box_intro p:last-child,
.box_text p:last-child {
	margin: 0;
}

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

.box_intro ol li,
.box_intro ul li,
.box_text ol li,
.box_text ul li {
	margin: 0 0 10px 50px;
}

.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 50px;
}

.box_intro table tr:nth-child(2n+1) td, 
.box_text table tr:nth-child(2n+1) td {
    background: whitesmoke;
}

.box_intro table tr:nth-child(2n) td, 
.box_text table tr:nth-child(2n) td {
    background: rgb(245 245 245 / .25);
}

.box_intro table td, 
.box_text table td {
    padding: 10px;
}

.box_intro table th, 
.box_text table th {
    background: #eaeaea;
	padding: 10px;
}

.box_table {
	display: table;
}

.button {
    background: #333;
    width: auto;
    display: inline-block;
    padding: 10px;
    color: white;
	cursor: pointer;
}

.button:hover {
    color: #ff5722;
}

.container {
    max-width: 950px;
}

.content_border {
	padding: 20px;
}

.content_box {
	padding: 0 20px;
}

.fa-times {
	padding: 5px;
    font-size: 30px;
    margin: 10px;
	color: white;
}

.form .box {
	margin: 0 0 10px;
}

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

.form .box_table {
	display: table;
	width: 100%;
}

.form .form_code_info {
	font-size: 14px;
    text-align: left;
    font-style: italic;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
	padding: 5px;
}

.form .form_code_text {
	width: 25%;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    font-family: Georgia;
    font-style: italic;
	text-align: center;
}

.form .form_code {
	width: 25%;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.form .form_code input {
	text-align: center;
}

.gallery li {
	float: left;
	margin: 0;
}

.gallery li .content {
	margin: 0 0 20px;
}

.gallery li .name {
	font-size: 16px;
}

.gallery.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery.list .list_item {
	width: 33.33%;
	vertical-align: top;
}

.gallery_img_border {
	padding: 0;
    margin: 0;
    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);
}

.img_box {
    padding: 0px;
    overflow: hidden;
    margin: 0;
    position: relative;
}

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

.info_line {
    position: relative;
    top: 0;
    z-index: 999;
    background: white;
    width: 100%;
}

.list .list_item {
	display: inline-block;
}

.left_column {
    margin: 0 330px 0 0;
}

.right_column {
	float: right;
	max-width: 310px;
}

.top-container{
	width: 100%;
	background: #ffffff;
}

.index_name {
    padding: 0 0 10px;
	white-space: pre;
	font-size: 18px;
}

#logo-name{
	padding: 10px 50px;
}
#logo-name img{
	height: 120px;
}
.main-contacts{
	margin: 25px 50px;
	float: right;
}
.main-contacts ul{
	text-align: right;
    line-height: 1.4;
    margin-top: 20px;
    height: 50px;
	margin: 0;
    /*background: url(/images/phone.png) no-repeat 0% 0%;*/
    }
.main-contacts ul li{
	font-size: 16px;
    font-weight: bold;
    font-family: Calibri,sans-serif;
    letter-spacing: normal;
    color: #555555;
		margin: 0;
}
.main-contacts ul li a{
	color: #555555;
	font-size: 20px;
}
.main-contacts ul li a:hover{
	color: #ff5722;
}
.main-contacts ul li.phone{
	
}

.mobile_menu_list {
	list-style: none;
}

.mobile_menu_list li {
	margin: 0;
	text-align: left;
}

.mobile_menu_list .name {
	text-transform: uppercase;
	display: inline-block;
    padding: 10px 5px;
	color: white;
}

.mobile_menu_list .button_sub_name {
	display: inline-block;
	color: whitesmoke;
}

.mobile_sub_menu_list {
    margin: 0 0 5px;
}

.mobile_sub_menu_list li {
    margin: 0 0 0 30px;
    padding: 0;
}

.mobile_sub_menu_list .mobile_sub_name {
    padding: 10px 0;
    color: whitesmoke;
    display: inline-block;
}

#contacts .button_show_form {
	display: none;
}

#index #reviews .button {
	background: #eaeaea!important;
}

#index #reviews .button:hover {
	background: #ff5722!important;
}

#responses_buttons_list {
	width: inherit;
    z-index: 2;
}

#topheader {
    background: #f5f5f5;
}

#topmenu{
    text-align: center;
    background: none;
    margin: 0 auto 10px;
    width: auto;
    display: table;
}
#topmenu li {
	border-right: 1px solid #ffffff;
	color: #878787;
	float:none;
	display: inline-block;
	float: none;
	}

	
ul#topmenu li {
    border-right: 1px solid #eee;
}

ul#topmenu li:last-child {
    border: none;
}

#slider-code #buttons_box {
    position: relative;
    height: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#slider-code #buttons_box .buttons {
    display: block;
    width: 25px;
    height: 39px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    position: relative;
    top: 40%;
    z-index: 99;
    border: 15px solid #303030;
}

#slider-code #buttons_box .next {
    right: 10px;
	background: url(/css/slider/images/button_next.png) no-repeat 0% 0% #303030;
    position: absolute;
}

#slider-code #buttons_box .next:hover {
	background: url(/css/slider/images/button_next.png) no-repeat 0% 100% #303030;
}

#slider-code #buttons_box .prev {
    background: url(/css/slider/images/button_prev.png) no-repeat 0% 0% #303030;
    left: 10px;
    position: absolute;
}

#slider-code #buttons_box .prev:hover {
    background: url(/css/slider/images/button_prev.png) no-repeat 0% 100% #303030;
}

#slider-code .overview li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.activemenu{
	border-bottom: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 12px;
	background: none; 
	border-radius: 2px;
	padding: 15px 40px;
	/*box-shadow: 0px 0px 3px #ba8e5d;
	-moz-box-shadow: 0px 0px 3px #ba8e5d;
	-webkit-box-shadow: 0px 0px 3px #ba8e5d;*/
}
.activemenu:hover{

}
.menu{
	text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    padding: 15px 40px;
    font-size: 18px;
}
.menu:hover{
	color: #ff5722;
}

#breadcrumbs_list {
	display: inline-block;
	margin: 0 40px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

#breadcrumbs_list .fa,
#breadcrumbs_list .name {
	padding: 10px;
}

#mini-menu {
	display: none;
}

#topmenu H3 {
    margin: 0;
	text-align: left;
	white-space: pre-wrap;
	font-size: 14px;
}


#pidmenu{
	width: 125px;
	box-shadow: none;
}
	
#pidmenu li{
	border: none;
    width: 125px;
    background: #333;
}

#social-network ul li {
    margin: 0 auto;
    width: auto;
	padding: 40px 20px;
    text-align: center;
}

#articles_list,
#page_links_list,
#sub_pages_list {
	display: inline-block;
	margin: 0 0 40px;
}

#articles_list H3,
#page_links_list H3,
#sub_pages_list H3 {
	margin: 0;
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}	
	
.pidmenu{
	background: url(/images/sub_menu.gif);
}
.pidmenu a div{
	color: #9d9c96;
    text-transform: lowercase;
    font-size: 14px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #4C4C4C;
    transition: all 0.2s ease-in;
}
.pidmenu a div:hover{
	color: #fff;
}
li.pidmenu{
	border-right: none!important;
	text-align: center!important;
	padding: 7px 20px 0px 18px!important;	
}

.portfolio{
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.portfolio li{
	width: 228px;
    display: inline-block;
    background: #fff;
    color: #888;
    border: 1px solid #f1f1f1;
    text-align: center;
    font-size: 13px;
    vertical-align: top;
    margin: 0 6px 10px 0;
    padding: 10px 0px 10px;
    line-height: 22px;
}
.portfolio li h2 a{color: #555555; font-size: 20px;}
.portfolio li h2 a:hover{color: #ff5722;}
.portfolio li span{
	display: block;
	height: 172px;
	width: 230px;
	border: none;
}
.button-cap p{
	text-align: center;
	position: relative;
	width: 208px;
	margin: 0 auto;
	background: #333;
    border-radius: 2px;
    vertical-align: top;
    height: 38px;  
}
.button-cap p a:hover, .photogallery h2 a:hover{
	color: #ff5722;
}
.button-cap p a{
	font: 12px 'Open Sans Condensed',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px
}
.gallery-wrap{
	max-width: 100%;
	padding: 0 0 25px;
	width: 960px;
	margin: 0 auto;
}
a.gallery, .photogallery{
	display: block;
	margin-bottom: 15px;
    border: 1px solid #eee;
    border-right: none;
}
a.gallery img {
	width: auto;
}
.photogallery img{
	width: 550px;
	height: 344px;
	float: left;
}
.photogallery h2{
	margin: 163px 0px 134px 0px;
}
.photogallery h2 a{
	padding-left: 100px;
}

#bottom-elements{
	background: #ffffff;
}
.block1{
	line-height: 3;
	background: #A17A7E;
	max-width: 100%; 
	width: 960px; 
	margin: 0 auto;
}
.block1 p{
    font-weight: bold;
    color: #ffffff;
    font-family: Calibri,sans-serif!important;
    font-size: 21px;
    margin: 25px 0px 25px 0;
    text-align: center;
}
.block2{
	position: relative;
    margin: 0 -5px 20px;
}

.fa-bars {
	padding: 10px;
}

.fa-window-close {
    color: white;
	font-size: 36px;
	margin: 10px;
}

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

.list .content {
    padding: 0;
    margin: 0 10px 20px;
}

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

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

.menu_mobile li a div {
    color: white;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: left;
}

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

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

.popup .button_close  {
	background: none!important;
    color: #333!important;
}

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

.popup .form_box {
    max-width: 350px;
}

.form legend,
.form_box legend,
.popup .form_box p {
    font-size: 16px;
    background: white;
    margin: 0 5px -5px;
    padding: 0 5px;
    position: relative;
    display: inline-block;
    float: left;
}

.popup .form .box,
.popup .form_box .box {
    margin: 0 0 10px;
}

.popup .form .deco_box,
.popup .form_box .deco_box {
    border-bottom: 1px dotted #5ec01d;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.popup .form_button_box .button_box {
	width: 50%;
	float: left;
}

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

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

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

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

.popup .phone_number {
	font-size: 22px;
    font-weight: bold;
	padding: 5px 0;
}

.required {
    color: red!important;
    border: 1px solid red!important;
}

.services-list{
	width: 100%;
	display: table;
	list-style: none;
}
.services-list li{
	float: left;
	line-height: 4;
	text-align: center;
	font-weight: bold;
	margin: 0;
	background: #ffffff;
	display: inline-block;
	width: 33.33%;
}

.slide .img_box {
	max-width: 40%;
	float: left;
	margin: 0 20px 0 0;
}

.list-item a{
	color: #424242;
	text-transform: uppercase;
	font-family: Calibri,sans-serif!important;
	font-size: 20px;
}
.list-item a:hover{
	color: #ff5722;
}


.main-news{
	/*max-width: 100%;
	width: 960px;
	margin: 0px;*/
	display: inline-block;
}
.main-news p{
    font-weight: bold;
    color: #424242;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 5;
    font-family: Calibri,sans-serif!important;
    margin: 0px;
}

.second{
	max-width: 100%;
     background: #ffffff;   
}
.third{
	max-width: 100%;
     background: #ffffff;   
}
.third .slide-img img{
	max-width: 100%;
	width: 117px;
	height: 173px;
	margin: 25px 45px 10px 0px;
}
.link{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #555555; 
	padding-top: 20px;
}
a.link:hover{
	color: #ff5722;
}
#arrows-wrap{
	max-width: 100%;
	width: 710px;
	margin: 0 auto;
}
#arrows{width: 65px; position: relative; left: 75%; bottom: 25px;}
.arrows{
	font-size: 30px;
	font-weight: 600;
}

.slide a:hover { 
   color: #555555;
}

a#next_slide{
	position: absolute;
	bottom: 39%;
	right: 28%;
   /* float: right;
    right: 440px;
    bottom: 725px;*/
}
a#prev_slide{
	position: absolute;
	right: 62%;
	bottom: 39%;
    /*float: right;
    left: 869px;
    bottom: 725px;*/
}
a.arrows:hover{
	color: #9F211D;
}
.DPS-img{
	width: 230px;
 	display: inline; 
 	margin: 0px 70px 0px 70px;
 }
 .DPS-img a img{
 	position: absolute;
 	width: 141px; 
 	margin-top: -50px;
 }
footer{
	box-shadow: none;
	background: none;
}
#footer{
    background: #f5f5f5;
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#social-network ul{
	display: inline;
    float: left;
}
#social-network ul li{
	text-transform: uppercase;
}
#social-network ul li a{color: #555555; font-family: Calibri,sans-serif; font-weight: bold;}
#social-network ul li a:hover{
	color: #ff5722;
}

.menu-wrapper{
	position: relative;
	left: 15%;
}
#bottommenu{
	width: auto; 
	float: right;
	padding: 20px 0;
}

#bottommenu ul{
	
	text-transform: none;

	}
.menu1 {
	display: block;
	float: left;
	position: relative;
	padding-left: 35px;
}
#bottommenu ul li{
    background: url(/images/default/marker.png) no-repeat 0% 6px;
    padding-bottom: 8px;
}
.menu1 li a{
	padding: 0px 20px;
	font-weight: bold;
	color: #555555;
	    font-size: 14px;
	}
.menu1 li a:hover{
	color: #ff5722;
}
.company-name{
	width: 100%;
	line-height: 5;
	text-align: center;
}
.company-name a{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Calibri,'Open Sans Condensed',sans-serif;
	/*color: #8b8b8b;*/
	color: #333333;
	display: inline-block;
}
.company-name .footer-text{
	float: right;
}
.company-name a:hover{
	color: #E06959;
}
#gallerys div.three {
   width: 25%;
}


#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: 42px!important;
	padding: 0;
    margin: 0;
}

#slider-code li div.sl-link {
	display: block;
    position: absolute;
    height: 20px;
    padding: 10px 20px;
    bottom: 30px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

@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 (min-width: 640px) and (max-width: 960px)  {
#gallerys div.three {
   width:33.33%;
}
#logo-name{
	margin-left: 4%;
}
.DPS-img{
	float: right;
    margin-top: -20%;
    margin-right: -9%;
  }
.block2{width: 100%;}

#social-network{margin: 0px 0px 0px 5%;}
.services-list{}
}

@media screen and (max-width: 649px) {
#gallerys div.three {
   width: 50%;
}
#logo-name{	margin-left: 4%;}


.list-item img{
	float: none;
	width: 100%;
	height: auto;
    display: block;
}
#social-network{margin: 0px 0px 0px 5%;}
.DPS-img a img{
	visibility: hidden;
}
#bottommenu{
	margin: 0px;
}
}