/* CSS Document */
body {
  /*padding-top: 230px;*/
}

.ui-dialog, .ui-widget-overlay {
  z-index: 9999 !important;
}

.prev_photo {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.prev_photo img {
  border: 5px solid #eee;
  padding: 4px;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 100%;
}

.prev_photo img:hover {
  border: 5px solid #444;
  -webkit-filter: brightness(120%);
}

img {
  max-width: 100%;
  height: auto;
}


.left_img {
  width: 250px;
  display: block;
  float: left;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  padding: 2px;
  border: 1px solid #ccc;
}

.right_img {
  width: 250px;
  float: right;
  margin: 0px 0px 10px 10px;
  padding: 2px;
  border: 1px solid #ccc;
  display: block;
}

h1, h2, h3, h4, h5 {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: 444;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  background: url(../images/title.jpg) no-repeat left bottom;
  padding-bottom: 10px;
}

.wrap_content {
  padding-bottom: 15px;
}

.content {
  min-height: 540px;
}

.content p {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}

.content ul {
  list-style: square;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding-left: 25px;
}

.content ul li {
  line-height: 30px;
  color: #333;
}

.wrap_article {
  background: #f7f7f7;
  padding-top: 10px;
  border-right: 1px solid #ccc;
}

.wrap_article div {
  margin-bottom: 5px;
}

.article_title {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.breadcrumbs {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.breadcrumbs a {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  padding: 5px;
  font-size: 16px;
}

.head {
  background: url(../images/up_bg.jpg) no-repeat left top;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  transition: 0.3s;
  padding-top: 25px;
}

.logo a {
  display: block;
}

.info {
  padding-top: 15px;
}

.map {
  background: url(../images/map.png) no-repeat left 2px;
  font-size: 16px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding-left: 25px;
  margin-bottom: 4px;
}

.phone {
  background: url(../images/phone.png) no-repeat left 4px;
  font-size: 18px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding-left: 25px;
}

.phone span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 2px 8px;
  margin-bottom: 4px;
}

.phone span b {
  color: #ffd800;
}

.email {
  background: url(../images/email.png) no-repeat left 5px;
  font-size: 16px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 8px;
}

.wrap_language {
  padding-top: 20px;
  background: url(../images/bg_language.png) no-repeat center bottom;
  height: 98px;
  display: block;
}

.language {
  font-size: 16px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
}
/*top_wrap*/
.wrap_menu {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.wrap_main_menu {
  background: #fff;
}

#touch-menu {
  display: none;
}

.wrap_main_menu ul {
  padding-left: 0px;
  font-size: 0;
  padding: 4px 0px 3px 0px;
}

.wrap_main_menu li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.wrap_main_menu li a {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  transition: 0.3s;
  text-transform: uppercase;
}

.wrap_main_menu li a:hover, .wrap_main_menu li a:focus {
  color: #b20319;
  background: #f7f7f7;
}
/*end top_wrap*/

.social {
  padding-top: 12px;
  text-align: center;
}

.social a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}

/*slider*/
.carousel-control {
  color: #b20319;
  opacity: 100;
}

.carousel-indicators .active {
  background-color: #b20319;
}

.carousel-indicators li {
  border: 2px solid #b20319;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

.carousel-caption {
  text-align: center;
  text-shadow: none;
  padding-bottom: 60px;
  bottom: 60px;
}

.carousel-caption a:focus, .carousel-caption a:hover {
  color: #fff;
  text-decoration: none;
}

.wrap-button-slide {

}

.order-slide {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background: #52c100;
  border-radius: 2px;
  transition: 0.3s;
  padding: 8px 15px 10px 15px;
  border: none;
}

.order-slide:hover {
  background: #00bd3a;
}

.prew-slide {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background: #666666;
  border-radius: 2px;
  transition: 0.3s;
  padding: 8px 15px 10px 15px;
  border: none;
}

.prew-slide:hover {
  background: #b3031a;
}

.main_title_slide {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 10px;
}

.title_slide {
  margin-bottom: 10px;
}

.title_slide span {
  font-weight: 400;
}

.title_slide p {
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 100;
  color: #333;
  background: #ffd800;
}

.text_slide {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.carousel {
  margin-bottom: 0px;
}
  
/*end slider*/
.wrap_white {
  padding-top: 15px;
  padding-bottom: 15px;
}

.title {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: 444;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  background: url(../images/title.jpg) no-repeat center bottom;
  padding-bottom: 10px;
}

.text {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

.text-1 {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #222;
  margin-bottom: 15px;
}

.wrap_circle {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 250px;
}

.circle {
  background: #b20319;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  position: relative;
  transition: 0.3s;
  margin-left: auto;
  margin-right: auto;
}

.circle:hover {
  background: #ffc000;
}

.circle img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.title_cat {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.title_cat:hover {
  color: #c70319;
  text-decoration: none;
}

.wrap_main_button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main_button {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background: #00a2ff;
  border-radius: 50px;
  padding: 9px 15px 10px 15px;
  transition: 0.3s;
  margin-bottom: 10px;
  display: inline-block;
}

.main_button:hover {
  color: #fff;
  text-decoration: none;
  background: #0090e2;
}

.main_button_green {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
  background: #52c100;
  border-radius: 50px;
  padding: 9px 15px 10px 15px;
  transition: 0.3s;
  margin-bottom: 10px;
  display: inline-block;
}

.main_button_green:hover {
  color: #fff;
  text-decoration: none;
  background: #00bd3a;
}

.wrap_gray {
  background: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrap_square {
  text-align: center;
  transition: 0.3s;
  margin-bottom: 15px;
  position: relative;
  display: block;
  width: 100%;
  background: #ffc000;
}

.title_square {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  top: 20px;
}

.wrap_square:hover {
  text-decoration: none;
}

.wrap_square:hover .title_square {
  color: #b20319;  
}

.otstup img {
  margin-bottom: 15px;
}

.wrap_web {
  background: url(../images/bg_stvorennya-saytiv.jpg) no-repeat center center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wrap_web ul {
  list-style: none;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #222;
  padding-top: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.wrap_form {
  padding-bottom: 0px;
}

.forma {
  background: url(../images/operator.jpg) no-repeat right bottom;
  padding-bottom: 15px;
}

.form-group {
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #444;
}

.form-group input {
  margin-bottom: 12px;
}

.form-group input, .form-group textarea {
  border-color: #a2a2a2;
  font-family: Open sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #444;
}

.wrap_button_zakaz {
  padding-top: 10px;
  padding-bottom: 15px;
}

.wrap_button_zakaz  input {
  border-color: transparent;
}

.wrap_footer {
  background: #b20319;
  min-height: 246px;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: Open sans, Arial, Helvetica, sans-serif;
}

.footer_logo {
  display: block;
}

.develop p {
  margin-top: 25px;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.develop a {
  padding: 10px;
}

.wrap_footer_menu ul {
  padding-left: 0px;
  list-style: none;
}

.wrap_footer_menu li a {
  display: block;
  padding: 2px 5px;
  color: #fff;
  font-size: 18px;
}

.wrap_footer_menu li a:hover {
  color: #ffd800;
}

.footer_info {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.footer_phones {
  display: inline-block;
  vertical-align: top;
}

.footer_phones div {
  display: block;
}

.footer_info span {
  color: #ffd800;
  text-transform: uppercase;
  display: inline-block;
}

.copyright {
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
  width: 100%;
  display: block;
}

.copyright span {
  display: block;
  margin-top: -30px;
}

/*---------------------- up ----------------------*/
.scroll-top-wrapper {
  position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.36);
	color: #fff;
	width: 50px;
	height: 48px;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #ccc;
  color: #333;
}
.scroll-top-wrapper.show {
  visibility:visible !important;
  cursor:pointer !important;
  opacity: 1 !important;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*---------------------- end up ----------------------*/

@media (max-width: 1500px) {
.carousel-caption {
  bottom: 20px;
}
}

@media (max-width: 1200px) {
body {
/*  padding-top: 210px; */
}

.social a {
  padding: 5px 3px;
}

.wrap_main_menu li a {
  padding: 10px 5px;
  font-size: 15px;
}
  
.carousel-caption {
  bottom: -15px;
}

.main_title_slide {
  font-size: 26px;
}

.title_slide {
  margin-bottom: 10px;
}

.title_slide p {
  padding: 4px 20px 5px 20px;
}

.text_slide {
  margin-bottom: 10px;
}

.carousel-caption p {
  margin-bottom: 0px;
}

.carousel-indicators {
  bottom: 0px;
}

.wrap_square img {
  width: 80%;
}
}

@media (max-width: 992px) {
body {
 /* padding-top: 235px;*/
}
  
.head {
  padding-top: 0px;
}

.social {
  display: none;
}

.wrap_main_menu li a {
  padding: 10px 5px;
  font-size: 14px;
}

.text {
  padding-left: 0px;
  padding-right: 0px;
}

.forma {
  background: none;
}

.wrap_footer_menu li {
  display: inline-block;
  vertical-align: top;
}

.footer_info {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  text-align: center;
  font-size: 16px;
}

.wrap_footer_info {
  border-top: 1px dashed #ffd800;
  padding-top: 10px;
}

.copyright {
  border-top: 1px dashed #ffd800;
  padding-top: 10px;
  margin-top: 0px;
}

.footer_info span {
  display: block;
}

.develop {
  margin-bottom: 15px;
}

.wrap_footer_menu li a {
  padding: 4px 15px;
  font-size: 16px;
  border: 1px solid #d66472;
  border-radius: 30px;
  margin-right: 6px;
  margin-bottom: 6px;
  transition: 0.3s;
}

.wrap_footer_menu li a:hover {
  border-color: #a70015;
  box-shadow: 0px 1px 2px #fff;
}
}

@media (max-width: 768px) {
body {
 /* padding-top: 0px;*/
}

.navbar-fixed-top {
  position: inherit;
}

.forma_zakaza .row {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

/*main_menu*/
.wrap_menu {
  background: #ffd800;
}

.wrap_main_menu {
  background: #ffd800;
}

.main_menu {
  content: "";
  margin-bottom: 0px;
  text-align: left;
}

.wrap_main_menu ul {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.wrap_main_menu ul li {
  display: block;
  width: 100%;
}

.wrap_main_menu ul li a {
  border-bottom: 1px dashed #ccc;  
}

.wrap_main_menu ul li a:hover {
  background: #f7f7f7;
}

#touch-menu {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 10px;
  text-align: left;
  width: 100%;
}

.nav {
  display: none;
  padding-bottom: 10px;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}

.fa:before {
  content: "\f0c9";
}
/*end main_menu*/

.wrap_slider {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}

.scroll-top-inner .fa {
  margin-right: 0px;
}
}

@media (max-width: 620px) {
.footer_info {
  width: 49%;
}
}

@media (max-width: 580px) {
.wrap_web ul {
  padding-top: 5px;
  margin-bottom: 20px;
}

}

@media (max-width: 480px) {
.prev_photo {
    width: 100%;
}
  
.wrap_yellow {
  width: 100%;
}

.title_square {
  top: 10px;
}
  
.left_img {
  width: 100%;
  display: block;
  float: none;
  margin: 10px auto;
}
  
.right_img {
  width: 100%;
  display: block;
  float: none;
  margin: 10px auto;
}
}

@media (max-width: 410px) {
.phone span {
  padding: 2px 4px;
}

.title {
  font-size: 24px;
}

.wrap_web .sto {
  width: 100%;
  margin-left: 0px;
}
}

@media (max-width: 380px) {
.wrap_circle {
  width: 100%;
}

.footer_info {
  width: 100%;
}
}

@media (max-width: 360px) {
.wrap_language {
  padding-right: 0px;
  padding-left: 0px;
  background: none;
}
}